@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular'.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium'.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold'.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  font-display: swap;
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold'.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

* {
  font-size: 16px;
}

body,
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  color: #2C2D2E;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.2;
  font-family: "Onest", sans-serif;
  -ms-overflow-style: scrollbar;
  width: 100%;
}

body,
html {
  font-size: 16px;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: #33AE5E;
  border-radius: 4px;
}

a,
a:active,
a:link,
a:focus {
  text-decoration: none;
  outline: none;
  color: #2C2D2E;
  transition: 0.2s;
}

p {
  display: block;
}

b {
  display: block;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.54px;
}

b {
  font-size: 18px;
}

img {
  max-width: 100%;
  display: block;
  object-fit: contain;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

div,
span,
article,
nav,
section,
main,
header {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  box-shadow: none;
  color: #2C2D2E;
  background-color: #F5F5F5;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Onest", sans-serif;
}

input option,
button option,
select option,
textarea option {
  background-color: #F5F5F5;
  color: #2C2D2E;
}

input::placeholder,
button::placeholder,
select::placeholder,
textarea::placeholder {
  color: #737373;
}

textarea {
  resize: none;
  max-width: 100%;
  width: 100%;
  border: none;
  max-height: 160px;
  padding: 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F5F5F5;
  color: #2C2D2E;
  box-shadow: none;
}

textarea::placeholder {
  color: #737373;
}

input[type=text],
input[type=tel],
input[type=submit],
button,
input[type=password],
input[type=email] {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px;
  border: none;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

input[type=submit],
button {
  cursor: pointer;
}

input[type=number] {
  padding: 10px 15px;
  width: 100%;
  max-width: 440px;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  visibility: hidden;
  position: absolute;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  display: block;
}

.container {
  width: 100%;
  max-width: 1270px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

section,
main {
  margin-bottom: 90px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.icon {
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon:hover {
  transition: 0.2s;
}

svg {
  transition: 0.2s;
}

svg path,
svg rect {
  transition: 0.2s;
}

svg:hover {
  transition: 0.2s;
}

svg:hover path,
svg:hover rect {
  transition: 0.2s;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.fixed {
  overflow-y: hidden;
  display: block;
  position: relative;
  background-color: #fff;
  max-width: calc(100% - 10px);
}

.fixed .header.scrolled {
  right: auto;
  max-width: calc(100% - 10px);
}

.fixed .header::after {
  height: 100%;
  width: 10px;
  right: -10px;
  top: 0;
  position: absolute;
  background-color: #fff;
  content: "";
}

@media (min-width: 1081px) {
  a:hover {
    color: #33AE5E;
  }

  .only-mob {
    display: none !important;
  }

  .only-pc {
    display: block !important;
  }

  .only-mob-flex {
    display: none !important;
  }

  .only-pc-flex {
    display: flex !important;
  }

  .mob-header {
    display: none;
  }

  .header {
    display: block !important;
  }

  .header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .header.scrolled {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #D4D4D4;
    transform: translateY(-100%);
    animation-name: header;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .header.scrolled .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 {
    border: 1px solid #D4D4D4;
  }

  .header.scrolled .header-btns .social .icon svg path {
    stroke: transparent;
  }

  .header.scrolled .header-btns .icon {
    background: #F5F5F5;
    backdrop-filter: blur(0);
  }

  .header.scrolled .header-btns .icon svg path {
    stroke: #2C2D2E;
  }

  .header.scrolled .wrap {
    padding: 10px 0;
    border: none !important;
  }

  .header.scrolled .wrap nav ul li a,
  .header.scrolled .wrap nav ul li span {
    color: #2C2D2E;
  }

  .header.scrolled .wrap nav ul li a::after,
  .header.scrolled .wrap nav ul li span::after {
    background-color: #2C2D2E;
  }

  .header.scrolled .wrap .logo img.white {
    display: none !important;
  }

  .header.scrolled .wrap .logo img.dark {
    display: flex !important;
  }

  .header.dark-header {
    background-color: #fff;
  }

  .header.dark-header .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 {
    border: 1px solid #D4D4D4;
  }

  .header.dark-header .header-btns .social .icon svg path {
    stroke: transparent;
  }

  .header.dark-header .header-btns .icon {
    background: #F5F5F5;
    backdrop-filter: blur(0);
  }

  .header.dark-header .header-btns .icon svg path {
    stroke: #2C2D2E;
  }

  .header.dark-header .wrap {
    border-bottom: 1px solid #D4D4D4;
  }

  .header.dark-header .wrap nav ul li a,
  .header.dark-header .wrap nav ul li span {
    color: #2C2D2E;
  }

  .header.dark-header .wrap nav ul li a::after,
  .header.dark-header .wrap nav ul li span::after {
    background-color: #2C2D2E;
  }

  .header-search {
    position: relative;
  }

  .header-search__wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    transition: 0.3s;
    overflow: hidden;
    opacity: 0;
  }

  .header-search__wrap.opened {
    display: block;
    width: 720px;
    opacity: 1;
    overflow: visible;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 {
    background: #fff;
    background-image: none;
    border: none;
    height: 54px;
    border-radius: 20px;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox {
    height: 54px;
    position: relative;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proclose {
    position: absolute;
    display: block !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-image: url(../img/icons/search-close.svg);
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proclose svg {
    display: none;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proloading {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proloading .asp_loader .asp_loader-inner.asp_simple-circle {
    border: 4px solid #33AE5E;
    border-right-color: transparent;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .promagnifier {
    position: absolute;
    left: 16px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    background: transparent;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/search-dark.svg);
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .promagnifier .innericon {
    display: none;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proinput {
    padding-left: 0;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proinput form input {
    height: 54px;
    background-color: #fff;
    color: #2C2D2E !important;
    padding-left: 52px !important;
    font-size: 16px !important;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proinput form input.autocomplete {
    display: none !important;
  }

  .header-search__wrap .asp_w_container_1_1.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_1 .probox .proinput form input::placeholder {
    font-size: 16px !important;
    color: #737373 !important;
  }

  .header-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header-btns .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header-btns .icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(11px);
    margin-left: 10px;
    cursor: pointer;
    position: relative;
  }

  .header-btns .icon .basket-btn__counter {
    position: absolute;
    z-index: 1;
    background-color: #33AE5E;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    top: -6px;
    right: -6px;
  }

  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }

  .header .wrap nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .wrap nav ul li {
    display: block;
    margin: 0 12px;
  }

  .header .wrap nav ul li a:hover::after {
    width: 100%;
  }

  .header .wrap nav ul li a,
  .header .wrap nav ul li span {
    white-space: nowrap;
    color: #fff;
    transition: 0.3s;
    position: relative;
  }

  .header .wrap nav ul li a::after,
  .header .wrap nav ul li span::after {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: 0.3s;
    background-color: #fff;
    left: 0;
  }

  .home-offer {
    position: relative;
    width: 100%;
    height: 780px;
    background-color: #33AE5E;
    margin-bottom: 120px;
  }

  .home-offer__link {
    background-color: #33AE5E;
    margin-top: 0;
    margin-bottom: auto;
    border-radius: 32px;
    padding: 24px;
    position: relative;
  }

  .home-offer__link:hover {
    background-color: rgba(51, 174, 94, 0.9);
  }

  .home-offer__link:hover .icon {
    transform: rotate(45deg);
  }

  .home-offer__link .icon {
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 42px;
    width: 42px;
    border-radius: 100%;
  }

  .home-offer__link b,
  .home-offer__link p {
    color: #fff;
  }

  .home-offer__link b {
    font-size: 24px;
    letter-spacing: -0.7px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: 120px;
  }

  .home-offer__link p {
    max-width: 220px;
  }

  .home-offer__layout {
    position: absolute;
    z-index: 5;
    left: calc(50% + 200px);
    transform: translateX(-50%);
    top: 280px;
    width: 480px;
  }

  .home-offer__colors {
    position: absolute;
    left: calc(50% + 140px);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
    padding: 16px;
    border-radius: 32px;
    padding-bottom: 78px;
    max-width: 170px;
    top: 200px;
  }

  .home-offer__colors p {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }

  .home-offer__colors-gall {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .home-offer__colors-gall img {
    width: 36px;
    margin-left: -10px;
  }

  .home-offer__colors-gall img:first-child {
    margin-left: 0;
  }

  .home-offer__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-offer .subtitle {
    margin-bottom: 0;
    margin-left: 50px;
    min-width: 240px;
    width: 240px;
    color: #fff;
  }

  .home-offer .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 124px;
    padding-top: 130px;
    position: relative;
  }

  .home-offer .page-title {
    color: #fff;
    font-size: 125px;
    font-weight: 500;
    letter-spacing: -3.7px;
    line-height: 0.8;
    width: 100%;
    margin: 0;
  }

  .home-offer__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .home-offer__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .home-offer .container {
    z-index: 5;
    height: 100%;
    display: block;
  }

  .home-offer .container.rel {
    position: relative;
  }

  .home-offer__calc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .home-offer__calc .calc-status {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5F5F5;
    top: -37px;
    border-radius: 999px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    padding: 6px 24px;
  }

  .home-offer__calc .submit {
    width: max-content;
    margin: 0;
  }

  .home-offer__calc .submit.disabled {
    opacity: 0.5;
  }

  .home-offer__calc .submit .button {
    width: 100%;
    padding: 0 24px;
    height: 64px;
    border-radius: 999px;
    background-color: #33AE5E;
  }

  .home-offer__calc .submit .button:hover {
    opacity: 0.7;
  }

  .home-offer__calc .submit .button .icon {
    margin-left: 10px;
    min-width: 24px;
  }

  .home-offer__calc .input-select {
    height: 64px;
    background-color: #F5F5F5;
    border-radius: 999px;
    margin-right: 10px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .home-offer__calc .input-select .icon {
    right: 12px;
    max-width: 20px;
    min-width: 20px;
  }

  .home-offer__calc .input-select.is-hidden {
    display: none !important;
  }

  .home-offer__calc .input-select .color-hex {
    display: none;
    min-width: 44px;
    height: 44px;
    border-radius: 100%;
    margin-right: 10px;
    position: static;
    transition: 0.3s;
    transform: none;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-offer__calc .input-select.selected .color-hex {
    display: block;
  }

  .home-offer__calc .input-select.selected select,
  .home-offer__calc .input-select.selected .select2-selection {
    padding-left: 64px;
  }

  .home-offer__calc .input-select.selected p {
    left: 64px;
  }

  .home-offer__calc .input-select.disabled {
    opacity: 0.5;
  }

  .home-offer__calc .input-select p {
    left: 24px;
    font-size: 12px;
    top: 14px;
  }

  .home-offer__calc .input-select select {
    height: 64px;
    background-color: transparent;
    width: max-content;
    padding-right: 40px;
    padding-left: 24px;
  }

  .home-offer__calc-wrapper.container {
    background-color: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    border-radius: 999px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 24px;
    height: 112px;
  }

  #ajaxsearchprores1_1.vertical,
  #ajaxsearchprores1_2.vertical,
  div.asp_r.asp_r_1.vertical {
    background: #fff !important;
    border: 1px solid #D4D4D4 !important;
    border-radius: 32px !important;
    padding: 0 !important;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item,
  #ajaxsearchprores1_2.vertical .results .resdrg .item,
  div.asp_r.asp_r_1.vertical .results .resdrg .item {
    padding: 0;
    border: none;
    border-bottom: 1px solid #D4D4D4;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item.hovered h3 a,
  #ajaxsearchprores1_2.vertical .results .resdrg .item.hovered h3 a,
  div.asp_r.asp_r_1.vertical .results .resdrg .item.hovered h3 a {
    background-color: #33AE5E;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Onest", sans-serif;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item .etc,
  #ajaxsearchprores1_1.vertical .results .resdrg .item .asp_res_text,
  #ajaxsearchprores1_1.vertical .results .resdrg .item .asp_res_image_url,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .etc,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_res_text,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_res_image_url,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .etc,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_res_text,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_res_image_url {
    display: none !important;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item .asp_content,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_content,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_content {
    padding: 0;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item h3,
  #ajaxsearchprores1_2.vertical .results .resdrg .item h3,
  div.asp_r.asp_r_1.vertical .results .resdrg .item h3 {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item h3 a,
  #ajaxsearchprores1_2.vertical .results .resdrg .item h3 a,
  div.asp_r.asp_r_1.vertical .results .resdrg .item h3 a {
    font-size: 16px;
    color: #2C2D2E;
    line-height: 1.2;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    padding: 16px 24px;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item::after,
  #ajaxsearchprores1_2.vertical .results .resdrg .item::after,
  div.asp_r.asp_r_1.vertical .results .resdrg .item::after {
    display: none;
  }

  #ajaxsearchprores1_1.vertical .results .resdrg .item .asp_content,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_content,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_content {
    border: none;
  }
}

@media (max-width: 1080px) {
  * {
    font-size: 14px;
  }

  body,
  html {
    font-size: 14px;
  }

  b {
    font-size: 16px;
  }

  section,
  main {
    margin-bottom: 40px;
  }

  .container {
    max-width: 740px;
  }

  :root {
    --vv-offset: 0px;
  }

  .mob-bar {
    bottom: var(--vv-offset, 0px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    height: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .bar-frame {
    bottom: var(--vv-offset, 0px);
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .button-wrap {
    bottom: calc(62px + env(safe-area-inset-bottom, 0px) + var(--vv-offset, 0px));
  }

  .only-mob {
    display: block !important;
  }

  .only-pc {
    display: none !important;
  }

  .only-mob-flex {
    display: flex !important;
  }

  .only-pc-flex {
    display: none !important;
  }

  .fixed {
    padding-right: 0;
    max-width: 100%;
  }

  .fixed .header.scrolled {
    max-width: 100%;
  }

  .fixed .header.scrolled::after {
    display: none;
  }

  .header {
    display: none;
  }

  .mob-header {
    display: block;
  }

  .mob-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(212, 212, 212, 0.2);
    z-index: 20;
  }

  .mob-header .top {
    padding: 15px 0;
    transition: 0.3s;
  }

  .mob-header .top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mob-header .top .logo img {
    height: 35px;
  }

  .mob-header .top .burger {
    width: 24px;
    height: 24px;
    position: relative;
  }

  .mob-header .top .burger.active span {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mob-header .top .burger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mob-header .top .burger.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .mob-header .top .burger span {
    height: 2px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 42px;
    transition: 0.5s;
    transform: translate(-50%, -50%);
  }

  .mob-header .top .burger span:nth-child(1) {
    top: calc(50% - 6px);
  }

  .mob-header .top .burger span:nth-child(3) {
    top: calc(50% + 6px);
  }

  .mob-header.scrolled {
    position: fixed;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    animation-name: header;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }

  .mob-header.scrolled .top {
    border-bottom: 1px solid #D4D4D4;
    background-color: #fff;
    padding: 12px 0;
  }

  .mob-header.scrolled .top .logo .white {
    display: none !important;
  }

  .mob-header.scrolled .top .logo .dark {
    display: block !important;
  }

  .mob-header.scrolled .top .burger span {
    background-color: #2C2D2E;
  }

  .mob-header.active .top {
    border-bottom: 1px solid #D4D4D4;
    background-color: #fff;
  }

  .mob-header.active .top .logo .white {
    display: none !important;
  }

  .mob-header.active .top .logo .dark {
    display: block !important;
  }

  .mob-header.active .top .burger span {
    background-color: #2C2D2E;
  }

  .mob-header.dark-header .top {
    border-bottom: 1px solid #D4D4D4;
  }

  .mob-header.dark-header .top::after {
    opacity: 1;
  }

  .mob-header.dark-header .top .logo .logo-white {
    display: none !important;
  }

  .mob-header.dark-header .top .logo .logo-dark {
    display: block !important;
  }

  .mob-header.dark-header .top .burger span {
    background-color: #1A2141;
  }

  .mob-header .mob-menu {
    position: relative;
    z-index: 50;
    background-color: #fff;
    height: 100vh;
    padding-top: 24px;
    display: none;
    transform: translateX(100%);
    transition: 0.5s;
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 80px;
  }

  .mob-header .mob-menu.opened {
    transform: translateX(0);
  }

  .mob-header .mob-menu nav {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D4D4D4;
    display: block;
  }

  .mob-header .mob-menu nav ul {
    width: 100%;
    display: block;
  }

  .mob-header .mob-menu nav ul li {
    width: 100%;
    margin-bottom: 12px;
  }

  .mob-header .mob-menu nav ul li:last-child {
    margin-bottom: 0;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children.active > a::after,
  .mob-header .mob-menu nav ul li.menu-item-has-children.active > span::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children > a,
  .mob-header .mob-menu nav ul li.menu-item-has-children > span {
    position: relative;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children > a::after,
  .mob-header .mob-menu nav ul li.menu-item-has-children > span::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    transition: 0.5s;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/menu-arr-dark.svg);
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul {
    padding-bottom: 5px;
    padding-left: 10px;
    display: none;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul li {
    border: none;
  }

  .mob-header .mob-menu nav ul li.menu-item-has-children ul li a,
  .mob-header .mob-menu nav ul li.menu-item-has-children ul li span {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
  }

  .mob-header .mob-menu nav ul li > a,
  .mob-header .mob-menu nav ul li > span {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
  }

  .mob-header .mob-menu__bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .mob-header .mob-menu__bottom a {
    width: max-content;
    margin-right: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
  }

  .mob-header .mob-menu .social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .mob-header .mob-menu .social a {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 48px;
    margin-right: 12px;
    transition: 0.3s;
    border-radius: 14px;
    border: 1px solid #D4D4D4;
  }

  .home-offer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #33AE5E;
    margin-bottom: 260px;
  }

  .home-offer__link {
    background-color: #33AE5E;
    border-radius: 20px;
    padding: 6px;
    width: 123px;
    padding-left: 14px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .home-offer__link .icon {
    background-color: #fff;
    position: static;
    height: 30px;
    width: 30px;
    border-radius: 100%;
  }

  .home-offer__link b {
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    max-width: 65px;
    margin-right: 10px;
  }

  .home-offer__link p {
    display: none;
  }

  .home-offer__layout {
    display: none;
  }

  .home-offer__colors {
    position: static;
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 20px;
    padding: 14px;
    width: 123px;
    order: -5;
    margin-bottom: 13px;
  }

  .home-offer__colors p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .home-offer__colors-gall {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .home-offer__colors-gall img {
    width: 24px;
    height: 24px;
    margin-left: -12px;
  }

  .home-offer__colors-gall img:first-child {
    margin-left: 0;
  }

  .home-offer__title {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: 6px;
  }

  .home-offer .subtitle {
    margin-left: 0;
    min-width: 0;
    margin-bottom: 0;
    width: 280px;
    color: #fff;
  }

  .home-offer .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    padding-top: 70px;
    padding-top: 120px;
    padding-bottom: 65px;
  }

  .home-offer .page-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 0.8;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    max-width: 226px;
  }

  .home-offer__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .home-offer__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .home-offer .container {
    z-index: 5;
    height: 100%;
    display: block;
  }

  .home-offer .container.rel {
    position: relative;
  }

  .home-offer__calc {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .home-offer__calc .calc-status {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5F5F5;
    top: -28px;
    border-radius: 999px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    padding: 4px 16px;
    white-space: nowrap;
  }

  .home-offer__calc .submit {
    width: 100%;
    margin: 0;
  }

  .home-offer__calc .submit.disabled {
    opacity: 0.7;
  }

  .home-offer__calc .submit .button {
    width: 100%;
    padding: 0 24px;
    height: 48px;
    border-radius: 999px;
    background-color: #33AE5E;
  }

  .home-offer__calc .submit .button:hover {
    opacity: 0.7;
  }

  .home-offer__calc .submit .button .icon {
    margin-left: 10px;
    min-width: 24px;
  }

  .home-offer__calc .input-select {
    height: 54px;
    background-color: #F5F5F5;
    border-radius: 999px;
    margin-right: 0;
    margin-bottom: 6px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .home-offer__calc .input-select.is-hidden {
    display: none !important;
  }

  .home-offer__calc .input-select .icon {
    width: 8px;
    right: 10px;
  }

  .home-offer__calc .input-select .icon svg {
    width: 12px;
  }

  .home-offer__calc .input-select.width,
  .home-offer__calc .input-select.length,
  .home-offer__calc .input-select.height,
  .home-offer__calc .input-select.diameter1,
  .home-offer__calc .input-select.diameter2,
  .home-offer__calc .input-select.diameter3,
  .home-offer__calc .input-select.diameter,
  .home-offer__calc .input-select.panel_width {
    width: calc(33.3% - 6px);
  }

  .home-offer__calc .input-select .color-hex {
    display: none;
    min-width: 44px;
    height: 44px;
    border-radius: 100%;
    margin-right: 10px;
    position: static;
    transition: 0.3s;
    transform: none;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-offer__calc .input-select.selected .color-hex {
    display: block;
  }

  .home-offer__calc .input-select.selected select,
  .home-offer__calc .input-select.selected .select2-selection {
    padding-left: 64px;
  }

  .home-offer__calc .input-select.selected p {
    left: 64px;
  }

  .home-offer__calc .input-select.disabled {
    opacity: 0.7;
  }

  .home-offer__calc .input-select p {
    left: 18px;
    font-size: 10px;
    top: 12px;
  }

  .home-offer__calc .input-select select,
  .home-offer__calc .input-select .select2-selection {
    height: 54px;
    background-color: transparent;
    width: 100%;
    padding-right: 26px;
    padding-left: 18px;
    padding-top: 22px;
    font-size: 12px !important;
  }

  .home-offer__calc .input-select select .select2-selection__rendered,
  .home-offer__calc .input-select .select2-selection .select2-selection__rendered {
    font-size: 14px !important;
  }

  .home-offer__calc-wrapper.container {
    background-color: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -222px;
    border-radius: 28px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 18px;
    height: 264px;
  }

  .mob-bar {
    display: block;
    z-index: 160;
    position: fixed;
    bottom: var(--vv-offset, 0px);
    right: 0;
    left: 0;
    width: 100%;
    background-color: #F5F5F5;
    transition: transform 1s;
    transform: translateY(100%);
    will-change: transform;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    height: calc(60px + env(safe-area-inset-bottom, 0px));
  }

  .mob-bar.active {
    transform: translateY(0);
  }

  .mob-bar .search {
    display: none;
  }

  .mob-bar .wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .mob-bar .wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 66px;
    max-width: 100%;
    margin: 0 8px;
  }

  .mob-bar .wrap .item .only-mob-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 66px;
    position: relative;
  }

  .mob-bar .wrap .item .only-mob-flex span {
    position: absolute;
    background-color: #33AE5E;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    top: -14px;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mob-bar .wrap .item.active .icon svg path {
    stroke: #33AE5E;
  }

  .mob-bar .wrap .item.active span {
    color: #33AE5E;
  }

  .mob-bar .wrap .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .mob-bar .wrap .item span,
  .mob-bar .wrap .item p {
    font-size: 12px;
    white-space: nowrap;
    color: #737373;
    margin-top: 6px;
    line-height: 1;
  }

  .mob-search {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    min-height: 500px;
    padding: 18px 0;
    box-shadow: 0 4px 35.9px 0 rgba(0, 0, 0, 0.06);
    border-radius: 18px 18px 0 0;
    z-index: 25;
  }

  .mob-search .mini-title {
    font-size: 24px;
    letter-spacing: -0.7px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 {
    background: #F5F5F5;
    background-image: none;
    border: none;
    height: 54px;
    border-radius: 999px;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox {
    height: 54px;
    position: relative;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proclose {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-image: url(../img/icons/search-close.svg);
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proclose svg {
    display: none;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proloading {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proloading .asp_loader .asp_loader-inner.asp_simple-circle {
    border: 4px solid #33AE5E;
    border-right-color: transparent;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .promagnifier {
    position: absolute;
    left: 24px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    background: transparent;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/search-dark.svg);
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .promagnifier .innericon {
    display: none;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proinput {
    padding-left: 0;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proinput form input {
    height: 54px;
    background-color: #F5F5F5;
    color: #2C2D2E !important;
    padding-left: 52px !important;
    font-size: 16px !important;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proinput form input.autocomplete {
    display: none !important;
  }

  .mob-search .asp_w_container_1_2.asp_w_container.asp_w_container_1 .asp_w#ajaxsearchpro1_2 .probox .proinput form input::placeholder {
    font-size: 16px !important;
    color: #737373 !important;
  }

  #ajaxsearchpro1_2.vertical,
  #ajaxsearchprores1_2.vertical,
  div.asp_r.asp_r_1.vertical {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    top: auto !important;
    bottom: 80px !important;
    min-height: 290px;
  }

  #ajaxsearchpro1_2.vertical .results,
  #ajaxsearchprores1_2.vertical .results,
  div.asp_r.asp_r_1.vertical .results {
    height: 290px !important;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item,
  #ajaxsearchprores1_2.vertical .results .resdrg .item,
  div.asp_r.asp_r_1.vertical .results .resdrg .item {
    padding: 0;
    border: none;
    border-bottom: 1px solid #D4D4D4 !important;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item.hovered h3 a,
  #ajaxsearchprores1_2.vertical .results .resdrg .item.hovered h3 a,
  div.asp_r.asp_r_1.vertical .results .resdrg .item.hovered h3 a {
    background-color: #fff !important;
    color: #2C2D2E !important;
    font-weight: 400;
    line-height: 1.2 !important;
    font-size: 14px !important;
    font-family: "Onest", sans-serif;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item .etc,
  #ajaxsearchpro1_2.vertical .results .resdrg .item .asp_res_text,
  #ajaxsearchpro1_2.vertical .results .resdrg .item .asp_res_image_url,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .etc,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_res_text,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_res_image_url,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .etc,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_res_text,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_res_image_url {
    display: none !important;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item .asp_content,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_content,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_content {
    padding: 0;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item h3,
  #ajaxsearchprores1_2.vertical .results .resdrg .item h3,
  div.asp_r.asp_r_1.vertical .results .resdrg .item h3 {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item h3 a,
  #ajaxsearchprores1_2.vertical .results .resdrg .item h3 a,
  div.asp_r.asp_r_1.vertical .results .resdrg .item h3 a {
    font-size: 14px;
    background-color: #fff !important;
    color: #2C2D2E !important;
    line-height: 1.2;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    padding: 16px 6px;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item::after,
  #ajaxsearchprores1_2.vertical .results .resdrg .item::after,
  div.asp_r.asp_r_1.vertical .results .resdrg .item::after {
    display: none;
  }

  #ajaxsearchpro1_2.vertical .results .resdrg .item .asp_content,
  #ajaxsearchprores1_2.vertical .results .resdrg .item .asp_content,
  div.asp_r.asp_r_1.vertical .results .resdrg .item .asp_content {
    border: none;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1081px) and (max-width: 1275px) {
  html {
    zoom: 0.7;
  }
}

@media (min-width: 1520px) and (max-width: 1780px) {
  .home-offer__colors {
    top: 230px;
  }

  .home-offer__layout {
    left: calc(50% + 200px);
    width: 400px;
    top: 320px;
  }
}
/* Catalog dropdown aligned with the new reference layout. */
@media (min-width: 1081px) {
  .header .wrap nav.menu {
    position: relative;
  }

  .header .wrap nav ul li.menu-item-has-catalog {
    position: relative;
  }

  .header .wrap nav ul li.menu-item-has-catalog > .menu_sublist {
    display: none !important;
  }

  .catalog-mega {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 70;
    width: min(520px, calc(100vw - 40px));
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(26, 33, 65, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .catalog-mega::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
  }

  .menu-item-has-catalog:hover .catalog-mega,
  .menu-item-has-catalog:focus-within .catalog-mega,
  .catalog-mega.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .catalog-mega__item {
    display: grid;
    grid-template-columns: 42px 1fr 18px;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #1A2141 !important;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
  }

  .catalog-mega__item::after,
  .catalog-mega__all::after {
    display: none !important;
  }

  .catalog-mega__item:hover {
    background: #F4FAF6;
    transform: translateX(2px);
  }

  .catalog-mega__icon {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #33AE5E, #8AC44B);
    position: relative;
  }

  .catalog-mega__icon::before {
    content: "";
    position: absolute;
    inset: 11px 10px 9px 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: skew(-12deg) rotate(-16deg);
    border-radius: 0 0 0 8px;
  }

  .catalog-mega__text {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .catalog-mega__text strong {
    color: #1A2141;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    white-space: normal;
  }

  .catalog-mega__text small {
    color: #737373;
    font-size: 12px;
    line-height: 1.2;
  }

  .catalog-mega__arrow {
    color: #33AE5E;
    font-size: 24px;
    line-height: 1;
  }

  .catalog-mega__all {
    display: block;
    margin-top: 8px;
    padding: 12px;
    border-radius: 12px;
    background: #33AE5E;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 1080px) {
  .catalog-mega {
    display: none !important;
  }
}

.site-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.site-search-form input {
  width: 100%;
  height: 44px;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 0 14px;
  color: #1A2141;
  background: #fff;
}

.site-search-form button {
  height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  background: #33AE5E;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
