@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #282728;
  --gray: #111111;
  --blue: #28A3E3;
  --red: #FD2016;
  --yellow: #FDC841;
  --orange: #ED6C1A;
  --gray: #8A8A8A;
  --footer: #1C1C1C;
  --max: 1850px;
  --min: 1000px;
  --radius1: 20px;
  --radius2: 10px;
  --dirty: #96AAB0;
  --dirtygreen: #2B7B65;
}

@font-face {
  font-family: "Jost-Regular";
  src: url("fonts/jost/jost-regular.eot");
  /* IE 9 Compatibility Mode */
  src: url("fonts/jost/jost-regular.eot?#iefix") format("embedded-opentype"), url("fonts/jost/jost-regular.woff2") format("woff2"), url("fonts/jost/jost-regular.woff") format("woff"), url("fonts/jost/jost-regular.ttf") format("truetype"), url("fonts/jost/jost-regular.svg#jost-regular") format("svg");
  /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url("fonts/jost/jost-semibold.eot");
  /* IE 9 Compatibility Mode */
  src: url("fonts/jost/jost-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/jost/jost-semibold.woff2") format("woff2"), url("fonts/jost/jost-semibold.woff") format("woff"), url("fonts/jost/jost-semibold.ttf") format("truetype"), url("fonts/jost/jost-semibold.svg#jost-semibold") format("svg");
  /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "AvenirNextCyr-Demi";
  src: url("fonts/avenir_next_cyr/avenirnextcyr-demi.eot");
  /* IE 9 Compatibility Mode */
  src: url("fonts/avenir_next_cyr/avenirnextcyr-demi.eot?#iefix") format("embedded-opentype"), url("fonts/avenir_next_cyr/avenirnextcyr-demi.woff2") format("woff2"), url("fonts/avenir_next_cyr/avenirnextcyr-demi.woff") format("woff"), url("fonts/avenir_next_cyr/avenirnextcyr-demi.ttf") format("truetype"), url("fonts/avenir_next_cyr/avenirnextcyr-demi.svg#avenirnextcyr-demi") format("svg");
  /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "PTSans-Regular";
  src: url("fonts/pt_sans/PTSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNextCyr-Medium";
  src: url("fonts/avenir_next_cyr/avenirnextcyr-medium.eot");
  /* IE 9 Compatibility Mode */
  src: url("fonts/avenir_next_cyr/avenirnextcyr-medium.eot?#iefix") format("embedded-opentype"), url("fonts/avenir_next_cyr/avenirnextcyr-medium.woff2") format("woff2"), url("fonts/avenir_next_cyr/avenirnextcyr-medium.woff") format("woff"), url("fonts/avenir_next_cyr/avenirnextcyr-medium.ttf") format("truetype"), url("fonts/avenir_next_cyr/avenirnextcyr-medium.svg#avenirnextcyr-medium") format("svg");
  /* Chrome < 4, Legacy iOS */
}
.rub {
  font-family: "PTSans-Regular" !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url(/css/material/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0.2;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes opas {
  0% {
    opacity: 0.2;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.product__table-row, .mobmenu__link3, .mobmenu__link2, .mobmenu__link, .basket__item, .basket__title, .cnav__subcat, .cnav__subli, .cnav__main, .catalog__search, .faq__title, .best__center, .arena__item-row, .footer__go-block, .footer__bottom, .slidernav, .ser__row, .nav__ul, .nav__top, .nav, .blog__item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mnav__phone, .header__rul {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product .item__row, .mobmenu__link .material-symbols-rounded, .mobmenu__link2 .material-symbols-rounded, .mobmenu__link3 .material-symbols-rounded, .mobmenu__social, .count__button, .count, .basket__item-remove, .search__form, .search, .panel__counter, .panel__item, .panel, .mnav__menu, .faq__close, .seo__button, .seo__row, .best__row-icon, .arena__item-text2, .arena__item-icon, .footer__go-icon, .slidernav .slick-dots, .slidernav__dots, .slidernav__arrow, .map__icon, .vos__icon, .eco__icon, .black__icon, .cat__ricon, .cat__link, .ser__done, .ser__icon, .nav__place-link, .nav__soc, .header__done, .headerarticle__menu-item, .headerarticle__menu, .paginator__item, .paginator, .psevdocheck__icon, .window__buttons, .window__close, .dark, .bread__link, .bread__li, .social__item, .button__name, .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__goods, .best__row, .con__form-row, .vos__item, .header__buttons, .header__ul, .blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product__table-row:nth-last-child(1) .product__table-cell:nth-child(1), .basket__item-block, .item__row, .mnav__logo, .mnav__block, .sorts__item-select, .sorts__item, .sorts__sub-item, .sorts, .arena__item-button, .footer__go, .footer__ul, .slidernav__block, .map__row, .eco__li, .eco__ul, .black__li, .black__ul, .cat__right, .cat__ul, .ser__li, .nav__place, .header__li, .blog__item-menuitem, .blog__item-menublock, .psevdocheck, .bread__ul, .bread__center, .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__center, .catalog__center, .faq__content, .arena__content, .footer__top, .map__images, .map__center, .con__content, .vos__content, .black__center, .cat__content, .cat__h, .ser__content, .header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.basket__empty, .nav__div--center, .nav__logo, .headerarticle__center {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seo__content::after, .arena__item::after, .arena__item::before, .con__content::before, .eco::before, .black::before, .cat__link::before, .ser__item::after, .ser__item::before, .header::after, .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: rgba(35, 31, 32, 0.9);
  color: var(--white);
}

::selection {
  background: rgba(35, 31, 32, 0.9);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--yellow);
  border-radius: 0;
}

::-webkit-resizer,
::-webkit-scrollbar-corner {
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
}

button,
input,
select,
textarea {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: inherit;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.material-symbols-rounded--fill, .map__icon, .nav__place-icon {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

html {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 990px) {
  html {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
}
html.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--black);
  position: relative;
  resize: none;
  outline: none;
  font-family: "Jost-Regular";
  font-size: 17px;
  overflow-x: clip;
  line-height: 1.1;
}
body.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

b, strong {
  font-family: "Jost-SemiBold";
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  padding: 0 40px;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  font-family: "Jost-SemiBold";
  cursor: pointer;
  font-size: 15px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  position: relative;
  overflow: hidden;
}
.button:hover {
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.75);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.75);
}
.button--border {
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
}
.button__name-price {
  margin-left: 5px;
}
.button .material-symbols-rounded {
  margin-left: 10px;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), white);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), white);
  -webkit-box-shadow: 0.625rem 0 1.25rem -0.625rem #fff;
          box-shadow: 0.625rem 0 1.25rem -0.625rem #fff;
  -webkit-animation: flare 5s infinite linear;
          animation: flare 5s infinite linear;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.center {
  min-width: var(--min);
  max-width: var(--max);
  margin: 0 auto;
  padding-right: 40px !important;
  padding-left: 40px !important;
}
@media (max-width: 1400px) {
  .center {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 990px) {
  .center {
    min-width: auto;
    max-width: auto;
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.social__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 990px) {
  .social__item {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
}
.social__item:nth-last-child(1) {
  margin-right: 0;
}
.social__item--whatsapp {
  background-color: #00E676;
  background-image: url(/images/icons/white/whatsapp.png);
}
.social__item--viber {
  background-color: #563DBD;
  background-image: url(/images/icons/white/viber.png);
}
.social__item--telegram {
  background-color: #28A3E3;
  background-image: url(/images/icons/white/telegram.png);
}
.social__item--vk {
  background-color: #0077FF;
  background-image: url(/images/icons/white/vk.png);
}

.heading, .best__heading {
  font-size: 51px;
  display: block;
  font-family: "AvenirNextCyr-Medium";
  font-weight: normal;
}
@media (max-width: 1600px) {
  .heading, .best__heading {
    font-size: 41px;
  }
}
@media (max-width: 1500px) {
  .heading, .best__heading {
    font-size: 37px;
  }
}
@media (max-width: 1400px) {
  .heading, .best__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 990px) {
  .heading, .best__heading {
    font-size: 25px;
  }
}
.heading b, .best__heading b, .heading strong, .best__heading strong {
  font-weight: normal;
  font-family: "AvenirNextCyr-Demi";
}

.description {
  font-size: 25px;
  display: block;
}
@media (max-width: 1400px) {
  .description {
    font-size: 21px;
  }
}
@media screen and (max-width: 990px) {
  .description {
    font-size: 19px;
  }
}

@-webkit-keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 26, 0.5);
            box-shadow: 0 0 0 0 rgba(237, 107, 26, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 107, 26, 0);
            box-shadow: 0 0 0 8px rgba(237, 107, 26, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 26, 0);
            box-shadow: 0 0 0 0 rgba(237, 107, 26, 0);
  }
}

@keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 26, 0.5);
            box-shadow: 0 0 0 0 rgba(237, 107, 26, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 107, 26, 0);
            box-shadow: 0 0 0 8px rgba(237, 107, 26, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 26, 0);
            box-shadow: 0 0 0 0 rgba(237, 107, 26, 0);
  }
}
@-webkit-keyframes pulseGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(57, 191, 77, 0.8);
            box-shadow: 0 0 0 0 rgba(57, 191, 77, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(57, 191, 77, 0);
            box-shadow: 0 0 0 8px rgba(57, 191, 77, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(57, 191, 77, 0);
            box-shadow: 0 0 0 0 rgba(57, 191, 77, 0);
  }
}
@keyframes pulseGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(57, 191, 77, 0.8);
            box-shadow: 0 0 0 0 rgba(57, 191, 77, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(57, 191, 77, 0);
            box-shadow: 0 0 0 8px rgba(57, 191, 77, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(57, 191, 77, 0);
            box-shadow: 0 0 0 0 rgba(57, 191, 77, 0);
  }
}
@-webkit-keyframes flare {
  0% {
    left: -150%;
  }
  80% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes flare {
  0% {
    left: -150%;
  }
  80% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text {
  font-size: 21px;
  line-height: 1.3;
  /* Добавляем границы вокруг всей таблицы */
}
@media (max-width: 1400px) {
  .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 990px) {
  .text {
    font-size: 17px;
  }
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-family: "Jost-SemiBold";
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 21px;
  }
}
.text b, .text strong {
  font-weight: normal;
  font-family: "Jost-SemiBold" !important;
}
.text p {
  margin-bottom: 10px;
}
.text p:nth-last-child(1) {
  margin-bottom: 0;
}
.text table {
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.text table td {
  border: 1px solid #E5E5E5;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 990px) {
  .text table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.text table td img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.text table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.text table tr:first-child td {
  border-top: none;
}
.text table tr:last-child td {
  border-bottom: none;
}
.text table tr td:first-child {
  border-left: none;
}
.text table tr td:last-child {
  border-right: none;
}
.text table::before,
.text table::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0px;
  left: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  pointer-events: none;
}
.text table::before {
  z-index: 1;
}
.text .table-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.text ul {
  list-style: none;
}
.text li {
  padding-left: 20px;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.text li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--yellow);
}
.text li:nth-last-child(1) {
  margin-bottom: 0;
}

.toper {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .toper {
    margin-bottom: 60px;
  }
}
.toper .nav__logo-name,
.toper .nav__place-icon {
  color: #FF8C00;
}
.toper .nav__place-link {
  color: #FF8C00;
  border-bottom-color: #FF8C00;
}
.toper .nav__place-link::before, .toper .nav__place-link::after {
  background-color: #FF8C00;
}
.toper .nav__link:hover {
  color: #FF8C00;
  text-decoration-color: #FF8C00;
}
.toper .nav__li--active .nav__link {
  color: #FF8C00;
}

.bread {
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px #eeeeee solid;
  border-top: 1px #eeeeee solid;
}
@media screen and (max-width: 990px) {
  .bread {
    min-width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 11px;
    background: var(--white);
  }
  .bread::-webkit-scrollbar {
    display: none;
  }
  .bread::-webkit-scrollbar-button {
    display: none;
  }
  .bread::-webkit-scrollbar-track, .bread::-webkit-scrollbar-track-piece {
    display: none;
  }
  .bread::-webkit-scrollbar-thumb {
    display: none;
  }
  .bread::-webkit-resizer, .bread::-webkit-scrollbar-corner {
    display: none;
  }
}
.bread ul,
.bread li {
  list-style: none;
}
@media screen and (max-width: 990px) {
  .bread__center {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 !important;
  }
  .bread__center::-webkit-scrollbar {
    width: 0;
    /* ширина scrollbar'a */
    height: 0;
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .bread__ul {
    padding: 0 10px;
  }
}
.bread__li {
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .bread__li {
    margin-right: 30px;
  }
}
.bread__li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 100%;
  background: url(../images/icons/chevron_right_FILL0_wght400_GRAD0_opsz24.png) center no-repeat;
  background-size: 14px;
  opacity: 0.5;
}
@media screen and (max-width: 990px) {
  .bread__li::after {
    right: -30px;
  }
}
.bread__li:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .bread__li:nth-last-child(1) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.bread__li:nth-last-child(1)::after {
  display: none;
}
.bread__link {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
  height: 40px;
}
@media screen and (max-width: 990px) {
  .bread__link {
    height: 30px;
  }
}
.bread__link:hover {
  text-decoration-color: var(--black);
}

.dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
}
@media screen and (max-width: 990px) {
  .dark {
    background: var(--white);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.window__wname {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Jost-SemiBold";
  font-size: 19px;
}
.window__close {
  width: 40px;
  height: 40px;
  font-size: 21px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px #eee solid;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .window__close {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
}
.window__close:hover {
  color: var(--orange);
}
.window--success {
  width: 500px;
  background: var(--white);
  border-radius: 20px;
  padding: 50px;
  position: relative;
  display: none;
}
@media screen and (max-width: 990px) {
  .window--success {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
  }
}
.window--success .window__in {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 990px) {
  .window--success .window__in {
    width: 100%;
    height: 100%;
  }
}
.window--addbasket {
  width: 600px;
  background: var(--white);
  border-radius: 20px;
  padding: 50px;
  position: relative;
  display: none;
}
@media screen and (max-width: 990px) {
  .window--addbasket {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
  }
}
.window--addbasket .window__in {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 990px) {
  .window--addbasket .window__in {
    width: 100%;
    height: 100%;
  }
}
.window--form {
  width: 750px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
  display: none;
}
@media screen and (max-width: 990px) {
  .window--form {
    width: 100%;
    height: 100%;
    border-radius: 0;
    height: 100%;
  }
}
.window--form .label {
  margin-bottom: 20px;
}
.window--form .label__input {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.75);
}
.window--form select.label__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
     text-overflow: "";
  background: rgba(255, 255, 255, 0.75) url(../images/icons/baseline_keyboard_arrow_down_black_48dp.png) right 15px center no-repeat;
  background-size: 20px;
}
.window--form select.label__input::-ms-expand {
  display: none;
}
.window--form .window__button {
  width: 100%;
}
.window--form .window__in {
  padding: 50px;
}
@media screen and (max-width: 1400px) {
  .window--form .window__in {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .window--form .window__in {
    width: 100%;
    height: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 990px) {
  .window__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-top: 30px;
  }
}
.window__buttons .button {
  margin-right: 10px;
}
.window__buttons .button:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .window__buttons .button {
    margin-right: 0;
    width: 100%;
  }
  .window__buttons .button:nth-child(1) {
    margin-top: 10px;
  }
}
.window__in {
  position: relative;
}
.window__form {
  width: 350px;
}
@media screen and (max-width: 990px) {
  .window__form {
    width: 100%;
    height: 100%;
  }
}
.window__content {
  width: 400px;
}
@media screen and (max-width: 990px) {
  .window__content {
    width: 100%;
  }
}
.window__span1 {
  display: block;
  font-size: 31px;
  margin-bottom: 10px;
  font-family: "AvenirNextCyr-Medium";
}
@media screen and (max-width: 990px) {
  .window__span1 {
    font-size: 25px;
  }
}
.window__span2 {
  display: block;
  font-size: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .window__span2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.window__image {
  height: calc(100% + 50px);
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 489/682;
  background: bottom right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 990px) {
  .window__image {
    display: none;
  }
}
.window__heading {
  font-size: 31px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .window__heading {
    font-size: 25px;
  }
}
.window__description {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.psevdocheck {
  cursor: default;
  font-size: 13px;
}
.psevdocheck__icon {
  width: 20px;
  height: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 10px;
  font-size: 15px;
  background: var(--dirtygreen);
  color: var(--white);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.psevdocheck a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.psevdocheck a:hover {
  color: var(--yellow);
}

.label {
  display: block;
  position: relative;
  width: 100%;
  cursor: text;
}
.label__name {
  display: block;
  width: 100%;
  font-size: 17px;
  margin-bottom: 5px;
}
.label__input {
  width: 100%;
  border: 1px var(--black) solid;
  padding: 0 13px;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.label__input:focus {
  border-color: var(--orange);
}
.label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
     text-overflow: "";
  background: var(--white) url(../images/icons/baseline_keyboard_arrow_down_black_48dp.png) right 15px center no-repeat;
  background-size: 20px;
}
.label select::-ms-expand {
  display: none;
}

.paginator {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .paginator {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.paginator__item {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  border: 1px #eee solid;
  font-size: 13px;
}
@media screen and (max-width: 990px) {
  .paginator__item {
    width: 30px;
    height: 30px;
    font-size: 10px;
    margin: 0 2.5px;
  }
}
.paginator__item--strong {
  color: var(--orange);
  border-color: var(--orange);
  cursor: default;
}
.paginator__item--strong:hover {
  color: var(--white) !important;
}
.paginator__item .material-symbols-rounded {
  font-size: 18px !important;
}
@media screen and (max-width: 990px) {
  .paginator__item .material-symbols-rounded {
    font-size: 16px !important;
  }
}

.blog {
  position: relative;
  padding-bottom: 0;
  margin-top: 50px;
  border-top: none;
  padding-top: 0;
}
@media (max-width: 1500px) {
  .blog {
    margin-top: 25px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .blog {
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.blog__center {
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .blog__center {
    padding: 0 10px;
  }
}
.blog__item {
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  --x-px: calc(var(--x) * 1px);
  --y-px: calc(var(--y) * 1px);
  --border: 2px;
}
@media screen and (max-width: 990px) {
  .blog__item {
    margin-right: 10px;
    padding: 0;
  }
  .blog__item:nth-child(2n) {
    margin-right: 0;
  }
}
.blog__item:hover {
  border-color: var(--red);
  -webkit-animation: pulse11 2s infinite;
          animation: pulse11 2s infinite;
}
.blog__item:hover .blog__item-name {
  text-decoration-color: var(--black);
}
.blog__item:hover .blog__item-menu {
  opacity: 1;
}
.blog__item:hover .blog__item-menuitem {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0);
}
.blog__item:nth-last-child(1) {
  margin-right: 0;
}
.blog__item-forimage {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  z-index: 100;
}
.blog__item-menu {
  margin-top: 10px;
  color: #777;
}
@media screen and (max-width: 990px) {
  .blog__item-menu {
    display: none;
  }
}
.blog__item-menuitem {
  font-size: 13px;
  margin-right: 15px;
}
.blog__item-menuitem:nth-last-child(1) {
  margin-right: 0;
}
.blog__item-menuitem .material-symbols-rounded {
  margin-right: 5px;
  font-size: 16px;
}
.blog__item-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.blog__item-name {
  font-size: 19px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 100;
  font-family: "Jost-SemiBold";
}
@media screen and (max-width: 990px) {
  .blog__item-name {
    font-size: 15px;
  }
}
.blog__item-description {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 100;
}
.blog__item:before, .blog__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  inset: 0px;
  border-radius: inherit;
  background: -o-radial-gradient(var(--x-px) var(--y-px), 800px circle, rgba(255, 255, 255, 0.05), transparent 40%);
  background: radial-gradient(800px circle at var(--x-px) var(--y-px), rgba(255, 255, 255, 0.05), transparent 40%);
}
@media screen and (max-width: 990px) {
  .blog__item:before, .blog__item:after {
    display: none;
  }
}
.blog__item:before {
  z-index: 1;
}
.blog__item:after {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 990px) {
  .blog__item:after {
    display: none;
  }
}
.blog__item:hover:after {
  opacity: 1;
}
.blog .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .blog .owl-dots {
    margin-top: 20px;
  }
}
.blog .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 2.5px;
  border-radius: 50%;
  background-color: #E5E5E5;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.blog .owl-dots .owl-dot.active {
  background-color: #E83F34;
}
.blog .seo__button {
  position: relative;
  z-index: 122;
}
.blog__heading {
  margin-bottom: 10px;
}
.blog__content {
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 990px) {
  .blog__content {
    margin-top: 20px;
  }
  .blog__content .blog__item-description {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1;
  }
  .blog__content .blog__item-name {
    font-size: 13px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  .blog__content .blog__item-name {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 990px) {
  .blog__content .blog__item-image {
    border-radius: 5px;
  }
}
.blog__content .blog__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .blog__content .blog__item {
    width: calc(33.3333333333% - 14px);
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .blog__content .blog__item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1400px) and (max-width: 990px) {
  .blog__content .blog__item:nth-child(3n) {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 990px) {
  .blog__content .blog__item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
.blog__content .blog__item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .blog__content .blog__item:nth-child(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 990px) {
  .blog__content .blog__item:nth-child(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .blog__content .blog__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.blog .paginator {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .blog .paginator {
    margin-bottom: 25px;
  }
}

.headerarticle {
  background: center no-repeat;
  background-size: cover;
  position: relative;
}
.headerarticle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 31, 37, 0.75)), to(rgba(30, 31, 37, 0.95)));
  background: -o-linear-gradient(top, rgba(30, 31, 37, 0.75), rgba(30, 31, 37, 0.95));
  background: linear-gradient(to bottom, rgba(30, 31, 37, 0.75), rgba(30, 31, 37, 0.95));
}
.headerarticle__center {
  height: 650px;
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .headerarticle__center {
    height: 500px;
  }
}
@media screen and (max-width: 990px) {
  .headerarticle__center {
    padding: 0 10px;
    height: 60vh;
  }
}
.headerarticle__menu {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 20px;
  cursor: default;
  z-index: 2;
  color: var(--white);
}
@media (max-width: 1500px) {
  .headerarticle__menu {
    right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .headerarticle__menu {
    padding: 10px;
    right: 0;
    border-radius: 0;
    bottom: 10px;
    width: 100%;
  }
}
.headerarticle__menu-item {
  margin-right: 20px;
  font-size: 13px;
}
@media screen and (max-width: 990px) {
  .headerarticle__menu-item {
    font-size: 11px;
    margin-right: 10px;
  }
}
.headerarticle__menu-item:nth-last-child(1) {
  margin-right: 0;
}
.headerarticle__menu-item .material-symbols-rounded {
  display: block;
  margin-right: 5px;
  font-size: 18px;
}
.headerarticle .heading, .headerarticle .best__heading {
  text-align: center;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.articlecontent__center {
  padding: 0 20px;
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .articlecontent__center {
    padding: 0 10px;
    padding-top: 25px;
  }
}

.similar {
  margin-top: 200px;
  /* the parent */
}
@media (max-width: 1800px) {
  .similar {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .similar {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .similar {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .similar {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.similar__center {
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .similar__center {
    padding: 0 10px;
  }
}
@media screen and (max-width: 990px) {
  .similar {
    margin-bottom: 50px;
  }
  .similar .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .similar {
    margin-top: 20px;
  }
  .similar .blog__item-description {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1;
  }
  .similar .blog__item-name {
    font-size: 13px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  .similar .blog__item-name {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 990px) {
  .similar .blog__item-image {
    border-radius: 5px;
  }
}
.similar__content {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .similar__content {
    margin-top: 20px;
  }
}
.similar .article {
  margin-top: 10px;
}
.similar .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 990px) {
  .similar .slick-slide {
    margin: 0 5px;
  }
}
.similar .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 990px) {
  .similar .slick-list {
    margin: 0 -5px;
  }
}
.similar .slidernav {
  margin-top: 20px;
}
.similar .article {
  border: 1px #f0f0f0 solid;
  border-bottom: 1px #E5E5E5 solid;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 990px) {
  .similar .article {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    border: none;
    border-radius: 0;
    background: none;
  }
}
.similar .article::before {
  display: none;
}

.header {
  background: #1E1F25 center no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
}
.header::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 31, 37, 0.75)), to(#1E1F25));
  background-image: -o-linear-gradient(top, rgba(30, 31, 37, 0.75), #1E1F25);
  background-image: linear-gradient(to bottom, rgba(30, 31, 37, 0.75), #1E1F25);
}
.header::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(60%, transparent), color-stop(90%, #1E1F25));
  background-image: -o-linear-gradient(bottom, transparent 60%, #1E1F25 90%);
  background-image: linear-gradient(to top, transparent 60%, #1E1F25 90%);
  opacity: 0.75;
}
.header__center {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 990px) {
  .header__center {
    padding-bottom: 50px;
    padding-top: 85px;
  }
}
.header__top {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 990px) {
  .header__top {
    display: none;
  }
}
.header__bottom {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  position: relative;
  z-index: 100;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 990px) {
  .header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
.header__description {
  display: block;
  margin-bottom: 100px;
  font-size: 21px;
  margin-right: 100px;
}
.header__description p {
  margin-bottom: 5px;
}
.header__description p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .header__description {
    margin-bottom: 75px;
  }
}
@media (max-width: 1400px) {
  .header__description {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 990px) {
  .header__description {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .header__description br {
    display: none;
  }
}
.header__heading {
  margin-bottom: 20px;
  font-size: 61px;
}
@media (max-width: 1600px) {
  .header__heading {
    font-size: 55px;
  }
}
@media (max-width: 1400px) {
  .header__heading {
    font-size: 41px;
  }
}
@media (max-width: 1200px) {
  .header__heading {
    font-size: 37px;
  }
}
@media screen and (max-width: 990px) {
  .header__heading {
    font-size: 31px;
  }
  .header__heading br {
    display: none;
  }
}
.header__ul {
  list-style: none;
  margin-bottom: 100px;
  margin-right: 100px;
}
@media (max-width: 1600px) {
  .header__ul {
    margin-bottom: 75px;
  }
}
@media (max-width: 1400px) {
  .header__ul {
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .header__ul {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 990px) {
  .header__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.header__li {
  margin-right: 20px;
}
@media screen and (max-width: 990px) {
  .header__li {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__li br {
    display: none;
  }
}
.header__li:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .header__li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.header__done {
  width: 50px;
  height: 50px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-animation: pulseWhite2 2s infinite;
          animation: pulseWhite2 2s infinite;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1600px) {
  .header__done {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    -webkit-animation: pulseWhite 2s infinite;
            animation: pulseWhite 2s infinite;
  }
}
@media (max-width: 1400px) {
  .header__done {
    -webkit-animation: pulseWhite 2s infinite;
            animation: pulseWhite 2s infinite;
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 990px) {
  .header__done {
    width: 40px;
    height: 40px;
  }
}
.header__link {
  font-size: 19px;
}
@media (max-width: 1600px) {
  .header__link {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .header__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__buttons .header__button {
  margin-right: 20px;
  height: 100px;
  padding: 0 50px;
}
@media (max-width: 1600px) {
  .header__buttons .header__button {
    height: 80px;
  }
}
@media (max-width: 1400px) {
  .header__buttons .header__button {
    height: 75px;
  }
}
@media screen and (max-width: 990px) {
  .header__buttons .header__button {
    margin-right: 0;
    margin-bottom: 10px;
    height: 60px;
    width: 100%;
  }
  .header__buttons .header__button .material-symbols-rounded {
    display: none;
  }
}
.header__buttons .header__button:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .header__buttons .header__button:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.header__rul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  max-width: 400px;
}
@media screen and (max-width: 990px) {
  .header__rul {
    display: none;
  }
}
.header__rli {
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .header__rli {
    margin-bottom: 75px;
  }
}
@media (max-width: 1400px) {
  .header__rli {
    margin-bottom: 50px;
  }
}
.header__rli:nth-last-child(1) {
  margin-bottom: 0;
}
.header__rlink-text {
  padding-left: 30px;
  display: block;
  margin-top: 10px;
  font-size: 19px;
}
.header__rlink-name {
  font-family: "AvenirNextCyr-Demi";
  font-size: 25px;
  position: relative;
  padding-left: 30px;
  display: block;
}
@media (max-width: 1600px) {
  .header__rlink-name {
    font-size: 21px;
  }
}
.header__rlink-name::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
  -webkit-animation: opas 1.1s infinite linear;
          animation: opas 1.1s infinite linear;
}
@media (max-width: 1400px) {
  .header__rlink-name::after {
    top: 20px;
  }
}
.header__rlink-name strong {
  font-size: 55px;
  margin-right: 5px;
}
@media (max-width: 1600px) {
  .header__rlink-name strong {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .header__rlink-name strong {
    font-size: 41px;
  }
}

.nav {
  padding-top: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 990px) {
  .nav {
    display: none;
  }
}
.nav__block:nth-last-child(1) {
  width: 100%;
  padding-left: 100px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1400px) {
  .nav__block:nth-last-child(1) {
    padding-left: 50px;
  }
}
.nav__soc-block:nth-child(1) {
  margin-right: 10px;
}
.nav__soc-text p, .nav__soc-text span {
  display: block;
  position: relative;
}
.nav__soc-text p:nth-child(1), .nav__soc-text span:nth-child(1) {
  padding-left: 15px;
}
.nav__soc-text p:nth-child(1)::after, .nav__soc-text span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #3CB95A;
  border-radius: 50%;
  -webkit-animation: opas 1.1s infinite linear;
          animation: opas 1.1s infinite linear;
}
@media (max-width: 1400px) {
  .nav__soc-text {
    font-size: 13px;
  }
}
.nav__logo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.nav__logo-name {
  font-size: 17px;
  font-family: "Jost-SemiBold";
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
  color: var(--yellow);
}
@media (max-width: 1400px) {
  .nav__logo-name {
    font-size: 15px;
  }
}
.nav__logo-image {
  width: 60px;
  aspect-ratio: 328/340;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__top {
  width: 100%;
}
.nav__bottom {
  width: 100%;
  margin-top: 25px;
}
.nav__div {
  margin-right: 20px;
}
.nav__div:nth-last-child(1) {
  margin-right: 0;
}
.nav__about {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .nav__about {
    font-size: 13px;
  }
}
.nav__place {
  max-width: 400px;
}
@media screen and (max-width: 990px) {
  .nav__place {
    max-width: 100%;
  }
}
.nav__place-icon {
  display: block;
  margin-right: 10px;
  color: var(--yellow);
  cursor: default;
  display: none;
}
.nav__place-text {
  display: block;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1400px) {
  .nav__place-text {
    font-size: 13px;
  }
}
.nav__place-text--big {
  font-size: 23px;
}
@media (max-width: 1400px) {
  .nav__place-text--big {
    font-size: 19px;
  }
}
.nav__place-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin-top: 10px;
  color: var(--yellow);
  border-bottom: 1px dotted var(--yellow);
  font-size: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .nav__place-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 990px) {
  .nav__place-link {
    margin-top: 5px;
  }
}
.nav__place-link::before {
  height: 1px;
  width: 100%;
  background: var(--yellow);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
}
.nav__place-link:hover::before {
  opacity: 1;
}
.nav__ul {
  list-style: none;
}
.nav__li--active .nav__link {
  color: var(--yellow);
}
.nav__link {
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Jost-SemiBold";
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (max-width: 1400px) {
  .nav__link {
    font-size: 15px;
  }
}
.nav__link:hover {
  color: var(--yellow);
  text-decoration-color: var(--yellow);
}

.ser {
  background: #1E1F25;
  color: var(--white);
  padding-top: 100px;
}
@media (max-width: 1800px) {
  .ser {
    padding-top: 150px;
  }
}
@media (max-width: 1600px) {
  .ser {
    padding-top: 100px;
  }
}
@media (max-width: 1400px) {
  .ser {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .ser {
    padding-top: 0;
  }
}
.ser--page {
  padding-top: 100px;
  background: var(--white);
  color: var(--black);
}
@media (max-width: 1400px) {
  .ser--page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .ser--page {
    border-top: 0;
    padding-top: 0;
    margin-top: 25px;
    border-bottom: 1px #eee solid;
    padding-bottom: 25px;
  }
}
.ser__h {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .ser__h {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .ser__h {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .ser__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ser__item {
  width: calc(50% - 25px);
  background: rgba(255, 255, 255, 0.05);
  padding: 50px;
  aspect-ratio: 1.3/1;
  display: block;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: center no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 500px;
  margin-right: 50px;
  border-radius: 20px;
  border: 1px #eee solid;
}
.ser__item:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .ser__item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 1400px) {
  .ser__item {
    padding: 25px;
    min-height: 500px;
  }
}
@media (max-width: 1600px) {
  .ser__item {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .ser__item {
    width: 100%;
    padding: 20px;
    aspect-ratio: 1/1;
    border-bottom: 1px var(--white) solid;
    margin: 0;
    margin-bottom: 10px;
  }
  .ser__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.ser__item--page {
  width: calc(50% - 20px);
  color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1.3/1;
  border: 0;
}
@media screen and (max-width: 990px) {
  .ser__item--page {
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
  }
  .ser__item--page:nth-last-child(1) {
    margin-bottom: 0;
  }
  .ser__item--page .ser__hover {
    padding: 25px;
  }
}
.ser__item::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 31, 37, 0.87)), color-stop(98%, rgba(30, 31, 37, 0.3)), to(rgba(30, 31, 37, 0.2)));
  background-image: -o-linear-gradient(bottom, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
  background-image: linear-gradient(to top, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
}
.ser__item::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 31, 37, 0.87)), color-stop(98%, rgba(30, 31, 37, 0.3)), to(rgba(30, 31, 37, 0.2)));
  background-image: -o-linear-gradient(bottom, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
  background-image: linear-gradient(to top, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ser__item:hover {
  border-color: var(--yellow);
}
.ser__item:hover .ser__name.ser__name--down {
  opacity: 0;
}
.ser__item:hover .ser__inner {
  opacity: 1;
}
.ser__item:hover::after {
  opacity: 1;
}
.ser__name {
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Jost-SemiBold";
  font-size: 31px;
}
.ser__name--top {
  font-size: 31px;
}
@media (max-width: 1600px) {
  .ser__name--top {
    font-size: 25px;
  }
}
@media (max-width: 1400px) {
  .ser__name--top {
    font-size: 21px;
  }
}
@media (max-width: 1400px) {
  .ser__name {
    font-size: 21px;
  }
}
.ser__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 1400px) {
  .ser__hover {
    padding: 25px;
  }
}
@media (max-width: 1600px) {
  .ser__hover {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .ser__hover {
    padding: 20px;
  }
}
.ser__inner {
  position: relative;
  z-index: 100;
  width: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.ser__more {
  text-transform: uppercase;
  font-size: 21px;
  color: var(--yellow);
}
@media (max-width: 1400px) {
  .ser__more {
    font-size: 21px;
  }
}
.ser__icon {
  width: 50px;
  height: 50px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 990px) {
  .ser__icon {
    width: 40px;
    height: 40px;
  }
}
.ser__ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .ser__ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ser__li {
  margin-bottom: 10px;
}
.ser__li:nth-last-child(1) {
  margin-bottom: 0;
}
.ser__done {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-animation: pulseWhite 2s infinite;
          animation: pulseWhite 2s infinite;
}
@media (max-width: 1400px) {
  .ser__done {
    width: 40px;
    height: 40px;
  }
}
.ser__link strong {
  color: var(--yellow);
}
.ser__center--main {
  padding-bottom: 200px;
}
@media (max-width: 1800px) {
  .ser__center--main {
    padding-bottom: 150px;
  }
}
@media (max-width: 1600px) {
  .ser__center--main {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .ser__center--main {
    padding-bottom: 50px;
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseWhite2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.cat {
  margin-top: 200px;
}
@media (max-width: 1800px) {
  .cat {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .cat {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .cat {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .cat {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.cat__label {
  position: absolute;
  left: 0;
  width: 50vw;
  top: -150px;
  font-size: 300px;
  opacity: 0.03;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .cat__label {
    left: 50%;
    font-size: 250px;
  }
}
@media (max-width: 1400px) {
  .cat__label {
    font-size: 200px;
    left: auto;
    right: 10%;
  }
}
@media screen and (max-width: 990px) {
  .cat__label {
    font-size: 100px;
    top: 0;
    left: auto;
    right: 0;
    display: none;
  }
}
.cat__block {
  position: relative;
  width: calc(50% - 25px);
}
.cat__block:nth-child(1) {
  position: relative;
  z-index: 500;
}
@media (max-width: 1600px) {
  .cat__block {
    width: 100%;
    margin-bottom: 30px;
  }
  .cat__block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 990px) {
  .cat__block {
    margin-bottom: 20px;
  }
}
.cat__h {
  margin-bottom: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1600px) {
  .cat__h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .cat__h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.cat__ul {
  margin-top: 50px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .cat__ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 990px) {
  .cat__ul {
    margin-top: 20px;
  }
}
.cat__li {
  margin-right: 10px;
}
.cat__li:nth-last-child(1) {
  margin-right: 0;
}
.cat__link {
  border-radius: 50px;
  height: 50px;
  padding: 0 25px;
  border: 1px transparent solid;
  color: #444444;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media screen and (max-width: 990px) {
  .cat__link {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
}
.cat__link::before {
  border: 1px #eee solid;
  color: #444444;
  border-radius: 50px;
  top: -2px;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat__link:hover {
  text-decoration-color: var(--black);
}
.cat__link:hover::before {
  border-color: var(--black);
}
.cat__ricon {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-animation: pulseWhite 2s infinite;
          animation: pulseWhite 2s infinite;
  cursor: default;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 990px) {
  .cat__ricon {
    display: none !important;
  }
}
.cat__rtext {
  font-size: 19px;
  position: relative;
  z-index: 200;
}
.cat__rtext strong {
  font-weight: normal;
  font-family: inherit;
  color: var(--white);
  background: #1E1F25;
  display: inline-block;
  padding: 3px 5px;
}
@media screen and (max-width: 990px) {
  .cat__rtext strong {
    padding: 0;
    color: inherit;
    font-weight: inherit;
    color: inherit;
    background: transparent;
    display: inline;
  }
}
@media screen and (max-width: 990px) {
  .cat__rtext {
    margin-bottom: 20px;
  }
  .cat__rtext br {
    display: none;
  }
}
.cat__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 100;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
@media (max-width: 1400px) {
  .cat__content {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 990px) {
  .cat__content {
    padding: 0;
  }
}
.cat__content .item {
  width: calc(25% - 15px);
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .cat__content .item {
    margin-right: 10px;
    width: calc(25% - 8px);
  }
}
.cat__content .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .cat__content .item {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cat__content .item:nth-child(2n) {
    margin-right: 0;
  }
}

.black {
  background: #1B1A1F center no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.black::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #1B1A1F), to(transparent));
  background: -o-linear-gradient(right, #1B1A1F 50%, transparent 100%);
  background: linear-gradient(to left, #1B1A1F 50%, transparent 100%);
  opacity: 0.9;
}
@media screen and (max-width: 990px) {
  .black::before {
    background: #1B1A1F;
  }
}
.black__button {
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .black__button {
    height: 60px;
    width: 100%;
    margin-top: 20px;
  }
}
.black__center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 100;
}
.black__ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .black__ul {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.black__li {
  margin-bottom: 20px;
  width: calc(50% - 20px);
  margin-right: 40px;
}
.black__li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .black__li:nth-child(2n) {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .black__li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .black__li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .black__li br {
    display: none;
  }
}
.black__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.black__block:nth-child(1) {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 990px) {
  .black__block:nth-child(1) {
    display: none;
  }
}
.black__block:nth-child(2) {
  width: 50%;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 50px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1900px) {
  .black__block:nth-child(2) {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1400px) {
  .black__block:nth-child(2) {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 990px) {
  .black__block:nth-child(2) {
    width: 100%;
    padding: 25px 0;
  }
}
.black__icon {
  width: 50px;
  height: 50px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  cursor: default;
}
@media (max-width: 1400px) {
  .black__icon {
    width: 40px;
    height: 40px;
  }
}
.black__down {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .black__down {
    margin-top: 30px;
  }
}
.black__description {
  margin-top: 20px;
}

.eco {
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 100px;
  background: right center no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  /*

  @media (max-width: 2600px) {
      padding-top: 200px;
      padding-bottom: 200px;
      margin-top: 200px;
  }

  @media (max-width: 2000px) {
      background-position: right -20% center;
  }

  @media (max-width: 1900px) {
      padding-top: 200px;
      padding-bottom: 100px;
      background-position: right -20% center;
  }

  @media (max-width: 1800px) {
      padding-top: 150px;
      background-position: right -30% center;
  }

  @media (max-width: 1700px) {
      background-position: right -40% center;
  }

  @media (max-width: 1600px) {
      background-position: right -50% center;
  }

  @media (max-width: 1500px) {
      background-position: right -70% center;
  }

  @media (max-width: 1400px) {
      padding-top: 100px;
      padding-bottom: 50px;
      margin-top: 150px;
      background-position: right center;
  }

  @media (max-width: 1300px) {
      background-position: right -20% center;
  }

  @media (max-width: 1200px) {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-top: 100px;
      background-position: right -25% center;
  }

  /*@media (max-width: 1260px) {
      background-position: right -45% center;
  }

  @media (max-width: 1200px) {
      background-position: right -60% center;
  }*/
}
.eco::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(transparent));
  background: -o-linear-gradient(left, var(--white) 0%, transparent 100%);
  background: linear-gradient(to right, var(--white) 0%, transparent 100%);
}
@media (max-width: 3000px) {
  .eco {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 990px) {
  .eco {
    background: var(--white) center no-repeat;
    background-size: cover;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
    padding-bottom: 25px;
  }
  .eco::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    opacity: 0.75;
  }
  .eco::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(var(--white)), to(transparent));
    background: -o-linear-gradient(left, var(--white) 0%, transparent 100%);
    background: linear-gradient(to right, var(--white) 0%, transparent 100%);
    opacity: 0.7;
  }
  .eco * {
    position: relative;
    z-index: 200;
  }
}
.eco__center {
  position: relative;
  z-index: 200;
}
.eco__description {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .eco__description {
    margin-bottom: 0;
  }
}
.eco__heading {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .eco__heading {
    margin-bottom: 30px;
  }
}
.eco__ul {
  margin-bottom: 50px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .eco__ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .eco__ul {
    width: 100%;
  }
}
.eco__li {
  margin-bottom: 20px;
  max-width: calc(50% - 20px);
  margin-right: 40px;
}
.eco__li:nth-child(2n) {
  margin-right: 0;
  width: 50%;
}
@media screen and (max-width: 990px) {
  .eco__li:nth-child(2n) {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .eco__li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .eco__li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.eco__block:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 990px) {
  .eco__block:nth-child(1) {
    width: 100%;
  }
}
.eco__block:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 990px) {
  .eco__block:nth-child(2) {
    width: 100%;
  }
}
.eco__icon {
  width: 50px;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  cursor: default;
  background: var(--white);
}
@media (max-width: 1400px) {
  .eco__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .eco__button {
    height: 60px;
    width: 100%;
  }
}

.vos {
  padding-top: 200px;
}
@media (max-width: 1800px) {
  .vos {
    padding-top: 150px;
  }
}
@media (max-width: 1600px) {
  .vos {
    padding-top: 100px;
  }
}
@media (max-width: 1400px) {
  .vos {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .vos {
    padding-top: 25px;
  }
}
.vos__h {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .vos__h {
    margin-bottom: 30px;
  }
}
.vos__label {
  position: absolute;
  left: 10%;
  width: 50vw;
  top: -100px;
  line-height: 1;
  font-size: 300px;
  opacity: 0.03;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .vos__label {
    font-size: 250px;
  }
}
@media (max-width: 1400px) {
  .vos__label {
    font-size: 200px;
    top: -50px;
  }
}
@media screen and (max-width: 990px) {
  .vos__label {
    font-size: 100px;
    top: -20px;
    left: auto;
    right: 0;
    display: none;
  }
}
.vos__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 990px) {
  .vos__content {
    display: none;
  }
}
.vos__item {
  margin-bottom: 50px;
  margin-right: 50px;
  width: calc(25% - 38px);
}
.vos__item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .vos__item {
    margin-right: 30px;
    width: calc(25% - 23px);
  }
}
@media screen and (max-width: 990px) {
  .vos__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .vos__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.vos__icon {
  width: 50px;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: default;
}
@media (max-width: 1400px) {
  .vos__icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 990px) {
  .vos__icon {
    margin-bottom: 10px;
  }
}
.vos__name {
  display: block;
  margin-bottom: 10px;
  font-family: "Jost-SemiBold";
  font-weight: normal;
  font-size: 21px;
}
@media (max-width: 1700px) {
  .vos__name {
    font-size: 21px;
  }
}
@media (max-width: 1400px) {
  .vos__name {
    font-size: 19px;
  }
}
@media screen and (max-width: 990px) {
  .vos__name {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .vos__name br {
    display: none;
  }
}
.vos__text {
  display: block;
  font-size: 19px;
  color: rgba(40, 39, 40, 0.75);
}
@media (max-width: 1600px) {
  .vos__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 990px) {
  .vos__text {
    font-size: 15px;
  }
}
.vos__heading {
  position: relative;
  z-index: 200;
}
.vos__description {
  position: relative;
  z-index: 200;
}
.vos__slider {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .vos__slider {
    display: block !important;
  }
}
.vos__slidernav {
  display: none;
}
@media screen and (max-width: 990px) {
  .vos__slidernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.con {
  margin-top: 200px;
  /*&--catalog {
      margin-top: 0;
  }*/
}
@media (max-width: 1800px) {
  .con {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .con {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .con {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .con {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.con__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #1B1A1F url(../images/bbb.jpg) center no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
  padding: 100px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 990px) {
  .con__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}
.con__content::before {
  background: #1B1A1F;
  opacity: 0.9;
  border-radius: 20px;
}
.con__image {
  position: absolute;
  bottom: -100px;
  left: 0px;
  height: calc(150% + 200px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1800px) {
  .con__image {
    left: 10px;
    height: calc(150% + 200px);
  }
}
@media (max-width: 1600px) {
  .con__image {
    left: 10px;
    height: calc(150% + 150px);
  }
}
@media (max-width: 1550px) {
  .con__image {
    left: -25px;
    height: calc(150% + 150px);
  }
}
@media (max-width: 1400px) {
  .con__image {
    left: -36px;
    height: calc(100% + 220px);
  }
}
@media (max-width: 1250px) {
  .con__image {
    left: -55px;
  }
}
@media (max-width: 1200px) {
  .con__image {
    left: -20px;
    height: calc(100% + 150px);
  }
}
@media screen and (max-width: 990px) {
  .con__image {
    display: none;
  }
}
.con__block {
  width: 33.3333333333%;
  position: relative;
  z-index: 1;
}
.con__block:nth-child(1) {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .con__block:nth-child(1) {
    width: 30%;
  }
}
@media screen and (max-width: 990px) {
  .con__block:nth-child(1) {
    width: 100%;
  }
}
.con__block:nth-child(2) {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 990px) {
  .con__block:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.con__block:nth-child(3) {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .con__block:nth-child(3) {
    width: 45%;
  }
}
@media screen and (max-width: 990px) {
  .con__block:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
}
.con__heading {
  font-size: 41px;
}
@media (max-width: 1800px) {
  .con__heading {
    font-size: 35px;
  }
}
@media (max-width: 1550px) {
  .con__heading {
    font-size: 31px;
  }
}
@media (max-width: 1350px) {
  .con__heading {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .con__heading {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.con__form-row {
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .con__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.con__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1400px) {
  .con__button {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .con__button {
    width: 100%;
    margin-top: 10px;
    height: 60px;
  }
}
.con__text {
  display: block;
  margin-bottom: 25px;
  font-size: 21px;
  text-align: center;
}
.con__input {
  background: var(--white);
  border: 2px var(--white) solid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50px;
  height: 80px;
  width: 100%;
  padding: 0 20px;
  color: var(--black);
  text-align: center;
  font-size: 21px;
  margin-right: 10px;
}
.con__input:focus {
  border-color: var(--yellow);
}
@media screen and (max-width: 990px) {
  .con__input {
    height: 60px;
  }
}
.con__psevdocheck {
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map {
  margin-top: 200px;
}
@media (max-width: 1800px) {
  .map {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .map {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .map {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .map {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.map--page {
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .map--page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .map--page {
    border-top: 0;
    padding-top: 0;
    margin-top: 25px;
  }
}
.map .material-symbols-rounded {
  cursor: default;
  position: relative;
  z-index: 100;
}
.map__center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 990px) {
  .map__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.map__block:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 990px) {
  .map__block:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.map__block:nth-child(2) {
  width: 25%;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .map__block:nth-child(2) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 990px) {
  .map__block:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.map__block:nth-child(3) {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .map__block:nth-child(3) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 990px) {
  .map__block:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
}
.map__block:nth-last-child(1) {
  margin-right: 0;
}
.map__text {
  display: block;
  font-family: "Jost-SemiBold";
  font-weight: normal;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 1400px) {
  .map__text {
    font-size: 19px;
  }
}
.map__heading {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .map__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .map__heading {
    margin-bottom: 20px;
  }
}
.map__data {
  display: block;
  font-size: 19px;
}
@media (max-width: 1400px) {
  .map__data {
    font-size: 17px;
  }
}
.map__data--phone {
  font-family: "Jost-SemiBold";
  font-size: 25px;
}
@media (max-width: 1400px) {
  .map__data--phone {
    font-size: 21px;
  }
}
.map__code {
  border-radius: 20px;
  overflow: hidden;
}
.map__row {
  margin-bottom: 20px;
}
.map__row:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  .map__row {
    margin-bottom: 10px;
  }
}
.map a.map__row:hover .map__icon {
  color: var(--black);
  cursor: pointer;
}
.map a.map__row:hover .map__icon::before {
  height: 100%;
  width: 100%;
}
.map__icon {
  width: 50px;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .map__icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .map__icon {
    width: 40px;
    height: 40px;
  }
}
.map__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--yellow);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 0;
}
.map__images {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1400px) {
  .map__images {
    margin-bottom: -10px;
    margin-top: 30px;
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 990px) {
  .map__images {
    height: 25vh;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.map__images-item {
  border-radius: 20px;
  aspect-ratio: 1.3/1;
  background: center no-repeat;
  background-size: cover;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .map__images-item {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    aspect-ratio: auto;
    height: 50%;
  }
}

.slidernav--hide {
  display: none;
}
@media screen and (max-width: 1400px) {
  .slidernav--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slidernav__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px #eee solid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: pointer;
  margin-right: 5px;
  color: var(--black);
  font-size: 21px;
}
.slidernav__arrow:hover {
  color: var(--yellow);
}
.slidernav__dots {
  border-radius: 50px;
  padding: 0 20px;
  height: 40px;
  border: 1px #eee solid;
}
.slidernav .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slidernav .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 0px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: transparent;
  font-size: 0px;
}
.slidernav .slick-dots li {
  display: inline-block;
  margin: 0 2.5px;
  list-style: none;
  width: 8px;
  height: 8px;
}
.slidernav .slick-dots li button {
  background: #eee;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
}
.slidernav .slick-dots li button::before {
  display: none;
}
.slidernav .slick-dots li button:hover {
  background: var(--black);
}
.slidernav .slick-dots li.slick-active button {
  background: var(--yellow);
}

.footer {
  background: #1E1F25;
  color: var(--white);
  margin-top: 200px;
  padding-bottom: 60px;
}
@media (max-width: 1800px) {
  .footer {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .footer {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .footer {
    padding-bottom: 80px;
    margin-top: 25px;
  }
}
.footer__top {
  border-bottom: 1px #34353B solid;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 100px 0;
}
@media (max-width: 1400px) {
  .footer__top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 990px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__top .footer__block {
    margin-bottom: 50px;
  }
  .footer__top .footer__block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .footer__top__block {
    width: 25%;
  }
}
@media screen and (max-width: 990px) {
  .footer__top__block {
    width: 100%;
  }
}
.footer__bottom {
  padding: 50px 0;
  color: #F2F2F2;
}
@media (max-width: 1400px) {
  .footer__bottom {
    padding: 25px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 990px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .footer__ul {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__li {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .footer__li {
    font-size: 15px;
  }
}
@media screen and (max-width: 990px) {
  .footer__li {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .footer__li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.footer__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__link:hover {
  color: var(--yellow);
  text-decoration-color: var(--yellow);
}
.footer__name {
  display: block;
  margin-bottom: 30px;
  font-family: "Jost-SemiBold";
  font-weight: normal;
  font-size: 25px;
}
@media (max-width: 1400px) {
  .footer__name {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .footer__name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .footer__go {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer__go br {
    display: none;
  }
  .footer__go:nth-last-child(1) .footer__go-block {
    padding-bottom: 0;
  }
}
.footer__go-block {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
}
@media screen and (max-width: 990px) {
  .footer__go-block {
    padding: 10px 0;
  }
}
.footer__go-text {
  font-size: 19px;
  font-family: "Jost-SemiBold";
  color: var(--yellow);
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (max-width: 1400px) {
  .footer__go-text {
    font-size: 17px;
  }
}
.footer__go .material-symbols-rounded {
  position: relative;
  z-index: 100;
}
.footer__go-icon {
  color: var(--yellow);
  border: 1px #34353B solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .footer__go-icon {
    width: 40px;
    height: 40px;
  }
}
.footer__go-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  background: var(--yellow);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__go:hover .footer__go-icon {
  color: var(--black);
}
.footer__go:hover .footer__go-icon::before {
  height: 100%;
  width: 100%;
}
.footer__go:hover .footer__go-text {
  text-decoration-color: var(--yellow);
}
.footer__info {
  font-size: 13px;
}
.footer__info p {
  display: block;
  margin-bottom: 5px;
}
.footer__info p:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__menu {
  list-style: none;
  color: #F2F2F2;
}
.footer__menu-item {
  display: block;
  margin-bottom: 10px;
}
.footer__menu-item:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__menu-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__menu-link:hover {
  color: var(--yellow);
  text-decoration-color: var(--yellow);
}
.footer__logo {
  height: 60px;
  background: url(../images/logo-white.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 328/340;
  margin-bottom: 20px;
}
.footer__company {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Jost-SemiBold";
}
@media (max-width: 1400px) {
  .footer__company {
    font-size: 19px;
  }
}
.footer__about {
  display: block;
  font-size: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .footer__about {
    font-size: 13px;
    margin-bottom: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .footer__block {
    width: 100%;
  }
}

.arena {
  margin-top: 200px;
  position: relative;
}
@media (max-width: 1800px) {
  .arena {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .arena {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .arena {
    margin-top: 25px;
  }
}
@media screen and (max-width: 990px) {
  .arena--page {
    margin-top: 25px;
  }
}
.arena__h {
  position: relative;
}
@media screen and (max-width: 990px) {
  .arena__h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.arena__heading {
  position: relative;
  z-index: 200;
}
.arena__label {
  position: absolute;
  left: 40%;
  width: 50vw;
  top: -100px;
  line-height: 1;
  font-size: 300px;
  opacity: 0.03;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .arena__label {
    font-size: 250px;
    top: -70px;
  }
}
@media (max-width: 1400px) {
  .arena__label {
    font-size: 200px;
    top: -50px;
  }
}
@media screen and (max-width: 990px) {
  .arena__label {
    font-size: 100px;
    top: -20px;
    left: 20%;
  }
}
@media screen and (max-width: 990px) {
  .arena__label {
    font-size: 100px;
    top: -10px;
    left: auto;
    right: 0;
    display: none;
  }
}
.arena__description {
  margin-bottom: 20px;
  position: relative;
  z-index: 200;
}
@media (max-width: 1600px) {
  .arena__description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .arena__description {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.arena__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .arena__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 990px) {
  .arena__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.arena__item {
  width: 25%;
  position: relative;
  padding: 50px;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  cursor: pointer;
  aspect-ratio: 1/1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 450px;
}
@media (max-width: 1400px) {
  .arena__item {
    padding: 25px;
  }
}
@media (max-width: 1600px) {
  .arena__item {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .arena__item {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.3/1;
    padding: 20px 10px;
    border-bottom: 1px var(--white) solid;
  }
  .arena__item:nth-last-child(1) {
    border-bottom: 0;
  }
}
.arena__item::before {
  background: #1E1F25;
  opacity: 0.75;
}
.arena__item::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 31, 37, 0.87)), color-stop(98%, rgba(30, 31, 37, 0.3)), to(rgba(30, 31, 37, 0.2)));
  background: -o-linear-gradient(bottom, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
  background: linear-gradient(to top, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.arena__item:hover::after {
  opacity: 0.9;
}
.arena__item:hover .arena__item-icon {
  color: var(--black);
}
.arena__item:hover .arena__item-icon::before {
  height: 100%;
  width: 100%;
}
.arena__item:nth-child(4n) {
  margin-right: 0;
}
.arena__item-row {
  position: relative;
  z-index: 1;
  color: var(--white);
  width: 100%;
}
.arena__item-count {
  font-family: "AvenirNextCyr-Demi";
  font-size: 31px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 1600px) {
  .arena__item-count {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1400px) {
  .arena__item-count {
    font-size: 21px;
  }
}
.arena__item-count::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
  -webkit-animation: opas 1.1s infinite linear;
          animation: opas 1.1s infinite linear;
}
@media (max-width: 1600px) {
  .arena__item-count::after {
    top: 25px;
  }
}
@media (max-width: 1400px) {
  .arena__item-count::after {
    top: 21px;
    width: 8px;
    height: 8px;
  }
}
.arena__item-count strong {
  font-size: 61px;
  margin-right: 5px;
}
@media (max-width: 1600px) {
  .arena__item-count strong {
    font-size: 51px;
  }
}
@media (max-width: 1400px) {
  .arena__item-count strong {
    font-size: 41px;
  }
}
.arena__item .material-symbols-rounded {
  position: relative;
  z-index: 100;
}
.arena__item-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  color: var(--yellow);
  display: flex !important;
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.arena__item-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  background: var(--yellow);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.arena__item-label {
  color: var(--yellow);
  margin-right: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 19px;
}
.arena__item-name {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 21px;
}
@media (max-width: 1400px) {
  .arena__item-name {
    font-size: 19px;
  }
}
.arena__item-name strong {
  font-size: 27px;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1600px) {
  .arena__item-name strong {
    font-size: 23px;
  }
}
@media (max-width: 1400px) {
  .arena__item-name strong {
    font-size: 21px;
  }
}
.arena__item-last {
  position: relative;
  z-index: 1;
  color: var(--white);
  height: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.arena__item-text1 {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .arena__item-text1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .arena__item-text1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.arena__item-text2 {
  display: block;
  background: var(--white);
  color: var(--black);
  border-radius: 50px;
  height: 40px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}
.arena__item-text3 {
  display: block;
  font-size: 27px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .arena__item-text3 {
    font-size: 23px;
  }
}
@media (max-width: 1400px) {
  .arena__item-text3 {
    font-size: 21px;
  }
}
.arena__item-text3 strong {
  color: var(--yellow);
  font-family: inherit;
}
.arena__button {
  height: 60px;
  padding: 0 30px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .arena__button {
    margin-top: 10px;
  }
}

.best {
  margin-top: 200px;
}
@media (max-width: 1800px) {
  .best {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .best {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .best {
    margin-top: 50px;
  }
}
.best__center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 990px) {
  .best__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.best__block {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 990px) {
  .best__block {
    width: 100%;
  }
}
.best__block:nth-child(1) {
  padding: 100px 0;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .best__block:nth-child(1) {
    padding-right: 50px;
  }
}
@media (max-width: 1500px) {
  .best__block:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .best__block:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1500px) {
  .best__block:nth-child(2) {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .best__block:nth-child(2) {
    display: none;
  }
}
.best__image {
  height: 100%;
  width: 100%;
  background: #F2F2F2 center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  border-radius: 20px 0 0 20px;
  display: none;
}
@media (max-width: 2700px) {
  .best__image {
    display: block;
  }
}
@media (max-width: 1600px) {
  .best__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-position: center;
  }
}
@media (max-width: 1500px) {
  .best__image {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .best__image {
    display: none;
  }
}
.best__imagemin {
  height: 100%;
  width: 100%;
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
}
@media (max-width: 2700px) {
  .best__imagemin {
    display: none;
  }
}
@media (max-width: 1500px) {
  .best__imagemin {
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .best__imagemin {
    display: none;
  }
}
.best__row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px;
}
@media (max-width: 1500px) {
  .best__row {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 990px) {
  .best__row {
    margin-bottom: 30px;
  }
}
.best__row:nth-last-child(1) {
  margin-bottom: 0;
}
.best__row-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 75px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  border-radius: 50%;
  margin-right: 20px;
  font-size: 32px;
  cursor: default;
}
@media (max-width: 1600px) {
  .best__row-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media screen and (max-width: 990px) {
  .best__row-icon {
    width: 50px;
    height: 50px;
    font-size: 21px;
    margin-right: 10px;
  }
}
.best__row-icon--close {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: #BFBFBF;
}
.best__row-icon--done {
  color: var(--white);
  background: #3EC95F;
  border-color: #3EC95F;
}
.best__heading {
  font-size: 31px;
  font-family: "AvenirNextCyr-Demi";
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .best__heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .best__heading {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.best__heading--gray {
  color: #535253;
}
.best__text {
  display: block;
  font-size: 19px;
}
@media (max-width: 1400px) {
  .best__text {
    font-size: 17px;
  }
}

.seo {
  padding-top: 200px;
}
@media (max-width: 1800px) {
  .seo {
    padding-top: 150px;
  }
}
@media (max-width: 1600px) {
  .seo {
    padding-top: 100px;
  }
}
@media (max-width: 1400px) {
  .seo {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .seo {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.seo__heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 31px;
}
@media (max-width: 1400px) {
  .seo__heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 990px) {
  .seo__heading {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.seo__row {
  position: absolute;
  width: 100%;
  z-index: 700;
  bottom: 40px;
}
@media screen and (max-width: 990px) {
  .seo__row {
    bottom: 20px;
  }
}
.seo__content {
  text-align: center;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 990px) {
  .seo__content {
    text-align: left;
  }
}
.seo__content::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--white)), to(transparent));
  background: -o-linear-gradient(bottom, var(--white) 30%, transparent);
  background: linear-gradient(to top, var(--white) 30%, transparent);
}
.seo__content--show {
  height: auto;
}
.seo__content--show::after {
  display: none;
}
.seo__button {
  width: 50px;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: var(--white);
}
@media screen and (max-width: 990px) {
  .seo__button {
    width: 40px;
    height: 40px;
  }
}

.legal {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .legal {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .legal {
    padding-top: 25px;
    margin-top: 0;
    border-top: none;
  }
}
.legal__h {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .legal__h {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .legal__h {
    margin-bottom: 20px;
  }
}

.faq {
  padding-top: 200px;
  margin-bottom: -25px;
}
@media (max-width: 1600px) {
  .faq {
    padding-top: 150px;
  }
}
@media (max-width: 1400px) {
  .faq {
    padding-top: 100px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 990px) {
  .faq {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .faq {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.faq--page {
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .faq--page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .faq--page {
    padding-top: 25px;
    margin-top: 0;
    border-top: none;
  }
}
.faq__heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 200;
}
@media (max-width: 1600px) {
  .faq__heading {
    margin-bottom: 10px;
  }
}
.faq__description {
  position: relative;
  z-index: 200;
}
.faq__label {
  position: absolute;
  left: 45%;
  width: 50vw;
  top: -100px;
  font-size: 300px;
  opacity: 0.03;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  line-height: 1;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .faq__label {
    font-size: 250px;
    top: -70px;
  }
}
@media (max-width: 1400px) {
  .faq__label {
    font-size: 200px;
    top: -50px;
  }
}
@media screen and (max-width: 990px) {
  .faq__label {
    font-size: 100px;
    top: -20px;
    left: 20%;
  }
}
@media screen and (max-width: 990px) {
  .faq__label {
    font-size: 100px;
    top: 0;
    left: auto;
    right: 0;
    display: none;
  }
}
.faq__h {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .faq__h {
    margin-bottom: 30px;
  }
}
.faq__content {
  position: relative;
  z-index: 555;
}
@media screen and (max-width: 990px) {
  .faq__content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq__column {
  width: calc(50% - 25px);
}
.faq__column .faq__item:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1400px) {
  .faq__column {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 990px) {
  .faq__column {
    width: 100%;
  }
  .faq__column:nth-child(1) .faq__item {
    border-bottom: 1px #F2F2F2 solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faq__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  border-bottom: 1px #F2F2F2 solid;
}
@media (max-width: 1400px) {
  .faq__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faq__item:hover .faq__name {
  text-decoration-color: var(--black);
}
@media screen and (max-width: 990px) {
  .faq__title {
    line-height: 1;
  }
}
.faq__name {
  display: block;
  font-family: "Jost-SemiBold";
  font-size: 21px;
  padding-right: 40px;
  line-height: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media screen and (max-width: 990px) {
  .faq__name {
    padding-right: 20px;
    font-size: 17px;
  }
}
.faq__text {
  display: none;
  padding-top: 20px;
  font-size: 19px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .faq__text {
    padding-top: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 990px) {
  .faq__text {
    padding-top: 10px;
    line-height: 1.2;
  }
}
.faq__text p {
  margin-bottom: 5px;
}
.faq__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.faq__text a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.faq__text a:hover {
  color: var(--yellow);
}
.faq__close {
  width: 50px;
  height: 50px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: var(--yellow);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .faq__close {
    width: 40px;
    height: 40px;
  }
}
.faq__close--rotate {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 990px) {
  .faq__close {
    margin-right: 0;
  }
}
.faq__map {
  border-radius: 5px;
  overflow: hidden;
  border: 1px #f0f0f0 solid;
  border-bottom: 1px #E5E5E5 solid;
}

.pagetext {
  padding-top: 200px;
}
@media (max-width: 1800px) {
  .pagetext {
    padding-top: 150px;
  }
}
@media (max-width: 1600px) {
  .pagetext {
    padding-top: 100px;
  }
}
@media (max-width: 1400px) {
  .pagetext {
    padding-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .pagetext {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
@media screen and (max-width: 990px) {
  .pagetext--mobile-no-borders {
    border-top: none;
    margin-top: 0;
  }
}
.pagetext__h {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .pagetext__h {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  .pagetext__h {
    margin-bottom: 10px;
  }
}

.precatalog {
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .precatalog {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .precatalog {
    margin-top: 25px;
  }
}
.precatalog__heading {
  font-size: 31px;
  font-family: "AvenirNextCyr-Demi";
}
@media screen and (max-width: 990px) {
  .precatalog__heading {
    font-size: 25px;
  }
}

.catalog {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .catalog {
    margin-top: 25px;
  }
}
.catalog__center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 990px) {
  .catalog__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.catalog__block:nth-child(2) {
  width: calc(100% - 350px - 20px);
}
@media screen and (max-width: 990px) {
  .catalog__block:nth-child(2) {
    width: 100%;
  }
}
.catalog__block:nth-child(1) {
  width: 350px;
}
@media screen and (max-width: 990px) {
  .catalog__block:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog__search {
  margin-bottom: 20px;
}
.catalog__search-input {
  width: 100%;
  border: 0;
  background: #eee url(../images/icons/search_24dp_000_FILL0_wght400_GRAD0_opsz24.png) center right 10px no-repeat;
  background-size: 24px;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px #eee solid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-right: 50px;
}
.catalog__search-input:focus {
  border: 1px var(--orange) solid;
}
.catalog__search-btn {
  width: 60px;
  height: 60px;
  border: 0;
  background: #eee;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.catalog__goods {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .catalog__goods {
    margin-bottom: -20px;
  }
}
.catalog__item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(33.33333% - 14px);
}
.catalog__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .catalog__item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 990px) {
  .catalog__item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .catalog__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.sorts {
  border: 1px #eee solid;
  border-radius: 5px;
  padding: 20px;
}
.sorts__sub {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px #eee solid;
  border-radius: 5px;
  padding: 20px;
  cursor: default;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  width: 250px;
  display: none;
}
.sorts__sub-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.sorts__sub-item:hover {
  color: var(--orange);
}
.sorts__sub-item:nth-last-child(1) {
  margin-bottom: 0;
}
.sorts__sub-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: none;
  border: 1px #eee solid;
  border-radius: 50%;
}
.sorts__sub-item--active:after {
  border-color: var(--orange);
  border-width: 5px;
  width: 10px;
  height: 10px;
}
.sorts__item {
  margin-right: 20px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.sorts__item:nth-last-child(1) {
  margin-right: 0;
}
.sorts__item-name {
  margin-right: 5px;
}
.sorts__item-title {
  color: var(--orange);
}
.sorts__item-icon {
  color: var(--orange);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sorts__item-icon--rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cnav {
  background: #EEEEEE;
  width: 350px;
  padding: 10px;
  border-radius: 5px;
  position: sticky;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 990px) {
  .cnav {
    width: 100%;
    position: relative;
    top: 0;
    padding: 1px;
  }
}
.cnav__ul {
  list-style: none;
}
.cnav__li {
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .cnav__li {
    margin-bottom: 1px;
  }
  .cnav__li:nth-child(1) .cnav__main {
    border-radius: 5px 5px 0 0;
  }
  .cnav__li:nth-last-child(1) .cnav__main {
    border-radius: 0 0 5px 5px;
  }
}
.cnav__li:nth-last-child(1) {
  margin-bottom: 0;
}
.cnav__main {
  background: var(--white);
  border-radius: 5px;
  padding: 20px;
  border: 1px var(--white) solid;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .cnav__main {
    padding: 10px;
    border-radius: 0;
  }
}
.cnav__main:hover {
  border-color: var(--orange);
}
.cnav__main:hover .cnav__main-icon {
  color: var(--orange);
}
.cnav__main-name {
  font-family: "Jost-SemiBold";
}
.cnav__main-icon {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cnav__main-icon--rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cnav__sub {
  list-style: none;
  padding: 0 20px;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 990px) {
  .cnav__sub {
    padding: 0 10px;
    margin-top: 5px;
  }
}
.cnav__subli {
  width: 100%;
  border-bottom: 1px var(--white) solid;
}
.cnav__subli--active .cnav__subcat-count {
  background: var(--orange);
}
.cnav__subli--active .cnav__subcat-name {
  font-family: "Jost-SemiBold";
}
.cnav__subli:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: 0;
}
.cnav__subcat {
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 990px) {
  .cnav__subcat {
    padding: 10px 0;
    font-size: 11px;
  }
}
.cnav__subcat-name:first-letter {
  text-transform: uppercase;
}
.cnav__subcat-count {
  background: var(--black);
  color: var(--white);
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  text-align: center;
  min-width: 20px;
}
.cnav__subcat:hover .cnav__subcat-count {
  background: var(--orange);
}

.mnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white);
  z-index: 997;
  height: 60px;
}
@media screen and (max-width: 990px) {
  .mnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mnav__block:nth-child(1) {
  margin-left: 10px;
}
.mnav__block:nth-child(2) {
  margin-right: 10px;
}
.mnav__logo-block--logo {
  width: 35px;
  height: 35px;
  background: url(../images/logo-orange.png) center no-repeat;
  background-size: contain;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mnav__logo-heading {
  display: block;
  font-size: 13px;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
}
.mnav__logo-description {
  display: block;
  font-size: 9px;
}
.mnav__phone-number {
  font-size: 13px;
  font-family: "Jost-SemiBold";
}
.mnav__phone-address {
  font-size: 9px;
}
.mnav__menu {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}

.panel {
  position: fixed;
  bottom: 20px;
  left: 50%;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white);
  padding: 5px;
  z-index: 995;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.panel__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 70px;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 990px) {
  .panel__item {
    width: 60px;
    height: 40px;
  }
}
.panel__item--active {
  background: var(--white);
  color: var(--black);
}
.panel__item:not(.panel__item--active):hover {
  background: rgba(255, 255, 255, 0.1);
}
.panel__item--desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 990px) {
  .panel__item--desktop {
    display: none !important;
  }
}
.panel__item--mobile {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .panel__item--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.panel__counter {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 25px;
  height: 25px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  font-size: 10px;
  border: 2px var(--white) solid;
}

.search {
  position: fixed;
  bottom: 20px;
  left: 50%;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white);
  padding: 5px;
  z-index: 995;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.search__input {
  border: 0;
  padding: 0 20px;
  height: 50px;
  width: 500px;
  border-radius: 50px 0 0 50px;
  background: var(--white);
  color: var(--black);
}
@media screen and (max-width: 990px) {
  .search__input {
    width: 70vw;
    height: 40px;
  }
}
.search__button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 0 50px 50px 0;
  background: var(--white);
  color: var(--black);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 990px) {
  .search__button {
    width: 40px;
    height: 40px;
  }
}
.search__button:hover {
  color: var(--yellow);
}

.item {
  overflow: hidden;
}
.item:hover .item__name {
  text-decoration-color: var(--black);
}
.item:hover .item__image {
  border-color: var(--yellow);
}
.item__image {
  aspect-ratio: 1/1;
  border: 1px #eee solid;
  border-radius: 5px;
  padding: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: var(--white) url(../images/noimage.jpg) center no-repeat;
  background-size: contain;
}
.item__image-in {
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.item__name {
  display: block;
  font-size: 19px;
  font-family: "Jost-SemiBold";
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration-color: transparent;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Ограничение в 3 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  /* Высота строки */
  min-height: 4.5em;
  /* Максимальная высота для 3 строк */
  overflow: hidden;
}
@media (max-width: 1400px) {
  .item__name {
    font-size: 17px;
  }
}
@media screen and (max-width: 990px) {
  .item__name {
    font-size: 15px;
    padding-right: 0;
    line-height: 1.2;
    min-height: 3.6em;
  }
}
.item__button {
  margin-top: 15px;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 11px;
}
@media screen and (max-width: 990px) {
  .item__button {
    width: 100%;
    margin-top: 5px;
  }
  .item__button:nth-child(1) {
    margin-top: 10px;
  }
}
.item__button.button--border {
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  .item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.item__price {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gray);
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .item__price {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 11px;
  }
}
.item__price-value {
  font-size: 21px;
  color: var(--black);
}
@media (max-width: 1400px) {
  .item__price-value {
    font-size: 19px;
  }
}
@media screen and (max-width: 990px) {
  .item__price-value {
    font-size: 17px;
  }
}

.basket {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 990px) {
  .basket {
    background: var(--white);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.basket--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket__block {
  background: var(--white);
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-height: 100vh;
  padding-top: 65px;
}
@media screen and (max-width: 990px) {
  .basket__block {
    width: 100%;
    padding-top: 0;
  }
}
.basket__block--show {
  right: 0;
}
.basket__title {
  border-bottom: 1px #eee solid;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  width: 100%;
  height: 65px;
}
.basket__title-name {
  font-size: 21px;
  font-family: "Jost-SemiBold";
}
.basket__title-close {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.basket__title-close:hover {
  color: var(--orange);
}
.basket__content {
  padding: 20px;
}
@media screen and (max-width: 990px) {
  .basket__content {
    margin-top: 65px;
  }
}
.basket__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px #eee solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .basket__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 990px) {
  .basket__item-block:nth-child(2) {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.basket__item-image {
  border: 1px #eee solid;
  padding: 5px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.basket__item-imagein {
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.basket__item-text {
  font-size: 15px;
}
.basket__item-type {
  display: inline-block;
  font-size: 11px;
  background: orange;
  margin-bottom: 5px;
  padding: 5px 7px;
  border-radius: 5px;
  text-transform: uppercase;
}
.basket__item-name {
  display: block;
  font-size: 15px;
  font-family: "Jost-SemiBold";
}
@media screen and (max-width: 990px) {
  .basket__item-name {
    font-size: 13px;
  }
}
.basket__item-price {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gray);
  margin-top: 5px;
  display: block;
}
.basket__item-value {
  font-size: 15px;
  color: var(--black);
}
.basket__item-remove {
  border: 1px #eee solid;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 21px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 990px) {
  .basket__item-remove {
    border-radius: 0;
  }
}
.basket__item-remove:hover {
  color: var(--orange);
}
.basket__top {
  width: 100%;
  height: calc(100% - 290px);
  overflow-y: scroll;
}
.basket__down {
  border-top: 1px #eee solid;
  padding: 20px;
  width: 100%;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.basket__down .label {
  margin-bottom: 20px;
}
.basket__button {
  width: 100%;
  border-radius: 5px;
  height: 60px;
  font-size: 15px;
}
.basket__empty {
  background: var(--white);
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  z-index: 300;
}
.basket__empty-text {
  font-size: 21px;
  font-family: "Jost-SemiBold";
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.count {
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  .count {
    margin-left: 0;
  }
}
.count__button {
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px #eee solid;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 990px) {
  .count__button {
    width: 40px;
    height: 40px;
  }
}
.count__button .material-symbols-rounded {
  font-size: 22px !important;
}
.count__button:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 990px) {
  .count__button:nth-child(1) {
    border-radius: 0;
  }
}
.count__button:nth-last-child(1) {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 990px) {
  .count__button:nth-last-child(1) {
    border-radius: 0;
  }
}
.count__button:hover {
  color: var(--orange);
}
.count__input {
  height: 40px;
  border-top: 1px #F0F0F0 solid;
  border-bottom: 1px #F0F0F0 solid;
  border-left: 0;
  border-right: 0;
  text-align: center;
  width: 60px;
  font-size: 13px;
}
@media screen and (max-width: 990px) {
  .count__input {
    height: 40px;
    font-size: 15px;
    border-radius: 0;
  }
}

.mobmenu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  display: none;
}
.mobmenu__span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.mobmenu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  padding-bottom: 50vh;
  background: var(--white);
  font-size: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.mobmenu__content--hide {
  right: -85%;
}
.mobmenu__social {
  width: 100%;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 20px;
}
.mobmenu__link .material-symbols-rounded, .mobmenu__link2 .material-symbols-rounded, .mobmenu__link3 .material-symbols-rounded {
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mobmenu__link .material-symbols-rounded--rotate, .mobmenu__link2 .material-symbols-rounded--rotate, .mobmenu__link3 .material-symbols-rounded--rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobmenu__phone {
  margin: 0;
}
.mobmenu__div {
  padding: 20px;
}
.mobmenu__ul {
  list-style: none;
}
.mobmenu__link {
  border-bottom: 1px #eeeeee solid;
  padding-left: 15px;
  padding-right: 0;
  height: 50px;
}
.mobmenu__link2 {
  border-bottom: 1px #eeeeee solid;
  padding-left: 30px;
  padding-right: 0;
  height: 50px;
}
.mobmenu__link3 {
  border-bottom: 1px #eeeeee solid;
  padding-left: 45px;
  padding-right: 0;
  height: 50px;
}
.mobmenu__ul2 {
  list-style: none;
  display: none;
}
.mobmenu__ul3 {
  list-style: none;
  display: none;
}
.mobmenu .menu__span {
  font-size: 13px;
}

/*
.sitepage {
    margin-top: 90px;
    position: relative;

    @media screen and (max-width: $breakpointMid) {
        margin-top: 61px;
    }

    &__search {
        @extend %flex-row-start-start;
        flex-wrap: wrap;
        margin-top: 50px;
        align-items: stretch;
        padding: 0 20px;

        @media (max-width: 1400px) {

        }

        @media (max-width: 1500px) {
            margin-top: 25px;
        }

        .good {
            width: calc(100% / 4 - 15px);
            margin-right: 20px;
            margin-bottom: 20px;

            @media (max-width: 1400px) {
                margin-right: 10px;
                margin-bottom: 10px;
                width: calc(100% / 4 - 8px);
            }

            @media screen and (max-width: $breakpointMid) {
                width: calc(50% - 5px);
                margin-right: 10px;
                margin-bottom: 10px;

                &:nth-child(2n) {
                    margin-right: 0;
                }
            }

            &:nth-child(4n) {
                margin-right: 0
            }
        }
    }
}
*/
.product {
  margin-top: 50px;
  /* the parent */
}
@media (max-width: 1500px) {
  .product {
    margin-top: 25px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .product {
    padding-top: 25px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.product__center {
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .product__center {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product .slidernav {
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .product .slidernav {
    margin-top: 0;
  }
}
.product .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 990px) {
  .product .slick-slide {
    margin: 0 5px;
  }
}
.product .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 990px) {
  .product .slick-list {
    margin: 0 -5px;
  }
}
.product__block {
  width: calc(50% - 20px);
}
@media screen and (max-width: 990px) {
  .product__block {
    width: 100%;
  }
}
.product__block:nth-child(2) {
  position: sticky;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 990px) {
  .product__block:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}
.product__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  min-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 990px) {
  .product__image {
    margin-bottom: 20px;
  }
}
.product__heading {
  margin-bottom: 20px;
  font-size: 41px;
}
@media (max-37px: 1600px) {
  .product__heading {
    font-size: 41px;
  }
}
@media (max-width: 1500px) {
  .product__heading {
    font-size: 35px;
  }
}
@media (max-width: 1400px) {
  .product__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 990px) {
  .product__heading {
    font-size: 25px;
  }
}
.product__description {
  font-size: 19px;
}
.product__h {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .product__h {
    margin-bottom: 20px;
  }
}
.product__button {
  background: var(--white);
  color: var(--black);
}
.product__button:hover {
  color: var(--black);
  background: var(--red);
}
.product__table {
  margin-top: 50px;
  line-height: 1;
  font-size: 19px;
}
@media screen and (max-width: 990px) {
  .product__table {
    margin-top: 20px;
  }
}
.product__table-gray {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gray);
  margin-top: 20px;
}
.product__table-row {
  position: relative;
  border-bottom: 1px dotted var(--black);
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .product__table-row {
    margin-bottom: 20px;
  }
}
.product__table-row:nth-last-child(1) {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .product__table-row:nth-last-child(1) {
    margin-bottom: 20px;
  }
}
.product__table-row .product__table-cell:nth-child(1) {
  padding-right: 10px;
}
.product__table-row .product__table-cell:nth-last-child(1) {
  padding-left: 10px;
}
.product__table-row:nth-last-child(1) .product__table-cell:nth-child(1) {
  height: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 990px) {
  .product__table-row:nth-last-child(1) .product__table-cell:nth-child(1) {
    height: 40px;
  }
}
.product__table-cell {
  padding: 0;
  position: relative;
  background: var(--white);
  bottom: -1px;
}
@media screen and (max-width: 990px) {
  .product__table-cell {
    bottom: -3px;
  }
}
.product .count__button {
  width: 50px;
  height: 50px;
}
.product .count__input {
  height: 50px;
}
.product .item__row {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .product .item__row .item__button {
    margin-top: 0 !important;
  }
}
.product .item__button {
  margin-top: 15px;
  height: 60px;
  padding: 0 40px;
  border-radius: 5px;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  .product .item__button {
    width: 100%;
    margin-top: 5px;
  }
  .product .item__button:nth-child(1) {
    margin-top: 10px;
  }
}
.product .item__button.button--border {
  margin-right: 10px;
}

.same {
  margin-top: 200px;
  /* the parent */
}
@media (max-width: 1800px) {
  .same {
    margin-top: 150px;
  }
}
@media (max-width: 1600px) {
  .same {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .same {
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .same {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #eeeeee solid;
  }
}
.same__center {
  padding: 0 20px;
}
@media screen and (max-width: 990px) {
  .same__center {
    padding: 0 10px;
  }
}
.same .slidernav {
  margin-top: 20px;
}
.same__h {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .same__h {
    margin-bottom: 20px;
  }
}
.same .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 990px) {
  .same .slick-slide {
    margin: 0 5px;
  }
}
.same .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 990px) {
  .same .slick-list {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 990px) {
  .same .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .same .slidernav {
    margin-top: 10px;
  }
}
.same .good:hover {
  -webkit-animation: none;
          animation: none;
}
/*# sourceMappingURL=styles.css.map */
