/*@import url("https://salekhov.ru/css/style.min.css");*/
:root {
  --gap-xs: 4px;
  --gap-s: 8px;
  --gap-m: 16px;
  --afisha-columns: 4;
  --text-xs: 1.3rem;
  --text-s: 1.4rem;
  --text-m: 1.8rem;
  --text-l: 2rem;
  --text-xl: 2.3rem;
  --text-xxl: 2.6rem;
  --root-font-size: 62.5%;
  --h6: 1.3rem;
  --h5: 1.4rem;
  --h4: 1.8rem;
  --h3: 2rem;
  --h2: 2.3rem;
  --h1: 2.6rem;
  --text-xxl-lh: 1.2;
  --text-xl-lh: 1.2;
  --text-l-lh: 1.2;
  --text-m-lh: 1.2;
  --text-s-lh: 1.2;
  --text-xs-lh: 1.2;
}
html {
  font-size: var(--root-font-size) !important;
  scroll-behavior: smooth;
  background: #fafafa;
}
.t-popup__container {
  border-radius: 0px !important;
}
@media screen and (max-width: 960px) {
  .t-col {
    float: none;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media screen and (max-width: 960px) {
  .t-store__filter {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 960px) {
  .t-container {
    max-width: 650px;
  }
}
.t-store__scroll-icon-wrapper {
  display: none;
}
.t776__scroll-icon-wrapper {
  display: none;
}
.map-circle-placemark {
  color: #fa6137 !important;
}
@media screen and (max-width: 640px) {
  .t-store__grid-cont_mobile-grid {
    padding: 0px 0px;
  }
  .t778 .t-store__card__wrap_txt-and-btns {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: 146px !important;
  }
  .t-store__grid-cont_mobile-one-row .t-store__card__price-wrapper {
    margin-bottom: 0px;
  }
  .t-col {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.t-store__card__price-wrapper {
  margin-top: 12px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.t-store__card__descr {
  position: absolute;
  bottom: 12px;
  margin-top: 8px;
}
.t-store
  .t-store__card__wrap_all.t-store__card__wrap_pad-sm
  .t-store__card__prod-controls-wrapper,
.t-store
  .t-store__card__wrap_all.t-store__card__wrap_pad-sm
  .t-store__card__textwrapper {
  padding-left: 12px;
  padding-right: 12px;
}
.t-store
  .t-store__card__wrap_all.t-store__card__wrap_pad-sm
  .store__card__wrap_txt-and-opts {
  padding-top: 12px;
  padding-bottom: 12px;
}
.t778 .t-store__card__wrap_txt-and-btns {
  height: 138px !important;
}
@media screen and (min-width: 1200px) {
  .t-store__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 9px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .t-store__filter__controls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .t-col_3 {
    display: inline-block;
    max-width: 280px;
  }
  .t-container {
    max-width: 1234px;
  }
  .t-container,
  .t-container_10,
  .t-container_8 {
    margin-right: 8px;
    margin-left: 8px;
    padding: 0;
    width: 100%;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
  }
  .t-store__filter__prods-number {
    margin-bottom: 20px;
    display: none;
  }
  .t-store__filter__chosen-wrapper {
    display: none;
  }
  .t-store__empty-part-msg-wrapper,
  .t-store__error-msg-wrapper {
    width: 1218px;
  }
}
.underline-link[data-elem-type="text"] a,
.underline-link2[data-elem-type="text"] a {
  border: 0 !important;
  display: inline-block !important;
  width: auto !important;
  position: relative !important;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: #222 !important;
}
.underline-link[data-elem-type="text"] a:hover,
.underline-link2[data-elem-type="text"] a:hover {
  color: #222 !important;
}
.underline-link[data-elem-type="text"] a::after,
.underline-link2[data-elem-type="text"] a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: auto;
  opacity: 1;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  background: #222;
  margin-bottom: -5px;
  height: 1.5px;
}
.underline-link2[data-elem-type="text"] a::after {
  margin-bottom: 0px;
  height: 1px;
}
.underline-link[data-elem-type="text"] a:hover::after,
.underline-link2[data-elem-type="text"] a:hover::after {
  background: #222;
  opacity: 1;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
}
.t-store__card__mark-wrapper,
.t786__markwrapper {
  right: 0;
  top: 0;
}
.t-store__card__mark,
.t786__mark {
  border-radius: 0;
  padding: 0;
  height: initial;
  font-family: "Mirafont", Arial, sans-serif;
  font-weight: 700;
  font-size: var(--text-s);
  padding: 5px 20px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: max-content;
}
.t-container {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0;
  width: 100%;
}
.t-col_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 639px) {
  .t-container {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.t120 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.t120 .t-col {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.t120__title {
  font-family: Mirafont, Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0;
  margin-top: 110px;
}
.t120__descr {
  font-size: 24px;
  font-family: Mirafont, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
}
.uc-h1 .t120__title {
  font-size: 100px;
}
.uc-h2 .t120__title {
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .uc-h1 .t120__title {
    font-size: 60px;
  }
  .uc-h2 .t120__title {
    font-size: 36px;
  }
  .t120__descr {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .uc-h1 .t120__title {
    font-size: 55px;
  }
  .uc-h2 .t120__title {
    font-size: 27px;
  }
  .t120__descr {
    font-size: 19px;
  }
}
@media screen and (max-width: 479px) {
  .uc-h1 .t120__title {
    font-size: 32px;
  }
  .uc-h2 .t120__title {
    font-size: 32px;
  }
  .t120__descr {
    font-size: 24px;
  }
}
.t1001 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.t1001 .t-container {
  margin: 0;
}
.t1001 .t-container div,
.t1001__img-wrapper div {
  margin: 0;
  padding: 0;
  text-align: left;
}
.t1001__img-wrapper {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.t1001 .t1001__btn-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 32px;
}
.t1001 .t-btnwrapper {
  margin: 0 !important;
}
.t1001 .t-container:nth-child(1) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding-left: 16px;
  margin-top: 90px;
}
.t1001__title {
  font-size: 45px;
}
.t1001__descr {
  font-size: 20px;
  max-width: 520px;
}
@media screen and (max-width: 1200px) {
  .t1001__title {
    font-size: 35px;
    max-width: initial;
  }
  .t1001__descr {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .t1001 {
    grid-template-columns: 1fr;
  }
  .t1001 .t-container:nth-child(1) > div {
    padding-bottom: 32px;
    margin-top: initial;
  }
  .t1001__img-wrapper {
    aspect-ratio: 4/3;
  }
  .t1001 > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 479px) {
  .t1001__img-wrapper {
    aspect-ratio: 3/4;
  }
  .t1001__title {
    font-size: 32px;
  }
}
.t118 {
  padding-bottom: 0;
}
.t-col_12,
.t-container {
  max-width: initial;
  max-width: -webkit-fill-available;
}
.uc-cr16 .t-width {
  margin: 0 !important;
}
.uc-cr16 .t-width * {
  text-align: left;
}
.uc-cr16 {
  position: relative;
}
.uc-cr16 .t-container {
  position: relative;
}
.uc-cr16 .t-cover {
  background: none !important;
}
.uc-cr16 .t-cover__carrier,
.uc-cr16 .t-cover__filter {
  height: auto !important;
}
.uc-cr16 .t182__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  margin: 0;
}
.uc-cr16 .t182__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.uc-cr16 .t182__buttons > div {
  margin: 0;
  padding: 0;
}
.uc-cr16 .t182__buttons a {
  padding: 0 32px;
}
.uc-cr16 .t-cover,
.uc-cr16 .t-cover__wrapper {
  width: 100%;
  height: auto !important;
}
.uc-cr16 .t182__title {
  padding: 0;
  font-size: 42px;
}
.uc-cr16 .t182__descr {
  font-size: 24px;
  font-family: Mirafont, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .uc-cr16 .t182__title {
    font-size: 36px;
  }
  .uc-cr16 .t182__descr {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .uc-cr16 .t182__title {
    font-size: 27px;
  }
  .uc-cr16 .t182__descr {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .uc-cr16 .t182__title {
    font-size: 25px;
  }
  .uc-cr16 .t182__descr {
    font-size: 24px;
  }
}
.t-btnwrapper a {
  font-size: 16px;
  color: #fff !important;
  background: #000;
  border: 2px solid #fff;
}
.t-btnwrapper a:hover {
  opacity: 0.6;
}
.t182__buttons > div:not(:first-child) > a {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.uc-numbering .t786__content .t786__title {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.uc-numbering .t786__price-currency {
  display: none;
}
.uc-numbering .t786__container:before,
.uc-numbering .t786__container:after,
.uc-numbering .t786__separator {
  display: none;
}
.uc-numbering .t786__container {
  counter-reset: css-counter 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 !important;
  grid-auto-rows: 1fr;
}
.uc-numbering .t786__textwrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uc-numbering .t786__col {
  counter-increment: css-counter 1;
  padding: 0 !important;
  width: 100%;
  padding: 24px 16px !important;
  border-top: 1px solid #000;
  margin: 0;
}
.uc-numbering .t786__col:nth-child(2n) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.uc-numbering .t786__col .t786__textwrapper::after {
  content: counter(css-counter);
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Mirafont", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.uc-numbering .t786__descr,
.uc-numbering .t786__price {
  font-size: 14px !important;
}
@media screen and (max-width: 639px) {
  .uc-numbering .t786__container {
    grid-template-columns: 1fr 1fr;
  }
  .uc-numbering .t786__col:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
  .uc-numbering .t786__col:nth-child(even of .t786__col) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 480px) {
  .uc-numbering .t786__container {
    grid-template-columns: 1fr;
  }
}
.uc-numbering .t786__col a .t786__content .t786__title:after {
  display: block;
  content: "";
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition:
    transform 300ms ease-in-out,
    -webkit-transform 300ms ease-in-out;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uc-numbering .t786__col a:hover .t786__content .t786__title:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.t786__bgimg[aria-label]::after {
  font-family: "Mirafont", Arial, sans-serif;
  font-weight: 400;
  content: attr(aria-label);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d1d1d1;
  color: #000;
  padding: 5px 15px;
  font-size: 14px;
  max-width: 200px;
}
.uc-st315n-design1 .t786__container {
  padding: 0;
}
.uc-st315n-design1 .t786__col {
  padding: 100px 16px;
  border: 1px solid #000;
  margin-bottom: 0;
}
.uc-st315n-design1 .t786__content,
.uc-st315n-design1 .t786__textwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.uc-st315n-design1 .t786__textwrapper .t786__title {
  font-size: 42px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.uc-st315n-design1 .t786__textwrapper .t786__descr {
  font-size: 20px;
  line-height: 1.55;
  color: #222;
  font-weight: 400;
}
#allrecords .uc-st315n-design1 .t786__col .t786__buttons {
  margin-top: 0;
}
#allrecords .uc-st315n-design1 .t786__col .t786__buttons > a {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
#allrecords .uc-st315n-design1 .t786__col .t786__buttons > a:hover {
  opacity: 0.8;
}
.uc-st315n-design1 .t786__imgwrapper {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}
.uc-st315n-design1 .t786__col:nth-child(2) {
  background-color: #000;
  color: #fff;
}
.uc-st315n-design1 .t786__col:nth-child(2) .t786__textwrapper .t786__title {
  color: #fff;
}
#allrecords .uc-st315n-design1 .t786__col:nth-child(2) .t786__buttons > a {
  background-color: #fff;
  color: #000;
}
#allrecords
  .uc-st315n-design1
  .t786__col:nth-child(2)
  .t786__textwrapper
  .t786__descr {
  color: #fff;
}
.uc-st315n-design2 .t786__container {
  padding: 0;
}
.uc-st315n-design2 .t786__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 160px 16px;
}
.uc-st315n-design2 .t786__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.uc-st315n-design2 .t786__col:first-child .t786__textwrapper {
  padding: 0 32px;
}
.uc-st315n-design2 .t786__col .t786__title {
  font-size: 42px;
}
.uc-st315n-design2 .t786__col .t786__descr {
  padding-left: 32px;
  font-size: 20px;
}
#allrecords .uc-st315n-design2 .t786__col .t786__buttons {
  margin-left: 32px;
}
#allrecords .uc-st315n-design2 .t786__col .t786__buttons .t-btn {
  background-color: #000;
  color: #fff;
}
.uc-st315n-design2 .t786__col:nth-child(2) {
  background-color: #000;
}
.uc-st315n-design2 .t786__col:nth-child(2) .t786__content {
  direction: rtl;
}
.uc-st315n-design2 .t786__col:nth-child(2) .t786__title {
  color: #fff;
}
.uc-st315n-design2 .t786__col:nth-child(2) .t786__descr {
  color: #fff;
}
#allrecords .uc-st315n-design2 .t786__col:nth-child(2) .t786__buttons .t-btn {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .uc-st315n-design2 .t786__content {
    grid-template-columns: 1fr;
  }
  .uc-st315n-design2 .t786__col {
    margin-bottom: 0;
  }
  .uc-st315n-design2 .t786__textwrapper {
    padding: 0;
  }
  .uc-st315n-design2 .t786__col .t786__title {
    font-size: 32px;
  }
  #allrecords .uc-st315n-design2 .t786__col .t786__buttons {
    margin-left: 0;
  }
}
.uc-st315n-design3 .t-container_100:before,
.uc-st315n-design3 .t-container_100:after,
.uc-st315n-design3 .t786__separator {
  display: none;
}
.uc-st315n-design3 .t786__container {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.uc-st315n-design3 .t786__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 32px 16px;
}
.uc-st315n-design3 .t786__separator {
  margin: 0;
}
.uc-st315n-design3 .t786__textwrapper {
  height: initial !important;
}
.uc-st315n-design3 .t786__col .t786__title {
  font-size: 28px;
  color: #575757;
  line-height: 120%;
}
@media screen and (max-width: 479px) {
  .uc-st315n-design3 .t786__col .t786__title {
    font-size: 22px;
  }
}
.uc-st315n-design3 .t786__col .t786__descr {
  padding: 24px 32px 0;
  font-size: 20px;
}
#allrecords .uc-st315n-design3 .t786__col .t786__buttons .t-btn {
  background-color: #000;
  color: #fff;
}
.uc-st315n-design3 .t786__col:nth-child(1) {
  background-color: #ededed;
}
.uc-st315n-design3 .t786__col:nth-child(2) {
  background-color: #e1e1e1;
}
.uc-st315n-design3 .t786__col:nth-child(4) {
  background-color: #d5d5d5;
}
.uc-st315n-design3 .t786__col:nth-child(5) {
  background-color: #c8c8c8;
}
@media screen and (max-width: 640px) {
  .uc-st315n-design3 .t786__container {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .uc-st315n-design3 .t786__col {
    margin: 0;
  }
}
.uc-st310n-design4 {
  background-color: initial !important;
}
.uc-st310n-design4 .t778__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0;
  margin: 0;
  background-color: #000;
  padding-top: 1px;
}
.uc-st310n-design4 .t778__container:before,
.uc-st310n-design4 .t778__container:after,
.uc-st310n-design4 .t778__container .t-clear {
  display: none;
}
.uc-st310n-design4 .t778__wrapper {
  background-color: initial !important;
}
.uc-st310n-design4 .t778__col {
  background-color: #fafafa;
  max-width: initial;
  margin: 0;
  padding: 32px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.uc-st310n-design4 .t778__content {
  height: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.uc-st310n-design4 .t778__textwrapper {
  height: initial !important;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.uc-st310n-design4 .t778__title {
  font-size: 28px;
  text-transform: uppercase;
  color: #575757;
}
.uc-st310n-design4 .t778__descr {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  font-size: 20px;
}
#allrecords .uc-st310n-design4 .t778__btn-wrapper {
  padding: 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#allrecords .uc-st310n-design4 .t778__btn-wrapper > a {
  background: #000;
  color: #fff;
  margin: 0;
}
#allrecords .uc-st310n-design4 .t778__btn-wrapper > a:hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 0.7;
}
#allrecords .uc-st310n-design4 .t778__btn-wrapper > a:nth-child(2) {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
#allrecords .uc-st310n-design4 .t778__btn-wrapper > a:nth-child(2):hover {
  background: #fff !important;
  color: #000 !important;
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .uc-st310n-design4 .t778__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .uc-st310n-design4 .t778__descr {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .uc-st310n-design4 .t778__title {
    font-size: 22px;
  }
}
.uc-st310n-design4-bl {
  background-color: initial !important;
}
.uc-st310n-design4-bl .t778__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.uc-st310n-design4-bl .t778__container:before,
.uc-st310n-design4-bl .t778__container:after,
.uc-st310n-design4-bl .t778__container .t-clear {
  display: none;
}
.uc-st310n-design4-bl .t778__wrapper {
  background-color: initial !important;
}
.uc-st310n-design4-bl .t778__col {
  background-color: #000;
  max-width: initial;
  margin: 0;
  padding: 32px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.uc-st310n-design4-bl .t778__content {
  height: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.uc-st310n-design4-bl .t778__textwrapper {
  height: initial !important;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.uc-st310n-design4-bl .t778__title {
  font-size: 28px;
  text-transform: uppercase;
  color: #575757;
}
.uc-st310n-design4-bl .t778__descr {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  color: #fff;
  font-size: 20px;
}
#allrecords .uc-st310n-design4-bl .t778__btn-wrapper {
  padding: 0;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#allrecords .uc-st310n-design4-bl .t778__btn-wrapper > a {
  background: #fff;
  color: #000;
  margin: 0;
}
#allrecords .uc-st310n-design4-bl .t778__btn-wrapper > a:hover {
  background: #fff !important;
  color: #000 !important;
  opacity: 0.7;
}
#allrecords .uc-st310n-design4-bl .t778__btn-wrapper > a:nth-child(2) {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
#allrecords .uc-st310n-design4-bl .t778__btn-wrapper > a:nth-child(2):hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .uc-st310n-design4-bl .t778__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .uc-st310n-design4-bl .t778__descr {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .uc-st310n-design4-bl .t778__title {
    font-size: 22px;
  }
}
.t121 .t-video-lazyload {
  background-color: initial;
}
.t121 iframe {
  margin: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.t-name,
.t-heading {
  text-transform: uppercase;
}
.uc-st405-justbutton .t780__img,
.uc-st405-justbutton .t780__separator,
.uc-st405-justbutton .t780__title-wrapper,
.uc-st405-justbutton .t780__descr,
.uc-st405-justbutton .t780__price-wrapper,
.uc-st405-justbutton .js-product-controls-wrapper,
.uc-st405-justbutton .t780__text {
  display: none;
}
.t-submit {
  text-transform: uppercase;
}
.t706__cartwin-totalamount-label,
.t706__cartwin-totalamount {
  text-transform: uppercase;
}
.uc-afisha-list .t-container,
.uc-afisha-list .t-col_1,
.uc-afisha-list .t-col_2,
.uc-afisha-list .t-col_3,
.uc-afisha-list .t-col_4,
.uc-afisha-list .t-col_5,
.uc-afisha-list .t-col_6,
.uc-afisha-list .t-col_7,
.uc-afisha-list .t-col_8,
.uc-afisha-list .t-col_9,
.uc-afisha-list .t-col_10,
.uc-afisha-list .t-col_11,
.uc-afisha-list .t-col_12 {
  max-width: initial !important;
}
@media screen and (max-width: 640px) {
  .uc-full-2
    :not(.js-store-grid-cont, .t776__parent, .js-product-single):has(
      > .t-col_1,
      > .t-col_2,
      > .t-col_3,
      > .t-col_4,
      > .t-col_5,
      > .t-col_6,
      > .t-col_7,
      > .t-col_8,
      > .t-col_9,
      > .t-col_10,
      > .t-col_11,
      > .t-col_12
    ) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.t764__col_first {
  max-width: 100%;
  overflow: hidden;
}
.uc-afisha-list .js-store-grid-cont {
  margin: 0 var(--gap-m) !important;
  display: grid !important;
  grid-template-columns: repeat(var(--afisha-columns), 1fr);
  gap: var(--gap-m);
}
.uc-afisha-list .t-col {
  margin: 0 !important;
  padding: 0 !important;
  width: initial !important;
}
.uc-afisha-list .t-container {
  width: initial;
}
.uc-afisha-list .js-store-grid-cont:before,
.uc-afisha-list .js-store-grid-cont:after,
.uc-afisha-list .t-clear.t-store__grid-separator {
  content: none;
  display: none;
}
.uc-afisha-list .js-product-img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.uc-afisha-list .t-store__card__imgwrapper {
  position: relative;
  overflow: hidden;
}
.uc-afisha-list .js-product {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.uc-afisha-list .js-product:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
.uc-afisha-list .js-product:hover .js-product-img {
  -webkit-transform: scale(105%);
  transform: scale(105%);
}
.uc-afisha-list .store__card__wrap_txt-and-opts {
  position: relative;
}
.uc-afisha-list .store__card__wrap_txt-and-opts a {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5px;
}
.uc-afisha-list .t-store__card__textwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap-s);
  padding-bottom: 11px !important;
}
.uc-afisha-list .t-store__card__textwrapper .js-store-prod-name {
  font-size: var(--text-l) !important;
  line-height: var(--text-l-lh);
}
.uc-afisha-list .t-store__card__textwrapper .t-store__card__descr {
  display: none;
}
.uc-afisha-list .t-store__card__textwrapper .t-store__card__sku {
  display: block !important;
  font-size: 0;
}
.uc-afisha-list .t-store__card__textwrapper .t-store__card__sku span {
  font-size: var(--text-m);
  line-height: var(--text-m-lh);
  color: #5a5a5a;
  text-transform: uppercase;
}
.uc-afisha-list .t-store__card__textwrapper .t-store__card__price {
  font-size: var(--text-m) !important;
}
@media screen and (max-width: 1200px) {
  :root {
    --afisha-columns: 4;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --afisha-columns: 2;
  }
}
@media screen and (max-width: 639px) {
  :root {
    --afisha-columns: 2;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --afisha-columns: 1;
  }
}
@media screen and (min-width: 640px) {
  .uc-full-1 .t-col,
  .uc-full-2 .t-col {
    float: initial;
    margin: 0;
  }
  .uc-full-1 *:before,
  .uc-full-1 *:after,
  .uc-full-2 *:before,
  .uc-full-2 *:after {
    content: none;
    display: none;
  }
  .uc-full-1 .t-col_12,
  .uc-full-1 .t-row,
  .uc-full-1 .t-container:not(:has(.t-row)),
  .uc-full-2 .t-col_12,
  .uc-full-2 .t-row,
  .uc-full-2 .t-container:not(:has(.t-row)) {
    display: grid;
    gap: var(--gap-m);
  }
  .uc-full-1 .t-col_12,
  .uc-full-1 .t-row,
  .uc-full-1 .t-container:not(:has(.t-row)) {
    grid-template-columns: 1fr;
  }
  .uc-full-2 .t-col_12,
  .uc-full-2 .t-row,
  .uc-full-2 .t-container:not(:has(.t-row)) {
    grid-template-columns: repeat(2, 1fr);
  }
  .t-container:has(.t-row) {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .uc-st310n-grid .js-store-grid-cont .t-clear.t-store__grid-separator,
  .uc-st310n-grid .js-store-grid-cont:before,
  .uc-st310n-grid .js-store-grid-cont:after {
    content: none;
    display: none;
  }
  .uc-st310n-grid .t-store__load-more-btn-wrap {
    display: none;
  }
  .uc-st310n-grid .js-store-grid-cont {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 130px;
    width: initial;
    max-width: initial;
    width: 100%;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .uc-st310n-grid .js-store-grid-cont > div {
    width: 100%;
    opacity: 1;
    max-width: 100%;
    height: initial;
    max-height: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
  }
  .uc-st310n-grid .t-store__card .js-product-img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100%;
    height: 100%;
  }
  .uc-st310n-grid .js-store-grid-cont .t-store__card__imgwrapper {
    padding: 0 !important;
    aspect-ratio: 1;
  }
  .uc-st310n-grid
    .js-store-grid-cont
    > div:nth-child(20n + 1)
    .t-store__card__imgwrapper,
  .uc-st310n-grid
    .js-store-grid-cont
    > div:nth-child(20n + 9)
    .t-store__card__imgwrapper,
  .uc-st310n-grid
    .js-store-grid-cont
    > div:nth-child(20n + 13)
    .t-store__card__imgwrapper,
  .uc-st310n-grid
    .js-store-grid-cont
    > div:nth-child(20n + 15)
    .t-store__card__imgwrapper {
    aspect-ratio: 16/9;
  }
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 1),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 13) {
    grid-column: span 8;
  }
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 9),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 15) {
    grid-column: span 6;
  }
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 3),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 11) {
    grid-column: span 4;
  }
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 5),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 7),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 17),
  .uc-st310n-grid .js-store-grid-cont > div:nth-child(20n + 19) {
    grid-column: span 3;
  }
  .uc-st310n-grid .t-store__card__wrap_txt-and-btns {
    height: initial !important;
  }
  .uc-st310n-grid .js-store-prod-descr,
  .t-store__card__textwrapper {
    position: relative;
  }
  .uc-st310n-grid .t-store__card__textwrapper {
    position: relative;
    height: initial !important;
    gap: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .uc-st310n-grid .t-store__card__price-wrapper,
  .uc-st310n-grid .js-store-prod-descr {
    margin: 0;
    padding: 0 !important;
    bottom: 0;
  }
  .uc-st310n-grid .t-store__card__imgwrapper {
    overflow: hidden;
  }
  .uc-st310n-grid .t-store__card .js-product-img,
  .uc-st310n-grid .t-store__card .js-store-prod-name::after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .uc-st310n-grid .t-store__card .js-store-prod-name {
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 80%;
  }
  .uc-st310n-grid .t-store__card .js-store-prod-name::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 1px;
    display: block;
  }
  .uc-st310n-grid .t-store__card:hover .js-store-prod-name::after {
    width: 0%;
  }
  .uc-st310n-grid .t-store__card:hover .js-product-img {
    scale: 1.05;
  }
  .uc-st310n-grid .js-store-prod-name {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
  .uc-st310n-grid .js-store-prod-descr {
    color: #9c9c9c !important;
  }
  .uc-st310n-grid .t-store__card__textwrapper,
  .uc-st310n-grid .store__card__wrap_txt-and-opts {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .uc-st310n-grid .t-store__card__price-wrapper {
    right: 0;
  }
  .uc-st310n-grid .t-store__card__wrap_all {
    background: none !important;
  }
  .uc-st310n-grid .t-typography__descr {
    text-transform: initial !important;
    font-size: 18px !important;
  }
  .uc-st310n-grid .t-store__card {
    position: relative;
    padding-top: 30px !important;
  }
  .uc-st310n-grid .t-store__card__wrap_txt-and-btns,
  .t-store__card__textwrapper {
    position: initial !important;
  }
  .uc-st310n-grid .t-store__card__sku {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    display: block !important;
  }
  .uc-st310n-grid .js-store-prod-sku {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
    font-size: 16px;
    text-transform: uppercase;
  }
  .uc-st310n-grid .js-store-price-wrapper {
    display: none;
  }
}
:root {
  --aspect-ver: 1080 / 1350;
  --aspect-hor: 16 / 9;
}
.t603__container:before,
.t603__container:after {
  content: none;
  display: none;
}
.t603__tile {
  padding: 0;
}
.t603__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 10px;
  padding: 0 10px 10px;
}
.t603__container > div {
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.t603__blockimg {
  height: 100%;
  padding: 0;
}
/*@media screen and (min-width: 640px) {
  .t603__blockimg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .t603__blockimg:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}*/
.hor1 {
  grid-column: span 12;
  aspect-ratio: var(--aspect-hor);
}
.ver1 {
  grid-column: span 12;
  aspect-ratio: var(--aspect-ver);
}
.t-rec:has(.ver1) {
  display: none;
}
.hor2 {
  grid-column: span 6;
  aspect-ratio: var(--aspect-hor);
}
.ver2 {
  grid-column: span 6;
  aspect-ratio: var(--aspect-ver);
}
.hor3 {
  grid-column: span 4;
  aspect-ratio: var(--aspect-hor);
}
.ver3 {
  grid-column: span 4;
  aspect-ratio: var(--aspect-ver);
}
.hor1ver1-ver {
  grid-column: span 4;
  aspect-ratio: var(--aspect-ver);
}
.hor1ver1-hor {
  grid-column: span 8;
  aspect-ratio: var(--aspect-hor);
}
.hor2ver1-ver {
  grid-column: span 2;
  aspect-ratio: var(--aspect-ver);
}
.hor2ver1-hor {
  grid-column: span 5;
  aspect-ratio: var(--aspect-hor);
}
.ver2hor1-ver {
  grid-column: span 3;
  aspect-ratio: var(--aspect-ver);
}
.ver2hor1-hor {
  grid-column: span 6;
  aspect-ratio: var(--aspect-hor);
}
@media (max-width: 480px) {
  .t603__container > div {
    grid-column: span 12;
  }
}
.uc-nav__desk li:hover .t-menusub__menu {
  display: block;
  opacity: 1;
}
