@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display:swap;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
main,
article,
section,
footer,
header,
aside,
canvas {
  display: block;
}
section,
header,
footer {
  position: relative;
}
html {
  height: 100%;
}
body {
  min-width: 320px;
  min-height: 100%;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  color: #333333;
  position: relative;
  /*inner - 1128px + 30px*2 = 1188px */
  /*lg - 1200px*/
  /*md - 960px*/
  /*sm - 720px*/
  /*мобилки вертикальные - 480px*/
}
/* + inner*/
section:after {
  content: '';
  display: block;
  clear: both;
}
button,
input,
select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
button {
  cursor: pointer;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
}
h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 .blue,
h2 .blue,
h3 .blue {
  color: #098B93;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 48px;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  max-width: 100%;
  display: inline-block;
}
a {
  color: inherit;
}
.inner {
  width: 100%;
  max-width: 1188px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.row--center-vertical {
  align-content: center;
  align-items: center;
}
.col {
  padding-left: 12px;
  padding-right: 12px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-five {
  width: 20%;
}
.offset-1 {
  margin-left: 8.33%;
}
.offset-2 {
  margin-left: 16.66%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33%;
}
.offset-5 {
  margin-left: 41.66%;
}
.offset-6 {
  margin-left: 50%;
}
.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body--on-popup {
  max-width: 100vw;
}
.body--on-open-menu {
  max-width: 100vw;
  overflow: hidden;
}
.body--on-open-menu .main:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.main {
  flex-grow: 1;
}
.js-hide {
  display: none !important;
}
.js-show {
  display: block !important;
}
.js-tabs-info {
  display: none;
}
.js-tabs-info--open {
  display: block;
}
.js-accordion-info {
  display: none;
}
.js-form-messange {
  display: none;
}
.js-form-messange--error {
  color: #D60E0E;
  display: block !important;
}
.js-form-messange--ok {
  color: #099379;
  display: block !important;
}
.js-form-input-error {
  border-color: #D60E0E !important;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.is-ios * {
  cursor: pointer;
}
.btn {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  border: 1px solid #333333;
  color: #333333;
  min-height: 48px;
  max-width: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  padding: 7px 24px 5px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 48px;
}
.btn--crystal-green {
  border-color: #098B93;
  color: #098B93;
}
.btn--green {
  background: #098B93;
  color: #ffffff;
  border-color: #098B93;
}
.btn--crystal-orange {
  border-color: #F9AE00;
  color: #ffffff;
}
.btn--orange {
  background: #F9AE00;
  color: #ffffff;
  border-color: #F9AE00;
}
.header {
  background: radial-gradient(11250.11% 70.71% at 100% 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1071;
}
.header__row {
  align-items: center;
  justify-content: space-between;
}
.header__col--menu {
  flex-grow: 1;
  align-self: stretch;
}
.header__col--burger {
  display: none;
}
.header__col--mob {
  display: none;
}
.header__mob {
  display: none;
}
.header__logo-wrap {
  padding-top: 6px;
  padding-bottom: 8px;
}
.header__logo {
  display: block;
  text-decoration: none;
}
.header__logo-icon {
  width: 128px;
}
.header__mob-title-menu {
  display: none;
}
.header__btn-call {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F9AE00;
  border: 0;
  color: #ffffff;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 11px 20px 9px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 40px;
  text-transform: uppercase;
}
.header__btn-call:hover {
  background-color: #098B93;
}
.header__menu {
  height: 100%;
}
.header__card {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.header__card-count {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 1;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #098B93;
  color: #ffffff;
}
.header-top__wrap {
  padding-top: 13px;
  padding-bottom: 14px;
  position: relative;
}
.header-top__wrap::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(197, 197, 197, 0) -13.12%, #CBCBCB 51.98%, rgba(221, 221, 221, 0) 111.88%, rgba(221, 221, 221, 0) 111.88%, rgba(221, 221, 221, 0) 111.88%, rgba(191, 191, 191, 0) 111.88%);
}
.header-top__row {
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
}
.header-top__col {
  padding-left: 24px;
  padding-right: 24px;
}
.header-top__col--search {
  flex-grow: 1;
}
.header-top__city {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  text-decoration: none;
}
.header-top__city-icon {
  width: 24px;
}
.header-top__city-icon svg {
  transition: all 0.5s;
}
.header-top__city-name {
  max-width: calc(100% - 24px);
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.3;
  padding-left: 4px;
  padding-top: 2px;
  transition: all 0.5s;
}
.header-top__phone {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  text-decoration: none;
}
.header-top__phone-icon {
  width: 24px;
}
.header-top__phone-icon svg {
  transition: all 0.5s;
}
.header-top__phone-name {
  max-width: calc(100% - 24px);
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 6px;
  padding-top: 2px;
  transition: all 0.5s;
}
.header-top__favorite {
  display: block;
  font-size: 0;
  text-decoration: none;
}
.header-top__favorite svg path {
  transition: all 0.5s;
  fill: transparent;
}
.header-top__favorite:hover svg path {
  fill: #F9AE00;
}
@keyframes rotatePhoneIcon {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: none;
  }
}
.search-desc__form {
  width: 300px;
  position: relative;
}
.search-desc__input {
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #636363;
  background-color: transparent;
  height: 24px;
  width: 100%;
  padding-left: 30px;
  border: 0;
  box-sizing: border-box;
  font-weight: 500;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-desc__input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-desc__input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-desc__input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-desc__input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-desc__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-desc__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-desc__input::-webkit-search-decoration,
.search-desc__input::-webkit-search-cancel-button,
.search-desc__input::-webkit-search-results-button,
.search-desc__input::-webkit-search-results-decoration {
  display: none;
}
.search-desc__search-btn {
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.menu {
  height: 100%;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
}
.menu__item {
  height: 100%;
  flex-grow: 1;
}
.menu__item-name {
  width: 100%;
  height: 100%;
}
.menu__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #404040;
  text-decoration: none;
  transition: all 0.5s;
}
.menu__link-more {
  display: none;
}
.menu__link-more svg {
  display: block;
}
.menu__item--active .menu__link {
  color: #098B93;
}
.burger-menu__wrap {
  height: 100%;
}
.burger {
  z-index: 999;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.burger__btn-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.burger__btn-name {
  opacity: 0;
  object-fit: none;
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
}
.burger--open .burger__btn-icon {
  border: 1px solid #098B93;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3.19976 9.32692L2.67285 8.80001L5.47285 6.00001L2.67285 3.20001L3.19976 2.6731L5.99976 5.4731L8.79976 2.6731L9.32668 3.20001L6.52668 6.00001L9.32668 8.80001L8.79976 9.32692L5.99976 6.52692L3.19976 9.32692Z' fill='%23098B93'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.burger--open .burger__btn-icon svg {
  opacity: 0;
}
.language {
  position: relative;
  width: 64px;
}
.language__lang {
  color: #ffffff;
  position: relative;
  cursor: pointer;
  width: 64px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.5s;
}
.language__lang--active {
  border-color: #098B93;
}
.language__lang--active .language__lang-arrow {
  transform: rotate(180deg);
}
.language__lang-btn-icon {
  width: 20px;
}
.language__lang-arrow {
  transition: all 0.5s;
  font-size: 0;
  line-height: 0;
  margin-left: 4px;
}
.language__choise-block {
  display: none;
  position: absolute;
  left: 0;
  width: 44px;
  z-index: 10;
  border-radius: 4px;
  border: 1px solid #F3F3F6;
  top: 100%;
  margin-top: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
  padding: 10px 12px;
  z-index: 999;
}
.language__choise-block--active {
  display: block;
}
.language__choise-item {
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}
.language__choise-item:last-child {
  margin-bottom: 0;
}
.language__choise-item:hover {
  opacity: 0.7;
}
.language__item-lang-icon {
  width: 20px;
}
.subsubmenu__list {
  list-style: none;
  columns: 2 auto;
  column-gap: 78px;
}
.subsubmenu__list--single {
  columns: initial;
  width: calc(50% - 39px);
}
.subsubmenu__item {
  display: inline-block;
  width: 100%;
  padding-bottom: 24px;
}
.subsubmenu__link {
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  position: relative;
  text-transform: uppercase;
}
.subsubmenu__link-name {
  max-width: calc(100% - 20px);
  transition: all 0.5s;
  padding-right: 10px;
}
.subsubmenu__link-arrow {
  width: 20px;
  font-size: 0;
}
.subsubmenu__link-arrow svg path {
  fill: #333333;
  transition: all 0.5s;
}
.subsubmenu__banner-wrap {
  padding: 24px;
}
.btn-for-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  min-height: 48px;
  padding: 7px 10px 5px;
  background: #098B93;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.5s;
  text-decoration: none;
}
.banner-for-menu {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.banner-for-menu__picture-wrap {
  position: relative;
}
.banner-for-menu__picture-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(179deg, rgba(9, 139, 147, 0) 0.48%, rgba(9, 139, 147, 0.56) 99.37%), linear-gradient(179deg, rgba(9, 139, 147, 0) 69.3%, rgba(9, 139, 147, 0.8) 98.96%);
}
.banner-for-menu__text-wrap {
  position: absolute;
  padding: 26px 14px;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-for-menu__text {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.search-mob {
  display: none;
}
.search-mob__form {
  position: relative;
  z-index: 3;
  transition: all 0.5s;
  width: 100%;
  max-width: 100%;
}
.search-mob__input {
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #636363;
  background-color: transparent;
  height: 24px;
  width: 100%;
  padding-left: 30px;
  border: 0;
  box-sizing: border-box;
  font-weight: 500;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-mob__input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-mob__input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-mob__input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-mob__input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.search-mob__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-mob__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-mob__input::-webkit-search-decoration,
.search-mob__input::-webkit-search-cancel-button,
.search-mob__input::-webkit-search-results-button,
.search-mob__input::-webkit-search-results-decoration {
  display: none;
}
.search-mob__search-btn {
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.search-mob__search-btn svg {
  transition: all 0.5s;
}
.search-mob__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header-mob {
  padding-top: 50px;
}
.header-mob__city-wrap {
  padding-bottom: 20px;
}
.header-mob__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-btn {
  display: block;
  text-decoration: none;
  padding: 16px 12px 11px 17px;
  background-color: #16A0A8;
  filter: drop-shadow(0px 1.852px 3.148px rgba(0, 0, 0, 0.02)) drop-shadow(0px 8.148px 6.519px rgba(0, 0, 0, 0.03)) drop-shadow(0px 20px 13px rgba(0, 0, 0, 0.04));
  border-radius: 50%;
  position: fixed;
  top: 135px;
  right: calc((100% - 1128px)/2);
  z-index: 999;
  width: 60px;
  height: 60px;
}
.card-btn__icon {
  display: block;
  transition: all 0.5s;
}
.card-btn:hover .card-btn__icon {
  animation: rotateCardIcon 1.5s infinite;
}
.card-btn__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #C5C5C5;
  background: #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 600;
}
@keyframes rotateCardIcon {
  0% {
    transform: none;
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: none;
  }
}
.promo-request-consultation {
  background: #098B93;
  padding-top: 58px;
  padding-bottom: 56px;
  border-bottom: 1px solid #2AB3BB;
}
.promo-request-consultation__title {
  padding-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.promo-request-consultation__col {
  padding-bottom: 16px;
}
.promo-request-consultation__item-input {
  position: relative;
}
.promo-request-consultation__item-input::after {
  position: absolute;
  content: '*';
  color: #F9AE00;
  top: 19px;
  right: 24px;
  font-size: 20px;
}
.promo-request-consultation__input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #16A0A8;
  font-size: 12px;
  font-weight: 600;
  color: #2AB3BB;
  padding-left: 24px;
  padding-right: 50px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 3px;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.promo-request-consultation__input:required:valid {
  color: #333333;
}
.promo-request-consultation__input:focus {
  background: #ffffff;
  color: #333333;
  border-color: #F9AE00;
}
.promo-request-consultation__input::-webkit-input-placeholder {
  opacity: 1;
  color: #2AB3BB;
}
.promo-request-consultation__input::-moz-placeholder {
  opacity: 1;
  color: #2AB3BB;
}
.promo-request-consultation__input:-moz-placeholder {
  opacity: 1;
  color: #2AB3BB;
}
.promo-request-consultation__input:-ms-input-placeholder {
  opacity: 1;
  color: #2AB3BB;
}
.promo-request-consultation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background: #F9AE00;
  padding: 5px 10px;
  border-radius: 48px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.footer {
  background: #098B93;
  padding-top: 64px;
  padding-bottom: 130px;
}
.footer__wrap {
  padding-bottom: 56px;
}
.footer__col--social,
.footer__col--messengers,
.footer__col--privacy-policy {
  align-self: center;
}
.footer__logo-wrap {
  padding-bottom: 56px;
  width: 100%;
  max-width: 265px;
}
.footer__logo-icon {
  width: 192px;
}
.footer__logo-text {
  padding-top: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.footer__contacts-wrap {
  width: 100%;
  max-width: 360px;
}
.footer__contacts-wrap {
  padding-bottom: 32px;
}
.footer__contacts-name-btn {
  display: none;
}
.footer__contacts-name-icon {
  transition: all 0.5s;
}
.footer__contacts-col--mob {
  display: none;
}
.footer__contacts-item {
  padding-bottom: 24px;
}
.footer__contacts-name {
  padding-bottom: 8px;
  color: #6DE2E9;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.footer__contacts-phone {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.footer__contacts-phone a {
  text-decoration: none;
  transition: all 0.5s;
}
.footer__email-wrap {
  padding-top: 10px;
  padding-bottom: 44px;
}
.footer__contacts-email {
  padding-top: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.footer__contacts-email a {
  text-decoration: none;
  transition: all 0.5s;
}
.footer__menu-wrap {
  width: 100%;
  max-width: 552px;
}
.footer__messengers-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0;
  color: #ffffff;
  transition: all 0.5s;
}
.footer__messengers-link svg path {
  transition: all 0.5s;
}
.footer__messengers-icon {
  width: 24px;
}
.footer__messengers-name {
  max-width: calc(100% - 24px);
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  padding-left: 16px;
  padding-top: 3px;
}
.footer__privacy-policy-link {
  display: inline-flex;
  position: relative;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.footer__copyright {
  color: #6DE2E9;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.footer__legal-info {
  color: #6DE2E9;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 20px;
}
.footer-menu__name {
  padding-bottom: 32px;
}
.footer-menu__name-link {
  color: #6DE2E9;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
.footer-menu__name-icon {
  display: none;
}
.footer-menu__list {
  list-style: none;
}
.footer-menu__item {
  padding-bottom: 20px;
}
.footer-menu__link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
.social-links-f__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.social-links-f__col {
  padding-left: 12px;
  padding-right: 12px;
}
.social-links-f__item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.5s;
  font-size: 0;
}
.social-links-f__item svg path {
  transition: all 0.5s;
}
.popup {
  position: fixed;
  z-index: 1101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.popup::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(9, 139, 147, 0.62) 0%, rgba(9, 139, 147, 0.4) 94.94%), linear-gradient(168deg, #098B93 0.32%, rgba(9, 139, 147, 0) 99.31%), rgba(9, 139, 147, 0.32);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.popup--simple::before {
  background: rgba(0, 0, 0, 0.4);
}
.popup__container {
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 564px;
  height: 100vh;
  background: transparent;
  padding: 0;
}
.popup__inner {
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 0;
  overflow-y: auto;
  padding: 47px 32px 32px;
}
.popup__inner--form {
  padding-bottom: 0;
}
.popup__close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 41px;
  right: 32px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;
  background-size: contain;
  background: #ffffff;
}
.popup__close svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.popup__info-wrap {
  height: 100%;
}
.popup__title {
  padding-right: 56px;
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.popup__subtitle {
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: -5px;
}
.popup__for-form {
  height: 100%;
}
.popup__title-simple {
  padding-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
}
.popup__choise-city-form {
  padding-bottom: 24px;
}
.popup__choise-city-form .popup-form__input {
  text-transform: none;
}
.popup__choise-city-list {
  list-style: none;
  columns: 2 auto;
  column-gap: 24px;
}
.popup__choise-city-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.popup__choise-city-list li strong {
  font-weight: 700;
}
.popup-form {
  position: relative;
  height: 100%;
}
.popup-form__form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-form__item-for-input {
  padding-bottom: 24px;
}
.popup-form__validation {
  padding-bottom: 24px;
  position: relative;
}
.popup-form__tumbler {
  padding-bottom: 32px;
}
.popup-form__item-input {
  position: relative;
}
.popup-form__item-input--required::after {
  position: absolute;
  content: '*';
  color: #F9AE00;
  top: 19px;
  right: 24px;
  font-size: 20px;
}
.popup-form__input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 3px;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.popup-form__input:required:valid {
  color: #333333;
}
.popup-form__input:focus {
  background: #ffffff;
  color: #333333;
  border-color: #098B93;
}
.popup-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.popup-form__textarea:required:valid {
  color: #333333;
}
.popup-form__textarea:focus {
  background: #ffffff;
  color: #333333;
  border-color: #098B93;
}
.popup-form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__textarea::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__textarea:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.popup-form__item-btn {
  padding-bottom: 32px;
}
.popup-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background: #098B93;
  padding: 5px 10px;
  border-radius: 48px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.popup-form__btn-send-sms {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background: #F9AE00;
  padding: 5px 10px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
}
.popup-form__btn-send-sms:disabled {
  border: 1px solid #C5C5C5;
  color: #C5C5C5;
  background: transparent;
  cursor: not-allowed;
}
.popup-form__validation-error {
  display: none;
  position: absolute;
  bottom: -22px;
  left: 0;
  color: #D60E0E;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.popup-form__item-agree {
  padding-top: 24px;
  padding-bottom: 24px;
}
.popup-form__messange {
  position: absolute;
  top: 100%;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  padding-top: 6px;
}
.popup-form__input.js-form-input-error + .popup-form__validation-error {
  display: block;
}
.popup-form__label-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.popup-form__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.popup-form__label-check-wrap {
  display: inline-flex;
}
.popup-form__input-checkbox:checked + .popup-form__label-check-wrap {
  position: relative;
  font-size: 0;
}
.popup-form__check-check {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
  border: 1px solid #098B93;
  margin: 3px;
}
.popup-form__check-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
  padding-left: 6px;
  max-width: calc(100% - 23px);
  display: block;
  text-align: left;
  color: #C5C5C5;
}
.popup-form__check-text a {
  color: #098B93;
}
.popup-form__input-checkbox:checked + .popup-form__label-check-wrap .popup-form__check-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M7.09998 12.3538L13.823 5.63075L12.7692 4.57693L7.09998 10.2462L4.24998 7.39615L3.19615 8.44998L7.09998 12.3538ZM1.8077 17C1.30257 17 0.875 16.825 0.525 16.475C0.175 16.125 0 15.6974 0 15.1923V1.8077C0 1.30257 0.175 0.875 0.525 0.525C0.875 0.175 1.30257 0 1.8077 0H15.1923C15.6974 0 16.125 0.175 16.475 0.525C16.825 0.875 17 1.30257 17 1.8077V15.1923C17 15.6974 16.825 16.125 16.475 16.475C16.125 16.825 15.6974 17 15.1923 17H1.8077ZM1.8077 15.5H15.1923C15.2692 15.5 15.3397 15.4679 15.4038 15.4038C15.4679 15.3397 15.5 15.2692 15.5 15.1923V1.8077C15.5 1.73077 15.4679 1.66024 15.4038 1.59613C15.3397 1.53203 15.2692 1.49998 15.1923 1.49998H1.8077C1.73077 1.49998 1.66024 1.53203 1.59612 1.59613C1.53202 1.66024 1.49997 1.73077 1.49997 1.8077V15.1923C1.49997 15.2692 1.53202 15.3397 1.59612 15.4038C1.66024 15.4679 1.73077 15.5 1.8077 15.5Z' fill='%23098B93'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.js-form-input-error.popup-form__input-checkbox + .popup-form__label-check-wrap .popup-form__check-check {
  border-color: #D60E0E;
}
.form__label {
  padding-bottom: 8px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.form__label span {
  color: #F9AE00;
}
.form__input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 3px;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__input:required:valid {
  color: #333333;
}
.form__input:focus {
  background: #ffffff;
  color: #333333;
  border-color: #098B93;
}
.form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__label-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.form__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.form__label-check-wrap {
  display: inline-flex;
  align-items: center;
}
.form__input-checkbox:checked + .form__label-check-wrap {
  position: relative;
  font-size: 0;
}
.form__check-check {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
  border: 1px solid #C5C5C5;
  margin: 3px;
  border-radius: 3px;
}
.form__check-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  padding-left: 8px;
  max-width: calc(100% - 23px);
  display: block;
  text-align: left;
  color: #636363;
  padding-top: 3px;
}
.form__check-text a {
  color: #098B93;
}
.form__input-checkbox:checked + .form__label-check-wrap .form__check-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M3.39644 7.58214L0.14644 4.33214C-0.0488135 4.13689 -0.0488135 3.82031 0.14644 3.62503L0.85353 2.91792C1.04878 2.72265 1.36539 2.72265 1.56064 2.91792L3.74999 5.10726L8.43935 0.417925C8.6346 0.222671 8.95121 0.222671 9.14646 0.417925L9.85355 1.12503C10.0488 1.32029 10.0488 1.63687 9.85355 1.83214L4.10355 7.58216C3.90828 7.77742 3.59169 7.77742 3.39644 7.58214Z' fill='%23098B93'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-color: #098B93;
}
.js-form-input-error.form__input-checkbox + .form__label-check-wrap .form__check-check {
  border-color: #D60E0E;
}
.form__select {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #767980;
  padding-left: 15px;
  padding-right: 35px;
  padding-top: 3px;
  background: #F8F9FB;
  border: 1px solid #E0E1E7;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
.form__select::-ms-expand {
  display: none;
}
.form__for-select {
  position: relative;
}
.form__for-select:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: '';
  pointer-events: none;
  background: url(../images/icons/arrow-select.svg) no-repeat right center, #F8F9FB;
}
.form__select option {
  font-size: 16px;
  padding: 5px;
  font-weight: 400;
  background: #F8F9FB;
}
.form__select--ok {
  color: #333333;
}
.form__textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__textarea:required:valid {
  color: #333333;
}
.form__textarea:focus {
  background: #ffffff;
  color: #333333;
  border-color: #098B93;
}
.form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__textarea::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__textarea:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.form__select2-standard {
  position: relative;
}
.form__select2-standard:before {
  content: none;
}
.form__select2-standard .select2-container {
  background: transparent;
}
.form__select2-standard .select2-container--theme-select2-standard .select2-selection--single {
  background: #ffffff;
  position: relative;
  height: 48px;
  padding: 0 50px 0 24px;
  border: 1px solid #ffffff;
  border-radius: 0;
  align-content: center;
  align-items: center;
  display: flex;
  border-radius: 12px;
}
.form__select2-standard .select2-container--theme-select2-standard .select2-selection__placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #C5C5C5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.form__select2-standard .select2-container--theme-select2-standard .select2-selection--single .select2-selection__rendered {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.form__select2-standard .select2-container--theme-select2-standard .select2-selection--single .select2-selection__arrow {
  position: static;
}
.form__select2-standard .select2-container--theme-select2-standard .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  border: none;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 24px;
}
.form__select2-standard .select2-container--theme-select2-standard.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateX(180deg);
}
.select2-container--theme-select2-standard .select2-results__options {
  padding: 0;
  position: relative;
  background: #ffffff;
  border-radius: 0;
  border: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-top: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
  margin-top: 10px;
}
.select2-container--theme-select2-standard .select2-results__option {
  font-family: 'Montserrat', sans-serif;
  color: #636363;
  font-size: 12px;
  padding: 8px 26px;
  text-transform: uppercase;
}
.select2-container--theme-select2-standard .select2-results__option--highlighted:hover {
  color: #636363;
  background: rgba(217, 217, 216, 0.5);
}
.select2-container--theme-select2-standard .select2-results__option[aria-selected=true] {
  color: #333333;
}
.form__select2-standard .js-form-input-error + .select2-container--theme-select2-standard .select2-selection--single {
  border-color: #D60E0E !important;
}
.form__select2-standard .js-form-input-error + .select2-container--theme-select2-standard .select2-selection__placeholder {
  color: #D60E0E !important;
}
.form__select2-standard .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 50px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #098B93;
}
.form__select2-standard .select2-container--theme-select2-standard.select2-container--open {
  border-radius: 0;
}
.form__select2-standard .select2-dropdown {
  border: none;
}
.form__select2-standard .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--theme-select2-standard.select2-container--open .select2-dropdown--below {
  border: 0;
  background: transparent;
}
.form__select2-standard .select2.select2-container {
  width: 100% !important;
}
.select2-dropdown {
  z-index: 1151;
}
.social-links__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.social-links__col {
  padding-left: 4px;
  padding-right: 4px;
}
.social-links__item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  font-size: 0;
}
.social-links__item svg path {
  transition: all 0.5s;
}
.social-links-mob__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
}
.social-links-mob__col {
  padding-left: 12px;
  padding-right: 12px;
}
.social-links-mob__item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  font-size: 0;
}
.social-links-mob__item svg path {
  transition: all 0.5s;
}
.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 55px;
  border-top: 1px solid #F3F3F6;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #C5C5C5;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumbs__item:after {
  content: ' /  ';
  margin-right: 5px;
  margin-left: 3px;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  transition: all 0.5s;
}
.breadcrumbs__span {
  color: #333333;
}
.fancybox-thumbs__list a::before {
  border-color: #099379;
  border-width: 4px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 50px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 50px;
}
.fancybox-thumbs {
  background: rgba(30, 30, 30, 0.6);
}
.useful-information {
  padding-bottom: 80px;
}
.useful-information__title {
  padding-bottom: 64px;
}
.useful-information__col {
  padding-bottom: 24px;
}
.useful-information__col:nth-child(3) ~ .useful-information__col {
  display: none;
}
.useful-information__item {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.useful-information__picture-wrap {
  position: relative;
}
.useful-information__picture-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(179deg, rgba(9, 139, 147, 0) 0.42%, rgba(9, 139, 147, 0.56) 101.71%), linear-gradient(180deg, rgba(9, 139, 147, 0) 70.85%, rgba(9, 139, 147, 0.8) 100%);
  z-index: 3;
}
.useful-information__preview-picture {
  border-radius: 12px;
  transition: all 0.5s;
}
.useful-information__info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  z-index: 5;
}
.useful-information__item-title {
  padding-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.useful-information__btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.useful-information__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
}
.useful-information__btn-name {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
}
.our-shops {
  padding-bottom: 104px;
}
.our-shops__title {
  padding-bottom: 24px;
}
.our-shops__title--about {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.our-shops__subtitle {
  padding-bottom: 64px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.our-shops__subtitle--about {
  padding-bottom: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.promo-catalog {
  padding-bottom: 80px;
}
.promo-catalog__title {
  padding-bottom: 64px;
}
.promo-catalog__col {
  padding-bottom: 24px;
}
.promo-catalog__item {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #F3F3F6;
  height: 360px;
}
.promo-catalog__picture-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.promo-catalog__picture-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(9, 139, 147, 0) 16.07%, rgba(9, 139, 147, 0.56) 77.44%), linear-gradient(180deg, rgba(9, 139, 147, 0) 63.08%, rgba(9, 139, 147, 0.8) 77.44%);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}
.promo-catalog__picture-wrap--massage-tables-chairs::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(243, 243, 246, 0) 16.07%, rgba(243, 243, 246, 0.56) 77.44%), linear-gradient(180deg, rgba(243, 243, 246, 0) 63.08%, rgba(243, 243, 246, 0.8) 77.44%);
  z-index: 2;
  transition: all 0.5s;
}
.promo-catalog__picture {
  transition: all 0.5s;
  width: 180px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.promo-catalog__picture--massage-chairs {
  width: 426px;
  top: 0;
  left: auto;
  transform: none;
  right: 0;
}
.promo-catalog__picture--neck-shoulder-massagers {
  mix-blend-mode: multiply;
}
.promo-catalog__picture--massage-tables-chairs {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: none;
  object-fit: cover;
}
.promo-catalog__info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 24px;
  z-index: 5;
}
.promo-catalog__item-title {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.5s;
}
.promo-catalog__btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.promo-catalog__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
  padding-right: 16px;
  position: relative;
  width: calc(100% - 83px);
}
.promo-catalog__btn-arrow svg {
  width: 11px;
  height: 11px;
  margin-left: auto;
  display: block;
}
.promo-catalog__btn-arrow:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #098B93;
  display: block;
  position: absolute;
  top: 5px;
}
.promo-catalog__btn-name {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 83px;
}
.promo-technologies {
  padding-bottom: 104px;
}
.promo-technologies__top-wrap {
  padding-bottom: 64px;
}
.promo-technologies__top-row {
  justify-content: space-between;
  align-items: center;
}
.promo-technologies__nav-row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.promo-technologies__nav-col {
  padding-left: 8px;
  padding-right: 8px;
}
.promo-technologies__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #098B93;
  transition: all 0.5s;
  font-size: 0;
}
.promo-technologies__nav-btn svg path {
  transition: all 0.5s;
}
.promo-technologies__slider-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.promo-technologies__slider {
  position: initial;
}
.promo-technologies__slider .slick-track:before,
.promo-technologies__slider .slick-track:after {
  display: none;
}
.promo-technologies__slider .slick-track {
  display: flex;
  margin-left: 0;
}
.promo-technologies__slider > .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.promo-technologies__slider .promo-technologies__item-wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.promo-technologies .catalog-product {
  display: block;
  text-decoration: none;
}
.promo-technologies__aside-menu {
  width: calc((100% + 24px)/4 - 24px);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 12px;
  background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(9, 139, 147, 0.62) 0%, rgba(9, 139, 147, 0.4) 94.94%), linear-gradient(168deg, #098B93 0.32%, rgba(9, 139, 147, 0) 99.31%), rgba(9, 139, 147, 0.32);
  backdrop-filter: blur(4px);
}
.promo-technologies__aside-menu-list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.promo-technologies__menu-item {
  flex-grow: 1;
  transition: all 0.5s;
  padding: 10px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  border-bottom: 1px solid #2AB3BB;
}
.promo-technologies__menu-item:first-child {
  border-radius: 10px 0 0 0;
}
.promo-technologies__menu-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 0 10px;
}
.promo-technologies__menu-item-name {
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.5s;
}
.promo-technologies__mob-nav {
  display: none;
}
.promo-technologies__mob-nav-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.promo-technologies__mob-nav-col {
  padding-left: 4px;
  padding-right: 4px;
  width: 25%;
}
.promo-technologies__mob-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #F3F3F6;
  border-radius: 50%;
  position: relative;
}
.promo-technologies__mob-nav-item:hover {
  background: #F9AE00;
}
.promo-technologies__mob-nav-icon {
  position: absolute;
  width: calc(100% - 24px);
  top: 50%;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
}
.catalog-product {
  border-radius: 12px;
  padding: 32px 16px 38px;
  background: #F3F3F6;
  position: relative;
}
.catalog-product__top-box {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}
.catalog-product__category {
  padding-bottom: 8px;
  color: #636363;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog-product__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
}
.catalog-product__gallery-box {
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.catalog-product__gallery {
  position: relative;
  padding-bottom: 16px;
}
.catalog-product__photo {
  width: 100%;
  height: 176px;
  object-fit: contain;
}
.catalog-product__buy-box {
  padding-bottom: 24px;
}
.catalog-product__buy-row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.catalog-product__buy-col {
  padding-left: 5px;
  padding-right: 5px;
}
.catalog-product__buy-col--price {
  width: calc(100% - 58px);
}
.catalog-product__buy-col--btn {
  width: 58px;
}
.catalog-product__price-box {
  height: 51px;
}
.catalog-product__price {
  color: #098B93;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.catalog-product__old-price {
  padding-top: 8px;
  color: #636363;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: line-through;
}
.catalog-product__btn-add-card {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.5s;
  position: relative;
}
.catalog-product__btn-add-card svg path {
  transition: all 0.5s;
}
.catalog-product__btn-add-card.js-product-in-card--ok {
  background: #F9AE00;
}
.catalog-product__btn-add-card.js-product-in-card--ok svg {
  display: none;
}
.catalog-product__btn-add-card.js-product-in-card--ok::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.45429 14L4 9.75263L4.89278 8.90134L8.45429 12.2974L16.1072 5L17 5.85129L8.45429 14Z' fill='white'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-product__text-box {
  padding-bottom: 22px;
  text-decoration: none;
  display: block;
}
.catalog-product__text {
  display: block;
  color: #636363;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 80px;
}
.catalog-product__btn {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.catalog-product__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
  padding-right: 16px;
  position: relative;
  width: calc(100% - 83px);
}
.catalog-product__btn-arrow svg {
  width: 11px;
  height: 11px;
  margin-left: auto;
  display: block;
}
.catalog-product__btn-arrow:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #098B93;
  display: block;
  position: absolute;
  top: 5px;
}
.catalog-product__btn-name {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 83px;
}
.catalog-product .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
  width: calc(100% + 6px);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.catalog-product .slick-dots li {
  line-height: 0;
  font-size: 0;
  margin: 0 3px;
  width: 33.33%;
}
.catalog-product .slick-dots button {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #C5C5C5;
  position: relative;
  opacity: 1;
  transition: all 0.2s;
}
.catalog-product .slick-dots .slick-active button {
  background: #F9AE00;
}
.catalog-product__favorit {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  width: 24px;
  height: 24px;
  display: block;
}
.catalog-product__favorit.js-btn-favorit-active path {
  fill: #F9AE00;
}
.catalog .catalog-product__category,
.recommended-products .catalog-product__category {
  padding-bottom: 12px;
  padding-right: 30px;
}
.promo-quality {
  padding-bottom: 104px;
}
.promo-quality__picture-wrap {
  position: relative;
}
.promo-quality__picture-wrap::before {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 12px;
  background: #6CB4B8;
  position: absolute;
  top: 40px;
  left: 40px;
}
.promo-quality__picture {
  border-radius: 12px;
  transition: all 0.5s;
  position: relative;
}
.promo-quality__info-wrap {
  padding: 40px 0 27px 72px;
}
.promo-quality__logo-wrap {
  padding-bottom: 56px;
}
.promo-quality__logo {
  width: 312px;
}
.promo-quality__title-wrap {
  padding-bottom: 32px;
}
.promo-quality__title .blue {
  display: block;
}
.promo-quality__text-wrap {
  padding-bottom: 41px;
}
.promo-quality__text {
  color: #636363;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.7;
}
.promo-quality__btn-wrap {
  width: 100%;
  max-width: 412px;
}
.promo-quality__btn {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.promo-quality__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
  padding-right: 16px;
  position: relative;
  width: calc(100% - 83px);
}
.promo-quality__btn-arrow svg {
  width: 11px;
  height: 11px;
  margin-left: auto;
  display: block;
}
.promo-quality__btn-arrow:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #098B93;
  display: block;
  position: absolute;
  top: 5px;
}
.promo-quality__btn-name {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 83px;
}
.promo-slider {
  padding-bottom: 24px;
}
.promo-slider__wrap {
  position: relative;
  overflow: hidden;
  height: 870px;
}
.promo-slider__bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.promo-slider__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-slider__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-slider__info-box {
  position: relative;
  height: 100%;
}
.promo-slider__leaf-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.promo-slider__leaf {
  width: 296px;
  height: 249px;
  animation: tropic 4s linear infinite alternate;
  position: absolute;
  top: -113px;
  left: -56px;
  z-index: 5;
}
.promo-slider__leaf-shadow {
  position: absolute;
  width: 433px;
  height: 443px;
  top: -113px;
  left: 6px;
  animation: tropicShadow 4s linear infinite alternate;
}
.promo-slider__slider-wrap {
  padding-top: 111px;
  padding-bottom: 225px;
}
.promo-slider__slider-box {
  position: relative;
  z-index: 5;
}
.promo-slider__item-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.promo-slider__item-col {
  padding-left: 12px;
  padding-right: 12px;
}
.promo-slider__item-col--info {
  width: 37.07%;
}
.promo-slider__item-col--chair {
  width: 55.21%;
}
.promo-slider__item-info-box {
  padding-top: 28px;
}
.promo-slider__item-category {
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.promo-slider__item-title {
  padding-bottom: 32px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}
.promo-slider__item-text {
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}
.promo-slider__btn-box {
  position: absolute;
  bottom: 32px;
  left: 0;
}
.promo-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 48px;
  background: #F9AE00;
  padding: 5px 10px;
  width: 200px;
  max-width: 100%;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  min-height: 48px;
  text-decoration: none;
  transition: all 0.5s;
}
.promo-slider__slider-nav {
  position: absolute;
  left: 231px;
  right: 0;
  bottom: 32px;
  pointer-events: none;
}
.promo-slider__nav-row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.promo-slider__nav-col {
  padding-left: 8px;
  padding-right: 8px;
}
.promo-slider__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #098B93;
  transition: all 0.5s;
  font-size: 0;
  pointer-events: auto;
}
.promo-slider__nav-btn svg path {
  transition: all 0.5s;
}
@keyframes tropic {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes tropicShadow {
  0% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(-17deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
.tumbler__capsule-label {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  position: relative;
}
.tumbler__text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 16px;
}
.tumbler__capsule {
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  border: 1px solid #F3F3F6;
  box-sizing: border-box;
}
.tumbler__circle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #C5C5C5;
}
.tumbler__checkbox:checked ~ .tumbler__capsule-label {
  position: relative;
}
.tumbler__checkbox:checked ~ .tumbler__capsule-label .tumbler__capsule {
  background-color: #C5C5C5;
  border-color: #C5C5C5;
}
.tumbler__checkbox:checked ~ .tumbler__capsule-label .tumbler__capsule .tumbler__circle {
  animation-name: tumblerToggle;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  background-color: #636363;
}
.tumbler__checkbox:not(:checked) ~ .tumbler__capsule-label .tumbler__capsule .tumbler__circle {
  animation-name: tumblerToggleBack;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-direction: reverse;
}
@-webkit-keyframes tumblerToggleBack {
  0% {
    left: 0;
  }
  100% {
    left: 18px;
  }
}
@-webkit-keyframes tumblerToggle {
  0% {
    left: 0;
  }
  100% {
    left: 18px;
  }
}
.popup-current-city {
  width: 100%;
  max-width: 475px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  display: none;
}
.popup-current-city--show {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.popup-current-city__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.popup-current-city__close svg {
  pointer-events: none;
}
.popup-current-city__wrap {
  padding: 39px 48px 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #F3F3F6;
  box-shadow: 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}
.popup-current-city__title {
  padding-bottom: 28px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.popup-current-city__col--yes {
  width: 137px;
}
.popup-current-city__col--choise {
  width: calc(100% - 137px);
}
.popup-current-city__btn-close {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #098B93;
  border: 0;
  color: #ffffff;
  min-height: 48px;
  max-width: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 6px 5px 5px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 12px;
  text-transform: uppercase;
}
.popup-current-city__btn-choise {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  color: #333333;
  min-height: 48px;
  max-width: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 6px 5px 5px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 12px;
  text-transform: uppercase;
}
.catalog-page {
  padding-bottom: 104px;
}
.catalog-page__title-wrap {
  padding-bottom: 32px;
}
.catalog-page__title {
  padding-bottom: 24px;
  font-size: 32px;
  line-height: 1;
}
.catalog-page__title span {
  color: #098B93;
}
.catalog-page__title--sale {
  color: #098B93;
  font-size: 48px;
  line-height: 1.3;
}
.catalog-page__subtitle {
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.catalog-categories {
  padding-bottom: 32px;
}
.catalog-categories__col {
  padding-bottom: 24px;
}
.catalog-categories__item {
  display: block;
  text-decoration: none;
}
.catalog-categories__item-picture-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 103px;
  border-radius: 12px;
  background: #F3F3F6;
  transition: all 0.5s;
}
.catalog-categories__item-picture {
  width: 100px;
}
.catalog-categories__item-name {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
}
.catalog-categories__progress-slider-colors {
  display: none;
}
.catalog-categories__item--active .catalog-categories__item-picture-wrap {
  background: #F7C758;
}
.catalog-navigation {
  padding-bottom: 46px;
}
.catalog-navigation__filters-wrap {
  padding-bottom: 24px;
}
.catalog-navigation__row {
  justify-content: space-between;
  align-items: center;
}
.catalog-navigation__btn-filter {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  background: #098B93;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
}
.catalog-navigation__btn-filter svg {
  width: 24px;
}
.catalog-navigation__btn-filter span {
  max-width: calc(100% - 24px);
  padding-left: 8px;
  padding-top: 2px;
}
.catalog-navigation__choise-filters-row {
  margin-left: -8px;
  margin-right: -8px;
}
.catalog-navigation__choise-filters-col {
  padding: 0 8px 10px;
}
.catalog-navigation__choise-filters-item {
  background: transparent;
  color: #636363;
  padding: 10px 12px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  cursor: default;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(9, 139, 147, 0.36);
}
.catalog-navigation__choise-filters-item--reset {
  cursor: pointer;
  border: 1px solid #F3F3F6;
  box-sizing: border-box;
  background: #ffffff;
  color: #C5C5C5;
}
.catalog-navigation__choise-filters-item--reset svg path {
  fill: #C5C5C5;
}
.catalog-navigation__choise-filters-name {
  white-space: nowrap;
  padding-right: 4px;
}
.catalog-navigation__choise-filters-reset {
  font-size: 0;
}
.catalog-sorting {
  position: relative;
}
.catalog-sorting__value-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.catalog-sorting__name {
  padding-right: 12px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}
.catalog-sorting__select-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
}
.catalog-sorting__select-btn svg {
  transition: all 0.5s;
}
.catalog-sorting__select-btn.js-catalog-sorting--open svg.catalog-sorting__select-btn-arrow {
  transform: rotate(180deg);
}
.catalog-sorting__select-btn-text {
  padding-left: 10px;
  padding-right: 8px;
  color: #098B93;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}
.catalog-sorting__select-btn-arrow path {
  fill: #098B93;
}
.catalog-sorting__item-wrap {
  padding-bottom: 12px;
}
.catalog-sorting__item-wrap:last-child {
  padding-bottom: 0;
}
.catalog-sorting__list {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  width: 181px;
  max-width: 100%;
  z-index: 10;
  margin: 0;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #F3F3F6;
  padding: 12px;
  box-shadow: 0px 8px 16px 0px rgba(62, 19, 77, 0.07);
}
.catalog-sorting__list.catalog-sorting__list--open {
  display: block;
}
.catalog-sorting__label-radio {
  cursor: pointer;
  position: relative;
}
.catalog-sorting__input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.catalog-sorting__label-radio-wrap {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.catalog-sorting__label-radio-wrap:hover .catalog-sorting__radio-text {
  color: #F9AE00;
}
.catalog-sorting__label-radio-wrap:hover .catalog-sorting__btn-direction svg path {
  fill: #F9AE00;
}
.catalog-sorting__btn-direction {
  width: 12px;
  text-align: center;
  font-size: 0;
}
.catalog-sorting__radio-text {
  padding-left: 4px;
  max-width: calc(100% - 12px);
  color: #636363;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  transition: all 0.5s;
}
.catalog-sorting__btn-direction svg path {
  transition: all 0.5s;
}
.catalog-sorting__input-radio:checked + .catalog-sorting__label-radio-wrap {
  position: relative;
}
.catalog-sorting__input-radio:checked + .catalog-sorting__label-radio-wrap .catalog-sorting__radio-text {
  color: #098B93;
}
.catalog-sorting__input-radio:checked + .catalog-sorting__label-radio-wrap .catalog-sorting__btn-direction svg path {
  fill: #098B93;
}
.catalog__item {
  padding-bottom: 24px;
}
.catalog__show-more-btn-wrap {
  text-align: center;
  margin-top: 10px;
}
.catalog__show-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #098B93;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.catalog__show-more-btn-icon {
  font-size: 0;
  transition: all 0.5s;
}
.catalog__show-more-btn-icon path {
  transition: all 0.5s;
}
.catalog__show-more-btn-name {
  padding-left: 4px;
  padding-top: 2px;
  transition: all 0.5s;
}
.catalog__show-more-btn--reverse .catalog__show-more-btn-name {
  padding-left: 0;
  padding-right: 4px;
}
.catalog__show-more-btn--reverse .catalog__show-more-btn-icon {
  transform: scale(-1, 1);
}
@keyframes rotateShowMoreIcon {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateShowMoreIconReverse {
  0% {
    transform: scale(-1, 1);
  }
  100% {
    transform: scale(-1, 1) rotate(360deg);
  }
}
.filter-catalog {
  position: fixed;
  z-index: 1101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.filter-catalog::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(9, 139, 147, 0.62) 0%, rgba(9, 139, 147, 0.4) 94.94%), linear-gradient(168deg, #098B93 0.32%, rgba(9, 139, 147, 0) 99.31%), rgba(9, 139, 147, 0.32);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-catalog__container {
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 564px;
  height: 100vh;
  background: transparent;
  padding: 0;
}
.filter-catalog__inner {
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 0;
  overflow-y: auto;
  padding: 47px 32px 32px;
}
.filter-catalog__close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 41px;
  right: 32px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;
  background-size: contain;
  background: #ffffff;
}
.filter-catalog__close svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.filter-catalog__form-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.filter-catalog__apply-widget {
  padding-top: 24px;
  padding-bottom: 32px;
}
.filter-catalog__apply-widget-btn-wrap {
  padding-bottom: 24px;
  text-align: center;
}
.filter-catalog__apply-widget-btn-wrap:last-child {
  padding-bottom: 0;
}
.filter-catalog__apply-widget-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  background: #098B93;
  width: 100%;
  min-height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: all 0.5s;
  text-transform: uppercase;
  border: 0;
}
.filter-catalog__apply-widget-reset {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.filter-catalog__title {
  padding-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.filter-catalog__form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C5C5C5;
}
.filter-catalog__name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filter-catalog__name-wrap.js-accordion-btn--active .filter-catalog__name-icon {
  transform: rotate(180deg);
}
.filter-catalog__name {
  pointer-events: none;
  color: #098B93;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.filter-catalog__name-icon {
  transition: all 0.5s;
  pointer-events: none;
}
.filter-catalog__info {
  margin-top: 20px;
}
.filter-catalog__checkbox-item {
  padding-bottom: 16px;
}
.filter-catalog__checkbox-item:last-child {
  padding-bottom: 0;
}
.filter-catalog__row-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 20px;
}
.filter-catalog__col-price {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 50%;
}
.filter-catalog__item-input-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-catalog__label-price {
  padding-right: 8px;
  color: #C5C5C5;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.filter-catalog__input-price {
  font-family: 'Montserrat', sans-serif;
  width: 104px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #C5C5C5;
  font-size: 12px;
  font-weight: 600;
  color: #404040;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.filter-catalog__input-price::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.filter-catalog__input-price::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.filter-catalog__input-price:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.filter-catalog__input-price:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.filter-catalog__show-more-btn {
  display: inline-flex;
  align-items: center;
}
.filter-catalog__show-more-btn-name {
  color: #098B93;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: underline;
  padding-right: 4px;
  padding-top: 2px;
}
.filter-catalog__show-more-btn-icon {
  font-size: 0;
}
.filter-catalog__label-checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
.filter-catalog__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.filter-catalog__label-check-wrap {
  display: flex;
  align-items: center;
}
.filter-catalog__input-checkbox:checked + .filter-catalog__label-check-wrap {
  position: relative;
}
.filter-catalog__check-check {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #C5C5C5;
  display: block;
  border-radius: 6px;
}
.filter-catalog__check-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 16px;
  max-width: calc(100% - 24px);
  display: block;
  text-align: left;
  color: #404040;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: 2px;
}
.filter-catalog__input-checkbox:checked + .filter-catalog__label-check-wrap .filter-catalog__check-check {
  background: url(../images/icons/check-white.svg) no-repeat center, #098B93;
  border-color: #098B93;
}
.filter-catalog__label-checkbox-color {
  cursor: pointer;
  position: relative;
}
.filter-catalog__input-checkbox-color {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.filter-catalog__label-check-wrap-color {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.filter-catalog__input-checkbox:checked + .filter-catalog__label-check-wrap-color {
  position: relative;
}
.filter-catalog__check-check-color {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  background: #ffffff;
  border-radius: 50%;
}
.filter-catalog__check-text-color {
  max-width: calc(100% - 32px);
  padding-left: 16px;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.filter-catalog__input-checkbox-color:checked + .filter-catalog__label-check-wrap-color {
  position: relative;
}
.filter-catalog__input-checkbox-color:checked + .filter-catalog__label-check-wrap-color .filter-catalog__check-check-color:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #098B93;
  border-radius: 50%;
  box-sizing: border-box;
}
.filter-catalog__input-checkbox-color:checked + .filter-catalog__label-check-wrap-color .filter-catalog__check-text-color {
  color: #098B93;
}
.range {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
.range__value-item {
  position: relative;
}
.range__slider {
  width: 100%;
}
.range .noUi-target {
  background: #F3F3F6;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: 8px;
  cursor: pointer;
  border-radius: 1000px;
}
.range .noUi-connect {
  background: #098B93;
}
.range .noUi-handle:before,
.range .noUi-handle:after {
  display: none;
}
.range .noUi-connects {
  border-radius: 0;
}
.range .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
  top: -6px;
  right: -6px;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(19, 56, 77, 0.2);
}
.range .noUi-horizontal .noUi-handle::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #098B93;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.range .noUi-horizontal .noUi-tooltip {
  display: none;
}
.cookies {
  display: none;
  position: fixed;
  bottom: 32px;
  max-width: 618px;
  z-index: 9999999999;
  right: calc((100% - 1128px)/2);
}
.cookies__wrap {
  background: #ffffff;
  padding: 20px 40px;
  box-shadow: 0px 15px 30px 0px rgba(62, 19, 77, 0.09);
  border-radius: 8px;
}
.cookies__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
.cookies__col {
  padding: 0 20px;
}
.cookies__col--text {
  width: calc(100% - 207px);
}
.cookies__col--btn {
  width: 207px;
}
.cookies__text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.cookies__text a {
  color: #098B93;
  transition: all 0.5s;
}
.cookies__btn {
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 10px 5px;
  transition: all 0.5s;
  border-radius: 48px;
  border: 1px solid #098B93;
}
.product {
  padding-bottom: 96px;
}
.product__row {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 66.66% 33.33%;
  grid-template-areas: "photo aside" "features aside" "characteristics aside";
}
.product__col--photo {
  grid-area: photo;
  padding-bottom: 96px;
}
.product__col--aside {
  grid-area: aside;
}
.product__col--functional-features {
  grid-area: features;
}
.product__col--characteristics {
  grid-area: characteristics;
}
.product__gallery-wrap {
  padding-bottom: 56px;
}
.product__gallery-box {
  padding-bottom: 24px;
}
.product__video {
  display: block;
  text-decoration: none;
  position: relative;
}
.product__video::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(9, 139, 147, 0.48) 0%, rgba(9, 139, 147, 0.48) 100%);
  transition: all 0.5s;
  border-radius: 12px;
}
.product__video:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M18.6667 33.5385L33.5385 24L18.6667 14.4615V33.5385ZM24.0089 48C20.6901 48 17.5699 47.3702 14.6483 46.1107C11.7266 44.8512 9.18518 43.1418 7.02393 40.9826C4.86273 38.8234 3.15178 36.2844 1.89107 33.3655C0.630355 30.4465 0 27.3277 0 24.0089C0 20.6901 0.629756 17.5699 1.88927 14.6483C3.14882 11.7266 4.8582 9.18518 7.0174 7.02393C9.1766 4.86273 11.7156 3.15178 14.6345 1.89107C17.5535 0.630357 20.6723 0 23.9911 0C27.3099 0 30.4301 0.629755 33.3517 1.88927C36.2734 3.14882 38.8148 4.8582 40.9761 7.0174C43.1373 9.1766 44.8482 11.7156 46.1089 14.6345C47.3696 17.5535 48 20.6723 48 23.9911C48 27.3099 47.3702 30.4301 46.1107 33.3517C44.8512 36.2734 43.1418 38.8148 40.9826 40.9761C38.8234 43.1373 36.2844 44.8482 33.3655 46.1089C30.4465 47.3696 27.3277 48 24.0089 48ZM24 45.3333C29.9556 45.3333 35 43.2667 39.1333 39.1333C43.2667 35 45.3333 29.9556 45.3333 24C45.3333 18.0444 43.2667 13 39.1333 8.86667C35 4.73333 29.9556 2.66667 24 2.66667C18.0444 2.66667 13 4.73333 8.86667 8.86667C4.73333 13 2.66667 18.0444 2.66667 24C2.66667 29.9556 4.73333 35 8.86667 39.1333C13 43.2667 18.0444 45.3333 24 45.3333Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.product__video-preview {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
}
.product-gallery__wrap {
  position: relative;
}
.product-gallery__item {
  position: relative;
}
.product-gallery__item--video::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M18.6667 33.5385L33.5385 24L18.6667 14.4615V33.5385ZM24.0089 48C20.6901 48 17.5699 47.3702 14.6483 46.1107C11.7266 44.8512 9.18518 43.1418 7.02393 40.9826C4.86273 38.8234 3.15178 36.2844 1.89107 33.3655C0.630355 30.4465 0 27.3277 0 24.0089C0 20.6901 0.629756 17.5699 1.88927 14.6483C3.14882 11.7266 4.8582 9.18518 7.0174 7.02393C9.1766 4.86273 11.7156 3.15178 14.6345 1.89107C17.5535 0.630357 20.6723 0 23.9911 0C27.3099 0 30.4301 0.629755 33.3517 1.88927C36.2734 3.14882 38.8148 4.8582 40.9761 7.0174C43.1373 9.1766 44.8482 11.7156 46.1089 14.6345C47.3696 17.5535 48 20.6723 48 23.9911C48 27.3099 47.3702 30.4301 46.1107 33.3517C44.8512 36.2734 43.1418 38.8148 40.9826 40.9761C38.8234 43.1373 36.2844 44.8482 33.3655 46.1089C30.4465 47.3696 27.3277 48 24.0089 48ZM24 45.3333C29.9556 45.3333 35 43.2667 39.1333 39.1333C43.2667 35 45.3333 29.9556 45.3333 24C45.3333 18.0444 43.2667 13 39.1333 8.86667C35 4.73333 29.9556 2.66667 24 2.66667C18.0444 2.66667 13 4.73333 8.86667 8.86667C4.73333 13 2.66667 18.0444 2.66667 24C2.66667 29.9556 4.73333 35 8.86667 39.1333C13 43.2667 18.0444 45.3333 24 45.3333Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.product-gallery__photo-wrap {
  display: block;
  text-decoration: none;
  height: 480px;
}
.product-gallery__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product-gallery__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #098B93;
}
.product-gallery__nav-btn svg {
  transition: all 0.5s;
}
.product-gallery__nav-btn--previous {
  left: 24px;
}
.product-gallery__nav-btn--next {
  right: 24px;
}
.product-gallery .slick-dots {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  list-style: none;
  pointer-events: auto;
  margin-left: 0;
  margin-right: 0;
  bottom: 24px;
  left: 0;
  right: 0;
  justify-content: center;
}
.product-gallery .slick-dots li {
  line-height: 0;
  font-size: 0;
  padding: 0 4px;
}
.product-gallery .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 0;
  background: transparent;
  border: 1px solid #098B93;
  display: block;
  border-radius: 50%;
}
.product-gallery .slick-dots .slick-active button {
  background: #098B93;
}
.product-gallery__tags-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 24px;
  z-index: 5;
}
.product-gallery__tags-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  justify-content: flex-end;
}
.product-gallery__tags-col {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 10px;
}
.product-gallery__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 8px;
  border: 1px solid #098B93;
  background: #ffffff;
  padding: 4px 9px;
  font-size: 0;
}
.product-gallery__tag-name {
  padding-left: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@keyframes translateArrowRight {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: none;
  }
}
@keyframes translateArrowLeft {
  0% {
    transform: none;
  }
  50% {
    transform: translateX(-2px);
  }
  100% {
    transform: none;
  }
}
.product-thumbs .slick-track:before,
.product-thumbs .slick-track:after {
  display: none;
}
.product-thumbs .slick-track {
  display: flex;
}
.product-thumbs .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.product-thumbs .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
.product-thumbs__item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.product-thumbs__item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(9, 139, 147, 0.48) 0%, rgba(9, 139, 147, 0.48) 100%);
  transition: all 0.5s;
  border-radius: 12px;
  opacity: 0;
}
.product-thumbs__item.slick-current::before {
  opacity: 1;
}
.product-thumbs__item--video::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M18.6667 33.5385L33.5385 24L18.6667 14.4615V33.5385ZM24.0089 48C20.6901 48 17.5699 47.3702 14.6483 46.1107C11.7266 44.8512 9.18518 43.1418 7.02393 40.9826C4.86273 38.8234 3.15178 36.2844 1.89107 33.3655C0.630355 30.4465 0 27.3277 0 24.0089C0 20.6901 0.629756 17.5699 1.88927 14.6483C3.14882 11.7266 4.8582 9.18518 7.0174 7.02393C9.1766 4.86273 11.7156 3.15178 14.6345 1.89107C17.5535 0.630357 20.6723 0 23.9911 0C27.3099 0 30.4301 0.629755 33.3517 1.88927C36.2734 3.14882 38.8148 4.8582 40.9761 7.0174C43.1373 9.1766 44.8482 11.7156 46.1089 14.6345C47.3696 17.5535 48 20.6723 48 23.9911C48 27.3099 47.3702 30.4301 46.1107 33.3517C44.8512 36.2734 43.1418 38.8148 40.9826 40.9761C38.8234 43.1373 36.2844 44.8482 33.3655 46.1089C30.4465 47.3696 27.3277 48 24.0089 48ZM24 45.3333C29.9556 45.3333 35 43.2667 39.1333 39.1333C43.2667 35 45.3333 29.9556 45.3333 24C45.3333 18.0444 43.2667 13 39.1333 8.86667C35 4.73333 29.9556 2.66667 24 2.66667C18.0444 2.66667 13 4.73333 8.86667 8.86667C4.73333 13 2.66667 18.0444 2.66667 24C2.66667 29.9556 4.73333 35 8.86667 39.1333C13 43.2667 18.0444 45.3333 24 45.3333Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-thumbs__photo {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 12px;
}
.product-info {
  padding-bottom: 50px;
}
.product-info__wrap {
  padding-bottom: 56px;
}
.product-info__main-wrap {
  padding-bottom: 56px;
  position: relative;
}
.product-info__compare-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
}
.product-info__title {
  padding-bottom: 24px;
  padding-right: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.product-info__title span {
  color: #098B93;
}
.product-info__brand {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.product-info__brand a {
  text-decoration: none;
}
.product-info__description {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.product-info__price-wrap {
  padding-bottom: 27px;
}
.product-info__price-row {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.product-info__price {
  color: #098B93;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.product-info__old-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #C5C5C5;
  text-decoration: line-through;
}
.product-info__price-sale {
  display: flex;
  width: 79px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 4px 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79' height='32' viewBox='0 0 79 32' fill='none'%3E%3Cpath d='M17.3435 2.35288L5.88905 11.7077C2.88552 14.1606 2.96293 18.7757 6.04703 21.1266L17.3887 29.7718C18.4339 30.5685 19.7118 31 21.026 31H72C75.3137 31 78 28.3137 78 25V7C78 3.68629 75.3137 1 72 1H21.1388C19.7556 1 18.4148 1.47792 17.3435 2.35288Z' stroke='%23F9AE00'/%3E%3Ccircle cx='13' cy='16' r='2.5' stroke='%23F9AE00'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: #F9AE00;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.product-info__price-action {
  padding-bottom: 12px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.product-info__installment-plan {
  display: flex;
  align-items: center;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.product-info__installment-plan-name {
  line-height: 1.5;
  padding-right: 4px;
}
.product-info__installment-plan-value {
  color: #098B93;
  line-height: 1.5;
}
.product-info__installment-plan-icon {
  padding-left: 4px;
}
.product-info__colors-wrap {
  padding-bottom: 38px;
}
.product-info__colors-row {
  margin-left: -8px;
  margin-right: -8px;
}
.product-info__colors-col {
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.product-info__color-item {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid transparent;
}
.product-info__color-item--active::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #098B93;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-info__btn-item {
  padding-bottom: 16px;
  text-align: center;
}
.product-info__btn-item:last-child {
  padding-bottom: 0;
  padding-top: 8px;
}
.product-info__btn-quick {
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: none;
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.5s;
  position: relative;
}
.product-info__btn-quick::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #098B93;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.product-info__tags-wrap {
  padding-bottom: 12px;
}
.product-info__tags-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.product-info__tags-col {
  padding: 0 6px 12px;
}
.product-info__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 8px;
  border: 1px solid #098B93;
  background: #ffffff;
  padding: 4px 8px;
  font-size: 0;
}
.product-info__tag-name {
  padding-left: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.product-info__properties-item {
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #C5C5C5;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.product-functional-features {
  padding-bottom: 56px;
}
.product-functional-features__title {
  padding-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.product-functional-features__title span {
  color: #098B93;
}
.product-functional-features__description {
  padding-bottom: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.product-functional-features__item {
  padding-bottom: 40px;
}
.product-functional-features__item-row {
  align-items: center;
}
.product-functional-features__picture {
  border-radius: 12px;
}
.product-functional-features__info-wrap {
  padding: 24px;
}
.product-functional-features__item-name {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.product-functional-features__item-name span {
  color: #098B93;
}
.product-functional-features__item-text {
  font-family: 'Lato', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 1.5;
}
.product-characteristics__wrap {
  border-radius: 12px;
  background: #098B93;
  padding: 56px 32px;
}
.product-characteristics__title {
  padding-bottom: 56px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.product-characteristics__picture-wrap {
  position: relative;
}
.product-characteristics__label {
  position: absolute;
  color: #30B6BE;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.product-characteristics__label--height {
  top: 24.6%;
  left: 0;
  transform: rotate(-90deg) translateX(-50%) translateY(-100%);
}
.product-characteristics__label--width {
  left: 17.94%;
  bottom: 3px;
}
.product-characteristics__label--length {
  right: 18.68%;
  bottom: 3px;
}
.product-characteristics__list-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}
.product-characteristics__item {
  border-bottom: 1px solid #1BA4AC;
  padding: 12px 0;
  height: 100%;
}
.product-characteristics__item-wrap {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: -5px;
  margin-right: -5px;
  height: 100%;
  align-items: center;
}
.product-characteristics__item-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.product-characteristics__item-value {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.product-characteristics__show-more-btn-wrap {
  padding-top: 48px;
}
.product-characteristics__show-more-btn {
  display: flex;
  align-items: center;
}
.product-characteristics__show-more-btn-icon {
  padding-right: 4px;
}
.product-characteristics__show-more-btn-name {
  color: #6DE2E9;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.product-submit-application {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 96px;
  background: #F3F3F6;
}
.product-submit-application__row {
  align-items: center;
}
.product-submit-application__title {
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.product-submit-application__text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.recommended-products {
  padding-bottom: 104px;
}
.recommended-products__top-wrap {
  padding-bottom: 61px;
}
.recommended-products__top-row {
  justify-content: space-between;
  align-items: center;
}
.recommended-products__title {
  font-size: 32px;
}
.recommended-products__nav-row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.recommended-products__nav-col {
  padding-left: 8px;
  padding-right: 8px;
}
.recommended-products__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #098B93;
  transition: all 0.5s;
  font-size: 0;
}
.recommended-products__nav-btn svg path {
  transition: all 0.5s;
}
.recommended-products__slider-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.recommended-products__slider {
  position: initial;
}
.recommended-products__slider .slick-track:before,
.recommended-products__slider .slick-track:after {
  display: none;
}
.recommended-products__slider .slick-track {
  display: flex;
  margin-left: 0;
}
.recommended-products__slider > .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.recommended-products__slider .recommended-products__item-wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.recommended-products .catalog-product {
  display: block;
  text-decoration: none;
}
.basket-order {
  padding-bottom: 8px;
}
.basket-order__top-wrap {
  padding-bottom: 56px;
}
.basket-order__title {
  color: #098B93;
}
.basket-order__count-products {
  display: none;
}
.basket-order__row {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 75% 25%;
  grid-template-areas: "basket aside" "order aside";
}
.basket-order__col--basket {
  grid-area: basket;
}
.basket-order__col--aside {
  grid-area: aside;
}
.basket-order__col--order {
  grid-area: order;
}
.basket {
  padding-bottom: 72px;
}
.basket__item {
  padding-bottom: 24px;
}
.basket__item-wrap {
  border-radius: 12px;
  background: #F3F3F6;
  padding: 32px 24px;
  position: relative;
}
.basket__item-btn-del {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 32px;
  right: 24px;
}
.basket__item-btn-del svg path {
  transition: all 0.5s;
}
.basket__item-row {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 336px calc(100% - 336px);
  grid-template-areas: "photo info" "photo price";
}
.basket__item-col--photo {
  grid-area: photo;
}
.basket__item-col--info {
  grid-area: info;
  padding-left: 24px;
}
.basket__item-col--price {
  grid-area: price;
  padding-left: 24px;
}
.basket__item-photo-wrap {
  height: 264px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  padding: 15px;
  background: #ffffff;
  display: block;
  text-decoration: none;
}
.basket__item-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.basket__item-name-wrap {
  padding-bottom: 12px;
}
.basket__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-width: 296px;
}
.basket__name span {
  color: #098B93;
  display: block;
}
.basket__item-brand-wrap {
  padding-bottom: 32px;
}
.basket__item-brand {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.basket__item-options {
  padding-bottom: 18px;
}
.basket__item-option {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.basket__item-option-name {
  width: 96px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.basket__item-option-value {
  width: calc(100% - 96px);
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.basket__item-option-value--color {
  display: flex;
  align-items: center;
}
.basket__item-option-value-color {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
.basket__item-option-value-color-name {
  padding-left: 10px;
  padding-top: 3px;
}
.basket__item-sm-row {
  justify-content: space-between;
  align-items: flex-end;
}
.basket__item-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
.basket__item-price-col {
  padding-left: 8px;
  padding-right: 8px;
}
.basket__item-price {
  color: #098B93;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.basket__item-old-price {
  text-decoration: line-through;
  color: #C5C5C5;
  font-size: 16px;
  font-weight: 600;
  left: 1.3em;
}
.product-count {
  display: inline-flex;
  min-height: 48px;
  align-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}
.product-count__input {
  width: 58px;
  height: 24px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.product-count__btn {
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
  background: transparent;
  position: relative;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-count__btn svg {
  pointer-events: none;
}
.product-count input::-webkit-outer-spin-button,
.product-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.basket-aside {
  padding-bottom: 96px;
}
.basket-aside__count-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid #C5C5C5;
}
.basket-aside__count {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.basket-aside__count em {
  display: none;
}
.basket-aside__info-wrap {
  padding-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C5C5C5;
}
.basket-aside__sum-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.basket-aside__sum-name {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 10px;
}
.basket-aside__sum-value {
  color: #098B93;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.basket-aside__discount-wrap {
  padding-top: 12px;
}
.basket-aside__discount-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.basket-aside__discount-name {
  font-family: 'Lato', sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.basket-aside__discount-value {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.basket-aside__btn-wrap {
  padding-top: 32px;
}
.basket-aside__promocode-wrap {
  padding-bottom: 8px;
  padding-top: 32px;
}
.basket-aside__promocode-name-wrap {
  padding-bottom: 24px;
}
.basket-aside__promocode-name {
  display: flex;
  align-items: center;
}
.basket-aside__promocode-name-icon {
  display: block;
  width: 24px;
  height: 24px;
  border: 6px solid #F9AE00;
  border-radius: 50%;
}
.basket-aside__promocode-name-text {
  width: calc(100% - 24px);
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.basket-aside__promocode-input-wrap {
  padding-bottom: 20px;
}
.basket-aside__promocode-input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #636363;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px dashed #C5C5C5;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.basket-aside__promocode-input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.basket-aside__promocode-input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.basket-aside__promocode-input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.basket-aside__promocode-input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.basket-aside__promocode-btn {
  min-height: 40px;
}
.js-place-order {
  display: none;
}
.js-place-order--active {
  display: block;
}
.js-open-order--inactive {
  display: none;
}
.order {
  padding-bottom: 96px;
  display: none;
}
.order--open {
  display: block;
}
.order__title {
  padding-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.order__wrap {
  border-radius: 12px;
  background: #F3F3F6;
  padding: 40px 24px 16px;
}
.order__step {
  padding-bottom: 50px;
}
.order__step:last-child {
  padding-bottom: 0;
}
.order__step-title {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.order__step-text {
  padding-bottom: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #636363;
}
.order__step-text a {
  color: #098B93;
}
.order__row {
  margin-left: -10px;
  margin-right: -10px;
}
.order__col {
  padding-left: 10px;
  padding-right: 10px;
}
.order__item-for-input {
  padding-bottom: 20px;
}
.order__item-for-input:last-child {
  padding-bottom: 0;
}
.order__item-for-input-search {
  padding-bottom: 20px;
}
.order__item-for-input--comment {
  height: 100%;
}
.order__item-for-input--comment .order__item-input {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.order__item-for-input--comment .form__textarea {
  flex-grow: 1;
}
.order__note-city-wrap {
  padding-top: 29px;
}
.order__note-city {
  display: flex;
}
.order__note-city-icon {
  width: 17px;
}
.order__note-city-text {
  width: calc(100% - 17px);
  padding-left: 8px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.order__item-for-checkbox {
  padding-bottom: 24px;
  height: 100%;
}
.order__address {
  padding-top: 8px;
}
.order__address-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 24px;
}
.order__address-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.order__address-link-map {
  display: inline-block;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: -45px;
  transition: all 0.5s;
}
.order__row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.order__col-small {
  padding-left: 10px;
  padding-right: 10px;
}
.order__address-item-for-input {
  padding-bottom: 20px;
}
.order__item-for-check {
  padding-bottom: 10px;
}
.order__item-for-check:last-child {
  padding-bottom: 0;
}
.order__pay-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.order__pay-cards-col {
  padding-left: 4px;
  padding-right: 4px;
  width: 25%;
}
.order__pay-cards-picture-wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 9px;
  display: flex;
  align-items: center;
}
.order__pay-tinkoff {
  border-radius: 8px;
  border: 1px dashed #098B93;
  background: #FFDE2D;
  padding: 13px;
}
.order__pay-tinkoff-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.order__pay-tinkoff-col--logo {
  width: 109px;
}
.order__pay-tinkoff-col--text {
  max-width: calc(100% - 109px);
  padding-left: 16px;
}
.order__pay-tinkoff-text {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.order__search-item {
  position: relative;
}
.order__search-btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.order__label-checkbox {
  cursor: pointer;
  position: relative;
  height: 100%;
  display: block;
}
.order__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.order__label-check-wrap {
  display: block;
  padding: 20px 22px 22px 22px;
  border-radius: 12px;
  border: 2px solid #ffffff;
  background: #ffffff;
  height: 100%;
}
.order__input-checkbox:checked + .order__label-check-wrap {
  position: relative;
  background: rgba(9, 139, 147, 0.05);
  border-color: #098B93;
}
.order__label-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order__label-col--check {
  width: 20px;
}
.order__label-col--info {
  width: calc(100% - 20px);
}
.order__label-info-wrap {
  padding-left: 12px;
}
.order__label-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.order__label-info-name {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.order__label-info-price {
  color: #098B93;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.order__label-info-price--pvz {
  display: none;
}
.order__label-note {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.order__label-check {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #636363;
}
.order__input-checkbox:checked + .order__label-check-wrap .order__label-check {
  border-color: #098B93;
}
.order__input-checkbox:checked + .order__label-check-wrap .order__label-check::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #098B93;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order__input-checkbox:checked + .order__label-check-wrap .order__label-info-price--pvz {
  display: block;
}
.basket-empty {
  padding-top: 84px;
  padding-bottom: 192px;
}
.basket-empty__box {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.basket-empty__picture-wrap {
  text-align: center;
  padding-bottom: 56px;
}
.basket-empty__picture {
  margin: auto;
}
.basket-empty__text-wrap {
  padding-bottom: 40px;
}
.basket-empty__text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.order-success {
  padding-top: 84px;
  padding-bottom: 192px;
}
.order-success__box {
  width: 100%;
  max-width: 530px;
  margin: auto;
}
.order-success__title {
  padding-bottom: 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.order-success__title span {
  color: #098B93;
}
.order-success__number-wrap {
  padding-bottom: 40px;
}
.order-success__number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.order-success__number-name {
  padding-right: 16px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 3px;
}
.order-success__number-value {
  color: #098B93;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.order-success__text-wrap {
  padding-bottom: 40px;
}
.order-success__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  padding-bottom: 40px;
}
.order-success__text:last-child {
  padding-bottom: 0;
}
.order-success__text a {
  text-decoration: none;
  font-weight: 700;
}
.order-success__btn-wrap {
  text-align: center;
}
.order-success__btn {
  width: 360px;
}
.user-agreement {
  padding-bottom: 88px;
}
.user-agreement__title {
  padding-bottom: 24px;
}
.user-agreement__title span {
  color: #098B93;
}
.user-agreement__text-wrap {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.user-agreement__text-wrap p {
  padding-bottom: 16px;
}
.company-details {
  padding-bottom: 104px;
}
.company-details__title {
  padding-bottom: 56px;
}
.company-details__title span {
  color: #098B93;
}
.company-details__info {
  border-radius: 12px;
  background: #F3F3F6;
  padding: 32px 24px;
}
.company-details__subtitle {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.company-details__info-box {
  padding-top: 24px;
  border-top: 1px solid #C5C5C5;
}
.company-details__item {
  padding-bottom: 16px;
}
.company-details__item:last-child {
  padding-bottom: 0;
}
.company-details__item-row {
  display: flex;
  flex-wrap: wrap;
}
.company-details__item-col--name {
  width: 360px;
  padding-right: 10px;
}
.company-details__item-col--value {
  width: calc(100% - 360px);
}
.company-details__item-name {
  position: relative;
  padding-left: 14px;
  color: #636363;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.company-details__item-name::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #F9AE00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.company-details__item-value {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.company-details__item-value a {
  text-decoration: none;
}
.about {
  padding-bottom: 72px;
}
.about__title {
  padding-bottom: 24px;
}
.about__title span {
  color: #098B93;
}
.about__subtitle {
  padding-bottom: 56px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.about__text-wrap {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 40px;
}
.about__text-wrap p {
  padding-bottom: 16px;
}
.about-numbers__item {
  padding-bottom: 24px;
}
.about-numbers__item-num {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.about-numbers__item-num-icon {
  font-size: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-numbers__item-num-value {
  width: calc(100% - 48px);
  padding-left: 4px;
  color: #098B93;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
.about-numbers__item-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.service {
  padding-bottom: 64px;
}
.service__title {
  padding-bottom: 56px;
}
.service__title span {
  color: #098B93;
}
.service__item {
  padding-bottom: 40px;
}
.service__col--picture {
  align-self: center;
}
.service__picture {
  border-radius: 12px;
}
.service__info-wrap {
  height: 100%;
  padding: 30px 24px;
  border-radius: 12px;
  background: #F3F3F6;
  display: flex;
  align-items: center;
}
.service__item-title {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.service__item-title span {
  color: #098B93;
}
.service__item-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.service__contacts {
  list-style: none;
  padding-top: 16px;
  font-family: 'Lato', sans-serif;
}
.service__contacts li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
}
.service__contacts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F9AE00;
}
.service__contacts li:last-child {
  margin-bottom: 0;
}
.service__contacts a {
  text-decoration: none;
  transition: all 0.5s;
}
.service__contacts a:hover {
  color: #F9AE00;
}
.service__item:nth-child(2n) .service__col--picture {
  order: 1;
}
.delivery {
  padding-bottom: 84px;
}
.delivery__title {
  padding-bottom: 40px;
}
.delivery__title span {
  color: #098B93;
}
.delivery__nav-box {
  padding-bottom: 40px;
}
.delivery__container {
  padding-bottom: 16px;
}
.delivery__city-name {
  padding-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.delivery__item {
  padding-bottom: 40px;
}
.delivery__item-row {
  align-items: center;
}
.delivery__picture {
  border-radius: 12px;
}
.delivery__item-info-wrap {
  padding: 24px;
}
.delivery__item-title {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.delivery__item-title span {
  color: #098B93;
}
.delivery__item-title em {
  font-style: normal;
  font-weight: 500;
  color: #636363;
}
.delivery__item-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.delivery__item-text-note {
  font-family: 'Lato', sans-serif;
  padding-top: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.delivery__info-text {
  padding-bottom: 56px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.delivery__note {
  padding-bottom: 96px;
}
.delivery__note-wrap {
  border-radius: 12px;
  background: #F3F3F6;
  padding: 32px 24px;
}
.delivery__note-name {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #C5C5C5;
}
.delivery__note-list {
  list-style: none;
  padding-top: 24px;
}
.delivery__note-list li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #636363;
  font-weight: 500;
}
.delivery__note-list li:last-child {
  padding-bottom: 0;
}
.delivery__note-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F9AE00;
}
.delivery__note-list a {
  text-decoration: none;
  transition: all 0.5s;
}
.delivery__note-list a:hover {
  color: #F9AE00;
}
.delivery__item:nth-child(2n) .delivery__item-col--picture {
  order: 1;
}
.delivery__item:nth-child(2n) .delivery__item-info-wrap {
  padding-left: 0;
}
.delivery__container + .payment {
  padding-top: 80px;
}
.delivery-nav__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.delivery-nav__col {
  padding: 0 8px 16px;
}
.delivery-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  padding: 15px 24px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.5s;
}
.delivery-nav__btn.js-tabs-btn--active {
  background: #F9AE00;
  border-color: #F9AE00;
  color: #ffffff;
}
.payment__title {
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.payment__list {
  list-style: none;
}
.payment__list li {
  position: relative;
  padding-left: 32px;
  padding-bottom: 20px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.payment__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 7L9 18L4 13' stroke='%23098B93' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.quiz-banner {
  background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(9, 139, 147, 0.62) 0%, rgba(9, 139, 147, 0.4) 94.94%), linear-gradient(168deg, #098B93 0.32%, rgba(9, 139, 147, 0) 99.31%), rgba(9, 139, 147, 0.32);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.quiz-banner__wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.quiz-banner__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz-banner__col--info {
  width: calc(100% - 32px);
  padding-right: 50px;
}
.quiz-banner__col-btn-close {
  width: 32px;
}
.quiz-banner__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.quiz-banner__btn-icon {
  width: 24px;
}
.quiz-banner__btn-name {
  max-width: calc(100% - 24px);
  padding-left: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.quiz-banner__btn-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.quiz {
  position: fixed;
  z-index: 1101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.quiz::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.48);
  position: absolute;
  top: 0;
  left: 0;
}
.quiz__container {
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  background: transparent;
  padding: 0;
}
.quiz__container--promo {
  height: 540px;
}
.quiz__box {
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 0;
  overflow-y: auto;
  padding: 48px 0 53px;
}
.quiz__box--result {
  padding-bottom: 0;
}
.quiz__box--form {
  padding-top: 143px;
}
.quiz__box--success {
  padding-top: 143px;
}
.quiz__inner {
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quiz__close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 48px;
  right: calc((100% - 1128px)/2);
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;
  background-size: contain;
  background: #ffffff;
}
.quiz__close svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.quiz__close--promo {
  background: transparent;
}
.quiz__nav-wrap {
  margin-top: auto;
  padding-left: 96px;
  padding-right: 96px;
}
.quiz__nav-box {
  width: 100%;
  max-width: 840px;
}
.quiz__nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -19px;
  margin-right: -19px;
}
.quiz__nav-col {
  padding-left: 19px;
  padding-right: 19px;
}
.quiz__nav-col--progress-bar {
  width: calc(100% - 278px);
}
.quiz__nav-col--btns {
  width: 278px;
}
.quiz__progress-bar-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz__progress-bar-label {
  width: 40px;
  text-align: right;
  padding-left: 5px;
  color: #098B93;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.quiz__progress-bar {
  width: calc(100% - 40px);
  height: 8px;
  background: #F3F3F6;
  position: relative;
  border-radius: 1000px;
}
.quiz__progress-bar-current {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #098B93;
  border-radius: 1000px;
}
.quiz__nav-btns-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -12px;
  margin-right: -12px;
}
.quiz__nav-btns-col {
  padding-left: 12px;
  padding-right: 12px;
}
.quiz__nav-btns-col--back {
  width: 72px;
}
.quiz__nav-btns-col--next {
  width: calc(100% - 72px);
}
.quiz__nav-btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
}
.quiz__nav-btn-back svg path {
  transition: all 0.5s;
}
.quiz__nav-btn-back-name {
  display: none;
}
.quiz__nav-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 48px;
  padding: 7px 7px 5px;
  border-radius: 48px;
  background: #F9AE00;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.5s;
}
.quiz__label-checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
.quiz__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz__label-check-wrap {
  display: flex;
  align-items: center;
}
.quiz__input-checkbox:checked + .quiz__label-check-wrap {
  position: relative;
}
.quiz__check-check {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #C5C5C5;
  display: block;
  border-radius: 6px;
}
.quiz__check-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 16px;
  max-width: calc(100% - 24px);
  display: block;
  text-align: left;
  color: #404040;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: 2px;
}
.quiz__input-checkbox:checked + .quiz__label-check-wrap .quiz__check-check {
  background: url(../images/icons/check-white.svg) no-repeat center, #098B93;
  border-color: #098B93;
}
.quiz-promo__box {
  background: url(../images/quiz/bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0;
}
.quiz-promo__info-wrap {
  padding-top: 66px;
  padding-right: 145px;
  position: relative;
}
.quiz-promo__leaf-wrap {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.quiz-promo__leaf {
  width: 296px;
  height: 249px;
  animation: tropic 4s linear infinite alternate;
  position: absolute;
  top: -200px;
  left: -56px;
  z-index: 5;
}
.quiz-promo__leaf-shadow {
  position: absolute;
  width: 433px;
  height: 443px;
  top: -200px;
  left: 6px;
  animation: tropicShadow 4s linear infinite alternate;
}
.quiz-promo__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quiz-promo__col--info {
  width: calc(100% - 380px);
  padding-right: 30px;
}
.quiz-promo__col--picture {
  width: 380px;
}
.quiz-promo__info-box {
  width: 100%;
  max-width: 455px;
  position: relative;
  z-index: 5;
}
.quiz-promo__title {
  padding-bottom: 32px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.quiz-promo__text {
  padding-bottom: 48px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  max-width: 392px;
}
.quiz-promo__picture-wrap {
  position: relative;
}
.quiz-promo__picture-wrap::before {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 12px;
  background: #6CB4B8;
  position: absolute;
  top: 40px;
  left: 40px;
}
.quiz-promo__picture {
  border-radius: 12px;
  transition: all 0.5s;
  position: relative;
}
.quiz-question {
  padding-left: 96px;
  padding-right: 96px;
}
.quiz-question__wrap {
  width: 100%;
  max-width: 840px;
}
.quiz-question__title {
  padding-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.quiz-question__massage-item {
  height: 100%;
  padding-bottom: 24px;
}
.quiz-question__row-type {
  margin-left: -60px;
  margin-right: -60px;
}
.quiz-question__col-type {
  padding-left: 60px;
  padding-right: 60px;
}
.quiz-question__type-item {
  padding-bottom: 27px;
}
.quiz-question__massage-label-radio {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.quiz-question__massage-input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz-question__massage-label-radio-wrap {
  padding: 27px 24px 22px;
  border-radius: 12px;
  background: #F3F3F6;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quiz-question__massage-photo-wrap {
  display: block;
  width: 170px;
  max-width: 100%;
  margin: auto;
}
.quiz-question__massage-text-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.quiz-question__massage-radio-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.quiz-question__massage-input-radio:checked + .quiz-question__massage-label-radio-wrap {
  position: relative;
  box-shadow: 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}
.quiz-question__massage-input-radio:checked + .quiz-question__massage-label-radio-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(178deg, rgba(9, 139, 147, 0) 54.85%, rgba(9, 139, 147, 0.8) 81.73%), linear-gradient(180deg, rgba(9, 139, 147, 0) 0.46%, rgba(9, 139, 147, 0.56) 84.75%);
  position: absolute;
  top: 0;
  left: 0;
}
.quiz-question__massage-input-radio:checked + .quiz-question__massage-label-radio-wrap .quiz-question__massage-radio-text {
  color: #ffffff;
}
.quiz-question__label-checkbox {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
.quiz-question__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz-question__label-check-wrap {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  padding: 21px 24px;
}
.quiz-question__input-checkbox:checked + .quiz-question__label-check-wrap {
  position: relative;
  border-color: #098B93;
}
.quiz-question__check-check {
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #C5C5C5;
  display: block;
  border-radius: 50%;
  transition: all 0.5s;
}
.quiz-question__check-check::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  background: #098B93;
  opacity: 0;
  transition: all 0.5s;
}
.quiz-question__check-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 12px;
  max-width: calc(100% - 18px);
  display: block;
  text-align: left;
  color: #404040;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: 2px;
}
.quiz-question__input-checkbox:checked + .quiz-question__label-check-wrap .quiz-question__check-check {
  border-color: #098B93;
}
.quiz-question__input-checkbox:checked + .quiz-question__label-check-wrap .quiz-question__check-check:before {
  opacity: 1;
}
.quiz-result {
  padding-left: 96px;
  padding-right: 96px;
}
.quiz-result__wrap {
  width: 100%;
}
.quiz-result__title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.quiz-result__text {
  padding-bottom: 24px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.quiz-result__box {
  width: 100%;
  max-width: 840px;
  margin: auto;
}
.quiz-result__col {
  padding-bottom: 24px;
}
.quiz-result__btn-return-wrap {
  text-align: center;
  padding-bottom: 48px;
}
.quiz-result__btn-return {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #098B93;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.quiz-result__btn-return-icon {
  font-size: 0;
  transition: all 0.5s;
}
.quiz-result__btn-return-icon path {
  transition: all 0.5s;
}
.quiz-result__btn-return-name {
  padding-left: 4px;
  padding-top: 2px;
  transition: all 0.5s;
}
.catalog-product-quiz {
  border-radius: 12px;
  padding: 24px;
  background: #F3F3F6;
  position: relative;
}
.catalog-product-quiz__top-box {
  display: block;
  text-decoration: none;
  padding-bottom: 12px;
}
.catalog-product-quiz__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
}
.catalog-product-quiz__gallery-box {
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.catalog-product-quiz__photo {
  width: 100%;
  height: 183px;
  object-fit: contain;
}
.catalog-product-quiz__text-box {
  padding-bottom: 16px;
  text-decoration: none;
  display: block;
}
.catalog-product-quiz__text {
  display: block;
  color: #636363;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 80px;
}
.catalog-product-quiz__btn {
  padding: 8px 8px 5px;
}
.quiz-form {
  padding-left: 96px;
  padding-right: 96px;
}
.quiz-form__wrap {
  width: 100%;
  max-width: 840px;
}
.quiz-form__title {
  padding-bottom: 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.quiz-form__text {
  padding-bottom: 32px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.quiz-form__row {
  margin-left: -60px;
  margin-right: -60px;
}
.quiz-form__col {
  padding-left: 60px;
  padding-right: 60px;
}
.quiz-form__col--tel {
  order: 3;
}
.quiz-form__col--btn {
  order: 4;
}
.quiz-form__col--agree {
  order: 5;
}
.quiz-form__item-for-input {
  padding-bottom: 24px;
}
.quiz-form__item-input {
  position: relative;
}
.quiz-form__item-input--required::after {
  position: absolute;
  content: '*';
  color: #F9AE00;
  top: 19px;
  right: 24px;
  font-size: 20px;
}
.quiz-form__input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 3px;
  border: 1px solid #C5C5C5;
  transition: all 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.quiz-form__input:required:valid {
  color: #333333;
}
.quiz-form__input:focus {
  background: #ffffff;
  color: #333333;
  border-color: #098B93;
}
.quiz-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.quiz-form__input::-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.quiz-form__input:-moz-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.quiz-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #C5C5C5;
}
.quiz-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background: #098B93;
  padding: 5px 10px;
  border-radius: 48px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.quiz-form__item-agree {
  padding-top: 8px;
}
.quiz-form__messange {
  position: absolute;
  top: 100%;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  padding-top: 6px;
}
.quiz-form__label-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.quiz-form__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.quiz-form__label-check-wrap {
  display: inline-flex;
}
.quiz-form__input-checkbox:checked + .quiz-form__label-check-wrap {
  position: relative;
  font-size: 0;
}
.quiz-form__check-check {
  width: 17px;
  height: 17px;
  position: relative;
  display: block;
  border: 1px solid #098B93;
  margin: 3px;
}
.quiz-form__check-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  padding-left: 8px;
  padding-top: 2px;
  max-width: calc(100% - 23px);
  display: block;
  text-align: left;
  color: #C5C5C5;
}
.quiz-form__check-text a {
  color: #098B93;
}
.quiz-form__input-checkbox:checked + .quiz-form__label-check-wrap .quiz-form__check-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M7.09998 12.3538L13.823 5.63075L12.7692 4.57693L7.09998 10.2462L4.24998 7.39615L3.19615 8.44998L7.09998 12.3538ZM1.8077 17C1.30257 17 0.875 16.825 0.525 16.475C0.175 16.125 0 15.6974 0 15.1923V1.8077C0 1.30257 0.175 0.875 0.525 0.525C0.875 0.175 1.30257 0 1.8077 0H15.1923C15.6974 0 16.125 0.175 16.475 0.525C16.825 0.875 17 1.30257 17 1.8077V15.1923C17 15.6974 16.825 16.125 16.475 16.475C16.125 16.825 15.6974 17 15.1923 17H1.8077ZM1.8077 15.5H15.1923C15.2692 15.5 15.3397 15.4679 15.4038 15.4038C15.4679 15.3397 15.5 15.2692 15.5 15.1923V1.8077C15.5 1.73077 15.4679 1.66024 15.4038 1.59613C15.3397 1.53203 15.2692 1.49998 15.1923 1.49998H1.8077C1.73077 1.49998 1.66024 1.53203 1.59612 1.59613C1.53202 1.66024 1.49997 1.73077 1.49997 1.8077V15.1923C1.49997 15.2692 1.53202 15.3397 1.59612 15.4038C1.66024 15.4679 1.73077 15.5 1.8077 15.5Z' fill='%23098B93'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.js-form-input-error.quiz-form__input-checkbox + .quiz-form__label-check-wrap .quiz-form__check-check {
  border-color: #D60E0E;
}
.quiz-success {
  padding-left: 96px;
  padding-right: 96px;
}
.quiz-success__wrap {
  width: 100%;
  max-width: 840px;
}
.quiz-success__title {
  padding-bottom: 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.quiz-success__text {
  padding-bottom: 41px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.quiz-success__btn-wrap {
  width: 100%;
  max-width: 351px;
}
.quiz-success__btn {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #098B93;
}
.quiz-success__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
  padding-right: 16px;
  position: relative;
  width: calc(100% - 125px);
}
.quiz-success__btn-arrow svg {
  width: 11px;
  height: 11px;
  margin-left: auto;
  display: block;
}
.quiz-success__btn-arrow:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #098B93;
  display: block;
  position: absolute;
  top: 5px;
}
.quiz-success__btn-name {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 125px;
  white-space: nowrap;
}
.contacts {
  padding-bottom: 80px;
}
.contacts__title {
  padding-bottom: 24px;
}
.contacts__title span {
  color: #098B93;
}
.contacts__subtitle {
  padding-bottom: 56px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.contacts__maps-wrap {
  padding-bottom: 40px;
}
.contacts__info-item {
  display: none;
}
.contacts__info-item.js-contacts-city-info--active {
  display: block;
}
.contacts-cities__value-wrap {
  display: none;
}
.contacts-cities__list-box {
  border-radius: 12px;
  background: #F3F3F6;
  padding: 32px 16px 32px 24px;
}
.contacts-cities__list {
  height: 60vh;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: #098B93 #ffffff;
}
.contacts-cities__item {
  padding-bottom: 20px;
}
.contacts-cities__item:last-child {
  padding-bottom: 0;
}
.contacts-cities__value-btn {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  padding: 14px 12px;
}
.contacts-cities__value-btn.js-call-cities-list--active .contacts-cities__value-arrow {
  transform: rotate(180deg);
}
.contacts-cities__value-btn-name {
  font-size: 12px;
  font-weight: 600;
}
.contacts-cities__value-arrow {
  font-size: 0;
  transition: all 0.5s;
}
.contacts-cities__label-radio {
  cursor: pointer;
  position: relative;
}
.contacts-cities__input-radio {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.contacts-cities__label-radio-wrap {
  display: block;
}
.contacts-cities__input-radio:checked + .contacts-cities__label-radio-wrap {
  position: relative;
}
.contacts-cities__radio-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.contacts-cities__input-radio:checked + .contacts-cities__label-radio-wrap .contacts-cities__radio-text {
  color: #F9AE00;
}
.contacts-cities__item:nth-child(1) .contacts-cities__radio-text,
.contacts-cities__item:nth-child(2) .contacts-cities__radio-text,
.contacts-cities__item:nth-child(3) .contacts-cities__radio-text,
.contacts-cities__item:nth-child(4) .contacts-cities__radio-text {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.contacts-map__map {
  width: 100%;
  height: calc(60vh + 64px);
  max-height: calc(500px + 64px);
  background: #cccccc;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.contacts-map__map-container {
  width: 100%;
  height: 100%;
}
ymaps[class$="search__suggest-item"] {
  font-family: 'Montserrat', sans-serif;
}
ymaps[class$="-balloon__content"] {
  max-width: 400px;
  padding: 20px;
}
ymaps[class$="-balloon__content"] > ymaps {
  max-width: 360px;
  height: auto !important;
}
.contacts-map__ballon {
  font-family: 'Montserrat', sans-serif;
}
.contacts-map__adress-name {
  padding-bottom: 6px;
  color: #636363;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.contacts-map__adress {
  padding-bottom: 6px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.contacts-map__adress-id {
  display: none;
}
.contacts-map__phone a {
  text-decoration: none;
}
.contact-info__item {
  padding-bottom: 24px;
}
.contact-item {
  border-radius: 12px;
  border: 1px solid #C5C5C5;
}
.contact-item__slider-box {
  position: relative;
}
.contact-item__slider .slick-track:before,
.contact-item__slider .slick-track:after {
  display: none;
}
.contact-item__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  transition: all 0.5s;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0;
}
.contact-item__nav-btn--before {
  left: 24px;
}
.contact-item__nav-btn--after {
  right: 24px;
}
.contact-item__nav-btn svg path {
  transition: all 0.5s;
}
.contact-item .slick-dots {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
  width: calc(100% - 6px);
  position: absolute;
  bottom: 36px;
  left: 0;
  margin-left: 3px;
  margin-right: 3px;
}
.contact-item .slick-dots li {
  line-height: 0;
  font-size: 0;
  margin: 0 3px;
  width: 68px;
}
.contact-item .slick-dots button {
  font-size: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  position: relative;
  opacity: 1;
  transition: all 0.2s;
}
.contact-item .slick-dots .slick-active button {
  background: #F9AE00;
}
.contact-item__photo-wrap {
  position: relative;
}
.contact-item__photo-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(9, 139, 147, 0) 0%, rgba(9, 139, 147, 0.48) 102.73%);
  border-radius: 12px 0 0 12px;
}
.contact-item__photo {
  width: 100%;
  height: 284px;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.contact-item__info-wrap {
  padding: 24px 24px 24px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-item__info-box {
  position: relative;
}
.contact-item__route {
  display: block;
  font-size: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-item__name {
  padding-right: 50px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.contact-item__address {
  padding-bottom: 20px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.contact-item__phone {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  text-decoration: none;
}
.contact-item__phone-icon {
  width: 24px;
}
.contact-item__phone-value {
  max-width: calc(100% - 24px);
  padding-left: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.contact-item__note {
  padding-top: 20px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.team {
  padding-bottom: 80px;
}
.team__title {
  padding-bottom: 56px;
}
.team__title span {
  color: #098B93;
}
.team__col {
  padding-bottom: 24px;
}
.team-item {
  cursor: default;
}
.team-item__box {
  position: relative;
  margin-bottom: 18px;
  margin-right: 18px;
}
.team-item__box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #6CB4B8;
  right: -18px;
  bottom: -18px;
  z-index: -1;
  pointer-events: none;
}
.team-item__photo-wrap {
  border-radius: 12px;
}
.team-item__photo-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(9, 139, 147, 0.56) 100%);
  top: 0;
  left: 0;
  pointer-events: none;
  transition: height 0.5s;
}
.team-item__photo {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
}
.team-item__info-wrap {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  padding: 24px;
  transition: all 0.5s;
}
.team-item__info {
  overflow: hidden;
  height: 100%;
  transition: all 0.5s;
}
.team-item__position {
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team-item__name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.team-item__info-box {
  padding-top: 0;
  transition: all 0.5s;
}
.team-item__info-list {
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Lato', sans-serif;
  font-size: 0;
  line-height: 1.5;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.team-item__info-list li {
  padding-left: 14px;
  position: relative;
  padding-bottom: 0;
  transition: all 0.5s;
}
.team-item__info-list li:last-child {
  padding-bottom: 0;
}
.team-item__info-list li::before {
  content: '';
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #F9AE00;
  position: absolute;
  left: 0;
  top: 12px;
  transition: all 0.5s;
}
.team-item:hover .team-item__photo-wrap:after {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.56) -13.91%, #098B93 50.1%);
  border-radius: 12px;
}
.team-item:hover .team-item__name {
  min-height: auto;
}
.team-item:hover .team-item__info-box {
  padding-top: 12px;
}
.team-item:hover .team-item__info-list {
  font-size: 16px;
}
.team-item:hover .team-item__info-list li {
  padding-bottom: 8px;
}
.team-item:hover .team-item__info-list li::before {
  opacity: 1;
  width: 6px;
  height: 6px;
}
.actions {
  padding-bottom: 72px;
}
.actions__title {
  padding-bottom: 56px;
}
.actions__title span {
  color: #098B93;
}
.actions__col {
  padding-bottom: 32px;
}
.action-item {
  height: 100%;
}
.action-item__box {
  height: 100%;
}
.action-item__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.action-item__main-wrap {
  position: relative;
}
.action-item__photo-wrap {
  position: relative;
}
.action-item__photo-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(176deg, rgba(9, 139, 147, 0.8) 2.52%, rgba(9, 139, 147, 0) 98.22%);
  position: absolute;
  top: 0;
  left: 0;
}
.action-item__photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
.action-item__name-wrap {
  position: absolute;
  top: 55px;
  right: 42px;
  left: 42px;
  text-align: right;
}
.action-item__name-box {
  display: inline-block;
}
.action-item__name {
  display: block;
  text-align: left;
  padding-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.action-item__label {
  display: inline-flex;
  border-radius: 8px;
  border: 1px solid rgba(9, 139, 147, 0.56);
  background: #ffffff;
  padding: 7px 8px 5px;
  color: #098B93;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.action-item__limitation-wrap {
  position: absolute;
  bottom: 28px;
  left: 24px;
  right: 24px;
}
.action-item__limitation {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid rgba(9, 139, 147, 0.56);
  background: #ffffff;
}
.action-item__limitation-text {
  padding-left: 4px;
  padding-top: 2px;
  max-width: calc(100% - 24px);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}
.action-item__limitation-text span {
  color: #F9AE00;
}
.action-item__text-wrap {
  padding-top: 20px;
}
.action-item__text {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.articles-page {
  padding-bottom: 104px;
}
.articles-page__title {
  padding-bottom: 40px;
  font-size: 48px;
  line-height: 1.3;
  color: #098B93;
}
.articles-page__nav-box {
  padding-bottom: 56px;
}
.articles__item {
  padding-bottom: 24px;
}
.articles__show-more-btn-wrap {
  text-align: center;
  margin-top: 10px;
}
.articles__show-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #098B93;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.articles__show-more-btn-icon {
  font-size: 0;
  transition: all 0.5s;
}
.articles__show-more-btn-icon path {
  transition: all 0.5s;
}
.articles__show-more-btn-name {
  padding-left: 4px;
  padding-top: 2px;
  transition: all 0.5s;
}
.articles__show-more-btn--reverse .articles__show-more-btn-name {
  padding-left: 0;
  padding-right: 4px;
}
.articles__show-more-btn--reverse .articles__show-more-btn-icon {
  transform: scale(-1, 1);
}
.js-filter-item--hide {
  display: none;
}
.articles-nav__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.articles-nav__col {
  padding: 0 8px 16px;
}
.articles-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  padding: 15px 24px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.5s;
}
.articles-nav__btn.js-tabs-btn--active {
  background: #F9AE00;
  border-color: #F9AE00;
  color: #ffffff;
}
.articles-nav__label-checkbox {
  cursor: pointer;
  position: relative;
}
.articles-nav__input-checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.articles-nav__label-check-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid #C5C5C5;
  padding: 15px 24px 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.5s;
}
.articles-nav__input-checkbox:checked + .articles-nav__label-check-wrap {
  position: relative;
  background: #F9AE00;
  border-color: #F9AE00;
  color: #ffffff;
}
.article-item {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #C5C5C5;
  height: 480px;
  background: #ffffff;
}
.article-item__picture-box {
  height: 100%;
}
.article-item__picture-wrap {
  position: relative;
}
.article-item__picture-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, rgba(9, 139, 147, 0) 54.85%, rgba(9, 139, 147, 0.8) 81.73%), linear-gradient(180deg, rgba(9, 139, 147, 0) 0.46%, rgba(9, 139, 147, 0.56) 84.75%);
  position: absolute;
  left: 0;
  top: 0;
}
.article-item__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.article-item__info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
}
.article-item__info-wrap {
  padding: 32px 24px;
}
.article-item__info-type {
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.article-item__info-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.article-item__text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s;
}
.article-item__text-wrap {
  padding: 32px 24px;
}
.article-item__text-info {
  height: 147px;
  position: relative;
  overflow: hidden;
}
.article-item__text-info::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 6%, rgba(255, 255, 255, 0.46) 66%, rgba(255, 255, 255, 0) 100%);
}
.article-item__text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.article-item__btn-box {
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
.article-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.article-item__btn-arrow {
  flex-grow: 1;
  font-size: 0;
  transition: all 0.5s;
  padding-right: 16px;
  position: relative;
  width: calc(100% - 100px);
}
.article-item__btn-arrow svg {
  width: 11px;
  height: 11px;
  margin-left: auto;
  display: block;
}
.article-item__btn-arrow:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #098B93;
  display: block;
  position: absolute;
  top: 5px;
}
.article-item__btn-name {
  color: #098B93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100px;
}
.articles__col .article-item__picture-wrap {
  height: 100%;
}
.articles__col .article-item__info-type {
  color: rgba(255, 255, 255, 0.72);
}
.articles__col .article-item__info-name {
  color: #FFF;
}
.articles__col.js-article-even .article-item__picture-wrap {
  height: 258px;
}
.articles__col.js-article-even .article-item__info-type {
  color: #636363;
}
.articles__col.js-article-even .article-item__info-name {
  color: #333333;
}
.article {
  padding-bottom: 88px;
}
.article__main-wrap {
  padding-bottom: 56px;
}
.article__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 24px;
}
.article__description {
  padding-bottom: 56px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.article__picture {
  width: 100%;
  border-radius: 12px;
}
.article__wrap p,
.article__wrap ol,
.article__wrap ul {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.article__wrap p a,
.article__wrap ol a,
.article__wrap ul a {
  color: #098B93;
}
.article__wrap p {
  padding-bottom: 16px;
}
.article__wrap h2 {
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.article__wrap p + h2 {
  padding-top: 80px;
}
.article__wrap h3 {
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.article__wrap p + h3 {
  padding-top: 40px;
}
.article__wrap ul {
  list-style: none;
}
.article__wrap ul li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 16px;
}
.article__wrap ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  background: #F9AE00;
}
.article__wrap ul + p {
  padding-top: 40px;
}
.article__wrap img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}
.article__wrap p + img {
  margin-top: 40px;
}
.article__wrap img + h2 {
  padding-top: 80px;
}
.article__wrap img + p {
  padding-top: 40px;
}
.article__wrap ul + h3 {
  padding-top: 40px;
}
.article__promo {
  padding-top: 40px;
  padding-bottom: 16px;
}
.article-promo {
  padding-bottom: 40px;
}
.article-promo__row {
  align-items: center;
}
.article-promo__picture {
  border-radius: 12px;
  margin-bottom: 0 !important;
}
.article-promo__info-wrap {
  padding: 24px;
}
.article-promo__title {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #098B93;
}
.article-promo__title span {
  color: #098B93;
}
.article-promo__title em {
  font-style: normal;
  font-weight: 500;
  color: #636363;
}
.article-promo__text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.article-promo__text p {
  padding-bottom: 0;
}
.article-promo:nth-child(2n) .article-promo__col--picture {
  order: 1;
}
.article-promo:nth-child(2n) .article-promo__info-wrap {
  padding-left: 0;
}
.dealer__text-wrap {
  padding-bottom: 56px;
}
.dealer__title {
  padding-bottom: 24px;
  line-height: 1.3;
}
.dealer__title span {
  color: #098B93;
}
.dealer__text {
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.dealer__info-wrap {
  padding-top: 96px;
  padding-bottom: 80px;
}
.dealer__subtitle {
  padding-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.dealer__subtitle span {
  color: #098B93;
}
.dealer__advantages-list {
  list-style: none;
  columns: 3 auto;
  column-gap: 24px;
}
.dealer__advantages-list li {
  width: 100%;
  display: block;
  break-inside: avoid;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.dealer__advantages-list li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23F9AE00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.dealer-form {
  background: #F3F3F6;
  padding-top: 96px;
  padding-bottom: 96px;
}
.dealer-form__title {
  padding-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.dealer-form__title span {
  color: #098B93;
}
.dealer-form__item-for-input {
  padding-bottom: 24px;
}
.dealer-form__item-input {
  position: relative;
}
.dealer-form__item-input--required::after {
  position: absolute;
  content: '*';
  color: #F9AE00;
  top: 19px;
  right: 24px;
  font-size: 20px;
}
.dealer-form__item-for-input--comment {
  height: 100%;
}
.dealer-form__item-for-input--comment .dealer-form__item-input {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dealer-form__item-for-input--comment .form__textarea {
  flex-grow: 1;
}
.dealer-form__item-agree {
  padding-top: 8px;
}
.dealer-form__label-check-wrap {
  align-items: flex-start;
}
.dealer-form__check-check {
  background: #ffffff;
  width: 18px;
  height: 18px;
}
.dealer-form__check-text {
  padding-top: 0;
  color: #C5C5C5;
  max-width: calc(100% - 24px);
}
.dealer-form__item-btn {
  padding-top: 8px;
}
.dealer-map {
  padding-top: 174px;
  padding-bottom: 174px;
  background: url(../images/map/map-bg.jpg) no-repeat center, #098B93;
  background-size: cover;
  position: relative;
}
.dealer-map__btns-wrap {
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #6DE2E9;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
  z-index: 999;
}
.dealer-map__btn-scale {
  font-size: 0;
}
.dealer-map__wrap {
  position: relative;
  width: 100%;
  max-width: 1015px;
  margin: auto;
}
.dealer-map__wrap::-webkit-scrollbar {
  width: 0;
}
.dealer-map__container {
  position: relative;
  overflow: auto;
  width: 100%;
  margin: auto;
}
.dealer-map__container::-webkit-scrollbar {
  width: 0;
}
.dealer-map__box {
  width: 1015px;
  height: 539px;
  margin: auto;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dealer-map__point {
  position: absolute;
  cursor: pointer;
}
.dealer-map__point.js-dealer-ballon--active .dealer-map__point-ballon {
  background-image: url(../images/map/ballon-active.png);
}
.dealer-map__point-icon {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333333;
  position: relative;
}
.dealer-map__point-icon::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333333;
  border-radius: 50%;
}
.dealer-map__point-ballon {
  position: absolute;
  width: 50px;
  height: 48px;
  background: url(../images/map/ballon.png) no-repeat center;
  background-size: contain;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.dealer-map__point-name {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  white-space: nowrap;
  color: #333333;
}
.dealer-map__info-box {
  pointer-events: none;
}
.dealer-map__city {
  position: absolute;
  right: 136px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  border-radius: 12px;
  border: 1px solid #6DE2E9;
  background: #ffffff;
  box-shadow: 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.dealer-map__city.js-dealer-item--active {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.dealer-map__city-wrap {
  padding: 32px 24px;
}
.dealer-map__item {
  padding-bottom: 24px;
}
.dealer-map__item:last-child {
  padding-bottom: 0;
}
.dealer-map__item-name {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.dealer-map__item-address {
  padding-bottom: 12px;
  color: #636363;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.dealer-map__item-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0;
}
.dealer-map__item-phone-icon {
  width: 18px;
}
.dealer-map__item-phone-numbers {
  white-space: nowrap;
  padding-left: 4px;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
.dealer-map__point--spb {
  top: 100px;
  left: 166px;
}
.dealer-map__point--spb .dealer-map__point-icon {
  border-color: #ffffff;
}
.dealer-map__point--spb .dealer-map__point-icon::before {
  background: #ffffff;
}
.dealer-map__point--spb .dealer-map__point-name {
  font-size: 12px;
  font-weight: 700;
}
.dealer-map__point--msk {
  top: 173px;
  left: 168px;
}
.dealer-map__point--msk .dealer-map__point-icon {
  border-color: #ffffff;
}
.dealer-map__point--msk .dealer-map__point-icon::before {
  background: #ffffff;
}
.dealer-map__point--msk .dealer-map__point-name {
  font-size: 12px;
  font-weight: 700;
}
.dealer-map__point--NizhnyNovgorod {
  top: 193px;
  left: 117px;
}
.dealer-map__point--Krasnodar {
  top: 236px;
  left: 55px;
}
.dealer-map__point--Sochi {
  top: 307px;
  left: 39px;
}
.dealer-map__point--Kazan {
  top: 186px;
  left: 256px;
}
.dealer-map__point--Permian {
  top: 207px;
  left: 308px;
}
.dealer-map__point--Surgut {
  top: 255px;
  left: 392px;
}
.dealer-map__point--Ufa {
  top: 289px;
  left: 194px;
}
.dealer-map__point--Yekaterinburg {
  top: 284px;
  left: 282px;
}
.dealer-map__point--Tyumen {
  top: 306px;
  left: 338px;
}
.dealer-map__point--Novosibirsk {
  top: 362px;
  left: 419px;
}
.dealer-map__point--Krasnoyarsk {
  top: 397px;
  left: 531px;
}
@media screen and (max-width: 1188px) {
  body {
    position: relative;
  }
  .cookies {
    right: 30px;
  }
  .quiz__close {
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    position: relative;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .body--on-open-menu .main:before {
    background: transparent;
  }
  .header {
    background: radial-gradient(11250.11% 70.71% at 100% 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.64);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .header__row {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .header__col {
    padding-left: 0;
    padding-right: 0;
  }
  .header__col--burger {
    display: block;
    width: 24px;
  }
  .header__col--mob-search {
    width: 64px;
    text-align: center;
  }
  .header__col--logo {
    flex-grow: 1;
    text-align: center;
  }
  .header__col--mob-basket {
    width: 64px;
    text-align: center;
  }
  .header__col--mob-favorite {
    width: 24px;
  }
  .header__col--mob {
    display: block;
  }
  .header__col--btn {
    display: none;
  }
  .header__mob {
    display: block;
  }
  .header__logo-wrap {
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .header__logo {
    display: inline-flex;
  }
  .header__logo-icon {
    width: auto;
    height: 30px;
  }
  .header__mob-title-menu {
    display: block;
    padding-bottom: 28px;
    border-bottom: 1px solid #2AB3BB;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  .header__menu {
    height: 100%;
  }
  .header-top {
    display: none;
  }
  .header-top__city-icon svg path {
    fill: #F9AE00;
  }
  .header-top__city-name {
    color: #ffffff;
  }
  .menu {
    height: auto;
  }
  .menu__list {
    display: block;
    height: auto;
  }
  .menu__item {
    border-bottom: 1px solid #2AB3BB;
  }
  .menu__item-name {
    height: auto;
    display: flex;
  }
  .menu__link {
    padding: 3px 0 0;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu__link-more {
    padding: 15px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 0;
  }
  .burger-menu {
    pointer-events: none;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    max-width: 100%;
    max-height: 100vh;
    z-index: 600;
    overflow-y: auto;
  }
  .burger-menu__wrap {
    height: auto;
    pointer-events: auto;
    background: rgba(9, 139, 147, 0.98);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 28px 30px 80px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
  }
  .language__lang--active {
    border-color: transparent;
  }
  .language__choise-block {
    top: auto;
    bottom: 100%;
    right: 0;
    margin: auto;
  }
  .submenu {
    display: none;
  }
  .submenu__inner {
    padding: 0;
  }
  .submenu__close-btn {
    width: 100%;
    margin-bottom: 28px;
    padding-left: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: left;
    min-height: 26px;
    display: flex;
    align-items: center;
    padding-top: 2px;
  }
  .submenu__close-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.51037 10L4.92615 9.58546L2.12997 6.79755H11V6.20247H2.12491L4.92615 3.41455L4.51037 3L1 6.5L4.51037 10Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ffffff;
  }
  .submenu__title {
    display: none;
  }
  .submenu__list {
    list-style: none;
    border-top: 1px solid #2AB3BB;
  }
  .submenu__item {
    border-bottom: 1px solid #2AB3BB;
    height: auto;
    display: flex;
  }
  .submenu__link {
    padding: 3px 0 0;
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
  .submenu__link-more {
    padding: 15px 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 0;
  }
  .submenu__link-more svg {
    display: block;
  }
  .js-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    max-width: 100%;
    max-height: 100%;
    height: 320px;
    background: #098B93;
    max-height: 100vh;
    height: 100%;
    z-index: 1101;
  }
  .js-submenu.js-submenu--open {
    display: block;
  }
  .js-submenu__wrap {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    padding: 28px 30px 80px;
  }
  .js-submenu .js-subsubmenu .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .js-submenu__wrap {
    display: flex;
  }
  .submenu__inner {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .submenu__btn-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .subsubmenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #098B93;
    max-height: 100vh;
    height: 100%;
    z-index: 1201;
  }
  .subsubmenu__wrap {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    padding: 28px 0 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .subsubmenu__col--banner {
    display: none;
  }
  .subsubmenu__list {
    columns: initial;
    border-top: 1px solid #2AB3BB;
  }
  .subsubmenu__list--single {
    width: 100%;
  }
  .subsubmenu__item {
    padding-bottom: 0;
    border-bottom: 1px solid #2AB3BB;
  }
  .subsubmenu__link {
    padding: 15px 0;
    color: #ffffff;
    line-height: 1;
  }
  .subsubmenu__link-arrow svg path {
    fill: #ffffff;
  }
  .js-subsubmenu--open {
    display: block;
  }
  .btn-for-menu {
    padding-top: 30px;
  }
  .btn-for-menu__link {
    background: #F9AE00;
  }
  .search-mob {
    display: block;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    width: 40px;
    overflow: hidden;
    transition: width 1s, opacity 0.2s 0.8s;
    background: #ffffff;
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 999;
  }
  .search-mob--open {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: width 1s;
    background: #ffffff;
  }
  .card-btn {
    display: none;
  }
  .promo-request-consultation {
    padding-top: 46px;
    padding-bottom: 30px;
  }
  .promo-request-consultation__title {
    font-size: 30px;
    padding-bottom: 24px;
  }
  .footer {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  .footer__email-wrap {
    padding-bottom: 20px;
  }
  .useful-information {
    padding-bottom: 60px;
  }
  .useful-information__title {
    padding-bottom: 42px;
  }
  .useful-information__btn-arrow {
    padding-right: 16px;
  }
  .our-shops {
    padding-bottom: 84px;
  }
  .our-shops__subtitle {
    padding-bottom: 42px;
  }
  .promo-catalog {
    padding-bottom: 60px;
  }
  .promo-catalog__title {
    padding-bottom: 42px;
  }
  .promo-technologies {
    padding-bottom: 84px;
  }
  .promo-technologies__top-wrap {
    padding-bottom: 42px;
  }
  .promo-technologies__menu-item-name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .promo-technologies__menu-item-btn svg {
    width: 20px;
    height: 20px;
  }
  .catalog-product__price {
    font-size: 21px;
  }
  .catalog-product__old-price {
    font-size: 14px;
  }
  .promo-quality {
    padding-bottom: 84px;
  }
  .promo-quality__info-wrap {
    padding: 0 0 27px 50px;
  }
  .promo-quality__logo-wrap {
    padding-bottom: 36px;
  }
  .promo-quality__logo {
    width: 230px;
  }
  .promo-slider__wrap {
    height: 650px;
  }
  .promo-slider__bg {
    object-position: bottom;
  }
  .promo-slider__item-col--info {
    width: 50%;
  }
  .promo-slider__item-col--chair {
    width: 50%;
  }
  .promo-slider__item-title {
    font-size: 38px;
  }
  .promo-slider__item-text {
    padding-bottom: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .popup-current-city {
    right: 0;
    left: 0;
    margin: auto;
    top: 80px;
  }
  .product-info__price {
    font-size: 20px;
  }
  .product-info__old-price {
    font-size: 14px;
  }
  .product-info__price-sale {
    width: 65px;
    height: 25px;
    padding: 4px 12px 4px 20px;
    font-size: 14px;
  }
  .product-info__colors-row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-info__colors-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .recommended-products {
    padding-bottom: 84px;
  }
  .recommended-products__top-wrap {
    padding-bottom: 42px;
  }
  .basket__item-row {
    grid-template-columns: 260px calc(100% - 260px);
  }
  .basket__item-photo-wrap {
    height: 260px;
  }
  .basket__item-sm-row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .basket-aside {
    padding-bottom: 60px;
  }
  .order {
    padding-bottom: 60px;
  }
  .service__title {
    padding-bottom: 32px;
  }
  .service__item {
    padding-bottom: 30px;
  }
  .delivery__title {
    padding-bottom: 24px;
  }
  .delivery__item {
    padding-bottom: 30px;
  }
  .quiz-banner__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .quiz-banner__btn-name {
    font-size: 18px;
  }
  .quiz__box--form {
    padding-top: 48px;
  }
  .quiz-promo__info-wrap {
    padding-top: 125px;
    padding-right: 75px;
  }
  .quiz-promo__col--info {
    width: 65%;
  }
  .quiz-promo__col--picture {
    width: 35%;
  }
  .quiz-result {
    padding-left: 0;
    padding-right: 50px;
  }
  .contacts__title {
    padding-bottom: 20px;
  }
  .contacts-cities__item:nth-child(1) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(2) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(3) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(4) .contacts-cities__radio-text {
    font-size: 17px;
  }
  .team__title {
    padding-bottom: 32px;
  }
  .actions__title {
    padding-bottom: 32px;
  }
  .article-item__text-box {
    display: none;
  }
  .article-promo {
    padding-bottom: 30px;
  }
  .dealer-map__btns-wrap {
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  body {
    position: relative;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .footer__wrap {
    padding-bottom: 30px;
  }
  .footer__contacts-col--mob {
    display: block;
  }
  .footer__email-wrap {
    display: none;
  }
  .footer__menu-wrap {
    padding-bottom: 20px;
  }
  .footer__privacy-policy-wrap {
    padding-top: 20px;
  }
  .useful-information__col:nth-child(3) ~ .useful-information__col {
    display: block;
  }
  .promo-technologies__aside-menu {
    width: calc((100% + 24px)/3 - 24px);
  }
  .promo-quality__info-wrap {
    padding-bottom: 0;
  }
  .promo-quality__logo-wrap {
    padding-bottom: 20px;
  }
  .promo-quality__logo {
    width: 200px;
  }
  .promo-quality__title-wrap {
    padding-bottom: 20px;
  }
  .promo-quality__text-wrap {
    padding-bottom: 20px;
  }
  .promo-quality__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .promo-slider__slider-wrap {
    padding-bottom: 111px;
  }
  .promo-slider__item-title {
    font-size: 30px;
  }
  .promo-slider__btn-box {
    bottom: 0;
  }
  .promo-slider__picture-wrap {
    padding-bottom: 100px;
  }
  .promo-slider__slider-nav {
    bottom: 0;
  }
  .catalog-page {
    padding-bottom: 80px;
  }
  .catalog-page__title--sale {
    font-size: 38px;
    padding-bottom: 10px;
  }
  .product {
    padding-bottom: 45px;
  }
  .product__video-preview {
    height: 350px;
  }
  .product-gallery__photo-wrap {
    height: 350px;
  }
  .product-gallery__nav {
    display: none;
  }
  .product-gallery__tags-wrap {
    padding: 12px;
  }
  .product-thumbs .slick-list {
    margin-left: -3px;
    margin-right: -3px;
  }
  .product-thumbs .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
  }
  .product-thumbs__photo {
    height: 80px;
  }
  .product-info__main-wrap {
    padding-bottom: 30px;
  }
  .product-info__description {
    font-size: 14px;
  }
  .product-info__price-wrap {
    padding-bottom: 18px;
  }
  .product-info__price-action {
    padding-bottom: 8px;
  }
  .product-info__colors-wrap {
    padding-bottom: 24px;
  }
  .product-characteristics__label {
    font-size: 16px;
  }
  .product-characteristics__label--width {
    bottom: -3px;
  }
  .product-characteristics__label--length {
    bottom: -3px;
  }
  .product-submit-application {
    margin-bottom: 45px;
  }
  .basket-order__top-wrap {
    padding-bottom: 30px;
  }
  .basket__item-btn-del {
    width: 22px;
    height: 22px;
    top: 12px;
    right: 12px;
  }
  .basket__item-btn-del svg {
    width: 22px;
    height: 22px;
  }
  .basket__item-row {
    grid-template-columns: 260px calc(100% - 260px);
    grid-template-areas: "photo info" "price price";
  }
  .basket__item-col--price {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
  }
  .basket__item-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .basket__name {
    font-size: 18px;
    -webkit-line-clamp: 4;
  }
  .basket__item-options {
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .basket__item-option:last-child {
    padding-bottom: 0;
  }
  .basket__item-option-name {
    width: auto;
    padding-right: 3px;
  }
  .basket__item-option-value {
    width: auto;
  }
  .basket__item-option-value-color {
    display: none;
  }
  .basket__item-option-value-color-name {
    padding-left: 0;
    padding-top: 0;
  }
  .order__title {
    font-size: 27px;
    padding-bottom: 30px;
  }
  .order__item-for-input:last-child {
    padding-bottom: 16px;
  }
  .order__item-for-input-search {
    padding-bottom: 16px;
  }
  .order__note-city-wrap {
    padding-top: 0;
  }
  .order__item-for-checkbox {
    padding-bottom: 20px;
  }
  .order__address-link-map {
    margin-bottom: 0;
  }
  .company-details__subtitle {
    font-size: 20px;
  }
  .company-details__item-col--name {
    width: 40%;
    padding-right: 20px;
  }
  .company-details__item-col--value {
    width: 60%;
  }
  .delivery__city-name {
    font-size: 27px;
    padding-bottom: 32px;
  }
  .payment__title {
    font-size: 27px;
  }
  .quiz__container {
    height: 60vh;
  }
  .quiz__container--promo {
    height: 540px;
  }
  .quiz__container--result {
    height: 80vh;
  }
  .quiz__nav-wrap {
    padding-left: 0;
    padding-right: 50px;
  }
  .quiz-question {
    padding-left: 0;
    padding-right: 50px;
  }
  .quiz-question__row-type {
    margin-left: -12px;
    margin-right: -12px;
  }
  .quiz-question__col-type {
    padding-left: 12px;
    padding-right: 12px;
  }
  .quiz-form {
    padding-left: 0;
    padding-right: 50px;
  }
  .quiz-form__row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .quiz-form__col {
    padding-left: 12px;
    padding-right: 12px;
  }
  .quiz-success {
    padding-left: 0;
    padding-right: 50px;
  }
  .contact-item__photo-wrap::before {
    border-radius: 12px;
  }
  .contact-item__photo {
    border-radius: 12px;
  }
  .contact-item__info-wrap {
    padding-left: 24px;
  }
  .articles-page {
    padding-bottom: 80px;
  }
  .articles-page__title {
    padding-bottom: 30px;
    font-size: 38px;
  }
  .article__description {
    font-size: 20px;
  }
  .dealer__info-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .dealer__subtitle {
    font-size: 27px;
    padding-bottom: 30px;
  }
  .dealer__advantages-list {
    columns: 2 auto;
  }
  .dealer-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dealer-form__title {
    font-size: 27px;
    padding-bottom: 30px;
  }
  .dealer-form__item-agree {
    padding-bottom: 32px;
  }
  .dealer-form__item-btn {
    padding-top: 0;
  }
  .dealer-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dealer-map__city {
    right: 80px;
  }
}
@media screen and (max-width: 720px) {
  body {
    position: relative;
  }
  h1,
  h2,
  h3 {
    line-height: 1.3;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  .inner {
    padding: 0 20px;
  }
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-five {
    width: 100%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .btn {
    font-size: 12px;
    min-height: 40px;
  }
  .header__row {
    margin-left: 0;
    margin-right: 0;
  }
  .header__col {
    padding-left: 0;
    padding-right: 0;
  }
  .burger-menu {
    height: 100vh;
    width: 100%;
  }
  .burger-menu__wrap {
    min-height: 100%;
    border-radius: 0;
    padding: 28px 20px 80px;
    margin-top: 0;
    pointer-events: auto;
  }
  .submenu__inner {
    padding: 0;
  }
  .js-submenu {
    width: 100%;
  }
  .js-submenu__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subsubmenu {
    padding-left: 0;
    padding-right: 0;
  }
  .subsubmenu__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-mob {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-mob--open {
    width: 100%;
  }
  .promo-request-consultation {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .promo-request-consultation__title {
    padding-bottom: 24px;
    font-size: 20px;
  }
  .promo-request-consultation__item-input::after {
    top: 16px;
    right: 16px;
  }
  .promo-request-consultation__input {
    height: 40px;
    padding-left: 16px;
    padding-right: 36px;
  }
  .promo-request-consultation__btn {
    min-height: 40px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .footer__wrap {
    padding-bottom: 24px;
  }
  .footer__logo-wrap {
    padding-bottom: 8px;
    margin: auto;
  }
  .footer__logo-icon {
    margin: auto;
  }
  .footer__logo-text {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }
  .footer__contacts-wrap {
    max-width: 100%;
  }
  .footer__contacts-wrap {
    padding-bottom: 0;
    border-bottom: 1px solid #2AB3BB;
  }
  .footer__contacts-name-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .footer__contacts-name-btn.js-contacts-btn--active .footer__contacts-name-icon {
    transform: rotate(180deg);
  }
  .footer__contacts-name-text {
    color: #6DE2E9;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .footer__contacts-box {
    display: none;
    padding-bottom: 10px;
  }
  .footer__contacts-box.js-contacts-box--open {
    display: block;
  }
  .footer__contacts-item {
    padding-bottom: 15px;
  }
  .footer__contacts-email {
    padding-top: 0;
    font-size: 16px;
  }
  .footer__menu-wrap {
    padding-bottom: 42px;
    max-width: 100%;
  }
  .footer__social-links-wrap {
    padding-bottom: 14px;
  }
  .footer__messengers {
    padding-bottom: 14px;
  }
  .footer__messengers-row {
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
  }
  .footer__messengers-col {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer__privacy-policy-wrap {
    text-align: center;
    padding-top: 0;
  }
  .footer__privacy-policy-link {
    font-size: 12px;
  }
  .footer__copyright {
    font-size: 12px;
    text-align: center;
  }
  .footer__legal-info {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
  }
  .footer-menu {
    border-bottom: 1px solid #2AB3BB;
  }
  .footer-menu__name {
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .footer-menu__name-link {
    padding: 17px 0 15px;
    font-size: 16px;
    line-height: 1;
  }
  .footer-menu__name-icon {
    display: flex;
    flex-grow: 1;
    font-size: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
  }
  .footer-menu__name-icon svg {
    transition: all 0.5s;
  }
  .footer-menu__name-icon.js-f-btn-active svg {
    transform: rotate(180deg);
  }
  .footer-menu__list {
    display: none;
  }
  .footer-menu__list.js-f-sub-open {
    display: block;
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .footer-menu__item {
    padding-bottom: 16px;
  }
  .footer-menu__link {
    display: block;
    width: 100%;
    line-height: 1.3;
  }
  .social-links-f__row {
    justify-content: center;
  }
  .popup {
    height: 100%;
  }
  .popup::before {
    opacity: 0.5;
  }
  .popup--simple::before {
    opacity: 1;
  }
  .popup__container {
    max-height: calc(100% - 55px);
    top: auto;
    bottom: 0;
  }
  .popup__inner {
    padding: 40px 20px 60px;
    border-radius: 12px 12px 0 0;
  }
  .popup__inner--form {
    padding-bottom: 0;
  }
  .popup__inner {
    overflow-y: auto;
  }
  .popup__close {
    width: 24px;
    height: 24px;
    top: 40px;
    right: 18px;
  }
  .popup__title {
    padding-right: 34px;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.3;
  }
  .popup__subtitle {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: -10px;
  }
  .popup__title-simple {
    padding-bottom: 24px;
    font-size: 20px;
  }
  .popup__choise-city-list {
    columns: initial;
    padding-bottom: 48px;
  }
  .popup-form__form {
    justify-content: flex-start;
  }
  .popup-form__item-for-input {
    padding-bottom: 16px;
  }
  .popup-form__validation {
    padding-bottom: 16px;
  }
  .popup-form__tumbler {
    padding-bottom: 24px;
  }
  .popup-form__item-input--required::after {
    top: 15px;
    right: 16px;
  }
  .popup-form__input {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 1px;
  }
  .popup-form__textarea {
    padding-left: 12px;
    padding-right: 12px;
  }
  .popup-form__item-btn {
    padding-bottom: 48px;
  }
  .popup-form__btn {
    min-height: 40px;
  }
  .popup-form__btn-send-sms {
    min-height: 40px;
    padding: 5px;
  }
  .popup-form__item-agree {
    padding-top: 16px;
  }
  .popup-form__check-text {
    font-size: 12px;
  }
  .form__label {
    font-size: 12px;
  }
  .form__input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form__check-text {
    font-size: 12px;
  }
  .form__textarea {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form__select2-standard .select2-container--theme-select2-standard .select2-selection--single {
    background: #F2F2F2;
    border-color: #F2F2F2;
  }
  .form__select2-standard .select2-container--theme-select2-standard .select2-selection--single .select2-selection__arrow b {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    right: 21px;
  }
  .select2-container--theme-select2-standard .select2-results__options {
    max-height: 60vh;
  }
  .select2-container--theme-select2-standard .select2-results__option {
    padding: 4px 13px;
  }
  .breadcrumbs {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .breadcrumbs__wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .breadcrumbs__box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
  }
  .breadcrumbs__box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .breadcrumbs__list {
    font-size: 12px;
  }
  .breadcrumbs--product .breadcrumbs__list {
    flex-wrap: nowrap;
  }
  .breadcrumbs--product .breadcrumbs__item {
    display: block;
    white-space: nowrap;
  }
  .breadcrumbs--product .breadcrumbs__item:last-child {
    padding-right: 20px;
  }
  .breadcrumbs--product .breadcrumbs__link,
  .breadcrumbs--product .breadcrumbs__span {
    white-space: nowrap;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
  }
  .useful-information {
    padding-bottom: 40px;
  }
  .useful-information__title {
    padding-bottom: 32px;
  }
  .useful-information__title span {
    display: block;
  }
  .useful-information__col {
    padding-bottom: 8px;
  }
  .useful-information__info-wrap {
    padding: 16px 12px;
  }
  .useful-information__item-title {
    padding-bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    width: 100%;
    max-width: 112px;
    margin: auto;
  }
  .useful-information__btn {
    display: none;
  }
  .our-shops {
    padding-bottom: 48px;
  }
  .our-shops__title {
    padding-bottom: 16px;
  }
  .our-shops__title--about {
    font-size: 20px;
    line-height: 1.3;
  }
  .our-shops__subtitle {
    padding-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
  }
  .our-shops__subtitle--about {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  .promo-catalog {
    padding-bottom: 32px;
  }
  .promo-catalog__title {
    padding-bottom: 32px;
  }
  .promo-catalog__col {
    padding-bottom: 16px;
  }
  .promo-catalog__item {
    height: 280px;
  }
  .promo-catalog__picture {
    width: 150px;
    top: 24px;
  }
  .promo-catalog__picture--massage-chairs {
    width: 231px;
    top: 0;
  }
  .promo-catalog__picture--massage-tables-chairs {
    top: 0;
    width: 100%;
    object-position: top;
  }
  .promo-catalog__info-wrap {
    padding: 24px 40px 24px 24px;
  }
  .promo-catalog__item-title {
    font-size: 16px;
  }
  .promo-technologies {
    padding-bottom: 48px;
  }
  .promo-technologies__top-wrap {
    padding-bottom: 32px;
  }
  .promo-technologies__top-col--name {
    width: 100%;
  }
  .promo-technologies__top-col--nav {
    display: none;
  }
  .promo-technologies__slider-box {
    padding: 0;
    overflow: hidden;
    margin-right: -20px;
    border-radius: 0;
  }
  .promo-technologies__slider > .slick-list {
    overflow: visible;
    margin-left: -4px;
    margin-right: -4px;
  }
  .promo-technologies__slider .promo-technologies__item-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
  .promo-technologies .catalog-product {
    width: 200px;
  }
  .promo-technologies__aside-menu {
    display: none;
  }
  .promo-technologies__mob-nav {
    display: block;
    padding-bottom: 24px;
  }
  .catalog-product {
    padding: 16px 12px;
  }
  .catalog-product__top-box {
    padding-bottom: 12px;
  }
  .catalog-product__category {
    padding-bottom: 0;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
    height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .catalog-product__name {
    height: 64px;
    font-size: 12px;
    -webkit-line-clamp: 4;
  }
  .catalog-product__gallery-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .catalog-product__gallery {
    padding-bottom: 14px;
  }
  .catalog-product__photo {
    height: 94px;
  }
  .catalog-product__buy-box {
    padding-bottom: 0;
  }
  .catalog-product__buy-col--price {
    width: calc(100% - 38px);
  }
  .catalog-product__buy-col--btn {
    width: 38px;
  }
  .catalog-product__price-box {
    height: 31px;
  }
  .catalog-product__price {
    font-size: 14px;
  }
  .catalog-product__old-price {
    padding-top: 4px;
    font-size: 12px;
  }
  .catalog-product__btn-add-card {
    width: 28px;
    height: 28px;
  }
  .catalog-product__text-box {
    display: none;
  }
  .catalog-product__text {
    font-size: 12px;
    line-height: 1.3;
    height: 63px;
  }
  .catalog-product__btn-box {
    display: none;
  }
  .catalog-product__favorit {
    top: 14px;
    right: 12px;
    width: 20px;
    height: 20px;
  }
  .catalog-product__favorit svg {
    width: 20px;
    height: auto;
  }
  .catalog .catalog-product__category,
  .recommended-products .catalog-product__category {
    padding-bottom: 8px;
    padding-right: 25px;
  }
  .catalog .catalog-product__text-box,
  .recommended-products .catalog-product__text-box {
    display: block;
    padding-bottom: 0;
    padding-top: 12px;
  }
  .promo-quality {
    padding-bottom: 48px;
  }
  .promo-quality__picture-wrap {
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .promo-quality__picture-wrap::before {
    top: 16px;
    left: 16px;
  }
  .promo-quality__info-wrap {
    padding: 32px 0 0;
  }
  .promo-quality__logo-wrap {
    padding-bottom: 20px;
  }
  .promo-quality__logo {
    width: 160px;
  }
  .promo-quality__title-wrap {
    padding-bottom: 20px;
  }
  .promo-quality__title .blue {
    display: inline;
  }
  .promo-quality__text-wrap {
    padding-bottom: 0;
  }
  .promo-quality__text {
    font-size: 12px;
  }
  .promo-quality__btn-wrap {
    display: none;
  }
  .promo-slider__wrap {
    height: 525px;
    overflow: initial;
  }
  .promo-slider__bg {
    object-position: bottom;
  }
  .promo-slider__leaf {
    width: 183px;
    height: 130px;
    left: -10px;
    top: -56px;
  }
  .promo-slider__leaf-shadow {
    width: 268px;
    height: 263px;
    top: -68px;
    left: 28px;
  }
  .promo-slider__slider-wrap {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .promo-slider__item {
    padding-bottom: 40px;
  }
  .promo-slider__item-row {
    margin: 0;
  }
  .promo-slider__item-col {
    padding: 0;
  }
  .promo-slider__item-col--info {
    width: 100%;
  }
  .promo-slider__item-col--chair {
    width: 100%;
  }
  .promo-slider__item-info-box {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .promo-slider__item-category {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .promo-slider__item-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 63px;
  }
  .promo-slider__item-text {
    padding-bottom: 0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 51px;
  }
  .promo-slider__btn-box {
    bottom: 0;
  }
  .promo-slider__btn {
    width: 168px;
    min-height: 40px;
  }
  .promo-slider__picture-wrap {
    padding-bottom: 8px;
  }
  .promo-slider__picture {
    width: 100%;
    height: 203px;
    object-fit: contain;
  }
  .promo-slider__slider-nav {
    bottom: 0;
    left: auto;
    right: 0;
  }
  .promo-slider__nav-row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .promo-slider__nav-col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .promo-slider__nav-btn {
    width: 40px;
    height: 40px;
  }
  .popup-current-city {
    max-width: calc(100% - 36px);
  }
  .popup-current-city__close {
    top: 42px;
    right: 18px;
    width: 24px;
    height: 24px;
  }
  .popup-current-city__wrap {
    padding: 40px 20px;
    border-radius: 12px;
  }
  .popup-current-city__title {
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 24px;
  }
  .popup-current-city__col--yes {
    width: 100%;
    padding-bottom: 18px;
  }
  .popup-current-city__col--choise {
    width: 100%;
  }
  .popup-current-city__btn-close {
    min-height: 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 48px;
  }
  .popup-current-city__btn-choise {
    min-height: 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 48px;
  }
  .catalog-page {
    padding-bottom: 48px;
  }
  .catalog-page__title-wrap {
    padding-bottom: 0;
  }
  .catalog-page__title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .catalog-page__title--sale {
    padding-bottom: 24px;
  }
  .catalog-page__subtitle {
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 1.3;
  }
  .catalog-categories {
    padding-bottom: 24px;
  }
  .catalog-categories__wrap {
    margin-right: -20px;
    overflow: hidden;
  }
  .catalog-categories__row {
    margin-left: -8px;
    margin-right: -8px;
    position: initial;
  }
  .catalog-categories__row .slick-track:before,
  .catalog-categories__row .slick-track:after {
    display: none;
  }
  .catalog-categories__col {
    padding-bottom: 0;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .catalog-categories__item-picture-wrap {
    display: none;
  }
  .catalog-categories__item-name {
    padding-top: 0;
    color: #C5C5C5;
    line-height: 1.3;
  }
  .catalog-categories__progress-slider-colors {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    overflow: hidden;
    background-color: #C5C5C5;
    background-image: linear-gradient(to right, #098B93, #098B93);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: 16px;
  }
  .catalog-categories__item--active .catalog-categories__item-name {
    color: #098B93;
  }
  .catalog-navigation {
    padding-bottom: 25px;
  }
  .catalog-navigation__filters-wrap {
    padding-bottom: 0;
  }
  .catalog-navigation__col {
    width: 100%;
  }
  .catalog-navigation__btn-filter {
    height: 40px;
  }
  .catalog-navigation__sorting-wrap {
    padding-top: 20px;
  }
  .catalog-navigation__choise-filters {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 22px;
  }
  .catalog-navigation__choise-filters-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
  }
  .catalog-navigation__choise-filters-box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .catalog-navigation__choise-filters-row {
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .catalog-navigation__choise-filters-col {
    padding: 0 8px;
  }
  .catalog-navigation__choise-filters-col:last-child {
    padding-right: 20px;
  }
  .catalog-navigation__choise-filters-item {
    background: transparent;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border: none;
  }
  .catalog-navigation__choise-filters-item svg {
    width: 12px;
    height: 12px;
  }
  .catalog-navigation__choise-filters-item svg path {
    fill: #098B93;
  }
  .catalog-navigation__choise-filters-item--reset {
    border: 0;
  }
  .catalog-navigation__choise-filters-name {
    padding-top: 2px;
  }
  .catalog-navigation__choise-filters-reset {
    width: 16px;
  }
  .catalog-sorting__name {
    font-size: 12px;
  }
  .catalog-sorting__select-btn-text {
    font-size: 12px;
    padding-left: 4px;
  }
  .catalog-sorting__item-wrap {
    padding-bottom: 8px;
  }
  .catalog-sorting__list {
    left: 78px;
    right: auto;
    width: 150px;
    top: 22px;
  }
  .catalog-sorting__radio-text {
    font-size: 12px;
  }
  .catalog__item {
    padding-bottom: 8px;
  }
  .catalog__show-more-btn-wrap {
    margin-top: 24px;
  }
  .filter-catalog {
    height: 100%;
  }
  .filter-catalog::before {
    opacity: 0.5;
  }
  .filter-catalog__container {
    max-height: calc(100% - 55px);
    top: auto;
    bottom: 0;
  }
  .filter-catalog__inner {
    padding: 40px 20px 60px;
    border-radius: 12px 12px 0 0;
  }
  .filter-catalog__inner {
    overflow-y: auto;
  }
  .filter-catalog__close {
    width: 24px;
    height: 24px;
    top: 40px;
    right: 18px;
  }
  .filter-catalog__apply-widget {
    padding-bottom: 32px;
  }
  .filter-catalog__title {
    font-size: 20px;
  }
  .filter-catalog__check-check-color {
    width: 24px;
    height: 24px;
  }
  .filter-catalog__check-text-color {
    max-width: calc(100% - 24px);
    padding-left: 6px;
    font-size: 10px;
  }
  .filter-catalog__input-checkbox-color:checked + .filter-catalog__label-check-wrap-color .filter-catalog__check-check-color {
    border-color: #098B93 !important;
  }
  .filter-catalog__input-checkbox-color:checked + .filter-catalog__label-check-wrap-color .filter-catalog__check-check-color:before {
    display: none;
  }
  .range .noUi-target {
    height: 1px;
  }
  .range .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    background: #098B93;
    box-shadow: none;
    top: -7px;
  }
  .range .noUi-horizontal .noUi-handle::after {
    display: none;
  }
  .cookies {
    right: 20px;
    left: 20px;
    bottom: 10px;
  }
  .cookies__wrap {
    padding: 20px;
  }
  .cookies__col {
    width: 100%;
  }
  .cookies__text {
    margin-bottom: 10px;
  }
  .product {
    padding-bottom: 0;
  }
  .product__row {
    display: flex;
    flex-direction: column;
  }
  .product__col {
    width: 100%;
  }
  .product__col--photo {
    padding-bottom: 0;
  }
  .product__gallery-wrap {
    padding-bottom: 32px;
  }
  .product__gallery-box {
    padding-bottom: 0;
  }
  .product__thumbs-box {
    display: none;
  }
  .product__video-wrap {
    display: none;
  }
  .product-gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-gallery__photo-wrap {
    height: 230px;
  }
  .product-gallery__photo {
    border-radius: 0;
  }
  .product-gallery .slick-dots {
    bottom: 12px;
  }
  .product-gallery__tags-wrap {
    display: none;
  }
  .product-info__wrap {
    padding-bottom: 40px;
  }
  .product-info__main-wrap {
    padding-bottom: 24px;
  }
  .product-info__compare-btn {
    width: 24px;
    height: 24px;
  }
  .product-info__compare-btn svg {
    width: 24px;
    height: 24px;
  }
  .product-info__title {
    padding-right: 35px;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 12px;
  }
  .product-info__brand {
    padding-bottom: 8px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
  }
  .product-info__description {
    font-size: 12px;
  }
  .product-info__price-wrap {
    padding-bottom: 18px;
  }
  .product-info__price-row {
    padding-bottom: 16px;
  }
  .product-info__price {
    font-size: 16px;
    line-height: 1.3;
  }
  .product-info__old-price {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-info__price-action {
    padding-bottom: 8px;
  }
  .product-info__colors-wrap {
    padding-bottom: 29px;
  }
  .product-info__colors-row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-info__colors-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .product-info__color-item {
    width: 24px;
    height: 24px;
  }
  .product-info__color-item--active::before {
    width: 28px;
    height: 28px;
  }
  .product-info__btn-item:last-child {
    padding-top: 4px;
  }
  .product-info__tags-wrap {
    padding-bottom: 8px;
  }
  .product-info__tag {
    min-height: 28px;
    padding: 3px 9px 3px 6px;
  }
  .product-info__tag-name {
    padding-left: 4px;
    font-size: 12px;
  }
  .product-info__properties-item {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .product-functional-features {
    padding-bottom: 24px;
  }
  .product-functional-features__title {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .product-functional-features__description {
    padding-bottom: 24px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
  }
  .product-functional-features__item {
    padding-bottom: 24px;
  }
  .product-functional-features__col--picture {
    order: 1;
  }
  .product-functional-features__col--info {
    order: 2;
  }
  .product-functional-features__info-wrap {
    padding: 24px 0 0;
  }
  .product-functional-features__item-name {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .product-functional-features__item-text {
    font-size: 12px;
  }
  .product-characteristics {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-characteristics__wrap {
    padding: 32px 20px;
    border-radius: 0;
  }
  .product-characteristics__title {
    padding-bottom: 32px;
    font-size: 20px;
  }
  .product-characteristics__label {
    font-size: 12px;
  }
  .product-characteristics__list-wrap {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .product-characteristics__item {
    padding: 16px 0;
  }
  .product-characteristics__item-wrap {
    font-size: 12px;
  }
  .product-characteristics__show-more-btn-wrap {
    padding-top: 32px;
  }
  .product-submit-application {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 48px;
  }
  .product-submit-application__title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .product-submit-application__text {
    font-size: 12px;
  }
  .product-submit-application__info-wrap {
    padding-bottom: 24px;
  }
  .recommended-products {
    padding-bottom: 48px;
  }
  .recommended-products__top-wrap {
    padding-bottom: 24px;
  }
  .recommended-products__top-col--name {
    width: 100%;
  }
  .recommended-products__top-col--nav {
    display: none;
  }
  .recommended-products__title {
    font-size: 20px;
  }
  .recommended-products__slider-box {
    padding: 0;
    overflow: hidden;
    margin-right: -20px;
    border-radius: 0;
  }
  .recommended-products__slider > .slick-list {
    overflow: visible;
    margin-left: -4px;
    margin-right: -4px;
  }
  .recommended-products__slider .recommended-products__item-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
  .recommended-products .catalog-product {
    width: 200px;
  }
  .basket-order {
    padding-bottom: 0;
  }
  .basket-order__wrap {
    position: relative;
  }
  .basket-order__top-wrap {
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .basket-order__count-products {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  .basket-order__row {
    display: flex;
    flex-direction: column;
  }
  .basket-order__col {
    width: 100%;
  }
  .basket {
    padding-bottom: 20px;
  }
  .basket__item {
    padding-bottom: 12px;
  }
  .basket__item-wrap {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 16px 10px;
  }
  .basket__item-row {
    position: relative;
    grid-template-columns: 106px calc(100% - 106px);
    grid-template-areas: "photo info" "price price";
  }
  .basket__item-col--info {
    padding-left: 12px;
  }
  .basket__item-col--price {
    padding-top: 10px;
  }
  .basket__item-photo-wrap {
    height: 139px;
    padding: 10px;
    border-radius: 0;
  }
  .basket__item-name-wrap {
    padding-bottom: 6px;
  }
  .basket__name {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .basket__item-brand-wrap {
    padding-bottom: 21px;
  }
  .basket__item-brand {
    font-size: 12px;
    font-weight: 400;
  }
  .basket__item-option {
    padding-bottom: 4px;
  }
  .basket__item-option-name {
    font-size: 12px;
  }
  .basket__item-option-value {
    font-size: 12px;
  }
  .basket__item-sm-row {
    align-items: center;
  }
  .basket__item-price-row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .basket__item-price-col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .basket__item-price {
    font-size: 16px;
  }
  .basket__item-old-price {
    font-size: 12px;
  }
  .product-count {
    min-height: 40px;
    padding: 8px 12px;
  }
  .basket-aside {
    padding-bottom: 48px;
  }
  .basket-aside__count-wrap {
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .basket-aside__count {
    font-size: 14px;
    line-height: 1.5;
  }
  .basket-aside__count em {
    display: inline;
    font-style: normal;
  }
  .basket-aside__info-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .basket-aside__sum-col--name {
    display: none;
  }
  .basket-aside__discount-row {
    justify-content: flex-start;
  }
  .basket-aside__discount-name {
    padding-right: 5px;
  }
  .basket-aside__discount-value {
    font-size: 14px;
    font-weight: 500;
  }
  .basket-aside__promocode-name-wrap {
    padding-bottom: 20px;
  }
  .basket-aside__promocode-input-wrap {
    padding-bottom: 16px;
  }
  .js-place-order--active {
    position: absolute;
    bottom: 48px;
    z-index: 99;
  }
  .js-open-order--inactive {
    display: flex;
    background: #ffffff;
    color: #098B93;
  }
  .order {
    padding-bottom: 104px;
  }
  .order__title {
    padding-bottom: 32px;
    font-size: 20px;
  }
  .order__wrap {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .order__step {
    padding-bottom: 24px;
  }
  .order__step-title {
    font-size: 16px;
  }
  .order__step-text {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .order__item-for-input {
    padding-bottom: 16px;
  }
  .order__note-city-text {
    font-size: 12px;
  }
  .order__item-for-checkbox {
    padding-bottom: 16px;
  }
  .order__address {
    padding-top: 16px;
  }
  .order__address-top {
    align-items: center;
  }
  .order__address-title {
    font-size: 16px;
  }
  .order__address-link-map {
    margin-bottom: 0;
    font-size: 12px;
  }
  .order__item-for-check:last-child {
    padding-bottom: 16px;
  }
  .order__pay-tinkoff {
    padding: 9px 8px;
  }
  .order__pay-tinkoff-text {
    font-size: 10px;
  }
  .order__label-check-wrap {
    background: #F3F3F6;
    padding: 17px 17px 20px 17px;
  }
  .order__label-info {
    padding-bottom: 12px;
  }
  .order__label-info-name {
    font-size: 14px;
  }
  .order__label-info-price {
    font-size: 14px;
  }
  .order__label-note {
    font-size: 12px;
  }
  .basket-empty {
    padding-top: 32px;
    padding-bottom: 96px;
  }
  .basket-empty__picture-wrap {
    padding-bottom: 48px;
  }
  .basket-empty__text-wrap {
    padding-bottom: 28px;
  }
  .basket-empty__text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .basket-empty__btn {
    min-height: 48px;
  }
  .order-success {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  .order-success__title {
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.3;
  }
  .order-success__number-wrap {
    padding-bottom: 24px;
  }
  .order-success__number-name {
    padding-right: 8px;
    font-size: 12px;
    padding-bottom: 2px;
  }
  .order-success__number-value {
    font-size: 20px;
    line-height: 1.3;
  }
  .order-success__text-wrap {
    padding-bottom: 32px;
  }
  .order-success__text {
    padding-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }
  .order-success__btn {
    min-height: 48px;
  }
  .user-agreement {
    padding-bottom: 36px;
  }
  .user-agreement__title {
    padding-bottom: 20px;
  }
  .user-agreement__text-wrap {
    font-size: 12px;
  }
  .user-agreement__text-wrap p {
    padding-bottom: 12px;
  }
  .company-details {
    padding-bottom: 48px;
  }
  .company-details__title {
    padding-bottom: 24px;
  }
  .company-details__info {
    padding: 24px 16px;
  }
  .company-details__subtitle {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .company-details__info-box {
    padding-top: 16px;
  }
  .company-details__item {
    padding-bottom: 12px;
  }
  .company-details__item-col--name {
    width: 100%;
    padding-right: 0;
  }
  .company-details__item-col--value {
    width: 100%;
  }
  .company-details__item-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 6px;
  }
  .company-details__item-value {
    padding-left: 14px;
    font-size: 12px;
  }
  .about {
    padding-bottom: 24px;
  }
  .about__title {
    padding-bottom: 20px;
  }
  .about__subtitle {
    padding-bottom: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
  .about__text-wrap {
    font-size: 12px;
    padding-bottom: 28px;
  }
  .about__text-wrap p {
    padding-bottom: 12px;
  }
  .about-numbers__item-num {
    padding-bottom: 6px;
  }
  .about-numbers__item-num-icon {
    width: 36px;
    height: 36px;
  }
  .about-numbers__item-num-icon svg {
    width: 12px;
    height: 20px;
  }
  .about-numbers__item-num-value {
    width: calc(100% - 36px);
    padding-left: 2px;
    font-size: 32px;
    line-height: 1.2;
  }
  .about-numbers__item-text {
    font-size: 10px;
  }
  .service {
    padding-bottom: 24px;
  }
  .service__item {
    padding-bottom: 24px;
  }
  .service__picture-wrap {
    padding-bottom: 24px;
  }
  .service__info-wrap {
    height: auto;
    padding: 24px 16px 26px;
  }
  .service__item-title {
    padding-bottom: 12px;
    font-size: 14px;
  }
  .service__item-text {
    font-size: 12px;
  }
  .service__contacts {
    padding-top: 12px;
  }
  .service__contacts li {
    padding-left: 12px;
    font-size: 12px;
  }
  .service__contacts li::before {
    top: 6px;
  }
  .service__item:nth-child(2n) .service__col--picture {
    order: initial;
  }
  .delivery {
    padding-bottom: 36px;
  }
  .delivery__nav-box {
    padding-bottom: 16px;
  }
  .delivery__container {
    padding-bottom: 8px;
  }
  .delivery__city-name {
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 1.3;
  }
  .delivery__item {
    padding-bottom: 24px;
  }
  .delivery__picture-wrap {
    padding-top: 24px;
  }
  .delivery__item-info-wrap {
    padding: 0;
  }
  .delivery__item-title {
    padding-bottom: 12px;
    font-size: 14px;
  }
  .delivery__item-text {
    font-size: 12px;
  }
  .delivery__item-text-note {
    font-size: 10px;
    padding-top: 12px;
  }
  .delivery__info-text {
    padding-bottom: 32px;
    font-size: 12px;
  }
  .delivery__note {
    padding-bottom: 48px;
  }
  .delivery__note-wrap {
    padding: 24px 16px;
  }
  .delivery__note-name {
    padding-bottom: 16px;
    font-size: 14px;
  }
  .delivery__note-list {
    padding-top: 16px;
  }
  .delivery__note-list li {
    padding-left: 12px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 1.5;
  }
  .delivery__note-list li::before {
    top: 6px;
  }
  .delivery__item-col--picture {
    order: 1;
  }
  .delivery__container + .payment {
    padding-top: 40px;
  }
  .delivery-nav {
    margin-left: -20px;
    margin-right: -20px;
  }
  .delivery-nav__box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
  }
  .delivery-nav__box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .delivery-nav__row {
    margin-left: -4px;
    margin-right: -4px;
    flex-wrap: nowrap;
  }
  .delivery-nav__col {
    padding: 0 4px 8px;
  }
  .delivery-nav__col:last-child {
    padding-right: 20px;
  }
  .delivery-nav__btn {
    white-space: nowrap;
    min-height: 40px;
    padding: 14px 16px 12px;
    line-height: 1.1;
  }
  .payment__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .payment__list li {
    padding-bottom: 12px;
    font-size: 12px;
  }
  .quiz-banner__wrap {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .quiz-banner__col--info {
    width: calc(100% - 20px);
    padding-right: 30px;
  }
  .quiz-banner__col-btn-close {
    width: 20px;
  }
  .quiz-banner__btn-icon {
    width: 20px;
  }
  .quiz-banner__btn-icon svg {
    width: 16px;
    height: 16px;
  }
  .quiz-banner__btn-name {
    max-width: calc(100% - 20px);
    padding-left: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }
  .quiz-banner__btn-close {
    width: 20px;
    height: 20px;
  }
  .quiz {
    height: 100%;
  }
  .quiz::before {
    background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(108, 180, 184, 0.62) 0%, rgba(108, 180, 184, 0.4) 94.94%), linear-gradient(168deg, #6CB4B8 0.32%, rgba(108, 180, 184, 0) 99.31%);
    opacity: 0.5;
  }
  .quiz__container {
    max-height: calc(100% - 55px);
    top: auto;
    bottom: 0;
    height: 100%;
  }
  .quiz__container--promo {
    height: 100%;
  }
  .quiz__container--result {
    height: 100%;
  }
  .quiz__box {
    padding: 40px 0 60px;
    border-radius: 12px 12px 0 0;
  }
  .quiz__box {
    overflow-y: auto;
  }
  .quiz__box--form {
    padding-top: 40px;
  }
  .quiz__box--success {
    padding-top: 100px;
  }
  .quiz__inner {
    padding: 0 20px;
    display: block;
  }
  .quiz__inner > div:last-child {
    padding-bottom: 60px;
  }
  .quiz__close {
    width: 24px;
    height: 24px;
    top: 40px;
    right: 20px;
    border-radius: 50%;
  }
  .quiz__nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .quiz__nav-row {
    flex-direction: column;
    margin: 0;
  }
  .quiz__nav-col {
    padding: 0;
  }
  .quiz__nav-col--progress-bar {
    width: 100%;
    order: 1;
  }
  .quiz__nav-col--btns {
    width: 100%;
  }
  .quiz__progress-bar-wrap {
    padding-top: 7px;
  }
  .quiz__progress-bar {
    height: 4px;
  }
  .quiz__progress-bar-current {
    height: 4px;
  }
  .quiz__nav-btns-row {
    flex-direction: column;
    margin: 0;
  }
  .quiz__nav-btns-col {
    padding: 0 0 24px;
  }
  .quiz__nav-btns-col--back {
    width: 100%;
    order: 1;
  }
  .quiz__nav-btns-col--next {
    width: 100%;
  }
  .quiz__nav-btn-back {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    text-align: center;
  }
  .quiz__nav-btn-back-name {
    display: inline;
    color: #098B93;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .quiz__nav-btn-back-icon {
    display: none;
  }
  .quiz__nav-btn-next {
    min-height: 40px;
    background: #098B93;
  }
  .quiz-promo__box {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/quiz/bg_s.jpg);
  }
  .quiz-promo__info-wrap {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 100%;
  }
  .quiz-promo__leaf-wrap {
    top: 0;
  }
  .quiz-promo__leaf {
    width: 183px;
    height: 130px;
    left: -10px;
    top: -56px;
  }
  .quiz-promo__leaf-shadow {
    width: 268px;
    height: 263px;
    top: -68px;
    left: 28px;
  }
  .quiz-promo__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .quiz-promo__col--info {
    padding-right: 0;
    width: 100%;
  }
  .quiz-promo__col--picture {
    display: none;
  }
  .quiz-promo__info-box {
    max-width: 100%;
  }
  .quiz-promo__title {
    text-align: center;
    padding-bottom: 24px;
    font-size: 20px;
  }
  .quiz-promo__text {
    text-align: center;
    padding-bottom: 32px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
  .quiz-promo__btn {
    min-height: 48px;
  }
  .quiz-promo__picture-wrap {
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .quiz-promo__picture-wrap::before {
    top: 16px;
    left: 16px;
  }
  .quiz-question {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .quiz-question__title {
    padding-right: 50px;
    font-weight: 700;
  }
  .quiz-question__massage-item {
    padding-bottom: 12px;
  }
  .quiz-question__row-type {
    margin-left: -4px;
    margin-right: -4px;
  }
  .quiz-question__col-type {
    padding-left: 4px;
    padding-right: 4px;
  }
  .quiz-question__type-item {
    padding-bottom: 16px;
  }
  .quiz-question__massage-label-radio-wrap {
    padding: 16px;
  }
  .quiz-question__massage-text-wrap {
    padding-top: 8px;
    justify-content: center;
  }
  .quiz-question__massage-radio-text {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
  }
  .quiz-question__label-check-wrap {
    padding: 17px 12px;
  }
  .quiz-result {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .quiz-result__title {
    padding-right: 50px;
    font-weight: 700;
    padding-bottom: 16px;
  }
  .quiz-result__text {
    line-height: 1.3;
    padding-bottom: 32px;
  }
  .quiz-result__col {
    padding-bottom: 16px;
  }
  .catalog-product-quiz {
    padding: 20px 12px;
  }
  .catalog-product-quiz__top-box {
    padding-bottom: 12px;
  }
  .catalog-product-quiz__name {
    height: auto;
    font-size: 12px;
    -webkit-line-clamp: 4;
    text-align: center;
  }
  .catalog-product-quiz__gallery-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .catalog-product-quiz__gallery-item {
    padding: 20px;
  }
  .catalog-product-quiz__photo {
    height: 152px;
  }
  .catalog-product-quiz__text {
    font-size: 12px;
    line-height: 1.5;
    height: auto;
    text-align: center;
  }
  .catalog-product-quiz__btn {
    padding-top: 6px;
  }
  .quiz-form {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .quiz-form__title {
    padding-right: 50px;
    font-weight: 700;
    padding-bottom: 16px;
  }
  .quiz-form__text {
    line-height: 1.3;
    padding-bottom: 32px;
  }
  .quiz-form__row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .quiz-form__col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .quiz-form__col--tel {
    order: initial;
  }
  .quiz-form__col--agree {
    order: initial;
  }
  .quiz-form__item-for-input {
    padding-bottom: 16px;
  }
  .quiz-form__item-input--required::after {
    top: 15px;
    right: 16px;
  }
  .quiz-form__input {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 1px;
  }
  .quiz-form__btn {
    min-height: 40px;
  }
  .quiz-form__item-agree {
    padding-top: 4px;
    padding-bottom: 32px;
  }
  .quiz-form__check-text {
    font-size: 12px;
    line-height: 1.3;
  }
  .quiz-success {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .quiz-success__title {
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
  }
  .quiz-success__text {
    line-height: 1.3;
    padding-bottom: 48px;
    text-align: center;
  }
  .quiz-success__btn-wrap {
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .quiz-success__btn {
    display: inline-block;
    text-decoration: underline;
  }
  .quiz-success__btn-arrow {
    display: none;
  }
  .contacts {
    padding-bottom: 14px;
  }
  .contacts__subtitle {
    padding-bottom: 24px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .contacts__maps-wrap {
    padding-bottom: 20px;
  }
  .contacts-cities {
    position: relative;
  }
  .contacts-cities__value-wrap {
    display: block;
  }
  .contacts-cities__info-wrap {
    display: none;
  }
  .contacts-cities__info-wrap.js-contacts-cities-list--show {
    display: block;
  }
  .contacts-cities__list-box {
    padding: 22px 17px 29px 25px;
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 10;
    margin: 0;
  }
  .contacts-cities__list {
    max-height: 243px;
  }
  .contacts-cities__item {
    padding-bottom: 10px;
  }
  .contacts-cities__radio-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .contacts-cities__item:nth-child(1) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(2) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(3) .contacts-cities__radio-text,
  .contacts-cities__item:nth-child(4) .contacts-cities__radio-text {
    font-size: 15px;
  }
  .contacts-map {
    padding-top: 41px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contacts-map__map {
    height: calc(60vh - 100px);
    max-height: 500px;
    border-radius: 0;
  }
  ymaps[class$="-balloon__content"] {
    max-width: 300px;
    padding: 10px;
  }
  ymaps[class$="-balloon__content"] > ymaps {
    max-width: 280px;
  }
  .contact-info__item {
    padding-bottom: 16px;
  }
  .contact-item {
    margin-left: -20px;
    margin-right: -20px;
    border: 0;
    border-radius: 0;
  }
  .contact-item__row {
    margin: 0;
  }
  .contact-item__col {
    padding: 0;
  }
  .contact-item__nav-btn {
    display: none;
  }
  .contact-item .slick-dots {
    bottom: 20px;
  }
  .contact-item .slick-dots li {
    width: 40px;
  }
  .contact-item__photo-wrap::before {
    border-radius: 0;
  }
  .contact-item__photo {
    border-radius: 0;
    height: 160px;
  }
  .contact-item__info-wrap {
    padding: 20px;
  }
  .contact-item__name {
    padding-right: 35px;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .contact-item__address {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .contact-item__phone-icon {
    width: 18px;
  }
  .contact-item__phone-icon svg {
    width: 18px;
    height: 18px;
  }
  .contact-item__phone-value {
    width: calc(100% - 18px);
    padding-left: 4px;
    font-size: 12px;
  }
  .contact-item__note {
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .team {
    padding-bottom: 24px;
  }
  .actions {
    padding-bottom: 20px;
  }
  .action-item__title {
    height: auto;
    margin-bottom: 20px;
  }
  .action-item__photo-wrap::before {
    border-radius: 6px;
  }
  .action-item__photo {
    border-radius: 6px;
    height: 200px;
  }
  .action-item__name-wrap {
    top: 25px;
    right: 21px;
    left: 21px;
  }
  .action-item__name {
    font-size: 16px;
    padding-bottom: 7px;
  }
  .action-item__label {
    font-size: 12px;
    padding: 4px 8px;
  }
  .action-item__limitation-wrap {
    left: 12px;
    bottom: 14px;
  }
  .action-item__limitation-icon {
    width: 20px;
  }
  .action-item__limitation-icon svg {
    width: 20px;
    height: 20px;
  }
  .action-item__limitation-text {
    font-size: 12px;
    max-width: calc(100% - 20px);
  }
  .action-item__text {
    font-size: 12px;
  }
  .articles-page {
    padding-bottom: 48px;
  }
  .articles-page__title {
    padding-bottom: 24px;
    font-size: 24px;
  }
  .articles-page__nav-box {
    padding-bottom: 32px;
  }
  .articles__show-more-btn-wrap {
    margin-top: 8px;
  }
  .articles-nav {
    margin-left: -20px;
    margin-right: -20px;
  }
  .articles-nav__box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
  }
  .articles-nav__box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .articles-nav__row {
    margin-left: -4px;
    margin-right: -4px;
    flex-wrap: nowrap;
  }
  .articles-nav__col {
    padding: 0 4px 8px;
  }
  .articles-nav__col:last-child {
    padding-right: 20px;
  }
  .articles-nav__btn {
    white-space: nowrap;
    min-height: 40px;
    padding: 14px 16px 12px;
    line-height: 1.1;
  }
  .articles-nav__label-check-wrap {
    white-space: nowrap;
    min-height: 40px;
    padding: 14px 16px 12px;
    line-height: 1.1;
  }
  .article-item {
    height: 376px;
  }
  .article-item__info-box {
    height: 174px;
  }
  .article-item__info-wrap {
    padding: 24px 16px;
  }
  .article-item__info-name {
    font-size: 14px;
  }
  .articles__col.js-article-even .article-item__picture-wrap {
    height: 202px;
  }
  .article {
    padding-bottom: 36px;
  }
  .article__main-wrap {
    padding-bottom: 24px;
  }
  .article__title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .article__description {
    padding-bottom: 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
  }
  .article__wrap p,
  .article__wrap ol,
  .article__wrap ul {
    font-size: 12px;
  }
  .article__wrap p {
    padding-bottom: 12px;
  }
  .article__wrap h2 {
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 1.3;
  }
  .article__wrap p + h2 {
    padding-top: 36px;
  }
  .article__wrap h3 {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
  }
  .article__wrap p + h3 {
    padding-top: 12px;
  }
  .article__wrap ul li {
    padding-bottom: 12px;
    font-size: 12px;
  }
  .article__wrap ul li::before {
    top: 6px;
  }
  .article__wrap ul + p {
    padding-top: 12px;
  }
  .article__wrap img {
    margin-bottom: 24px;
  }
  .article__wrap p + img {
    margin-top: 12px;
  }
  .article__wrap img + h2 {
    padding-top: 24px;
  }
  .article__wrap img + p {
    padding-top: 12px;
  }
  .article__wrap ul + h3 {
    padding-top: 12px;
  }
  .article__promo {
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .article-promo {
    padding-bottom: 24px;
  }
  .article-promo__picture-wrap {
    padding-top: 24px;
  }
  .article-promo__picture {
    margin-bottom: 0 !important;
  }
  .article-promo__info-wrap {
    padding: 0;
  }
  .article-promo__title {
    padding-bottom: 12px;
    font-size: 18px;
  }
  .article-promo__text {
    font-size: 12px;
  }
  .article-promo__text p {
    padding-bottom: 0;
  }
  .article-promo__col--picture {
    order: 1;
  }
  .dealer__text-wrap {
    padding-bottom: 24px;
  }
  .dealer__title {
    padding-bottom: 20px;
  }
  .dealer__text {
    font-size: 12px;
  }
  .dealer__info-wrap {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .dealer__subtitle {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .dealer__advantages-list {
    columns: initial;
  }
  .dealer__advantages-list li {
    padding-left: 28px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .dealer-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dealer-form__title {
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.3;
  }
  .dealer-form__item-for-input {
    padding-bottom: 16px;
  }
  .dealer-form__item-input--required::after {
    top: 15px;
    right: 16px;
  }
  .dealer-form__textarea {
    height: 200px;
  }
  .dealer-map__btns-wrap {
    right: 20px;
  }
  .dealer-map {
    background-image: url(../images/map/map-bg-sm.jpg);
    background-size: contain;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dealer-map__city {
    width: calc(100% - 32px);
    top: calc(100% - 100px);
    left: 16px;
    right: 16px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    position: relative;
  }
  .promo-technologies .catalog-product {
    width: 136px;
  }
  .promo-slider__bg-wrap::after {
    content: '';
    display: block;
    width: 280px;
    height: 94px;
    background: url(../images/promo-banner/bg-logo-s.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
  }
  .recommended-products .catalog-product {
    width: 136px;
  }
  .quiz-banner__wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 350px) {
  body {
    position: relative;
  }
  .promo-slider {
    overflow: hidden;
  }
}
@media screen and (min-width: 721px) {
  body {
    position: relative;
  }
  .popup__container--simple {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    max-width: 475px;
    height: 480px;
    max-height: calc(100vh - 80px);
  }
  .popup__choise-city-list-wrap {
    height: 260px;
    overflow: auto;
  }
}
@media screen and (min-width: 961px) {
  body {
    position: relative;
  }
}
@media screen and (min-width: 1201px) {
  body {
    position: relative;
  }
  .btn--crystal-green:hover {
    background: #098B93;
    color: #ffffff;
  }
  .btn--green:hover {
    background: #F9AE00;
    border-color: #F9AE00;
  }
  .btn--crystal-orange:hover {
    background: #F9AE00;
    color: #ffffff;
  }
  .btn--orange:hover {
    background: transparent;
    color: #F9AE00;
  }
  .header-top__city:hover .header-top__city-name {
    color: #098B93;
  }
  .header-top__phone:hover .header-top__phone-name {
    color: #098B93;
  }
  .menu__item:hover .menu__link {
    color: #098B93;
  }
  .submenu {
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    opacity: 0;
  }
  .submenu__wrap {
    width: 100%;
    position: relative;
    transition: opacity 0.7s, transform 0.7s;
    opacity: 0;
    height: 410px;
  }
  .submenu__inner {
    position: relative;
    background: #ffffff;
    padding: 0;
    max-width: 1128px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    background: radial-gradient(51.01% 69.12% at 50% 50%, rgba(9, 139, 147, 0.62) 0%, rgba(9, 139, 147, 0.4) 94.94%), linear-gradient(168deg, #098B93 0.32%, rgba(9, 139, 147, 0) 99.31%), rgba(9, 139, 147, 0.32);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .submenu__close-btn {
    display: none;
  }
  .submenu__title {
    display: none;
  }
  .submenu__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 264px;
    height: 100%;
  }
  .submenu__item {
    flex-grow: 1;
  }
  .submenu__item:hover .submenu__link {
    background: #F3F3F6;
    color: #098B93;
  }
  .submenu__item.submenu__item--active .submenu__link {
    background: #F3F3F6;
    color: #098B93;
  }
  .submenu__link {
    width: 100%;
    padding: 48px 20px 48px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    transition: all 0.5s;
    color: #ffffff;
    height: 100%;
  }
  .submenu__link-more {
    display: none;
  }
  .submenu__btn-wrap {
    display: none;
  }
  .menu__item:hover > .js-submenu.submenu,
  .js-submenu--open {
    pointer-events: auto;
    opacity: 1;
  }
  .menu__item:hover > .js-submenu.submenu .submenu__wrap,
  .js-submenu--open .submenu__wrap {
    transform: translateX(0);
    opacity: 1;
  }
  .menu__item:hover > .js-submenu.subsubmenu {
    pointer-events: auto;
  }
  .menu__item:hover > .js-submenu.subsubmenu .subsubmenu__wrap {
    transform: translateX(0);
    opacity: 1;
  }
  .subsubmenu {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
    width: calc(100% - 264px);
    left: 264px;
    top: 0;
    height: 100%;
  }
  .subsubmenu__wrap {
    width: 100%;
    position: relative;
    transition: opacity 0.7s, transform 0.7s;
    opacity: 0;
    transform: translateX(0);
    height: 100%;
  }
  .subsubmenu__inner {
    padding: 0;
    height: 100%;
  }
  .subsubmenu__container {
    height: 100%;
  }
  .subsubmenu__row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .subsubmenu__col--menu {
    width: calc(100% - 264px);
    background: #F3F3F6;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .subsubmenu__col--banner {
    width: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .subsubmenu__close-btn {
    display: none;
  }
  .subsubmenu__link:hover {
    color: #098B93;
  }
  .subsubmenu__link:hover svg path {
    fill: #098B93;
  }
  .submenu__item:hover > .js-subsubmenu.subsubmenu,
  .submenu__item.submenu__item--active > .js-subsubmenu.subsubmenu {
    pointer-events: auto;
  }
  .submenu__item:hover > .js-subsubmenu.subsubmenu .subsubmenu__wrap,
  .submenu__item.submenu__item--active > .js-subsubmenu.subsubmenu .subsubmenu__wrap {
    transform: translateX(0);
    opacity: 1;
  }
  .btn-for-menu__link:hover {
    background: #F9AE00;
  }
  .promo-request-consultation__btn:hover {
    background: #333333;
  }
  .footer__contacts-phone a:hover {
    color: #F9AE00;
  }
  .footer__contacts-email a:hover {
    color: #6DE2E9;
  }
  .footer__messengers-link:hover {
    color: #F9AE00;
  }
  .footer__messengers-link:hover svg path[fill="white"] {
    fill: #F9AE00;
  }
  .footer__privacy-policy-link:hover {
    text-decoration: none;
  }
  .footer-menu__name-link:hover {
    color: #F9AE00;
  }
  .footer-menu__link:hover {
    color: #6DE2E9;
  }
  .social-links-f__item:hover svg path[fill="white"] {
    fill: #F9AE00;
  }
  .social-links-f__item:hover svg path[stroke="white"] {
    stroke: #F9AE00;
  }
  .popup__inner {
    scrollbar-width: thin;
    scrollbar-color: #098B93 transparent;
  }
  .popup__inner--simple {
    padding: 48px;
    scrollbar-width: thin;
    scrollbar-color: #C5C5C5 transparent;
  }
  .popup__choise-city-list-wrap {
    scrollbar-width: thin;
    scrollbar-color: #C5C5C5 transparent;
  }
  .popup-form__btn:hover {
    background: #333333;
  }
  .popup-form__btn-send-sms:hover {
    background: #333333;
  }
  .popup-form__btn-send-sms:disabled:hover {
    background: transparent;
  }
  .select2-container--theme-select2-standard .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #636363 transparent;
  }
  .social-links__item:hover svg path {
    fill: #F9AE00;
  }
  .social-links-mob__item:hover svg path {
    fill: #F9AE00;
  }
  .breadcrumbs__link:hover {
    color: #F9AE00;
  }
  .useful-information__item:hover .useful-information__preview-picture {
    transform: scale(1.1);
  }
  .useful-information__item:hover .useful-information__btn-arrow {
    transform: translateX(5px);
  }
  .useful-information__item:hover .useful-information__btn-name {
    opacity: 0.8;
  }
  .promo-catalog__item:hover .promo-catalog__btn-arrow {
    transform: translateX(6px);
  }
  .promo-catalog__item:hover .promo-catalog__item-title {
    color: #ffffff;
  }
  .promo-catalog__item:hover .promo-catalog__btn-name {
    color: #ffffff;
  }
  .promo-catalog__item:hover .promo-catalog__picture-wrap:before {
    opacity: 1;
  }
  .promo-catalog__item:hover .promo-catalog__btn-arrow svg path {
    fill: #ffffff;
  }
  .promo-catalog__item:hover .promo-catalog__btn-arrow:before {
    background-color: #ffffff;
  }
  .promo-technologies__nav-btn:hover {
    border-color: #F9AE00;
    background: #F9AE00;
  }
  .promo-technologies__nav-btn:hover svg path {
    fill: #ffffff;
  }
  .promo-technologies__menu-item:hover {
    background: #F3F3F6;
  }
  .promo-technologies__menu-item:hover .promo-technologies__menu-item-name {
    color: #098B93;
  }
  .promo-technologies__menu-item:hover .promo-technologies__menu-item-btn svg path {
    fill: #098B93;
  }
  .catalog-product__name:hover {
    color: #098B93;
  }
  .catalog-product__btn-add-card:hover {
    background: #F9AE00;
  }
  .catalog-product__btn-add-card:hover svg path {
    fill: #ffffff;
  }
  .catalog-product .slick-dots button:hover {
    background: #333333;
  }
  .catalog-product__btn:hover .catalog-product__btn-arrow {
    transform: translateX(6px);
  }
  .promo-quality__picture:hover {
    transform: scale(1.025);
  }
  .promo-quality__btn:hover .promo-quality__btn-arrow {
    transform: translateX(6px);
  }
  .promo-slider__btn:hover {
    background-color: #098B93;
  }
  .promo-slider__nav-btn:hover {
    border-color: #F9AE00;
    background: #F9AE00;
  }
  .promo-slider__nav-btn:hover svg path {
    fill: #ffffff;
  }
  .popup-current-city__btn-close:hover {
    background: #F9AE00;
  }
  .popup-current-city__btn-choise:hover {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
  }
  .catalog-categories__item:hover .catalog-categories__item-picture-wrap {
    background: #098B93;
  }
  .catalog-navigation__btn-filter:hover {
    background: #F9AE00;
  }
  .catalog__show-more-btn:hover .catalog__show-more-btn-icon {
    animation: rotateShowMoreIcon 2s 1;
  }
  .catalog__show-more-btn:hover .catalog__show-more-btn-icon path {
    fill: #F9AE00;
  }
  .catalog__show-more-btn:hover .catalog__show-more-btn-name {
    color: #F9AE00;
  }
  .catalog__show-more-btn--reverse:hover .catalog__show-more-btn-icon {
    animation: rotateShowMoreIconReverse 2s 1;
  }
  .filter-catalog__inner {
    scrollbar-width: thin;
    scrollbar-color: #098B93 transparent;
  }
  .filter-catalog__apply-widget-btn:hover {
    background: #F9AE00;
  }
  .filter-catalog__apply-widget-reset:hover {
    color: #F9AE00;
  }
  .cookies__text a:hover {
    color: #F9AE00;
  }
  .cookies__btn:hover {
    background: #098B93;
    color: #ffffff;
  }
  .product-gallery__nav-btn--previous:hover svg {
    animation: translateArrowLeft 1.3s infinite;
  }
  .product-gallery__nav-btn--next:hover svg {
    animation: translateArrowRight 1.3s infinite;
  }
  .product-info__btn-quick:hover {
    color: #F9AE00;
  }
  .product-info__btn-quick:hover::after {
    background: #F9AE00;
  }
  .recommended-products__nav-btn:hover {
    border-color: #F9AE00;
    background: #F9AE00;
  }
  .recommended-products__nav-btn:hover svg path {
    fill: #ffffff;
  }
  .basket__item-btn-del:hover svg path {
    stroke: #333333;
  }
  .order__address-link-map:hover {
    color: #098B93;
  }
  .delivery-nav__btn:hover {
    background: #098B93;
    border-color: #098B93;
    color: #ffffff;
  }
  .delivery-nav__btn.js-tabs-btn--active {
    background: #F9AE00;
    border-color: #F9AE00;
    color: #ffffff;
  }
  .quiz__box {
    scrollbar-width: thin;
    scrollbar-color: #098B93 transparent;
  }
  .quiz__nav-btn-back:hover {
    background: #098B93;
    border-color: #098B93;
  }
  .quiz__nav-btn-back:hover svg path {
    stroke: #ffffff;
  }
  .quiz__nav-btn-next:hover {
    background: #098B93;
  }
  .quiz-promo__picture:hover {
    transform: scale(1.025);
  }
  .quiz-result__btn-return:hover .quiz-result__btn-return-icon {
    animation: rotateShowMoreIcon 2s 1;
  }
  .quiz-result__btn-return:hover .quiz-result__btn-return-icon path {
    fill: #F9AE00;
  }
  .quiz-result__btn-return:hover .quiz-result__btn-return-name {
    color: #F9AE00;
  }
  .catalog-product-quiz__name:hover {
    color: #098B93;
  }
  .quiz-form__btn:hover {
    background: #333333;
  }
  .quiz-success__btn:hover .quiz-success__btn-arrow {
    transform: translateX(6px);
  }
  .contact-item__nav-btn:hover {
    background: #098B93;
  }
  .contact-item__nav-btn:hover svg path {
    fill: #ffffff;
  }
  .contact-item .slick-dots button:hover {
    background: #333333;
  }
  .articles__show-more-btn:hover .articles__show-more-btn-icon {
    animation: rotateShowMoreIcon 2s 1;
  }
  .articles__show-more-btn:hover .articles__show-more-btn-icon path {
    fill: #F9AE00;
  }
  .articles__show-more-btn:hover .articles__show-more-btn-name {
    color: #F9AE00;
  }
  .articles__show-more-btn--reverse:hover .articles__show-more-btn-icon {
    animation: rotateShowMoreIconReverse 2s 1;
  }
  .articles-nav__btn:hover {
    background: #098B93;
    border-color: #098B93;
    color: #ffffff;
  }
  .articles-nav__btn.js-tabs-btn--active {
    background: #F9AE00;
    border-color: #F9AE00;
    color: #ffffff;
  }
  .article-item__btn:hover .article-item__btn-arrow {
    transform: translateX(6px);
  }
  .article-item:hover .article-item__text-box {
    height: 222px;
    opacity: 1;
  }
}
@media screen and (min-width: 961px) and (max-height: 600px) {
  body {
    position: relative;
  }
}