/**
 * Star Rating
 * @version: 4.3.0
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://github.com/pryley/star-rating.js
 * @license: MIT
 */

:root {
    --gl-star-color: #fdd835;
    --gl-star-color-inactive: #dcdce6;
    --gl-star-empty: url('../img/star-empty.svg');
    --gl-star-full: url('../img/star-full.svg');
    --gl-star-size: 24px;
    --gl-tooltip-border-radius: 4px;
    --gl-tooltip-font-size: 0.875rem;
    --gl-tooltip-font-weight: 400;
    --gl-tooltip-line-height: 1;
    --gl-tooltip-margin: 12px;
    --gl-tooltip-padding: .5em 1em;
    --gl-tooltip-size: 6px;
}

[data-star-rating] > select {
    -webkit-appearance:  none;
       -moz-appearance:  none;
            appearance:  none;
    clip-path: circle(1px at 0 0) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none;
    position: absolute !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 1px !important;
}
[data-star-rating] > select::before,
[data-star-rating] > select::after {
    display: none !important;
}
[data-star-rating].gl-star-rating--ltr > select {
    left: 0 !important;
}
[data-star-rating].gl-star-rating--rtl > select {
    right: 0 !important;
}
[data-star-rating] {
    align-items: center;
    display: flex;
    position: relative;
}
.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
    display: none;
}
[data-star-rating] .gl-star-rating--stars {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}
[data-star-rating] > select:focus + .gl-star-rating--stars span:first-child::before {
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    box-shadow: 0 0 0 3px -webkit-focus-ring-color;
    box-shadow: 0 0 0 3px Highlight;
    content: '';
    display: block;
    height: 100%;
    outline: 1px solid transparent;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
[data-star-rating] select[disabled] + .gl-star-rating--stars {
    cursor: default;
}
[data-star-rating] .gl-star-rating--stars > span {
    display: flex;
    height: var(--gl-star-size);
    margin: 0;
    width: var(--gl-star-size);
}
[data-star-rating] .gl-star-rating--stars[aria-label]::before,
[data-star-rating] .gl-star-rating--stars[aria-label]::after {
    backface-visibility: hidden;
    bottom: auto;
    box-sizing: border-box;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    opacity: .9;
    transform-origin: top;
    transform: translate3d(0,-50%,0);
    white-space: nowrap;
    z-index: 10;
}
[data-star-rating] .gl-star-rating--stars[aria-label]::before {
    background-size: 100% auto !important;
    background-position: 50% !important;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 31"%3E%3Cpath fill="%23111" d="M12.002 31C12.002 25 0 19.838 0 15.5 0 11.24 12 6 12 0l.002 31z"/%3E%3C/svg%3E') no-repeat;
    content: '';
    height: 18px;
    margin-bottom: 0;
    margin-left: var(--gl-tooltip-size);
    width: var(--gl-tooltip-size);
}
[data-star-rating] .gl-star-rating--stars[aria-label]::after {
    background: #111;
    border-radius: var(--gl-tooltip-border-radius);
    color: #fff;
    content: attr(aria-label);
    font-size: var(--gl-tooltip-font-size);
    font-weight: normal;
    margin-left: var(--gl-tooltip-margin);
    padding: var(--gl-tooltip-padding);
    text-transform: none;
}
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::before,
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::after {
    left: auto;
    right: 100%;
}
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::before {
    transform: scaleX(-1) translate3d(0,-50%,0);
    margin-left: 0;
    margin-right: var(--gl-tooltip-size);
}
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]::after {
    margin-left: 0;
    margin-right: var(--gl-tooltip-margin);
}
[data-star-rating] svg {
    height: 100%;
    width: 100%;
}
[data-star-rating] .gl-star-half {
    fill: none;
    stroke: none;
}
[data-star-rating] .gl-star-full {
    fill: var(--gl-star-color-inactive);
    stroke: var(--gl-star-color-inactive);
    transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}
[data-star-rating] .gl-active .gl-star-full {
    fill: var(--gl-star-color);
    stroke: var(--gl-star-color);
}

/* Compatibilty with v3 */
.gl-star-rating--stars[class*=" s"] > span {
    background-image: var(--gl-star-empty) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
}
.gl-star-rating--stars[class*=" s"] > span.gl-active,
.gl-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: var(--gl-star-full) !important;
}

@charset "UTF-8";
sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

html, .main-wrapper {
  height: 100%;
}

body {
  font-stretch: normal;
  font-weight: normal;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  color: #141414;
  background: #fff;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
body.hidden {
  overflow: hidden;
}
body.grey {
  background: #f5f5f2;
}
body.grey-light {
  background: #fafafa;
}
body.grey-women {
  background: #F0EDEC;
}
body.grey-men {
  background: #F0F1F3;
}
body.men-background {
  background: #f7f8f7;
}
body.women-background {
  background: #f8f6f4;
}
body.dark-body {
  background: #24242a;
}

.container {
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  padding: 0 0 270px 0;
  position: relative;
}
.container.dark-container {
  background: #24242a;
}
.container.gray-bg {
  background: #f8f8f8;
}
.container.profile-bg {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--header-large-height));
  padding-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .container.profile-bg {
    min-height: calc(100vh - var(--header-height));
  }
}
.container.profile-bg .content {
  flex: 1;
}
.container.grey-bg {
  background: #f5f5f2;
}
.container.no-footer {
  padding-bottom: 0;
}
.container.short-footer {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--header-large-height));
  padding-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .container.short-footer {
    min-height: calc(100vh - var(--header-height));
  }
}
.container.short-footer .content {
  flex: 1;
}
body:has(.promo-text) .container.short-footer {
  min-height: calc(100vh - var(--header-large-height) - var(--promo-height));
}
@media screen and (max-width: 1599px) {
  body:has(.promo-text) .container.short-footer {
    min-height: calc(100vh - var(--header-height) - var(--promo-height));
  }
}

.screen-block {
  overflow: hidden;
}

.wrapper-block {
  max-width: 1368px;
  margin: 0 auto;
}

div, li, a, span, button, input {
  box-sizing: border-box;
  display: block;
}

h1, .h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  display: block;
}

h1, .h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

h4, .h4 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 25px;
}

.b16tr {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.b40 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.b45 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.b80 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -2px;
}

.sm18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.sm22 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.sm24 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.m30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.b60 {
  font-size: 60px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -2px;
}

p {
  display: block;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #141414;
  opacity: 0.5;
}

.p18-gray {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a.active {
  text-decoration: none;
  color: #000;
}
a.base {
  display: initial;
  color: #6f23f1;
  border-bottom: 1px solid rgba(111, 35, 241, 0);
}
a.base:hover {
  opacity: 0.8;
}

.p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

img {
  display: block;
}

.ta-center {
  text-align: center;
}

.green-bg {
  background: #f0efec;
}

.beige-bg {
  background: #f4f4f1;
}

.white-bg {
  background: #fff !important;
}

.color-gray {
  color: #b0b0b0;
}

.color-green {
  color: #a4c1ae;
}

input, textarea, button {
  box-sizing: border-box;
}

input, span {
  text-decoration: none;
}

a, input, span, div, p, img, li, button, textarea, :before, :after {
  outline: none;
  transition: color 200ms linear 0s, background 200ms linear 0s, border 200ms linear 0s, opacity 200ms linear 0s, transform 400ms linear 0s;
}

a:focus, a:visited {
  -moz-outline-style: none;
  outline: none;
}

button, input, select {
  border: none;
  background: none;
  border-radius: 0;
}

button {
  cursor: pointer;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
}

.btns {
  display: flex;
  justify-content: center;
}
.btns .button_su {
  margin-right: 10px;
}
.btns .button_su:last-child {
  margin-right: 0;
}

.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 47px;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  font-size: 18px;
  color: #fff;
  background: #141414;
  cursor: pointer;
}
.btn.btn-big-fix {
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  padding: 0 32px;
}
.btn.btn-border {
  background: none;
  color: #15181c;
  border: 1px solid #eeeeee;
}
.btn.btn-border:hover {
  border: 1px solid #dedede;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 60px;
}
.button_su img {
  position: relative;
  z-index: 2;
}
.button_su.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  color: #fff;
  background: #141414;
  padding: 0;
}
.button_su.btn .btn-text {
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  padding: 0 36px;
  position: relative;
  z-index: 2;
}
.button_su.btn .btn-text.with-arrow {
  display: flex;
  align-items: center;
  gap: 0 5px;
  justify-content: center;
}
.button_su.btn .btn-text.with-arrow img {
  width: 24px;
}
.button_su.btn:hover {
  background: #2b2b2b;
}
.button_su.btn.btn-big {
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
}
.button_su.btn.btn-big .btn-text {
  font-size: 18px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  padding: 0 32px;
}
.button_su.btn.btn-big-fix {
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
}
.button_su.btn.btn-big-fix .btn-text {
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  padding: 0 32px;
}
.button_su.btn.btn-fix50 {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.button_su.btn.btn-fix50 .btn-text {
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
}
.button_su.btn.btn-fix36 {
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.button_su.btn.btn-fix36 .btn-text {
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 20px;
}
.button_su.btn.w200 {
  width: 200px;
}
.button_su.btn.disabled .button_su_inner {
  background: #dedede;
  cursor: default;
}
.button_su.btn.btn-white {
  border: 2px solid #141414;
  color: #141414;
  background: transparent;
}
.button_su.btn.btn-white .button_su_inner {
  background: transparent;
}
.button_su.btn.btn-white .btn-text {
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  color: #141414;
}
.button_su.btn.btn-white:hover {
  color: #fff;
  background: #141414;
}
.button_su.btn.btn-white:hover .btn-text {
  color: #fff;
}
.button_su.btn.btn-grey {
  border: 2px solid #eeeeee;
  color: #141414;
  background: transparent;
}
.button_su.btn.btn-grey .button_su_inner {
  background: transparent;
}
.button_su.btn.btn-grey .btn-text {
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  color: #141414;
}
.button_su.btn.btn-grey:hover {
  border-color: #141414;
}
.button_su.btn-wide {
  width: 100%;
}
.button_su.btn-wide .explode-circle {
  animation: explode2 500ms forwards;
}
.button_su.btn-wide .desplode-circle {
  animation: desplode2 500ms forwards;
}
.button_su .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  z-index: 2;
}
.button_su .loader-wrapper svg {
  width: 32px !important;
  height: 32px !important;
}

.button_su_inner {
  display: block;
  background: #141414;
  transition: 400ms;
  z-index: 100000;
}
.button_su_inner:hover {
  background: #2b2b2b;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.error {
  position: fixed;
  width: 100%;
  background: rgba(228, 103, 95, 0.8);
  padding: 15px 50px;
  transition: opacity 0.3s linear, top 0.1s linear;
  animation: fadeIn 0.3s forwards;
  z-index: 10000;
  top: 0;
}
.error.hidden {
  animation: fadeOut 0.3s forwards;
}
.error p {
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  font-weight: 600;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #fff;
}

.status-bar {
  position: fixed;
  top: 70px;
  width: 100%;
  background: rgba(142, 171, 152, 0.8);
  padding: 15px 50px;
  transition: opacity 0.3s linear, top 0.1s linear;
  animation: fadeIn 0.3s forwards;
  z-index: 10000;
}
.status-bar.hidden {
  animation: fadeOut 0.3s forwards;
}
.status-bar p {
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  font-weight: 600;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 1440px) {
  .button_su.btn.btn-big {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
  .button_su.btn.btn-big .btn-text {
    font-size: 16px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1000px) {
  .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }

  .button_su.btn .btn-text {
    font-size: 14px;
    line-height: 40px;
  }

  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  p {
    font-size: 20px;
    line-height: 28px;
  }

  .p18-gray {
    font-size: 15px;
    line-height: 22px;
  }

  .b16tr {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .b80 {
    font-size: 60px;
    line-height: 70px;
  }

  .b40 {
    font-size: 30px;
    line-height: 36px;
  }

  .b45 {
    font-size: 32px;
    line-height: 36px;
  }

  .sm18 {
    font-size: 14px;
    line-height: 18px;
  }

  .sm22 {
    font-size: 16px;
    line-height: 22px;
  }

  .b60 {
    font-size: 45px;
    line-height: 30px;
  }

  .m30 {
    font-size: 22px;
    line-height: 30px;
  }

  .button_su img {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  p {
    font-size: 20px;
    line-height: 28px;
  }

  .p18-gray {
    font-size: 14px;
    line-height: 22px;
  }

  .button_su.btn {
    height: 40px;
    line-height: 40px;
  }
  .button_su.btn .btn-text {
    line-height: 40px;
    font-size: 14px;
  }

  .sm24 {
    font-size: 18px;
    line-height: 24px;
  }

  .sm18 {
    font-size: 14px;
    line-height: 18px;
  }

  .b16tr {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .b80 {
    font-size: 60px;
    line-height: 70px;
  }

  .b60 {
    font-size: 45px;
    line-height: 30px;
  }

  .b40 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .m30 {
    font-size: 22px;
    line-height: 30px;
  }

  .b45 {
    font-size: 32px;
    line-height: 36px;
  }

  .sm22 {
    font-size: 16px;
    line-height: 22px;
  }

  .error {
    padding: 10px 20px;
  }
  .error p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }

  .p18-gray {
    font-size: 15px;
    line-height: 20px;
  }

  .sm24 {
    font-size: 18px;
    line-height: 24px;
  }

  .b16tr {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .b80 {
    font-size: 36px;
    line-height: 42px;
  }

  .b40 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .b60 {
    font-size: 30px;
    line-height: 22px;
  }

  .m30 {
    font-size: 16px;
    line-height: 22px;
  }

  .sm18 {
    font-size: 14px;
    line-height: 16px;
  }

  .btn {
    height: 40px;
    line-height: 40px;
  }

  .button_su.btn {
    height: 36px;
    line-height: 36px;
  }
  .button_su.btn .btn-text {
    font-size: 12px;
    padding: 0 20px;
    line-height: 36px;
  }

  .b45 {
    font-size: 32px;
    line-height: 36px;
  }

  .sm22 {
    font-size: 18px;
    line-height: 24px;
  }

  .error {
    padding: 15px 20px;
  }
  .error p {
    font-size: 14px;
  }

  .status-bar {
    top: 60px;
    padding: 15px 20px;
  }
  .status-bar p {
    font-size: 14px;
  }
}
/*form styler start*/
.jq-selectbox {
  position: relative;
  width: 100%;
  height: 55px;
  border-radius: 55px;
  border: 2px solid #eeeeee;
}

.jq-selectbox__select {
  line-height: 55px;
  padding: 0 30px;
  font-family: "Gilroy", Helvetica, Arial, sans‑serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  transition: all 200ms;
}

.jq-selectbox__select-text {
  height: 52px;
  line-height: 52px;
}

.jq-selectbox__dropdown {
  max-height: 210px !important;
  width: 100%;
  background: #fff;
  border: 2px solid #eeeeee;
  padding: 10px;
  margin-top: 4px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.jq-selectbox__dropdown ul {
  max-height: 190px;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #D9D9D9;
  border-radius: 90px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.jq-selectbox li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 10px;
  background: rgba(248, 248, 248, 0);
  transition: all 200ms linear;
}
.jq-selectbox li.sel {
  font-weight: 700;
}
.jq-selectbox li:hover {
  background: #f8f8f8;
}

.jq-selectbox__select-text.placeholder {
  color: #8a8a8a;
}

.jq-selectbox__trigger {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 18px;
  background: url(../img/landing/arrow-dark-light-icon.svg) 0 0 no-repeat;
  background-size: contain;
}

.input-flex-wrapper {
  display: flex;
}
.input-flex-wrapper .input-flex-block {
  min-width: calc(50% - 3px);
  max-width: calc(50% - 3px);
  margin-right: 6px;
}
.input-flex-wrapper .input-flex-block:last-child {
  margin-right: 0;
}
.input-flex-wrapper .input-flex-block .jq-selectbox__dropdown {
  width: calc(200% + 14px);
}

/*.ui-front {
    z-index: 10000 !important;
}*/
/*form styler end*/
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  line-height: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

input[type=checkbox]:checked + label {
  color: #fff;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 6px;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url(../img/landing/check-box-icon.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background: url(../img/landing/check-box-icon.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.2s ease;
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transition-timing-function: linear;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  min-height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  /*position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);*/
  z-index: 10;
  /*cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  /*cursor: auto;*/
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  /*font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;*/
}

/*.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/*.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}*/
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.top-slider-wrapper .swiper-slide {
  width: auto;
}

.reviews-slider .swiper-slide {
  width: 440px;
}

.products-slider .swiper-slide {
  padding-top: 47px;
  width: 325px;
}

.our-clients .swiper-slide {
  width: auto;
  transition: all 200ms;
}

.reviews-slider {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*.cards-flex .swiper-slide {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    width: calc(25% - 12px);
    margin-right: 16px;
}
.cards-flex .swiper-slide:last-child {
    margin: 0;
}*/
@media screen and (min-width: 1140px) {
  .cards-flex .swiper-slide {
    width: calc(25% - 12px);
    margin-right: 16px;
  }

  .cards-flex .swiper-slide:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1440px) {
  .products-slider .swiper-slide {
    padding-top: 47px;
    width: 244px;
  }

  .reviews-slider .swiper-slide {
    width: 330px;
  }
}
@media screen and (max-width: 1139px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .reviews-slider .swiper-slide {
    width: 330px;
  }

  .cards-flex .swiper-slide {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }

  .products-slider .swiper-slide {
    width: 244px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slider .swiper-slide {
    width: 330px;
  }

  .cards-flex .swiper-slide {
    width: 220px;
    min-height: 300px;
  }

  .products-slider .swiper-slide {
    width: 244px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .reviews-slider .swiper-slide {
    width: 335px;
  }

  .cards-flex .swiper-slide {
    width: 245px;
    min-height: 360px;
  }
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
  max-height: 210px !important;
  /*width: 100%;*/
  background: #fff;
  border: 2px solid #eeeeee;
  padding: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 190px;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
        1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
        2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
        3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
        4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
        5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
        6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
                6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 16px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
  background: #D9D9D9;
  border-radius: 90px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /*-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;*/
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  /*-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
      opacity .2s ease-in-out, background-color .2s ease-in-out; 
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
      opacity .2s ease-in-out, background-color .2s ease-in-out; 
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
      opacity .2s ease-in-out, background-color .2s ease-in-out; 
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
      opacity .2s ease-in-out, background-color .2s ease-in-out; */
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  /*opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";*/
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  /*opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";*/
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  /*background-color: #000; background-color: rgba(0,0,0,0.4);
  filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; */
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #eeeeee;
  /*background-color: #fff; background-color: rgba(255,255,255,0.75);
  filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  /*background-color: #fff; background-color: rgba(255,255,255,0.85);
  filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  /*background-color: #fff; background-color: rgba(255,255,255,0.9);
  filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  body:has(.main-content) .content {
    padding-bottom: 70px;
  }
}

.main-content {
  position: relative;
}

.content-wrapper {
  width: 1560px;
}
@media screen and (max-width: 1599px) {
  .content-wrapper {
    width: 1240px;
  }
}
@media screen and (max-width: 1279px) {
  .content-wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 1023px) {
  .content-wrapper {
    width: 100%;
  }
}

.main-block-1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-block-1 .hero-wrapper {
  width: 100%;
  height: 780px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #141414;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-wrapper {
    height: 640px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-wrapper {
    height: 490px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-wrapper {
    height: 250px;
  }
}
.main-block-1 .hero-wrapper .hero-left,
.main-block-1 .hero-wrapper .hero-right {
  flex: 1;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-left,
.main-block-1 .hero-wrapper .hero-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }
}
.main-block-1 .hero-wrapper .hero-left .hero-image,
.main-block-1 .hero-wrapper .hero-right .hero-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1920px) {
  .main-block-1 .hero-wrapper .hero-left .hero-image,
.main-block-1 .hero-wrapper .hero-right .hero-image {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-left .hero-image,
.main-block-1 .hero-wrapper .hero-right .hero-image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-wrapper .hero-left .hero-image,
.main-block-1 .hero-wrapper .hero-right .hero-image {
    height: 100%;
  }
}
.main-block-1 .hero-wrapper .hero-left .bottom-product,
.main-block-1 .hero-wrapper .hero-right .bottom-product {
  width: 190px;
  height: 310px;
  aspect-ratio: 19/31;
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product,
.main-block-1 .hero-wrapper .hero-right .bottom-product {
    width: 150px;
    height: 250px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product,
.main-block-1 .hero-wrapper .hero-right .bottom-product {
    width: 120px;
    height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product,
.main-block-1 .hero-wrapper .hero-right .bottom-product {
    z-index: 1;
    width: 90px;
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product,
.main-block-1 .hero-wrapper .hero-right .bottom-product {
    width: 75px;
    height: 120px;
    bottom: 10px;
    aspect-ratio: 5/8;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-left {
    align-items: end;
  }
}
.main-block-1 .hero-wrapper .hero-left .bottom-product {
  left: 60px;
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product {
    left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-wrapper .hero-left .bottom-product {
    right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-right {
    align-items: start;
  }
}
.main-block-1 .hero-wrapper .hero-right .bottom-product {
  right: 60px;
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-wrapper .hero-right .bottom-product {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-wrapper .hero-right .bottom-product {
    right: auto;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-wrapper .hero-right .bottom-product {
    left: 20px;
  }
}
.main-block-1 .hero-caption-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  left: 50%;
  top: 50%;
  max-width: 700px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper {
    position: unset;
    max-width: none;
    transform: none;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper {
    padding: 30px 20px;
  }
}
.main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  max-width: 700px;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    max-width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    max-width: none;
    color: #141414;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-title {
    margin-bottom: 10px;
  }
}
.main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  max-width: 700px;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    max-width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .main-block-1__hero-subtitle {
    max-width: none;
    color: #5c5c5c;
  }
}
.main-block-1 .hero-caption-wrapper .hero-button-placeholder {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder {
    flex-direction: column;
  }
}
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
  display: flex;
  width: 300px;
  height: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 90px;
  background: #fff;
  height: 70px;
  width: 260px;
  display: flex;
  font-weight: 500;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left:hover,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    display: flex;
    width: 200px;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 90px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    height: 60px;
    width: 220px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1599px) and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left:hover,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    height: 50px;
    width: 180px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    width: 220px;
    height: 60px;
    background: #141414;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right {
    width: 350px;
  }
}
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left > svg,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right > svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left > svg > path,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right > svg > path {
    stroke: #fff;
  }
}
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1599px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-left .main-block-1__button-text,
.main-block-1 .hero-caption-wrapper .hero-button-placeholder .hero-button-right .main-block-1__button-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.main-block-2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.main-block-2 .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  opacity: 0.8;
}
@media screen and (max-width: 1599px) {
  .main-block-2 .content-wrapper {
    margin: 40px 100px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-2 .content-wrapper {
    margin: 30px 60px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-2 .content-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    gap: 20px 40px;
    margin: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-2 .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
    margin: 30px 20px;
    padding: 20px 0;
  }
}
.main-block-2 .content-wrapper .pros-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main-block-2 .content-wrapper .pros-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.main-block-2 .content-wrapper .pros-item > img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1279px) {
  .main-block-2 .content-wrapper .pros-item > img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-2 .content-wrapper .pros-item > img {
    width: 36px;
    height: 36px;
  }
}
.main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-2 .content-wrapper .pros-item .main-block-2__pros-text {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}

.main-block-3 {
  display: flex;
  width: 100%;
  padding: 80px 180px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
@media screen and (max-width: 1599px) {
  .main-block-3 {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 {
    padding: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 {
    padding: 40px 0;
  }
}
.main-block-3 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper {
    gap: 20px;
  }
}
.main-block-3 .content-wrapper .main-block-3__description {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  max-width: 1200px;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    max-width: 900px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    max-width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    max-width: none;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .main-block-3__description {
    padding: 0 20px;
  }
}
.main-block-3 .content-wrapper .comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table {
    padding: 0 40px;
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table {
    padding: 0 20px;
    table-layout: fixed;
  }
}
.main-block-3 .content-wrapper .comparison-table thead tr {
  border-bottom: 1px solid #141414;
}
.main-block-3 .content-wrapper .comparison-table thead th {
  padding: 20px 30px;
  text-align: center;
  border-bottom: 1px solid #141414;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th:first-child {
    width: 28%;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th.highlight {
  background-color: #f7f5f1;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight {
    border-radius: 10px 10px 0 0;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th.highlight img {
  height: 24px;
  width: 100%;
}
.main-block-3 .content-wrapper .comparison-table thead th.highlight img.block-3-logo-desktop {
  display: flex;
}
.main-block-3 .content-wrapper .comparison-table thead th.highlight img.block-3-logo-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th.highlight img {
    height: 19px;
    max-width: 50px;
    flex: 1 0 0;
    aspect-ratio: 50/19.04;
  }
  .main-block-3 .content-wrapper .comparison-table thead th.highlight img.block-3-logo-desktop {
    display: none;
  }
  .main-block-3 .content-wrapper .comparison-table thead th.highlight img.block-3-logo-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th .hide-on-mobile {
    display: none;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th .show-on-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th .show-on-mobile {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th .hide-on-tablet-down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th .hide-on-tablet-down {
    display: none;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th .show-on-tablet-down {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table thead th .show-on-tablet-down {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table thead th .show-on-tablet-down {
    display: inline;
  }
}
.main-block-3 .content-wrapper .comparison-table thead th img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody {
    display: table-row-group;
  }
}
.main-block-3 .content-wrapper .comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.main-block-3 .content-wrapper .comparison-table tbody tr:last-child td.highlight {
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr:last-child td.highlight {
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr:last-child td.highlight {
    border-radius: 0 0 10px 10px;
  }
}
.main-block-3 .content-wrapper .comparison-table tbody tr td {
  height: 80px;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    height: 60px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td {
    height: 50px;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
.main-block-3 .content-wrapper .comparison-table tbody tr td.nutritient-label {
  padding-left: 0;
}
.main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
  text-align: left;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td:first-child {
    white-space: unset;
    font-size: 14px;
    line-height: 18px;
  }
}
.main-block-3 .content-wrapper .comparison-table tbody tr td.highlight {
  background-color: #f7f5f1;
}
.main-block-3 .content-wrapper .comparison-table tbody tr td img {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .main-block-3 .content-wrapper .comparison-table tbody tr td img {
    width: 16px;
    height: 16px;
  }
}

.main-block-4 {
  display: flex;
  width: 100%;
  padding: 40px 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 1599px) {
  .main-block-4 {
    padding: 40px 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 {
    padding: 40px 0px;
  }
}
.main-block-4 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper {
    gap: 30px;
  }
}
.main-block-4 .content-wrapper .header-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .header-section {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .header-section {
    padding: 0 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .header-section {
    padding: 0 20px;
  }
}
.main-block-4 .content-wrapper .header-section .main-block-4__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  color: #141414;
  letter-spacing: -2.5px;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #5c5c5c;
  letter-spacing: -0.5px;
  max-width: 1200px;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    max-width: 700px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .header-section .main-block-4__subtitle {
    max-width: none;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper {
    padding: 0 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper {
    padding: 0 20px;
    gap: 10px;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 375px;
  border: 1px solid #141414;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column {
    width: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column {
    flex: 0 0 350px;
    min-width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column {
    flex: 0 0 320px;
    min-width: 320px;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  height: 80px;
  background-color: #f7f5f1;
  border-bottom: 1px solid #cacaca;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header .main-block-4__column-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header .main-block-4__column-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header .main-block-4__column-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header .main-block-4__column-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .column-header .main-block-4__column-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item {
    padding: 10px 20px;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .ingredient-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .ingredient-icon.bg-beige {
  background-color: #efece5;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .ingredient-icon.bg-dark-beige {
  background-color: #d7bc98;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .ingredient-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .main-block-4__ingredient-name {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #141414;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .main-block-4__ingredient-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .main-block-4__ingredient-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .main-block-4__ingredient-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .ingredient-item .main-block-4__ingredient-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count {
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #cacaca;
}
.main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count .main-block-4__more-count {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 1599px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count .main-block-4__more-count {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count .main-block-4__more-count {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count .main-block-4__more-count {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-4 .content-wrapper .ingredients-columns-wrapper .ingredient-column .more-count .main-block-4__more-count {
    font-size: 16px;
    line-height: 22px;
  }
}

.main-block-5 {
  display: none;
  width: 100%;
  padding: 80px 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 1599px) {
  .main-block-5 {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 {
    padding: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-5 {
    padding: 40px 20px;
  }
}
.main-block-5 .content-wrapper {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper {
    gap: 90px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.main-block-5 .content-wrapper .image-section {
  width: 770px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .image-section {
    width: 620px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .image-section {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .image-section {
    width: 100%;
    order: 2;
  }
}
.main-block-5 .content-wrapper .image-section img {
  width: 100%;
  height: auto;
  display: block;
}
.main-block-5 .content-wrapper .text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .text-section {
    gap: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .text-section {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .text-section {
    gap: 20px;
    order: 1;
  }
}
.main-block-5 .content-wrapper .text-section .main-block-5__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -3px;
  color: #141414;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__heading {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__heading {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__heading {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
}
.main-block-5 .content-wrapper .text-section .main-block-5__description {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.5px;
  color: #141414;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__description {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__description {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__description {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-5 .content-wrapper .text-section .main-block-5__description {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.main-block-5 .content-wrapper .text-section .app-download {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-block-5 .content-wrapper .text-section .app-download .main-block-5__download-label {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .text-section .app-download .main-block-5__download-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .text-section .app-download .main-block-5__download-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .text-section .app-download .main-block-5__download-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-5 .content-wrapper .text-section .app-download .main-block-5__download-label {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-block-5 .content-wrapper .text-section .app-download .download-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-block-5 .content-wrapper .text-section .app-download .download-links {
    gap: 20px;
  }
}
.main-block-5 .content-wrapper .text-section .app-download .download-links .app-link {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #3a684a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1599px) {
  .main-block-5 .content-wrapper .text-section .app-download .download-links .app-link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-5 .content-wrapper .text-section .app-download .download-links .app-link {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-5 .content-wrapper .text-section .app-download .download-links .app-link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-5 .content-wrapper .text-section .app-download .download-links .app-link {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-block-5 .content-wrapper .text-section .app-download .download-links .app-link:hover {
  opacity: 0.7;
}

.main-block-6 {
  display: flex;
  width: 100%;
  padding: 80px 180px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .main-block-6 {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-6 {
    padding: 40px 20px;
  }
}
.main-block-6 .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.main-block-6 .wrapper {
  display: flex;
  gap: 100px;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .main-block-6 .wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.main-block-6 .left {
  width: 480px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 50px;
  position: relative;
  background: #fff;
  z-index: 101;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .left {
    width: 350px;
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 .left {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .left {
    width: 100%;
  }
}
.main-block-6 .left:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  content: "";
  display: block;
}
@media screen and (max-width: 1023px) {
  .main-block-6 .left:after {
    display: none;
  }
}
.main-block-6 .left .main-block-6__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  color: #141414;
  margin: 0;
  line-height: 65px;
  letter-spacing: -2.5px;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .left .main-block-6__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 .left .main-block-6__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .left .main-block-6__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-6 .left .main-block-6__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-block-6 .left .navigation {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .main-block-6 .left .navigation {
    display: none;
  }
}
.main-block-6 .left .navigation .button-prev,
.main-block-6 .left .navigation .button-next {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.main-block-6 .left .navigation .button-prev:hover,
.main-block-6 .left .navigation .button-next:hover {
  opacity: 0.7;
}
.main-block-6 .left .navigation .button-prev img,
.main-block-6 .left .navigation .button-next img {
  width: 100%;
  height: 100%;
}
.main-block-6 .right {
  flex: 1;
  overflow: visible;
  min-width: 0;
  position: relative;
  align-self: stretch;
}
.main-block-6 .right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  z-index: 100;
  box-shadow: -100vw 0 0 100vw #fff;
}
@media screen and (max-width: 1023px) {
  .main-block-6 .right:before {
    display: none;
  }
}
.main-block-6 .slider {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-block-6 .slider .swiper {
  overflow: visible;
}
.main-block-6 .slider .swiper-wrapper {
  display: flex;
}
.main-block-6 .slider .swiper-slide {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .swiper-slide {
    gap: 10px;
    width: 250px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 .slider .swiper-slide {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .slider .swiper-slide {
    width: 300px;
  }
}
.main-block-6 .slider .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .slider .image {
    width: 300px;
    height: 300px;
  }
}
.main-block-6 .slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-block-6 .slider .stars-block {
  display: flex;
  gap: 3px;
  height: 24px;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .stars-block {
    height: 18px;
  }
}
.main-block-6 .slider .main-block-6__reviewer-name {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #141414;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .main-block-6__reviewer-name {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 .slider .main-block-6__reviewer-name {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .slider .main-block-6__reviewer-name {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-6 .slider .main-block-6__reviewer-name {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .main-block-6__reviewer-name {
    line-height: 18px;
  }
}
.main-block-6 .slider .main-block-6__review-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  margin: 0;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .main-block-6 .slider .main-block-6__review-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-6 .slider .main-block-6__review-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-6 .slider .main-block-6__review-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-6 .slider .main-block-6__review-text {
    font-size: 15px;
    line-height: 22px;
  }
}

.main-block-7 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .main-block-7 {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-7 {
    padding: 30px 20px;
  }
}
.main-block-7 .wrapper {
  display: flex;
  gap: 180px;
  align-items: flex-start;
  padding: 80px 0;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .wrapper {
    gap: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .wrapper {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
}
.main-block-7 .left {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .left {
    width: 350px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .left {
    width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .left {
    width: 100%;
  }
}
.main-block-7 .left .text-wrapper .main-block-7__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .left .text-wrapper .main-block-7__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .left .text-wrapper .main-block-7__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .left .text-wrapper .main-block-7__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-7 .left .text-wrapper .main-block-7__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-block-7 .left .text-wrapper .main-block-7__caption {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .left .text-wrapper .main-block-7__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .left .text-wrapper .main-block-7__caption {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .left .text-wrapper .main-block-7__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-7 .left .text-wrapper .main-block-7__caption {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-block-7 .left .text-wrapper .main-block-7__caption a {
  display: inline;
  color: #3a684a;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.main-block-7 .left .text-wrapper .main-block-7__caption a:hover {
  opacity: 0.7;
}
.main-block-7 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 980px;
}
@media screen and (max-width: 1023px) {
  .main-block-7 .right {
    width: 100%;
    max-width: none;
  }
}
.main-block-7 .right .question {
  border-bottom: 1px solid #141414;
  padding: 40px 0;
}
.main-block-7 .right .question:first-child {
  padding-top: 0;
}
.main-block-7 .right .question:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .right .question {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .right .question {
    padding: 20px 0;
  }
}
.main-block-7 .right .question .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-block-7 .right .question .question-header .title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.5px;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .right .question .question-header .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .right .question .question-header .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .right .question .question-header .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-7 .right .question .question-header .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.main-block-7 .right .question .question-header .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.main-block-7 .right .question .question-header .icon svg {
  width: 24px;
  height: 24px;
}
.main-block-7 .right .question .text {
  display: none;
  overflow: hidden;
}
.main-block-7 .right .question .text .main-block-7__answer-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  margin: 15px 0 0 0;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .main-block-7 .right .question .text .main-block-7__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-7 .right .question .text .main-block-7__answer-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-7 .right .question .text .main-block-7__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-7 .right .question .text .main-block-7__answer-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-block-7 .right .question.opened .question-header .icon {
  transform: rotate(180deg);
}

.main-block-8 {
  position: relative;
  width: 100%;
  min-height: 550px;
  overflow: hidden;
  background: #f7f5f1;
}
@media screen and (max-width: 1599px) {
  .main-block-8 {
    min-height: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 {
    min-height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 {
    height: auto;
    min-height: none;
    height: 850px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 {
    height: auto;
    min-height: 400px;
  }
}
.main-block-8 .content-wrapper {
  display: flex;
  flex-direction: row;
  background: #ded2c1;
  justify-content: space-between;
  align-items: stretch;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .main-block-8 .content-wrapper {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.main-block-8 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 520px;
  align-self: stretch;
  padding-left: calc((100vw - 1560px) / 2);
}
@media screen and (max-width: 1599px) {
  .main-block-8 .left {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 .left {
    padding-left: calc((100vw - 900px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 .left {
    flex: 0 0 220px;
    padding: 60px 40px 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .left {
    padding: 40px 20px 0 20px;
  }
}
.main-block-8 .left .main-block-8__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .main-block-8 .left .main-block-8__heading {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 .left .main-block-8__heading {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 .left .main-block-8__heading {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .left .main-block-8__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-8 .left .main-block-8__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 .left .main-block-8__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 .left .main-block-8__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .left .main-block-8__heading {
    max-width: 250px;
    margin-bottom: 20px;
  }
}
.main-block-8 .left .hero-button-placeholder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-block-8 .left .hero-button-placeholder {
    width: 100%;
    flex-direction: column;
  }
}
.main-block-8 .left .hero-button-placeholder .hero-button-left,
.main-block-8 .left .hero-button-placeholder .hero-button-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 70px;
  width: 250px;
  padding: 18px 66px;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .main-block-8 .left .hero-button-placeholder .hero-button-left,
.main-block-8 .left .hero-button-placeholder .hero-button-right {
    width: 220px;
    padding: 18px 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .left .hero-button-placeholder .hero-button-left,
.main-block-8 .left .hero-button-placeholder .hero-button-right {
    width: 100%;
  }
}
.main-block-8 .left .hero-button-placeholder .hero-button-left:hover,
.main-block-8 .left .hero-button-placeholder .hero-button-right:hover {
  opacity: 0.8;
}
.main-block-8 .left .hero-button-placeholder .hero-button-left > a,
.main-block-8 .left .hero-button-placeholder .hero-button-right > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.main-block-8 .left .hero-button-placeholder .hero-button-left > a > svg,
.main-block-8 .left .hero-button-placeholder .hero-button-right > a > svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.main-block-8 .left .hero-button-placeholder .hero-button-left .main-block-8__button-text,
.main-block-8 .left .hero-button-placeholder .hero-button-right .main-block-8__button-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #141414;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .main-block-8 .left .hero-button-placeholder .hero-button-left .main-block-8__button-text,
.main-block-8 .left .hero-button-placeholder .hero-button-right .main-block-8__button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-block-8 .right {
  position: relative;
  flex: 1 1 auto;
  overflow: visible;
  display: flex;
  align-items: stretch;
  height: 550px;
}
@media screen and (max-width: 1599px) {
  .main-block-8 .right {
    height: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 .right {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 .right {
    width: 100%;
    height: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .right {
    height: 400px;
  }
}
.main-block-8 .right img {
  position: absolute;
  right: 0px;
  top: 0;
  width: auto;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 1599px) {
  .main-block-8 .right img {
    height: 100%;
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-8 .right img {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-8 .right img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .main-block-8 .right img {
    padding: 0;
    -o-object-position: center top;
       object-position: center top;
  }
}

.main-block-9 {
  display: flex;
  justify-content: center;
}
.main-block-9 .content-wrapper {
  padding: 100px 0 40px;
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-9 .content-wrapper {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper {
    padding: 30px 20px;
  }
}
.main-block-9 .content-wrapper .title_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .title_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.main-block-9 .content-wrapper .title_wrapper .main-block-16__heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper .title_wrapper .main-block-16__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper .title_wrapper .main-block-16__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-9 .content-wrapper .title_wrapper .main-block-16__heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .title_wrapper .main-block-16__heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-block-9 .content-wrapper .title_wrapper a {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  text-decoration: underline;
  color: #3a684a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-underline-offset: 9px;
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper .title_wrapper a {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper .title_wrapper a {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-9 .content-wrapper .title_wrapper a {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .title_wrapper a {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-block-9 .content-wrapper .title_wrapper a svg {
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper .title_wrapper a svg {
    height: 36px;
    width: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper .title_wrapper a svg {
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-9 .content-wrapper .title_wrapper a svg {
    height: 36px;
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .title_wrapper a svg {
    height: 32px;
    width: 32px;
  }
}
.main-block-9 .content-wrapper .title_wrapper > .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .title_wrapper > .mobile {
    display: block;
  }
}
.main-block-9 .content-wrapper .main-block-16__description {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper .main-block-16__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper .main-block-16__description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-block-9 .content-wrapper .main-block-16__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .main-block-16__description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-block-9 .content-wrapper .main-block-16__description {
    margin-bottom: 30px;
  }
}
.main-block-9 .content-wrapper .wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .wrapper {
    flex-wrap: wrap;
  }
}
.main-block-9 .content-wrapper .wrapper a {
  display: block;
  width: 25%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .main-block-9 .content-wrapper .wrapper a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-block-9 .content-wrapper .wrapper a {
    width: calc((100% - 10px) / 2);
  }
}
.main-block-9 .content-wrapper .wrapper a img {
  width: 100%;
}

.button-wrapper {
  width: 370px;
  height: calc(100% + 120px);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  padding-right: 70px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1599px) {
  .button-wrapper {
    width: 340px;
    padding-right: 40px;
    height: calc(100% + 90px);
  }
}
@media screen and (max-width: 1279px) {
  .button-wrapper {
    width: 280px;
    padding-right: 50px;
    height: calc(100% + 100px);
  }
}
@media screen and (max-width: 1023px) {
  .button-wrapper {
    width: 100%;
    padding: 0 40px;
    height: calc(100% + 110px);
  }
}
@media screen and (max-width: 767px) {
  .button-wrapper {
    width: 100%;
    padding: 0 20px;
    height: calc(100% + 80px);
  }
}
.button-wrapper .buttons {
  transition: opacity 0.1s linear;
  opacity: 0;
}
.button-wrapper .buttons .js-open-menu-shop {
  pointer-events: none;
}
.button-wrapper .buttons.show {
  opacity: 1;
}
.button-wrapper .buttons.show .js-open-menu-shop {
  pointer-events: auto;
}
.button-wrapper .buttons {
  position: sticky;
  bottom: 70px;
  z-index: 100;
  width: 300px;
  pointer-events: initial;
  margin-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .button-wrapper .buttons {
    bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .button-wrapper .buttons {
    width: 230px;
    bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .button-wrapper .buttons {
    bottom: 40px;
    margin-bottom: 40px;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .button-wrapper .buttons {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    margin-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 100;
    width: 100%;
  }
}
.button-wrapper .buttons .button-large {
  display: flex;
  width: 300px;
  height: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 90px;
  width: 100%;
  height: 60px;
  background: #141414;
}
.button-wrapper .buttons .button-large:hover {
  opacity: 0.8;
}
.button-wrapper .buttons .button-large .button-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .button-wrapper .buttons .button-large .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .button-wrapper .buttons .button-large .button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .button-wrapper .buttons .button-large .button-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .button-wrapper .buttons .button-large .button-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.button-wrapper .buttons .button-large path {
  stroke: #fff;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body:has(.main-page) .content {
    padding-bottom: 70px;
  }
}

.main-page.good {
  position: relative;
}
.main-page.good .good-block-1 {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 {
    padding-bottom: 0;
  }
}
.main-page.good .good-block-1 .wrapper {
  display: flex;
  height: 800px;
  flex-direction: row;
  gap: 0;
  align-items: center;
  border-bottom: 1.333px solid #141414;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper {
    height: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper {
    height: 520px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    border-bottom: 0;
  }
}
.main-page.good .good-block-1 .wrapper > div {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper > div {
    width: 100%;
  }
}
.main-page.good .good-block-1 .wrapper .left {
  display: flex;
  align-items: end;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left {
    order: 2;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content {
  padding: 150px 120px 150px 0;
  padding-left: calc((100vw - 1550px) / 2);
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content {
    padding: 100px;
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content {
    padding: 80px 60px;
    padding-left: calc((100vw - 904px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content {
    width: 100%;
    padding: 80px 60px 40pt 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content {
    padding: 52px 20px 30px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content h1 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content h1 > sup {
  font-size: 0.5em;
  top: -0.8em;
}
.main-page.good .good-block-1 .wrapper .left .left-content .pros-chips {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips {
    margin-bottom: 15px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  background: #f7f5f1;
}
.main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip > img {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip {
    padding: 10px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip .pros-chip-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip .pros-chip-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip .pros-chip-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip .pros-chip-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .pros-chips .pros-chip .pros-chip-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content > p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-right: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content > p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content > p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content > p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content > p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content > p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .reviews-info {
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info {
    margin-bottom: 30px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .reviews-info .stars-block {
  display: flex;
  gap: 1px;
  line-height: 0;
  align-content: center;
  height: auto;
}
.main-page.good .good-block-1 .wrapper .left .left-content .reviews-info .stars-block > svg {
  height: 24px;
  width: auto;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info .stars-block > svg {
    height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info .stars-block > svg {
    height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info .stars-block > svg {
    height: 18px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .reviews-info > .p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info > .p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info > .p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info > .p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .reviews-info > .p {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta {
  display: flex;
  flex-direction: row;
  gap: 0 27px;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta {
    gap: 0 20px;
  }
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    width: 240px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta {
    align-items: start;
    flex-direction: column;
    gap: 10px 0;
  }
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta {
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta {
    flex-direction: column;
    gap: 15px 0;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .info {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info {
    gap: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info {
    width: 100%;
    justify-content: center;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #3a684a;
  max-width: 200px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    max-width: 122px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    max-width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .info .mbg {
    max-width: none;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
  display: flex;
  width: 200px;
  height: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 90px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  background: #141414;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large {
    width: 100%;
    height: 60px;
  }
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large svg {
  height: 18px;
  width: 18px;
}
.main-page.good .good-block-1 .wrapper .left .left-content .cta .button-large svg path {
  stroke: #fff;
}
.main-page.good .good-block-1 .wrapper .right {
  position: relative;
  height: 100%;
  border-left: 1px solid #141414;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .right {
    order: 1;
    border-bottom: 1.333px solid #141414;
    border-left: 0px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .wrapper .right {
    height: 280px;
    border-left: 0px;
  }
}
.main-page.good .good-block-1 .wrapper .right img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.main-page.good .good-block-1 .wrapper .right img.desktop {
  display: block;
}
.main-page.good .good-block-1 .wrapper .right img.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .wrapper .right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-page.good .good-block-1 .wrapper .right img.desktop {
    display: none;
  }
  .main-page.good .good-block-1 .wrapper .right img.mobile {
    display: block;
  }
}
.main-page.good .good-block-1 .image {
  position: absolute;
  bottom: 20px;
  left: 50%;
  max-width: 380px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-1 .image {
    max-width: 250px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-1 .image {
    max-width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-1 .image {
    width: auto;
    height: 280px;
    left: 60px;
    top: 230px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-1 .image {
    width: 140px;
    height: 182px;
    left: 20px;
    top: 138px;
  }
}
.main-page.good .good-block-1 .image img {
  width: 100%;
}
.main-page.good .good-block-2 {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-2 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-2 {
    padding: 20px 20px 30px;
  }
}
.main-page.good .good-block-2 .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-2 .content-wrapper {
    flex-direction: column;
  }
}
.main-page.good .good-block-2 .content-wrapper .item {
  flex-basis: 33%;
  display: flex;
  padding: 35px;
  flex-direction: column;
  gap: 5px;
  border-radius: 30px;
  background: #f7f5f1;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-2 .content-wrapper .item {
    padding: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-2 .content-wrapper .item {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-2 .content-wrapper .item {
    padding: 20px;
  }
}
.main-page.good .good-block-2 .content-wrapper .item .item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 0 15px;
}
.main-page.good .good-block-2 .content-wrapper .item .item-title > p {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title > p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title > p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title > p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title > p {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-2 .content-wrapper .item .item-title img {
  width: 44px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title img {
    width: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-title img {
    width: 28px;
  }
}
.main-page.good .good-block-2 .content-wrapper .item .item-description > p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-description > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-description > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-description > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-2 .content-wrapper .item .item-description > p {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-page.good .good-block-4 {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 {
    padding: 20px;
  }
}
.main-page.good .good-block-4 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.main-page.good .good-block-4 .h1 {
  margin-bottom: 80px;
  background-repeat: repeat-y;
  background-size: 100% 90px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .h1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .h1 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .h1 {
    background-image: linear-gradient(180deg, transparent 69px, #141414 1px);
    background-size: 100% 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .h1 {
    background-image: linear-gradient(180deg, transparent 49px, #141414 1px);
    background-size: 100% 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .h1 {
    background-image: linear-gradient(180deg, transparent 69px, #141414 1px);
    background-size: 100% 70px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .h1 {
    background-image: linear-gradient(180deg, transparent 49px, #141414 1px);
    background-size: 100% 50px;
    margin-bottom: 20px;
  }
}
.main-page.good .good-block-4 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 0 80px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper {
    gap: 0 70px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper {
    gap: 0 54px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper {
    gap: 30px 0;
    flex-direction: column;
  }
}
.main-page.good .good-block-4 .wrapper .left {
  position: sticky;
  top: calc(20px + var(--header-height));
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .left {
    width: 100%;
    position: static;
  }
}
.main-page.good .good-block-4 .wrapper .left .image {
  position: relative;
  width: 780px;
  height: 780px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #141414;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .left .image {
    width: 620px;
    height: 620px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .left .image {
    width: 450px;
    height: 450px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .left .image {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .left .image {
    height: 320px;
  }
}
.main-page.good .good-block-4 .wrapper .left .image img {
  width: 100%;
  height: 100%;
}
.main-page.good .good-block-4 .wrapper .left .image img.desktop {
  display: block;
}
.main-page.good .good-block-4 .wrapper .left .image img.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .left .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    display: none;
  }
  .main-page.good .good-block-4 .wrapper .left .image img.desktop {
    display: none;
  }
  .main-page.good .good-block-4 .wrapper .left .image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .left .image img {
    -o-object-position: center;
       object-position: center;
  }
}
.main-page.good .good-block-4 .wrapper .left .image > p {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .left .image > p {
    font-size: 90px;
    line-height: 70px;
    letter-spacing: -5px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .left .image > p {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .left .image > p {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .left .image > p {
    font-size: 55px;
    line-height: 45px;
    letter-spacing: -2px;
    left: 20px;
    bottom: 20px;
    max-width: 280px;
  }
}
body:has(.promo-text) .main-page.good .good-block-4 .wrapper .left {
  top: calc(20px + var(--header-height) + var(--promo-height));
}

.main-page.good .good-block-4 .wrapper .right {
  display: flex;
  width: 700px;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .right {
    width: 550px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .right {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .right {
    width: 100%;
  }
}
.main-page.good .good-block-4 .wrapper .right .item {
  padding: 40px 0;
  border-bottom: 1px solid #141414;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .right .item {
    gap: 20px 0;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .right .item {
    gap: 15px 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .right .item {
    gap: 10px 0;
  }
}
.main-page.good .good-block-4 .wrapper .right .item:first-child {
  padding-top: 0;
}
.main-page.good .good-block-4 .wrapper .right .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.main-page.good .good-block-4 .wrapper .right .item .item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.main-page.good .good-block-4 .wrapper .right .item .item-title > h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.5px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title > h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title > h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title > h4 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title > h4 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.main-page.good .good-block-4 .wrapper .right .item .item-title img {
  width: 48px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title img {
    width: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .right .item .item-title img {
    width: 32px;
  }
}
.main-page.good .good-block-4 .wrapper .right .item .title-small {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-4 .wrapper .right .item .title-small {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-4 .wrapper .right .item .title-small {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-4 .wrapper .right .item .title-small {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .right .item .title-small {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-4 .wrapper .right .item .title-small {
    padding-right: 25px;
  }
}
.main-page.good .good-block-5 {
  display: flex;
  justify-content: center;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 {
    border-top: none;
  }
}
.main-page.good .good-block-5 .content-wrapper {
  display: flex;
  flex-direction: row;
  background: #e0d2c0;
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper {
    flex-direction: column;
  }
}
.main-page.good .good-block-5 .content-wrapper .left {
  display: flex;
  align-items: center;
  background: #fff;
  width: 50%;
  padding-left: calc((100vw - 1560px) / 2);
  padding-right: 150px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left {
    padding: 40px 0;
    width: 100%;
    order: 2;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper {
  display: flex;
  gap: 40px;
  width: 630px;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper {
    gap: 30px;
    width: 520px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper {
    padding: 0 20px;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts {
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts {
    justify-content: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 170px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item {
    width: 150px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item {
    width: 120px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item {
    width: 100px;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item img {
  border-radius: 100%;
  background: linear-gradient(#d1c7b8, #e2dcd3);
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item img {
    width: 80px;
    height: 80px;
  }
}
.main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .left .wrapper .good-block-5-facts .good-block-5-fact-item .good-block-5-fact-item-caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-page.good .good-block-5 .content-wrapper .right {
  flex: 1;
  height: 850px;
  border-left: 1px solid #141414;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-5 .content-wrapper .right {
    height: 650px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-5 .content-wrapper .right {
    height: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .right {
    border-left: none;
    height: 650px;
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-5 .content-wrapper .right {
    height: 375px;
  }
}
.main-page.good .good-block-5 .content-wrapper .right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: start;
     object-position: start;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-5 .content-wrapper .right img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.main-page.good .good-block-6 {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 {
    padding: 40px 20px;
  }
}
.main-page.good .good-block-6 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .content-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .content-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .content-wrapper {
    gap: 30px;
  }
}
.main-page.good .good-block-6 .header-container {
  display: flex;
  width: 100%;
}
.main-page.good .good-block-6 .header-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 850px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .header-text {
    gap: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .header-text {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .header-text {
    max-width: none;
  }
}
.main-page.good .good-block-6 .header-text h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .header-text h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .header-text h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .header-text h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 .header-text h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .header-text h2 {
    max-width: none;
  }
}
.main-page.good .good-block-6 .header-text .supplement-link a {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #3a684a;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 6px;
  display: inline-block;
  padding-bottom: 2px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .header-text .supplement-link a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .header-text .supplement-link a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .header-text .supplement-link a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 .header-text .supplement-link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-6 .header-text .supplement-link a:hover {
  opacity: 0.8;
}
.main-page.good .good-block-6 .ingredients-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredients-container {
    gap: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredients-container {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .ingredients-container {
    gap: 30px;
  }
}
.main-page.good .good-block-6 .ingredients-list-wrapper {
  display: flex;
  gap: 150px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredients-list-wrapper {
    gap: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredients-list-wrapper {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .ingredients-list-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.main-page.good .good-block-6 .column-left,
.main-page.good .good-block-6 .column-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main-page.good .good-block-6 .ingredient-item {
  border-bottom: 1px solid #cacaca;
  padding: 30px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-item {
    padding: 20px 0;
  }
}
.main-page.good .good-block-6 .ingredient-item .column-left:first-child {
  padding-top: 0;
}
.main-page.good .good-block-6 .ingredient-info {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-info {
    gap: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-info {
    gap: 20px;
  }
}
.main-page.good .good-block-6 .ingredient-image {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.main-page.good .good-block-6 .ingredient-image.mint {
  background: #dbe8e8;
}
.main-page.good .good-block-6 .ingredient-image.rose {
  background: #ecb9af;
}
.main-page.good .good-block-6 .ingredient-image.beige {
  background: #dcd3c2;
}
.main-page.good .good-block-6 .ingredient-image.light-green {
  background: #bfe8c6;
}
.main-page.good .good-block-6 .ingredient-image.light-grey {
  background: #e8e5e1;
}
.main-page.good .good-block-6 .ingredient-image.light-yellow {
  background: #f0e3c0;
}
.main-page.good .good-block-6 .ingredient-image.green {
  background: #d2e0c1;
}
.main-page.good .good-block-6 .ingredient-image.gray-beige {
  background: #e8e5e1;
}
.main-page.good .good-block-6 .ingredient-image.peach {
  background: #f2e0d3;
}
.main-page.good .good-block-6 .ingredient-image.salmon {
  background: #ecb9af;
}
.main-page.good .good-block-6 .ingredient-image.taupe {
  background: #dcd3c2;
}
.main-page.good .good-block-6 .ingredient-image.dusty-pink {
  background: #dfd4d2;
}
.main-page.good .good-block-6 .ingredient-image.off-white {
  background: #f6f3ed;
}
.main-page.good .good-block-6 .ingredient-image.sage-green {
  background: #c7cca7;
}
.main-page.good .good-block-6 .ingredient-image.light-blue-gray {
  background: #e3eaee;
}
.main-page.good .good-block-6 .ingredient-image.mint-green {
  background: #d2e0c1;
}
.main-page.good .good-block-6 .ingredient-image.light-blue {
  background: #e1eaf5;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 15px;
  }
}
.main-page.good .good-block-6 .ingredient-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-page.good .good-block-6 .ingredient-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-text {
    gap: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-text {
    gap: 10px;
  }
}
.main-page.good .good-block-6 .ingredient-name h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.5px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-name h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-name h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .ingredient-name h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 .ingredient-name h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.main-page.good .good-block-6 .ingredient-name h4 sup {
  font-size: 20.64px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-name h4 sup {
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-name h4 sup {
    font-size: 14px;
  }
}
.main-page.good .good-block-6 .ingredient-text > p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .ingredient-text > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .ingredient-text > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .ingredient-text > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 .ingredient-text > p {
    font-size: 15px;
    line-height: 22px;
  }
}
.main-page.good .good-block-6 .more-ingredients-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-page.good .good-block-6 .button-more {
  display: flex;
  width: 300px;
  height: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 90px;
  background: #141414;
  height: 60px;
  cursor: pointer;
}
.main-page.good .good-block-6 .button-more:hover {
  opacity: 0.8;
}
.main-page.good .good-block-6 .button-more .icon-plus {
  display: none;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #141414;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .button-more .icon-plus {
    width: 32px;
    height: 32px;
  }
}
.main-page.good .good-block-6 .button-more .icon-plus svg {
  width: 100%;
  height: 100%;
}
.main-page.good .good-block-6 .button-more .icon-plus svg path {
  stroke: #fff;
}
.main-page.good .good-block-6 .button-more span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-6 .button-more span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-6 .button-more span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-6 .button-more span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-6 .button-more span {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-page.good .good-block-7 {
  justify-content: center;
  display: flex;
  padding: 80px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 {
    padding: 20px;
  }
}
.main-page.good .good-block-7 .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 80px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 .content-wrapper {
    gap: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-7 .content-wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 .content-wrapper {
    gap: 30px;
  }
}
.main-page.good .good-block-7 .content-wrapper .left img {
  width: 780px;
  border-radius: 30px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 .content-wrapper .left img {
    width: 620px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-7 .content-wrapper .left img {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 .content-wrapper .left img {
    width: 100%;
  }
}
.main-page.good .good-block-7 .content-wrapper .right .message-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper:last-child {
    margin-bottom: 0;
  }
}
.main-page.good .good-block-7 .content-wrapper .right .message-wrapper.border-bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #141414;
}
.main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
.main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
}
.main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption.large {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption.large {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption.large {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption.large {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption.large {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-7 .content-wrapper .right .message-wrapper .message .message-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-8 {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 {
    padding: 0;
  }
}
.main-page.good .good-block-8 .banner-container {
  width: 100%;
  height: 600px;
  background: #f8f6f4;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .banner-container {
    height: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .banner-container {
    height: 400px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .banner-container {
    height: auto;
    border-radius: 0;
    background: #fafafa;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .banner-container {
    margin-bottom: 0;
  }
}
.main-page.good .good-block-8 .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .banner-content {
    flex-direction: column;
  }
}
.main-page.good .good-block-8 .text-content {
  position: absolute;
  left: 70px;
  top: 70px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 600px;
  z-index: 100;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .text-content {
    left: 50px;
    top: 50px;
    gap: 30px;
    width: 480px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .text-content {
    left: 40px;
    top: 40px;
    gap: 20px;
    width: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .text-content {
    position: static;
    padding: 40px;
    width: 500px;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .text-content {
    max-width: 100%;
    padding: 40px 20px 20px;
    margin-bottom: 0;
  }
}
.main-page.good .good-block-8 .text-content h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .text-content h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
.main-page.good .good-block-8 .steps-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .steps-list {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .steps-list {
    width: 100%;
  }
}
.main-page.good .good-block-8 .step-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #141414;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .step-item {
    padding: 12px 0;
    gap: 12px;
  }
}
.main-page.good .good-block-8 .step-item:last-child {
  border-bottom: 1px solid #141414;
}
.main-page.good .good-block-8 .step-number {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background: #141414;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .step-number {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 12px;
  }
}
.main-page.good .good-block-8 .step-number span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .step-number span {
    font-size: 14px;
    line-height: 20px;
  }
}
.main-page.good .good-block-8 .step-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  flex: 1;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .step-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .step-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .step-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .step-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .step-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.main-page.good .good-block-8 .image-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-8 .image-content {
    height: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .image-content {
    height: 100%;
    width: 475px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .image-content {
    position: relative;
    height: auto;
    width: 100%;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-8 .image-content {
    top: 0;
  }
}
.main-page.good .good-block-8 .image-content img {
  background: #f8f6f4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-page.good .good-block-8 .image-content img.desktop {
  display: block;
}
.main-page.good .good-block-8 .image-content img.mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-8 .image-content img {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-8 .image-content img {
    -o-object-position: right center;
       object-position: right center;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .main-page.good .good-block-8 .image-content img.desktop {
    display: none;
  }
  .main-page.good .good-block-8 .image-content img.mobile {
    display: block;
  }
}
.main-page.good .good-block-10 {
  display: flex;
  justify-content: center;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 {
    padding: 20px;
  }
}
.main-page.good .good-block-10 .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .container-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .container-wrapper {
    gap: 65px;
  }
}
.main-page.good .good-block-10 .container-wrapper h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  width: 800px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    width: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    width: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .container-wrapper h3 {
    width: 100%;
  }
}
.main-page.good .good-block-10 .disclaimer {
  color: #b0b0b0;
  margin-top: -30px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .disclaimer {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .disclaimer {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .disclaimer {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .disclaimer {
    font-size: 11px;
    line-height: 14px;
  }
}
.main-page.good .good-block-10 .wrapper {
  width: 1230px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper {
    width: 917px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper {
    width: 100%;
  }
}
.main-page.good .good-block-10 .wrapper .items {
  display: flex;
  flex-direction: row;
  gap: 0 100px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items {
    gap: 0 80px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .items {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .items {
    gap: 45px 0;
  }
}
.main-page.good .good-block-10 .wrapper .items .block {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items .block {
    width: 240px;
    gap: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .items .block {
    flex-direction: row;
    align-items: start;
    gap: 0 40px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .items .block {
    gap: 0 20px;
  }
}
.main-page.good .good-block-10 .wrapper .items .block .label {
  width: 135px;
  height: 40px;
  border-radius: 40px;
  border: 2.5px solid #a9cbb5;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items .block .label {
    width: 100px;
    height: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items .block .label .caption {
    font-size: 12px;
  }
}
.main-page.good .good-block-10 .wrapper .items .block .label span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3a684a;
  line-height: 1;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items .block .label span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .wrapper .items .block .label span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .items .block .label span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .items .block .label span {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-page.good .good-block-10 .wrapper .items .block .label.active {
  background: #3a684a;
  border: none;
}
.main-page.good .good-block-10 .wrapper .items .block .label.active span {
  color: #fff;
}
.main-page.good .good-block-10 .wrapper .items .block .p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .items .block .p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .wrapper .items .block .p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .items .block .p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .items .block .p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .items .block .p {
    flex: 1;
    text-align: left;
  }
}
.main-page.good .good-block-10 .wrapper .first-line {
  position: absolute;
  top: 18px;
  left: 0;
  width: 200px;
  height: 3px;
  background: linear-gradient(-90deg, #3a684a 0%, rgba(115, 206, 147, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .first-line {
    top: 13px;
    width: 150px;
    height: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .wrapper .first-line {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .first-line {
    width: 2px;
    left: 49px;
    top: -60px;
    height: 75px;
    background: linear-gradient(0deg, #3a684a 0%, rgba(115, 206, 147, 0) 100%);
  }
}
.main-page.good .good-block-10 .wrapper .filled-line {
  background: #3a684a;
  position: absolute;
  top: 18px;
  left: 0;
  width: 420px;
  height: 3px;
  z-index: 1;
}
.main-page.good .good-block-10 .wrapper .filled-line:before {
  width: 150px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .filled-line:before {
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .filled-line:before {
    top: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .filled-line {
    top: 13px;
    left: 0;
    width: 315px;
    height: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .filled-line {
    width: 2px;
    left: 49px;
    top: -45px;
    height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .filled-line {
    height: 125px;
  }
}
.main-page.good .good-block-10 .wrapper .placeholder-line {
  background: #fff;
  background-image: linear-gradient(-90deg, #a9cbb5 3px, #ffffff 3px);
  background-repeat: repeat-x;
  background-size: 8px;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 0;
}
.main-page.good .good-block-10 .wrapper .placeholder-line:after {
  width: 150px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(to left, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .placeholder-line:after {
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .placeholder-line:after {
    width: 50px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .placeholder-line {
    background-image: linear-gradient(-90deg, #a9cbb5 2px, #ffffff 2px);
    background-size: 6px;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .placeholder-line {
    width: 400px;
    left: -150px;
    top: 150px;
    height: 2px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-10 .wrapper .placeholder-line {
    width: 250px;
    left: -75px;
    top: 200px;
  }
}
.main-page.good .good-block-10 .wrapper .finish-line {
  position: absolute;
  top: 18px;
  left: 1065px;
  width: 160px;
  height: 2px;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-10 .wrapper .finish-line {
    top: 13px;
    left: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-10 .wrapper .finish-line {
    width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-10 .wrapper .finish-line {
    transform: rotate(90deg);
    left: -15px;
    top: 300px;
  }
}
.main-page.good .good-block-10 .wrapper .finish-line img {
  width: 100%;
}
.main-page.good .good-block-11 {
  display: flex;
  justify-content: center;
  min-height: 550px;
  background: #f7f5f1;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 {
    min-height: 440px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 {
    min-height: 340px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 {
    padding: 40px 0;
  }
}
.main-page.good .good-block-11 .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .content-wrapper {
    flex-direction: column;
    gap: 20px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .content-wrapper {
    padding-top: 0;
  }
}
.main-page.good .good-block-11 .image-left {
  height: 550px;
  -o-object-position: bottom right;
     object-position: bottom right;
  align-items: center;
  display: inline-flex;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .image-left {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .image-left {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .image-left {
    margin: 0;
    display: none;
  }
}
.main-page.good .good-block-11 .image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main-page.good .good-block-11 .image-right {
  height: 550px;
  -o-object-position: bottom right;
     object-position: bottom right;
  align-items: center;
  display: inline-flex;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .image-right {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .image-right {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .image-right {
    margin: 0;
    width: 100%;
    height: 615px;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .image-right {
    height: -moz-min-content;
    height: min-content;
  }
}
.main-page.good .good-block-11 .image-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.main-page.good .good-block-11 .image-right img.desktop {
  display: block;
}
.main-page.good .good-block-11 .image-right img.tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .image-right img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main-page.good .good-block-11 .image-right img.desktop {
    display: none;
  }
  .main-page.good .good-block-11 .image-right img.tablet {
    display: block;
  }
}
.main-page.good .good-block-11 .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 550px;
  gap: 30px;
  width: 550px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .text-content {
    width: 400px;
    gap: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .text-content {
    width: 320px;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .text-content {
    width: 450px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .text-content {
    width: 100%;
    padding: 0 20px;
  }
}
.main-page.good .good-block-11 .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.main-page.good .good-block-11 .text-wrapper h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .text-wrapper h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
.main-page.good .good-block-11 .text-wrapper .subtitle {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .text-wrapper .subtitle {
    padding: 0 30px;
  }
}
.main-page.good .good-block-11 .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .buttons {
    gap: 5px;
  }
}
.main-page.good .good-block-11 .app-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  background: #fff;
  border-radius: 80px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  height: 60px;
  min-width: 200px;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .app-button {
    height: 50px;
    min-width: 180px;
    padding: 12px 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .app-button {
    height: 50px;
    min-height: 50px;
    width: 100%;
  }
}
.main-page.good .good-block-11 .app-button:hover {
  background: #141414;
}
.main-page.good .good-block-11 .app-button:hover svg path {
  fill: #fff;
}
.main-page.good .good-block-11 .app-button:hover span {
  color: #fff;
}
.main-page.good .good-block-11 .app-button svg {
  width: 20px;
  height: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .app-button svg {
    width: 18px;
    height: 20px;
  }
}
.main-page.good .good-block-11 .app-button span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #141414;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-11 .app-button span {
    font-size: 18px;
    line-height: 24px;
  }
}
.main-page.good .good-block-14 {
  min-height: 0;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 {
    max-height: 750px;
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-14 {
    max-height: 450px;
    min-height: 450px;
  }
}
.main-page.good .good-block-14 .content-wrapper {
  background: #c5b6a7;
  height: 100%;
}
.main-page.good .good-block-14 .left {
  z-index: 101;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 .left {
    position: absolute;
    bottom: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-14 .left {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 .left .hero-button-placeholder {
    width: 100%;
  }
  .main-page.good .good-block-14 .left .hero-button-placeholder a {
    width: inherit;
  }
  .main-page.good .good-block-14 .left .hero-button-placeholder a .hero-button-left {
    width: inherit;
  }
}
.main-page.good .good-block-14 .main-block-8__heading {
  color: #fff;
  min-width: 460px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-14 .main-block-8__heading {
    min-width: 350px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-14 .main-block-8__heading {
    min-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 .main-block-8__heading {
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-14 .main-block-8__heading {
    min-width: 250px;
  }
}
.main-page.good .good-block-14 .right {
  height: 550px;
  min-width: unset;
  overflow: visible;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-14 .right {
    height: 450px;
  }
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-14 .right {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 .right {
    height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-14 .right {
    height: 450px;
  }
}
.main-page.good .good-block-14 .right img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.main-page.good .good-block-14 .right img.desktop {
  display: block;
}
.main-page.good .good-block-14 .right img.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-14 .right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main-page.good .good-block-14 .right img.desktop {
    display: none;
  }
  .main-page.good .good-block-14 .right img.mobile {
    display: block;
  }
}
.main-page.good .good-block-16 {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 {
    padding: 30px 20px;
  }
}
.main-page.good .good-block-16 .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .content-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .content-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.main-page.good .good-block-16 .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 780px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .left {
    width: 620px;
    gap: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .left {
    width: 450px;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .left {
    width: 100%;
    gap: 30px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .left {
    gap: 20px;
  }
}
.main-page.good .good-block-16 .left .heading {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .left .heading {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .left .heading {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .left .heading {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .left .heading {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.main-page.good .good-block-16 .left .separator {
  width: 100%;
  height: 1px;
  background: #141414;
}
.main-page.good .good-block-16 .left .columns {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .left .columns {
    gap: 25px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .left .columns {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .left .columns {
    flex-direction: column;
    gap: 15px;
  }
}
.main-page.good .good-block-16 .left .columns .text {
  flex: 1;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .left .columns .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .left .columns .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .left .columns .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .left .columns .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-16 .left .columns .text .semibold {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  display: inline;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .left .columns .text .semibold {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .left .columns .text .semibold {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .left .columns .text .semibold {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .left .columns .text .semibold {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-page.good .good-block-16 .right {
  flex: 1;
  min-width: 0;
  height: 100%;
  max-height: 650px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .main-page.good .good-block-16 .right {
    max-height: 550px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .good-block-16 .right {
    border-radius: 25px;
    max-height: 420px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .good-block-16 .right {
    width: 100%;
    height: 400px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .good-block-16 .right {
    max-height: calc(100vw - 40px);
  }
}
.main-page.good .good-block-16 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-page.good .button-wrapper {
  width: 370px;
  height: calc(100% + 120px);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  padding-right: 70px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1599px) {
  .main-page.good .button-wrapper {
    width: 340px;
    padding-right: 40px;
    height: calc(100% + 100px);
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .button-wrapper {
    width: 280px;
    padding-right: 50px;
    height: calc(100% + 115px);
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .button-wrapper {
    width: 100%;
    padding: 0 40px;
    height: calc(100% + 110px);
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .button-wrapper {
    width: 100%;
    padding: 0 20px;
    height: calc(100% + 80px);
  }
}
.main-page.good .button-wrapper .buttons {
  transition: opacity 0.1s linear;
  opacity: 0;
}
.main-page.good .button-wrapper .buttons.show {
  opacity: 1;
}
.main-page.good .button-wrapper .buttons {
  position: sticky;
  bottom: 70px;
  z-index: 100;
  width: 300px;
  pointer-events: initial;
  margin-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .main-page.good .button-wrapper .buttons {
    bottom: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .main-page.good .button-wrapper .buttons {
    width: 230px;
    bottom: 50px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .main-page.good .button-wrapper .buttons {
    bottom: 40px;
    margin-bottom: 40px;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-page.good .button-wrapper .buttons {
    bottom: 20px;
    margin-bottom: 20px;
    z-index: 100;
    width: 100%;
  }
}
.main-page.good .button-wrapper .buttons .button-large {
  width: 100%;
}

.buy-options-wrapper.start {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start {
    flex-direction: column;
    align-items: start;
    background-color: #fff;
    padding: 10px 0 0;
    min-height: auto;
    padding-bottom: 20px;
    align-items: center;
  }
}
.buy-options-wrapper.start.with-promo {
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start.with-promo {
    padding-top: calc(20px + var(--promo-height));
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start.with-promo {
    height: calc(100vh - var(--promo-height));
    padding-bottom: 0;
  }
}
.buy-options-wrapper.start > div {
  padding: 70px 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start > div {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .left, .buy-options-wrapper.start .right {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .left, .buy-options-wrapper.start .right {
    max-width: none;
    width: 100%;
  }
}
.buy-options-wrapper.start .left {
  order: 1;
  background: #f8f8f8;
  padding: 0 180px;
  max-width: 50%;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .left {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .left {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .left {
    display: none;
  }
}
.buy-options-wrapper.start .left .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-options-wrapper.start .left .image img.bo-image {
  max-width: 100%;
  height: auto;
  max-width: 600px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .left .image img.bo-image {
    max-width: 480px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .left .image img.bo-image {
    max-width: 420px;
  }
}
.buy-options-wrapper.start .right {
  order: 2;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right {
    align-items: start;
  }
}
.buy-options-wrapper.start .right .wrapper {
  width: 100%;
  max-width: 620px;
  padding: 0 20px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .right .wrapper {
    max-width: 420px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper {
    padding: 0 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper {
    padding: 0 20px;
  }
}
.buy-options-wrapper.start .right .wrapper > .image {
  display: none;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper > .image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper > .image {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper > .image img.bo-image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper > .image img.bo-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.buy-options-wrapper.start .right .wrapper > span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #5c5c5c;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .right .wrapper > span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .right .wrapper > span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper > span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper > span {
    font-size: 12px;
    line-height: 18px;
  }
}
.buy-options-wrapper.start .right .wrapper .head {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper .head {
    margin-bottom: 15px;
  }
}
.buy-options-wrapper.start .right .wrapper .head > h2.large {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  color: #141414;
  margin-bottom: 15px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper .head > h2.large {
    margin-bottom: 15px;
  }
}
.buy-options-wrapper.start .right .wrapper .head > p.large {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .right .wrapper .head > p.large {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .right .wrapper .head > p.large {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper .head > p.large {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper .head > p.large {
    font-size: 15px;
    line-height: 22px;
  }
}
.buy-options-wrapper.start .right .wrapper form.js-start-form {
  /*.input-wrapper.with-placeholder {
      margin-bottom: 30px;
      position: relative;

      @media screen and (max-width: 767px) {
          margin-bottom: 20px;
      }

      input {
          width: 100%;
          height: 55px;
          padding: 0 20px;
          border: 1px solid $color-content-secondary;
          border-radius: 10px;
          @include paragraph;
          color: $color-black;
          background-color: $color-white;
          transition: border-color 0.3s ease;

          @media screen and (max-width: 767px) {
              height: 50px;
          }

          &:focus {
              outline: none;
              border-color: $color-black;
          }

          &:focus + .placeholder,
          &:not(:placeholder-shown) + .placeholder {
              top: -8px;
              left: 15px;
              font-size: 12px;
              background-color: $color-white;
              padding: 0 5px;
              color: $color-black;
          }
      }

      .placeholder {
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%);
          @include paragraph;
          color: $color-dark-grey;
          pointer-events: none;
          transition: all 0.3s ease;
      }
  }*/
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide {
  position: relative;
  width: 100%;
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner {
  width: 100%;
  height: 60px;
  border-radius: 90px;
  background-color: #141414;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner {
    height: 56px;
  }
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner:hover {
  opacity: 0.9;
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide button.button_su_inner .btn-text.with-arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 20, 20, 0.9);
  border-radius: 90px;
}
.buy-options-wrapper.start .right .wrapper form.js-start-form .button_su.btn-wide .loader-wrapper.active-loader {
  display: flex;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.container.no-footer:not(.short-footer) {
  padding-bottom: 0;
}

.buy-options-wrapper.order {
  display: flex;
  min-height: calc(100vh - var(--header-large-height));
  width: 100%;
  --padding-offset: var(--header-large-height);
}
@media (min-width: 1920px) {
  .buy-options-wrapper.order {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order {
    --padding-offset: var(--header-height);
    min-height: calc(100vh - var(--header-height));
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order {
    min-height: 460px;
  }
}
.buy-options-wrapper.order.with-promo {
  min-height: calc(100vh - var(--header-large-height) - var(--promo-height));
  --padding-offset: calc(
      var(--header-large-height) + var(--promo-height)
  );
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order.with-promo {
    min-height: calc(100vh - var(--header-height) - var(--promo-height));
    --padding-offset: calc(var(--header-height) + var(--promo-height));
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order {
    flex-direction: column;
    min-height: auto;
    padding: 20px 0;
  }
}
.buy-options-wrapper.order .buy-options-left,
.buy-options-wrapper.order .buy-options-right {
  flex: 1;
  display: flex;
  padding-top: var(--padding-offset);
  align-items: center;
  max-width: 50%;
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-left,
.buy-options-wrapper.order .buy-options-right {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left,
.buy-options-wrapper.order .buy-options-right {
    padding: 0;
    width: 100%;
    max-width: none;
  }
}
.buy-options-wrapper.order .buy-options-left {
  justify-content: flex-end;
  order: 1;
  padding-left: 60px;
  padding-right: 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-left {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left {
    padding: 0;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 40px;
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-left {
    height: auto;
    padding: 20px 0;
    margin: 0;
  }
}
.buy-options-wrapper.order .buy-options-left.white-bg {
  background: #fff;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider {
    max-width: 650px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider {
    max-width: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider {
    max-width: 100%;
  }
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper {
    margin-bottom: 0;
  }
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next {
    width: 36px;
    height: 36px;
  }
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev > svg,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next > svg {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next {
    display: none;
  }
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev:hover:not(.swiper-button-disabled) path:first-child,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next:hover:not(.swiper-button-disabled) path:first-child {
  fill-opacity: 1;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev.swiper-button-disabled,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.3;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev svg,
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next svg {
  display: block;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-prev {
  left: 0;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .button-next {
  right: 0;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 700/550;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider {
    min-height: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 0 100px;
    overflow: visible;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-wrapper {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-slide {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-slide {
    height: auto !important;
  }
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .buy-options-slider-main-wrapper .js-bo-slider .swiper-slide img {
    height: auto;
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs {
    display: none;
  }
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs .swiper-wrapper {
  display: flex;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs .swiper-slide {
  width: 60px !important;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #141414;
}
.buy-options-wrapper.order .buy-options-left .buy-options-slider .js-bo-slider-thumbs .swiper-slide:hover:not(.swiper-slide-thumb-active) {
  border-color: #b0b0b0;
}
.buy-options-wrapper.order .buy-options-right {
  order: 2;
  background: #fff;
  padding: 0 100px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right {
    padding: 0 100px 40px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right {
    padding: 0 20px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper {
    max-width: 420px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper {
    max-width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper {
    max-width: 100%;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper {
    margin: 0;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #5c5c5c;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-step-wrapper span {
    font-size: 12px;
    line-height: 18px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head {
  margin-bottom: 20px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head h4 {
    margin-bottom: 5px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-head p {
    font-size: 14px;
    line-height: 18px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option {
  width: 100%;
  position: relative;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] {
  display: none;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label {
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #b0b0b0;
  display: block;
  padding: 20px;
  transition: border-color 0.3s ease;
  position: relative;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label.with-label {
  padding-top: 30px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .label {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  border-radius: 14px 14px 0 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .label {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .label {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .label {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .label {
    font-size: 11px;
    line-height: 14px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/radio.svg) center center no-repeat;
  background-size: cover;
  right: 0;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  flex: 1;
  padding-right: 10px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
    font-size: 15px;
    line-height: 22px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #b0b0b0;
  text-decoration: line-through;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
    font-size: 15px;
    line-height: 22px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
    font-size: 14px;
    line-height: 18px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits ul li {
  padding-left: 26px;
  position: relative;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: cover;
  top: -1px;
  left: 0;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits span {
    font-size: 14px;
    line-height: 18px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio]:checked + label {
  border-color: #141414;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options .buy-option input[type=radio]:checked + label .buy-option-head:after {
  background: url(../img/radio-checked.svg) center center no-repeat;
  background-size: cover;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper {
  position: relative;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su {
  width: 100%;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner {
  width: 100%;
  height: 70px;
  border-radius: 90px;
  background-color: #141414;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner {
    height: 56px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner:hover {
  opacity: 0.9;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow span {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow span {
    font-size: 16px;
    line-height: 20px;
  }
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .buy-options-button_su_inner .buy-options-btn-text.with-arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 20, 20, 0.9);
  border-radius: 90px;
}
.buy-options-wrapper.order .buy-options-right .buy-options-inner-wrapper .buy-options-button-wrapper .buy-options-button_su .loader-wrapper.active-loader {
  display: flex;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.sc {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #8eab98;
  margin-bottom: 10px;
}
.sc:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/landing/check-shield-icon.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -2px;
}

.order-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  gap: 0 30px;
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .order-wrapper {
    max-width: 100%;
    margin: 0;
    gap: 5px 0;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper {
    max-width: 100%;
    margin: 0;
    gap: 5px 0;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.order-wrapper .order-wrapper-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.order-wrapper .order-wrapper-left > div {
  padding: 20px 50px 50px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-left > div {
    padding: 20px;
  }
  .order-wrapper .order-wrapper-left > div.address {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-left > div {
    padding: 20px;
  }
}
.order-wrapper .order-wrapper-left > div .js-address-block {
  position: relative;
}
.order-wrapper .order-wrapper-left > div .js-payment-methods-block {
  margin-top: 30px;
}
.order-wrapper .order-wrapper-left > div .js-payment-methods-block .summary {
  padding: 0;
}
.order-wrapper .order-wrapper-left > div .address-header {
  margin-top: 30px;
}
.order-wrapper .order-wrapper-left .contact {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-left .contact {
    padding-top: 20px;
  }
}
.order-wrapper .order-wrapper-left .contact .stripe-card-wrapper .btn {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-left .contact .stripe-card-wrapper .btn {
    margin-top: 0;
  }
}
.order-wrapper .js-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #8a8a8a;
}
.order-wrapper .js-address span {
  margin-top: 10px;
}
.order-wrapper .order-wrapper-right {
  min-width: 450px;
  max-width: 450px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right {
    min-width: 100%;
    max-width: 100%;
  }
}
.order-wrapper .order-wrapper-right .right-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right .right-wrapper {
    position: static;
  }
  .order-wrapper .order-wrapper-right .right-wrapper .summary {
    display: none;
  }
}
.order-wrapper .order-wrapper-right .right-wrapper > div {
  padding: 30px 30px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right .right-wrapper > div {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right .right-wrapper > div {
    padding: 20px;
  }
}
.order-wrapper .order-wrapper-right .right-wrapper > div.coupons {
  padding: 20px 30px;
}
.order-wrapper .order-wrapper-right .coupons {
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right .coupons {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right .coupons {
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right .payment-methods {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right .payment-methods {
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right .advantages-wrapper {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right .advantages-wrapper {
    order: 4;
  }
}
.order-wrapper .order-wrapper-right.wide {
  min-width: 500px;
  max-width: 500px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-wrapper-right.wide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-wrapper-right.wide {
    min-width: 100%;
    max-width: 100%;
  }
}
.order-wrapper .payment-methods {
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .payment-methods {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .payment-methods {
    padding: 20px;
  }
}
.order-wrapper .express-wrapper {
  margin-bottom: 30px;
}
.order-wrapper .express-wrapper .express-methods {
  position: relative;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  width: 100%;
  margin-bottom: 10px;
}
.order-wrapper .express-wrapper .express-methods > div {
  flex: 1;
}
.order-wrapper .express-wrapper .express-methods #paypal-express-container {
  line-height: 0;
}
.order-wrapper .express-wrapper .express-methods .express-label {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #5c5c5c;
  white-space: nowrap;
}
.order-wrapper .express-wrapper .express-methods .express-label.express-or {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #5c5c5c;
  padding: 2px 10px;
  bottom: 0;
  top: auto;
  transform: translate3d(-50%, 50%, 0);
}
.order-wrapper .express-wrapper .express-methods .btn {
  margin: 0;
  height: 50px;
  border-radius: 4px;
}
.order-wrapper .contact-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.order-wrapper .contact-header h2 {
  margin-bottom: 0 !important;
}
.order-wrapper .contact-header a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
  cursor: pointer;
}
.order-wrapper .contact-header .login-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #5c5c5c;
}
.order-wrapper .contact-header .login-block a {
  display: inline;
  font-weight: 600;
  color: #141414;
  cursor: pointer;
}
.order-wrapper #shipping-info {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 5px;
  background: #f7f5f1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #141414;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .order-wrapper #shipping-info {
    font-size: 15px;
  }
}
.order-wrapper #shipping-info:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/order/ic_truck.svg) 0 0 no-repeat;
}
.order-wrapper .email-form .input-wrapper {
  margin-bottom: 20px;
}
.order-wrapper .email-form input[type=email] {
  margin-bottom: 0;
}
.order-wrapper .email-form .signin-methods {
  display: flex;
  flex-direction: row;
  gap: 0 15px;
  align-items: center;
}
.order-wrapper .email-form .signin-methods .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
}
.order-wrapper .email-form .signin-methods .links {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
}
.order-wrapper .email-form .login-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #8a8a8a;
}
.order-wrapper .email-form .login-block a {
  cursor: pointer;
  font-weight: 600;
  display: inline;
  color: #141414;
}
.order-wrapper .coupons-block {
  position: relative;
  min-height: 70px;
}
.order-wrapper .user-email {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.order-wrapper .addresses-wrapper .address-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] {
  display: none;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label {
  padding: 30px 70px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  position: relative;
  display: block;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label span {
  color: #5c5c5c;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label span.address {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label span.recipient {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label .edit {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label .edit img {
  width: 100%;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/landing/check-icon-black.svg) 0 0 no-repeat;
  opacity: 0;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio] + label:hover {
  border: 1px solid #141414;
  cursor: pointer;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio]:checked + label {
  border: 1px solid #141414;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio]:checked + label:before {
  opacity: 1;
}
.order-wrapper .addresses-wrapper .address-list input[type=radio]:checked + label span.address {
  color: #15181c;
}
.order-wrapper .addresses-wrapper .add {
  padding-top: 5px;
  padding-bottom: 5px;
}
.order-wrapper .addresses-wrapper .add:before {
  top: 7px;
}
.order-wrapper .order-details-block {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-details-block {
    border-radius: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-details-block {
    border-radius: 0;
    padding: 20px;
  }
}
.order-wrapper .order-details-block.payment-buttons {
  padding: 25px 30px;
}
.order-wrapper .order-details-block:last-child {
  margin-bottom: 0;
}
.order-wrapper .order-details-block h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-details-block h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-details-block h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.order-wrapper .order-details-block .h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: normal;
  position: relative;
  padding-left: 34px;
  margin-bottom: 25px;
}
.order-wrapper .order-details-block .h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translate(0, -50%) rotate(90deg);
  width: 24px;
  height: 24px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
}
.order-wrapper .order-details-block h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.order-wrapper .order-details-block h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0;
}
.order-wrapper .order-details-block .secured {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.order-wrapper .order-details-block .loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.order-wrapper .order-details-block .loader-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-wrapper .order-details-block .loader-wrapper.active-loader {
  display: flex;
  -webkit-animation-name: active-loader;
  -webkit-animation-duration: 300ms;
  animation-name: active-loader;
  animation-duration: 0s;
  animation-fill-mode: forwards;
}
@keyframes active-loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.order-wrapper .order-details-block .btn .loader-wrapper {
  background: #141414;
}
.order-wrapper .order-details-block .payment-types {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper {
  flex: 1 1 0px;
  width: 100%;
  height: 55px;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper label {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #eaeaea;
  border-radius: 10px;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper label span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-left: 5px;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper input[type=radio] {
  position: absolute;
  left: -9999px;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper input[type=radio]:checked + label {
  border-color: #141414;
}
.order-wrapper .order-details-block .payment-types .radio-wrapper:last-child {
  margin-bottom: 0;
}
.order-wrapper .order-details-block .js-card p,
.order-wrapper .order-details-block .js-cash p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #8a8a8a;
  margin-bottom: 10px;
  opacity: 1;
}
.order-wrapper .order-details-block .js-card .card-element,
.order-wrapper .order-details-block .js-cash .card-element {
  margin-bottom: 20px;
}
.order-wrapper .order-details-block .js-card .card-element #card-element,
.order-wrapper .order-details-block .js-cash .card-element #card-element {
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 17px 20px;
}
.order-wrapper .order-details-block .js-card .card-element #card-element.StripeElement--invalid, .order-wrapper .order-details-block .js-card .card-element #card-element.invalid,
.order-wrapper .order-details-block .js-cash .card-element #card-element.StripeElement--invalid,
.order-wrapper .order-details-block .js-cash .card-element #card-element.invalid {
  border-color: #e4675f;
}
.order-wrapper .order-details-block .js-card .card-element #card-element.valid,
.order-wrapper .order-details-block .js-cash .card-element #card-element.valid {
  border-color: #8eab98;
  background-color: #f9fbf6;
}
.order-wrapper .order-details-block .js-card .card-element #card-errors,
.order-wrapper .order-details-block .js-cash .card-element #card-errors {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #5c5c5c;
  margin-bottom: 10px;
  opacity: 1;
}
.order-wrapper .order-details-block .stripe-card-wrapper .card-element {
  margin-bottom: 10px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .card-element #card-element {
  border-radius: 10px;
  border: 1px solid #b0b0b0;
  background: #fff;
  padding: 17px 20px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .card-element #card-element.valid {
  border-color: #3a684a;
  background-color: #f9fbf6;
}
.order-wrapper .order-details-block .stripe-card-wrapper .card-element #card-element.StripeElement--invalid, .order-wrapper .order-details-block .stripe-card-wrapper .card-element #card-element.invalid {
  border-color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .card-element #card-errors {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-element {
  margin-bottom: 20px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-element #exp-element {
  border-radius: 10px;
  border: 1px solid #b0b0b0;
  background: #fff;
  padding: 17px 20px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-element #exp-element.valid {
  border-color: #3a684a;
  background-color: #f9fbf6;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-element #exp-element.StripeElement--invalid, .order-wrapper .order-details-block .stripe-card-wrapper .exp-element #exp-element.invalid {
  border-color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-element #exp-errors {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .cvc-element {
  margin-bottom: 20px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .cvc-element #cvc-element {
  border-radius: 10px;
  border: 1px solid #b0b0b0;
  background: #fff;
  padding: 17px 20px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .cvc-element #cvc-element.valid {
  border-color: #3a684a;
  background-color: #f9fbf6;
}
.order-wrapper .order-details-block .stripe-card-wrapper .cvc-element #cvc-element.StripeElement--invalid, .order-wrapper .order-details-block .stripe-card-wrapper .cvc-element #cvc-element.invalid {
  border-color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .cvc-element #cvc-errors {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #e4675f;
}
.order-wrapper .order-details-block .stripe-card-wrapper .stripe {
  margin-bottom: 20px;
  display: flex;
  gap: 0 20px;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-details-block .stripe-card-wrapper .stripe {
    margin-bottom: 32px;
  }
}
.order-wrapper .order-details-block .stripe-card-wrapper .stripe div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .stripe div span {
  color: #3a684a;
}
.order-wrapper .order-details-block .stripe-card-wrapper .stripe div .description {
  color: #3a684a;
  text-align: center;
  font-feature-settings: "liga" off;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-cvc-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  width: 100%;
}
.order-wrapper .order-details-block .stripe-card-wrapper .exp-cvc-wrapper > div {
  width: calc((100% - 10px) / 2);
}
.order-wrapper .order-details-block .btn {
  height: 55px;
}
.order-wrapper .order-details-block .btn .btn-text {
  line-height: 55px;
}
.order-wrapper .order-details-block .btn a {
  cursor: pointer;
}
.order-wrapper .order-details-block .apple-button,
.order-wrapper .order-details-block .google-button,
.order-wrapper .order-details-block .amazon-button {
  background: #000000;
  border-radius: 8px;
}
.order-wrapper .order-details-block .apple-button a,
.order-wrapper .order-details-block .google-button a,
.order-wrapper .order-details-block .amazon-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.order-wrapper .order-details-block .apple-button a img,
.order-wrapper .order-details-block .google-button a img,
.order-wrapper .order-details-block .amazon-button a img {
  width: 60px;
}
.order-wrapper .order-details-block .js-payment-methods-block .apple-button,
.order-wrapper .order-details-block .js-payment-methods-block .google-button,
.order-wrapper .order-details-block .js-payment-methods-block .amazon-button {
  background: transparent;
  border-radius: 0;
}
.order-wrapper .order-details-block .js-payment-methods-block .apple-button .btn,
.order-wrapper .order-details-block .js-payment-methods-block .google-button .btn,
.order-wrapper .order-details-block .js-payment-methods-block .amazon-button .btn {
  background: #000000;
  border-radius: 8px;
}
.order-wrapper .order-details-block .amazon-button {
  background-color: #f9d57d;
}
.order-wrapper .order-details-block .amazon-button img {
  width: 80px !important;
  height: auto;
  position: relative;
  top: 3px;
}
.order-wrapper .order-details-block .amazon-button.big {
  height: 60px;
}
.order-wrapper .order-details-block .amazon-button.big img {
  width: 110px !important;
  top: 4px;
}
.order-wrapper .order-details-block #paypal-button-container {
  line-height: 0;
}
.order-wrapper .order-details-block #paypal-express-container > div {
  min-width: auto;
}
.order-wrapper .order-details-block.contact .good-item {
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-details-block.contact .good-item {
    display: flex;
  }
  .order-wrapper .order-details-block.contact .good-item .good-price {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-details-block.contact .good-item {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .order-wrapper .order-details-block.summary .good-item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .order-details-block.summary .good-item {
    display: none;
  }
}
.order-wrapper .order-details-block .amazon-header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.order-wrapper .order-details-block .amazon-header-wrapper h2 {
  margin-bottom: 0;
}
.order-wrapper .order-details-block .amazon-header-wrapper .amazon-link {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.order-wrapper .order-details-block .amazon-address {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}
.order-wrapper .order-details-block .amazon-payment {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}
.order-wrapper .order-details-block .amazon-payment span {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.order-wrapper .order-list .goods-list .goods-list-item {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.order-wrapper .order-list .goods-list .goods-list-item:last-child {
  margin-bottom: 0;
}
.order-wrapper .good-item {
  display: flex;
  margin-bottom: 15px;
  flex-direction: row;
  gap: 0 15px;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .good-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .good-item {
    margin-bottom: 20px;
  }
}
.order-wrapper .good-item .good-image {
  width: 90px;
}
.order-wrapper .good-item .good-image img {
  width: 60px;
  height: 60px;
}
.order-wrapper .good-item .good-info .good-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
}
.order-wrapper .good-item .good-info .good-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
.order-wrapper .good-item .good-info .good-rating svg {
  height: 12px;
  width: auto;
  position: relative;
  top: -1px;
}
.order-wrapper .good-item .good-info .good-rating .rating-value {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #141414;
}
.order-wrapper .good-item .good-info .good-benefit {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #5c5c5c;
  position: relative;
  /*&:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background: url(../img/check.svg) center center no-repeat;
      background-size: cover;
      top: 0;
      left: 0;

      @media screen and (max-width: 1023px) {
          width: 12px;
          height: 12px;
      }

      @media screen and (max-width: 767px) {
          width: 12px;
          height: 12px;
      }
  }*/
}
.order-wrapper .good-item .good-info .good-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
  margin-top: 5px;
}
.order-wrapper .good-item .good-info .good-price .old {
  display: inline;
  color: #8a8a8a;
  text-decoration: line-through;
}
.order-wrapper .good-item .good-info .good-price.hidden {
  display: none;
}
.order-wrapper .good-item .good-info .good-price.js-pp {
  display: none;
}
.order-wrapper .good-item .good-info .good-price.js-rp {
  display: none;
}
.order-wrapper .amount-wrapper,
.order-wrapper .summary {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .amount-wrapper:not(.mobile) .promocode-wrapper,
.order-wrapper .summary:not(.mobile) .promocode-wrapper {
    display: none;
  }
}
.order-wrapper .amount-wrapper.mobile,
.order-wrapper .summary.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .amount-wrapper.mobile,
.order-wrapper .summary.mobile {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .order-wrapper .amount-wrapper.mobile,
.order-wrapper .summary.mobile {
    margin-bottom: 24px;
  }
}
.order-wrapper .promocode-wrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .order-wrapper .promocode-wrapper {
    margin-bottom: 10px;
  }
}
.order-wrapper .promocode-wrapper .promocode-open {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  padding-bottom: 10px;
}
.order-wrapper .promocode-wrapper .promocode-open.hidden {
  display: none;
}
.order-wrapper .promocode-wrapper .promocode-form {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  gap: 10px;
}
.order-wrapper .promocode-wrapper .promocode-form .input-wrapper {
  flex: 1;
  margin: 0;
}
.order-wrapper .promocode-wrapper .promocode-form .input-wrapper input {
  text-transform: uppercase;
}
.order-wrapper .promocode-wrapper .promocode-form .btn {
  width: 100px;
  border-radius: 10px;
  margin-top: 0;
}
.order-wrapper .promocode-wrapper .promocode-form .btn .btn-text {
  padding: 0;
}
.order-wrapper .promocode-wrapper .promocode-form.hidden {
  display: none;
}
.order-wrapper .promocode-wrapper .promocode-saved {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.order-wrapper .promocode-wrapper .promocode-saved .title {
  color: #141414;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}
.order-wrapper .promocode-wrapper .promocode-saved .promocode-value {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background: #D6F7AB;
  padding: 3px 5px;
}
.order-wrapper .promocode-wrapper .promocode-saved .promocode-value::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: url(../img/misc/tag.svg) center center no-repeat;
  background-size: contain;
}
.order-wrapper .promocode-wrapper .promocode-saved .promocode-value span {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}
.order-wrapper .promocode-wrapper .promocode-saved .promocode-value a {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.order-wrapper .promocode-wrapper .promocode-saved .promocode-value img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.order-wrapper .promocode-wrapper .promocode-saved.hidden {
  display: none;
}
.order-wrapper .summary .btn {
  margin-top: 20px;
}
.order-wrapper .amount-block .amount-block-info {
  margin-bottom: 10px;
}
.order-wrapper .amount-block .amount-line {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.order-wrapper .amount-block .amount-line span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #8a8a8a;
}
.order-wrapper .amount-block .amount-line span.left-position {
  color: #5c5c5c;
}
.order-wrapper .amount-block .amount-line span.right-position {
  font-weight: 600;
}
.order-wrapper .amount-block .amount-line span.dark {
  color: #15181c;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.order-wrapper .amount-block .amount-line span.red {
  color: #e4675f;
}
.order-wrapper .amount-block .amount-line span .old {
  color: #b0b0b0;
  text-decoration: line-through;
  font-weight: 600;
  margin-left: 2px;
}
.order-wrapper .amount-block .amount-line.hidden {
  display: none;
}
.order-wrapper .address-form-wrapper {
  position: relative;
  margin-top: 20px;
}
.order-wrapper .address-form-wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #8a8a8a;
  opacity: 1;
}
.order-wrapper .address-form-wrapper .input-wrapper {
  margin-bottom: 20px;
}
.order-wrapper .address-form-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}
.order-wrapper .sc {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #8eab98;
  margin: 10px 0 0;
}
.order-wrapper .sc:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/landing/check-secure-icon.svg) 0 0 no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -2px;
}
.order-wrapper .amount-block-info-total {
  padding-top: 5px;
}
.order-wrapper .amount-block-info-total .total-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.order-wrapper .amount-block-info-total .total-price span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.order-wrapper .amount-block-info-total .button_su_inner {
  display: block;
}
.order-wrapper .trusted-by-customers {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  padding: 5px 10px;
  background: #f7f5f1;
  border-radius: 5px;
}
.order-wrapper .trusted-by-customers.mobile {
  display: none;
}
.order-wrapper .trusted-by-customers.desktop {
  display: flex;
  padding: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  .order-wrapper .trusted-by-customers.mobile {
    display: flex;
  }
  .order-wrapper .trusted-by-customers.desktop {
    display: none;
  }
}
.order-wrapper .trusted-by-customers .trusted-avatars {
  height: 28px;
  flex-shrink: 0;
}
.order-wrapper .trusted-by-customers .trusted-avatars > img {
  height: 28px;
}
.order-wrapper .trusted-by-customers .trusted-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  top: 1px;
  color: #141414;
}
@media screen and (max-width: 767px) {
  .order-wrapper .trusted-by-customers .trusted-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.order-wrapper .details-items-block {
  border-top: 1px solid #eeeeee;
}
.order-wrapper .details-items-block .details-item {
  padding: 20px 40px 20px 0;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.order-wrapper .details-items-block .details-item:hover {
  cursor: pointer;
}
.order-wrapper .details-items-block .details-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  background: url(../img/landing/arrow-dark-light-icon.svg) 0 0 no-repeat;
}
.order-wrapper .details-items-block .details-item span {
  padding-left: 24px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.order-wrapper .details-items-block .details-item span.gray {
  position: relative;
}
.order-wrapper .details-items-block .details-item span.gray:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.order-wrapper .details-items-block .details-item span.gray.shipping-address:before {
  background-image: url(../img/landing/house-icon.svg);
}
.order-wrapper .details-items-block .details-item span.gray.parcel-recipient:before {
  background-image: url(../img/landing/person-icon-green.svg);
}
.order-wrapper .details-items-block .details-item span.shipping-recipient {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.order-wrapper .details-items-block .details-item span.empty {
  color: #6f23f1;
}
.order-wrapper .advantages-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -5px;
  padding: 30px !important;
  gap: 20px 0;
}
.order-wrapper .advantages-wrapper .advantage {
  display: flex;
  gap: 0 15px;
  align-items: start;
}
.order-wrapper .advantages-wrapper .advantage .advantage-image {
  width: 24px;
  height: 24px;
}
.order-wrapper .advantages-wrapper .advantage .advantage-image img {
  width: 100%;
  height: 100%;
}
.order-wrapper .advantages-wrapper .advantage .advantage-description {
  display: flex;
  flex: 1;
  gap: 5px 0;
  flex-direction: column;
}
.order-wrapper .advantages-wrapper .advantage .advantage-description .advantage-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
}
.order-wrapper .advantages-wrapper .advantage .advantage-description .advantage-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #8a8a8a;
}
.order-wrapper .js-step-1,
.order-wrapper .js-step-2 {
  transition: opacity 0.1s linear, height 0.1s linear;
}
.order-wrapper.order-step-1 .js-step-2 {
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: none;
}
.order-wrapper.order-step-2 .user-email {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.order-wrapper.order-step-2 .contact {
  padding-bottom: 30px !important;
}
.order-wrapper.order-step-2 .js-step-1 {
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-wrapper.order-step-2 .order-wrapper-right .summary {
    display: none;
  }
}

.pick-on-map {
  display: flex;
  height: 80px;
  margin-bottom: 15px;
  background: url(../img/map/map.png) center center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.pick-on-map .btn {
  margin: 0 !important;
  height: 36px !important;
  width: 166px !important;
}
.pick-on-map .btn .btn-text {
  display: flex !important;
  gap: 5px !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 36px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.pick-on-map .btn .btn-text img {
  height: 16px !important;
  width: 16px !important;
}

.coupon-item {
  display: flex;
  margin-bottom: 10px;
}
.coupon-item .coupon-info {
  position: relative;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  min-width: 0;
  max-width: 178px;
  flex-grow: 1;
  height: 60px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.coupon-item .coupon-info span {
  padding-left: 32px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8a8a8a;
  position: relative;
}
.coupon-item .coupon-info input[type=checkbox] + label {
  font-size: 16px;
  line-height: 24px;
  padding-left: 32px;
  top: auto;
}
.coupon-item .coupon-info svg {
  position: absolute;
  right: 0;
  top: 0;
  fill: #eeeeee;
}
.coupon-item .discount-amount {
  min-width: 75px;
  max-width: 75px;
  height: 60px;
  position: relative;
  transform: rotate(0deg);
  transform-origin: left bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-item .discount-amount svg {
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item .discount-amount span {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #fff;
  padding: 3px 5px 0;
}
.coupon-item.checked .discount-amount {
  transform: rotate(5deg);
  transform-origin: left bottom;
}
.coupon-item.checked .coupon-info span {
  color: #fff;
}

.order-confirmed-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper {
    max-width: 100%;
    padding: 80px 20px 0;
  }
}
.order-confirmed-wrapper .text {
  margin-bottom: 20px;
}
.order-confirmed-wrapper .check-img {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px auto;
}
.order-confirmed-wrapper h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.order-confirmed-wrapper h1 span {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
.order-confirmed-wrapper p {
  opacity: 1;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5c5c5c;
  font-weight: 500;
}
@media screen and (max-width: 1599px) {
  .order-confirmed-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .order-confirmed-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .order-confirmed-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper p {
    font-size: 15px;
    line-height: 22px;
  }
}
.order-confirmed-wrapper p > .order-email-text {
  color: #141414;
}
.order-confirmed-wrapper p a {
  color: #15181c;
  display: inline;
  border-bottom: 1px solid rgba(111, 35, 241, 0);
}
.order-confirmed-wrapper p a:hover {
  border-bottom: 1px solid #6f23f1;
}
.order-confirmed-wrapper p .order-email-text {
  color: #141414;
  display: inline;
  white-space: normal;
}
.order-confirmed-wrapper .base {
  font-size: 18px;
  line-height: 24px;
  color: #15181c;
  font-weight: 600;
  border-bottom: 2px solid #3a684a;
}
.order-confirmed-wrapper .base:hover {
  border-bottom: 2px solid #6f23f1;
}
.order-confirmed-wrapper .promo-block {
  height: 130px;
  background: #f6f1ed;
  border-radius: 10px;
  margin-top: 75px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 26px;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 40px 20px 40px;
    margin-top: 60px;
  }
}
.order-confirmed-wrapper .promo-block .promo-block-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .promo-block-left {
    margin-bottom: 15px;
  }
}
.order-confirmed-wrapper .promo-block .coupon {
  position: relative;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .coupon img {
    width: 50px;
  }
}
.order-confirmed-wrapper .promo-block .coupon .coupon-size {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .coupon .coupon-size {
    padding: 5px;
  }
}
.order-confirmed-wrapper .promo-block .coupon .coupon-size span {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .coupon .coupon-size span {
    font-size: 8px;
    line-height: 11px;
    font-weight: 600;
  }
}
.order-confirmed-wrapper .promo-block .coupon .coupon-size span.number {
  font-size: 17px;
  line-height: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .coupon .coupon-size span.number {
    font-size: 11px;
    line-height: 12px;
    margin-top: 3px;
  }
}
.order-confirmed-wrapper .promo-block .text {
  flex-grow: 1;
  padding: 0 35px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .text {
    padding: 0 0 0 30px;
  }
}
.order-confirmed-wrapper .promo-block .text span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .promo-block .text span {
    font-size: 14px;
    line-height: 20px;
  }
  .order-confirmed-wrapper .promo-block .text span br {
    display: none;
  }
}
.order-confirmed-wrapper .btns {
  min-width: 150px;
  max-width: 150px;
}
.order-confirmed-wrapper .btns .btn {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .order-confirmed-wrapper .btns .btn {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .btns .btn {
    height: 40px;
    line-height: 40px;
  }
}
.order-confirmed-wrapper .btns .btn .btn-text {
  font-size: 16px;
  padding: 0;
  line-height: 50px;
}
@media screen and (max-width: 1023px) {
  .order-confirmed-wrapper .btns .btn .btn-text {
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .order-confirmed-wrapper .btns .btn .btn-text {
    line-height: 40px;
  }
}

.order-payment-wrapper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .order-payment-wrapper {
    max-width: 100%;
    padding: 20px;
  }
}
.order-payment-wrapper .btn.btn-big {
  margin-top: 30px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
}
.order-payment-wrapper .btn.btn-big .spinner,
.order-payment-wrapper .btn.btn-big .spinner:before,
.order-payment-wrapper .btn.btn-big .spinner:after {
  border-radius: 50%;
}
.order-payment-wrapper .btn.btn-big .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 14px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}
.order-payment-wrapper .btn.btn-big .spinner.hidden {
  display: none;
}
.order-payment-wrapper .btn.btn-big .spinner:before,
.order-payment-wrapper .btn.btn-big .spinner:after {
  position: absolute;
  content: "";
}
.order-payment-wrapper .btn.btn-big .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #141414;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  animation: loading 2s infinite ease 1.5s;
}
.order-payment-wrapper .btn.btn-big .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #141414;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0 10.2px;
  animation: loading 2s infinite ease;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.order-payment-wrapper .btn.btn-big .btn-text {
  line-height: 46px;
}
.order-payment-wrapper .btn.btn-big .btn-text.hidden {
  display: none;
}
.order-payment-wrapper .error-message {
  color: #e4675f;
  font-size: 16px;
  margin-top: 10px;
}
.order-payment-wrapper .error-message.hidden {
  display: none;
}

.menu-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(20, 20, 20, 0.5);
  transition: opacity 0.2s linear, visibility 0.2s linear;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .menu-popup-wrapper {
    transition: opacity 0.1s linear, visibility 0.1s linear;
  }
}
.menu-popup-wrapper .menu-popup-container {
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 50px;
  position: relative;
  left: -420px;
  transition: left 0.2s linear;
}
@media screen and (max-width: 767px) {
  .menu-popup-wrapper .menu-popup-container {
    width: 100%;
    left: -100%;
    transition: left 0.1s linear;
  }
}
.menu-popup-wrapper .menu-popup-container .close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.menu-popup-wrapper .menu-popup-container .close svg circle {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.menu-popup-wrapper .menu-popup-container .close svg:hover circle {
  opacity: 1;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  flex-shrink: 0;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body > div {
  width: 100%;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .main-links a {
  display: block;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  color: #141414;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -1px;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .additional-links a {
  display: block;
  line-height: 60px;
  color: #141414;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.menu-popup-wrapper.opened {
  visibility: visible;
  opacity: 1;
}
.menu-popup-wrapper.opened .menu-popup-container {
  left: 0;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(20, 20, 20, 0.5);
  transition: opacity 0.2s linear, visibility 0.2s linear;
  visibility: hidden;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .popup-wrapper {
    transition: opacity 0.1s linear, visibility 0.1s linear;
  }
}
.popup-wrapper .popup-container {
  background: #fff;
  width: 500px;
  height: 100%;
  position: absolute;
  right: -500px;
  transition: right 0.2s linear;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-container {
    width: 100%;
    right: -100%;
    transition: right 0.1s linear;
  }
}
.popup-wrapper .popup-container .close {
  position: absolute;
  top: 18px;
  right: 18px;
}
.popup-wrapper .popup-container .close svg circle {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.popup-wrapper .popup-container .close svg:hover circle {
  opacity: 1;
}
.popup-wrapper .popup-container .popup-body {
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-container .popup-body {
    padding: 40px 20px;
  }
}
.popup-wrapper .popup-container .popup-body h3 {
  margin-bottom: 10px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1599px) {
  .popup-wrapper .popup-container .popup-body h3 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .popup-wrapper .popup-container .popup-body h3 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .popup-wrapper .popup-container .popup-body h3 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .popup-wrapper .popup-container .popup-body h3 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
.popup-wrapper .popup-container .popup-body p {
  margin-bottom: 20px;
}
.popup-wrapper .popup-container .popup-body img {
  width: 100%;
}
.popup-wrapper.opened {
  visibility: visible;
  opacity: 1;
}
.popup-wrapper.opened .popup-container {
  z-index: 2002;
  right: 0;
}

.pop-up-wrapper-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  visibility: hidden;
  transition: visibility 200ms linear 0s;
}
.pop-up-wrapper-base:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 200ms linear 0s;
}
.pop-up-wrapper-base.opened {
  display: block;
  visibility: visible;
}
.pop-up-wrapper-base.opened:before {
  opacity: 1;
}
.pop-up-wrapper-base.opened .pop-up-right-container {
  transform: translateX(0);
}
.pop-up-wrapper-base.opened .pop-up-promo-container {
  opacity: 1;
}
.pop-up-wrapper-base .close {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  left: auto;
  transition: all 200ms linear;
}
@media screen and (max-width: 767px) {
  .pop-up-wrapper-base .close {
    width: 30px;
    height: 30px;
  }
}
.pop-up-wrapper-base .close:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/landing/ic_close.svg) 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-wrapper-base .close:hover {
  border: 1px solid #dedede;
}
.pop-up-wrapper-base .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pop-up-wrapper-base .close img {
    width: 30px;
  }
}

.pop-up-mini-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 75px 40px 75px;
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container {
    width: calc(100% - 40px);
    padding: 30px !important;
  }
}
.pop-up-mini-container.no-image {
  padding: 70px 75px 40px 75px;
}
.pop-up-mini-container.have-choice {
  padding: 70px 75px;
}
.pop-up-mini-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container .close {
    top: 5px;
    right: 5px;
  }
}
.pop-up-mini-container a {
  display: inline;
}
.pop-up-mini-container img {
  display: block;
  margin: 0 auto 20px auto;
}
.pop-up-mini-container .title {
  text-align: center;
  margin-bottom: 10px;
}
.pop-up-mini-container p {
  text-align: center;
  color: #dedede;
}
.pop-up-mini-container .buttons-wrapper {
  display: flex;
  gap: 0 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container .buttons-wrapper {
    margin-top: 20px;
  }
}
.pop-up-mini-container .buttons-wrapper .button-small {
  min-width: 195px;
  max-width: 195px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container .buttons-wrapper .button-small {
    min-width: 144px;
    max-width: 144px;
    height: 50px;
  }
}
.pop-up-mini-container .buttons-wrapper .button-small .button-text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container .buttons-wrapper .button-small .button-text {
    font-size: 16px;
  }
}
.pop-up-mini-container .buttons-wrapper .button-small.js-cancel-button {
  border: 1px solid #eeeeee;
  background: #fff;
}
.pop-up-mini-container .buttons-wrapper .button-small.js-cancel-button .button-text {
  color: #141414;
}

.inapp-gpay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inapp-gpay-overlay .inapp-gpay-popup {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px 30px;
  width: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .inapp-gpay-overlay .inapp-gpay-popup {
    width: calc(100% - 40px);
    padding: 50px 24px 24px;
  }
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__close img {
  width: 20px;
  height: 20px;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__img img {
  width: 180px;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__content h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #141414;
  margin: 0;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__content p {
  color: #141414;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__btn {
  width: 100%;
  height: 60px;
  border-radius: 90px;
  background: #141414;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity 200ms linear;
}
.inapp-gpay-overlay .inapp-gpay-popup .inapp-gpay-popup__btn:hover {
  opacity: 0.85;
}

.full-images-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-images-popup.opened {
  opacity: 1;
  visibility: visible;
}
.full-images-popup .full-images-popup-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 50px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .full-images-popup .full-images-popup-inner {
    padding: 80px 10px 60px;
  }
}
.full-images-popup .close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 10001;
  cursor: pointer;
}
.full-images-popup .close svg circle {
  transition: opacity 0.1s linear;
}
.full-images-popup .close svg:hover circle {
  opacity: 0.8;
}
.full-images-popup .full-images-popup-inner.zoomed-active {
  align-items: flex-start;
  justify-content: flex-start;
}
.full-images-popup .full-images-popup-inner.zoomed-active .supplement-full-img {
  margin: 0 auto;
}
.full-images-popup .supplement-full-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  cursor: zoom-in;
}
.full-images-popup .supplement-full-img.zoomed {
  cursor: zoom-in;
}
.full-images-popup .supplement-full-img.zoomed-max {
  cursor: zoom-out;
}
.full-images-popup .supplement-full-img.dragging {
  cursor: grabbing;
}
.full-images-popup .js-images-full-gallery,
.full-images-popup .js-images-full-gallery-order {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.full-images-popup .js-images-full-gallery .swiper-wrapper,
.full-images-popup .js-images-full-gallery-order .swiper-wrapper {
  align-items: center;
}
.full-images-popup .js-images-full-gallery .swiper-slide,
.full-images-popup .js-images-full-gallery-order .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.full-images-popup .js-images-full-gallery .swiper-slide img,
.full-images-popup .js-images-full-gallery-order .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
.full-images-popup .js-images-full-gallery .swiper-button-prev,
.full-images-popup .js-images-full-gallery .swiper-button-next,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev,
.full-images-popup .js-images-full-gallery-order .swiper-button-next {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  width: 50px;
  height: 50px;
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: background 0.2s ease;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .full-images-popup .js-images-full-gallery .swiper-button-prev,
.full-images-popup .js-images-full-gallery .swiper-button-next,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev,
.full-images-popup .js-images-full-gallery-order .swiper-button-next {
    display: none !important;
  }
}
.full-images-popup .js-images-full-gallery .swiper-button-prev:after,
.full-images-popup .js-images-full-gallery .swiper-button-next:after,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev:after,
.full-images-popup .js-images-full-gallery-order .swiper-button-next:after {
  display: block !important;
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}
.full-images-popup .js-images-full-gallery .swiper-button-prev.swiper-button-disabled,
.full-images-popup .js-images-full-gallery .swiper-button-next.swiper-button-disabled,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev.swiper-button-disabled,
.full-images-popup .js-images-full-gallery-order .swiper-button-next.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: default;
  pointer-events: none;
}
.full-images-popup .js-images-full-gallery .swiper-button-prev:hover,
.full-images-popup .js-images-full-gallery .swiper-button-next:hover,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev:hover,
.full-images-popup .js-images-full-gallery-order .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}
.full-images-popup .js-images-full-gallery .swiper-button-prev,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev {
  left: 10px;
}
.full-images-popup .js-images-full-gallery .swiper-button-prev:after,
.full-images-popup .js-images-full-gallery-order .swiper-button-prev:after {
  content: "prev";
}
.full-images-popup .js-images-full-gallery .swiper-button-next,
.full-images-popup .js-images-full-gallery-order .swiper-button-next {
  right: 10px;
}
.full-images-popup .js-images-full-gallery .swiper-button-next:after,
.full-images-popup .js-images-full-gallery-order .swiper-button-next:after {
  content: "next";
}
.full-images-popup .js-images-full-gallery .swiper-pagination,
.full-images-popup .js-images-full-gallery-order .swiper-pagination {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media screen and (max-width: 767px) {
  .full-images-popup .js-images-full-gallery .swiper-pagination,
.full-images-popup .js-images-full-gallery-order .swiper-pagination {
    bottom: 15px;
  }
}
.full-images-popup .js-images-full-gallery .swiper-pagination .swiper-pagination-bullet,
.full-images-popup .js-images-full-gallery-order .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
.full-images-popup .js-images-full-gallery .swiper-pagination .swiper-pagination-bullet-active,
.full-images-popup .js-images-full-gallery-order .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container img,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container img {
  cursor: zoom-in;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container.swiper-zoom-container-zoomed,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container.swiper-zoom-container-zoomed {
  cursor: grab;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container.swiper-zoom-container-zoomed img,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container.swiper-zoom-container-zoomed img {
  cursor: grab;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container.swiper-zoom-container-zoomed:active,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container.swiper-zoom-container-zoomed:active {
  cursor: grabbing;
}
.full-images-popup .js-images-full-gallery .swiper-zoom-container.swiper-zoom-container-zoomed:active img,
.full-images-popup .js-images-full-gallery-order .swiper-zoom-container.swiper-zoom-container-zoomed:active img {
  cursor: grabbing;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --promo-height: 30px;
  --header-large-height: 70px;
  --header-height: 60px;
}

.promo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  gap: 0 5px;
  background-color: #D6F7AB;
  color: #141414;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--promo-height);
  z-index: 901;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-size: 15px !important;
}
@media screen and (max-width: 1599px) {
  .promo-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .promo-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .promo-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.promo-text > a {
  color: #3a684a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-size: 15px !important;
}
@media screen and (max-width: 1599px) {
  .promo-text > a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-text > a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .promo-text > a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .promo-text > a {
    font-size: 14px;
    line-height: 18px;
  }
}
.promo-text > a:hover {
  opacity: 0.8;
}
.promo-text.order-promo {
  position: fixed;
}

body:has(.header-checkout) .promo-text {
  position: static;
}

.header {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  height: var(--header-large-height);
  border-bottom: 1px solid #141414;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: #ffffff;
}
@media screen and (max-width: 1599px) {
  .header {
    padding: 0 20px;
    height: var(--header-height);
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 20px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
}
.header.with-promo {
  top: 30px;
}
.header.order.header-back-wrapper {
  border-bottom: none;
  position: fixed;
  background: transparent;
}
.header.order.header-back-wrapper.with-promo {
  top: var(--promo-height);
}
.header.order.header-back-wrapper .header-back {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header.order.header-back-wrapper .header-back > a {
  height: 26px;
}
@media screen and (max-width: 1023px) {
  .header.order.header-back-wrapper .header-back {
    display: none;
  }
}
.header.header-checkout {
  background: #f8f8f8;
  position: static;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header.header-checkout {
    padding: 0 20px;
  }
}
.header.header-checkout .header-checkout-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header.header-checkout .header-checkout-wrapper .header-logo > a {
  height: -moz-min-content;
  height: min-content;
}
.header.header-checkout .header-checkout-wrapper .protected-logo {
  /*display: inline-flex;
  align-items: center;
  gap: 3px;

  > img {
      width: 20px;
      height: 20px;
  }

  .protected-title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
  }*/
}
.header .header-menu-icon {
  width: 120px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .header .header-menu-icon {
    width: 85px;
  }
}
.header .header-menu-icon svg circle {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.header .header-menu-icon svg:hover circle {
  opacity: 1;
}
.header .header-logo {
  min-width: 123px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    min-width: 0;
  }
}
.header .header-logo a {
  line-height: 0;
}
.header .header-logo img {
  width: 123px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header .header-logo img {
    width: 105px;
  }
}
.header .header-button {
  display: flex;
  justify-content: flex-end;
}
.header .header-button .button-small {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #141414;
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  border-radius: 50px;
  width: 150px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1599px) {
  .header .header-button .button-small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-button .button-small {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-button .button-small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-button .button-small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1599px) {
  .header .header-button .button-small {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-button .button-small {
    width: 90px;
    height: 30px;
    padding: 10px 16px;
  }
}
.header .header-button .button-small:hover {
  opacity: 0.8;
}
.header .header-button .button-small > span {
  width: 100%;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1599px) {
  .header .header-button .button-small > span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-button .button-small > span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-button .button-small > span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-button .button-small > span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-button .button-small > span {
    font-size: 12px;
    line-height: 18px;
  }
}

.menu-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-popup-wrapper.opened {
  display: block;
  opacity: 1;
}
.menu-popup-wrapper.opened .menu-popup-container {
  transform: translateX(0);
}
.menu-popup-wrapper .menu-popup-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: #ffffff;
  padding: 60px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .menu-popup-wrapper .menu-popup-container {
    width: 100%;
    padding: 40px 20px;
  }
}
.menu-popup-wrapper .menu-popup-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .main-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .main-links a {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #141414;
  transition: opacity 0.2s ease;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .main-links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .menu-popup-wrapper .menu-popup-container .menu-popup-body .main-links a {
    font-size: 32px;
  }
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .additional-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid #dedede;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .additional-links a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  transition: opacity 0.2s ease;
}
.menu-popup-wrapper .menu-popup-container .menu-popup-body .additional-links a:hover {
  opacity: 0.7;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
  src: url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff2") format("woff2"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaCond";
  src: url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff2") format("woff2"), url("../fonts/ProximaNovaCondBold/ProximaNovaCondBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSansProRegular/PTSansProRegular.woff2") format("woff2"), url("../fonts/PTSansProRegular/PTSansProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/pp.woff2") format("woff2"), url("../fonts/Poppins/pp.woff") format("woff"), url("../fonts/Poppins/pp.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
footer {
  padding: 0 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 270px;
  background: #fff;
  padding: 60px 0;
}
.profile-bg footer {
  position: static;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
    padding: 0;
    position: relative;
  }
}
footer > .wrapper-block {
  max-width: 1560px;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block {
    max-width: 900px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block {
    padding: 0 20px;
  }
}
footer > .wrapper-block .footer-block {
  justify-content: space-between;
  align-items: start;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block {
    flex-direction: column;
    align-items: center;
  }
}
footer > .wrapper-block .footer-block.first {
  padding: 40px 0 30px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first {
    padding: 25px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
  }
}
footer > .wrapper-block .footer-block.first .left-block .logo {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .left-block .logo {
    text-align: center;
  }
}
footer > .wrapper-block .footer-block.first .left-block .logo img {
  width: 120px;
}
footer > .wrapper-block .footer-block.first .left-block .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.first .left-block .links {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .left-block .links {
    gap: 15px;
    text-align: center;
  }
}
footer > .wrapper-block .footer-block.first .left-block .links a {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #141414;
  position: relative;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.first .left-block .links a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block .footer-block.first .left-block .links a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.first .left-block .links a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .left-block .links a {
    font-size: 14px;
    line-height: 18px;
  }
}
footer > .wrapper-block .footer-block.first .left-block .links a:hover {
  color: #8a8a8a;
}
footer > .wrapper-block .footer-block.first .right-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.first .right-block {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .right-block {
    align-items: center;
    width: 100%;
  }
}
footer > .wrapper-block .footer-block.first .right-block p {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  margin-bottom: 10px;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.first .right-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block .footer-block.first .right-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.first .right-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .right-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.first .right-block p {
    text-align: center;
  }
}
footer > .wrapper-block .footer-block.second {
  padding: 20px 0;
  align-items: start;
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second {
    padding: 25px 0;
    gap: 25px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second .left-block {
    align-self: center;
    text-align: center;
    width: 100%;
  }
}
footer > .wrapper-block .footer-block.second .links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 6px;
}
footer > .wrapper-block .footer-block.second .links a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #141414;
  position: relative;
}
footer > .wrapper-block .footer-block.second .links a:hover {
  color: #8a8a8a;
}
footer > .wrapper-block .footer-block.second span {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.second span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block .footer-block.second span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.second span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second span {
    font-size: 12px;
    line-height: 18px;
  }
}
footer > .wrapper-block .footer-block.second .disclaimer {
  width: 600px;
  padding: 15px;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.second .disclaimer {
    width: 480px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block .footer-block.second .disclaimer {
    width: 460px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.second .disclaimer {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second .disclaimer {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
footer > .wrapper-block .footer-block.second .disclaimer span {
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #5c5c5c;
}
@media screen and (max-width: 1599px) {
  footer > .wrapper-block .footer-block.second .disclaimer span {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1279px) {
  footer > .wrapper-block .footer-block.second .disclaimer span {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.second .disclaimer span {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second .disclaimer span {
    font-size: 11px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrapper-block .footer-block.second .disclaimer span {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrapper-block .footer-block.second .disclaimer br {
    display: none;
  }
}
footer .social-networks {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .social-networks {
    gap: 14px;
    justify-content: center;
  }
}
footer .social-networks a {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  background: transparent;
  transition: all 400ms;
}
@media screen and (max-width: 1599px) {
  footer .social-networks a {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1023px) {
  footer .social-networks a {
    height: 36px;
    width: 36px;
  }
}
footer .social-networks a svg {
  transition: all 400ms;
  width: 100%;
  height: 100%;
}
footer .social-networks a:hover svg circle {
  stroke: #141414;
}
footer.short-footer {
  background-color: #fff;
  padding: 15px 0;
  display: flex;
  gap: 0 30px;
  height: auto !important;
  justify-content: center;
  align-items: center;
  position: static;
}
footer.short-footer a {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

:root {
  --gl-star-empty: url(../img/landing/one-star-gray.svg);
  --gl-star-full: url(../img/landing/one-star-yellow.svg);
  --gl-star-size: 30px;
}

mapbox-search-listbox div[class$=Results] {
  z-index: 10000;
}
mapbox-search-listbox div[class$=ResultsList] {
  padding: 10px;
}
mapbox-search-listbox div[class$=SuggestionName] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #15181c;
}
mapbox-search-listbox div[class$=SuggestionDesc] {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8a8a8a;
}

html {
  scroll-behavior: smooth;
}

body {
  height: auto;
  min-height: 100%;
  position: relative;
}

* {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex-wrapper {
  display: flex;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-container {
  display: flex;
  align-items: center;
}
.flex-container .flex-block.w50 {
  min-width: 50%;
  max-width: 50%;
  flex-grow: 1;
}
.flex-container .flex-block.flex-text {
  padding-left: 90px;
}
.flex-container .flex-block.flex-text.left-position {
  padding-left: 0;
  padding-right: 90px;
}

.hide {
  display: none !important;
}

/*header&main-screen start*/
.circle-btn img {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}
.circle-btn .on-mobile {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: none;
}
.circle-btn:hover img {
  border: 1px solid #dbdbdb;
}

#menu .pop-up-header .header-content {
  flex: 1;
}
#menu .pop-up-header .header-content a {
  display: none;
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #141414;
}
#menu .pop-up-header .header-content a:after {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  background: url(../img/menu-arrow.svg) no-repeat center center;
  background-size: cover;
}
#menu .pop-up-right-container {
  overflow: hidden;
}
#menu .pop-up-body-wrapper {
  width: 200%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: transform 0.2s linear;
}
#menu .pop-up-body-wrapper .pop-up-body {
  width: 50%;
  padding: 0 40px;
}
#menu h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #141414;
  margin-bottom: 20px;
}
#menu .goods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#menu .goods .good {
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px;
  position: relative;
  align-items: start;
}
#menu .goods .good:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 48px;
  height: 48px;
  background: url(../img/landing/arrow_right.svg) no-repeat center center;
  background-size: cover;
}
#menu .goods .good .image {
  order: 2;
  width: 135px;
}
#menu .goods .good .image img {
  width: 100%;
}
#menu .goods .good .title {
  order: 1;
  flex: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #141414;
}
#menu .goods .good.women {
  background: #f8f6f4;
}
#menu .goods .good.men {
  background: #f7f8f7;
}
#menu .menu a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 2px solid rgba(111, 35, 241, 0);
  transition: all 200ms linear;
  margin-right: 40px;
  position: relative;
}
#menu .menu a:last-child {
  margin-right: 0;
}
#menu .menu a:hover, #menu .menu a.active {
  border-bottom: 2px solid #6f23f1;
}
#menu .menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/menu-arrow.svg) no-repeat center center;
  background-size: cover;
}
#menu .fast-links {
  display: flex;
  margin-right: 20px;
}
#menu .fast-links .link-block {
  position: relative;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu .fast-links .link-block:last-child {
  margin-right: 0;
}
#menu .fast-links .link-block.to-basket .goods-num-block .goods-num {
  position: absolute;
  right: -5px;
  top: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background: #6f23f1;
  min-width: 18px;
  width: auto;
  border-radius: 18px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 0 5px;
}
#menu .fast-links .link-block.to-basket .goods-num-block .goods-num.empty {
  display: none;
}
#menu .fast-links .link-block.to-basket .goods-num-block .item-span {
  display: none;
}
#menu .menu {
  display: block;
  margin-bottom: 30px;
}
#menu .menu a {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.5px;
  margin-right: 0;
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  #menu .menu a {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  #menu .menu a {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  #menu .menu a {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  #menu .menu a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
#menu .menu a:last-child {
  margin-bottom: 0;
}
#menu .menu a:hover, #menu .menu a.active {
  border: none;
}
#menu .fast-links {
  width: 100%;
  padding: 30px 0;
  margin-right: 0;
  margin-bottom: 30px;
  flex-direction: column;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#menu .fast-links .link-block {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
#menu .fast-links .link-block.to-basket {
  display: flex;
  align-items: center;
}
#menu .fast-links .link-block.to-basket .goods-num-block {
  display: flex;
}
#menu .fast-links .link-block.to-basket .goods-num-block span.goods-num {
  right: auto;
  left: 34px;
}
#menu .fast-links .link-block.to-basket .goods-num-block span.item-span {
  display: inline-block;
  padding-left: 5px;
}
#menu .circle-btn {
  width: 100%;
  display: flex;
  align-items: center;
}
#menu .circle-btn img {
  width: 47px;
  height: 47px;
}
#menu .circle-btn .on-mobile {
  display: block;
  margin-left: 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 1599px) {
  #menu .circle-btn .on-mobile {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  #menu .circle-btn .on-mobile {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  #menu .circle-btn .on-mobile {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  #menu .circle-btn .on-mobile {
    font-size: 16px;
    line-height: 22px;
  }
}
#menu .circle-btn.js-country-change span {
  position: relative;
  padding-right: 20px;
}
#menu .circle-btn.js-country-change span:after {
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 16px;
  background: url(../img/landing/arrow-dark-light-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  transform: translateY(-50%);
}

.main-screen .top-text-block {
  width: 100%;
  max-width: 1050px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}
.main-screen .top-text-block p {
  margin-bottom: 40px;
}

/*header&main-screen end*/
/*central-top-text-block start*/
.central-top-text-block {
  text-align: center;
  padding: 94px 0;
  width: 100%;
  max-width: 800px;
}
.central-top-text-block .sm24 {
  margin-bottom: 24px;
}
.central-top-text-block .flex-wrapper {
  justify-content: center;
  margin-bottom: 48px;
}
.central-top-text-block img {
  margin: auto 18px;
}
.central-top-text-block .for-mobile {
  display: flex;
  align-items: center;
}

/*central-top-text-block end*/
.unique {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.unique img {
  max-width: 100%;
}
.unique p {
  color: #8a8a8a;
  opacity: 1;
}

/*nutrition-active start*/
.nutrition-active {
  padding: 190px 0 100px;
}
.nutrition-active.app {
  padding: 50px 0 140px;
}
.nutrition-active .animation-wrapper {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}
.nutrition-active .animation-wrapper .specbg {
  width: 100%;
}

/*nutrition-active end*/
/*special-flex start*/
.special-flex {
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 0 100px;
}
.special-flex .flex-block {
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  padding: 60px 60px 0 60px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 800px;
  position: relative;
}
.special-flex .flex-block h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.special-flex .flex-block p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #8a8a8a;
  opacity: 1;
}
.special-flex .flex-block img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.special-flex .flex-block.first-card {
  background: #F8F6F4;
}
.special-flex .flex-block.second-card {
  background: #F7F8F7;
}

.big-text-block {
  padding: 135px 0;
}

/*special-flex end*/
/*get-care start*/
.get-care {
  padding: 120px 0;
}
.get-care .text {
  text-align: center;
  margin-bottom: 80px;
}

.spec-slider-wrapper {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}

.card {
  padding: 40px;
  border-radius: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.card span {
  min-height: 50%;
  max-height: 50%;
}
.card:last-child {
  margin-right: 0;
}
.card .b45 {
  margin-bottom: 40px;
}

/*get-care end*/
/*numbers-block start*/
.numbers-block {
  background: #EBE6DA;
  position: relative;
}
.numbers-block > img {
  display: none;
}
.numbers-block .flex-container {
  height: 800px;
  align-items: stretch;
}
.numbers-block .flex-container .flex-block.left-position {
  display: flex;
  align-items: center;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.numbers-block .numbers {
  margin-bottom: 60px;
}
.numbers-block .numbers .flex-block {
  text-align: center;
  margin-right: 80px;
}
.numbers-block .numbers .flex-block:last-child {
  margin-right: 0;
}
.numbers-block h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 60px;
}
.numbers-block .m30 {
  margin-bottom: 10px;
}
.numbers-block .sm18 {
  color: #8a8a8a;
}
.numbers-block img {
  max-height: 100%;
  position: absolute;
  right: 0;
}
.numbers-block .btns {
  justify-content: start;
}
.numbers-block .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
}
.numbers-block .button_su a {
  color: #fff;
}
.numbers-block .button_su .btn-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
  padding: 0 47px;
}
.numbers-block .button_su.btn-white .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
}

/*numbers-block end*/
/*rewievs start*/
.reviews {
  padding: 100px 0;
}
.reviews h2 {
  text-align: center;
  margin-bottom: 50px;
}
.reviews .review-block {
  width: 440px;
  height: 100%;
  padding: 35px;
  border-radius: 30px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.05);
}
.reviews .review-block .person-info {
  margin-bottom: 28px;
}
.reviews .review-block .person-info .name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.reviews .review-block .person-info .city {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.reviews .review-block .review-text {
  margin-top: 38px;
}
.reviews .review-block .review-text .review-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.reviews .review-block .review-text p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}

/*rewievs end*/
.support {
  padding: 80px 0 30px;
}

/*essentials start*/
.essentials {
  padding: 80px 0 120px 0;
}
.essentials .animation8-i0-mobile {
  display: none;
}

/*essentials end*/
/*products start*/
.products {
  padding-bottom: 120px;
}

.products-slider .product-block {
  padding: 0 30px 50px 30px;
  border-radius: 30px;
}
.products-slider .product-block img {
  position: relative;
  width: 100%;
  top: -50px;
  margin-bottom: 0;
}
.products-slider .product-block .product-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #191B23;
}
.products-slider .product-block .tab-num {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #141414;
  opacity: 0.5;
}
.products-slider .product-block .product-type {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #141414;
  opacity: 0.5;
  height: 24px;
}
.products-slider .product-block.spec-block img {
  display: block;
  top: 0;
  width: 80px;
  margin: 80px auto 20px auto;
}
.products-slider .product-block.spec-block .text {
  margin-bottom: 75px;
}
.products-slider .product-block.spec-block span {
  text-align: center;
}
.products-slider .product-block.spec-block .color-gray {
  color: #b0b0b0;
}

/*products end*/
/*questions start*/
.questions {
  padding: 80px 0;
}
.questions .flex-container {
  align-items: initial;
}
.questions p a {
  display: inline-block;
  color: #141414;
}
.questions .left-text {
  min-width: 280px;
  max-width: 280px;
  margin-right: 105px;
}
.questions .left-text > div {
  position: sticky;
  top: 100px;
}
.questions .left-text span {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #141414;
  margin-bottom: 30px;
}
.questions .left-text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.questions .question-block {
  padding: 36px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.questions .question-block:first-child {
  padding-top: 0;
}
.questions .question-block:last-child {
  border: none;
}
.questions .question-block.opened span:after {
  transform: translate(0, -50%) rotate(180deg);
}
.questions .question-block span {
  font-size: 24px;
  line-height: 32px;
  padding-right: 50px;
  position: relative;
  font-weight: 600;
}
.questions .question-block span:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 200ms linear 0s;
}
.questions .question-block .text {
  display: none;
  padding-top: 12px;
  transition: all 0s;
}
.questions .question-block .text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}

/*questions end*/
/*swiper styles start*/
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -17px;
  opacity: 0;
  transition: all 200ms linear 0s;
}

.swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 0;
  margin: 0;
  transition: cursor 0.3s;
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 50%;
  height: 100%;
  top: 0;
  margin: 0;
  transition: cursor 0.3s;
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 0;
  cursor: url(../img/landing/nav-left.svg) 44 44, auto;
}

.swiper-button-next {
  right: 0;
  cursor: url(../img/landing/nav-right.svg) 44 44, auto;
}

.slider {
  position: relative;
}
.slider .navigation {
  position: absolute;
  right: 0;
  top: -94px;
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
.slider .navigation > div {
  cursor: pointer;
  transition: transform 0.2s linear;
}
.slider .navigation > div.button-prev:hover {
  transform: translateX(-5px);
}
.slider .navigation > div.button-next:hover {
  transform: translateX(5px);
}
.slider .navigation > div.swiper-button-disabled {
  cursor: default;
}
.slider .navigation > div.swiper-button-disabled.button-prev:hover {
  transform: none;
}
.slider .navigation > div.swiper-button-disabled.button-next:hover {
  transform: none;
}

/*swiper styles end*/
/*top-slider-wrapper start*/
.top-slider-wrapper .mainslide-block {
  width: 240px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.top-slider-wrapper .mainslide-block span {
  position: absolute;
  padding: 18px 22px 0 22px;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.top-slider-wrapper .mainslide-block img {
  display: block;
  width: 100%;
}

/*top-slider-wrapper start*/
/*animations start*/
.animation-wrapper {
  position: relative;
}
.animation-wrapper .specbg {
  max-width: 100%;
}
.animation-wrapper .specbg.only-mobile {
  display: none;
}
.animation-wrapper .animated-img {
  position: absolute;
  top: 0;
  left: 0;
}
.animation-wrapper .animated-img div {
  position: relative;
}
.animation-wrapper img {
  width: 100%;
  position: relative;
}

/*lifestyle&genetics start*/
.lifestyle, .genetics, .plus {
  opacity: 0;
}

.animate .lifestyle {
  position: relative;
  -webkit-animation-name: lifestyle;
  -webkit-animation-duration: 1s;
  animation-name: lifestyle;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.animate .genetics {
  position: relative;
  -webkit-animation-name: genetics;
  -webkit-animation-duration: 1s;
  animation-name: genetics;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.animate .plus {
  position: relative;
  -webkit-animation-name: plus;
  -webkit-animation-duration: 1s;
  animation-name: plus;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lifestyle {
  0% {
    left: -100px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 100%;
  }
}
@keyframes genetics {
  0% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 100%;
  }
}
@keyframes plus {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*lifestyle&genetics end*/
/*to-catalog start*/
.to-catalog {
  padding: 100px 0 80px 0;
}
.to-catalog .text {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 80px;
}

.to-catalog-links-wrapper {
  display: flex;
}
.to-catalog-links-wrapper img:not(.arrow) {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.to-catalog-links-wrapper .to-full-collection {
  position: relative;
  margin-right: 24px;
  flex-grow: 1;
  min-width: calc(34% - 24px);
  max-width: calc(34% - 24px);
}
.to-catalog-links-wrapper .to-full-collection .link-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 60px 0;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.to-catalog-links-wrapper .to-full-collection .link-block .s-text {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 700;
  padding: 0 20px 23px 20px;
}
.to-catalog-links-wrapper .to-full-collection .link-block .button_su {
  display: inline-block;
}
.to-catalog-links-wrapper .to-full-collection .link-block .button_su.btn.btn-big .btn-text {
  width: 245px;
}
.to-catalog-links-wrapper .to-catalog-links-right-block {
  display: inline-flex;
  flex-wrap: wrap;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block {
  position: relative;
  min-width: calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin-right: 24px;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:nth-child(2n+2) {
  margin-right: 0;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:first-child, .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:nth-child(2) {
  margin-bottom: 28px;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block span {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding-right: 5px;
  transition: all 200ms;
  position: relative;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block span.icon-str-right {
  line-height: 1;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block span.icon-str-right:before {
  font-size: 24px;
  line-height: 1;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block .arrow {
  transform: rotate(-90deg);
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block a:hover span {
  padding-right: 10px;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block.inactive .link-block {
  flex-direction: column;
  align-items: flex-start;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block.inactive .link-block span {
  color: #8a8a8a;
}
.to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block.inactive .link-block span.s14 {
  font-size: 14px;
  line-height: 20px;
}

/*to-catalog end*/
/*animation1 start*/
.animation1-i1, .animation1-i2, .animation1-i3, .animation1-i4, .animation1-i5 {
  opacity: 0;
}

.animate .animation1-i1 {
  position: relative;
  -webkit-animation-name: animation1-i1;
  -webkit-animation-duration: 1.2s;
  animation-name: animation1-i1;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.animate .animation1-i2 {
  position: relative;
  -webkit-animation-name: animation1-i2;
  -webkit-animation-duration: 650ms;
  animation-name: animation1-i2;
  animation-duration: 650ms;
  animation-fill-mode: forwards;
}
.animate .animation1-i3 {
  position: relative;
  -webkit-animation-name: animation1-i3;
  -webkit-animation-duration: 850ms;
  animation-name: animation1-i3;
  animation-duration: 850ms;
  animation-fill-mode: forwards;
}
.animate .animation1-i4 {
  position: relative;
  -webkit-animation-name: animation1-i4;
  -webkit-animation-duration: 700ms;
  animation-name: animation1-i4;
  animation-duration: 700ms;
  animation-fill-mode: forwards;
}
.animate .animation1-i5 {
  position: relative;
  -webkit-animation-name: animation1-i5;
  -webkit-animation-duration: 900ms;
  animation-name: animation1-i5;
  animation-duration: 900ms;
  animation-fill-mode: forwards;
}

@keyframes animation1-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation1-i2 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation1-i3 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation1-i4 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation1-i5 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation1 end*/
/*animation2 start*/
.animation2-i1, .animation2-i2 {
  opacity: 0;
}

.animate .animation2-i1 {
  position: relative;
  -webkit-animation-name: animation2-i1;
  -webkit-animation-duration: 0.8s;
  animation-name: animation2-i1;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.animate .animation2-i2 {
  position: relative;
  -webkit-animation-name: animation2-i2;
  -webkit-animation-duration: 0.6s;
  animation-name: animation2-i2;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes animation2-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation2-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation2 end*/
/*animation3 start*/
.animation3-i1, .animation3-i2, .animation3-i0 {
  opacity: 0;
}

.animation3-i0 {
  z-index: 2;
}

.animate .animation3-i1 {
  position: relative;
  -webkit-animation-name: animation3-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation3-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation3-i2 {
  position: relative;
  -webkit-animation-name: animation3-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation3-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.animate .animation3-i0 {
  position: relative;
  -webkit-animation-name: animation3-i2;
  -webkit-animation-duration: 1s;
  animation-name: animation3-i2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes animation3-i0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation3-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation3-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation3 end*/
/*animation4 start*/
.animation4-i1, .animation4-i2 {
  opacity: 0;
}

.animate .animation4-i1 {
  position: relative;
  -webkit-animation-name: animation4-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation4-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation4-i2 {
  position: relative;
  -webkit-animation-name: animation4-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation4-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes animation4-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation4-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation4 end*/
/*animation5 start*/
.animation5-i1, .animation5-i2 {
  opacity: 0;
}

.animate .animation5-i1 {
  position: relative;
  -webkit-animation-name: animation5-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation5-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation5-i2 {
  position: relative;
  -webkit-animation-name: animation5-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation5-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes animation5-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation5-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation5 end*/
/*animation6 start*/
.animation6-i1, .animation6-i2 {
  opacity: 0;
}

.animate .animation6-i1 {
  position: relative;
  -webkit-animation-name: animation6-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation6-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation6-i2 {
  position: relative;
  -webkit-animation-name: animation6-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation6-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes animation6-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation6-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation6 end*/
/*animation7 start*/
.animation7-i1, .animation7-i2 {
  opacity: 0;
}

.animate .animation7-i1 {
  position: relative;
  -webkit-animation-name: animation7-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation7-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation7-i2 {
  position: relative;
  -webkit-animation-name: animation7-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation7-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes animation7-i1 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation7-i2 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation7 end*/
/*animation8 start*/
.animation8-i1, .animation8-i2 {
  opacity: 0;
}

.animate .animation8-i1 {
  position: relative;
  -webkit-animation-name: animation8-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation8-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation8-i2 {
  position: relative;
  -webkit-animation-name: animation8-i2;
  -webkit-animation-duration: 0.8s;
  animation-name: animation8-i2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes animation8-i1 {
  0% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes animation8-i2 {
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
/*animation8 end*/
/*animation9 start*/
.animation9-i1, .animation9-i2, .animation9-i3, .animation9-i4, .animation9-i5 {
  opacity: 0;
}

.animate .animation9-i1 {
  position: relative;
  -webkit-animation-name: animation9-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation9-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation9-i2 {
  position: relative;
  -webkit-animation-name: animation9-i2;
  -webkit-animation-duration: 0.7s;
  animation-name: animation9-i2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
.animate .animation9-i3 {
  position: relative;
  -webkit-animation-name: animation9-i3;
  -webkit-animation-duration: 0.8s;
  animation-name: animation9-i3;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.animate .animation9-i4 {
  position: relative;
  -webkit-animation-name: animation9-i4;
  -webkit-animation-duration: 0.9s;
  animation-name: animation9-i4;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
.animate .animation9-i5 {
  position: relative;
  -webkit-animation-name: animation9-i5;
  -webkit-animation-duration: 1.2s;
  animation-name: animation9-i5;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes animation9-i1 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation9-i2 {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation9-i3 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation9-i4 {
  0% {
    bottom: -70px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation9-i5 {
  0% {
    bottom: -150px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation9 end*/
/*animation10 start*/
.animation10-i1, .animation10-i2, .animation10-i3, .animation10-i4, .animation10-i5 {
  opacity: 0;
}

.animate .animation10-i1 {
  position: relative;
  -webkit-animation-name: animation10-i1;
  -webkit-animation-duration: 0.6s;
  animation-name: animation10-i1;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.animate .animation10-i2 {
  position: relative;
  -webkit-animation-name: animation10-i2;
  -webkit-animation-duration: 0.7s;
  animation-name: animation10-i2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
.animate .animation10-i3 {
  position: relative;
  -webkit-animation-name: animation10-i3;
  -webkit-animation-duration: 0.8s;
  animation-name: animation10-i3;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.animate .animation10-i4 {
  position: relative;
  -webkit-animation-name: animation10-i4;
  -webkit-animation-duration: 0.9s;
  animation-name: animation10-i4;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
.animate .animation10-i5 {
  position: relative;
  -webkit-animation-name: animation10-i5;
  -webkit-animation-duration: 1.2s;
  animation-name: animation10-i5;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes animation10-i1 {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation10-i2 {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation10-i3 {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation10-i4 {
  0% {
    bottom: -70px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animation10-i5 {
  0% {
    bottom: -150px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
/*animation10 end*/
.preview {
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 10;
}
.preview .preview-card {
  min-width: 240px;
  max-width: 240px;
  height: 350px;
  margin: 0 10px;
  background: #ccc;
  border-radius: 30px;
}
.preview.animate-slider-loader {
  -webkit-animation-name: animate-slider-loader;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0.3s;
  animation-name: animate-slider-loader;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes animate-slider-loader {
  0% {
    height: 350px;
    opacity: 100%;
  }
  50% {
    height: 350px;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.preview.animate-slider-loader .preview-card {
  -webkit-animation-name: preview;
  -webkit-animation-duration: 0.3s;
  animation-name: preview;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes preview {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}

/*all animations end*/
/*another pages start*/
.page-text-block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 130px 0;
}
.page-text-block h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 42px;
}
.page-text-block h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.page-text-block h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
}
.page-text-block p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 28px;
  opacity: 100%;
}
.page-text-block .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 28px;
}
.page-text-block .table-wrapper table {
  border-collapse: collapse;
}
.page-text-block .table-wrapper table td, .page-text-block .table-wrapper table th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  padding: 10px;
}
.page-text-block .table-wrapper table th {
  color: #141414;
  font-weight: 700;
}
.page-text-block ul {
  margin-bottom: 28px;
  list-style: none;
  padding: 0;
}
.page-text-block ul ul {
  margin-bottom: 0;
}
.page-text-block ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}
.page-text-block ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #8a8a8a;
  position: absolute;
  left: 13px;
  top: 14px;
}
.page-text-block a {
  display: inline;
}
.page-text-block b {
  color: #141414;
}

.dark-container .logo {
  width: 124px;
  position: absolute;
  top: 33px;
  left: 50px;
}

.btn-black {
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #141414;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 90px;
}

.error-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.error-info h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
  color: #fff;
}
.error-info p {
  font-size: 24px;
  line-height: 32px;
  color: #b0b0b0;
  margin-bottom: 30px;
  opacity: 100%;
}
.error-info .btn-white {
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #141414;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: white;
  border-radius: 90px;
}
.error-info .animate-image {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.error-info .animate-image img {
  height: 100%;
}
.error-info lottie-player {
  margin-bottom: -1px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(1px 1px);
}

/*another pages end*/
/*catalog pages start*/
/*catalog main page start*/
.page-wrapper-block {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}

.catalog-top-wrapper {
  padding: 100px 0 80px 0;
  background: #faf8f6;
}
.catalog-top-wrapper .catalog-top {
  padding-bottom: 80px;
}
.catalog-top-wrapper .catalog-top h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
.catalog-top-wrapper .catalog-top span {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #8a8a8a;
}
.catalog-top-wrapper .catalog-top .flex-block {
  min-width: calc(50% - 11px);
  max-width: calc(50% - 11px);
}
.catalog-top-wrapper .catalog-top .flex-block.text {
  padding-left: 150px;
  margin-left: 22px;
}

.directory-sections-block .flex-block {
  position: relative;
  min-width: calc(25% - 16.5px);
  max-width: calc(25% - 16.5px);
  margin-right: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.directory-sections-block .flex-block:last-child {
  margin-right: 0;
}
.directory-sections-block .flex-block img {
  width: 100%;
}
.directory-sections-block .flex-block span {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}
.directory-sections-block .flex-block .arrow {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
}
.directory-sections-block .flex-block .arrow:before, .directory-sections-block .flex-block .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  transition: all 300ms linear;
}
.directory-sections-block .flex-block .arrow:before {
  background: url(../img/landing/arrow-dark-light-icon.svg) 0 0 no-repeat;
}
.directory-sections-block .flex-block .arrow:after {
  background: url(../img/landing/arrow-white-light-icon.svg) 0 0 no-repeat;
  opacity: 0;
}
.directory-sections-block .flex-block a {
  transition: all 300ms linear;
}
.directory-sections-block .flex-block a:hover .arrow {
  background: #141414;
}
.directory-sections-block .flex-block a:hover .arrow:before {
  opacity: 0;
}
.directory-sections-block .flex-block a:hover .arrow:after {
  opacity: 1;
}
.directory-sections-block .flex-block.inactive span {
  color: #8a8a8a;
}
.directory-sections-block .flex-block.inactive span.s12 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  top: 54px;
}

.what-we-do {
  padding: 100px 0;
}
.what-we-do h2 {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin-bottom: 50px;
}
.what-we-do .flex-wrapper {
  justify-content: center;
}
.what-we-do .flex-wrapper .flex-block {
  min-width: 250px;
  max-width: 250px;
  margin-right: 55px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.what-we-do .flex-wrapper .flex-block:last-child {
  margin-right: 0;
}
.what-we-do .flex-wrapper .flex-block span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #8a8a8a;
}
.what-we-do .flex-wrapper .flex-block img {
  display: block;
  margin: 0 auto 25px auto;
}

.directory-section {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto 50px auto;
  position: relative;
}
.directory-section .anchor {
  position: absolute;
  top: -100px;
}
.directory-section .flex-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
}
.directory-section .flex-wrapper .flex-block {
  margin-right: 22px;
  margin-bottom: 30px;
}
.directory-section .flex-wrapper .flex-block:nth-child(4n+3) {
  margin-right: 0;
}

.directory-section-item-big {
  position: relative;
  min-width: calc(50% - 11px);
  max-width: calc(50% - 11px);
  overflow: hidden;
  border-radius: 20px;
}
.directory-section-item-big img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.directory-section-item-big span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px 30px 40px;
}

.goods-counter {
  position: relative;
  display: flex;
  align-items: center;
}
.goods-counter .goods-counter-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.goods-counter .loader-count {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 200ms linear;
}
.goods-counter .loader-count img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods-counter .js-cart-inc {
  position: relative;
}
.goods-counter input {
  width: 65px;
  padding: 0 5px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
}
.goods-counter span {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  background: #eeeeee;
  transition: all 200ms linear;
  cursor: pointer;
}
.goods-counter span:before, .goods-counter span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.goods-counter span:after {
  opacity: 0;
}
.goods-counter span.btn-minus:before {
  background: url(../img/landing/minus-dark-icon.svg) 0 0 no-repeat;
  background-size: contain;
}
.goods-counter span.btn-minus:after {
  background: url(../img/landing/minus-white-icon.svg) 0 0 no-repeat;
  background-size: contain;
}
.goods-counter span.btn-plus:before {
  background: url(../img/landing/plus-dark-icon.svg) 0 0 no-repeat;
  background-size: contain;
}
.goods-counter span.btn-plus:after {
  background: url(../img/landing/plus-white-icon.svg) 0 0 no-repeat;
  background-size: contain;
}
.goods-counter span:hover {
  background: #15181c;
}
.goods-counter span:hover:before {
  opacity: 0;
}
.goods-counter span:hover:after {
  opacity: 1;
}

.add-to-basket {
  position: relative;
  transition: all 200ms linear;
}
.add-to-basket .price {
  position: relative;
  z-index: 2;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #dedede;
  padding: 0 34px;
  transition: all 200ms linear;
  background: rgba(21, 24, 28, 0);
}
.add-to-basket .price span {
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #15181c;
  padding-left: 35px;
}
.add-to-basket .price span:before, .add-to-basket .price span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.add-to-basket .price span:before {
  background: url(../img/landing/basket-black-icon.svg) 0 0 no-repeat;
}
.add-to-basket .price span:after {
  background: url(../img/landing/basket-white-icon.svg) 0 0 no-repeat;
  opacity: 0;
}
.add-to-basket .price:hover {
  border: 1px solid #15181c;
  background: #15181c;
}
.add-to-basket .price:hover span {
  color: #fff;
}
.add-to-basket .price:hover span:before {
  opacity: 0;
}
.add-to-basket .price:hover span:after {
  opacity: 1;
}
.add-to-basket .btn {
  position: relative;
  z-index: 2;
}
.add-to-basket .goods-counter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.add-to-basket.active .price {
  opacity: 0;
  z-index: 1;
}
.add-to-basket.active .goods-counter {
  opacity: 1;
  z-index: 2;
}
.add-to-basket.active .btn {
  opacity: 0;
  z-index: 1;
}
.add-to-basket .good-unavailable {
  align-items: center;
  height: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #b0b0b0;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 0 34px;
  border-radius: 50px;
  border: 1px solid #dedede;
  display: none;
  cursor: default;
}
.add-to-basket.unavailable .price, .add-to-basket.unavailable .goods-counter, .add-to-basket.unavailable .btn {
  display: none;
}
.add-to-basket.unavailable .good-unavailable {
  display: flex;
}

.directory-section-item {
  position: relative;
  min-width: calc(25% - 16.5px);
  max-width: calc(25% - 16.5px);
  padding-bottom: 70px;
}
.directory-section-item .image-wrapper {
  margin-bottom: 20px;
}
.directory-section-item .image-wrapper img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.directory-section-item .image-wrapper img.front-image {
  position: relative;
  z-index: 1;
}
.directory-section-item .image-wrapper img.back-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 200ms linear;
}
.directory-section-item .image-wrapper:hover img.back-image {
  opacity: 1;
}
.directory-section-item .image-wrapper .badge {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background: #8eab98;
  padding: 0 8px;
  border-radius: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  z-index: 3;
}
.directory-section-item.have-badge .badge {
  display: block;
}
.directory-section-item .short-description .product-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.directory-section-item .short-description .amount {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #8a8a8a;
  margin-bottom: 15px;
}
.directory-section-item .short-description .product-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
}
.directory-section-item .short-description .discount-line {
  display: flex;
  margin-top: 20px;
}
.directory-section-item .short-description .discount-line span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #b0b0b0;
  text-transform: uppercase;
}
.directory-section-item .short-description .discount-line .old-price {
  color: #e4675f;
  text-decoration: line-through;
  margin-right: 10px;
}
.directory-section-item .add-to-basket {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 200ms linear;
}
.directory-section-item .add-to-basket .price {
  position: relative;
  z-index: 2;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #dedede;
  padding: 0 34px;
  transition: all 200ms linear;
  background: rgba(21, 24, 28, 0);
}
.directory-section-item .add-to-basket .price span {
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #15181c;
  padding-left: 35px;
}
.directory-section-item .add-to-basket .price span:before, .directory-section-item .add-to-basket .price span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.directory-section-item .add-to-basket .price span:before {
  background: url(../img/landing/basket-black-icon.svg) 0 0 no-repeat;
}
.directory-section-item .add-to-basket .price span:after {
  background: url(../img/landing/basket-white-icon.svg) 0 0 no-repeat;
  opacity: 0;
}
.directory-section-item .add-to-basket .price:hover {
  border: 1px solid #15181c;
  background: #15181c;
}
.directory-section-item .add-to-basket .price:hover span {
  color: #fff;
}
.directory-section-item .add-to-basket .price:hover span:before {
  opacity: 0;
}
.directory-section-item .add-to-basket .price:hover span:after {
  opacity: 1;
}
.directory-section-item .add-to-basket .goods-counter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.directory-section-item .add-to-basket.active .price {
  opacity: 0;
  z-index: 1;
}
.directory-section-item .add-to-basket.active .goods-counter {
  opacity: 1;
  z-index: 2;
}
.directory-section-item .add-to-basket .good-unavailable {
  align-items: center;
  height: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #b0b0b0;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 0 34px;
  border-radius: 50px;
  border: 1px solid #dedede;
  display: none;
  cursor: default;
}
.directory-section-item .add-to-basket.unavailable .price, .directory-section-item .add-to-basket.unavailable .goods-counter {
  display: none;
}
.directory-section-item .add-to-basket.unavailable .good-unavailable {
  display: flex;
}

.special-flex-on-catalog {
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 100px;
}
.special-flex-on-catalog .button_su.btn.btn-big .btn-text {
  width: 215px;
}
.special-flex-on-catalog .flex-block {
  min-width: calc(50% - 11px);
  max-width: calc(50% - 11px);
  padding: 50px 60px 0 60px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.special-flex-on-catalog .flex-block h3 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}
.special-flex-on-catalog .flex-block p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}
.special-flex-on-catalog .flex-block img {
  margin-top: 40px;
  margin-bottom: 35px;
}
.special-flex-on-catalog .flex-block.first-card {
  background: #F0ECEC;
}
.special-flex-on-catalog .flex-block.second-card {
  background: #E9EBEE;
}

.big-text-block {
  padding: 135px 0;
}

/*catalog main page start*/
/*cart start*/
.goods-list-item {
  display: flex;
  align-items: flex-start;
}
.goods-list-item .image-wrapper {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
  position: relative;
}
.goods-list-item .image-wrapper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.goods-list-item .image-wrapper .bundle {
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #fff;
  background: #15181c;
  height: 14px;
  border-radius: 14px;
  font-weight: 700;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  width: calc(100% - 16px);
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: none;
}
.goods-list-item .good-info {
  flex-grow: 1;
  margin-right: 15px;
}
.goods-list-item .good-info .name-packaging {
  margin-bottom: 10px;
}
.goods-list-item .good-info .prod-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.goods-list-item .good-info .prod-packaging {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.goods-list-item .good-info .prod-amount {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.goods-list-item .goods-counter span {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
}
.goods-list-item .goods-counter span:before, .goods-list-item .goods-counter span:after {
  width: 17px;
  height: 17px;
}
.goods-list-item .goods-counter input {
  width: 40px;
  line-height: 32px;
  font-size: 16px;
}
.goods-list-item .good-price {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.goods-list-item .good-price span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.goods-list-item .good-price span.old-price {
  font-size: 12px;
  line-height: 14px;
  text-decoration: line-through;
  color: #e4675f;
}
.goods-list-item .good-amount {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8a8a8a;
}
.goods-list-item.have-bundle .bundle {
  display: block;
}

.order-list .order-items {
  display: flex;
}
.order-list .order-items h2 {
  flex: 1;
}
.order-list .order-items .order-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.goods-list .goods-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.goods-list .goods-list-item:first-child {
  padding-top: 0;
}
.goods-list .goods-list-item:last-child {
  border: none;
}

/*cart end*/
.order-parameters-list {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.order-parameters-list::-webkit-scrollbar {
  display: none;
}
.order-parameters-list .order-parameter-item {
  padding: 20px 52px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 10px;
}
.order-parameters-list .order-parameter-item span {
  color: #8a8a8a;
}
.order-parameters-list .order-parameter-item span.address {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.order-parameters-list .order-parameter-item span.person-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.order-parameters-list .order-parameter-item span.person-contacts, .order-parameters-list .order-parameter-item span.recipient {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.order-parameters-list .order-parameter-item .edit {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.order-parameters-list .order-parameter-item:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/landing/check-icon.svg) 0 0 no-repeat;
  opacity: 0;
}
.order-parameters-list .order-parameter-item:hover {
  border: 1px solid #141414;
  cursor: pointer;
}
.order-parameters-list .order-parameter-item.active {
  border: 1px solid #141414;
}
.order-parameters-list .order-parameter-item.active:before {
  opacity: 1;
}
.order-parameters-list .order-parameter-item.active span.address {
  color: #15181c;
}
.order-parameters-list .order-parameter-item.active span.person-name {
  color: #15181c;
}
.order-parameters-list .add {
  display: inline-block;
  margin-top: 10px;
}

.add {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #6f23f1;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.add span {
  display: inline-block;
  border-bottom: 1px solid rgba(111, 35, 241, 0);
}
.add:hover {
  color: #6f23f1;
}
.add:hover span {
  border-bottom: 1px solid #6f23f1;
}
.add:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url(../img/landing/add-icon.svg) 0 0 no-repeat;
  background-size: contain;
}

/*catalog pages end*/
/*login-signup start*/
form input[type=text], form input[type=password], form input[type=email], form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  padding: 0 30px;
  margin-bottom: 15px;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  transition: all 200ms;
  color: #141414;
  outline: none;
}
form input[type=text]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=email]::-moz-placeholder, form select::-moz-placeholder {
  color: #5c5c5c;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #5c5c5c;
}
form input[type=text]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #5c5c5c;
}
form input[type=text].black-outline, form input[type=password].black-outline, form input[type=email].black-outline, form select.black-outline {
  border-color: #141414;
}
form input[type=text]:focus, form input[type=text].green-outline, form input[type=password]:focus, form input[type=password].green-outline, form input[type=email]:focus, form input[type=email].green-outline, form select:focus, form select.green-outline {
  border-color: #8eab98;
}
form input[type=text]:disabled, form input[type=password]:disabled, form input[type=email]:disabled, form select:disabled {
  background: #eeeeee;
  border-color: #eeeeee;
}
form input[type=text]:disabled:focus, form input[type=password]:disabled:focus, form input[type=email]:disabled:focus, form select:disabled:focus {
  border-color: #eeeeee;
}
form input[type=text].invalid, form input[type=password].invalid, form input[type=email].invalid, form select.invalid {
  border-color: #e4675f;
}
form input[type=text].valid, form input[type=password].valid, form input[type=email].valid, form select.valid {
  border-color: #8eab98;
  background-color: #F9FBF6;
}
form input[type=text] + .input-error, form input[type=password] + .input-error, form input[type=email] + .input-error, form select + .input-error {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #e4675f;
}
form select {
  background: url(../img/landing/arrow-dark-light-icon.svg) top 18px right 20px no-repeat;
  background-size: 16px 16px;
  padding-right: 45px;
}
form select:invalid {
  color: #5c5c5c;
}
form .input-wrapper {
  margin-bottom: 15px;
  position: relative;
}
form .input-wrapper:last-child {
  margin-bottom: 0;
}
form .input-wrapper input, form .input-wrapper select {
  margin-bottom: 0;
}
form .input-wrapper .input-error {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #e4675f;
}
form .input-wrapper.with-placeholder input, form .input-wrapper.with-placeholder select {
  padding: 22px 20px 8px;
}
form .input-wrapper.with-placeholder .placeholder {
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #5c5c5c;
  top: 17px;
  left: 21.5px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
form .input-wrapper.with-placeholder input:not(:-moz-placeholder-shown) + .placeholder {
  top: 8px;
  font-size: 12px;
  line-height: 14px;
}
form .input-wrapper.with-placeholder input:focus + .placeholder, form .input-wrapper.with-placeholder input:not(:placeholder-shown) + .placeholder {
  top: 8px;
  font-size: 12px;
  line-height: 14px;
}
form .input-wrapper.with-placeholder select:not(:invalid) + .placeholder {
  top: 8px;
  font-size: 12px;
  line-height: 14px;
}
form .button_su_inner {
  display: initial;
  width: 100%;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
}
form textarea {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 200px;
  border-radius: 20px;
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  transition: all 200ms;
  resize: none;
}
form textarea::-moz-placeholder {
  color: #5c5c5c;
  opacity: 1;
}
form textarea:-ms-input-placeholder {
  color: #5c5c5c;
}
form textarea::-webkit-input-placeholder {
  color: #5c5c5c;
}
form textarea:focus {
  border-color: #8eab98;
}

.login-wrapper {
  width: 100%;
  max-width: 450px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.login-wrapper h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}
.login-wrapper p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.login-wrapper p a {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}
.login-wrapper form {
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  padding: 0 0 30px 0;
}
.login-wrapper form .btn {
  width: 100%;
  margin-top: 30px;
}
.login-wrapper form .base {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-left: 30px;
}
.login-wrapper .another-login-type span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.login-wrapper .login-types {
  margin-bottom: 30px;
  margin-top: 0;
  flex-direction: column;
  gap: 10px 0;
}
.login-wrapper .login-types a {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 55px;
  border: 1px solid #dedede;
}
.login-wrapper .login-types a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
  margin-top: 2px;
}
.login-wrapper .or {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.login-wrapper .or span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.login-wrapper .or:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  content: "";
  transform: translateY(-50%);
}

.login-types {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.login-types .circle-btn {
  margin: 0 5px;
}
.login-types .circle-btn img {
  padding: 13px;
  width: 60px;
}

.create-password {
  position: relative;
}
.create-password .password-control {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.create-password .password-control:before, .create-password .password-control:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.create-password .password-control:before {
  background: url(../img/landing/pass-eye-closed.svg) 0 0 no-repeat;
  background-size: contain;
}
.create-password .password-control:after {
  background: url(../img/landing/pass-eye-opened.svg) 0 0 no-repeat;
  background-size: contain;
  opacity: 0;
}
.create-password .password-control.view:before {
  opacity: 0;
}
.create-password .password-control.view:after {
  opacity: 1;
}

/*login-signup end*/
/*rigth pop-up blocks start*/
.pop-up-right-container {
  width: 500px;
  height: 100%;
  right: 0;
  top: 0;
  position: fixed;
  background: #fff;
  transform: translateX(120%);
  transition: transform 200ms linear 0s;
}

.pop-up-header {
  padding: 20px 20px 25px 30px;
  display: flex;
  align-items: center;
}
.pop-up-header h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  flex-grow: 1;
  padding-right: 20px;
  margin-bottom: 0;
}

.cart-total-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: center;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.05);
}
.cart-total-price .total-price-info {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.cart-total-price .total-price-info > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cart-total-price .total-price-info > div.right {
  align-items: flex-end;
}
.cart-total-price .total-price-info span {
  display: inline;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #8a8a8a;
}
.cart-total-price .total-price-info span.dark {
  color: #141414;
}
.cart-total-price .total-price-info .m14-grey {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #8a8a8a;
}
.cart-total-price .total-price-info .price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.cart-total-price .total-price-info .discount-line {
  display: flex;
}
.cart-total-price .total-price-info .discount-line span {
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  color: #b0b0b0;
}
.cart-total-price .total-price-info .discount-line span.old-price {
  text-decoration: line-through;
  color: #e4675f;
  margin-right: 5px;
}
.cart-total-price .btn {
  width: 100%;
}

.pop-up-content {
  position: relative;
  height: calc(100% - 90px);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pop-up-content::-webkit-scrollbar {
  display: none;
}
.pop-up-content.for-goods-list {
  padding-bottom: 96px;
  overflow: hidden;
}
.pop-up-content.for-goods-list .goods-list-wrapper {
  overflow-x: hidden;
  height: 100%;
}
.pop-up-content.for-goods-list .goods-list {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pop-up-content.for-goods-list .goods-list::-webkit-scrollbar {
  display: none;
}
.pop-up-content .loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.pop-up-content .loader-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -45px;
}
.pop-up-content .loader-wrapper.active-loader {
  display: flex;
  -webkit-animation-name: active-loader;
  -webkit-animation-duration: 300ms;
  animation-name: active-loader;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
@keyframes active-loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.pop-up-informer-block {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 15px 0;
}
.pop-up-informer-block img {
  display: block;
  margin: 0 auto 30px auto;
}
.pop-up-informer-block h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #15181c;
}
.pop-up-informer-block p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}

.add-edit-wrapper .btn {
  margin-top: 30px;
}
.add-edit-wrapper .title {
  padding-left: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.add-edit-wrapper .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.add-edit-wrapper .title.address {
  background: url(../img/landing/house-icon.svg) 0 2px no-repeat;
}
.add-edit-wrapper .title.recipient {
  margin-top: 25px;
  background: url(../img/landing/person-icon.svg) 0 2px no-repeat;
}
.add-edit-wrapper p {
  margin-top: -5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #8a8a8a;
  padding: 0 30px;
  opacity: 1;
}

.delete-item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #8a8a8a;
  position: relative;
  padding-left: 21px;
  margin-top: 20px;
}
.delete-item:before, .delete-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.delete-item:before {
  background: url(../img/landing/delete-icon.svg) 0 0 no-repeat;
}
.delete-item:after {
  opacity: 0;
  background: url(../img/landing/delete-icon-dark.svg) 0 0 no-repeat;
}
.delete-item:hover {
  color: #15181c;
}
.delete-item:hover:before {
  opacity: 0;
}
.delete-item:hover:after {
  opacity: 1;
}

.autocopmlete-wrapper {
  position: relative;
}

.autocopmlete-items-list {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 58px;
  left: 0;
  border: 2px solid #eeeeee;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 100;
  height: auto;
  max-height: 255px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.autocopmlete-items-list::-webkit-scrollbar {
  display: none;
}
.autocopmlete-items-list .autocopmlete-item {
  display: flex;
  padding: 10px;
  align-items: center;
  background: rgba(248, 248, 248, 0);
  transition: all 200ms linear;
}
.autocopmlete-items-list .autocopmlete-item img {
  min-width: 36px;
  max-width: 36px;
  margin-right: 15px;
}
.autocopmlete-items-list .autocopmlete-item .autocopmlete-item-info .street {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.autocopmlete-items-list .autocopmlete-item .autocopmlete-item-info .city {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8a8a8a;
}
.autocopmlete-items-list .autocopmlete-item:hover, .autocopmlete-items-list .autocopmlete-item.active {
  cursor: pointer;
  background: #f8f8f8;
}

/*right pop-up blocks end*/
/*product page blocks start*/
.wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1136px;
}

.title-block {
  padding: 40px 0 20px 0;
}
.title-block h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.text-block {
  padding: 0 0 30px 0;
}
.text-block p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: #8a8a8a;
  padding: 0;
  margin: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.subtitle-text {
  padding: 0 0 20px 0;
}
.subtitle-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 0;
}
.subtitle-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: #8a8a8a;
  padding: 0;
  margin: 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.big-image-block {
  padding: 30px 0 40px 0;
}
.big-image-block img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.small-image-block {
  padding: 10px 0 20px 0;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.small-image-block img {
  display: block;
  width: 500px;
  margin: 0;
  max-width: 100%;
}

.marked-text {
  padding: 0 0 20px 0;
}
.marked-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}
.marked-text p:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #8a8a8a;
  position: absolute;
  left: 0;
  top: 13px;
}

.features-block {
  padding: 40px 0;
}
.features-block h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.features-block .feature-items-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.features-block .feature-items-wrapper .decorative-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-block .feature-items-wrapper .feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background: #F6F6F6;
  height: 200px;
  min-width: calc(25% - 10px);
  max-width: calc(25% - 10px);
  padding: 50px 30px 20px 30px;
}
.features-block .feature-items-wrapper .feature-item span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

.ingredients-block {
  padding: 40px 0;
}
.ingredients-block .slider {
  position: relative;
  height: auto;
}
.ingredients-block .slider .swiper-container {
  overflow: initial;
}
.ingredients-block .slider .swiper-slide {
  border-radius: 20px;
  width: 275px;
  padding: 10px 30px 30px;
  background: #F6F6F6;
}
.ingredients-block .slider .supplementsslide-block img {
  margin-bottom: 20px;
}
.ingredients-block .slider .supplementsslide-block p {
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #8a8a8a;
  opacity: 1;
}
.ingredients-block .slider .supplementsslide-block p.title {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 600;
  color: #141414;
}

.video-preview {
  padding: 40px 0;
  position: relative;
}
.video-preview .preview-img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.video-preview .start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-preview .start-video img {
  margin: 0 auto;
}
.video-preview .start-video span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 15px;
  max-width: 200px;
}

.accordion .accordion-item {
  position: relative;
}
.accordion .accordion-item:after {
  content: "";
  width: 1136px;
  height: 1px;
  background: #dedede;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.accordion .accordion-item.opened .accordion-item-name:after {
  transform: translate(0, -50%) rotate(180deg);
}
.accordion .accordion-item-name {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion .accordion-item-name span {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}
.accordion .accordion-item-name:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 200ms linear 0s;
}
.accordion .text {
  display: none;
}

.reviews-main-info-wrapper h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.reviews-main-info-wrapper .wrapper-inner {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #dedede;
}

.reviews-main-info {
  display: flex;
}
.reviews-main-info .reviews-main-info-block {
  flex-grow: 1;
  display: flex;
}
.reviews-main-info .reviews-main-info-block .product-rating {
  min-width: 335px;
  max-width: 335px;
}
.reviews-main-info .reviews-main-info-block .product-rating .product-rating-value {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.reviews-main-info .reviews-main-info-block .product-rating .product-rating-value .real-value {
  font-size: 48px;
  line-height: 45px;
  font-weight: 600;
}
.reviews-main-info .reviews-main-info-block .product-rating .product-rating-value .max-value {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.reviews-main-info .reviews-main-info-block .product-rating .product-rating-value .max-value:before {
  content: "/";
  font-size: 36px;
  line-height: 32px;
}
.reviews-main-info .reviews-main-info-block .product-rating .ratings-num {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #8a8a8a;
}
.reviews-main-info .reviews-main-info-block .product-rating .stars-block {
  margin-top: 15px;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded {
  min-width: 250px;
  max-width: 250px;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded .rating-line {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded .rating-line:last-child {
  margin-bottom: 0;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded .rating-line span {
  display: block;
  min-width: 50px;
  max-width: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #8a8a8a;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded .rating-line .rating-value-wrapper {
  flex-grow: 1;
  height: 5px;
  border-radius: 5px;
  background: #eeeeee;
  position: relative;
}
.reviews-main-info .reviews-main-info-block .product-rating-expanded .rating-line .rating-value-wrapper .rating-value {
  height: 5px;
  border-radius: 5px;
  background: #f2af2d;
  position: absolute;
}
.reviews-main-info .reviews-main-info-block .reviews-empty span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews-main-info .reviews-main-info-block .reviews-empty p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.reviews-main-info .reviews-main-info-btn {
  min-width: 300px;
  max-width: 300px;
}

.stars-block {
  display: inline-block;
  position: relative;
  height: 32px;
}
.stars-block img {
  display: block;
  height: 100%;
}
.stars-block .stars-yellow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.review-item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dedede;
}
.review-item .review-item-value {
  min-width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.review-item .review-item-value .name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.review-item .review-item-value .sc {
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.review-item .review-item-value .stars-block {
  height: 24px;
}
.review-item .review-item-value .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
  margin-right: 20px;
}
.review-item .review-item-value .flex-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review-item .review-item-value .flex-block.for-stars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.review-item .review-item-text {
  min-width: 100%;
  max-width: 100%;
}
.review-item .review-item-text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: #8a8a8a;
}

.back {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 27px;
}
.back:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.product-basic-information-wrapper {
  padding: 30px 0 80px;
}
.product-basic-information-wrapper .back {
  margin-bottom: 30px;
}

.product-basic-information {
  display: flex;
  align-items: flex-start;
}
.product-basic-information .product-basic-information-gallery {
  border-radius: 30px;
  overflow: hidden;
  flex-grow: 1;
}
.product-basic-information .product-basic-information-gallery img {
  width: 100%;
}
.product-basic-information .product-basic-information-gallery .swiper-button-prev, .product-basic-information .product-basic-information-gallery .swiper-button-next {
  width: 36px;
  height: 36px;
  transition: none;
  cursor: pointer;
  opacity: 1;
  top: 50%;
  background: url(../img/landing/arrow-prev-icon.svg) 0 0 no-repeat;
}
.product-basic-information .product-basic-information-gallery .swiper-button-prev.swiper-button-disabled, .product-basic-information .product-basic-information-gallery .swiper-button-next.swiper-button-disabled {
  display: none;
}
.product-basic-information .product-basic-information-gallery .swiper-button-prev {
  transform: translate(0, -50%);
  left: 10px;
}
.product-basic-information .product-basic-information-gallery .swiper-button-next {
  transform: translate(0, -50%) rotate(180deg);
  right: 10px;
}
.product-basic-information .product-basic-information-gallery .swiper-pagination {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  top: auto;
}
.product-basic-information .product-basic-information-gallery .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #15181C;
  opacity: 0.3;
  margin-right: 5px;
  transition: all 300ms linear;
}
.product-basic-information .product-basic-information-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  background: #141414;
  opacity: 1;
  transition: all 300ms linear;
}
.product-basic-information .product-basic-information-block {
  min-width: 400px;
  max-width: 400px;
  margin-left: 40px;
}
.product-basic-information .product-basic-information-block .badge {
  display: table;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background: #8eab98;
  padding: 0 8px;
  border-radius: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-basic-information .product-basic-information-block h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.product-basic-information .product-basic-information-block .product-rating-block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product-basic-information .product-basic-information-block .product-rating-block .stars-block {
  height: 24px;
}
.product-basic-information .product-basic-information-block .product-rating-block span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #8a8a8a;
  margin-left: 10px;
}
.product-basic-information .product-basic-information-block p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
  margin-bottom: 30px;
}
.product-basic-information .product-basic-information-block .delivery-price {
  padding: 20px;
  border: 1.5px solid #dedede;
  border-radius: 15px;
  margin-bottom: 40px;
}
.product-basic-information .product-basic-information-block .delivery-price .delivery-price-item {
  padding-left: 34px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #8a8a8a;
  margin-bottom: 5px;
  position: relative;
}
.product-basic-information .product-basic-information-block .delivery-price .delivery-price-item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../img/landing/delivery-check-icon.svg) 0 0 no-repeat;
}
.product-basic-information .product-basic-information-block .delivery-price .delivery-price-item:last-child {
  margin-bottom: 0;
}
.product-basic-information .product-basic-information-block .certificates {
  margin-bottom: 30px;
}
.product-basic-information .product-basic-information-block .certificates ul {
  display: flex;
}
.product-basic-information .product-basic-information-block .certificates ul li {
  position: relative;
  padding: 0 20px;
}
.product-basic-information .product-basic-information-block .certificates ul li:first-child {
  padding-left: 0;
}
.product-basic-information .product-basic-information-block .certificates ul li:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(1px, -50%);
}
.product-basic-information .product-basic-information-block .certificates ul li:last-child:after {
  display: none;
}
.product-basic-information .product-basic-information-block .price-info {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.product-basic-information .product-basic-information-block .price-info .price-block {
  flex-grow: 1;
}
.product-basic-information .product-basic-information-block .price-info .price-block .final-price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.product-basic-information .product-basic-information-block .price-info .price-block .old-price-block {
  display: flex;
}
.product-basic-information .product-basic-information-block .price-info .price-block .old-price-block .old-price {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #e4675f;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-basic-information .product-basic-information-block .price-info .price-block .old-price-block .discount {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #b0b0b0;
  text-transform: uppercase;
}
.product-basic-information .product-basic-information-block .price-info .btn {
  min-width: 200px;
  max-width: 200px;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket .goods-counter {
  display: flex;
  justify-content: space-between;
  left: 7px;
  bottom: 5px;
  width: 186px;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket.unavailable {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket.unavailable .good-unavailable {
  color: #e4675f;
  height: auto;
  padding: 0;
  border: none;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket.unavailable .good-unavailable br {
  display: none;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket.unavailable .goods-counter {
  display: none;
}
.product-basic-information .product-basic-information-block .price-info .add-to-basket.unavailable .btn {
  display: block;
}
.product-basic-information .product-basic-information-block .price-info.unavailable .price-block {
  display: none;
}

.add-review-wrapper {
  padding: 30px 0;
}
.add-review-wrapper .add-review-block {
  width: 100%;
  max-width: 960px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
  margin: 0 auto;
}
.add-review-wrapper .back {
  margin-bottom: 30px;
}
.add-review-wrapper .b28 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.add-review-wrapper p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #8a8a8a;
  opacity: 1;
}
.add-review-wrapper .add-review {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.add-review-wrapper .add-review .product-image {
  min-width: 100px;
  max-width: 100px;
  margin-right: 20px;
}
.add-review-wrapper .add-review .product-image img {
  display: block;
  width: 100%;
}

/*product page blocks end*/
/*profile page blocks start*/
.profile-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 45px 0;
  display: flex;
}
.profile-wrapper .profile-menu {
  min-width: 265px;
  max-width: 265px;
  padding-right: 65px;
}
.profile-wrapper .profile-menu ul li {
  margin-bottom: 20px;
}
.profile-wrapper .profile-menu ul li:last-child {
  margin-bottom: 0;
}
.profile-wrapper .profile-menu ul li a, .profile-wrapper .profile-menu ul li button {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 45px;
  border-radius: 45px;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  font-weight: 600;
  color: #141414;
  white-space: nowrap;
  padding: 0 20px 0 49px;
  transition: all 200ms linear;
}
.profile-wrapper .profile-menu ul li a:before, .profile-wrapper .profile-menu ul li a:after, .profile-wrapper .profile-menu ul li button:before, .profile-wrapper .profile-menu ul li button:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.profile-wrapper .profile-menu ul li a:after, .profile-wrapper .profile-menu ul li button:after {
  opacity: 0;
}
.profile-wrapper .profile-menu ul li a:hover, .profile-wrapper .profile-menu ul li button:hover {
  color: #fff;
  background: #141414;
}
.profile-wrapper .profile-menu ul li a:hover:before, .profile-wrapper .profile-menu ul li button:hover:before {
  opacity: 0;
}
.profile-wrapper .profile-menu ul li a:hover:after, .profile-wrapper .profile-menu ul li button:hover:after {
  opacity: 1;
}
.profile-wrapper .profile-menu ul li a.active, .profile-wrapper .profile-menu ul li button.active {
  color: #fff;
  background: #141414;
}
.profile-wrapper .profile-menu ul li a.active:before, .profile-wrapper .profile-menu ul li button.active:before {
  opacity: 0;
}
.profile-wrapper .profile-menu ul li a.active:after, .profile-wrapper .profile-menu ul li button.active:after {
  opacity: 1;
}
.profile-wrapper .profile-menu ul li a.profile-main:before, .profile-wrapper .profile-menu ul li button.profile-main:before {
  background-image: url(../img/landing/person-icon-black.svg);
}
.profile-wrapper .profile-menu ul li a.profile-main:after, .profile-wrapper .profile-menu ul li button.profile-main:after {
  background-image: url(../img/landing/person-icon-white.svg);
}
.profile-wrapper .profile-menu ul li a.my-orders:before, .profile-wrapper .profile-menu ul li button.my-orders:before {
  background-image: url(../img/landing/order-icon-black.svg);
}
.profile-wrapper .profile-menu ul li a.my-orders:after, .profile-wrapper .profile-menu ul li button.my-orders:after {
  background-image: url(../img/landing/order-icon-white.svg);
}
.profile-wrapper .profile-menu ul li a.my-subscriptions:before, .profile-wrapper .profile-menu ul li button.my-subscriptions:before {
  background-image: url(../img/landing/subscription-icon-black.svg);
}
.profile-wrapper .profile-menu ul li a.my-subscriptions:after, .profile-wrapper .profile-menu ul li button.my-subscriptions:after {
  background-image: url(../img/landing/subscription-icon-white.svg);
}
.profile-wrapper .profile-menu ul li a.shipping-address:before, .profile-wrapper .profile-menu ul li button.shipping-address:before {
  background-image: url(../img/landing/address-icon-gray.svg);
}
.profile-wrapper .profile-menu ul li a.shipping-address:after, .profile-wrapper .profile-menu ul li button.shipping-address:after {
  background-image: url(../img/landing/address-icon-dark.svg);
}
.profile-wrapper .profile-menu ul li a.logout:before, .profile-wrapper .profile-menu ul li button.logout:before {
  background-image: url(../img/landing/logout-icon-black.svg);
}
.profile-wrapper .profile-menu ul li a.logout:after, .profile-wrapper .profile-menu ul li button.logout:after {
  background-image: url(../img/landing/logout-icon-white.svg);
}
.profile-wrapper .profile-info-block-wrapper {
  flex-grow: 1;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper {
  display: block;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block {
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0;
  background: none;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .h1 {
  margin-bottom: 10px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block h2, .profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .status {
  display: table;
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail {
  padding-bottom: 22px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail:last-child {
  padding: 0;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail span.gray {
  color: #8a8a8a;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail span.m14-grey {
  font-size: 14px;
  line-height: 20px;
  color: #8a8a8a;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail .btn {
  margin-top: 5px;
  height: 40px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail .btn .button_su_inner .btn-text {
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .order-details-block .order-detail .pm {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .amount-block .amount-line {
  padding: 10px 0 4px 0;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .amount-block .amount-line span {
  font-size: 16px;
  line-height: 22px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .amount-block-info-total {
  padding-top: 20px;
}
.profile-wrapper .profile-info-block-wrapper .order-wrapper .amount-block-info-total .total-price span:not(.price) {
  font-size: 16px;
  line-height: 22px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.subscription-page {
  padding: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.72px;
  color: #141414;
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: normal;
  position: relative;
  padding-left: 34px;
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translate(0, -50%) rotate(90deg);
  width: 24px;
  height: 24px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .h1.absolute {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 5;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper p {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
  opacity: 1;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f2;
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left {
  padding: 40px 0 40px 40px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .label {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .name {
  color: #141414;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 5px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .status-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .status-wrapper .frequency {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .subpage-benefits {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .subpage-benefits ul li {
  padding-left: 26px;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .left .subpage-benefits ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .right {
  display: flex;
  justify-content: end;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-header .right img {
  height: 100%;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section {
  margin-bottom: 40px;
  padding: 0 40px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section.nomb {
  margin-bottom: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block {
  display: flex;
  gap: 0 15px;
  flex-direction: row;
  align-items: start;
  margin-bottom: 20px;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block:last-child {
  margin-bottom: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block .description {
  flex: 1;
  padding-right: 40px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block .description .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block .description .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #5c5c5c;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block .description .text.small {
  font-size: 12px;
  line-height: 14px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-block > .status {
  padding-top: 3px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-payment-block {
  align-items: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-payment-block .description .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .subscription-payment-block.current-payment {
  border-radius: 15px;
  background: var(--system-skeleton, #F6F6F6);
  padding: 20px;
  max-width: 400px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section a {
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section a:last-child {
  margin-bottom: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section a .subscription-block:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section a .subscription-block > .status {
  padding-right: 25px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-methods {
  max-width: 400px;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper {
  flex: 1 1 0px;
  width: 100%;
  height: 55px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper label {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #eeeeee;
  border-radius: 10px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper label span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  margin-left: 5px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper input[type=radio] {
  position: absolute;
  left: -9999px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper input[type=radio]:checked + label {
  border-color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .payment-types .radio-wrapper:last-child {
  margin-bottom: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card p, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #8a8a8a;
  margin-bottom: 10px;
  opacity: 1;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element {
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element #card-element, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element #card-element {
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #FFF;
  padding: 17px 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element #card-element.StripeElement--invalid, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element #card-element.invalid, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element #card-element.StripeElement--invalid, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element #card-element.invalid {
  border-color: #e4675f;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element #card-element.valid, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element #card-element.valid {
  border-color: #8eab98;
  background-color: #F9FBF6;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-card .card-element #card-errors, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .js-cash .card-element #card-errors {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #e4675f;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .btn {
  height: 55px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .btn .btn-text {
  line-height: 55px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .btn a {
  cursor: pointer;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .apple-button, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .google-button {
  background: #000000;
  border-radius: 8px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .apple-button a, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .google-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .apple-button a img, .profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .google-button a img {
  width: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .loader-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .loader-wrapper.active-loader {
  display: flex;
  -webkit-animation-name: active-loader;
  -webkit-animation-duration: 300ms;
  animation-name: active-loader;
  animation-duration: 0s;
  animation-fill-mode: forwards;
}
@keyframes active-loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-section .order-item {
  border: none;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel {
  padding: 50px 105px 110px;
  text-align: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel.reasons {
  padding: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
  color: #5c5c5c;
  opacity: 1;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list {
  display: flex;
  gap: 15px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item {
  width: 100%;
  max-width: 400px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio] {
  display: none;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 80px;
  border: 1.5px solid #eeeeee;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #5c5c5c;
  cursor: pointer;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio] + label:hover {
  border-color: #a4c1ae;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio] + label:hover span {
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio]:checked + label {
  border-color: #a4c1ae;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .reason-list .reason-item input[type=radio]:checked + label span {
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .btn {
  width: 100%;
  max-width: 400px;
  height: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-cancel .btn .btn-text {
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze {
  padding: 20px 0 0;
  text-align: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8a8a8a;
  opacity: 1;
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  padding: 0 80px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list .choice-item input {
  display: none;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list .choice-item input + label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F6F6F6;
  color: #141414;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list .choice-item input + label span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list .choice-item input + label span.number {
  font-size: 32px;
  line-height: 36px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .choice-list .choice-item input:checked + label {
  background: #141414;
  color: #fff;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .estimates {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 40px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .estimates > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .estimates > div .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .estimates > div .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #8a8a8a;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .btn {
  width: 250px;
  height: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-snooze .btn .btn-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency {
  padding: 0;
  text-align: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  text-align: left;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input {
  display: none;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input + label {
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 1.5px solid #F6F6F6;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input + label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/radio.svg) center center no-repeat;
  background-size: cover;
  top: 20px;
  right: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input + label span {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input + label span.title {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input + label span:last-child {
  margin-bottom: 0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input:checked + label {
  border-color: #b0b0b0;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .frequency-list .frequency-item input:checked + label:after {
  background: url(../img/radio-checked.svg) center center no-repeat;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .btn {
  width: 300px;
  height: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .subscription-frequency .btn .btn-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper {
  padding: 30px 20px 30px 82px;
  background: url(../img/subscription/upcoming.svg) 20px 0 no-repeat;
  background-color: #F6F6F6;
  background-size: auto 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper .offer-label {
  background: #3a684a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper .label {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper .delivery-date {
  color: #141414;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper .billing {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper .upcoming-wrapper .billing > span {
  text-decoration: line-through;
  color: #e4675f;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step {
  text-align: left;
  position: relative;
  padding: 30px 40px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step p {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  opacity: 1;
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step h2 {
  color: #141414;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step > img {
  max-width: 100%;
  height: 250px;
  margin: 0 auto 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .btn {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .btn .btn-text {
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .cancel-continue {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 10px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .cancel-continue a {
  color: #5c5c5c;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .offer-loader {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  z-index: 2;
  flex-direction: column;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .offer-loader img {
  margin-bottom: 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .offer-loader .title {
  color: #141414;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .offer-loader .text {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  max-width: 320px;
  text-align: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer {
  padding: 0 30px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image img {
  width: 100%;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label {
  position: absolute;
  display: flex;
  bottom: 35px;
  left: 35px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #e4675f;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label .off {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label .price {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label .line-through {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: line-through;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label .free {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .image .label .addon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .description .offer-label {
  display: inline-block;
  padding: 0 5px;
  align-items: flex-start;
  border-radius: 20px;
  background: #e4675f;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .description .title {
  color: #141414;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.profile-wrapper .profile-info-block-wrapper .subscription-wrapper.cancel-step .special-offer .description .text {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 40px;
}
.profile-wrapper .profile-info-block {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
  overflow: hidden;
}
.profile-wrapper .profile-info-block h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}
.profile-wrapper .personal-data .inputs-wrapper {
  padding-bottom: 30px;
}
.profile-wrapper .personal-data .inputs-wrapper span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.profile-wrapper .personal-data .inputs-wrapper input:last-child {
  margin-bottom: 0;
}

.status {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 20px;
}
.status.preparing-to-delivery {
  color: #8a8a8a;
  background: #eeeeee;
}
.status.in-transit {
  color: #fff;
  background: #a99cce;
}
.status.delivered {
  color: #fff;
  background: #8eab98;
}
.status.cancelled {
  color: #fff;
  background: #ea9f9f;
}
.status.subscription-status {
  font-weight: 700;
  font-size: 8px;
  line-height: 14px;
  padding: 1px 5px 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.status.subscription-status.active {
  background-color: #6f23f1;
}
.status.subscription-status.out_of_stock {
  background-color: #6f23f1;
}
.status.subscription-status.pending {
  background-color: #6f23f1;
}
.status.subscription-status.degraded {
  background-color: #6f23f1;
}
.status.subscription-status.snoozed {
  background-color: #6f23f1;
}
.status.subscription-status.cancelled {
  background-color: #b0b0b0;
}

.orders-list .order-item {
  padding: 20px 15px 15px 30px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  margin-bottom: 10px;
}
.orders-list .order-item:last-child {
  margin-bottom: 0;
}
.orders-list .order-item .order-item-top {
  display: flex;
  align-items: flex-start;
}
.orders-list .order-item .order-item-top .order-date {
  flex-grow: 1;
}
.orders-list .order-item .order-item-top a {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  padding-right: 27px;
}
.orders-list .order-item .order-item-top a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  transform: rotate(-90deg);
}
.orders-list .order-item .order-item-top .status {
  margin-top: -5px;
}
.orders-list .order-item .order-number {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #5c5c5c;
  margin-bottom: 15px;
}
.orders-list .order-item .tracking {
  margin-bottom: 15px;
}
.orders-list .order-item .tracking span {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.orders-list .order-item .tracking span.black {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.orders-list .order-item .tracking a {
  color: #6f23f1;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
}
.orders-list .order-item .tracking a img {
  display: inline;
  width: 12px;
  position: relative;
  top: 1px;
}
.orders-list .order-item .delivery-address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5c5c5c;
  margin-bottom: 15px;
}
.orders-list .order-item .order-item-bottom {
  display: flex;
}
.orders-list .order-item .order-item-bottom .order-price {
  flex-grow: 1;
}
.orders-list .order-item .order-item-bottom .order-price span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #8a8a8a;
}
.orders-list .order-item .order-item-bottom .order-price span.price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #141414;
}
.orders-list .order-item .order-item-bottom .btn.btn-reorder .btn-text {
  padding-left: 47px;
  position: relative;
}
.orders-list .order-item .order-item-bottom .btn.btn-reorder .btn-text:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/landing/reorder-icon.svg) 0 0 no-repeat;
  position: absolute;
  left: 20px;
  top: 6px;
}
.orders-list > a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s linear;
  margin-bottom: 20px;
}
.orders-list > a:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.orders-list > a:last-child {
  margin-bottom: 0;
}
.orders-list .subscription-item {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 0 15px;
  align-items: start;
  cursor: pointer;
  position: relative;
}
.orders-list .subscription-item:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../img/landing/arrow-small.svg) 0 0 no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
.orders-list .subscription-item .subscription-description {
  flex: 1;
}
.orders-list .subscription-item .subscription-description .subscription-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #141414;
}
.orders-list .subscription-item .subscription-description .subscription-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #8a8a8a;
  max-width: 280px;
}
.orders-list .subscription-item > .subscription-status {
  padding-right: 20px;
}
.orders-list .orders-empty {
  padding: 30px 0 40px;
  text-align: center;
}
.orders-list .orders-empty img {
  margin: 0 auto 20px;
  width: 150px;
}
.orders-list .orders-empty h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #15181c;
  letter-spacing: normal;
}
.orders-list .orders-empty p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.orders-list .orders-empty .btn {
  margin-top: 20px;
  max-width: 315px;
}
.orders-list .orders-empty .btn .btn-text {
  padding: 0;
  gap: 0 10px;
}
.orders-list .orders-empty .btn .btn-text img {
  margin: 0;
}

/*profile page blocks end*/
/* new main page start */
.main-top {
  padding: 160px 0;
  display: grid;
  grid-template-columns: 1fr 680px 1fr;
}
.main-top .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: 680px;
}
.main-top .left, .main-top .right {
  position: relative;
}
.main-top .left img, .main-top .right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
  width: 100%;
}
.main-top .left img {
  left: 0;
}
.main-top .right img {
  right: 0;
}
.main-top .mobile {
  display: none;
}
.main-top h1 {
  line-height: 90px;
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 40px;
  color: #141414;
}
.main-top p {
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 40px;
  opacity: 1;
}
.main-top .btns {
  justify-content: start;
}
.main-top .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
  width: 265px;
}
.main-top .button_su a {
  color: #fff;
}
.main-top .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  padding: 0;
}
.main-top .button_su.btn-white .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
}

.br60-top {
  border-radius: 60px 60px 0 0;
}

.program {
  padding: 100px 0 60px;
}
.program .wrapper-block .text {
  text-align: left;
}
.program .wrapper-block .text h2 {
  font-weight: 600;
  margin-bottom: 60px;
}
.program .wrapper-block .text h2 span {
  color: #8a8a8a;
}
.program .wrapper-block .swiper-wrapper {
  justify-content: space-between;
}
.program .wrapper-block .swiper-wrapper .featureslider-block {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 325px;
}
.program .wrapper-block .swiper-wrapper .featureslider-block img {
  width: 100%;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .description {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 30px;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .description p.title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .button {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 30px;
  width: 100%;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .button .btn {
  width: 100%;
  background: #fff;
  border-color: #fff;
  height: 60px;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .button .btn .btn-text {
  line-height: 56px;
  font-size: 20px;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .button .btn:hover {
  color: #fff;
  background: #141414;
  border-color: #141414;
}
.program .wrapper-block .swiper-wrapper .featureslider-block .button .btn:hover .btn-text {
  color: #fff;
}

.features {
  background: #f5f5f2;
  padding: 70px 0;
}
.features .wrapper-block {
  display: flex;
}
.features .image {
  width: 252px;
  height: 80px;
  position: relative;
}
.features .image img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.features .features-list {
  width: calc(100% - 252px);
  display: grid;
  grid-template-columns: 372px 372px 372px;
}
.features .features-list div {
  height: 80px;
  border-right: 2px solid #141414;
  padding: 12px 40px;
}
.features .features-list div:last-child {
  border-right: none;
}
.features .features-list div p {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  opacity: 1;
}
.features .features-list div p.title {
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.features .features-list div p.mobile {
  display: none;
}
.features .features-list div p img {
  position: relative;
  bottom: 1px;
  display: inline;
  margin-right: 5px;
}

.approach {
  background: #fff;
  padding: 100px 0;
}
.approach .wrapper-block {
  max-width: 1200px;
}
.approach .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #b0b0b0;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1599px) {
  .approach .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .approach .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.approach .text {
  line-height: 90px;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -2px;
  background: linear-gradient(180deg, #141414 0%, #7C8194 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.approach .text span {
  display: inline;
  position: relative;
}
.approach .text span span {
  width: 100%;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.approach .text span span img {
  width: 100%;
}

.goals {
  background: #f5f5f2;
  padding: 30px 0 115px;
}
.goals .label {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #8a8a8a;
}
.goals .approach {
  line-height: 70px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 80px;
}
.goals .approach span {
  display: inline;
  position: relative;
}
.goals .approach span span {
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.goals .approach span span img {
  width: 100%;
}
.goals .goals-list {
  display: grid;
  gap: 0 15px;
  grid-template-columns: repeat(4, 1fr);
}
.goals .goals-list .goal {
  background: #fff;
  height: 415px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.goals .goals-list .goal p {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.goals .goals-list .goal p.title {
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #141414;
}
.goals .goals-list .goal img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  opacity: 0;
}
.goals .goals-list .goal img.animate {
  animation-name: goal-img-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes goal-img-animation {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.product {
  background: #fff;
  padding: 80px 0;
}
.product .flex-container {
  gap: 0 185px;
}
.product .switcher {
  margin-bottom: 25px;
}
.product .js-men-block.active, .product .js-women-block.active {
  display: flex;
}
.product .product-image {
  width: 580px;
}
.product .product-image img {
  width: 100%;
  position: relative;
  opacity: 0;
  bottom: -40px;
}
.product .product-image img.animate {
  animation-name: product-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes product-animation {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.product .product-details {
  width: calc(100% - 765px);
}
.product .product-details .product-title {
  max-width: 600px;
  margin-bottom: 25px;
  line-height: 70px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
}
.product .product-details .product-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #b0b0b0;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
.product .product-details .product-rating {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
  align-items: center;
}
.product .product-details .product-rating .stars-block {
  height: 24px;
}
.product .product-details .product-rating span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #8a8a8a;
}
.product .product-details .product-description {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #8a8a8a;
}
.product .product-details .product-image-mobile {
  display: none;
}
.product .product-details .product-image-mobile img {
  width: 100%;
  position: relative;
  opacity: 0;
  bottom: -40px;
}
.product .product-details .product-image-mobile img.animate {
  animation-name: product-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.product .product-details .product-price {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.product .product-details .product-price .final-price {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
}
.product .product-details .product-price .old-price-block {
  display: flex;
  flex-direction: column;
}
.product .product-details .product-price .old-price-block .old-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  color: #b0b0b0;
}
.product .product-details .product-price .old-price-block .discount {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #e4675f;
  text-transform: uppercase;
}
.product .product-details .buttons {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 1599px) {
  .product .product-details .buttons {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .product .product-details .buttons {
    gap: 25px 0;
    flex-direction: column;
    width: 280px;
  }
}
.product .product-details .buttons > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  border-bottom: 2px solid #000000;
}
.product .product-details .buttons .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
  width: 260px;
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  .product .product-details .buttons .button_su {
    width: 220px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .product .product-details .buttons .button_su {
    width: 280px;
    height: 60px;
  }
}
.product .product-details .buttons .button_su a {
  color: #fff;
}
.product .product-details .buttons .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product .product-details .buttons .button_su .btn-text img {
  width: 24px;
}
.product .product-details .buttons .button_su.btn-white .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
}

.supplements {
  padding: 80px 0 90px;
}
.supplements .js-men-block.active, .supplements .js-women-block.active {
  display: block;
}
.supplements h2 {
  max-width: 760px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #141414;
}
.supplements h2 a {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
}
.supplements .slider {
  position: relative;
  height: auto;
}
.supplements .slider .swiper-container {
  overflow: initial;
}
.supplements .slider .swiper-slide {
  width: auto;
}
.supplements .slider .swiper-slide {
  padding: 10px 30px 30px;
  width: 275px;
  background: #fff;
  border-radius: 20px;
}
.supplements .slider .supplementsslide-block .other {
  width: 80px;
  height: 80px;
  background: #141414;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 40px;
  border-radius: 50%;
  padding: 24px 15px 18px 10px;
}
.supplements .slider .supplementsslide-block img {
  margin-bottom: 20px;
  width: 120px;
}
.supplements .slider .supplementsslide-block p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #8a8a8a;
  opacity: 1;
}
.supplements .slider .supplementsslide-block p.title {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 600;
  color: #141414;
}
.supplements .slider .navigation {
  position: absolute;
  right: 0;
  top: -100px;
}
.supplements.white-bg .slider .swiper-slide {
  background: #FAFAFA;
}

.habit-forming {
  padding: 125px 0;
  background: #fff;
}
.habit-forming .wrapper-block > .btns {
  display: none;
}
.habit-forming p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #8a8a8a;
  opacity: 1;
  margin-bottom: 40px;
}
.habit-forming .btns {
  justify-content: start;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 1599px) {
  .habit-forming .btns {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .habit-forming .btns {
    gap: 25px 0;
    flex-direction: column;
    width: 280px;
  }
}
.habit-forming .btns > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  border-bottom: 2px solid #000000;
}
.habit-forming .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
  width: 260px;
  margin-right: 0;
}
@media screen and (max-width: 1599px) {
  .habit-forming .button_su {
    width: 220px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .habit-forming .button_su {
    width: 280px;
    height: 60px;
  }
}
.habit-forming .button_su a {
  color: #fff;
}
.habit-forming .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.habit-forming .button_su .btn-text img {
  width: 24px;
}
.habit-forming .button_su.btn-white .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 66px;
  padding: 0 40px;
}

.plan {
  padding: 80px 0 70px;
}
.plan h2 {
  max-width: 700px;
  margin-bottom: 80px;
  line-height: 55px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
}
.plan .plan-features {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.plan .plan-features .plan-feature {
  width: 33.33%;
  padding: 0 60px;
  text-align: center;
}
.plan .plan-features .plan-feature .plan-feature-image {
  margin-bottom: 30px;
}
.plan .plan-features .plan-feature .plan-feature-image.special {
  position: relative;
  left: 33px;
}
.plan .plan-features .plan-feature .plan-feature-image video {
  width: 213px;
}
.plan .plan-features .plan-feature .plan-feature-image img, .plan .plan-features .plan-feature .plan-feature-image video {
  display: inline;
  position: relative;
  opacity: 0;
  bottom: -40px;
}
.plan .plan-features .plan-feature .plan-feature-image img.animate, .plan .plan-features .plan-feature .plan-feature-image video.animate {
  animation-name: plan-feature-image-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes plan-feature-image-animation {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.plan .plan-features .plan-feature .plan-feature-title {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #141414;
}
.plan .plan-features .plan-feature .plan-feature-text {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
}

.more-features .wrapper-block {
  height: 3px;
  background-color: #141414;
  position: relative;
}
.more-features .wrapper-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate3d(-50%, -50%, 0);
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
}
.more-features .slider {
  padding: 65px 0;
  height: auto;
}
.more-features .slider .swiper-wrapper {
  transition-timing-function: linear;
}
.more-features .slider .swiper-slide {
  width: auto;
}
.more-features .slider .morefeatures-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.more-features .slider .morefeatures-block img {
  margin-right: 60px;
  width: 12px;
}
.more-features .slider .morefeatures-block span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.why {
  padding: 100px 0 150px;
  background: #fff;
}
.why h2 {
  line-height: 70px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
  text-align: center;
  margin-bottom: 65px;
}
.why .why-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.why .why-list .why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 40px;
  flex-grow: 1;
}
.why .why-list .why-item .image {
  position: relative;
  bottom: -40px;
  opacity: 0;
}
.why .why-list .why-item .image .label {
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 45px;
  background: #fff;
  white-space: nowrap;
}
.why .why-list .why-item .image.animate {
  animation-name: why-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes why-animation {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.why .why-list .why-item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
  max-width: 380px;
}
.why .why-list .why-item .text p {
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #8a8a8a;
  opacity: 1;
}
.why .why-list .why-item .text p.title {
  line-height: 32px;
  font-size: 24px;
  color: #141414;
}

.modern {
  padding: 60px 0;
  background: #fff;
}
.modern .wrapper-block {
  border-radius: 30px;
  background: linear-gradient(180deg, #C6A687 0%, #9C8167 100%);
  overflow: hidden;
  position: relative;
}
.modern .wrapper-block img {
  width: 100%;
}
.modern .wrapper-block img.mobile {
  display: none;
}
.modern .wrapper-block .wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 70px;
}
.modern .wrapper-block .wrapper h2 {
  max-width: 600px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #fff;
}
.modern .wrapper-block .wrapper p {
  max-width: 600px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  opacity: 1;
  color: #fff;
  margin-bottom: 40px;
}
.modern .wrapper-block .wrapper .btns {
  justify-content: start;
}
.modern .wrapper-block .wrapper .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
}
.modern .wrapper-block .wrapper .button_su a {
  color: #fff;
}
.modern .wrapper-block .wrapper .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  padding: 0 40px;
}

.difference {
  padding: 50px 0;
  background: #fff;
}
.difference h2 {
  text-align: center;
  margin-bottom: 60px;
  line-height: 70px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
}
.difference .wrapper-block > .btn {
  display: none;
}
.difference .table {
  display: table;
  width: 100%;
}
.difference .table .row {
  display: table-row;
  position: relative;
}
.difference .table .row .column {
  display: table-cell;
  padding: 23px 0;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.difference .table .row .column span {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #141414;
}
.difference .table .row .column:nth-child(1) {
  text-align: left;
  width: auto;
}
.difference .table .row .column img {
  display: inline;
}
.difference .table .row .column.small {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.difference .table .row .column .btns {
  justify-content: start;
}
.difference .table .row .column .button_su {
  font-weight: 700;
  border-radius: 70px;
  height: 70px;
}
.difference .table .row .column .button_su a {
  color: #fff;
}
.difference .table .row .column .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  padding: 0 47px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 5px;
}
.difference .table .row .column .button_su .btn-text span {
  color: #fff;
  line-height: 70px;
}
@media screen and (max-width: 1599px) {
  .difference .table .row .column .button_su .btn-text span {
    line-height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .difference .table .row .column .button_su .btn-text span {
    line-height: 50px;
  }
}
.difference .table .row .column .button_su .btn-text img {
  width: 24px;
}
.difference .table .row .column.blr {
  border-left: 2px solid #141414;
  border-right: 2px solid #141414;
}
.difference .table .row .column.brt {
  border-top: 2px solid #141414;
  border-radius: 30px 30px 0 0;
}
.difference .table .row .column.brb {
  border-bottom: 2px solid #141414;
  border-radius: 0 0 30px 30px;
}
.difference .table .row .column.br {
  border-right: 2px solid #eeeeee;
}
.difference .table .row.bb:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.reviews-new {
  padding: 100px 0 123px;
  background: #fff;
}
.reviews-new h2 {
  max-width: 622px;
  margin-bottom: 60px;
  line-height: 70px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
}
.reviews-new .slider {
  position: relative;
  height: auto;
}
.reviews-new .slider .swiper-container {
  overflow: initial;
}
.reviews-new .slider .swiper-slide {
  padding: 35px;
  border-radius: 35px;
  width: 440px;
  background: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.05);
}
.reviews-new .slider .reviewslide-block .person-info {
  margin-bottom: 20px;
}
.reviews-new .slider .reviewslide-block .person-info .name {
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  color: #141414;
}
.reviews-new .slider .reviewslide-block .person-info .city {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #8a8a8a;
}
.reviews-new .slider .reviewslide-block .stars {
  height: 22px;
}
.reviews-new .slider .reviewslide-block .review-text {
  margin-top: 35px;
}
.reviews-new .slider .reviewslide-block .review-text .review-title {
  line-height: 32px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #141414;
}
.reviews-new .slider .reviewslide-block .review-text p {
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
  color: #8a8a8a;
  opacity: 1;
}
.reviews-new .slider .navigation {
  position: absolute;
  right: 0;
  top: -110px;
}

.action {
  padding: 100px 0 0;
  background: #f5f5f2;
  position: relative;
  text-align: center;
  line-height: 0;
}
.action h2 {
  max-width: 330px;
  margin: 0 auto 30px;
  line-height: 55px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #141414;
}
.action .btns {
  margin-bottom: 50px;
}
.action .btns .button_su {
  font-weight: 700;
  border-radius: 70px;
}
.action .btns .button_su a {
  line-height: 0;
}
.action .btns .button_su a img {
  height: 50px;
}
.action img {
  display: inline;
}
.action .abs {
  position: absolute;
  left: 50%;
  display: block;
}
.action .abs img {
  width: 100%;
  position: relative;
  opacity: 0;
}
.action .abs.i2 {
  top: 90px;
  transform: translateX(-835px);
}
.action .abs.i2 img {
  left: -40px;
}
.action .abs.i2.animate img {
  animation-name: action-img-left-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.action .abs.i3 {
  top: 302px;
  transform: translateX(-685px);
}
.action .abs.i3 img {
  left: -40px;
}
.action .abs.i3.animate img {
  animation-name: action-img-left-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.action .abs.i4 {
  top: 135px;
  transform: translateX(-430px);
}
.action .abs.i4 img {
  left: -40px;
}
.action .abs.i4.animate img {
  animation-name: action-img-left-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.action .abs.i5 {
  top: 50px;
  transform: translateX(390px);
}
.action .abs.i5 img {
  right: -40px;
}
.action .abs.i5.animate img {
  animation-name: action-img-right-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.action .abs.i6 {
  top: 327px;
  transform: translateX(470px);
}
.action .abs.i6 img {
  right: -40px;
}
.action .abs.i6.animate img {
  animation-name: action-img-right-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.action .abs.i7 {
  top: 170px;
  transform: translateX(670px);
}
.action .abs.i7 img {
  right: -40px;
}
.action .abs.i7.animate img {
  animation-name: action-img-right-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes action-img-left-animation {
  0% {
    left: -40px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes action-img-right-animation {
  0% {
    right: -40px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.follow-new {
  padding: 80px 0 25px;
  background: #141414;
  text-align: center;
}
.follow-new h2 {
  margin-bottom: 15px;
  line-height: 55px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
}
.follow-new p {
  margin-bottom: 60px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.follow-new p a {
  font-weight: 600;
  color: #e8caae;
  display: inline;
}
.follow-new .images {
  display: grid;
  gap: 0 15px;
  grid-template-columns: repeat(4, 1fr);
}
.follow-new .images a {
  width: 100%;
}
.follow-new .images a img {
  width: 100%;
}
.follow-new .flex-container {
  justify-content: center;
  gap: 30px;
}
.follow-new .flex-container img {
  border-radius: 20px;
}
.follow-new .flex-container .xl {
  width: 415px;
}
.follow-new .flex-container .sm {
  width: 225px;
}
.follow-new .flex-container .xs {
  width: 120px;
}
.follow-new .flex-container .flex-block.grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 225px 415px;
}
.follow-new .flex-container .flex-block.grid-container.left .left {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.follow-new .flex-container .flex-block.grid-container.right {
  grid-template-columns: 415px 225px;
}
.follow-new .flex-container .flex-block.grid-container.right .right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.solution {
  padding: 100px 0;
}
.solution .title-block {
  margin-bottom: 60px;
}
.solution .title-block h2 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  width: 100%;
  max-width: 830px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 0 auto;
}
.solution .flex-container {
  gap: 30px 60px;
  justify-content: center;
  align-items: flex-start;
}
.solution .flex-container .flex-block {
  width: 280px;
}
.solution .flex-container .flex-block .image-block img {
  margin: 0 auto 25px;
}
.solution .flex-container .flex-block .text-block {
  padding: 0;
}
.solution .flex-container .flex-block .text-block p {
  font-weight: 600;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.vitamins .special-flex .flex-block {
  padding: 50px 50px 0 50px;
}
.vitamins .special-flex .flex-block img {
  max-width: 100%;
  margin-top: 30px;
}
.vitamins .special-flex .flex-block .text h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  max-width: 400px;
}
.vitamins .special-flex .flex-block .text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #8a8a8a;
  opacity: 1;
}
.vitamins .special-flex .flex-block .text p a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #15181c;
  border-bottom: 2px solid #6f23f1;
  display: inline-block;
}
.vitamins .special-flex .flex-block.first-card {
  background: #f1e6e3;
}
.vitamins .special-flex .flex-block.second-card {
  background: #eeebe6;
}

.main-to-catalog {
  padding: 100px 0 140px 0;
}
.main-to-catalog .text {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 60px;
}
.main-to-catalog .text p {
  font-size: 22px;
  line-height: 32px;
}

.wellness {
  background: #f6f4f0;
}
.wellness .wrapper-block {
  padding: 0;
}
.wellness .flex-text h2 {
  max-width: 450px;
}
.wellness .flex-text p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #8a8a8a;
  opacity: 1;
}
.wellness .flex-text .button_su {
  width: 250px;
  font-weight: 700;
}
.wellness .flex-text .button_su a {
  color: #fff;
}
.wellness img {
  max-width: 100%;
}

.main-flex-block {
  padding: 100px 0;
}
.main-flex-block .wrapper-block .flex-text h2 {
  margin-bottom: 30px;
}
.main-flex-block .wrapper-block .flex-text p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #8a8a8a;
  opacity: 1;
}
.main-flex-block .wrapper-block .flex-text p.m-0 {
  margin-bottom: 0;
}
.main-flex-block .wrapper-block .flex-text .certificates {
  display: flex;
  gap: 50px;
}
.main-flex-block img {
  max-width: 100%;
  border-radius: 30px;
}

.follow {
  background: #f6f4f0;
  padding: 100px 0 110px;
}
.follow .text {
  text-align: center;
}
.follow .text h2 {
  margin-bottom: 20px;
}
.follow .text p {
  font-size: 22px;
  line-height: 32px;
  color: #8a8a8a;
  opacity: 1;
  margin-bottom: 50px;
}
.follow .text p a {
  color: #15181c;
  border-bottom: 2px solid #6f23f1;
  display: inline;
}
.follow .flex-container {
  justify-content: center;
  gap: 30px;
}
.follow .flex-container img {
  border-radius: 20px;
}
.follow .flex-container .xl {
  width: 415px;
}
.follow .flex-container .sm {
  width: 225px;
}
.follow .flex-container .xs {
  width: 120px;
}
.follow .flex-container .flex-block.grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 225px 415px;
}
.follow .flex-container .flex-block.grid-container.left .left {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.follow .flex-container .flex-block.grid-container.right {
  grid-template-columns: 415px 225px;
}
.follow .flex-container .flex-block.grid-container.right .right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* new main page end */
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .central-top-video-block {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .wrapper-block {
    max-width: 1140px;
  }

  .page-wrapper-block {
    max-width: 1280px;
  }

  .catalog-top-wrapper {
    padding: 80px 0 70px 0;
  }
  .catalog-top-wrapper .catalog-top {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-top-wrapper .catalog-top h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .catalog-top-wrapper .catalog-top .flex-block.text {
    padding-left: 0;
  }

  .directory-sections-block .flex-block .arrow {
    width: 24px;
    height: 24px;
  }
  .directory-sections-block .flex-block .arrow:before, .directory-sections-block .flex-block .arrow:after {
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  .what-we-do {
    padding: 80px 0;
  }
  .what-we-do h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .what-we-do .flex-wrapper {
    justify-content: space-between;
  }
  .what-we-do .flex-wrapper .flex-block {
    min-width: 220px;
    max-width: 220px;
    margin-right: 0;
  }
  .what-we-do .flex-wrapper .flex-block img {
    width: 60px;
    margin: 0 auto 20px auto;
  }
  .what-we-do .flex-wrapper .flex-block span {
    font-size: 18px;
    line-height: 26px;
  }
  .what-we-do .flex-wrapper .flex-block span span {
    white-space: nowrap;
  }

  .directory-section {
    max-width: 1280px;
  }

  .special-flex-on-catalog {
    margin-bottom: 80px;
  }
  .special-flex-on-catalog .button_su.btn.btn-big .btn-text {
    width: 200px;
  }
  .special-flex-on-catalog .flex-block {
    padding: 40px 40px 0 40px;
  }
  .special-flex-on-catalog .flex-block h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .special-flex-on-catalog .flex-block h3 br {
    display: none;
  }
  .special-flex-on-catalog .flex-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .special-flex-on-catalog .flex-block.first-card img {
    width: 250px;
  }
  .special-flex-on-catalog .flex-block.second-card img {
    width: 255px;
  }

  .main-top {
    padding: 120px 0;
    grid-template-columns: 1fr 600px 1fr;
  }
  .main-top .center {
    width: 600px;
  }
  .main-top .left img {
    width: 100%;
    left: 0;
  }
  .main-top .right img {
    width: 100%;
    right: 0;
  }
  .main-top h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .main-top p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .main-top .button_su {
    border-radius: 60px;
    height: 60px;
    width: 250px;
  }
  .main-top .button_su a {
    color: #fff;
  }
  .main-top .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0;
  }
  .main-top .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
  }

  .program {
    padding: 80px 0 50px;
  }
  .program .wrapper-block .text h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block {
    border-radius: 20px;
    width: 267px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description {
    padding: 24px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description p {
    font-size: 16px;
    line-height: 20px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description p.title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button {
    bottom: 24px;
    padding: 0 24px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button .btn {
    height: 50px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button .btn .btn-text {
    line-height: 46px;
    font-size: 16px;
  }

  .approach {
    padding: 80px 0;
  }
  .approach .wrapper-block {
    max-width: 990px;
  }
  .approach .label {
    line-height: 25px;
    font-size: 14px;
  }
  .approach .text {
    line-height: 80px;
    font-size: 60px;
  }

  .why {
    padding: 80px 0 100px;
  }
  .why h2 {
    line-height: 55px;
    font-size: 45px;
    margin-bottom: 60px;
  }
  .why .why-list .why-item .image .label {
    bottom: -7px;
    font-size: 12px;
    line-height: 14px;
  }
  .why .why-list .why-item .text {
    max-width: 320px;
  }
  .why .why-list .why-item .text p {
    line-height: 24px;
    font-size: 18px;
  }

  .nutrition-active {
    padding: 110px 0;
  }
  .nutrition-active .animation-wrapper {
    max-width: 1136px;
  }

  .supplements h2 {
    max-width: 540px;
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 55px;
  }
  .supplements h2 a {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
  }
  .supplements .slider .supplementsslide-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .supplements .slider .supplementsslide-block p.title {
    line-height: 28px;
    font-size: 20px;
  }
  .supplements .slider .navigation {
    top: -85px;
  }

  .ingredients-block .slider .supplementsslide-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .ingredients-block .slider .supplementsslide-block p.title {
    line-height: 28px;
    font-size: 20px;
  }

  .habit-forming {
    padding: 80px 0;
  }
  .habit-forming p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .habit-forming .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .habit-forming .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
  }
  .habit-forming .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
    padding: 0 50px;
  }

  .numbers-block .flex-container {
    height: 600px;
  }
  .numbers-block .numbers {
    margin-bottom: 50px;
  }
  .numbers-block .numbers .flex-block {
    margin-right: 65px;
  }
  .numbers-block h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 50px;
  }
  .numbers-block .m30 {
    margin-bottom: 5px;
  }
  .numbers-block .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .numbers-block .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 40px;
  }
  .numbers-block .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
    padding: 0 40px;
  }

  .difference {
    padding: 40px 0 30px;
  }
  .difference h2 {
    margin-bottom: 40px;
    line-height: 55px;
    font-size: 45px;
  }
  .difference .table .row .column {
    padding: 18px 0;
    width: 280px;
  }
  .difference .table .row .column span {
    font-size: 18px;
    line-height: 24px;
  }
  .difference .table .row .column.small {
    font-size: 16px;
    line-height: 22px;
  }
  .difference .table .row .column .button_su {
    border-radius: 50px;
    height: 50px;
  }
  .difference .table .row .column .button_su .btn-text {
    font-size: 16px;
    line-height: 50px;
    padding: 0 47px;
  }

  .features {
    padding: 50px 0;
  }
  .features .image {
    width: 210px;
  }
  .features .features-list {
    width: calc(100% - 210px);
    grid-template-columns: 310px 310px 310px;
  }
  .features .features-list div {
    padding: 12px 40px;
  }

  .goals {
    padding: 50px 0 100px;
  }
  .goals .approach {
    line-height: 55px;
    font-size: 40px;
  }
  .goals .approach span span {
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .goals .goals-list {
    gap: 0 20px;
  }

  .product {
    padding: 60px 0;
  }
  .product .flex-container {
    gap: 0 146px;
  }
  .product .product-image {
    width: 512px;
  }
  .product .product-details {
    width: calc(100% - 658px);
  }
  .product .product-details .product-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .product .product-details .product-title {
    font-size: 45px;
    line-height: 55px;
  }
  .product .product-details .product-rating {
    margin-bottom: 25px;
  }
  .product .product-details .product-rating span {
    font-size: 18px;
    line-height: 24px;
  }
  .product .product-details .product-description {
    margin-bottom: 25px;
    line-height: 28px;
    font-size: 20px;
  }
  .product .product-details .product-price {
    margin-bottom: 25px;
  }
  .product .product-details .product-price .final-price {
    font-size: 28px;
    line-height: 32px;
  }
  .product .product-details .product-price .old-price-block .old-price {
    font-size: 12px;
    line-height: 14px;
  }
  .product .product-details .product-price .old-price-block .discount {
    font-size: 12px;
    line-height: 14px;
  }
  .product .product-details .buttons .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .product .product-details .buttons .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
  }
  .product .product-details .buttons .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
    padding: 0 20px;
  }

  .plan h2 {
    margin-bottom: 60px;
  }
  .plan .plan-features .plan-feature {
    padding: 0 40px;
  }
  .plan .plan-features .plan-feature .plan-feature-image img, .plan .plan-features .plan-feature .plan-feature-image video {
    display: inline;
    width: 176px;
  }
  .plan .plan-features .plan-feature .plan-feature-image.special {
    left: 26px;
  }
  .plan .plan-features .plan-feature .plan-feature-image.special img {
    width: 229px;
  }
  .plan .plan-features .plan-feature .plan-feature-title {
    line-height: 28px;
    font-size: 24px;
  }

  .modern {
    padding: 30px 0;
  }
  .modern .wrapper-block .wrapper {
    padding: 60px;
  }
  .modern .wrapper-block .wrapper h2 {
    max-width: 450px;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
  }
  .modern .wrapper-block .wrapper p {
    max-width: 480px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .modern .wrapper-block .wrapper .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .modern .wrapper-block .wrapper .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
  }

  .reviews-new {
    padding: 100px 0 140px;
  }
  .reviews-new h2 {
    max-width: 455px;
    line-height: 55px;
    font-size: 45px;
  }
  .reviews-new .slider .swiper-slide {
    border-radius: 30px;
  }
  .reviews-new .slider .reviewslide-block .person-info {
    margin-bottom: 20px;
  }
  .reviews-new .slider .reviewslide-block .review-text .review-title {
    line-height: 30px;
    font-size: 28px;
  }
  .reviews-new .slider .reviewslide-block .review-text p {
    line-height: 28px;
    font-size: 18px;
  }
  .reviews-new .slider .navigation {
    top: -105px;
  }

  .action .abs.i2 {
    transform: translateX(-765px);
  }
  .action .abs.i3 {
    transform: translateX(-570px);
  }
  .action .abs.i4 {
    transform: translateX(-415px);
  }
  .action .abs.i5 {
    transform: translateX(270px);
  }
  .action .abs.i6 {
    transform: translateX(355px);
  }
  .action .abs.i7 {
    transform: translateX(555px);
  }

  .follow-new {
    padding: 80px 0;
  }
  .follow-new .images {
    gap: 0 12px;
  }
  .follow-new .flex-container {
    gap: 20px;
  }
  .follow-new .flex-container img {
    border-radius: 15px;
  }
  .follow-new .flex-container .xl {
    width: 312px;
  }
  .follow-new .flex-container .sm {
    width: 170px;
  }
  .follow-new .flex-container .xs {
    width: 90px;
  }
  .follow-new .flex-container .flex-block.grid-container {
    gap: 20px;
    grid-template-columns: 170px 312px;
  }
  .follow-new .flex-container .flex-block.grid-container.left .left {
    gap: 20px;
  }
  .follow-new .flex-container .flex-block.grid-container.right {
    grid-template-columns: 312px 170px;
  }
  .follow-new .flex-container .flex-block.grid-container.right .right {
    gap: 20px;
  }

  .solution {
    padding: 80px 0 90px;
  }
  .solution .flex-container .flex-block {
    width: 200px;
  }
  .solution .flex-container .flex-block .image-block img {
    margin-bottom: 30px;
  }
  .solution .flex-container .flex-block .text-block {
    padding: 0;
  }
  .solution .flex-container .flex-block .text-block p {
    font-size: 18px;
    line-height: 24px;
  }

  .special-flex .flex-block {
    padding: 50px 50px 20px 50px;
    height: 600px;
  }
  .special-flex .flex-block h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
    letter-spacing: -0.72px;
  }
  .special-flex .flex-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .special-flex .flex-block.first-card img {
    width: 300px;
  }
  .special-flex .flex-block.second-card img {
    width: 264px;
  }

  .vitamins .special-flex {
    padding: 50px 0 60px;
  }
  .vitamins .special-flex .flex-block img {
    width: auto;
    margin-top: 0;
  }
  .vitamins .special-flex .flex-block .text h3 {
    font-size: 38px;
    line-height: 40px;
  }
  .vitamins .special-flex .flex-block .text p {
    font-size: 18px;
    line-height: 24px;
  }
  .vitamins .special-flex .flex-block .text p:last-child {
    margin-bottom: 10px;
  }
  .vitamins .special-flex .flex-block .text p a {
    font-size: 20px;
    line-height: 24px;
  }

  .main-to-catalog {
    padding: 80px 0 90px;
  }
  .main-to-catalog .text h2 {
    font-size: 50px;
  }
  .main-to-catalog .text p {
    font-size: 20px;
    line-height: 28px;
  }

  .wellness .flex-text h2 {
    font-size: 50px;
  }
  .wellness .flex-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .wellness .flex-text .button_su.btn.btn-big {
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
  .wellness .flex-text .button_su.btn.btn-big .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
  .wellness img {
    max-width: 100%;
  }

  .main-flex-block {
    padding: 75px 0;
  }
  .main-flex-block .wrapper-block .flex-text h2 {
    font-size: 50px;
  }
  .main-flex-block .wrapper-block .flex-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .main-flex-block .wrapper-block .flex-text .certificates {
    gap: 60px;
  }
  .main-flex-block img {
    border-radius: 22px;
  }

  .experts {
    padding: 75px 0 60px;
  }
  .experts .wrapper-block .text {
    text-align: center;
  }
  .experts .wrapper-block .text h2 {
    font-size: 50px;
  }
  .experts .wrapper-block .text p {
    font-size: 20px;
    line-height: 28px;
    max-width: 650px;
  }
  .experts .wrapper-block .swiper-wrapper {
    gap: 17px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block {
    border-radius: 22px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block img {
    width: 240px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert {
    bottom: 20px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert p {
    font-size: 10px;
    line-height: 12px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert p.title {
    font-size: 20px;
    line-height: 24px;
  }

  .follow {
    padding: 100px 0 85px;
  }
  .follow .text h2 {
    font-size: 50px;
  }
  .follow .text p {
    font-size: 20px;
    line-height: 24px;
  }
  .follow .flex-container {
    gap: 20px;
  }
  .follow .flex-container img {
    border-radius: 15px;
  }
  .follow .flex-container .xl {
    width: 312px;
  }
  .follow .flex-container .sm {
    width: 170px;
  }
  .follow .flex-container .xs {
    width: 90px;
  }
  .follow .flex-container .flex-block.grid-container {
    gap: 20px;
    grid-template-columns: 170px 312px;
  }
  .follow .flex-container .flex-block.grid-container.left .left {
    gap: 20px;
  }
  .follow .flex-container .flex-block.grid-container.right {
    grid-template-columns: 312px 170px;
  }
  .follow .flex-container .flex-block.grid-container.right .right {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .wrapper-block {
    max-width: 920px;
  }

  .header a, .header div, .header span {
    transition: all 0s;
  }
  .header .menu {
    display: none;
  }
  .header .header-center {
    justify-content: space-between;
  }
  .header .btns-desktop {
    display: none;
  }
  .header .open-close-menu {
    display: block;
  }

  .main-top {
    padding: 70px 0;
    grid-template-columns: 1fr 400px 1fr;
  }
  .main-top .center {
    width: 400px;
  }
  .main-top .left img {
    width: 100%;
    left: 0;
  }
  .main-top .right img {
    width: 100%;
    right: 0;
  }
  .main-top h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .main-top p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .main-top .button_su {
    border-radius: 50px;
    height: 60px;
    width: 250px;
  }
  .main-top .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0;
  }
  .main-top .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
    padding: 0;
  }

  .program {
    padding: 60px 0 50px;
  }
  .program .wrapper-block .text h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block {
    border-radius: 20px;
    width: 216px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description {
    padding: 20px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description p {
    font-size: 16px;
    line-height: 20px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .description p.title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button {
    bottom: 12px;
    padding: 0 20px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button .btn {
    height: 40px;
  }
  .program .wrapper-block .swiper-wrapper .featureslider-block .button .btn .btn-text {
    line-height: 36px;
    font-size: 12px;
  }

  .approach {
    padding: 60px 0;
  }
  .approach .wrapper-block {
    max-width: 900px;
  }
  .approach .label {
    line-height: 25px;
    font-size: 14px;
  }
  .approach .text {
    line-height: 80px;
    font-size: 60px;
  }

  .why {
    padding: 80px 0 100px;
  }
  .why h2 {
    line-height: 45px;
    font-size: 40px;
    margin-bottom: 50px;
  }
  .why .why-list {
    gap: 0 65px;
  }
  .why .why-list .why-item .image .label {
    bottom: -7px;
    font-size: 12px;
    line-height: 14px;
  }
  .why .why-list .why-item .text {
    max-width: 240px;
    gap: 10px;
    padding: 0;
  }
  .why .why-list .why-item .text p {
    line-height: 20px;
    font-size: 14px;
  }
  .why .why-list .why-item .text p.title {
    line-height: 28px;
    font-size: 20px;
  }

  .nutrition-active {
    padding: 125px 0;
  }
  .nutrition-active .animation-wrapper {
    max-width: 920px;
  }

  .supplements {
    padding: 80px 0 70px;
  }
  .supplements h2 {
    max-width: 530px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 45px;
  }
  .supplements h2 a {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }
  .supplements .slider .supplementsslide-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .supplements .slider .supplementsslide-block p.title {
    line-height: 28px;
    font-size: 20px;
  }
  .supplements .slider .navigation {
    top: -73px;
  }

  .ingredients-block .slider .supplementsslide-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .ingredients-block .slider .supplementsslide-block p.title {
    line-height: 28px;
    font-size: 20px;
  }

  .habit-forming {
    padding: 70px 0;
  }
  .habit-forming .flex-block.flex-text {
    padding-left: 70px;
  }
  .habit-forming .b16tr {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .habit-forming h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  .habit-forming p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .habit-forming .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .habit-forming .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
  }
  .habit-forming .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 56px;
    padding: 0 48px;
  }

  .numbers-block .flex-container {
    height: 500px;
  }
  .numbers-block .numbers {
    margin-bottom: 40px;
  }
  .numbers-block .numbers .flex-block {
    margin-right: 40px;
  }
  .numbers-block h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .numbers-block .b60 {
    font-size: 34px;
    line-height: 24px;
  }
  .numbers-block .m30 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .numbers-block .sm18 {
    font-size: 14px;
    line-height: 20px;
  }
  .numbers-block .button_su {
    border-radius: 50px;
    height: 50px;
  }
  .numbers-block .button_su .btn-text {
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px;
  }
  .numbers-block .button_su.btn-white .btn-text {
    font-size: 16px;
    line-height: 46px;
    padding: 0 30px;
  }

  .difference {
    padding: 40px 0;
  }
  .difference h2 {
    margin-bottom: 40px;
    line-height: 45px;
    font-size: 40px;
  }
  .difference .table .row .column {
    padding: 18px 0;
    width: 230px;
  }
  .difference .table .row .column span {
    font-size: 18px;
    line-height: 24px;
  }
  .difference .table .row .column.small {
    font-size: 16px;
    line-height: 22px;
  }
  .difference .table .row .column .button_su {
    border-radius: 50px;
    height: 50px;
  }
  .difference .table .row .column .button_su .btn-text {
    font-size: 16px;
    line-height: 50px;
    padding: 0 23px;
  }

  .features {
    padding: 30px 0;
  }
  .features .image {
    width: 157px;
    height: 60px;
  }
  .features .features-list {
    width: calc(100% - 157px);
    grid-template-columns: 254px 254px 254px;
  }
  .features .features-list div {
    height: 60px;
    padding: 5px 10px 5px 40px;
  }
  .features .features-list div p {
    line-height: 18px;
    font-size: 14px;
  }
  .features .features-list div p.title {
    line-height: 24px;
    font-size: 18px;
  }
  .features .features-list div p img {
    position: relative;
    bottom: 1px;
    display: inline;
    margin-right: 5px;
  }

  .goals {
    padding: 40px 0 80px;
  }
  .goals .label {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
  }
  .goals .approach {
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 60px;
  }
  .goals .goals-list .goal {
    height: 330px;
    padding: 25px;
  }
  .goals .goals-list .goal p {
    line-height: 14px;
    font-size: 12px;
  }
  .goals .goals-list .goal p.title {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .product {
    padding: 45px 0;
  }
  .product .flex-container {
    gap: 0 65px;
  }
  .product .product-image {
    width: 480px;
  }
  .product .product-details {
    width: calc(100% - 545px);
  }
  .product .product-details .product-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .product .product-details .product-title {
    font-size: 40px;
    line-height: 45px;
  }
  .product .product-details .product-rating {
    margin-bottom: 25px;
  }
  .product .product-details .product-rating span {
    font-size: 18px;
    line-height: 24px;
  }
  .product .product-details .product-description {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 18px;
  }
  .product .product-details .product-price {
    margin-bottom: 25px;
  }
  .product .product-details .product-price .final-price {
    font-size: 28px;
    line-height: 32px;
  }
  .product .product-details .product-price .old-price-block .old-price {
    font-size: 12px;
    line-height: 14px;
  }
  .product .product-details .product-price .old-price-block .discount {
    font-size: 12px;
    line-height: 14px;
  }
  .product .product-details .buttons .button_su {
    border-radius: 60px;
    height: 60px;
  }
  .product .product-details .buttons .button_su .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
  }
  .product .product-details .buttons .button_su.btn-white .btn-text {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
  }

  .plan {
    padding: 60px 0;
  }
  .plan h2 {
    max-width: 500px;
    margin-bottom: 60px;
    line-height: 50px;
    font-size: 45px;
  }
  .plan .plan-features .plan-feature {
    padding: 0 20px;
    text-align: center;
  }
  .plan .plan-features .plan-feature .plan-feature-image img, .plan .plan-features .plan-feature .plan-feature-image video {
    width: 142px;
  }
  .plan .plan-features .plan-feature .plan-feature-image.special {
    left: 22px;
  }
  .plan .plan-features .plan-feature .plan-feature-image.special img {
    width: 186px;
  }
  .plan .plan-features .plan-feature .plan-feature-title {
    line-height: 28px;
    font-size: 24px;
  }
  .plan .plan-features .plan-feature .plan-feature-text {
    line-height: 18px;
    font-size: 14px;
  }

  .more-features .slider .morefeatures-block span {
    font-size: 24px;
    line-height: 28px;
  }

  .modern {
    padding: 35px 0;
  }
  .modern .wrapper-block .wrapper {
    padding: 60px;
  }
  .modern .wrapper-block .wrapper h2 {
    max-width: 380px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }
  .modern .wrapper-block .wrapper p {
    max-width: 380px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .modern .wrapper-block .wrapper .button_su {
    border-radius: 50px;
    height: 50px;
  }
  .modern .wrapper-block .wrapper .button_su .btn-text {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
  }

  .reviews-new {
    padding: 86px 0;
  }
  .reviews-new h2 {
    max-width: 470px;
    margin-bottom: 40px;
    line-height: 45px;
    font-size: 40px;
  }
  .reviews-new .slider .swiper-slide {
    padding: 35px 25px;
    border-radius: 30px;
    width: 330px;
  }
  .reviews-new .slider .reviewslide-block .person-info .name {
    line-height: 24px;
    font-size: 18px;
  }
  .reviews-new .slider .reviewslide-block .person-info .city {
    font-size: 12px;
    line-height: 14px;
  }
  .reviews-new .slider .reviewslide-block .stars {
    height: 20px;
  }
  .reviews-new .slider .reviewslide-block .review-text {
    margin-top: 20px;
  }
  .reviews-new .slider .reviewslide-block .review-text .review-title {
    line-height: 30px;
    font-size: 22px;
  }
  .reviews-new .slider .reviewslide-block .review-text p {
    line-height: 22px;
    font-size: 14px;
  }
  .reviews-new .slider .navigation {
    top: -103px;
  }

  .action .abs.i2 {
    top: 114px;
    transform: translateX(-590px);
    width: 110px;
  }
  .action .abs.i3 {
    top: 294px;
    transform: translateX(-460px);
    width: 85px;
  }
  .action .abs.i4 {
    top: 152px;
    transform: translateX(-340px);
    width: 100px;
  }
  .action .abs.i5 {
    top: 80px;
    transform: translateX(250px);
    width: 93px;
  }
  .action .abs.i6 {
    top: 315px;
    transform: translateX(300px);
    width: 77px;
  }
  .action .abs.i7 {
    top: 182px;
    transform: translateX(455px);
    width: 93px;
  }

  .follow-new {
    padding: 60px 0 30px;
  }
  .follow-new h2 {
    margin-bottom: 20px;
    line-height: 50px;
    font-size: 45px;
  }
  .follow-new p {
    margin-bottom: 50px;
  }
  .follow-new .images {
    gap: 0 13px;
    grid-template-columns: repeat(4, 1fr);
  }
  .follow-new .flex-container {
    gap: 18px;
  }
  .follow-new .flex-container img {
    border-radius: 15px;
  }
  .follow-new .flex-container .xl {
    width: 279px;
  }
  .follow-new .flex-container .sm {
    width: 153px;
  }
  .follow-new .flex-container .xs {
    width: 81px;
  }
  .follow-new .flex-container .flex-block.grid-container {
    gap: 18px;
    grid-template-columns: 153px 279px;
  }
  .follow-new .flex-container .flex-block.grid-container.left .left {
    gap: 18px;
  }
  .follow-new .flex-container .flex-block.grid-container.right {
    grid-template-columns: 279px 153px;
  }
  .follow-new .flex-container .flex-block.grid-container.right .right {
    gap: 18px;
  }

  .page-wrapper-block {
    max-width: 960px;
  }

  .catalog-top-wrapper {
    padding: 60px 0 70px 0;
  }
  .catalog-top-wrapper .catalog-top h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .catalog-top-wrapper .catalog-top .flex-block.text {
    padding-left: 0;
  }
  .catalog-top-wrapper .catalog-top span {
    font-size: 20px;
    line-height: 28px;
  }

  .directory-sections-block .flex-block {
    min-width: calc(25% - 11px);
    max-width: calc(25% - 11px);
    margin-right: 15px;
    border-radius: 15px;
  }
  .directory-sections-block .flex-block span {
    font-size: 18px;
    line-height: 18px;
    top: 18px;
    left: 18px;
  }
  .directory-sections-block .flex-block .arrow {
    width: 18px;
    height: 18px;
  }
  .directory-sections-block .flex-block .arrow:before, .directory-sections-block .flex-block .arrow:after {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .directory-sections-block .flex-block.inactive span.s12 {
    top: 36px;
  }

  .what-we-do {
    padding: 60px 0;
  }
  .what-we-do.wrapper-block {
    max-width: 940px;
  }
  .what-we-do h2 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 40px;
  }
  .what-we-do .flex-wrapper {
    justify-content: space-between;
  }
  .what-we-do .flex-wrapper .flex-block {
    min-width: 220px;
    max-width: 220px;
    margin-right: 0;
  }
  .what-we-do .flex-wrapper .flex-block img {
    width: 60px;
    margin: 0 auto 20px auto;
  }
  .what-we-do .flex-wrapper .flex-block span {
    font-size: 16px;
    line-height: 20px;
  }
  .what-we-do .flex-wrapper .flex-block span span {
    white-space: nowrap;
  }

  .directory-section-item-big span {
    font-size: 36px;
    line-height: 45px;
  }

  .directory-section-item {
    padding-bottom: 60px;
  }

  .directory-section {
    max-width: 960px;
  }
  .directory-section .flex-wrapper .flex-block {
    margin-right: 20px;
  }
  .directory-section .flex-wrapper .flex-block:nth-child(3n+2) {
    margin-right: 0;
  }
  .directory-section .flex-wrapper .flex-block:nth-child(4n+3) {
    margin-right: 20px;
  }
  .directory-section .flex-wrapper .flex-block:nth-child(12n-1) {
    margin-right: 0;
  }

  .special-flex-on-catalog {
    margin-bottom: 60px;
  }
  .special-flex-on-catalog .flex-block {
    min-width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    padding: 40px 40px 0 40px;
  }
  .special-flex-on-catalog .flex-block h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .special-flex-on-catalog .flex-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .special-flex-on-catalog .flex-block.first-card img {
    width: 204px;
  }
  .special-flex-on-catalog .flex-block.second-card img {
    width: 255px;
  }

  .login-wrapper h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
  }

  /*product page start*/
  .wrapper-inner {
    max-width: 960px;
  }

  .title-block {
    padding: 30px 0 15px 0;
  }
  .title-block h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2px;
  }

  .subtitle-text h3 {
    margin: 0;
  }

  .features-block h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .features-block .feature-items-wrapper .feature-item {
    min-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
  }
  .features-block .feature-items-wrapper .decorative-image {
    width: 130px;
  }

  .video-preview {
    padding: 30px 0 40px 0;
  }

  .accordion .accordion-item:after {
    width: 960px;
  }

  .reviews-main-info-wrapper .wrapper-inner {
    padding: 30px 0;
  }
  .reviews-main-info-wrapper h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .reviews-main-info-wrapper .reviews-main-info-block .product-rating {
    min-width: 255px;
    max-width: 255px;
  }

  .review-item .review-item-value p {
    font-size: 18px;
    line-height: 26px;
  }

  .product-basic-information-wrapper {
    padding: 20px 0 60px 0;
  }

  .product-basic-information .product-basic-information-block .badge {
    margin-bottom: 10px;
  }
  .product-basic-information .product-basic-information-block h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
  }
  .product-basic-information .product-basic-information-gallery .swiper-button-prev, .product-basic-information .product-basic-information-gallery .swiper-button-next {
    display: block;
  }

  /*product page end*/
  .solution {
    padding: 80px 0 44px;
  }
  .solution .title-block h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .solution .flex-container .flex-block {
    width: 200px;
  }
  .solution .flex-container .flex-block .text-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .special-flex .flex-block {
    padding: 40px 40px 0 40px;
    height: 675px;
  }
  .special-flex .flex-block h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.72px;
  }
  .special-flex .flex-block p {
    font-size: 18px;
    line-height: 24px;
  }
  .special-flex .flex-block.first-card img {
    width: 300px;
  }
  .special-flex .flex-block.second-card img {
    width: 264px;
  }

  .vitamins .special-flex .flex-block {
    padding: 40px 30px 0 30px;
  }
  .vitamins .special-flex .flex-block img {
    width: auto;
    margin-top: 10px;
  }
  .vitamins .special-flex .flex-block .text p {
    font-size: 18px;
    line-height: 24px;
  }
  .vitamins .special-flex .flex-block .text p a {
    font-size: 20px;
    line-height: 24px;
  }
  .vitamins .special-flex .flex-block .text h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .main-to-catalog {
    padding: 85px 0 75px;
  }
  .main-to-catalog .text h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .main-to-catalog .text p {
    font-size: 20px;
    line-height: 28px;
  }

  .wellness .flex-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .wellness .flex-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .wellness .flex-text .button_su.btn.btn-big {
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
  .wellness .flex-text .button_su.btn.btn-big .btn-text {
    line-height: 60px;
    font-size: 18px;
  }

  .main-flex-block {
    padding: 90px;
  }
  .main-flex-block .wrapper-block .flex-text h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .main-flex-block .wrapper-block .flex-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .main-flex-block .wrapper-block .flex-text .certificates {
    gap: 50px;
  }
  .main-flex-block img {
    border-radius: 22px;
  }

  .experts {
    padding: 100px 0 50px;
  }
  .experts .wrapper-block .text {
    text-align: center;
  }
  .experts .wrapper-block .text h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .experts .wrapper-block .text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 650px;
  }
  .experts .wrapper-block .swiper-wrapper {
    gap: 17px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block {
    border-radius: 22px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block img {
    width: 240px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert {
    bottom: 20px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert p {
    font-size: 10px;
    line-height: 12px;
  }
  .experts .wrapper-block .swiper-wrapper .expertslider-block .expert p.title {
    font-size: 20px;
    line-height: 24px;
  }

  .follow {
    padding: 60px 0;
  }
  .follow .text h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .follow .text p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .follow .flex-container {
    gap: 18px;
  }
  .follow .flex-container img {
    border-radius: 15px;
  }
  .follow .flex-container .xl {
    width: 279px;
  }
  .follow .flex-container .sm {
    width: 153px;
  }
  .follow .flex-container .xs {
    width: 81px;
  }
  .follow .flex-container .flex-block.grid-container {
    gap: 18px;
    grid-template-columns: 153px 279px;
  }
  .follow .flex-container .flex-block.grid-container.left .left {
    gap: 18px;
  }
  .follow .flex-container .flex-block.grid-container.right {
    grid-template-columns: 279px 153px;
  }
  .follow .flex-container .flex-block.grid-container.right .right {
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .to-catalog-links-wrapper .to-full-collection .link-block .button_su.btn.btn-big .btn-text {
    width: auto;
  }

  .directory-section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .directory-section .flex-wrapper .flex-block {
    margin-right: 20px;
  }

  .directory-section-item-big {
    min-width: 630px;
    max-width: 630px;
  }

  .directory-section-item {
    min-width: 305px;
    max-width: 305px;
  }

  .directory-section-item .short-description .product-name {
    font-size: 20px;
    line-height: 28px;
  }
  .directory-section-item .short-description .amount {
    font-size: 14px;
    line-height: 18px;
  }
  .directory-section-item .short-description .product-description {
    font-size: 16px;
    line-height: 20px;
  }
  .directory-section-item .short-description .discount-line span {
    font-size: 16px;
    line-height: 18px;
  }

  .catalog-top-wrapper .catalog-top span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1440px) {
  /*.header {
      padding: 0 40px;

      .flex-wrapper {
          height: 70px;
      }

      .logo {
          width: 105px;
      }

      &.on-index {
          @keyframes second-position {
              0% {
                  width: auto;
                  height: 40px;
                  opacity: 100%;
              }
              100% {
                  width: auto;
                  height: 0;
                  opacity: 0%;
              }
          }

          @keyframes on-scroll {
              0% {
                  width: auto;
                  height: 0;
              }
              100% {
                  width: auto;
                  height: 40px;
              }
          }
      }

      &.on-page {
          .btn {
              height: 40px;
          }
      }
  }*/
  .main-screen .top-text-block {
    max-width: 750px;
    padding: 50px 0 80px 0;
  }

  .top-slider-wrapper .mainslide-block {
    width: 205px;
  }
  .top-slider-wrapper .mainslide-block span {
    font-size: 20px;
    line-height: 24px;
  }

  .preview .preview-card {
    min-width: 205px;
    max-width: 205px;
    height: 299px;
    margin: 0 9px;
  }

  .wrapper-block.central-top-text-block {
    max-width: 600px;
  }

  .sm24 {
    font-size: 18px;
    line-height: 24px;
  }

  .central-top-text-block {
    padding: 72px 0;
  }
  .central-top-text-block .flex-wrapper {
    margin-bottom: 32px;
  }
  .central-top-text-block .sm24 {
    margin-bottom: 18px;
  }
  .central-top-text-block img {
    height: 86px;
    margin: auto 13px;
  }
  .central-top-text-block img.plus {
    height: 32px;
  }

  .unique {
    padding: 90px 0;
  }

  .central-top-video-block {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto 100px auto;
  }
  .central-top-video-block img {
    border-radius: 20px;
  }
  .central-top-video-block a {
    font-size: 18px;
    padding: 13px 26px 13px 13px;
  }
  .central-top-video-block a img {
    width: 34px;
    height: 34px;
  }

  .big-text-block {
    padding: 92px 0;
  }

  .get-care {
    padding: 92px 0;
  }

  .spec-slider-wrapper {
    max-width: 1024px;
  }

  .card {
    padding: 30px 30px 40px 30px;
    border-radius: 20px;
  }
  .card .b45 {
    margin-bottom: 35px;
  }

  .essentials {
    padding: 60px 0 100px 0;
  }

  .products {
    padding-bottom: 70px;
  }

  .products-slider .swiper-slide {
    width: 244px;
    padding-top: 35px;
  }
  .products-slider .product-block {
    padding: 0 20px 40px 20px;
  }
  .products-slider .product-block .product-name {
    font-size: 18px;
    line-height: 22px;
  }
  .products-slider .product-block .tab-num {
    font-size: 12px;
    line-height: 20px;
  }
  .products-slider .product-block .product-type {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
  .products-slider .product-block img {
    top: -35px;
  }
  .products-slider .product-block.spec-block img {
    width: 60px;
    margin: 104px auto 15px auto;
  }
  .products-slider .product-block.spec-block .text {
    margin-bottom: 56px;
  }

  .reviews {
    padding: 60px 0 80px 0;
  }
  .reviews .review-block {
    width: 330px;
    padding: 25px 20px;
  }
  .reviews .review-block .person-info {
    margin-bottom: 20px;
  }
  .reviews .review-block .review-text {
    margin-top: 26px;
  }
  .reviews .review-block .review-text .review-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .reviews .review-block .review-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .questions {
    padding: 90px 0;
  }
  .questions .left-text {
    min-width: 305px;
    max-width: 305px;
    margin-right: 120px;
  }
  .questions .left-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .questions .question-block {
    padding: 24px 0;
  }
  .questions .question-block span {
    font-size: 20px;
    line-height: 28px;
  }
  .questions .question-block span:after {
    width: 18px;
    height: 18px;
  }
  .questions .question-block .text p {
    font-size: 18px;
    line-height: 24px;
  }

  .footer.wrapper-block {
    max-width: 100%;
    padding: 0 50px;
  }
  .footer .social-networks a {
    width: 40px;
    height: 40px;
  }

  .to-catalog .text {
    margin-bottom: 60px;
  }

  .to-catalog-links-wrapper .to-full-collection {
    min-width: calc(34% - 20px);
    max-width: calc(34% - 20px);
    margin-right: 20px;
  }
  .to-catalog-links-wrapper .to-full-collection .link-block {
    padding: 0 0 40px 0;
  }
  .to-catalog-links-wrapper .to-full-collection .link-block .s-text {
    font-size: 36px;
    line-height: 40px;
    padding: 20px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block {
    margin-right: 20px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:first-child, .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:nth-child(2) {
    margin-bottom: 22px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block {
    padding: 30px 28px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block span {
    font-size: 20px;
    line-height: 22px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block .arrow {
    width: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  /*.header {
      padding: 0 40px;

      .flex-wrapper {
          height: 70px;
      }

      .logo {
          width: 105px;
      }

      &.on-index {
          @keyframes second-position {
              0% {
                  width: auto;
                  height: 40px;
                  opacity: 100%;
              }
              100% {
                  width: auto;
                  height: 0;
                  opacity: 0%;
              }
          }

          @keyframes on-scroll {
              0% {
                  width: auto;
                  height: 0;
              }
              100% {
                  width: auto;
                  height: 40px;
              }
          }
      }

      &.on-page {
          .btn {
              height: 40px;
          }
      }
  }*/
  .main-screen .top-text-block {
    max-width: 750px;
    padding: 50px 0 80px 0;
  }

  .top-slider-wrapper .mainslide-block {
    width: 205px;
  }
  .top-slider-wrapper .mainslide-block span {
    font-size: 20px;
    line-height: 24px;
  }

  .wrapper-block {
    max-width: 920px;
  }
  .wrapper-block.central-top-text-block {
    max-width: 600px;
  }

  .sm24 {
    font-size: 18px;
    line-height: 24px;
  }

  .central-top-text-block {
    padding: 72px 0;
  }
  .central-top-text-block .flex-wrapper {
    margin-bottom: 32px;
  }
  .central-top-text-block .sm24 {
    margin-bottom: 18px;
  }
  .central-top-text-block img {
    height: 86px;
    margin: auto 13px;
  }
  .central-top-text-block img.plus {
    height: 32px;
  }

  .unique {
    padding: 90px 0;
  }

  .central-top-video-block {
    max-width: 920px;
    margin: 0 auto 100px auto;
  }
  .central-top-video-block img {
    border-radius: 20px;
  }
  .central-top-video-block a {
    font-size: 18px;
    padding: 13px 26px 13px 13px;
  }
  .central-top-video-block a img {
    width: 34px;
    height: 34px;
  }

  .big-text-block {
    padding: 92px 0;
  }

  .get-care {
    padding: 92px 0;
  }

  .spec-slider-wrapper {
    max-width: 920px;
  }

  .card {
    padding: 30px 30px 40px 30px;
    border-radius: 20px;
  }
  .card .b45 {
    margin-bottom: 35px;
  }

  .products-slider .swiper-slide {
    width: 244px;
    padding-top: 35px;
  }
  .products-slider .product-block {
    padding: 0 20px 40px 20px;
  }
  .products-slider .product-block .product-name {
    font-size: 18px;
    line-height: 22px;
  }
  .products-slider .product-block .tab-num {
    font-size: 12px;
    line-height: 20px;
  }
  .products-slider .product-block .product-type {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
  .products-slider .product-block img {
    top: -35px;
  }
  .products-slider .product-block.spec-block img {
    width: 60px;
    margin: 104px auto 15px auto;
  }
  .products-slider .product-block.spec-block .text {
    margin-bottom: 56px;
  }

  .reviews .review-block {
    width: 330px;
    padding: 25px 20px;
  }
  .reviews .review-block .person-info {
    margin-bottom: 20px;
  }
  .reviews .review-block .review-text {
    margin-top: 26px;
  }
  .reviews .review-block .review-text .review-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .reviews .review-block .review-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .questions .left-text {
    min-width: 305px;
    max-width: 305px;
    margin-right: 120px;
  }
  .questions .left-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .questions .question-block {
    padding: 24px 0;
  }
  .questions .question-block span {
    font-size: 20px;
    line-height: 28px;
  }
  .questions .question-block span:after {
    width: 18px;
    height: 18px;
  }
  .questions .question-block .text p {
    font-size: 18px;
    line-height: 24px;
  }

  .footer .social-networks a {
    width: 40px;
    height: 40px;
  }

  .page-text-block {
    max-width: 944px;
  }

  .to-catalog .text {
    width: 650px;
    margin: 0 auto 60px auto;
  }

  .to-catalog-links-wrapper img:not(.arrow) {
    border-radius: 18px;
  }
  .to-catalog-links-wrapper .to-full-collection {
    min-width: calc(34% - 20px);
    max-width: calc(34% - 20px);
    margin-right: 20px;
  }
  .to-catalog-links-wrapper .to-full-collection .link-block {
    padding: 0 0 40px 0;
  }
  .to-catalog-links-wrapper .to-full-collection .link-block .s-text {
    font-size: 32px;
    line-height: 36px;
    padding: 20px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block {
    margin-right: 20px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:first-child, .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block:nth-child(2) {
    margin-bottom: 19px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block {
    padding: 30px 28px;
    align-items: center;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block span {
    font-size: 18px;
    line-height: 22px;
    padding-right: 0;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block .link-block .arrow {
    width: 16px;
  }
  .to-catalog-links-wrapper .to-catalog-links-right-block .to-catalog-link-block a:hover span {
    padding-right: 0;
  }
}
/*pop-up blocks start*/
.video-wrapper {
  width: 100%;
  height: 100%;
  max-width: 650px;
  position: relative;
}
.video-wrapper video {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  top: 0;
}

.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #141414;
  display: none;
}
.pop-up-wrapper.opened {
  display: block;
}
.pop-up-wrapper .pop-up-video-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: 1280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-wrapper .pop-up-video-wrapper video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.pop-up-wrapper .close {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #2f2f2f;
  left: auto;
  top: 42px;
  right: 42px;
}
.pop-up-wrapper .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-wrapper-btns {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.pop-up-wrapper-btns.opened {
  display: block;
}
.pop-up-wrapper-btns .pop-up-buttons {
  position: absolute;
  width: 100%;
  max-width: 700px;
  padding: 40px 60px 40px 40px;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  flex-direction: row;
  gap: 0 50px;
  align-items: center;
}
.pop-up-wrapper-btns .qr {
  width: 250px;
}
.pop-up-wrapper-btns .logo {
  width: 120px;
  margin-bottom: 30px;
}
.pop-up-wrapper-btns h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
  color: #141414;
}
.pop-up-wrapper-btns p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #8a8a8a;
}
.pop-up-wrapper-btns .btns-block {
  display: flex;
  justify-content: center;
}
.pop-up-wrapper-btns .btns-block .btn-block {
  border: 1px solid #eeeeee;
  border-radius: 20px;
  padding: 48px;
  min-width: calc(50% - 4px);
  max-width: calc(50% - 4px);
  margin-right: 8px;
}
.pop-up-wrapper-btns .btns-block .btn-block:last-child {
  margin-right: 0;
}
.pop-up-wrapper-btns .btns-block .btn-block span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}
.pop-up-wrapper-btns .close {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #f8f8f8;
  left: auto;
  top: 15px;
  right: 15px;
  transition: all 200ms linear;
}
.pop-up-wrapper-btns .close:hover {
  background: #efeded;
}
.pop-up-wrapper-btns .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-wrapper-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  visibility: hidden;
  transition: visibility 200ms linear 0s;
}
.pop-up-wrapper-base:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 200ms linear 0s;
}
.pop-up-wrapper-base.opened {
  display: block;
  visibility: visible;
}
.pop-up-wrapper-base.opened:before {
  opacity: 1;
}
.pop-up-wrapper-base.opened .pop-up-right-container {
  transform: translateX(0);
}
.pop-up-wrapper-base.opened .pop-up-country-container {
  opacity: 1;
}
.pop-up-wrapper-base.opened .pop-up-map-container {
  opacity: 1;
}
.pop-up-wrapper-base .close:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/landing/ic_close.svg) 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-wrapper-base .close:hover {
  border: 1px solid #dedede;
}
.pop-up-wrapper-base .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up-wrapper-base.feature-popup .close {
  position: fixed;
  top: 20px;
  right: 20px;
  border: none;
  border-radius: 0;
  z-index: 1;
}
.pop-up-wrapper-base.feature-popup .close img {
  width: 100%;
}
.pop-up-wrapper-base.feature-popup .pop-up-right-container {
  display: flex;
  height: 100%;
  overflow-y: scroll;
  flex-direction: column;
}
.pop-up-wrapper-base.feature-popup .pop-up-header {
  padding: 0;
  display: block;
  margin-bottom: 40px;
  flex-grow: 0;
}
.pop-up-wrapper-base.feature-popup .pop-up-header img {
  width: 100%;
}
.pop-up-wrapper-base.feature-popup .pop-up-content {
  flex-grow: 1;
  overflow-y: initial;
}
.pop-up-wrapper-base.feature-popup .pop-up-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  color: #141414;
}
.pop-up-wrapper-base.feature-popup .pop-up-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #8a8a8a;
  opacity: 1;
}
.pop-up-wrapper-base.feature-popup .pop-up-content p.title {
  font-weight: 600;
  color: #141414;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons {
  padding: 30px;
  flex-grow: 0;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons .button_su {
  font-weight: 700;
  border-radius: 60px;
  height: 60px;
  width: 100%;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons .button_su:first-child {
  margin-bottom: 10px;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons .button_su a {
  color: #fff;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons .button_su .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 47px;
}
.pop-up-wrapper-base.feature-popup .pop-up-buttons .button_su.btn-white .btn-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  padding: 0 40px;
}
.pop-up-wrapper-base.supplement-facts .pop-up-header {
  padding: 65px 30px 30px;
  display: block;
}
.pop-up-wrapper-base.supplement-facts h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #141414;
}
.pop-up-wrapper-base.supplement-facts p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: #8a8a8a;
  opacity: 1;
}
.pop-up-wrapper-base.supplement-facts .close {
  position: absolute;
  left: auto;
  right: 20px;
  top: 20px;
}
.pop-up-wrapper-base.supplement-facts .pop-up-content {
  height: calc(100% - 200px);
}
.pop-up-wrapper-base.supplement-facts .pop-up-content img {
  margin-bottom: 40px;
  max-width: 100%;
}

.pop-up-mini-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 75px 40px 75px;
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.pop-up-mini-container.no-image {
  padding: 70px 75px 40px 75px;
}
.pop-up-mini-container.have-choice {
  padding: 70px 75px;
}
.pop-up-mini-container.have-choice h1 {
  font-weight: 500;
}
.pop-up-mini-container.have-choice p {
  color: #5c5c5c;
}
.pop-up-mini-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pop-up-mini-container h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .pop-up-mini-container h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1279px) {
  .pop-up-mini-container h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1023px) {
  .pop-up-mini-container h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
.pop-up-mini-container.all-set-confirmation h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1599px) {
  .pop-up-mini-container.all-set-confirmation h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .pop-up-mini-container.all-set-confirmation h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .pop-up-mini-container.all-set-confirmation h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .pop-up-mini-container.all-set-confirmation h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
.pop-up-mini-container.subscription-cancelled-confirmation h1 {
  margin-bottom: 20px;
}
.pop-up-mini-container p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #5c5c5c;
  opacity: 1;
  margin-bottom: 20px;
}
.pop-up-mini-container a {
  display: inline;
}
.pop-up-mini-container img {
  display: block;
  margin: 0 auto 20px auto;
}
.pop-up-mini-container .btn {
  width: 250px;
}
.pop-up-mini-container .btn .button_su_inner {
  width: 100%;
}
.pop-up-mini-container .btns-wrapper {
  display: flex;
}
.pop-up-mini-container .btns-wrapper .btn {
  min-width: 195px;
  max-width: 195px;
  margin-right: 10px;
}
.pop-up-mini-container .btns-wrapper .btn:last-child {
  margin: 0;
}

/*pop-up blocks end*/
/*workouts start*/
.workouts {
  background: #f0efec;
  padding: 80px 0;
}
.workouts.about {
  padding: 100px 0;
}
.workouts .video {
  position: relative;
}
.workouts .video img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}
.workouts video {
  display: block;
  width: 100%;
  height: auto;
}

/*workouts end*/
@media screen and (min-width: 1024px) and (max-width: 1139px) {
  .first-elem-1 {
    display: none;
  }

  .products-slider.swiper-container {
    padding: 0 40px 0 40px;
  }

  .reviews-slider.swiper-container {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-elem-1 {
    display: none;
  }

  .products-slider.swiper-container {
    padding: 0 30px;
  }

  .reviews-slider.swiper-container {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  /*.header {
      .btns-mobile {
          display: block;
      }

      .btns-desktop {
          display: none;
      }
  }*/
}
.slider {
  height: 350px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .slider {
    height: 300px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .slider {
    height: 263px;
  }
}

.product-page {
  position: relative;
}
.product-page .product-header {
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header {
    padding: 5px 0 0;
  }
}
.product-page .product-header > * {
  position: relative;
  z-index: 2;
}
.product-page .product-header h1 {
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  color: #141414;
  max-width: 1000px;
  margin: 0 auto 20px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header h1 {
    font-size: 70px;
    line-height: 70px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header h1 {
    font-size: 50px;
    line-height: 50px;
    max-width: 600px;
    margin-bottom: 15px;
  }
}
.product-page .product-header p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #8a8a8a;
  max-width: 780px;
  margin: 0 auto 30px;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header p {
    font-size: 20px;
    line-height: 28px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header p {
    font-size: 18px;
    line-height: 24px;
    max-width: 600px;
    margin-bottom: 20px;
  }
}
.product-page .product-header .reviews-info {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .reviews-info {
    margin-bottom: 15px;
  }
}
.product-page .product-header .reviews-info .rating-average {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header .reviews-info .rating-average {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .reviews-info .rating-average {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-page .product-header .reviews-info .stars-block {
  height: auto;
  margin-top: -2px;
}
.product-page .product-header .reviews-info img {
  height: 28px;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header .reviews-info img {
    height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .reviews-info img {
    height: 18px;
  }
}
.product-page .product-header .reviews-info .product-rating-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #8a8a8a;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header .reviews-info .product-rating-value {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .reviews-info .product-rating-value {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-page .product-header .buttons {
  position: static;
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header .buttons {
    width: 250px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .buttons {
    width: 250px;
  }
}
.product-page .product-header .subtext {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.product-page .product-header .subtext span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #568967;
  display: block;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header .subtext span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header .subtext span {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-page .product-header > img {
  margin-top: -120px;
  width: 100%;
  min-height: 26vw;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .product-page .product-header > img {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-header > img {
    margin-top: -70px;
  }
}
.product-page .product-header > img.mobile {
  display: none;
}
.product-page .list {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  padding: 60px 0 0;
}
@media screen and (max-width: 1599px) {
  .product-page .list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .list {
    padding-top: 60px;
  }
}
.product-page .list .list-wrapper {
  padding: 40px 0;
  display: flex;
  gap: 0 90px;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .product-page .list .list-wrapper {
    gap: 0 40px;
  }
}
.product-page .list .list-wrapper .list-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 0 15px;
  align-items: start;
}
.product-page .list .list-wrapper .list-item .icon {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1599px) {
  .product-page .list .list-wrapper .list-item .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .list .list-wrapper .list-item .icon {
    width: 24px;
    height: 24px;
  }
}
.product-page .list .list-wrapper .list-item .description .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #141414;
  margin-bottom: 5px;
}
.product-page .list .list-wrapper .list-item .description .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #8a8a8a;
}
.product-page .list .list-wrapper .list-item:nth-child(2) .description .title {
  padding-right: 30px;
}
@media screen and (max-width: 1599px) {
  .product-page .list .list-wrapper .list-item .description .title {
    font-size: 18px;
    line-height: 24px;
  }
  .product-page .list .list-wrapper .list-item .description .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .list .list-wrapper {
    padding: 0;
  }
  .product-page .list .list-wrapper .list-item {
    gap: 0 10px;
  }
  .product-page .list .list-wrapper .list-item .description .title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .product-page .list .list-wrapper .list-item .description .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-page .why {
  padding: 80px 0;
}
.product-page .features {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .product-page .features {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features {
    padding: 60px 0;
  }
}
.product-page .features .wrapper-block {
  display: block;
}
.product-page .features h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #141414;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .product-page .features h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.product-page .features h2 span {
  color: #8a8a8a;
}
.product-page .features .features-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
.product-page .features .features-wrapper .feature-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-page .features .features-wrapper .feature-item a {
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.product-page .features .features-wrapper .feature-item img {
  width: 100%;
}
.product-page .features .features-wrapper .feature-item img.mobile {
  display: none;
}
.product-page .features .features-wrapper .feature-item img.link {
  width: 32px;
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper .feature-item img.link {
    width: 28px;
  }
}
.product-page .features .features-wrapper .feature-item .text {
  max-width: 600px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper .feature-item .text {
    font-size: 45px;
    line-height: 55px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper .feature-item .text {
    font-size: 40px;
    line-height: 45px;
    max-width: 400px;
  }
}
.product-page .features .features-wrapper .feature-item .link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.product-page .features .features-wrapper .feature-item.small .text {
  max-width: 320px;
  font-size: 40px;
  line-height: 45px;
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper .feature-item.small .text {
    font-size: 36px;
    line-height: 45px;
    max-width: 270px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper .feature-item.small .text {
    font-size: 30px;
    line-height: 36px;
    max-width: 250px;
  }
}
.product-page .features .features-wrapper > .feature-item.big {
  width: 790px;
  height: 740px;
  background-image: url(../img/good/features/i1_2x.jpg);
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper > .feature-item.big {
    width: 656px;
    height: 620px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper > .feature-item.big {
    width: 530px;
    height: 500px;
  }
}
.product-page .features .features-wrapper > .feature-item.small {
  width: 559px;
  height: 360px;
  background-image: url(../img/good/features/i4_2x.jpg);
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper > .feature-item.small {
    width: 460px;
    height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper > .feature-item.small {
    width: 370px;
    height: 240px;
  }
}
.product-page .features .features-wrapper > .feature-item.small:nth-child(2) {
  width: 790px;
  height: 360px;
  background-image: url(../img/good/features/i5_2x.jpg);
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper > .feature-item.small:nth-child(2) {
    width: 655px;
    height: 300px;
  }
  .product-page .features .features-wrapper > .feature-item.small:nth-child(2) .text {
    max-width: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper > .feature-item.small:nth-child(2) {
    width: 530px;
    height: 240px;
  }
}
.product-page .features .features-wrapper .features-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.product-page .features .features-wrapper .features-right > .feature-item {
  background-image: url(../img/good/features/i2_2x.jpg);
  width: 558px;
  height: 360px;
}
@media screen and (max-width: 1599px) {
  .product-page .features .features-wrapper .features-right > .feature-item {
    width: 460px;
    height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .features .features-wrapper .features-right > .feature-item {
    width: 370px;
    height: 240px;
  }
}
.product-page .features .features-wrapper .features-right > .feature-item:last-child {
  background-image: url(../img/good/features/i3_2x.jpg);
}
.product-page .features .features-wrapper:last-child {
  margin-bottom: 0;
}
.product-page .approach {
  padding: 100px 0;
}
@media screen and (max-width: 1599px) {
  .product-page .approach {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .approach {
    padding: 80px 0;
  }
}
.product-page .approach .text {
  background: linear-gradient(180deg, #141414 0%, #7C8194 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -2px;
}
.product-page .video-preview {
  padding: 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .product-page .video-preview {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-preview {
    padding: 40px 0;
  }
}
.product-page .video-preview .wrapper-inner {
  max-width: 100%;
  cursor: pointer;
}
.product-page .video-preview .start-video span {
  font-weight: 600;
  max-width: 100%;
}
.product-page .main-top {
  background: #fff;
  padding: 215px 0;
  grid-template-columns: 1fr 425px 1fr;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top {
    padding: 175px 0;
    grid-template-columns: 1fr 310px 1fr;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top {
    padding: 140px 0;
    grid-template-columns: 1fr 270px 1fr;
  }
}
.product-page .main-top p {
  font-weight: 600;
  font-size: 80px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 0;
}
.product-page .main-top p.small {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.2px;
}
.product-page .main-top p span {
  color: #8a8a8a;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top p {
    font-size: 60px;
    line-height: 50px;
  }
  .product-page .main-top p.small {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top p {
    font-size: 50px;
    line-height: 40px;
  }
  .product-page .main-top p.small {
    font-size: 40px;
    line-height: 45px;
  }
}
.product-page .main-top .center {
  width: 425px;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top .center {
    width: 350px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top .center {
    width: 270px;
  }
}
@media screen and (max-width: 1599px) {
  .product-page .main-top .left img, .product-page .main-top .right img {
    max-width: 480px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top .left img, .product-page .main-top .right img {
    max-width: 340px;
  }
}
.product-page .main-top.wide {
  grid-template-columns: 1fr 650px 1fr;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top.wide {
    grid-template-columns: 1fr 450px 1fr;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top.wide {
    grid-template-columns: 1fr 350px 1fr;
  }
}
.product-page .main-top.wide .center {
  width: 650px;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top.wide .center {
    width: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top.wide .center {
    width: 350px;
  }
}
.product-page .main-top.wide .center p {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1599px) {
  .product-page .main-top.wide .center p {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .main-top.wide .center p {
    font-size: 40px;
    line-height: 45px;
  }
}
.product-page .habit-forming a {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #141414;
  border-bottom: 2px solid #141414;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .product-page .habit-forming a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .habit-forming a {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-page .questions {
  background-color: #fff;
}
.product-page .questions .left-text {
  min-width: 410px;
  max-width: 410px;
  margin-right: 150px;
}
@media screen and (max-width: 1599px) {
  .product-page .questions .left-text {
    min-width: 280px;
    max-width: 280px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .questions .left-text {
    min-width: 280px;
    max-width: 280px;
    margin-right: 100px;
  }
}
.product-page .questions .left-text span {
  max-width: 300px;
}
@media screen and (max-width: 1279px) {
  .product-page .questions .left-text span {
    font-size: 30px;
    line-height: 36px;
  }
}
.product-page .questions .left-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1599px) {
  .product-page .questions .left-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .questions .left-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-page .questions .question-block .text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 1599px) {
  .product-page .questions .question-block .text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-page .supplements {
  background: #F4F4F1;
  padding: 40px 0 80px;
}
@media screen and (max-width: 1599px) {
  .product-page .supplements {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .supplements {
    padding: 60px 0;
  }
}
.product-page .supplements h2 {
  margin-bottom: 15px;
  max-width: 760px;
}
@media screen and (max-width: 1599px) {
  .product-page .supplements h2 {
    max-width: 580px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .supplements h2 {
    max-width: 550px;
  }
}
.product-page .supplements h2 a {
  display: inline-block;
  color: #6f23f1;
  border-bottom: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: from-font;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-position: from-font;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1599px) {
  .product-page .supplements h2 a {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .supplements h2 a {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 45px;
  }
}
.product-page .supplements a {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  border-bottom: 2px solid #141414;
  cursor: pointer;
  margin-bottom: 40px;
}
.product-page .product-images {
  background: #fff;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1599px) {
  .product-page .product-images {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-images {
    padding: 60px 0 40px;
  }
}
.product-page .product-images h2 {
  max-width: 650px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .product-page .product-images h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
    max-width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-images h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
    max-width: 400px;
  }
}
.product-page .product-images .slider {
  position: relative;
  height: auto;
}
.product-page .product-images .slider .swiper-container {
  overflow: initial;
}
.product-page .product-images .slider .swiper-slide {
  padding: 0;
  width: 600px;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .product-page .product-images .slider .swiper-slide {
    width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .product-images .slider .swiper-slide {
    width: 350px;
  }
}
.product-page .product-images .slider .swiper-slide img {
  width: 100%;
}
.product-page .product-images .slider .navigation {
  position: absolute;
  right: 0;
  top: -100px;
}
.product-page .modern {
  padding: 60px 0;
}
@media screen and (max-width: 1599px) {
  .product-page .modern {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern {
    padding: 40px 0;
  }
}
.product-page .modern .wrapper-block {
  display: flex;
  flex-direction: row;
  background: #f5f5f2;
  border-radius: 30px;
  overflow: hidden;
  height: 500px;
}
@media screen and (max-width: 1599px) {
  .product-page .modern .wrapper-block {
    height: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern .wrapper-block {
    height: 360px;
  }
}
.product-page .modern .wrapper-block .left {
  width: 50%;
  padding: 70px;
}
@media screen and (max-width: 1599px) {
  .product-page .modern .wrapper-block .left {
    padding: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern .wrapper-block .left {
    padding: 60px 50px;
  }
}
.product-page .modern .wrapper-block .left h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #141414;
  max-width: 600px;
}
@media screen and (max-width: 1599px) {
  .product-page .modern .wrapper-block .left h2 {
    font-size: 40px;
    line-height: 45px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern .wrapper-block .left h2 {
    font-size: 40px;
    line-height: 45px;
    max-width: 370px;
  }
}
.product-page .modern .wrapper-block .left .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
}
.product-page .modern .wrapper-block .left .list-wrapper .list-item {
  padding-left: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #8a8a8a;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .product-page .modern .wrapper-block .left .list-wrapper .list-item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern .wrapper-block .left .list-wrapper .list-item {
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
  }
}
.product-page .modern .wrapper-block .left .list-wrapper .list-item:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/good/number-icons/number-1.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1599px) {
  .product-page .modern .wrapper-block .left .list-wrapper .list-item:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .modern .wrapper-block .left .list-wrapper .list-item:before {
    width: 24px;
    height: 24px;
    top: -2px;
  }
}
.product-page .modern .wrapper-block .left .list-wrapper .list-item:nth-child(2):before {
  background-image: url(../img/good/number-icons/number-2.svg);
}
.product-page .modern .wrapper-block .left .list-wrapper .list-item:nth-child(3):before {
  background-image: url(../img/good/number-icons/number-3.svg);
}
.product-page .modern .wrapper-block .left .list-wrapper .list-item:last-child {
  margin-bottom: 0;
}
.product-page .modern .wrapper-block .right {
  width: 50%;
  text-align: right;
  line-height: 0;
}
.product-page .modern .wrapper-block .right img {
  width: auto;
  display: inline;
  max-height: 100%;
}
.product-page .modern .wrapper-block .right img.mobile {
  display: none;
}
.product-page .reviews-new {
  background: #fff;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1599px) {
  .product-page .reviews-new {
    padding: 80px 0 65px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new {
    padding: 60px 0;
  }
}
.product-page .reviews-new .reviews-header {
  position: relative;
  margin-bottom: 60px;
}
.product-page .reviews-new .reviews-header h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #141414;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .product-page .reviews-new .reviews-header h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new .reviews-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.product-page .reviews-new .reviews-header .reviews-info {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
}
.product-page .reviews-new .reviews-header .reviews-info .stars-block {
  height: auto;
}
.product-page .reviews-new .reviews-header .reviews-info img {
  width: 120px;
  height: auto;
}
.product-page .reviews-new .reviews-header .reviews-info .product-rating-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8a8a8a;
}
.product-page .reviews-new .reviews-header .reviews-info .product-rating-value span {
  display: inline;
  color: #141414;
}
.product-page .reviews-new .reviews-header .reviews-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 353px;
  height: 70px;
}
@media screen and (max-width: 1599px) {
  .product-page .reviews-new .reviews-header .reviews-btn {
    width: 300px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new .reviews-header .reviews-btn {
    width: 282px;
    height: 50px;
  }
}
.product-page .reviews-new .reviews-header .reviews-btn .btn {
  height: 70px;
}
@media screen and (max-width: 1599px) {
  .product-page .reviews-new .reviews-header .reviews-btn .btn {
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new .reviews-header .reviews-btn .btn {
    height: 50px;
  }
}
.product-page .reviews-new .reviews-header .reviews-btn .btn .btn-text {
  line-height: 66px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  .product-page .reviews-new .reviews-header .reviews-btn .btn .btn-text {
    line-height: 56px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new .reviews-header .reviews-btn .btn .btn-text {
    line-height: 46px;
    font-size: 16px;
  }
}
.product-page .reviews-new .reviewslide-block .person-info {
  margin-bottom: 10px;
}
.product-page .reviews-new .reviewslide-block .person-info .sc {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
.product-page .reviews-new .reviewslide-block .for-stars {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
}
.product-page .reviews-new .reviewslide-block .for-stars .stars-block {
  height: 24px;
}
.product-page .reviews-new .reviewslide-block .for-stars .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #8a8a8a;
}
.product-page .reviews-new .reviewslide-block .review-text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  opacity: 1;
  color: #8a8a8a;
}
@media screen and (max-width: 1279px) {
  .product-page .reviews-new .reviewslide-block .review-text {
    margin-top: 20px;
  }
}
.product-page .video-reviews {
  padding: 100px 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews {
    padding: 60px 0;
  }
}
.product-page .video-reviews h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #141414;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.product-page .video-reviews h2 span {
  display: block;
  color: #8a8a8a;
}
.product-page .video-reviews .slider {
  height: 480px;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews .slider {
    height: 395px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews .slider {
    height: 320px;
  }
}
.product-page .video-reviews .swiper-wrapper .swiper-slide {
  border-radius: 25px;
  width: 325px;
  height: 480px;
  position: relative;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide {
    width: 267px;
    height: 395px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide {
    width: 216px;
    height: 320px;
  }
}
.product-page .video-reviews .swiper-wrapper .swiper-slide div.trailer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page .video-reviews .swiper-wrapper .swiper-slide div.trailer video {
  min-width: 100%;
  min-height: 100%;
  background-color: #dedede;
  border-radius: 25px;
  overflow: hidden;
}
.product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description {
    bottom: 10px;
    left: 24px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description .quote {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  opacity: 1;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description .quote {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description .quote {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-page .video-reviews .swiper-wrapper .swiper-slide div.review-description .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
  color: #fff;
}
.product-page .video-reviews .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 60px;
}
@media screen and (max-width: 1599px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide img {
    width: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .video-reviews .swiper-wrapper .swiper-slide img {
    width: 40px;
  }
}
.product-page .animation1 {
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1599px) {
  .product-page .animation1 {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation1 {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation1 span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}
.product-page .animation1 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .product-page .animation1 h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    letter-spacing: normal;
  }
}
.product-page .animation1 p {
  color: #8a8a8a;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1599px) {
  .product-page .animation1 p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation1 p {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-page .animation1 .animation-wrapper {
  height: 750px;
}
@media screen and (max-width: 1599px) {
  .product-page .animation1 .animation-wrapper {
    height: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation1 .animation-wrapper {
    height: 560px;
  }
}
.product-page .animation1 .animation-wrapper img {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-page .animation1 .animation-wrapper.animate img.img2 {
  transform: translateY(-410px);
}
.product-page .animation2 {
  padding: 60px 0 100px;
}
@media screen and (max-width: 1599px) {
  .product-page .animation2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 {
    padding: 60px 0 85px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}
.product-page .animation2 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
    letter-spacing: normal;
  }
}
.product-page .animation2 p {
  color: #8a8a8a;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1599px) {
  .product-page .animation2 p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 p {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-page .animation2 .animation-wrapper {
  height: 565px;
}
@media screen and (max-width: 1599px) {
  .product-page .animation2 .animation-wrapper {
    height: 460px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 .animation-wrapper {
    height: 430px;
  }
}
.product-page .animation2 .animation-wrapper img {
  width: auto;
  position: absolute;
  left: 10%;
  top: 5%;
  transform-origin: 80% 80%;
  transform: rotate(-7deg);
}
@media screen and (max-width: 1599px) {
  .product-page .animation2 .animation-wrapper img {
    width: 250px;
    left: 7%;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .animation2 .animation-wrapper img {
    width: 230px;
  }
}
.product-page .animation2 .animation-wrapper img.img2 {
  left: 35%;
  top: 15%;
  transform-origin: 20% 80%;
  transform: rotate(15deg);
}
@media screen and (max-width: 1599px) {
  .product-page .animation2 .animation-wrapper img.img2 {
    left: 33%;
    top: 13%;
  }
}
.product-page .animation2 .animation-wrapper.animate img.img1 {
  transform: rotate(-15deg);
}
.product-page .animation2 .animation-wrapper.animate img.img2 {
  transform: rotate(30deg);
}
.product-page .button-wrapper {
  width: 370px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding-right: 70px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1599px) {
  .product-page .button-wrapper {
    width: 340px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .button-wrapper {
    width: 280px;
    padding-right: 50px;
  }
}
.product-page .button-wrapper .buttons {
  opacity: 0;
}
.product-page .button-wrapper .buttons.show {
  opacity: 1;
}
.product-page .buttons {
  position: sticky;
  bottom: 70px;
  z-index: 100;
  width: 300px;
  pointer-events: initial;
  margin-bottom: 70px;
}
@media screen and (max-width: 1599px) {
  .product-page .buttons {
    bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .buttons {
    width: 230px;
    bottom: 50px;
    margin-bottom: 50px;
  }
}
.product-page .buttons .btn {
  height: 70px;
}
@media screen and (max-width: 1599px) {
  .product-page .buttons .btn {
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .buttons .btn {
    height: 60px;
  }
}
.product-page .buttons .btn .btn-text {
  line-height: 70px;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
}
@media screen and (max-width: 1599px) {
  .product-page .buttons .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .product-page .buttons .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}

.reviews-head {
  padding: 215px 0;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .reviews-head {
    padding: 150px 0;
  }
}
@media screen and (max-width: 1279px) {
  .reviews-head {
    padding: 180px 0;
  }
}
.reviews-head .wrapper-block {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  align-items: center;
}
.reviews-head h1 {
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  color: #141414;
  max-width: 680px;
  letter-spacing: -2px;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .reviews-head h1 {
    font-size: 70px;
    line-height: 70px;
    max-width: 680px;
  }
}
@media screen and (max-width: 1279px) {
  .reviews-head h1 {
    font-size: 50px;
    line-height: 50px;
    max-width: 480px;
  }
}
.reviews-head .reviews-info {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
}
.reviews-head .reviews-info .stars-block {
  height: auto;
}
.reviews-head .reviews-info img {
  height: 32px;
}
.reviews-head .reviews-info .product-rating-value {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #8a8a8a;
}

.new-numbers-block {
  background: #EDE7DB;
}
.new-numbers-block > img {
  display: none;
}
.new-numbers-block .flex-container {
  height: 650px;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block .flex-container {
    height: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block .flex-container {
    height: 400px;
  }
}
.new-numbers-block .flex-container .flex-block img {
  max-height: 100%;
  position: absolute;
  left: 0;
  right: auto;
}
.new-numbers-block .flex-container .flex-block.left-position {
  justify-content: right;
}
.new-numbers-block .flex-container .flex-block.flex-text {
  flex-direction: column;
  align-items: start;
  gap: 60px 0;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block .flex-container .flex-block.flex-text {
    gap: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block .flex-container .flex-block.flex-text {
    gap: 40px 0;
  }
}
.new-numbers-block .flex-container .flex-block .btn {
  width: 260px;
  height: 70px;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block .flex-container .flex-block .btn {
    width: 220px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block .flex-container .flex-block .btn {
    width: 280px;
    height: 60px;
  }
}
.new-numbers-block .flex-container .flex-block .btn .btn-text {
  line-height: 70px;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.new-numbers-block .flex-container .flex-block .btn .btn-text img {
  position: static;
  width: 24px;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block .flex-container .flex-block .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block .flex-container .flex-block .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
.new-numbers-block .flex-container.column-reverse > div:nth-child(1) {
  order: 2;
}
.new-numbers-block .flex-container.column-reverse > div:nth-child(2) {
  order: 1;
}
.new-numbers-block .flex-container.column-reverse .flex-block img {
  left: auto;
  right: 0;
}
.new-numbers-block h2 {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block h2 {
    margin-bottom: 0;
  }
}
.new-numbers-block h2 span {
  display: inline-block;
  color: #fff;
  position: relative;
}
.new-numbers-block h2 span:before {
  content: "";
  background-color: #141414;
  width: 200px;
  height: 70px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-49%, -55%, 0);
  z-index: -1;
}
@media screen and (max-width: 1599px) {
  .new-numbers-block h2 span:before {
    width: 150px;
    height: 55px;
  }
}
@media screen and (max-width: 1279px) {
  .new-numbers-block h2 span:before {
    width: 140px;
    height: 45px;
  }
}

.header-banner {
  height: 30px;
  text-align: center;
  background: #E5E7E0;
}
.header-banner p {
  opacity: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #141414;
  position: relative;
  z-index: 1;
}
.header-banner span {
  display: inline-block;
  position: relative;
}
.header-banner span:after {
  content: "";
  background-color: #fff;
  width: calc(100% + 8px);
  height: calc(100% - 11px);
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 5px;
  left: -4px;
  z-index: -1;
}

.full-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: 1000;
  display: none;
}
.full-slider-wrapper.opened {
  display: block;
}
.full-slider-wrapper .close {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #2f2f2f;
  left: auto;
  top: 42px;
  right: 42px;
  z-index: 2;
}
.full-slider-wrapper .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-slider-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-preloader-color: #ffffff;
}
.full-slider-wrapper .swiper-container .swiper-button-prev, .full-slider-wrapper .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  transition: none;
  cursor: pointer;
  opacity: 1;
  top: 50%;
  background: url(../img/good/prev-white.svg) 0 0 no-repeat;
  background-size: cover;
}
.full-slider-wrapper .swiper-container .swiper-button-prev.swiper-button-disabled, .full-slider-wrapper .swiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}
.full-slider-wrapper .swiper-container .swiper-button-prev {
  transform: translate(0, -50%);
  left: 20px;
}
.full-slider-wrapper .swiper-container .swiper-button-next {
  transform: translate(0, -50%) rotate(180deg);
  right: 20px;
}
.full-slider-wrapper .swiper-container .swiper-pagination {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  top: auto;
}
.full-slider-wrapper .swiper-container .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #b0b0b0;
  opacity: 0.3;
  margin-right: 5px;
  transition: all 300ms linear;
}
.full-slider-wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  background: #b0b0b0;
  opacity: 1;
  transition: all 300ms linear;
}

.benefits {
  background-color: #fff;
  padding: 80px 0;
}
.benefits .wrapper-block {
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block {
    gap: 0 185px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block {
    gap: 0 70px;
  }
}
.benefits .wrapper-block .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefits .wrapper-block .left .wrapper {
  padding-bottom: 150px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .left .wrapper {
    padding-bottom: 106px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .left .wrapper {
    padding-bottom: 121px;
  }
}
.benefits .wrapper-block .left .wrapper .text {
  padding: 30px 0;
  font-weight: 600;
  font-size: 140px;
  line-height: 120px;
  color: #141414;
  letter-spacing: -0.04em;
}
.benefits .wrapper-block .left .wrapper .text span {
  display: inline;
  color: #8a8a8a;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .left .wrapper .text {
    font-size: 110px;
    line-height: 100px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .left .wrapper .text {
    font-size: 90px;
    line-height: 80px;
    padding: 20px 20px 20px 0;
  }
}
.benefits .wrapper-block .left .wrapper .animation-wrapper {
  width: 350px;
  position: absolute;
  bottom: 0;
  left: 160px;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .left .wrapper .animation-wrapper {
    width: 270px;
    left: 107px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .left .wrapper .animation-wrapper {
    width: 255px;
    left: 80px;
  }
}
.benefits .wrapper-block .left .wrapper .animation-wrapper .zi {
  z-index: -1;
}
.benefits .wrapper-block .left .wrapper .animation-wrapper img {
  width: 100%;
}
.benefits .wrapper-block .right {
  width: 650px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .right {
    width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .right {
    width: 450px;
  }
}
.benefits .wrapper-block .right .benefit {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  gap: 0 30px;
  border-bottom: 2px solid #eeeeee;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .right .benefit {
    padding: 30px 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .right .benefit {
    padding: 30px 0;
    gap: 0 20px;
  }
}
.benefits .wrapper-block .right .benefit:last-child {
  border-bottom: none;
}
.benefits .wrapper-block .right .benefit .image-wrapper .image {
  width: 130px;
  border-radius: 25px;
  overflow: hidden;
}
.benefits .wrapper-block .right .benefit .image-wrapper .image img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .right .benefit .image-wrapper .image {
    width: 100px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .right .benefit .image-wrapper .image {
    width: 85px;
    border-radius: 15px;
  }
}
.benefits .wrapper-block .right .benefit .description {
  flex: 1;
}
.benefits .wrapper-block .right .benefit .description .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .right .benefit .description .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .right .benefit .description .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.benefits .wrapper-block .right .benefit .description .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #8a8a8a;
}
@media screen and (max-width: 1599px) {
  .benefits .wrapper-block .right .benefit .description .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .benefits .wrapper-block .right .benefit .description .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.video-player-wrapper {
  width: 100%;
  position: relative;
  line-height: 0;
}
.video-player-wrapper video {
  width: 100%;
}
.video-player-wrapper .video-controls {
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 1599px) {
  .video-player-wrapper .video-controls {
    bottom: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .video-player-wrapper .video-controls {
    bottom: 30px;
    left: 30px;
  }
}
.video-player-wrapper .video-controls img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1279px) {
  .video-player-wrapper .video-controls img {
    width: 48px;
    height: 48px;
  }
}
.video-player-wrapper .video-controls a {
  border-radius: 50%;
  overflow: hidden;
}
.video-player-wrapper .video-controls a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video-player-wrapper .video-controls .js-video-start {
  cursor: pointer;
}
.video-player-wrapper .video-controls .js-video-start.on .pause {
  display: block;
}
.video-player-wrapper .video-controls .js-video-start.on .play {
  display: none;
}
.video-player-wrapper .video-controls .js-video-start.off .pause {
  display: none;
}
.video-player-wrapper .video-controls .js-video-start.off .play {
  display: block;
}
.video-player-wrapper .video-controls .js-video-sound {
  cursor: pointer;
}
.video-player-wrapper .video-controls .js-video-sound.off .sound-on {
  display: none;
}
.video-player-wrapper .video-controls .js-video-sound.off .sound-off {
  display: block;
}
.video-player-wrapper .video-controls .js-video-sound.on .sound-on {
  display: block;
}
.video-player-wrapper .video-controls .js-video-sound.on .sound-off {
  display: none;
}

.more {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1599px) {
  .more {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1279px) {
  .more {
    padding: 80px 0;
  }
}
.more .wrapper-block {
  max-width: 1200px;
}
@media screen and (max-width: 1599px) {
  .more .wrapper-block {
    max-width: 990px;
  }
}
@media screen and (max-width: 1279px) {
  .more .wrapper-block {
    max-width: 800px;
  }
}
.more .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #b0b0b0;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1599px) {
  .more .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .more .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.more .text {
  font-weight: 600;
  font-size: 100px;
  line-height: 110px;
  background: linear-gradient(180deg, #141414 0%, #7C8194 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -3px;
}
@media screen and (max-width: 1599px) {
  .more .text {
    font-size: 90px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .more .text {
    font-size: 80px;
    line-height: 90px;
  }
}

.maximize {
  padding: 0 0 80px;
  background: #fff;
}
.maximize.padding {
  padding: 80px 0;
}
.maximize .wrapper-block {
  display: flex;
  gap: 0 174px;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .maximize .wrapper-block {
    gap: 0 124px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .wrapper-block {
    gap: 0 69px;
  }
}
.maximize .wrapper-block .left {
  width: 600px;
}
@media screen and (max-width: 1599px) {
  .maximize .wrapper-block .left {
    width: 512px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .wrapper-block .left {
    width: 472px;
  }
}
.maximize .wrapper-block .left .btns-wrapper {
  display: none;
}
.maximize .wrapper-block .right {
  flex: 1;
}
.maximize .animated-img {
  z-index: 1;
}
.maximize video {
  width: 100%;
}
.maximize .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #b0b0b0;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1599px) {
  .maximize .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
.maximize h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  color: #141414;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1599px) {
  .maximize h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .maximize h2.lower {
    max-width: 480px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }
}
.maximize p {
  opacity: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #8a8a8a;
}
@media screen and (max-width: 1599px) {
  .maximize p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.maximize .btns-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 1599px) {
  .maximize .btns-wrapper {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .btns-wrapper {
    gap: 25px 0;
    flex-direction: column;
    width: 280px;
  }
}
.maximize .btns-wrapper .btn {
  width: 260px;
  height: 70px;
}
@media screen and (max-width: 1599px) {
  .maximize .btns-wrapper .btn {
    width: 220px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .btns-wrapper .btn {
    width: 280px;
    height: 60px;
  }
}
.maximize .btns-wrapper .btn .btn-text {
  line-height: 70px;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.maximize .btns-wrapper .btn .btn-text img {
  width: 24px;
}
@media screen and (max-width: 1599px) {
  .maximize .btns-wrapper .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .maximize .btns-wrapper .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
.maximize .btns-wrapper > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  border-bottom: 2px solid #000000;
}

.get-started {
  padding: 150px 0;
  background: #F8F8F8;
}
.get-started .wrapper-block {
  display: flex;
  flex-direction: row;
  gap: 0 100px;
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block {
    gap: 0 70px;
  }
}
.get-started .wrapper-block .left {
  flex: 1;
}
.get-started .wrapper-block .left > div {
  position: sticky;
  top: 150px;
}
.get-started .wrapper-block .left h2 {
  font-weight: 600;
  font-size: 140px;
  line-height: 120px;
  letter-spacing: -0.04em;
  color: #141414;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .left h2 {
    font-size: 110px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .left h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
.get-started .wrapper-block .left h2 span {
  display: inline;
  color: #8a8a8a;
}
.get-started .wrapper-block .right {
  width: 650px;
  display: flex;
  flex-direction: row;
  gap: 0 40px;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right {
    width: 500px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right {
    width: 450px;
    gap: 0 30px;
  }
}
.get-started .wrapper-block .right .line {
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .line {
    width: 52px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .line {
    width: 52px;
  }
}
.get-started .wrapper-block .right .line > div {
  width: 10px;
  background: linear-gradient(180deg, #D1DBC3 92.19%, rgba(209, 219, 195, 0) 100%);
  border-radius: 30px;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .line > div {
    width: 7px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .line > div {
    width: 7px;
  }
}
.get-started .wrapper-block .right .line > div > div {
  background: #3D541F;
  border-radius: 30px;
  height: 117px;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .line > div > div {
    height: 101px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .line > div > div {
    height: 92px;
  }
}
.get-started .wrapper-block .right .items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .items {
    gap: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .items {
    gap: 40px 0;
  }
}
.get-started .wrapper-block .right .items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .items .item {
    gap: 15px 0;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .items .item {
    gap: 15px 0;
  }
}
.get-started .wrapper-block .right .items .item .icon {
  position: absolute;
  top: 0;
  left: -101px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .items .item .icon {
    width: 32px;
    height: 32px;
    left: -72px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .items .item .icon {
    width: 32px;
    height: 32px;
    left: -72px;
  }
}
.get-started .wrapper-block .right .items .item .icon img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.get-started .wrapper-block .right .items .item .icon div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  border: 2px solid #3D541F;
  border-radius: 50%;
  animation: 1.4s infinite forwards pulse;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.get-started .wrapper-block .right .items .item .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .items .item .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .items .item .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.get-started .wrapper-block .right .items .item .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #8a8a8a;
}
@media screen and (max-width: 1599px) {
  .get-started .wrapper-block .right .items .item .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .get-started .wrapper-block .right .items .item .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.complete-install {
  padding: 60px 0;
}
@media screen and (max-width: 1599px) {
  .complete-install {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .complete-install {
    padding: 40px 0;
  }
}
.complete-install .wrapper-block {
  display: flex;
  flex-direction: row;
  background: #F0ECE2;
  border-radius: 30px;
  max-width: 600px;
  padding: 0 40px;
  position: relative;
}
.complete-install .wrapper-block .left {
  flex: 1;
  padding: 35px 0;
}
.complete-install .wrapper-block .left h2 {
  font-weight: 500;
  color: #141414;
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 1599px) {
  .complete-install .wrapper-block .left h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .complete-install .wrapper-block .left h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .complete-install .wrapper-block .left h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .complete-install .wrapper-block .left h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.complete-install .wrapper-block .left p {
  font-weight: 500;
  color: #141414;
  max-width: 300px;
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1599px) {
  .complete-install .wrapper-block .left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .complete-install .wrapper-block .left p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .complete-install .wrapper-block .left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .complete-install .wrapper-block .left p {
    font-size: 15px;
    line-height: 22px;
  }
}
.complete-install .wrapper-block .left .btns {
  justify-content: start;
  width: 220px;
  height: 60px;
}
.complete-install .wrapper-block .left .btns .btn {
  width: 100%;
  height: 60px;
  padding: 0;
}
.complete-install .wrapper-block .left .btns .btn .btn-text {
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 0;
  justify-content: center;
}
.complete-install .wrapper-block .left .btns .btn .btn-text img {
  width: 24px;
}
.complete-install .wrapper-block .right {
  flex: 1;
  text-align: right;
}
.complete-install .wrapper-block .right img {
  width: 300px;
  display: inline;
  position: absolute;
  bottom: 0;
  right: 0;
}

.buy-options-wrapper {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
.buy-options-wrapper > div {
  padding: 70px 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-options-wrapper .left {
  order: 1;
  background: #f5f5f2;
}
.buy-options-wrapper .left img {
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .buy-options-wrapper .left img {
    max-width: 420px;
  }
}
@media screen and (max-width: 1279px) {
  .buy-options-wrapper .left img {
    max-width: 420px;
  }
}
.buy-options-wrapper .left img.hide {
  display: none;
}
.buy-options-wrapper .right {
  order: 2;
  background: #fff;
}
.buy-options-wrapper .right .wrapper {
  width: 100%;
  max-width: 420px;
}
.buy-options-wrapper .right .wrapper .image {
  display: none;
}
.buy-options-wrapper .right .wrapper .step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.buy-options-wrapper .right .wrapper .step-wrapper span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  color: #8a8a8a;
}
.buy-options-wrapper .right .wrapper .step-wrapper div {
  width: 140px;
  height: 4px;
  border-radius: 20px;
  background-color: #eeeeee;
}
.buy-options-wrapper .right .wrapper .step-wrapper div div {
  width: 0;
  background-color: #8EAB98;
  animation: widthToHalf forwards 0.3s linear 0.3s;
}
.buy-options-wrapper .right .wrapper .step-wrapper div div.half {
  width: 50%;
  animation: widthToFull forwards 0.3s linear 0.3s;
}
@keyframes widthToHalf {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes widthToFull {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.buy-options-wrapper .right .wrapper .head {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0 10px;
  margin-bottom: 20px;
}
.buy-options-wrapper .right .wrapper .head h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  letter-spacing: normal;
}
.buy-options-wrapper .right .wrapper .head h2.large {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 15px;
}
.buy-options-wrapper .right .wrapper .head p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #8a8a8a;
  opacity: 1;
}
.buy-options-wrapper .right .wrapper .head p.large {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.buy-options-wrapper .right .wrapper .input-wrapper {
  margin-bottom: 30px;
}
.buy-options-wrapper .right .wrapper .buy-options {
  margin-bottom: 30px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option:last-child {
  margin-bottom: 0;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] {
  display: none;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label {
  cursor: pointer;
  border-radius: 15px;
  border: 1.5px solid #eeeeee;
  overflow: hidden;
  display: block;
  padding: 20px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label.with-label {
  padding-top: 30px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head {
  display: flex;
  padding-right: 30px;
  position: relative;
  margin-bottom: 10px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/radio.svg) center center no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #141414;
  flex: 1;
  padding-right: 10px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #141414;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-head .price span {
  display: inline;
  color: #8a8a8a;
  text-decoration: line-through;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits ul li {
  padding-left: 26px;
  position: relative;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio] + label .buy-option-benefits ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio]:checked + label {
  border-color: #141414;
}
.buy-options-wrapper .right .wrapper .buy-options .buy-option input[type=radio]:checked + label .buy-option-head:after {
  background: url(../img/radio-checked.svg) center center no-repeat;
}
.buy-options-wrapper .right .wrapper .btn {
  height: 60px;
}
.buy-options-wrapper .right .wrapper .btn .btn-text {
  gap: 0 5px;
  font-size: 18px;
  line-height: 60px;
}

#popup-login .pop-up-header {
  justify-content: end;
}
#popup-login .pop-up-content {
  padding: 0 50px;
}
#popup-login .pop-up-content h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -0.9px;
  color: #141414;
  margin-bottom: 30px;
  text-align: center;
}
#popup-login .pop-up-content .login-types {
  margin-bottom: 30px;
  margin-top: 0;
  flex-direction: column;
  gap: 10px 0;
}
#popup-login .pop-up-content .login-types a {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 55px;
  border: 1px solid #dedede;
}
#popup-login .pop-up-content .login-types a span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #141414;
  margin-top: 2px;
}
#popup-login .pop-up-content .or {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
#popup-login .pop-up-content .or span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #141414;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
#popup-login .pop-up-content .or:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  content: "";
  transform: translateY(-50%);
}
#popup-login .pop-up-content .create-password input {
  margin-bottom: 0;
}
#popup-login .pop-up-content .base {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 34px;
}
#popup-login .pop-up-content .btn {
  margin-top: 25px;
}

.password-popup .pop-up-mini-container {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 50px 50px 30px;
}
.password-popup h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #141414;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.password-popup ul {
  margin-bottom: 30px;
}
.password-popup ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8a8a8a;
  padding-left: 23px;
  position: relative;
}
.password-popup ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8a8a8a;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.password-popup .create-password {
  margin-bottom: 30px;
}
.password-popup .btn {
  width: 100%;
  margin-bottom: 30px;
}
.password-popup a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #8a8a8a;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  display: block;
}

.hero-block {
  background: url(../img/join/i1_2x.jpg) center center no-repeat;
  background-color: #141414;
  background-size: cover;
}
.hero-block .wrapper-block {
  padding: 190px 0;
}
@media screen and (max-width: 1599px) {
  .hero-block .wrapper-block {
    padding: 170px 0;
  }
}
@media screen and (max-width: 1279px) {
  .hero-block .wrapper-block {
    padding: 125px 0;
  }
}
.hero-block .wrapper-block h2 {
  text-align: center;
  font-size: 120px;
  font-weight: 600;
  line-height: 130px;
  letter-spacing: -2.4px;
  color: #fff;
  max-width: 850px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1599px) {
  .hero-block .wrapper-block h2 {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -1.8px;
    margin-bottom: 40px;
    max-width: 640px;
  }
}
@media screen and (max-width: 1279px) {
  .hero-block .wrapper-block h2 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1.4px;
    margin-bottom: 30px;
    max-width: 500px;
  }
}
.hero-block .wrapper-block .buttons {
  margin: 0 auto;
  display: flex;
  gap: 10px;
  width: auto;
  justify-content: center;
  align-items: center;
}
.hero-block .wrapper-block .buttons .btn {
  background: #fff;
  height: 70px;
  width: 250px;
}
@media screen and (max-width: 1599px) {
  .hero-block .wrapper-block .buttons .btn {
    width: 220px;
    height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .hero-block .wrapper-block .buttons .btn {
    width: 220px;
    height: 60px;
  }
}
.hero-block .wrapper-block .buttons .btn .button_su_inner {
  background: #fff;
}
.hero-block .wrapper-block .buttons .btn .btn-text {
  line-height: 70px;
  font-size: 20px;
  color: #141414;
  padding: 0;
}
@media screen and (max-width: 1599px) {
  .hero-block .wrapper-block .buttons .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .hero-block .wrapper-block .buttons .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
.hero-block .wrapper-block .buttons .btn .btn-text svg {
  fill: #fff;
}
.hero-block.new {
  background-image: url(../img/join/i2_2x.jpg);
}
.hero-block.new.men {
  background-image: url(../img/join/i3_2x.jpg);
}
.hero-block.new .wrapper-block h2 {
  color: #141414;
}

.pac-container {
  z-index: 4000;
  font-family: "Gilroy", sans-serif, Helvetica, Arial, sans‑serif;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  border: 1.5px solid #eeeeee;
  background: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}
.pac-container span {
  display: inline;
}
.pac-container .pac-item {
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8a8a8a;
}
.pac-container .pac-item .pac-item-query {
  font-size: 16px;
  color: #141414;
}
.pac-container .pac-item .pac-icon {
  display: none;
}
.pac-container.pac-logo:after {
  margin-top: 5px;
}

.payment-process-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 10000;
}
.payment-process-pop-up.opened {
  display: flex;
}
.payment-process-pop-up .logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-process-pop-up .loader {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-process-pop-up .loader img {
  margin-bottom: 20px;
}
.payment-process-pop-up .loader h2 {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1.5px;
  color: #141414;
  margin-bottom: 5px;
}
@media screen and (max-width: 1599px) {
  .payment-process-pop-up .loader h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .payment-process-pop-up .loader h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1023px) {
  .payment-process-pop-up .loader h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .payment-process-pop-up .loader h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.payment-process-pop-up .loader p {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #5c5c5c;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .payment-process-pop-up .loader p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .payment-process-pop-up .loader p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .payment-process-pop-up .loader p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .payment-process-pop-up .loader p {
    font-size: 16px;
    line-height: 22px;
  }
}

.good-choose {
  padding: 80px 40px 100px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .good-choose {
    padding: 60px 30px 75px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose {
    padding: 40px 30px 50px;
  }
}
.good-choose h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.6px;
  color: #141414;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .good-choose h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
}
.good-choose p {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  color: #8a8a8a;
  margin: 0 auto 50px;
  opacity: 1;
  max-width: 750px;
}
@media screen and (max-width: 1599px) {
  .good-choose p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 550px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    max-width: 420px;
  }
}
.good-choose .goods {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.good-choose .goods .good {
  flex: 1;
  border-radius: 30px;
  position: relative;
  padding-top: calc((100% - 20px) / 2 * 150 / 182);
  background: #EFECEB;
}
.good-choose .goods .good:nth-child(2) {
  background: #EAEBEE;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good {
    border-radius: 20px;
  }
}
.good-choose .goods .good .image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .image {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .image {
    border-radius: 20px;
  }
}
.good-choose .goods .good .image img {
  width: 100%;
}
.good-choose .goods .good .image img.tablet, .good-choose .goods .good .image img.mobile {
  display: none;
}
.good-choose .goods .good .description {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 340px;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .description {
    top: 45px;
    left: 45px;
    width: 255px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description {
    top: 30px;
    left: 30px;
    width: 200px;
  }
}
.good-choose .goods .good .description .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #141414;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .description .title {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.9px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description .title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
  }
}
.good-choose .goods .good .description .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #8a8a8a;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .description .text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description .text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.good-choose .goods .good .description .buttons {
  width: 200px;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .description .buttons {
    width: 190px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description .buttons {
    width: 160px;
  }
}
.good-choose .goods .good .description .buttons .btn {
  height: 60px;
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description .buttons .btn {
    height: 50px;
  }
}
.good-choose .goods .good .description .buttons .btn .btn-text {
  font-size: 18px;
  line-height: 60px;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .description .buttons .btn .btn-text {
    font-size: 16px;
    line-height: 50px;
  }
}
.good-choose .goods .good .complex-image {
  position: absolute;
  right: 90px;
  bottom: -100px;
}
.good-choose .goods .good .complex-image img {
  width: 264px;
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .complex-image img {
    width: 202px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .complex-image img {
    width: 120px;
  }
}
@media screen and (max-width: 1599px) {
  .good-choose .goods .good .complex-image {
    right: 80px;
    bottom: -75px;
  }
}
@media screen and (max-width: 1279px) {
  .good-choose .goods .good .complex-image {
    right: 37px;
    bottom: -45px;
  }
}

.women-background {
  background: #f8f6f4 !important;
}

.men-background {
  background: #f7f8f7 !important;
}

.main-alt-background {
  background: #f2f1ef !important;
}

.new-main-top {
  margin-top: -70px;
  background: #f2f1ef;
  height: 850px;
}
@media screen and (max-width: 1599px) {
  .new-main-top {
    height: 700px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top {
    height: 550px;
  }
}
.new-main-top .wrapper-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 140px;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block {
    gap: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block {
    gap: 10px;
  }
}
.new-main-top .wrapper-block .left {
  width: 550px;
  max-height: 100%;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block .left {
    width: 450px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block .left {
    width: 380px;
  }
}
.new-main-top .wrapper-block .left h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -1.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block .left h1 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block .left h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.new-main-top .wrapper-block .left p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 50px;
  color: #8a8a8a;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block .left p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block .left p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.new-main-top .wrapper-block .left .buttons {
  position: static;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block .left .buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block .left .buttons {
    gap: 10px;
  }
}
.new-main-top .wrapper-block .left .buttons .btn {
  width: 250px;
  height: 70px;
}
.new-main-top .wrapper-block .left .buttons .btn .btn-text {
  line-height: 70px;
  font-size: 20px;
  padding: 0;
}
@media screen and (max-width: 1599px) {
  .new-main-top .wrapper-block .left .buttons .btn {
    width: 200px;
    height: 60px;
  }
  .new-main-top .wrapper-block .left .buttons .btn .btn-text {
    line-height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .new-main-top .wrapper-block .left .buttons .btn {
    width: 180px;
    height: 50px;
  }
  .new-main-top .wrapper-block .left .buttons .btn .btn-text {
    line-height: 50px;
    font-size: 16px;
  }
}
.new-main-top .wrapper-block .right {
  flex: 1;
  height: 100%;
  position: relative;
}
.new-main-top .wrapper-block .right img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.new-main-top .wrapper-block .right img.mobile {
  display: none;
}

.product-top {
  padding: 50px 0;
}
@media screen and (max-width: 1599px) {
  .product-top {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top {
    padding: 45px 0;
  }
}
.product-top.women {
  background: #f8f6f4;
}
.product-top.men {
  background: #f7f8f7;
}
.product-top .wrapper-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-top .wrapper-block .left {
  width: 600px;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left {
    width: 550px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left {
    width: 400px;
  }
}
.product-top .wrapper-block .left h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1.4px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
}
.product-top .wrapper-block .left .reviews-info {
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left .reviews-info {
    margin-bottom: 15px;
  }
}
.product-top .wrapper-block .left .reviews-info .rating-average {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #141414;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left .reviews-info .rating-average {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left .reviews-info .rating-average {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-top .wrapper-block .left .reviews-info .stars-block {
  height: auto;
  margin-top: -2px;
}
.product-top .wrapper-block .left .reviews-info img {
  height: 28px;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left .reviews-info img {
    height: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left .reviews-info img {
    height: 18px;
  }
}
.product-top .wrapper-block .left .reviews-info .product-rating-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #8a8a8a;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left .reviews-info .product-rating-value {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left .reviews-info .product-rating-value {
    font-size: 14px;
    line-height: 20px;
  }
}
.product-top .wrapper-block .left p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
  color: #8a8a8a;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.product-top .wrapper-block .left .buttons {
  position: static;
  width: 250px;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .left .buttons {
    width: 220px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .left .buttons {
    width: 220px;
  }
}
.product-top .wrapper-block .right {
  width: 650px;
}
@media screen and (max-width: 1599px) {
  .product-top .wrapper-block .right {
    width: 560px;
  }
}
@media screen and (max-width: 1279px) {
  .product-top .wrapper-block .right {
    width: 450px;
  }
}
.product-top .wrapper-block .right img {
  width: 100%;
  height: 100%;
}

.main-about {
  padding: 100px 0;
  border-radius: 60px 60px 0 0;
  background: #fff;
}
@media screen and (max-width: 1599px) {
  .main-about {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-about {
    padding: 60px 0;
  }
}
.main-about .wrapper-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1599px) {
  .main-about .wrapper-block {
    gap: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .main-about .wrapper-block {
    gap: 60px;
  }
}
.main-about .wrapper-block .left {
  flex: 1;
}
.main-about .wrapper-block .left img {
  width: 100%;
}
.main-about .wrapper-block .right {
  flex: 1;
  width: 614px;
}
@media screen and (max-width: 1599px) {
  .main-about .wrapper-block .right {
    width: 513px;
  }
}
@media screen and (max-width: 1279px) {
  .main-about .wrapper-block .right {
    width: 403px;
  }
}
.main-about .wrapper-block .right .text {
  font-weight: 600;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -1.1px;
  background: linear-gradient(180deg, #141414 0%, #7C8194 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1599px) {
  .main-about .wrapper-block .right .text {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.45px;
  }
}
@media screen and (max-width: 1279px) {
  .main-about .wrapper-block .right .text {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.35px;
  }
}

.js-women-block, .js-men-block {
  display: none;
}

.switcher {
  width: 270px;
  height: 45px;
  border: 2px solid #b0b0b0;
  position: relative;
  margin: 0 auto 20px;
  border-radius: 45px;
}
@media screen and (max-width: 1599px) {
  .switcher {
    width: 240px;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .switcher {
    width: 220px;
    height: 40px;
    margin-bottom: 30px;
    border-radius: 40px;
  }
}

.switcher:after {
  content: "";
  position: absolute;
  width: 135px;
  top: -2px;
  transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.4s;
  border-radius: 45px;
  box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.05);
  height: 45px;
  z-index: 0;
  background: #141414;
}
@media screen and (max-width: 1599px) {
  .switcher:after {
    width: 120px;
    border-radius: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .switcher:after {
    width: 110px;
    border-radius: 40px;
    height: 40px;
  }
}

.switcher.left:after {
  left: -2px;
}

.switcher.right:after {
  left: 133px;
}
@media screen and (max-width: 1599px) {
  .switcher.right:after {
    left: 118px;
  }
}
@media screen and (max-width: 1279px) {
  .switcher.right:after {
    left: 108px;
  }
}

.switcher .option {
  display: inline-block;
  width: 140px;
  padding: 0;
  z-index: 1;
  position: absolute;
  cursor: pointer;
  transition: color 200ms;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #141414;
  text-align: center;
  top: -2px;
  left: -2px;
}
.switcher .option:nth-child(2) {
  left: auto;
  right: -2px;
}
@media screen and (max-width: 1599px) {
  .switcher .option {
    width: 120px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .switcher .option {
    width: 110px;
    font-size: 16px;
    line-height: 40px;
  }
}

.switcher .option.active {
  color: #fff;
}

.experts {
  padding: 40px 0 80px;
}
.experts h2 {
  color: #141414;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .experts h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .experts h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.experts h2 span {
  color: #8a8a8a;
}
.experts .items {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.experts .items .item {
  cursor: pointer;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.experts .items .item:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/main/experts/more.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .experts .items .item:after {
    width: 24px;
    height: 24px;
  }
}
.experts .items .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  width: 100%;
  min-height: 100%;
}
.experts .items .item video {
  border-radius: 25px;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experts .items .item .text {
  z-index: 1;
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  text-align: left;
  padding-right: 40px;
}
.experts .items .item .text .name {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 1599px) {
  .experts .items .item .text .name {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1279px) {
  .experts .items .item .text .name {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: normal;
  }
}
.experts .items .item .text .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.experts .items .left, .experts .items .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.experts .items .left {
  width: 790px;
  height: 740px;
}
@media screen and (max-width: 1599px) {
  .experts .items .left {
    width: 662px;
    height: 620px;
  }
}
@media screen and (max-width: 1279px) {
  .experts .items .left {
    width: 535px;
    height: 500px;
  }
}
.experts .items .right {
  width: 558px;
}
.experts .items .right .item {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 1599px) {
  .experts .items .right {
    width: 454px;
  }
  .experts .items .right .item {
    height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .experts .items .right {
    width: 365px;
  }
  .experts .items .right .item {
    height: 240px;
  }
}
.experts .items .right .text .name {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1599px) {
  .experts .items .right .text .name {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1279px) {
  .experts .items .right .text .name {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.experts .items .right .text .desc {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1599px) {
  .experts .items .right .text .desc {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1279px) {
  .experts .items .right .text .desc {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}

.pop-up-country-container {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 200ms linear 0s;
}
.pop-up-country-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
}
.pop-up-country-container .close img {
  width: 100%;
  height: 100%;
}
.pop-up-country-container h2 {
  color: #141414;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
.pop-up-country-container .current-country {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.pop-up-country-container .current-country img {
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border-radius: 50%;
}
.pop-up-country-container .current-country .country-name {
  color: #141414;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.pop-up-country-container .subtext {
  color: #8a8a8a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}
.pop-up-country-container .country-list {
  padding-top: 15px;
  border-top: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.pop-up-country-container .country-list input {
  display: none;
}
.pop-up-country-container .country-list input + label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  position: relative;
  cursor: pointer;
}
.pop-up-country-container .country-list input + label img {
  width: 18px;
  height: 18px;
  background: #eeeeee;
  border-radius: 50%;
}
.pop-up-country-container .country-list input + label .country-name {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.pop-up-country-container .country-list input:checked + label .country-name {
  color: #141414;
}
.pop-up-country-container .country-list input:checked + label:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/country/check.svg) no-repeat;
  background-size: cover;
}
.pop-up-country-container .btn {
  height: 60px;
  text-align: center;
}
.pop-up-country-container .btn .btn-text {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.pop-up-map-container {
  padding: 20px 10px;
  background: #fff;
  border-radius: 25px;
  width: 650px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  opacity: 0;
  transition: opacity 200ms linear 0s;
}
.pop-up-map-container .close {
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.pop-up-map-container .close:hover {
  border: none;
}
.pop-up-map-container .close img {
  width: 100%;
  height: 100%;
}
.pop-up-map-container h2 {
  color: #141414;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.pop-up-map-container .map-container {
  height: 490px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pop-up-map-container .map-container .input-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.pop-up-map-container .map-container .input-wrapper input {
  border: none;
}
.pop-up-map-container .map-container .input-wrapper .clear {
  width: 24px;
  height: 24px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: none;
  cursor: pointer;
}
.pop-up-map-container .map-container .input-wrapper .clear.shown {
  display: block;
}
.pop-up-map-container .map-container #map {
  height: calc(100% - 1px);
  transition: none;
}
.pop-up-map-container .map-container #map div {
  transition: none;
}
.pop-up-map-container .map-container .marker {
  top: calc(50% - 44px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 15;
  height: 44px;
  pointer-events: none;
}
.pop-up-map-container .map-container .destination {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  gap: 5px;
  padding: 15px 20px 0;
  align-items: center;
  display: none;
  background: #fff;
}
.pop-up-map-container .map-container .destination span {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pop-up-map-container .map-container .destination.shown {
  display: flex;
}
.pop-up-map-container .btn {
  margin: 10px 10px 0;
  height: 50px;
  width: calc(100% - 20px);
}
.pop-up-map-container .btn .btn-text {
  font-size: 18px;
  line-height: 50px;
}

.full-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.15s linear;
  z-index: 100000;
}

.gm-style iframe + div {
  border: none !important;
}
