/* Evaluated helpers */
.nw {
  white-space: nowrap;
}
.wn {
  white-space: nowrap;
  width: 1px;
}
.b {
  font-weight: bold;
}
.l {
  float: left;
}
.r {
  float: right;
}
.c {
  clear: both;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.fw {
  width: 100%;
}
.area-aspect {
  position: relative;
  width: 100%;
}
.area-aspect > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.area-aspect-100 {
  padding-top: 100%;
}
.area-aspect-1_1 {
  padding-top: 100%;
}
.area-aspect-4_5 {
  padding-top: 80%;
}
.area-aspect-3_4 {
  padding-top: 75%;
}
.area-aspect-2_3 {
  padding-top: 66.66%;
}
.area-aspect-3_5 {
  padding-top: 60%;
}
.area-aspect-1_2 {
  padding-top: 50%;
}
.area-aspect-2_5 {
  padding-top: 40%;
}
.area-aspect-1_3 {
  padding-top: 33.33%;
}
.area-aspect-1_4 {
  padding-top: 25%;
}
.area-aspect-1_5 {
  padding-top: 20%;
}
.wtal-15 {
  width: 15px;
  text-align: left;
}
.wtal-17 {
  width: 17px;
  text-align: left;
}
.wtal-19 {
  width: 19px;
  text-align: left;
}
.wtal-21 {
  width: 21px;
  text-align: left;
}
.wtal-23 {
  width: 23px;
  text-align: left;
}
.wtal-25 {
  width: 25px;
  text-align: left;
}
.wtac-15 {
  width: 15px;
  text-align: center;
}
.wtac-17 {
  width: 17px;
  text-align: center;
}
.wtac-19 {
  width: 19px;
  text-align: center;
}
.wtac-21 {
  width: 21px;
  text-align: center;
}
.wtac-23 {
  width: 23px;
  text-align: center;
}
.wtac-25 {
  width: 25px;
  text-align: center;
}
.app-pair {
  display: flex;
  margin-bottom: 5px;
}
.app-pair > DIV {
  display: flex;
  align-items: flex-end;
}
.app-pair > DIV:first-child {
  flex-grow: 50;
  width: 50%;
}
.app-pair > DIV:last-child {
  flex-grow: 50;
  width: 50%;
}
.app-pair.app-pair-l-2 > DIV:first-child {
  flex-grow: 16;
  width: 16.6%;
}
.app-pair.app-pair-l-2 > DIV:last-child {
  flex-grow: 83;
  width: 83.3%;
}
.app-pair.app-pair-l-3 > DIV:first-child {
  flex-grow: 25;
  width: 25%;
}
.app-pair.app-pair-l-3 > DIV:last-child {
  flex-grow: 75;
  width: 75%;
}
.app-pair.app-pair-l-4 > DIV:first-child {
  flex-grow: 33;
  width: 33.3%;
}
.app-pair.app-pair-l-4 > DIV:last-child {
  flex-grow: 66;
  width: 66.6%;
}
.app-pair.app-pair-l-5 > DIV:first-child {
  flex-grow: 41;
  width: 41.6%;
}
.app-pair.app-pair-l-5 > DIV:last-child {
  flex-grow: 58;
  width: 58.3%;
}
.app-pair.app-pair-l-7 > DIV:first-child {
  flex-grow: 58;
  width: 58.3%;
}
.app-pair.app-pair-l-7 > DIV:last-child {
  flex-grow: 41;
  width: 41.6%;
}
.app-pair.app-pair-l-8 > DIV:first-child {
  flex-grow: 66;
  width: 66.6%;
}
.app-pair.app-pair-l-8 > DIV:last-child {
  flex-grow: 33;
  width: 33.3%;
}
.app-pair.app-pair-l-9 > DIV:first-child {
  flex-grow: 75;
  width: 75%;
}
.app-pair.app-pair-l-9 > DIV:last-child {
  flex-grow: 25;
  width: 25%;
}
.app-pair.app-pair-l-10 > DIV:first-child {
  flex-grow: 83;
  width: 83.3%;
}
.app-pair.app-pair-l-10 > DIV:last-child {
  flex-grow: 16;
  width: 16.6%;
}
.app-pair > DIV:first-child {
  border-bottom: 1px solid #d7d7d7;
  padding-left: 5px;
  padding-bottom: 2px;
}
@media (max-width: 749.98px) {
  .app-pair {
    flex-wrap: wrap;
    margin-bottom: 9px;
  }
  .app-pair > DIV:first-child {
    flex-grow: 1;
    width: 100% !important;
    border-bottom: none;
  }
  .app-pair > DIV:last-child {
    flex-grow: 1;
    width: 100% !important;
  }
}
.app-debug-sz {
  position: fixed;
  top: 0;
  left: 0;
  background: #333;
  border-right: 7px #333 solid;
  border-top: none;
  color: #ffffff;
  font-size: 15px;
  border-radius: 0 0 17px 0;
  opacity: 0.25;
  z-index: 861128;
}
.app-debug-sz::after {
  content: 'XL';
}
@media (max-width: 1269.98px) {
  .app-debug-sz::after {
    content: 'LG';
  }
}
@media (max-width: 989.98px) {
  .app-debug-sz::after {
    content: 'MD';
  }
}
@media (max-width: 749.98px) {
  .app-debug-sz::after {
    content: 'SM';
  }
}
@media (max-width: 569.98px) {
  .app-debug-sz::after {
    content: 'XS';
  }
}
#thmx_header A {
  color: #911;
}
#thmx_header #thmx_header_1st ._content {
  font-family: 'DIN Pro Cond';
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
#thmx_header #thmx_header_1st ._content > DIV:first-child {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#thmx_header #thmx_header_2nd {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #FFF;
  border-bottom: 2px solid #FFCC00;
}
@media (min-width: 570px) {
  #thmx_header #thmx_header_2nd {
    width: 540px;
    left: calc(50% - 540px / 2);
  }
}
@media (min-width: 750px) {
  #thmx_header #thmx_header_2nd {
    width: 720px;
    left: calc(50% - 720px / 2);
  }
}
@media (min-width: 990px) {
  #thmx_header #thmx_header_2nd {
    width: 960px;
    left: calc(50% - 960px / 2);
  }
}
@media (min-width: 1270px) {
  #thmx_header #thmx_header_2nd {
    width: 1240px;
    left: calc(50% - 1240px / 2);
  }
}
#thmx_header #thmx_header_2nd A {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 989.98px) {
  #thmx_header #thmx_header_2nd A {
    font-family: 'DIN Pro Cond';
  }
}
@media (min-width: 1270px) {
  #thmx_header #thmx_header_2nd A {
    font-weight: 500;
  }
}
#thmx_header #thmx_header_2nd A > DIV:first-child {
  margin-bottom: 2px;
}
#thmx_header #thmx_header_2nd A:hover {
  text-decoration: none;
}
#thmx_header #thmx_header_2nd ._fnb {
  flex-grow: 0;
  margin-left: 1.13em;
}
#thmx_header #thmx_header_2nd ._fnb > DIV {
  text-align: center;
}
#thmx_header #thmx_header_2nd.fixed {
  position: fixed;
  top: 0;
  z-index: 777;
}
#thmx_header ._search:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
#thmx_footer {
  background: #FAFAFA;
  border-top: 1px solid #F3F3F3;
  border-radius: 7px 7px 0 0;
  margin-top: 2rem;
}
.thmx_prod_card_wrap {
  position: relative;
  height: 100%;
  background: #FFFDFD;
}
.thmx_prod_card {
  border: 1px solid #EEC;
  border-radius: 0.3rem;
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  height: 100%;
}
.thmx_prod_card > DIV:first-child {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.1rem;
  height: 100%;
}
.thmx_prod_card ._header {
  display: flex;
  flex-grow: 0;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #EEB;
}
.thmx_prod_card ._header H5 {
  margin-bottom: 0;
}
.thmx_prod_card ._header > DIV:first-child {
  flex-grow: 1;
  margin-right: 1rem;
}
.thmx_prod_card ._header > DIV:last-child {
  flex-grow: 0;
  white-space: nowrap;
}
.thmx_prod_card ._header KBD {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.thmx_prod_card ._header KBD ._v {
  font-size: 1.15em;
}
.thmx_prod_card ._descr {
  display: flex;
  align-items: start;
  flex-grow: 1;
}
.thmx_prod_card ._descr DIV:first-child {
  margin-right: 1rem;
  width: 120px;
}
@media (min-width: 750px) {
  .thmx_prod_card ._descr DIV:first-child {
    width: 160px;
  }
}
.thmx_prod_card ._spacer {
  flex-grow: 1;
}
.thmx_prod_card ._basket {
  flex-grow: 0;
}
.thmx_prod_card::after {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% - 2px);
  height: 1px;
  background: linear-gradient(90deg, #FFF, #DDA, #FFF);
  content: "";
}
.thmx_prod_table TR._line TD {
  vertical-align: middle;
}
.thmx_shop_push_table TD {
  vertical-align: center;
  line-height: 26px;
}
.lider_flag {
  display: flex;
  flex-direction: column;
}
.lider_flag DIV {
  width: 3px;
  flex-basis: 33.33%;
  height: 33.33%;
  flex-grow: 1;
}
.lider_flag DIV:nth-child(1) {
  background: #131313;
}
.lider_flag DIV:nth-child(2) {
  background: #911;
}
.lider_flag DIV:nth-child(3) {
  background: #FFCC00;
}
/*# sourceMappingURL=thmx-project.css.map */