@charset "UTF-8";
@font-face {
  font-family: "Hadassah Friedlaender";
  src: url(../fonts/hadassah/hadassah.eot) format("eot"), url(../fonts/hadassah/hadassah.otf) format("otf"), url(../fonts/hadassah/hadassah.ttf) format("ttf"), url(../fonts/hadassah/hadassah.woff) format("woff"), url(../fonts/hadassah/hadassah.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alef";
  src: url(../fonts/Alef-Bold.eot) format("eot"), url(../fonts/Alef-Bold.otf) format("otf"), url(../fonts/Alef-Bold.ttf) format("ttf"), url(../fonts/Alef-Bold.woff) format("woff"), url(../fonts/Alef-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Alef";
  src: url(../fonts/Alef-Regular.eot) format("eot"), url(../fonts/Alef-Regular.otf) format("otf"), url(../fonts/Alef-Regular.ttf) format("ttf"), url(../fonts/Alef-Regular.woff) format("woff"), url(../fonts/Alef-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Protest Guerrilla";
  src: url(../fonts/ProtestGuerrilla-Regular.eot) format("eot"), url(../fonts/ProtestGuerrilla-Regular.otf) format("otf"), url(../fonts/ProtestGuerrilla-Regular.ttf) format("ttf"), url(../fonts/ProtestGuerrilla-Regular.woff) format("woff"), url(../fonts/ProtestGuerrilla-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manier";
  src: url(../fonts/Manier-Bold.eot) format("eot"), url(../fonts/Manier-Bold.otf) format("otf"), url(../fonts/Manier-Bold.ttf) format("ttf"), url(../fonts/Manier-Bold.woff) format("woff"), url(../fonts/Manier-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manier";
  src: url(../fonts/Manier-Medium.eot) format("eot"), url(../fonts/Manier-Medium.otf) format("otf"), url(../fonts/Manier-Medium.ttf) format("ttf"), url(../fonts/Manier-Medium.woff) format("woff"), url(../fonts/Manier-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manier";
  src: url(../fonts/Manier-Regular.eot) format("eot"), url(../fonts/Manier-Regular.otf) format("otf"), url(../fonts/Manier-Regular.ttf) format("ttf"), url(../fonts/Manier-Regular.woff) format("woff"), url(../fonts/Manier-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url(../fonts/assistant/Assistant-Bold.eot) format("eot"), url(../fonts/assistant/Assistant-Bold.otf) format("otf"), url(../fonts/assistant/Assistant-Bold.ttf) format("ttf"), url(../fonts/assistant/Assistant-Bold.woff) format("woff"), url(../fonts/assistant/Assistant-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url(../fonts/assistant/Assistant-Regular.eot) format("eot"), url(../fonts/assistant/Assistant-Regular.otf) format("otf"), url(../fonts/assistant/Assistant-Regular.ttf) format("ttf"), url(../fonts/assistant/Assistant-Regular.woff) format("woff"), url(../fonts/assistant/Assistant-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url(../fonts/assistant/Assistant-SemiBold.eot) format("eot"), url(../fonts/assistant/Assistant-SemiBold.otf) format("otf"), url(../fonts/assistant/Assistant-SemiBold.ttf) format("ttf"), url(../fonts/assistant/Assistant-SemiBold.woff) format("woff"), url(../fonts/assistant/Assistant-SemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.anim {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anim.single-project {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anim.single-project.done {
  opacity: 1 !important;
}

.anim-stage > * {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
  opacity: 0;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: #00F5C9;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    color: #00F5C9;
  }
}
@-webkit-keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-fade {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes line {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 510px;
    opacity: 1;
  }
}
@keyframes line {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 510px;
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slide {
  to {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slide-height {
  from {
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes slide-height {
  from {
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up {
  from {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-stage > * {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@-webkit-keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim-stage {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up-2 {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up-3 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 247px;
      opacity: 1;
    }
  }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 247px;
      opacity: 1;
    }
  }
  @-webkit-keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 50px;
      height: 50px;
    }
  }
  @keyframes circleShadow {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 50px;
      height: 50px;
    }
  }
}
@media screen and (max-width: 575px) {
  @-webkit-keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 150px;
      opacity: 1;
    }
  }
  @keyframes line {
    0% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 150px;
      opacity: 1;
    }
  }
}
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.btn--white:hover {
  background: #fff;
  color: #000000;
}
.btn.btn--black {
  border-color: #000000;
  background: rgba(255, 255, 255, 0);
  color: #000000;
  font-weight: bold;
}
.btn.btn--black:hover {
  background: #6B8264;
  border-color: #6B8264;
  color: #fff;
  font-weight: normal;
}

.slider-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-btn::after {
  width: 1rem;
  height: 2rem;
  background: #014421;
  display: inline-block;
  content: "";
  -webkit-mask-image: url("../img/arrow-mask.png");
          mask-image: url("../img/arrow-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -0.25rem;
}
.slider-btn.slider-btn--next::after {
  margin-left: 0.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-btn:hover {
  background: #014421;
}
.slider-btn:hover::after {
  background: #fff;
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
}
.dots .single-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: #324B27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dots .single-dot.active, .dots .single-dot:hover {
  background: #6B8C53;
}

@media only screen and (max-width: 1660px) {
  .dots {
    gap: 0.421686747vw;
  }
  .dots .single-dot {
    width: 0.4819277108vw;
    height: 0.4819277108vw;
  }
}
@media only screen and (max-width: 991px) {
  .dots {
    gap: 1.3333333333vw;
  }
  .dots .single-dot {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.product-item {
  font-family: "Assistant", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.product-item__image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-item__image .img {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 144.69%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item__image .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__text {
  margin-top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4rem 1rem 0.5rem;
  z-index: 2;
}
.product-item__text .btn {
  margin-top: 1.15rem;
}
.product-item__text > span {
  width: 100%;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.13;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.65rem;
}
.product-item__text .read-more {
  font-weight: normal;
  text-decoration: underline;
  text-underline-position: under;
  color: #000000;
  cursor: pointer;
}
.product-item__text .read-more:hover {
  text-decoration: none;
}
.product-item__text .btn {
  width: 3.85rem;
}
.product-item__text .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.product-item__text .txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-item__text .txt div p {
  line-height: 1;
  color: #000000;
}
.product-item__text .txt .hid {
  display: none;
  margin-top: 0.5rem;
}
.product-item__text.open .txt .hid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-list.block-list-style-2 .block-list__inner {
  background-color: #324B27;
}
.block-list.block-list-style-2 .item-title {
  color: #fff;
}
.block-list.block-list-size-large .list, .block-list.block-list-size-medium .list, .block-list.block-list-size-small .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-list.block-list-size-large .block-list__inner {
  padding: 25px 0;
}
.block-list.block-list-size-large .item-icon {
  width: 55px;
  height: 42px;
}
.block-list.block-list-size-large .item-title {
  font-size: 25px;
}
.block-list.block-list-size-medium .block-list__inner {
  padding: 15px 0;
}
.block-list.block-list-size-medium .item-icon {
  width: 35px;
  height: 27px;
}
.block-list.block-list-size-medium .item-title {
  font-size: 14px;
}
.block-list.block-list-size-small .block-list__inner {
  padding: 10px 0;
}
.block-list.block-list-size-small .item-icon {
  width: 25px;
  height: 19px;
}
.block-list.block-list-size-small .item-title {
  font-size: 10px;
}
.block-list .block-list__inner {
  background-color: var(--bgBlockColor, #F4F5E9);
  padding: 30px 0;
}
.block-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
.block-list .item {
  position: relative;
  z-index: 2;
}
.block-list .item-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-list .item-icon {
  display: block;
  width: 72px;
  height: 55px;
  margin: 0 auto 10px;
}
.block-list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-list .item-title {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: var(--textBlockColor, #324b27);
}

@media only screen and (max-width: 1660px) {
  .block-list.block-list-size-large .block-list__inner {
    padding: 1.5060240964vw 0;
  }
  .block-list.block-list-size-large .item-icon {
    width: 3.313253012vw;
    height: 2.5301204819vw;
  }
  .block-list.block-list-size-large .item-title {
    font-size: 1.5060240964vw;
  }
  .block-list.block-list-size-medium .block-list__inner {
    padding: 0.9036144578vw 0;
  }
  .block-list.block-list-size-medium .item-icon {
    width: 2.1084337349vw;
    height: 1.6265060241vw;
  }
  .block-list.block-list-size-medium .item-title {
    font-size: 0.843373494vw;
  }
  .block-list.block-list-size-small .block-list__inner {
    padding: 0.6024096386vw 0;
  }
  .block-list.block-list-size-small .item-icon {
    width: 1.5060240964vw;
    height: 1.1445783133vw;
  }
  .block-list.block-list-size-small .item-title {
    font-size: 0.6024096386vw;
  }
  .block-list .block-list__inner {
    padding: 1.8072289157vw 0;
  }
  .block-list .list {
    gap: 6.0240963855vw;
  }
  .block-list .item-icon {
    width: 4.3373493976vw;
    height: 3.313253012vw;
    margin: 0 auto 0.6024096386vw;
  }
  .block-list .item-title {
    font-size: 1.4457831325vw;
  }
}
@media only screen and (max-width: 991px) {
  .block-list.block-list-size-large .list, .block-list.block-list-size-medium .list, .block-list.block-list-size-small .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-list.block-list-size-large .block-list__inner {
    padding: 6.6666666667vw 0;
  }
  .block-list.block-list-size-large .item-icon {
    width: 14.6666666667vw;
    height: 11.2vw;
  }
  .block-list.block-list-size-large .item-title {
    font-size: 6.6666666667vw;
  }
  .block-list.block-list-size-medium .block-list__inner {
    padding: 4vw 0;
  }
  .block-list.block-list-size-medium .item-icon {
    width: 9.3333333333vw;
    height: 7.2vw;
  }
  .block-list.block-list-size-medium .item-title {
    font-size: 3.7333333333vw;
  }
  .block-list.block-list-size-small .block-list__inner {
    padding: 2.6666666667vw 0;
  }
  .block-list.block-list-size-small .item-icon {
    width: 6.6666666667vw;
    height: 5.0666666667vw;
  }
  .block-list.block-list-size-small .item-title {
    font-size: 2.6666666667vw;
  }
  .block-list .block-list__inner {
    padding: 8vw 0;
    background-color: var(--bgBlockColorMobile, #F4F5E9);
  }
  .block-list .list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
  .block-list .item {
    width: calc((100% - 24vw) / 4);
  }
  .block-list .item-icon {
    width: 13.3333333333vw;
    height: 10.1333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  .block-list .item-title {
    font-size: 3.7333333333vw;
    color: var(--textBlockColorMobile, #324b27);
  }
}
.text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: 0.02em;
  font-size: 22px;
  color: #000000;
}
.text *:not(li, span, strong, a, b, i, section) {
  margin-bottom: 30px;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
.text h1 {
  font-size: 42px;
}
.text h2 {
  font-size: 36px;
}
.text h3,
.text h4,
.text h5,
.text h6 {
  font-size: 30px;
}
.text p {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.text a {
  color: inherit;
  text-decoration: underline;
}
.text b,
.text strong {
  font-weight: 700;
}
.text .container,
.text .container-l {
  padding: 0;
}
.text blockquote {
  background: #014421;
  border-radius: 15px;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 74px 116px;
  position: relative;
  z-index: 2;
  border: none;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 37px;
  width: 60px;
  height: 47px;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.text ul[dir=ltr] li {
  padding-right: 0;
  padding-left: 15px;
}
.text ul[dir=ltr] li::after {
  right: auto;
  left: 0;
}
.text ul[dir=ltr] li ol li {
  padding-left: 0;
  padding-right: 0;
}
.text ul li {
  padding-right: 15px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-right: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li {
  margin-top: 15px;
}
.text ol li:has(> strong:first-child)::before {
  font-weight: 700;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-right: 15px;
}
.text ol li ul {
  padding-right: 15px;
}
.text ol li ul li {
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.text ol li ul li::before {
  display: none;
}
@media only screen and (max-width: 1660px) {
  .text {
    font-size: 1.3253012048vw;
  }
  .text *:not(li, span, strong, a, b, i, section) {
    margin-bottom: 1.8072289157vw;
  }
  .text h1 {
    font-size: 2.5301204819vw;
  }
  .text h2 {
    font-size: 2.1686746988vw;
  }
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 1.8072289157vw;
  }
  .text blockquote {
    border-radius: 0.9036144578vw;
    font-size: 1.4457831325vw;
    padding: 4.4578313253vw 6.9879518072vw;
  }
  .text blockquote::before {
    top: 2.1084337349vw;
    left: 2.2289156627vw;
    width: 3.6144578313vw;
    height: 2.8313253012vw;
  }
  .text ul[dir=ltr] li {
    padding-left: 0.9036144578vw;
  }
  .text ul li {
    padding-right: 0.9036144578vw;
    margin-top: 0.9036144578vw;
  }
  .text ul li::after {
    top: 0.6024096386vw;
    width: 0.3012048193vw;
    height: 0.3012048193vw;
  }
  .text ol li {
    margin-top: 0.9036144578vw;
  }
  .text ol li ol {
    padding-right: 0.9036144578vw;
  }
  .text ol li ul {
    padding-right: 0.9036144578vw;
  }
  .text ol li ul li {
    padding-right: 0.9036144578vw;
  }
  .text ol li ul li::after {
    top: 0.6024096386vw;
    width: 0.3012048193vw;
    height: 0.3012048193vw;
  }
}
@media only screen and (max-width: 991px) {
  .text {
    font-weight: 400;
    line-height: 1.4;
    font-size: 3.7333333333vw;
  }
  .text > *:not(li, span, strong, a, section, section *, b, i) {
    margin-bottom: 5.3333333333vw;
  }
  .text h1 {
    font-size: 8.5333333333vw;
  }
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 5.3333333333vw;
  }
  .text blockquote {
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .text blockquote::before {
    top: 2.6666666667vw;
    left: 4vw;
    width: 8vw;
    height: 8vw;
  }
  .text .alignleft,
  .text .aligncenter,
  .text .alignright {
    float: none;
    margin: 0 auto;
  }
  .text ul li {
    padding-right: 2.6666666667vw;
  }
  .text ul li::after {
    top: 1.8666666667vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .text ol li ol {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul li {
    padding-right: 2.6666666667vw;
  }
  .text ol li ul li::after {
    top: 1.8666666667vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}

.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFE4C7;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px 16px;
  border-radius: 10px 10px 0 0;
  border-bottom: 4px solid #F7A41D;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #2C3E31;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 50%;
    bottom: 10px;
    max-width: 280px;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #F7A41D;
    -webkit-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
  }
  .notification.show {
    -webkit-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    width: 100%;
    max-width: 200px;
    margin: 0 5px;
    font-size: 12px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
.swiper-slide {
  height: auto;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
@media only screen and (min-width: 991px) {
  .card:hover .card-top .card-top__image:not(.no-hover-image) img.main-image {
    opacity: 0;
  }
  .card:hover .card-top .card-top__image:not(.no-hover-image) img.hover-image {
    opacity: 1;
  }
}
.card .card-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .card-top {
  width: 100%;
  height: 380px;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.card .card-top .card-top__wishlist {
  position: relative;
  z-index: 4;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23E8EBE7' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M23.018 25.186a8.173 8.173 0 0 1-11.45-11.617l5.824-5.74 5.74 5.823a8.174 8.174 0 0 1-.084 11.534'/%3E%3C/mask%3E%3Cpath fill='%23324B27' d='m11.568 13.569-.702-.713-.024.024-.022.024.748.665Zm5.824-5.74.712-.703-.702-.712-.712.702.702.712Zm5.74 5.823.714-.7-.002-.002-.712.702Zm2.34 5.785 1 .007-1-.007Zm-2.454 5.75-.654-.758a7.174 7.174 0 0 1-4.976 1.736l-.04.999-.04.999c2.326.094 4.6-.7 6.363-2.22l-.653-.757Zm-5.67 1.977.04-1a7.174 7.174 0 0 1-4.819-2.132l-.712.703-.712.701a9.174 9.174 0 0 0 6.163 2.727l.04-1Zm-5.491-2.43.712-.702a7.174 7.174 0 0 1-2.062-4.85l-1 .027-1 .025a9.174 9.174 0 0 0 2.638 6.202l.712-.701Zm-2.35-5.526 1-.025c-.047-1.82.6-3.59 1.808-4.95l-.747-.665-.748-.664a9.174 9.174 0 0 0-2.312 6.33l1-.026Zm2.06-5.64.702.713 5.825-5.74-.702-.713-.702-.712-5.825 5.74.703.713Zm5.825-5.74-.712.702 5.74 5.824.712-.702.712-.701-5.74-5.825-.712.702Zm5.74 5.824-.714.7a7.174 7.174 0 0 1 2.054 5.077l1 .008 1 .007a9.174 9.174 0 0 0-2.626-6.492l-.714.7Zm2.34 5.785-1-.008a7.174 7.174 0 0 1-2.127 5.047l.703.71.704.711a9.174 9.174 0 0 0 2.72-6.453l-1-.007Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.card .card-top .card-top__wishlist.added {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23324B27' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M22.985 25.143a8.127 8.127 0 0 1-11.384-11.551l5.79-5.708 5.708 5.791a8.127 8.127 0 0 1-.083 11.468'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='m11.601 13.592-.702-.712-.024.023-.022.025.748.664Zm5.79-5.708.713-.702-.702-.712-.712.702.702.712Zm5.708 5.791.714-.7-.002-.002-.712.702Zm2.326 5.751 1 .008-1-.008Zm-2.44 5.717-.653-.757a7.127 7.127 0 0 1-4.943 1.724l-.04 1-.04.998a9.127 9.127 0 0 0 6.33-2.208l-.654-.757Zm-5.636 1.966.04-.999a7.127 7.127 0 0 1-4.788-2.118l-.712.702-.712.702a9.127 9.127 0 0 0 6.131 2.712l.04-.999Zm-5.46-2.415.712-.702a7.127 7.127 0 0 1-2.049-4.818l-1 .026-.999.026a9.127 9.127 0 0 0 2.624 6.17l.712-.702ZM9.553 19.2l1-.026a7.126 7.126 0 0 1 1.796-4.918l-.748-.664-.748-.664a9.126 9.126 0 0 0-2.3 6.297l1-.026Zm2.048-5.608.702.712 5.79-5.707-.701-.713-.702-.712-5.79 5.708.701.712Zm5.79-5.708-.711.702 5.707 5.791.712-.702.712-.702-5.707-5.79-.712.701Zm5.708 5.791-.713.7a7.128 7.128 0 0 1 2.04 5.044l1 .007 1 .008a9.127 9.127 0 0 0-2.613-6.46l-.714.701Zm2.326 5.751-1-.007a7.127 7.127 0 0 1-2.112 5.013l.703.711.704.71a9.127 9.127 0 0 0 2.705-6.42l-1-.007Z' mask='url(%23a)'/%3E%3Cpath fill='%23fff' d='m16.452 21.172-2.448-2.844.612-.711 1.836 2.133 3.94-4.578.612.71-4.552 5.29Z'/%3E%3C/svg%3E");
}
.card .card-top .card-top__wishlist.loading {
  background-image: none;
}
.card .card-top .card-top__wishlist.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #7B9B59;
  border-top-color: #000;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
.card .card-top .card-top__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.card .card-top .card-top__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.card .card-top .card-top__image img.main-image {
  z-index: 1;
}
.card .card-top .card-top__image img.hover-image {
  opacity: 0;
  z-index: 2;
}
.card .card-top .card-top__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  position: relative;
  z-index: 4;
}
.card .card-top .card-top__labels .label {
  width: auto;
  height: 26px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: var(--label-text-color);
  background-color: var(--label-background-color);
  padding: 4px 8px;
  position: relative;
  z-index: 2;
}
.card .card-top .card-top__labels .label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid var(--label-background-color);
  border-right: none;
  z-index: 2;
}
.card .card-content {
  font-family: "Assistant", sans-serif;
}
.card .card-content__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 19px;
  text-align: center;
  color: #37482F;
  margin-bottom: 10px;
}
.card .card-content__subtitle {
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: #324B27;
  margin-bottom: 17px;
}
.card .card-content__description {
  display: none;
  font-weight: 400;
  line-height: 1.11;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 40px;
}
.card .card-content__tags {
  position: relative;
  z-index: 4;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.card .card-content__tags li a {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
  text-decoration-line: underline;
  color: #6B8C53;
}
.card .card-content__price {
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: #324B27;
}
.card .card-content__price .price {
  width: 100%;
}
.card .card-content__price p,
.card .card-content__price del,
.card .card-content__price bdi,
.card .card-content__price ins {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  text-align: inherit;
  color: inherit;
}
.card .card-content__price del bdi {
  text-decoration: line-through;
  font-size: 14px;
}
.card .card-button {
  margin-top: auto;
  padding-top: 15px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.card .card-button .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card .card-button button,
.card .card-button a {
  width: 100%;
  min-height: 40px;
  background-color: #324B27 !important;
  border-radius: 15px;
  border: none;
  padding: 10px 15px !important;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none !important;
}
.card .card-button button:hover,
.card .card-button a:hover {
  background-color: #659450 !important;
}
.card .card-button button.added,
.card .card-button a.added {
  background-color: #659450 !important;
  color: #659450 !important;
}
.card .card-button button.added::after,
.card .card-button a.added::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M6.21 15.54 0 9.33 2.83 6.5l3.38 3.39L16.09 0l2.83 2.83L6.21 15.54Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card .card-button button.loading,
.card .card-button a.loading {
  background-color: #659450 !important;
  color: #659450 !important;
  opacity: 1 !important;
}
.card .card-button button.loading::after,
.card .card-button a.loading::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  border-radius: 50%;
  border: 4px solid #324B27;
  border-top-color: #fff;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
.card .card-button .section-product__content-options,
.card .card-button .product_type_variable,
.card .card-button .added_to_cart {
  display: none !important;
}
.card .card-button .variations_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.card .card-button .variations_form .variations .label,
.card .card-button .variations_form .section-product__content-options,
.card .card-button .variations_form .single_variation,
.card .card-button .variations_form .reset_variations {
  display: none !important;
}
.card .card-button .variations_form .cfvsw-swatches-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.card .card-button .variations_form .cfvsw-swatches-container::before {
  content: "בחר כמות:";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid #D1D1D1 !important;
  border-radius: 15px !important;
  padding: 3px 15px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch {
  background-color: rgba(50, 75, 39, 0.1) !important;
}
@media only screen and (min-width: 991px) {
  .card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option:not(.cfvsw-selected-swatch):hover {
    background-color: rgba(50, 75, 39, 0.1) !important;
  }
}
.card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
  text-align: center;
}

@media only screen and (max-width: 1660px) {
  .card .card-top {
    height: 22.8915662651vw;
    margin-bottom: 1.2048192771vw;
  }
  .card .card-top .card-top__wishlist {
    width: 2.1084337349vw;
    height: 2.1084337349vw;
  }
  .card .card-top .card-top__wishlist.loading::after {
    width: 1.2048192771vw;
    height: 1.2048192771vw;
    border: 0.2409638554vw solid #7B9B59;
    border-top-color: #000;
  }
  .card .card-top .card-top__labels {
    gap: 0.3012048193vw;
  }
  .card .card-top .card-top__labels .label {
    height: 1.5662650602vw;
    font-size: 0.9638554217vw;
    padding: 0.2409638554vw 0.4819277108vw;
  }
  .card .card-top .card-top__labels .label::after {
    border-top: 0.7831325301vw solid transparent;
    border-bottom: 0.7831325301vw solid transparent;
    border-left: 0.7831325301vw solid var(--label-background-color);
  }
  .card .card-content__title {
    font-size: 1.1445783133vw;
    margin-bottom: 0.6024096386vw;
  }
  .card .card-content__subtitle {
    font-size: 0.9638554217vw;
    margin-bottom: 1.0240963855vw;
  }
  .card .card-content__description {
    font-size: 1.0843373494vw;
    margin-bottom: 2.4096385542vw;
  }
  .card .card-content__tags {
    gap: 1.2048192771vw;
    margin-bottom: 1.5060240964vw;
  }
  .card .card-content__tags li a {
    font-size: 0.7831325301vw;
  }
  .card .card-content__price {
    font-size: 0.9638554217vw;
  }
  .card .card-content__price del bdi {
    font-size: 0.843373494vw;
  }
  .card .card-button {
    padding-top: 0.9036144578vw;
  }
  .card .card-button button,
  .card .card-button a {
    min-height: 2.4096385542vw;
    border-radius: 0.9036144578vw;
    padding: 0.6024096386vw 0.9036144578vw !important;
    font-size: 0.843373494vw;
  }
  .card .card-button button.added::after,
  .card .card-button a.added::after {
    width: 1.1445783133vw;
    height: 0.9638554217vw;
  }
  .card .card-button button.loading::after,
  .card .card-button a.loading::after {
    width: 1.0240963855vw;
    height: 1.0240963855vw;
    border: 0.2409638554vw solid #324B27;
    border-top-color: #fff;
  }
  .card .card-button .variations_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9036144578vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container {
    gap: 0.3012048193vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container::before {
    margin-left: 0.6024096386vw;
    font-size: 0.9638554217vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option {
    border-radius: 0.9036144578vw !important;
    padding: 0.1807228916vw 0.9036144578vw !important;
  }
  .card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
    font-size: 0.9638554217vw;
  }
}
@media only screen and (max-width: 991px) {
  .card .card-top {
    height: 76vw;
    margin-bottom: 5.3333333333vw;
  }
  .card .card-top .card-top__wishlist {
    width: 7.2vw;
    height: 7.2vw;
  }
  .card .card-top .card-top__wishlist.loading::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 0.8vw solid #7B9B59;
    border-top-color: #000;
  }
  .card .card-top .card-top__labels {
    gap: 1.3333333333vw;
  }
  .card .card-top .card-top__labels .label {
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 0.8vw 1.3333333333vw;
  }
  .card .card-top .card-top__labels .label::after {
    border-top: 2.6666666667vw solid transparent;
    border-bottom: 2.6666666667vw solid transparent;
    border-left: 2.6666666667vw solid var(--label-background-color);
  }
  .card .card-content__title {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .card .card-content__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .card .card-content__description {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .card .card-content__tags {
    gap: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .card .card-content__tags li a {
    font-size: 3.4666666667vw;
  }
  .card .card-content__price {
    font-size: 4.2666666667vw;
  }
  .card .card-content__price del bdi {
    font-size: 3.7333333333vw;
  }
  .card .card-button {
    padding-top: 4vw;
  }
  .card .card-button button,
  .card .card-button a {
    min-height: 9.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw !important;
    font-size: 4.8vw;
  }
  .card .card-button button.added::after,
  .card .card-button a.added::after {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
  }
  .card .card-button button.loading::after,
  .card .card-button a.loading::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 1.0666666667vw solid #324B27;
    border-top-color: #fff;
  }
  .card .card-button .variations_form {
    gap: 2.6666666667vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container {
    gap: 1.3333333333vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container::before {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 3.7333333333vw;
  }
  .card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option {
    border-radius: 2.6666666667vw !important;
    padding: 0.8vw 2.6666666667vw !important;
  }
  .card .card-button .variations_form .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
    font-size: 3.7333333333vw;
  }
}
body .finest-area {
  font-family: "Assistant", sans-serif;
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
  width: 100% !important;
  max-width: 500px;
  padding: 20px 0;
}
body .finest-area.finest-area-show {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
body .finest-area .ps-scrollbar-x-rail,
body .finest-area .ps-scrollbar-y-rail {
  display: none !important;
}
body .finest-area .finest-area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #F4EFE9;
  margin-bottom: 50px;
}
body .finest-area .finest-area-top .finest-cart-ttile h1 {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
  color: #2E2E2E;
}
body .finest-area .finest-area-top .finest-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16.66.84a.73.73 0 0 1 0 1.03L2.223 16.307a.73.73 0 0 1-1.03-1.03L15.628.838a.73.73 0 0 1 1.031 0Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M1.192.693a.73.73 0 0 1 1.031 0L16.66 15.13a.73.73 0 0 1-1.031 1.03L1.192 1.725a.73.73 0 0 1 0-1.031Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .finest-area .finest-area-top .finest-close .icon {
  display: none;
}
body .finest-area .finest-no-item {
  margin: auto 0;
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 0;
}
body .finest-area .finest-no-item::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='M20 55a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM47.5 55a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM5.125 5.125h5l6.65 31.05a5 5 0 0 0 5 3.95h24.45A5 5 0 0 0 51.1 36.2l4.125-18.575H12.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .finest-area .finest-no-item::after {
  content: "אין מוצרים בעגלת הקניות.";
  display: inline-block;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #131112;
}
body .finest-area .finest-area-middle {
  padding: 0;
  margin-bottom: 50px;
  overflow: auto !important;
}
body .finest-area .finest-area-middle .finest-item {
  padding: 0 15px 15px;
  margin: 0;
  border-bottom: 1px solid #F4EFE9;
}
body .finest-area .finest-area-middle .finest-item:not(:first-child) {
  margin-top: 15px;
}
body .finest-area .finest-area-middle .finest-item .finest-item-inner {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-item-thumb {
  width: 100%;
  max-width: 60px;
  height: 60px;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  margin: 0;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-item-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-item-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-title {
  margin: 0;
  line-height: 1;
  text-align: right;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-title a {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty {
  margin-top: 10px;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #324B27;
  border-radius: 0px;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-plus,
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-minus {
  width: 30px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  color: #324B27;
}
body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-input {
  width: 40px;
  height: 30px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  color: #324B27;
  border-left: 1px solid #324B27;
  border-right: 1px solid #324B27;
}
body .finest-area .finest-area-middle .finest-item .price-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
body .finest-area .finest-area-middle .finest-item .price-qty .remove-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .finest-area .finest-area-middle .finest-item .price-qty .remove-icon .finest-icon-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B4B4B4;
  font-size: 20px;
}
body .finest-area .finest-area-middle .finest-item .price-qty .finest-item-price bdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #324B27;
}
body .finest-area .finest-area-middle .finest-item .price-qty .finest-item-price bdi span {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}
body .finest-area .finest-area-bot {
  padding: 0 15px;
  border: none;
}
body .finest-area .finest-area-bot .product-content-area {
  margin-bottom: 10px;
}
body .finest-area .finest-area-bot .product-content-area .finest-total-left .finest-total-text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #324B27;
}
body .finest-area .finest-area-bot .product-content-area #finest-total .total-price bdi {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #324B27;
}
body .finest-area .finest-area-bot .product-content-area #finest-total .total-price bdi span {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}
body .finest-area .finest-area-bot .finest-action-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
body .finest-area .finest-area-bot .finest-action-right a {
  width: 100%;
  height: auto;
  min-width: 363px;
  min-height: 56px;
  background-color: #324B27;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-family: "Assistant", sans-serif !important;
  font-weight: 700;
  line-height: 1.2 !important;
  font-size: 20px !important;
  text-align: center;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .finest-area .finest-area-bot .finest-action-right a:hover {
  background-color: #213916;
}
body .finest-area .finest-area-bot .finest-continue {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
body .finest-area .finest-area-bot .finest-continue #finest-continue {
  width: 100%;
  height: auto;
  min-width: 363px;
  min-height: 56px;
  background-color: #324B27;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: none;
  font-family: "Assistant", sans-serif !important;
  font-weight: 700;
  line-height: 1.2 !important;
  font-size: 20px !important;
  text-align: center;
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .finest-area .finest-area-bot .finest-continue #finest-continue:hover {
  background-color: #213916;
}

@media only screen and (max-width: 991px) {
  body .finest-area {
    width: calc(100% - 30px) !important;
    max-width: 100%;
  }
  body .finest-area .finest-area-top {
    margin-bottom: 30px;
  }
  body .finest-area .finest-area-top .finest-cart-ttile h1 {
    font-size: 18px;
  }
  body .finest-area .finest-area-top .finest-close {
    width: 13px;
    height: 13px;
  }
  body .finest-area .finest-no-item {
    padding: 0 0 100px;
    gap: 15px;
    font-size: 0;
  }
  body .finest-area .finest-no-item::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='M20 55a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM47.5 55a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM5.125 5.125h5l6.65 31.05a5 5 0 0 0 5 3.95h24.45A5 5 0 0 0 51.1 36.2l4.125-18.575H12.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .finest-area .finest-no-item::after {
    content: "אין מוצרים בעגלת הקניות.";
    display: inline-block;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    color: #131112;
  }
  body .finest-area .finest-area-middle {
    margin-bottom: 30px;
  }
  body .finest-area .finest-area-middle .finest-item .finest-item-inner {
    gap: 15px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area {
    max-width: 300px;
    gap: 15px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-item-thumb {
    max-width: 60px;
    height: 60px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-title a {
    font-size: 12px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner {
    width: 80px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-plus,
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-minus {
    width: 20px;
  }
  body .finest-area .finest-area-middle .finest-item .thumbnail-title-area .finest-titel-qty .finest-item-qty .finest-item-qty-inner .finest-item-qty-input {
    width: 40px;
    height: 20px;
  }
  body .finest-area .finest-area-middle .finest-item .price-qty {
    gap: 10px;
  }
  body .finest-area .finest-area-middle .finest-item .price-qty .remove-icon .finest-icon-remove {
    font-size: 16px;
  }
  body .finest-area .finest-area-middle .finest-item .price-qty .finest-item-price bdi {
    font-size: 12px;
  }
  body .finest-area .finest-area-bot .product-content-area .finest-total-left .finest-total-text {
    font-size: 14px;
  }
  body .finest-area .finest-area-bot .product-content-area #finest-total .total-price bdi {
    font-size: 14px;
  }
  body .finest-area .finest-area-bot .finest-action-right a {
    min-width: 100%;
    min-height: 30px;
    padding: 5px 10px;
    gap: 10px;
    font-size: 14px !important;
  }
  body .finest-area .finest-area-bot .finest-continue #finest-continue {
    min-width: 100%;
    min-height: 30px;
    padding: 5px 10px;
    gap: 10px;
    font-size: 14px !important;
  }
}
.breadcums-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
.breadcums-block.breadcums-light .breadcrumbs {
  border-color: #E4E4D2;
}
.breadcums-block.breadcums-light .breadcrumbs .breadcrumbs-item a,
.breadcums-block.breadcums-light .breadcrumbs .breadcrumbs-item span,
.breadcums-block.breadcums-light .breadcrumbs .breadcrumbs-item strong {
  color: #fff;
}
.breadcums-block.breadcums-light .breadcrumbs .breadcrumbs-item:first-child a::after {
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(308%) hue-rotate(341deg) brightness(112%) contrast(79%);
          filter: brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(308%) hue-rotate(341deg) brightness(112%) contrast(79%);
}
.breadcums-block.breadcums-light .breadcrumbs .breadcrumbs-item:not(:first-child)::before {
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(308%) hue-rotate(341deg) brightness(112%) contrast(79%);
          filter: brightness(0) saturate(100%) invert(89%) sepia(19%) saturate(308%) hue-rotate(341deg) brightness(112%) contrast(79%);
}
.breadcums-block .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #324B27;
}
.breadcums-block .breadcrumbs .breadcrumbs-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.breadcums-block .breadcrumbs .breadcrumbs-item:first-child a {
  padding-right: 35px;
}
.breadcums-block .breadcrumbs .breadcrumbs-item:first-child a::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23b)'%3E%3Cpath d='M3 10H1l9-9 9 9h-2M3 10v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M7 19v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M-2-2h24v24H-2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcums-block .breadcrumbs .breadcrumbs-item:not(:first-child)::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none'%3E%3Cpath stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' d='M5 9.016 1.015 5 5.03 1.016'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcums-block .breadcrumbs .breadcrumbs-item a,
.breadcums-block .breadcrumbs .breadcrumbs-item span,
.breadcums-block .breadcrumbs .breadcrumbs-item strong {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 17px;
  color: #324B27;
}
.breadcums-block .breadcrumbs .breadcrumbs-item a {
  color: #324B27;
}
.breadcums-block .breadcrumbs .breadcrumbs-item strong {
  color: #324B27;
}
.breadcums-block .breadcrumbs .breadcrumbs-item span {
  color: #324B27;
}

@media only screen and (max-width: 1660px) {
  .breadcums-block {
    margin-bottom: 3.0120481928vw;
  }
  .breadcums-block .breadcrumbs {
    gap: 0.9036144578vw;
    padding-bottom: 0.6024096386vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item {
    gap: 0.9036144578vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:first-child a {
    padding-right: 2.1084337349vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:first-child a::after {
    top: -0.1807228916vw;
    width: 1.2048192771vw;
    height: 1.2048192771vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:not(:first-child)::before {
    width: 0.3614457831vw;
    height: 0.6024096386vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item a,
  .breadcums-block .breadcrumbs .breadcrumbs-item span,
  .breadcums-block .breadcrumbs .breadcrumbs-item strong {
    font-size: 1.0240963855vw;
  }
}
@media only screen and (max-width: 991px) {
  .breadcums-block {
    margin-bottom: 8vw;
  }
  .breadcums-block .breadcrumbs {
    gap: 2.6666666667vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item {
    gap: 2.6666666667vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:first-child a {
    padding-right: 6.6666666667vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:first-child a::after {
    top: -0.5333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item:not(:first-child)::before {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
  }
  .breadcums-block .breadcrumbs .breadcrumbs-item a,
  .breadcums-block .breadcrumbs .breadcrumbs-item span,
  .breadcums-block .breadcrumbs .breadcrumbs-item strong {
    font-size: 3.4666666667vw;
  }
}
.woocommerce-MyAccount-navigation {
  width: 100%;
  background: #F4F5E9;
  border: 1px solid #A5B089;
  border-radius: 4px;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #A5B089;
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 1rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background-color: #324B27;
  font-weight: 600;
  color: #fff;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.woocommerce-MyAccount-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content form {
  background: #fafafa;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.woocommerce-MyAccount-content form button {
  background-color: #324B27;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.woocommerce-MyAccount-content form button:hover {
  background-color: #6B8C53;
}

.woocommerce-address-fields .input-text {
  text-align: right;
}

.woocommerce-address-fields button {
  display: block !important;
  margin: 0 auto !important;
  cursor: pointer !important;
  background-color: #324B27 !important;
  color: #fff !important;
}

.woocommerce-address-fields button:hover {
  background-color: #6B8C53 !important;
}

.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 2rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.woocommerce-MyAccount-content .woocommerce-info {
  border-color: #324B27 !important;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  color: #324B27 !important;
}

.section-account .section-account__form .woocommerce-EditAccountForm .woocommerce-Button {
  display: block;
  min-width: 1px;
  min-height: 1px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 15px auto 0;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content strong {
  color: #000;
  font-weight: 600;
}

.woocommerce-MyAccount-content a {
  color: #324B27;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.woocommerce-MyAccount-content .edit {
  float: none !important;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}

.woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-info .woocommerce-Button {
  margin-top: 1rem;
}

.woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 1rem;
}

@media only screen and (max-width: 991px) {
  .woocommerce-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    background-color: #F6F5F1;
    border: none;
    border-radius: 10px;
    padding: 15px;
  }
  .woocommerce-MyAccount-content form {
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
html {
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html.no-scroll {
  overflow: hidden !important;
  padding-top: var(--heightHeader);
}
html.no-scroll .header {
  position: fixed;
}

body,
html {
  margin: 0;
  min-width: 320px;
}

body {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  font-style: normal;
  font-weight: normal;
  line-height: 1.38;
  color: #000000;
}
body.no-scroll {
  overflow: hidden;
}
body.fixed {
  position: fixed;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-l {
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1660px) {
  .container {
    max-width: 81.9277108434vw;
    padding: 0 1.2048192771vw;
  }
  .container-l {
    max-width: 100vw;
    padding: 0 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
  .container-l {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.double-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

img.lazyload,
video.lazyload {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.desk-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media screen and (max-width: 767px) {
  .desk-only {
    display: none !important;
  }
  .mob-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-loaded,
[data-loaded=true] {
  opacity: 0;
  visibility: visible;
  -webkit-animation: faddingImgAnim 0.5s ease;
          animation: faddingImgAnim 0.5s ease;
}

@-webkit-keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes faddingImgAnim {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
* {
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

a,
button {
  cursor: pointer;
}

p,
blockquote,
h1,
ul,
ol,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  border-radius: 0;
  border: none;
  outline: none;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

img {
  display: block;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#overlay.is-show {
  opacity: 1;
  pointer-events: all;
}

.loading .skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 6px;
  color: transparent !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.loading .skeleton * {
  opacity: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.loading .skeleton-text {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.25rem;
}

.loading .skeleton-text:last-child {
  width: 80%;
  margin-bottom: 0;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.select2-container {
  font-family: "Assistant", sans-serif !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #324B27 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #324B27 !important;
  color: #fff !important;
}

.editor-styles-wrapper {
  padding: 0;
}

body.block-editor-page .editor-visual-editor__post-title-wrapper {
  margin: 1rem 0 !important;
}
body.block-editor-page .editor-visual-editor__post-title-wrapper h1 {
  margin-top: 0;
  font-size: 45px;
  text-align: center;
}
body.block-editor-page .block-editor-block-list__block {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
body.block-editor-page a {
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper {
  padding-bottom: 50px;
}
body.block-editor-page .editor-styles-wrapper::after {
  height: auto;
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-hero) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/hero.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-our-products) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/our-products.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-questionnaire) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/questionnaire.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-user-reviews) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/user-reviews.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-section-media) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/section-media.png");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-block-list) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/block-list.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-text) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/text.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-gallery-section) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/gallery-section.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-gallery-line) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/gallery-line.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-text-image) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/text-image.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-single-image) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/single-image.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-products) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/products.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-principles) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/principles.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-comparison) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/comparison.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-contact) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/contact.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-short-about) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/short-about.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-column-images) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/column-images.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-about-product) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/about-product.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-page-navigation) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/page-navigation.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-product-set) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/product-set.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-section-steps) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/section-steps.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-section-description) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/section-description.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-about-medicine) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/about-medicine.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-type-products) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/type-products.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-mini-gallery) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/mini-gallery.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-asymmetric-images) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/asymmetric-images.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-section-faq) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/section-faq.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-product-details) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/product-details.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-help-choosing) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/help-choosing.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-guidelines) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/guidelines.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-specifications-product) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/product-specifications.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-other-products) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/other-products.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-content-box) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/content-box.jpeg");
}

body:has([aria-label="Custom Blocks"] .block-editor-block-types-list__list-item.is-active .editor-block-list-item-acf-hero-visual) .components-popover__fallback-container .components-popover__content .block-editor-inserter__preview-content-missing {
  background-image: url("../img/thumbnails-images/hero-visual.jpeg");
}

html:has(#wpadminbar) {
  margin-top: var(--wp-admin--admin-bar--height) !important;
}
html:has(#wpadminbar) .header {
  top: var(--wp-admin--admin-bar--height);
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  font-family: "Assistant", sans-serif;
}
.header.header-style-1 .header__inner::before {
  background-color: #2D341F;
}
.header.header-style-1 .header__logo img,
.header.header-style-1 .header__account a,
.header.header-style-1 .header__basket button,
.header.header-style-1 .header__wishlist {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
}
.header.header-style-1 .header__wishlist a,
.header.header-style-1 .header__nav li a {
  color: #fff;
}
.header.header-style-1 .header__basket .header__basket-counter {
  color: #fff;
  background-color: #000;
}
.header.header-style-2 .header__inner::before {
  background-color: #fff;
}
.header.header-style-2 .header__wishlist a,
.header.header-style-2 .header__nav li a {
  color: #000;
}
.header.header-style-2 .header__basket .header__basket-counter {
  color: #fff;
  background-color: #000;
}
.header.header-style-3 .header__inner::before {
  background-color: transparent;
  background-image: url(../img/bg-prin.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header.header-style-3 .header__logo img,
.header.header-style-3 .header__account a,
.header.header-style-3 .header__basket button,
.header.header-style-3 .header__wishlist {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
}
.header.header-style-3 .header__wishlist a,
.header.header-style-3 .header__nav li a {
  color: #fff;
}
.header.header-style-3 .header__basket .header__basket-counter {
  color: #fff;
  background-color: #000;
}
.header .header__strip {
  position: relative;
  z-index: 3;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #37482F;
  text-decoration: underline;
  padding: 20px;
  background-color: #EDF4D1;
  width: 100%;
}
.header .header__strip a {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  text-align: inherit;
  color: inherit;
  text-decoration: inherit;
}
.header .header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAED;
}
.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header .header__menu {
  display: none;
}
.header .header__logo {
  width: 66px;
  height: auto;
}
.header .header__logo a,
.header .header__logo img {
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__nav.header__nav-side {
  margin-right: auto;
}
.header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
.header .header__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__nav ul li a {
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  color: #000000;
}
.header .header__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header .header__account a {
  display: block;
  width: 19px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' fill='none'%3E%3Cpath fill='%23000' d='M18.326 20.35v.72H0v-.72c.08-2.27 1.078-4.422 2.784-6.001 1.706-1.58 3.986-2.462 6.358-2.462 2.373 0 4.653.883 6.359 2.462 1.705 1.579 2.704 3.731 2.784 6.002h.041ZM9.136 0c1.05 0 2.078.299 2.953.858a5.144 5.144 0 0 1 1.957 2.284 4.89 4.89 0 0 1 .303 2.941 5.027 5.027 0 0 1-1.455 2.606 5.392 5.392 0 0 1-2.722 1.393 5.534 5.534 0 0 1-3.07-.29 5.272 5.272 0 0 1-2.386-1.874A4.938 4.938 0 0 1 3.82 5.09c0-1.35.56-2.645 1.557-3.6A5.437 5.437 0 0 1 9.136 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__basket {
  position: relative;
  z-index: 2;
}
.header .header__basket button {
  display: block;
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none'%3E%3Cpath fill='%23000' d='M20.31 8.39h-8.834L13.805.53 11.852 0 9.367 8.39H0v2.45h20.31V8.39ZM17.534 21.92 19.3 11.79H1.004l1.859 10.13h14.671Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
}
.header .header__basket .header__basket-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -3px;
  right: -10px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 10px;
  padding: 1px;
  background-color: #324B27;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.header .header__wishlist {
  display: block;
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M13.572 17.823A8.173 8.173 0 0 1 2.122 6.205L7.946.465l5.74 5.824a8.174 8.174 0 0 1-.083 11.534'/%3E%3C/mask%3E%3Cpath fill='%23000' d='M13.572 17.823A8.173 8.173 0 0 1 2.122 6.205L7.946.465l5.74 5.824a8.174 8.174 0 0 1-.083 11.534'/%3E%3Cpath fill='%23000' d='m2.122 6.205-.702-.712-.023.023-.022.025.747.664ZM7.946.465l.713-.702-.702-.712-.713.702.702.712Zm5.74 5.824.715-.7-.002-.002-.712.702Zm2.34 5.784 1 .008-1-.008Zm-2.454 5.75-.653-.757A7.174 7.174 0 0 1 7.943 18.8l-.04 1-.04.999c2.325.094 4.6-.7 6.362-2.22l-.653-.757ZM7.902 19.8l.041-.999a7.174 7.174 0 0 1-4.82-2.132l-.711.702-.712.702A9.174 9.174 0 0 0 7.861 20.8l.04-1Zm-5.49-2.429.712-.702a7.174 7.174 0 0 1-2.062-4.85l-1 .026-1 .026A9.174 9.174 0 0 0 1.7 18.073l.712-.702Zm-2.35-5.526 1-.026C1.015 10 1.66 8.23 2.87 6.87l-.748-.664-.747-.664a9.174 9.174 0 0 0-2.313 6.33l1-.026Zm2.06-5.64.702.712 5.824-5.74-.702-.712-.702-.712-5.824 5.74.702.712ZM7.946.465l-.712.702 5.74 5.824.713-.702.712-.702-5.74-5.824-.713.702Zm5.74 5.824-.713.7a7.174 7.174 0 0 1 2.053 5.077l1 .007 1 .008a9.174 9.174 0 0 0-2.625-6.492l-.714.7Zm2.34 5.784-1-.007a7.174 7.174 0 0 1-2.126 5.046l.703.711.704.71a9.174 9.174 0 0 0 2.72-6.452l-1-.008Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 1660px) {
  .header .header__strip {
    font-size: 1.2048192771vw;
    padding: 1.2048192771vw;
  }
  .header .header__inner {
    padding: 1.5060240964vw 0;
  }
  .header .header__wrapper {
    gap: 3.0120481928vw;
  }
  .header .header__logo {
    width: 3.9759036145vw;
  }
  .header .header__nav ul {
    gap: 5.421686747vw;
  }
  .header .header__nav ul li a {
    font-size: 1.0843373494vw;
  }
  .header .header__side {
    gap: 2.4096385542vw;
  }
  .header .header__account a {
    width: 1.1445783133vw;
    height: 1.3253012048vw;
  }
  .header .header__basket button {
    width: 1.265060241vw;
    height: 1.3253012048vw;
  }
  .header .header__basket .header__basket-counter {
    top: -0.1807228916vw;
    right: -0.6024096386vw;
    min-width: 1.0843373494vw;
    min-height: 1.0843373494vw;
    border-radius: 0.6024096386vw;
    font-size: 0.9638554217vw;
  }
  .header .header__wishlist {
    width: 1.0240963855vw;
    height: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .header.header-style-1 .header__menu::before,
  .header.header-style-1 .header__menu strong, .header.header-style-1 .header__menu::after {
    background-color: #fff;
  }
  .header.header-style-1 .header__block {
    background-color: #324B27;
  }
  .header.header-style-2 .header__menu::before,
  .header.header-style-2 .header__menu strong, .header.header-style-2 .header__menu::after {
    background-color: #000;
  }
  .header.header-style-2 .header__block {
    background-color: #fff;
  }
  .header.header-style-3 .header__menu::before,
  .header.header-style-3 .header__menu strong, .header.header-style-3 .header__menu::after {
    background-color: #fff;
  }
  .header.header-style-3 .header__block {
    background-color: transparent;
    background-image: url(../img/bg-prin.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header.header-style-2 .header__inner::before {
    background-color: #fff;
  }
  .header.header-style-2 .header__wishlist a,
  .header.header-style-2 .header__nav li a {
    color: #000;
  }
  .header.header-style-2 .header__basket .header__basket-counter {
    color: #fff;
    background-color: #000;
  }
  .header.header-style-3 .header__inner::before {
    background-color: transparent;
    background-image: url(../img/bg-prin.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header.header-style-3 .header__logo img,
  .header.header-style-3 .header__account a,
  .header.header-style-3 .header__basket button {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7442%) hue-rotate(77deg) brightness(121%) contrast(100%);
  }
  .header.header-style-3 .header__wishlist a,
  .header.header-style-3 .header__nav li a {
    color: #fff;
  }
  .header.header-style-3 .header__basket .header__basket-counter {
    color: #fff;
    background-color: #000;
  }
  .header .header__strip {
    font-size: 3.2vw;
    padding: 2.6666666667vw 4vw;
  }
  .header .header__inner {
    padding: 4vw 0;
  }
  .header .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.6666666667vw;
  }
  .header .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 5.8666666667vw;
    height: 4vw;
    position: relative;
    z-index: 2;
    border: none;
    background-color: transparent;
  }
  .header .header__menu::before,
  .header .header__menu strong, .header .header__menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    border-radius: 0.5333333333vw;
    background-color: #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header .header__menu::before {
    top: 0;
  }
  .header .header__menu strong {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header__menu::after {
    bottom: 0;
  }
  .header .header__menu.is-open::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header .header__menu.is-open strong {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  .header .header__menu.is-open::after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .header .header__logo {
    width: 12.8vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .header__block {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.6666666667vw;
    padding: calc(var(--heightHeader, 22.6666666667vw) + 5.3333333333vw) 5.3333333333vw 5.3333333333vw;
    background-color: #FAFAED;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }
  .header .header__block.is-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    pointer-events: all;
  }
  .header .header__nav.header__nav-side {
    margin-right: 0;
  }
  .header .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
  .header .header__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__nav ul li a {
    font-weight: 400;
    line-height: 1.2;
    font-size: 4.8vw;
    color: #000000;
  }
  .header .header__side {
    gap: 5.3333333333vw;
    margin-right: auto;
  }
  .header .header__account a {
    width: 5.0666666667vw;
    height: 5.8666666667vw;
  }
  .header .header__basket button {
    width: 5.6vw;
    height: 5.8666666667vw;
  }
  .header .header__basket .header__basket-counter {
    top: -0.8vw;
    right: -2.6666666667vw;
    width: 4.8vw;
    min-height: 4.8vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .header .header__wishlist {
    width: 4.5333333333vw;
    height: 5.3333333333vw;
  }
}
.page-template-questionnaire .footer {
  display: none;
}

.footer {
  background-color: #324B27;
}
.footer .footer__inner {
  width: 100%;
  padding: 90px 0 15px;
}
.footer .footer__top {
  width: 100%;
  max-width: 645px;
  margin-bottom: 50px;
}
.footer .footer__top-text {
  margin-bottom: 35px;
}
.footer .footer__top-text .text {
  color: #fff;
}
.footer .footer__top-form {
  width: 100%;
  max-width: 400px;
}
.footer .footer__top-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 35px;
}
.footer .footer__top-form .input-field {
  width: 100%;
  height: auto;
}
.footer .footer__top-form .input-field input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
  padding: 0 7px;
  text-align: right;
}
.footer .footer__top-form .input-field input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .input-field input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #A5B089;
}
.footer .footer__top-form .button-field {
  width: 100%;
  max-width: 104px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .footer__top-form .button-field button {
  width: 100%;
  height: 35px;
  background-color: transparent;
  border: 1px solid #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  padding: 7px;
  color: #A5B089;
  text-align: right;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .footer__top-form .button-field button:hover {
  background-color: #6B8C53;
  color: #fff;
}
.footer .footer__top-form .footer__top-form-message {
  display: none;
  margin-top: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: 0.02em;
  font-size: 20px;
  color: #fff;
}
.footer .footer__top-form .footer__top-form-message.is-show {
  display: block;
}
.footer .footer__main {
  margin-bottom: 90px;
}
.footer .footer__main .footer__warning,
.footer .footer__main .footer__dev {
  display: none;
}
.footer .footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.footer .footer__nav > ul > li > a {
  display: block;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.footer .footer__nav > ul .menu-item-has-children > a {
  cursor: default;
}
.footer .footer__nav > ul .sub-menu li:not(:first-child) {
  margin-top: 30px;
}
.footer .footer__nav > ul .sub-menu li a {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer__logo {
  display: block;
  width: 124px;
  height: auto;
  margin-bottom: 5px;
}
.footer .footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__dev {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .footer__warning {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #A5B089;
  border-radius: 5px;
}
.footer .footer__logo-2 {
  width: 120px;
  height: auto;
}
.footer .footer__logo-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
.footer .footer__logo-2 a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .footer .footer__inner {
    padding: 5.421686747vw 0 0.9036144578vw;
  }
  .footer .footer__top {
    max-width: 38.8554216867vw;
    margin-bottom: 3.0120481928vw;
  }
  .footer .footer__top-text {
    margin-bottom: 2.1084337349vw;
  }
  .footer .footer__top-form {
    max-width: 24.0963855422vw;
  }
  .footer .footer__top-form .form-fields {
    gap: 2.1084337349vw;
  }
  .footer .footer__top-form .input-field input {
    font-size: 0.9638554217vw;
    padding: 0 0.421686747vw;
  }
  .footer .footer__top-form .input-field input::-webkit-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input:-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input::-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input::placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input:-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .input-field input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .footer .footer__top-form .button-field {
    max-width: 6.265060241vw;
  }
  .footer .footer__top-form .button-field button {
    height: 2.1084337349vw;
    font-size: 0.9638554217vw;
    padding: 0.421686747vw;
  }
  .footer .footer__top-form .footer__top-form-message {
    margin-top: 0.6024096386vw;
    font-size: 1.2048192771vw;
  }
  .footer .footer__main {
    margin-bottom: 5.421686747vw;
  }
  .footer .footer__nav > ul {
    gap: 3.0120481928vw;
  }
  .footer .footer__nav > ul > li > a {
    font-size: 1.0843373494vw;
    margin-bottom: 2.4096385542vw;
  }
  .footer .footer__nav > ul .sub-menu li:not(:first-child) {
    margin-top: 1.8072289157vw;
  }
  .footer .footer__nav > ul .sub-menu li a {
    font-size: 1.0843373494vw;
  }
  .footer .footer__logo {
    width: 7.4698795181vw;
    margin-bottom: 0.3012048193vw;
  }
  .footer .footer__dev {
    font-size: 0.843373494vw;
  }
  .footer .footer__warning {
    max-width: 18.0722891566vw;
    font-size: 0.7228915663vw;
    padding: 0.6024096386vw 0.9036144578vw;
    border-radius: 0.3012048193vw;
  }
  .footer .footer__logo-2 {
    width: 7.2289156627vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer__inner {
    width: 100%;
    padding: 0;
  }
  .footer .footer__top {
    max-width: 100%;
    padding-top: 8vw;
    margin-bottom: 8vw;
  }
  .footer .footer__top-text {
    margin-bottom: 8vw;
  }
  .footer .footer__top-text .text {
    text-align: center;
    font-size: 3.2vw;
  }
  .footer .footer__top-form {
    max-width: 100%;
  }
  .footer .footer__top-form .form-fields {
    gap: 0;
  }
  .footer .footer__top-form .input-field input {
    font-size: 4.2666666667vw;
    padding: 0 1.8666666667vw;
  }
  .footer .footer__top-form .input-field input::-webkit-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input:-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input::-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input::placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input:-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .input-field input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .footer .footer__top-form .button-field {
    max-width: 21.3333333333vw;
  }
  .footer .footer__top-form .button-field button {
    height: 9.3333333333vw;
    border-right: none;
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw;
    text-align: center;
  }
  .footer .footer__top-form .footer__top-form-message {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .footer .footer__main {
    margin-bottom: 8vw;
  }
  .footer .footer__main .footer__warning,
  .footer .footer__main .footer__dev {
    display: block;
  }
  .footer .footer__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .footer .footer__nav > ul > li {
    width: 100%;
  }
  .footer .footer__nav > ul > li > a {
    width: 100%;
    font-size: 4.8vw;
    margin-bottom: 0px;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #F4F5E9;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4vw;
  }
  .footer .footer__nav > ul > li > a.is-open::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M14 8H0V6h14v2Z'/%3E%3C/svg%3E");
  }
  .footer .footer__nav > ul > li > a::after {
    content: "";
    display: inline-block;
    margin-top: 0.8vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M14 8H8v6H6V8H0V6h6V0h2v6h6v2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer .footer__nav > ul .sub-menu {
    display: none;
  }
  .footer .footer__nav > ul .sub-menu li:first-child, .footer .footer__nav > ul .sub-menu li:not(:first-child) {
    margin-top: 4vw;
  }
  .footer .footer__nav > ul .sub-menu li a {
    font-size: 4.2666666667vw;
  }
  .footer .footer__bottom {
    background-color: #000000;
    width: calc(100% + 10.6666666667vw);
    margin: 0 -5.3333333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer__logo {
    width: 41.0666666667vw;
    margin-bottom: 0;
  }
  .footer .footer__dev {
    display: none;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .footer .footer__warning {
    display: none;
    max-width: 62.6666666667vw;
    margin: 8vw 0 0;
    text-align: right;
    font-size: 3.2vw;
    padding: 1.3333333333vw;
    border-radius: 0px;
  }
  .footer .footer__logo-2 {
    width: 22.6666666667vw;
    height: auto;
    margin-top: 1.3333333333vw;
  }
}
.hero {
  font-family: "Assistant", sans-serif;
}
.hero .hero__inner {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.hero .hero__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__top {
  position: relative;
  z-index: 2;
  padding-top: 410px;
  padding-bottom: 270px;
}
.hero .hero__top .hero__top-raindrop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 410px;
}
.hero .hero__top .hero__top-raindrop .line {
  width: 1px;
  height: 250px;
  background-color: #fff;
  margin: 0 auto -5px;
}
.hero .hero__top .hero__top-raindrop .raindrop {
  width: 100px;
  height: 154px;
  margin: 0 auto;
}
.hero .hero__top .hero__top-raindrop .raindrop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero__top .hero__top-title {
  width: 161px;
  margin: 25px auto 0;
  font-family: "Manier";
  font-weight: 300;
  line-height: 1.2;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
}
.hero .hero__bottom {
  position: relative;
  z-index: 3;
}
.hero .hero__bottom .hero__bottom-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.hero .hero__bottom .hero__bottom-title {
  font-family: "Manier";
  font-weight: 500;
  line-height: 1.2;
  font-size: 42px;
  color: #FFFFFF;
  text-align: left;
}
.hero .hero__bottom .hero__bottom-media.is-video {
  width: 185px;
  height: 576px;
  -webkit-mask-image: url(../img/bottle.png);
          mask-image: url(../img/bottle.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 auto;
}
.hero .hero__bottom .hero__bottom-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__bottom .hero__bottom-media img {
  width: 185px;
  height: 576px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.hero .hero__bottom .hero__bottom-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 34px;
  color: #FFFFFF;
}
.hero .hero__bottom .hero__bottom-text span {
  font-family: "Manier";
  font-weight: 500;
}
.hero .hero__bottom .hero__bottom-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.hero .hero__bottom .hero__bottom-message .hero__bottom-message-title,
.hero .hero__bottom .hero__bottom-message .hero__bottom-message-subtitle {
  display: none;
}
.hero .hero__bottom .hero__bottom-message .hero__bottom-message-wrapper {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  border: 1px solid #A5B089;
  padding: 5px 10px;
}

@media only screen and (max-width: 1660px) {
  .hero .hero__inner {
    padding-bottom: 3.0120481928vw;
  }
  .hero .hero__top {
    padding-top: 24.6987951807vw;
    padding-bottom: 16.265060241vw;
  }
  .hero .hero__top .hero__top-raindrop {
    width: 6.0240963855vw;
    height: 24.6987951807vw;
  }
  .hero .hero__top .hero__top-raindrop .line {
    height: 15.0602409639vw;
    margin: 0 auto -5px;
  }
  .hero .hero__top .hero__top-raindrop .raindrop {
    width: 6.0240963855vw;
    height: 9.2771084337vw;
  }
  .hero .hero__top .hero__top-title {
    width: 9.6987951807vw;
    margin: 1.5060240964vw auto 0;
    font-size: 3.313253012vw;
  }
  .hero .hero__bottom .hero__bottom-wrapper {
    grid-gap: 3.0120481928vw;
  }
  .hero .hero__bottom .hero__bottom-title {
    font-size: 2.5301204819vw;
  }
  .hero .hero__bottom .hero__bottom-media.is-video {
    width: 11.1445783133vw;
    height: 34.6987951807vw;
  }
  .hero .hero__bottom .hero__bottom-media img {
    width: 11.1445783133vw;
    height: 34.6987951807vw;
  }
  .hero .hero__bottom .hero__bottom-text {
    font-size: 2.0481927711vw;
  }
  .hero .hero__bottom .hero__bottom-message {
    margin-top: 3.0120481928vw;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-wrapper {
    font-size: 2.1686746988vw;
    padding: 0.3012048193vw 0.6024096386vw;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__inner {
    padding-bottom: 5.3333333333vw;
  }
  .hero .hero__top {
    padding-top: 50.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
  .hero .hero__top .hero__top-raindrop {
    width: 12.8vw;
    height: 49.6vw;
  }
  .hero .hero__top .hero__top-raindrop .line {
    height: 30.9333333333vw;
    margin: 0 auto -1.3333333333vw;
  }
  .hero .hero__top .hero__top-raindrop .raindrop {
    width: 12.8vw;
    height: 18.6666666667vw;
  }
  .hero .hero__top .hero__top-title {
    width: 26.6666666667vw;
    margin: 0 auto;
    font-weight: 400;
    font-size: 5.3333333333vw;
  }
  .hero .hero__bottom {
    position: relative;
    z-index: 3;
  }
  .hero .hero__bottom .hero__bottom-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 13.3333333333vw;
  }
  .hero .hero__bottom .hero__bottom-title,
  .hero .hero__bottom .hero__bottom-text {
    display: none;
  }
  .hero .hero__bottom .hero__bottom-media.is-video {
    width: 36vw;
    height: 110.9333333333vw;
  }
  .hero .hero__bottom .hero__bottom-media img {
    width: 36vw;
    height: 110.9333333333vw;
  }
  .hero .hero__bottom .hero__bottom-message {
    width: 100%;
    max-width: 70.6666666667vw;
    margin: 6.6666666667vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-title,
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-subtitle {
    display: block;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-title {
    font-family: "Manier";
    font-weight: 500;
    line-height: 1;
    font-size: 8.5333333333vw;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8vw;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-title span {
    font-size: 5.3333333333vw;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-subtitle {
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 5.3333333333vw;
    text-align: center;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    margin-bottom: 2.1333333333vw;
  }
  .hero .hero__bottom .hero__bottom-message .hero__bottom-message-wrapper {
    font-size: 4.2666666667vw;
    border: 1px solid #A5B089;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.user-reviews {
  font-family: "Assistant", sans-serif;
  margin: 0;
  overflow: hidden;
}
.user-reviews .user-reviews__inner {
  padding: 100px 0;
}
.user-reviews .user-reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.user-reviews .user-reviews__list {
  width: 100%;
}
.user-reviews .user-reviews__list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-reviews .user-reviews__list .swiper {
  width: 100%;
}
.user-reviews .user-reviews__list .swiper-wrapper {
  width: 100%;
}
.user-reviews .user-reviews__list .item {
  width: 100%;
}
.user-reviews .user-reviews__list .item-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 23px;
  color: #000000;
}
.user-reviews .user-reviews__list .dots {
  margin-top: 15px;
}
.user-reviews .user-reviews__image {
  width: 100%;
  max-width: 605px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.user-reviews .user-reviews__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .user-reviews .user-reviews__inner {
    padding: 6.0240963855vw 0;
  }
  .user-reviews .user-reviews__wrapper {
    gap: 3.0120481928vw;
  }
  .user-reviews .user-reviews__list .item-text {
    font-size: 1.3855421687vw;
  }
  .user-reviews .user-reviews__list .dots {
    margin-top: 0.9036144578vw;
  }
  .user-reviews .user-reviews__image {
    max-width: 36.4457831325vw;
  }
}
@media only screen and (max-width: 991px) {
  .user-reviews .user-reviews__inner {
    padding: 30px 0;
  }
  .user-reviews .user-reviews__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .user-reviews .user-reviews__list .item-text {
    font-size: 14px;
  }
  .user-reviews .user-reviews__list .dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .user-reviews .user-reviews__image {
    width: 100%;
    max-width: 100%;
  }
}
.advantages {
  font-family: "Assistant", sans-serif;
  width: 100%;
  padding: 4rem 0 5rem;
  background: url("../img/bg_back.jpg") repeat-y top center/100% auto;
}
.advantages__cont {
  width: 100%;
}
.advantages__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.advantages__single {
  width: calc(14.2857142857% - 1.7142857143rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantages__single .ic {
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantages__single .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages__single .txt {
  width: 100%;
}
.advantages__single .txt p {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.section-content {
  background-color: var(--bg-section-color);
  min-height: 100%;
}
.section-content .section-content__inner {
  padding: 50px 0 50px;
}
.section-content .section-content__wrapper .container,
.section-content .section-content__wrapper .container-l {
  padding: 0 20px;
}

@media only screen and (max-width: 1660px) {
  .section-content .section-content__inner {
    padding: 3.0120481928vw 0 3.0120481928vw;
  }
  .section-content .section-content__wrapper .container,
  .section-content .section-content__wrapper .container-l {
    padding: 0 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-content {
    background-color: #fff;
  }
  .section-content .section-content__inner {
    padding: 8vw 0 8vw;
  }
  .section-content .section-content__wrapper .container,
  .section-content .section-content__wrapper .container-l {
    padding: 0 5.3333333333vw;
  }
}
.gallery-section .gallery-section__inner {
  margin: 50px 0;
}
.gallery-section .gallery-section__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  grid-gap: 45px;
}
.gallery-section .gallery-section__list .item {
  width: 100%;
  height: 270px;
  border: 4px solid #fff;
}
@media only screen and (min-width: 991px) {
  .gallery-section .gallery-section__list .item:nth-child(3n+1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    height: 100%;
  }
}
.gallery-section .gallery-section__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1660px) {
  .gallery-section .gallery-section__inner {
    margin: 1.8072289157vw 0;
  }
  .gallery-section .gallery-section__list .list {
    grid-gap: 2.7108433735vw;
  }
  .gallery-section .gallery-section__list .item {
    height: 16.265060241vw;
    border: 0.2409638554vw solid #fff;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-section .gallery-section__inner {
    margin: 8vw 0;
  }
  .gallery-section .gallery-section__list .list {
    -ms-grid-columns: 1fr 1.3333333333vw 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.3333333333vw;
  }
  .gallery-section .gallery-section__list .item {
    width: 100%;
    height: 40vw;
    border: 1.0666666667vw solid #fff;
  }
  .gallery-section .gallery-section__list .item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    height: 56.8vw;
  }
}
.gallery-line {
  margin: 0;
}
.gallery-line .gallery-line__inner {
  margin: 50px 0;
}
.gallery-line .gallery-line__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 105px 1fr 105px 1fr 105px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 105px;
}
.gallery-line .gallery-line__list .item {
  width: 100%;
  height: 335px;
  border: 5px solid #324B27;
}
.gallery-line .gallery-line__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1660px) {
  .gallery-line .gallery-line__inner {
    margin: 3.0120481928vw 0;
  }
  .gallery-line .gallery-line__list .list {
    grid-gap: 6.3253012048vw;
  }
  .gallery-line .gallery-line__list .item {
    height: 20.1807228916vw;
    border: 0.3012048193vw solid #324B27;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-line .gallery-line__inner {
    margin: 8vw 0;
  }
  .gallery-line .gallery-line__list .list {
    -ms-grid-columns: 1fr 10.6666666667vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.3333333333vw 10.6666666667vw;
  }
  .gallery-line .gallery-line__list .item {
    height: 47.4666666667vw;
    border: 1.3333333333vw solid #324B27;
  }
}
.text-image.text-image-reverse .text-image__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.text-image.text-image-start .text-image__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.text-image.text-image-center .text-image__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-image.text-image-end .text-image__wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.text-image .text-image__inner {
  margin: 50px 0;
}
.text-image .text-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.text-image .text-image__text {
  width: 100%;
  margin: 0;
}
.text-image .text-image__media {
  width: var(--widthImage, 30%);
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.text-image .text-image__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  display: block;
}
.text-image .text-image__media span {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000000;
}

@media only screen and (max-width: 1660px) {
  .text-image .text-image__inner {
    margin: 3.0120481928vw 0;
  }
  .text-image .text-image__wrapper {
    gap: 2.7108433735vw;
  }
  .text-image .text-image__media img {
    margin-bottom: 0.6024096386vw;
  }
  .text-image .text-image__media span {
    font-size: 0.9638554217vw;
  }
}
@media only screen and (max-width: 991px) {
  .text-image.text-image-reverse .text-image__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .text-image.is-row .text-image__inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .text-image.is-row .text-image__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .text-image.is-row .text-image__text {
    width: calc(100% - 18.6666666667vw);
  }
  .text-image.is-row .text-image__media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(100% - 24vw);
    z-index: -1;
    width: 142.9333333333vw;
    height: 142.9333333333vw;
  }
  .text-image.is-row .text-image__media span {
    display: none;
  }
  .text-image .text-image__inner {
    margin: 8vw 0;
  }
  .text-image .text-image__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .text-image .text-image__media img {
    margin-bottom: 2.6666666667vw;
  }
  .text-image .text-image__media span {
    font-size: 3.7333333333vw;
  }
}
.single-image .single-image__inner {
  margin: 50px 0;
}
.single-image .single-image__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-image .single-image__media {
  width: 605px;
  height: auto;
}
.single-image .single-image__media.no-border img {
  border: none;
}
.single-image .single-image__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 5px solid var(--border-color, #fff);
}
.single-image .single-image__title {
  font-weight: 400;
  line-height: 1.27;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-top: 13px;
}

@media only screen and (max-width: 1660px) {
  .single-image .single-image__inner {
    margin: 3.0120481928vw 0;
  }
  .single-image .single-image__media {
    width: 36.4457831325vw;
  }
  .single-image .single-image__media img {
    border: 0.3012048193vw solid var(--border-color, #fff);
  }
  .single-image .single-image__title {
    font-size: 1.3253012048vw;
    margin-top: 0.7831325301vw;
  }
}
@media only screen and (max-width: 991px) {
  .single-image .single-image__inner {
    margin: 8vw 0;
  }
  .single-image .single-image__media {
    width: 100%;
  }
  .single-image .single-image__media img {
    border: 1.3333333333vw solid var(--border-color, #fff);
  }
  .single-image .single-image__title {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.short-about {
  background-color: #000;
  color: #fff;
  font-family: "Assistant", sans-serif;
  overflow: hidden;
}
.short-about .short-about__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.short-about .short-about__image {
  position: absolute;
  z-index: -1;
  top: calc(50% + 90px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -215px;
  width: 430px;
  height: 440px;
}
.short-about .short-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.short-about .short-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 120px;
}
.short-about .short-about__content {
  width: 100%;
  max-width: 580px;
}
.short-about .short-about__content-top {
  margin-bottom: 50px;
}
.short-about .short-about__content-logo {
  width: 195px;
  height: auto;
  margin-bottom: 5px;
}
.short-about .short-about__content-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.short-about .short-about__content-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #FAFAED;
}
.short-about .short-about__content-text .text {
  color: #fff;
}
.short-about .short-about__content-text .text ul li::before,
.short-about .short-about__content-text .text ol li ul li::after {
  background-color: #fff;
}
.short-about .short-about__list {
  width: 100%;
}
.short-about .short-about__list .item {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
}
.short-about .short-about__list .item:not(:first-child) {
  margin-top: 35px;
}
.short-about .short-about__list .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.short-about .short-about__list .item strong {
  position: relative;
  z-index: 2;
}
.short-about .short-about__list .item strong::after {
  content: "<";
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  margin-right: 5px;
}
.short-about .short-about__list-mobile {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .short-about .short-about__inner {
    max-width: 115.6626506024vw;
    padding: 3.0120481928vw 0;
  }
  .short-about .short-about__image {
    top: calc(50% + 5.421686747vw);
    right: -12.9518072289vw;
    width: 25.9036144578vw;
    height: 26.5060240964vw;
  }
  .short-about .short-about__wrapper {
    gap: 7.2289156627vw;
  }
  .short-about .short-about__content {
    max-width: 34.9397590361vw;
  }
  .short-about .short-about__content-top {
    margin-bottom: 3.0120481928vw;
  }
  .short-about .short-about__content-logo {
    width: 11.7469879518vw;
    margin-bottom: 0.3012048193vw;
  }
  .short-about .short-about__content-title {
    font-size: 1.4457831325vw;
  }
  .short-about .short-about__list .item {
    font-size: 1.2048192771vw;
  }
  .short-about .short-about__list .item:not(:first-child) {
    margin-top: 2.1084337349vw;
  }
  .short-about .short-about__list .item strong::after {
    margin-right: 0.3012048193vw;
  }
}
@media only screen and (max-width: 991px) {
  .short-about {
    overflow: hidden;
  }
  .short-about .short-about__inner {
    max-width: 100%;
    padding: 62.6666666667vw 0 8vw;
  }
  .short-about .short-about__image {
    position: absolute;
    z-index: -1;
    top: -64vw;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    right: auto;
    width: 114.6666666667vw;
    height: 117.3333333333vw;
  }
  .short-about .short-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .short-about .short-about__content {
    max-width: 100%;
  }
  .short-about .short-about__content-top {
    margin-bottom: 2.6666666667vw;
  }
  .short-about .short-about__content-logo {
    width: 46.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .short-about .short-about__content-title {
    font-size: 5.3333333333vw;
  }
  .short-about .short-about__list {
    display: none;
  }
  .short-about .short-about__list-mobile {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .short-about .short-about__list-mobile::before, .short-about .short-about__list-mobile::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15.7333333333vw;
    height: 74.6666666667vw;
    background: url(../img/list-dec.png) no-repeat center/contain;
  }
  .short-about .short-about__list-mobile::before {
    right: -5.3333333333vw;
  }
  .short-about .short-about__list-mobile::after {
    left: -5.3333333333vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .short-about .short-about__list-mobile .list {
    width: 73.3333333333vw;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 6.1333333333vw;
  }
  .short-about .short-about__list-mobile .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .short-about .short-about__list-mobile .item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .short-about .short-about__list-mobile .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .short-about .short-about__list-mobile .item span {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.6666666667vw;
    text-align: center;
    color: #000000;
    border-radius: 4vw;
    background-color: #E4E4D2;
    padding: 1.3333333333vw 6.6666666667vw;
    min-width: 36.2666666667vw;
  }
}
.principles {
  font-family: "Assistant", sans-serif;
  color: #fff;
}
.principles .principles__inner {
  position: relative;
  z-index: 2;
  padding: 100px 0 50px;
}
.principles .principles__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.principles .principles__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.principles .principles__top {
  width: 100%;
  max-width: 740px;
  margin-bottom: 85px;
}
.principles .principles__top .principles__top-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.principles .principles__top .principles__top-text .text {
  color: #fff;
}
.principles .principles__top .principles__top-text .text ul li::before,
.principles .principles__top .principles__top-text .text ol li ul li::after {
  background-color: #fff;
}
.principles .principles__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.principles .principles__list {
  margin-bottom: 100px;
}
.principles .principles__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.principles .principles__list .item-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  padding-right: 80px;
  margin-bottom: 20px;
}
.principles .principles__list .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.principles .principles__list .item-image {
  width: 55px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.principles .principles__list .item-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.principles .principles__image {
  width: 250px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.principles .principles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.principles .principles__bottom {
  padding: 0 80px;
}
.principles .principles__bottom .principles__bottom-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.principles .principles__bottom .principles__bottom-image {
  width: 375px;
  height: auto;
}
.principles .principles__bottom .principles__bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.principles .principles__strip {
  background-color: #EDF4D1;
  padding: 20px 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.principles .principles__strip a {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 1660px) {
  .principles .principles__inner {
    padding: 6.0240963855vw 0 3.0120481928vw;
  }
  .principles .principles__top {
    max-width: 44.578313253vw;
    margin-bottom: 5.1204819277vw;
  }
  .principles .principles__top .principles__top-title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.5060240964vw;
  }
  .principles .principles__wrapper {
    gap: 6.0240963855vw;
  }
  .principles .principles__list {
    margin-bottom: 6.0240963855vw;
  }
  .principles .principles__list .list {
    grid-gap: 3.0120481928vw;
  }
  .principles .principles__list .item-title {
    font-size: 1.2048192771vw;
    padding-right: 4.8192771084vw;
    margin-bottom: 1.2048192771vw;
  }
  .principles .principles__list .item-content {
    gap: 1.5060240964vw;
  }
  .principles .principles__list .item-image {
    width: 3.313253012vw;
  }
  .principles .principles__list .item-text {
    font-size: 1.2048192771vw;
  }
  .principles .principles__image {
    width: 15.0602409639vw;
  }
  .principles .principles__bottom {
    padding: 0 4.8192771084vw;
  }
  .principles .principles__bottom .principles__bottom-text {
    font-size: 1.3253012048vw;
    margin-bottom: 1.686746988vw;
  }
  .principles .principles__bottom .principles__bottom-image {
    width: 22.5903614458vw;
  }
  .principles .principles__strip {
    padding: 1.2048192771vw 0;
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .principles {
    background-color: #324B27;
  }
  .principles .principles__inner {
    padding: 8vw 0;
  }
  .principles .principles__inner.principles__inner-pb {
    padding: 8vw 0 57.3333333333vw;
  }
  .principles .principles__bg {
    display: none;
  }
  .principles .principles__top {
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .principles .principles__top .principles__top-title {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
  }
  .principles .principles__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .principles .principles__list {
    margin-bottom: 8vw;
  }
  .principles .principles__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
  .principles .principles__list .item-title {
    font-size: 4.2666666667vw;
    padding: 0;
    margin-bottom: 1.3333333333vw;
  }
  .principles .principles__list .item-content {
    display: block;
  }
  .principles .principles__list .item-image {
    display: none;
  }
  .principles .principles__list .item-text {
    font-size: 3.2vw;
  }
  .principles .principles__image {
    width: 67.7333333333vw;
    height: 58.9333333333vw;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }
  .principles .principles__bottom {
    padding: 0;
  }
  .principles .principles__bottom .principles__bottom-text {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .principles .principles__bottom .principles__bottom-image {
    width: 56.2666666667vw;
  }
  .principles .principles__strip {
    display: none;
  }
}
.column-images {
  font-family: "Assistant", sans-serif;
}
.column-images .column-images__inner {
  margin: 50px 0;
}
.column-images .column-images__list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 150px;
}
.column-images .column-images__list .item {
  width: 100%;
  max-width: 500px;
}
.column-images .column-images__list .item-image {
  width: 100%;
  height: 305px;
  margin-bottom: 20px;
}
.column-images .column-images__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-images .column-images__list .item-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

@media only screen and (max-width: 1660px) {
  .column-images .column-images__inner {
    margin: 3.0120481928vw 0;
  }
  .column-images .column-images__list .list {
    gap: 9.0361445783vw;
  }
  .column-images .column-images__list .item {
    max-width: 30.1204819277vw;
  }
  .column-images .column-images__list .item-image {
    height: 18.3734939759vw;
    margin-bottom: 1.2048192771vw;
  }
  .column-images .column-images__list .item-title {
    font-size: 0.9638554217vw;
  }
}
@media only screen and (max-width: 991px) {
  .column-images .column-images__inner {
    margin: 8vw 0;
  }
  .column-images .column-images__list .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8vw;
  }
  .column-images .column-images__list .item {
    width: 100%;
    max-width: 100%;
  }
  .column-images .column-images__list .item-image {
    width: 100%;
    height: auto;
    margin-bottom: 2.6666666667vw;
  }
  .column-images .column-images__list .item-title {
    font-size: 3.7333333333vw;
  }
}
.section-steps {
  font-family: "Assistant", sans-serif;
}
.section-steps .section-steps__inner {
  padding: 50px 0 100px;
}
.section-steps .section-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.section-steps .section-steps__content .section-steps__content-header {
  margin-bottom: 50px;
}
.section-steps .section-steps__content .section-steps__content-header .content-header__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
  color: #324B27;
  margin-bottom: 25px;
}
.section-steps .section-steps__content .section-steps__content-header .content-header__subtitle {
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  color: #324B27;
  margin-bottom: 40px;
}
.section-steps .section-steps__content .section-steps__content-header .content-header__image {
  display: none;
}
.section-steps .section-steps__content .section-steps__content-list {
  width: calc(100% + 275px);
  background-color: rgba(245, 245, 220, 0.3);
  padding: 30px 20px;
}
.section-steps .section-steps__content .section-steps__content-list .list-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  margin-bottom: 40px;
}
.section-steps .section-steps__content .section-steps__content-list .list {
  position: relative;
  z-index: 2;
}
.section-steps .section-steps__content .section-steps__content-list .list > ol {
  position: relative;
  z-index: 2;
}
.section-steps .section-steps__content .section-steps__content-list .list > ol::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: calc(100% - 18px);
  background-color: #324B27;
}
.section-steps .section-steps__content .section-steps__content-list .list > ol > li {
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
.section-steps .section-steps__content .section-steps__content-list .list > ol > li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #324B27;
}
.section-steps .section-steps__content .section-steps__content-list .list > ol > li:not(:first-child) {
  margin-top: 10px;
}
.section-steps .section-steps__content .section-steps__content-list .list ol {
  counter-reset: listNum;
}
.section-steps .section-steps__content .section-steps__content-list .list ol li {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-steps .section-steps__content .section-steps__content-list .list ol li::before {
  counter-increment: listNum;
  content: counters(listNum, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.section-steps .section-steps__content .section-steps__content-list .list ol li ol,
.section-steps .section-steps__content .section-steps__content-list .list ol li ul {
  padding-right: 20px;
}
.section-steps .section-steps__content .section-steps__content-list .list ol li ul li {
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.section-steps .section-steps__content .section-steps__content-list .list ol li ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
.section-steps .section-steps__media {
  width: 225px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 50px;
}
.section-steps .section-steps__media .section-steps__media-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.section-steps .section-steps__media .section-steps__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-steps .section-steps__media .section-steps__media-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 1660px) {
  .section-steps .section-steps__inner {
    padding: 3.0120481928vw 0 6.0240963855vw;
  }
  .section-steps .section-steps__wrapper {
    gap: 3.0120481928vw;
  }
  .section-steps .section-steps__content .section-steps__content-header {
    margin-bottom: 3.0120481928vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__title {
    font-size: 2.1686746988vw;
    margin-bottom: 1.5060240964vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__subtitle {
    font-size: 1.8072289157vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-steps .section-steps__content .section-steps__content-list {
    width: calc(100% + 16.5662650602vw);
    padding: 1.8072289157vw 1.2048192771vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list-title {
    font-size: 1.2048192771vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol::before {
    height: calc(100% - 1.0843373494vw);
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li {
    padding-right: 3.0120481928vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li::after {
    top: 0.3012048193vw;
    right: -0.3012048193vw;
    width: 0.6024096386vw;
    height: 0.6024096386vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li:not(:first-child) {
    margin-top: 0.6024096386vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li {
    font-size: 1.2048192771vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ol,
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul {
    padding-right: 1.2048192771vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul li {
    padding-right: 0.9036144578vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul li::before {
    top: 0.5421686747vw;
    width: 0.3012048193vw;
    height: 0.3012048193vw;
  }
  .section-steps .section-steps__media {
    width: 13.5542168675vw;
    margin-top: 3.0120481928vw;
  }
  .section-steps .section-steps__media .section-steps__media-image {
    margin-bottom: 0.6024096386vw;
  }
  .section-steps .section-steps__media .section-steps__media-text {
    font-size: 0.843373494vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-steps .section-steps__inner {
    padding: 8vw 0;
  }
  .section-steps .section-steps__wrapper {
    display: block;
  }
  .section-steps .section-steps__content .section-steps__content-header {
    margin-bottom: 8vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__subtitle {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__image {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto 4vw;
  }
  .section-steps .section-steps__content .section-steps__content-header .content-header__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-steps .section-steps__content .section-steps__content-list {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list-title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol::before {
    height: calc(100% - 4.5333333333vw);
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li {
    padding-right: 5.3333333333vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li::after {
    top: 0px;
    right: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list > ol > li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li {
    font-size: 3.7333333333vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ol,
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul {
    padding-right: 2.6666666667vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul li {
    padding-right: 2.6666666667vw;
  }
  .section-steps .section-steps__content .section-steps__content-list .list ol li ul li::before {
    top: 1.6vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .section-steps .section-steps__media {
    display: none;
  }
}
.section-description {
  font-family: "Assistant", sans-serif;
  color: #fff;
}
.section-description .text {
  color: #fff;
}
.section-description .text ul li::before,
.section-description .text ol li ul li::after {
  background-color: #fff;
}
.section-description .section-description__inner {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.section-description .section-description__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-description .section-description__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-description .section-description__top {
  margin-bottom: 40px;
}
.section-description .section-description__top-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.section-description .section-description__list .list-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
.section-description .section-description__list .list-title:empty {
  display: none;
}
.section-description .section-description__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.section-description .section-description__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.section-description .section-description__list .item-title:empty {
  display: none;
}
.section-description .section-description__list .item-content:not(:first-child) {
  margin-top: 30px;
}
.section-description .section-description__list .item-content .item-content__gallery {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 35px;
}
.section-description .section-description__list .item-content .item-content__gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 225px;
}
.section-description .section-description__list .item-content .item-content__gallery li img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  display: block;
  border: 7px solid #fff;
}
.section-description .section-description__list .item-content .item-content__gallery li span {
  font-weight: 400;
  line-height: 1.2;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
}
.section-description .section-description__list .list-bottom {
  margin-top: 40px;
}
.section-description .section-description__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 340px;
}
.section-description .section-description__wrapper .section-description__text {
  width: 100%;
}
.section-description .section-description__wrapper .section-description__media {
  width: 335px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-description .section-description__wrapper .section-description__media-image {
  width: 100%;
  height: 519px;
  border: 7px solid #fff;
  margin-bottom: 10px;
}
.section-description .section-description__wrapper .section-description__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-description .section-description__wrapper .section-description__media-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
}
.section-description .section-description__strip {
  padding: 30px;
  background-color: #EDF4D1;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
}

@media only screen and (max-width: 1660px) {
  .section-description .section-description__inner {
    padding: 3.6144578313vw 0;
  }
  .section-description .section-description__top {
    margin-bottom: 2.4096385542vw;
  }
  .section-description .section-description__top-title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.8072289157vw;
  }
  .section-description .section-description__list .list-title {
    font-size: 1.4457831325vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-description .section-description__list .list {
    grid-gap: 6.0240963855vw;
  }
  .section-description .section-description__list .item-title {
    font-size: 1.2048192771vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-description .section-description__list .item-content:not(:first-child) {
    margin-top: 1.8072289157vw;
  }
  .section-description .section-description__list .item-content .item-content__gallery {
    margin-top: 1.8072289157vw;
    gap: 2.1084337349vw;
  }
  .section-description .section-description__list .item-content .item-content__gallery li {
    width: 13.5542168675vw;
  }
  .section-description .section-description__list .item-content .item-content__gallery li img {
    height: 6.9277108434vw;
    margin-bottom: 0.6024096386vw;
    border: 0.421686747vw solid #fff;
  }
  .section-description .section-description__list .item-content .item-content__gallery li span {
    font-size: 0.6024096386vw;
  }
  .section-description .section-description__list .list-bottom {
    margin-top: 2.4096385542vw;
  }
  .section-description .section-description__wrapper {
    gap: 20.4819277108vw;
  }
  .section-description .section-description__wrapper .section-description__media {
    width: 20.1807228916vw;
  }
  .section-description .section-description__wrapper .section-description__media-image {
    height: 31.265060241vw;
    border: 0.421686747vw solid #fff;
    margin-bottom: 0.6024096386vw;
  }
  .section-description .section-description__wrapper .section-description__media-text {
    font-size: 0.843373494vw;
  }
  .section-description .section-description__strip {
    padding: 1.8072289157vw;
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-description .section-description__inner {
    padding: 30px 0;
  }
  .section-description .section-description__top {
    margin-bottom: 20px;
  }
  .section-description .section-description__top-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-description .section-description__list .list-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-description .section-description__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .section-description .section-description__list .item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-description .section-description__list .item-content:not(:first-child) {
    margin-top: 20px;
  }
  .section-description .section-description__list .item-content .item-content__gallery {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .section-description .section-description__list .item-content .item-content__gallery li {
    width: 100%;
  }
  .section-description .section-description__list .item-content .item-content__gallery li img {
    height: auto;
    margin-bottom: 5px;
    border: 2px solid #fff;
  }
  .section-description .section-description__list .item-content .item-content__gallery li span {
    font-size: 14px;
  }
  .section-description .section-description__list .list-bottom {
    margin-top: 20px;
  }
  .section-description .section-description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .section-description .section-description__wrapper .section-description__media {
    width: 100%;
  }
  .section-description .section-description__wrapper .section-description__media-image {
    height: auto;
    border: 2px solid #fff;
    margin-bottom: 10px;
  }
  .section-description .section-description__wrapper .section-description__media-text {
    font-size: 14px;
  }
  .section-description .section-description__strip {
    padding: 18px;
    font-size: 14px;
  }
}
.comparison {
  font-family: "Assistant", sans-serif;
}
.comparison .comparison__inner {
  padding: 100px 0;
}
.comparison .comparison__top {
  margin-bottom: 45px;
}
.comparison .comparison__top .comparison__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  color: #324B27;
  margin-bottom: 20px;
}
.comparison .comparison__top .comparison__text {
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 20px;
}
.comparison .comparison__top .comparison__image {
  width: 375px;
  height: auto;
}
.comparison .comparison__top .comparison__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.comparison .comparison__tabel-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 35px;
  border-bottom: 1px solid #659450;
}
.comparison .comparison__tabel-header .item {
  font-weight: 400;
  line-height: 1.2;
  font-size: 25px;
  color: #324B27;
  text-align: center;
}
.comparison .comparison__tabel-header .item:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.comparison .comparison__tabel-header .item:nth-child(2) {
  font-weight: 700;
}
.comparison .comparison__tabel-body .item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  padding: 35px 0;
  border-bottom: 1px solid #659450;
}
.comparison .comparison__tabel-body .item {
  position: relative;
  z-index: 2;
  font-weight: 400;
  line-height: 1.2;
  font-size: 25px;
  color: #324B27;
}
.comparison .comparison__tabel-body .item:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.comparison .comparison__tabel-body .item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.comparison .comparison__tabel-body .item.no-has {
  font-size: 0;
}
.comparison .comparison__tabel-body .item.no-has::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #324B27;
}
.comparison .comparison__tabel-body .item.is-has {
  font-size: 0;
}
.comparison .comparison__tabel-body .item.is-has::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #324B27;
}
.comparison .comparison__bottom-text {
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  color: #324B27;
  margin: 50px 0;
}
.comparison .comparison__bottom-text:empty {
  display: none;
}
.comparison .comparison__bottom-list li {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #000000;
}
.comparison .comparison__bottom-list li:not(:first-child) {
  margin-top: 20px;
}
.comparison .comparison__bottom-list li:empty {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .comparison .comparison__inner {
    padding: 6.0240963855vw 0;
  }
  .comparison .comparison__top {
    margin-bottom: 2.7108433735vw;
  }
  .comparison .comparison__top .comparison__title {
    font-size: 1.8072289157vw;
    margin-bottom: 1.2048192771vw;
  }
  .comparison .comparison__top .comparison__text {
    font-size: 1.4457831325vw;
    margin-bottom: 1.2048192771vw;
  }
  .comparison .comparison__top .comparison__image {
    width: 22.5903614458vw;
  }
  .comparison .comparison__tabel-header {
    padding-bottom: 2.1084337349vw;
  }
  .comparison .comparison__tabel-header .item {
    font-size: 1.5060240964vw;
  }
  .comparison .comparison__tabel-body .item-row {
    padding: 2.1084337349vw 0;
  }
  .comparison .comparison__tabel-body .item {
    font-size: 1.5060240964vw;
  }
  .comparison .comparison__tabel-body .item.no-has::before {
    width: 1.3253012048vw;
    height: 1.3253012048vw;
    border: 0.1204819277vw solid #324B27;
  }
  .comparison .comparison__tabel-body .item.is-has::before {
    width: 1.3253012048vw;
    height: 1.3253012048vw;
  }
  .comparison .comparison__bottom-text {
    font-size: 1.5060240964vw;
    margin: 3.0120481928vw 0;
  }
  .comparison .comparison__bottom-list li {
    font-size: 1.2048192771vw;
  }
  .comparison .comparison__bottom-list li:not(:first-child) {
    margin-top: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .comparison .comparison__inner {
    padding: 6.1333333333vw 0;
  }
  .comparison .comparison__tabel {
    width: 100%;
  }
  .comparison .comparison__top {
    margin-bottom: 10.6666666667vw;
  }
  .comparison .comparison__top .comparison__title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .comparison .comparison__top .comparison__text {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .comparison .comparison__top .comparison__image {
    width: 62.9333333333vw;
  }
  .comparison .comparison__tabel-header {
    padding-bottom: 3.7333333333vw;
  }
  .comparison .comparison__tabel-header .item {
    font-size: 3.4666666667vw;
  }
  .comparison .comparison__tabel-body .item-row {
    padding: 4vw 0;
  }
  .comparison .comparison__tabel-body .item {
    font-size: 3.4666666667vw;
  }
  .comparison .comparison__tabel-body .item.no-has::before {
    width: 3.2vw;
    height: 3.2vw;
    border: 0.2666666667vw solid #324B27;
  }
  .comparison .comparison__tabel-body .item.is-has::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comparison .comparison__bottom-text {
    font-size: 4.8vw;
    margin: 5.3333333333vw 0;
  }
  .comparison .comparison__bottom-list li {
    font-size: 3.7333333333vw;
  }
  .comparison .comparison__bottom-list li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.about-medicine {
  font-family: "Assistant", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-medicine .text {
  color: #fff;
}
.about-medicine .text ul li::before,
.about-medicine .text ol li ul li::after {
  background-color: #fff;
}
.about-medicine .about-medicine__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-medicine .about-medicine__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-medicine .about-medicine__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.about-medicine .about-medicine__image {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0px;
  width: 476px;
  height: 502px;
}
.about-medicine .about-medicine__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-medicine .about-medicine__top {
  width: 100%;
  max-width: 1090px;
}
.about-medicine .about-medicine__top.about-medicine__top-full {
  max-width: 100%;
}
.about-medicine .about-medicine__top-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.about-medicine .about-medicine__top-subtitle {
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.about-medicine .about-medicine__list {
  margin-top: 70px;
}
.about-medicine .about-medicine__list li {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.about-medicine .about-medicine__list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about-medicine .about-medicine__list li:not(:first-child) {
  margin-top: 35px;
}
.about-medicine .about-medicine__bottom {
  margin-top: 85px;
}
.about-medicine .about-medicine__bottom-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.about-medicine .about-medicine__bottom-image {
  width: 375px;
  height: auto;
}
.about-medicine .about-medicine__bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-medicine .about-medicine__strip {
  background-color: #EDF4D1;
  padding: 25px;
  text-align: center;
}
.about-medicine .about-medicine__strip a {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
  text-decoration: underline;
}

@media only screen and (max-width: 1660px) {
  .about-medicine .about-medicine__inner {
    max-width: 115.6626506024vw;
    padding: 6.0240963855vw 0;
  }
  .about-medicine .about-medicine__image {
    width: 28.6746987952vw;
    height: 30.2409638554vw;
  }
  .about-medicine .about-medicine__top {
    max-width: 65.6626506024vw;
  }
  .about-medicine .about-medicine__top-title {
    font-size: 2.1686746988vw;
    margin-bottom: 0.9036144578vw;
  }
  .about-medicine .about-medicine__top-subtitle {
    font-size: 1.8072289157vw;
    margin-bottom: 1.8072289157vw;
  }
  .about-medicine .about-medicine__list {
    margin-top: 4.2168674699vw;
  }
  .about-medicine .about-medicine__list li {
    font-size: 1.2048192771vw;
  }
  .about-medicine .about-medicine__list li:not(:first-child) {
    margin-top: 2.1084337349vw;
  }
  .about-medicine .about-medicine__bottom {
    margin-top: 5.1204819277vw;
  }
  .about-medicine .about-medicine__bottom-text {
    font-size: 1.4457831325vw;
    margin-bottom: 0.6024096386vw;
  }
  .about-medicine .about-medicine__bottom-image {
    width: 22.5903614458vw;
  }
  .about-medicine .about-medicine__strip {
    padding: 1.5060240964vw;
  }
  .about-medicine .about-medicine__strip a {
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-medicine .about-medicine__inner {
    padding: 8vw 0;
    position: relative;
    z-index: 2;
  }
  .about-medicine .about-medicine__inner::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    bottom: 0;
    width: 43.7333333333vw;
    height: 74.1333333333vw;
    background: url(../img/dec-sec.png) no-repeat center/contain;
  }
  .about-medicine .about-medicine__image {
    left: -12vw;
    width: 23.7333333333vw;
    height: 24.8vw;
  }
  .about-medicine .about-medicine__top {
    max-width: 100%;
  }
  .about-medicine .about-medicine__top-title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .about-medicine .about-medicine__top-subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .about-medicine .about-medicine__list {
    margin-top: 8vw;
  }
  .about-medicine .about-medicine__list li {
    font-size: 3.4666666667vw;
  }
  .about-medicine .about-medicine__list li:not(:first-child) {
    margin-top: 4vw;
  }
  .about-medicine .about-medicine__bottom {
    margin-top: 8vw;
  }
  .about-medicine .about-medicine__bottom-text {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .about-medicine .about-medicine__bottom-image {
    width: 40vw;
  }
  .about-medicine .about-medicine__strip {
    padding: 5.3333333333vw;
  }
  .about-medicine .about-medicine__strip a {
    font-size: 3.7333333333vw;
  }
}
.type-products {
  font-family: "Assistant", sans-serif;
}
.type-products .type-products__list {
  padding: 50px 0;
}
.type-products .type-products__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 190px 1fr 190px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 190px;
}
.type-products .type-products__list .item {
  position: relative;
}
.type-products .type-products__list .item .item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type-products .type-products__list .item-image {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  margin-bottom: 10px;
}
.type-products .type-products__list .item-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.type-products .type-products__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 19px;
  text-align: center;
  color: #37482F;
  margin-bottom: 20px;
}
.type-products .type-products__list .item-list {
  position: relative;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.type-products .type-products__list .item-list li {
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  text-align: center;
  color: #333333;
  padding: 0 10px;
  position: relative;
}
.type-products .type-products__list .item-list li a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type-products .type-products__list .item-list li:not(:last-child) {
  border-left: 1px solid #333333;
}
.type-products .type-products__strip {
  background-color: #EDF4D1;
  padding: 30px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
}

@media only screen and (max-width: 1660px) {
  .type-products .type-products__list {
    padding: 3.0120481928vw 0;
  }
  .type-products .type-products__list .list {
    grid-gap: 3.6144578313vw 11.4457831325vw;
  }
  .type-products .type-products__list .item-image {
    margin-bottom: 0.6024096386vw;
  }
  .type-products .type-products__list .item-title {
    font-size: 1.1445783133vw;
    margin-bottom: 1.2048192771vw;
  }
  .type-products .type-products__list .item-list li {
    font-size: 0.9036144578vw;
    padding: 0 0.6024096386vw;
  }
  .type-products .type-products__strip {
    padding: 1.8072289157vw;
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .type-products .type-products__list {
    padding: 8vw 0;
  }
  .type-products .type-products__list .list {
    -ms-grid-columns: 1fr 6.6666666667vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6.6666666667vw;
  }
  .type-products .type-products__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .type-products .type-products__list .item-image {
    margin-bottom: 2.6666666667vw;
  }
  .type-products .type-products__list .item-title {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .type-products .type-products__list .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
  .type-products .type-products__list .item-list li {
    font-size: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .type-products .type-products__list .item-list li:first-child {
    padding-right: 0;
  }
  .type-products .type-products__list .item-list li:last-child {
    padding-left: 0;
  }
  .type-products .type-products__strip {
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.mini-gallery {
  margin: 0;
}
.mini-gallery .mini-gallery__inner {
  margin: 50px 0;
}
.mini-gallery .mini-gallery__list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mini-gallery .mini-gallery__list .item {
  width: 237px;
  margin: 0;
}
.mini-gallery .mini-gallery__list .item-image {
  width: 100%;
  height: 237px;
  margin: 0;
}
.mini-gallery .mini-gallery__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-gallery .mini-gallery__list .item-text {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000000;
}
.mini-gallery .mini-gallery__list .item-text:empty {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .mini-gallery .mini-gallery__inner {
    margin: 3.0120481928vw 0;
  }
  .mini-gallery .mini-gallery__list .list {
    gap: 3.0120481928vw;
  }
  .mini-gallery .mini-gallery__list .item {
    width: 14.2771084337vw;
  }
  .mini-gallery .mini-gallery__list .item-image {
    height: 14.2771084337vw;
  }
  .mini-gallery .mini-gallery__list .item-text {
    margin: 0.6024096386vw 0 0;
    font-size: 0.9638554217vw;
  }
}
@media only screen and (max-width: 991px) {
  .mini-gallery .mini-gallery__inner {
    margin: 8vw 0;
  }
  .mini-gallery .mini-gallery__list .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8vw;
  }
  .mini-gallery .mini-gallery__list .item {
    width: 100%;
  }
  .mini-gallery .mini-gallery__list .item-image {
    width: 100%;
    height: auto;
  }
  .mini-gallery .mini-gallery__list .item-text {
    margin: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 991px) {
  .asymmetric-images.asymmetric-images-reverse .asymmetric-images__list .item:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .asymmetric-images.asymmetric-images-reverse .asymmetric-images__list .item:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.asymmetric-images .asymmetric-images__inner {
  margin: 50px 0;
}
.asymmetric-images .asymmetric-images__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.asymmetric-images .asymmetric-images__list .item {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 991px) {
  .asymmetric-images .asymmetric-images__list .item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.asymmetric-images .asymmetric-images__list .item .item-image {
  width: 100%;
  height: 483px;
}
.asymmetric-images .asymmetric-images__list .item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asymmetric-images .asymmetric-images__list .item .item-text {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}
.asymmetric-images .asymmetric-images__list .item .item-text:empty {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .asymmetric-images .asymmetric-images__inner {
    margin: 3.0120481928vw 0;
  }
  .asymmetric-images .asymmetric-images__list .list {
    grid-gap: 6.0240963855vw;
  }
  .asymmetric-images .asymmetric-images__list .item .item-image {
    height: 29.0963855422vw;
  }
  .asymmetric-images .asymmetric-images__list .item .item-text {
    margin-top: 0.6024096386vw;
    font-size: 0.9638554217vw;
  }
}
@media only screen and (max-width: 991px) {
  .asymmetric-images .asymmetric-images__inner {
    margin: 8vw 0;
  }
  .asymmetric-images .asymmetric-images__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
  .asymmetric-images .asymmetric-images__list .item .item-image {
    width: 100%;
    height: auto;
  }
  .asymmetric-images .asymmetric-images__list .item .item-text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.about-product {
  font-family: "Assistant", sans-serif;
}
.about-product .about-product__inner {
  padding: 0px 0 50px;
}
.about-product .about-product__wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #324B27;
}
.about-product .about-product__strip {
  background-color: #EDF4D1;
  padding: 18px;
}
.about-product .about-product__strip a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #324B27;
}
.about-product .about-product__wrapper {
  margin-top: 50px;
}
.about-product .about-product__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
  color: #324B27;
  margin-bottom: 35px;
}
.about-product .about-product__text {
  width: 100%;
  max-width: 800px;
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 50px;
}
.about-product .about-product__image {
  width: 100%;
  height: 311px;
  margin: 0 auto;
}
.about-product .about-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-product .about-product__slider {
  position: relative;
  padding: 0 30px;
}
.about-product .about-product__slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-product .about-product__slider .swiper-slide {
  width: auto;
  height: 284px;
}
.about-product .about-product__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-product .about-product__slider .swiper-button-prev,
.about-product .about-product__slider .swiper-button-next {
  position: absolute;
  top: 130px;
  width: 12px;
  height: 20px;
  margin: 0;
}
.about-product .about-product__slider .swiper-button-prev::after,
.about-product .about-product__slider .swiper-button-next::after {
  display: none;
}
.about-product .about-product__slider .swiper-button-prev::before,
.about-product .about-product__slider .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-product .about-product__slider .swiper-button-prev {
  right: 0;
  left: auto;
}
.about-product .about-product__slider .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48074 0.334856L6.66274 5.65086C6.75375 5.74423 6.80469 5.86946 6.80469 5.99986C6.80469 6.13025 6.75375 6.25548 6.66274 6.34886L1.48074 11.6669C1.43834 11.7104 1.38765 11.745 1.33166 11.7686C1.27567 11.7923 1.21551 11.8044 1.15474 11.8044C1.09396 11.8044 1.0338 11.7923 0.977813 11.7686C0.921822 11.745 0.871133 11.7104 0.828737 11.6669C0.741507 11.5776 0.692671 11.4577 0.692671 11.3329C0.692671 11.208 0.741507 11.0881 0.828737 10.9989L5.70174 5.99986L0.828737 1.00186C0.741806 0.912607 0.69316 0.792944 0.69316 0.668356C0.69316 0.543768 0.741806 0.424104 0.828737 0.334856C0.871133 0.291312 0.921822 0.256703 0.977813 0.233072C1.0338 0.209441 1.09396 0.197266 1.15474 0.197266C1.21551 0.197266 1.27567 0.209441 1.33166 0.233072C1.38765 0.256703 1.43834 0.291312 1.48074 0.334856Z' fill='black'/%3E%3C/svg%3E%0A");
}
.about-product .about-product__slider .swiper-button-next {
  right: auto;
  left: 0;
}
.about-product .about-product__slider .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath fill='%23000' d='M5.52.335.336 5.65a.5.5 0 0 0 0 .698l5.182 5.318a.455.455 0 0 0 .652 0 .478.478 0 0 0 0-.668l-4.873-5 4.873-4.997a.478.478 0 0 0-.149-.769.455.455 0 0 0-.503.102Z'/%3E%3C/svg%3E");
}
.about-product .swiper-scrollbar {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .about-product .about-product__inner {
    padding: 0px 0 3.0120481928vw;
  }
  .about-product .about-product__wrapper {
    padding-bottom: 3.0120481928vw;
  }
  .about-product .about-product__strip {
    padding: 1.0843373494vw;
  }
  .about-product .about-product__strip a {
    font-size: 1.2048192771vw;
    line-height: 1.3855421687vw;
  }
  .about-product .about-product__wrapper {
    margin-top: 3.0120481928vw;
  }
  .about-product .about-product__title {
    font-size: 2.1686746988vw;
    margin-bottom: 2.1084337349vw;
  }
  .about-product .about-product__text {
    max-width: 48.1927710843vw;
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .about-product .about-product__image {
    height: 18.734939759vw;
  }
  .about-product .about-product__slider {
    padding: 0 1.8072289157vw;
  }
  .about-product .about-product__slider .swiper-slide {
    height: 17.1084337349vw;
  }
  .about-product .about-product__slider .swiper-button-prev,
  .about-product .about-product__slider .swiper-button-next {
    top: 7.8313253012vw;
    width: 0.7228915663vw;
    height: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product .about-product__inner {
    padding: 0px 0 8vw;
  }
  .about-product .about-product__wrapper {
    padding: 0;
    border: none;
  }
  .about-product .about-product__strip {
    padding: 4.2666666667vw 5.3333333333vw;
  }
  .about-product .about-product__strip a {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .about-product .about-product__wrapper {
    margin-top: 8vw;
  }
  .about-product .about-product__title {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
  .about-product .about-product__text {
    max-width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
  .about-product .about-product__image {
    height: 26.1333333333vw;
  }
  .about-product .about-product__slider {
    width: calc(100% + 10.6666666667vw);
    margin: 0 -5.3333333333vw;
    padding: 0 5.3333333333vw 0 0;
  }
  .about-product .about-product__slider .swiper-slide {
    height: 26.6666666667vw;
  }
  .about-product .about-product__slider .swiper-button-prev,
  .about-product .about-product__slider .swiper-button-next {
    top: 10.6666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-color: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-product .about-product__slider .swiper-button-prev::before,
  .about-product .about-product__slider .swiper-button-next::before {
    width: 1.8666666667vw;
    height: 3.2vw;
    top: auto;
    left: auto;
  }
  .about-product .about-product__slider .swiper-button-next {
    left: 2.6666666667vw;
  }
  .about-product .about-product__slider .swiper-button-next::before {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .about-product .about-product__slider .swiper-button-prev {
    right: 2.6666666667vw;
  }
  .about-product .about-product__slider .swiper-button-prev::before {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .about-product .swiper-scrollbar {
    width: 100%;
    height: 0.5333333333vw;
    display: block;
    position: static;
    margin-top: 9.3333333333vw;
  }
  .about-product .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.5333333333vw;
    border-radius: 0;
    background-color: #324B27;
  }
}
.page-navigation {
  font-family: "Assistant", sans-serif;
}
.page-navigation .page-navigation__inner {
  padding-bottom: 50px;
}
.page-navigation .page-navigation__wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #324B27;
  margin-bottom: 30px;
}
.page-navigation .page-navigation___title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #324B27;
  margin-bottom: 30px;
}
.page-navigation .page-navigation__list {
  margin-bottom: 50px;
}
.page-navigation .page-navigation__list li {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  color: #324B27;
}
.page-navigation .page-navigation__list li:not(:first-child) {
  margin-top: 30px;
}
.page-navigation .page-navigation__text {
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 50px;
}
.page-navigation .page-navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper .page-navigation__menu-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #324B27;
  margin-bottom: 35px;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul {
  position: relative;
  z-index: 2;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: calc(100% - 13px);
  background-color: #324B27;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -6px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #324B27;
  border-radius: 50%;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li:not(:first-child) {
  margin-top: 35px;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #324B27;
}
.page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li a span {
  font-weight: 400;
  color: #6B8C53;
}
.page-navigation .page-navigation__text-bottom {
  margin-top: 50px;
}
.page-navigation .page-navigation__text-bottom .text {
  color: #324B27;
}
.page-navigation .page-navigation__link a {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 28px;
  text-align: center;
  color: #324B27;
  text-decoration: underline;
}

@media only screen and (max-width: 1660px) {
  .page-navigation .page-navigation__inner {
    padding-bottom: 3.0120481928vw;
  }
  .page-navigation .page-navigation__wrapper {
    padding-bottom: 1.8072289157vw;
    margin-bottom: 1.8072289157vw;
  }
  .page-navigation .page-navigation___title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.8072289157vw;
  }
  .page-navigation .page-navigation__list {
    margin-bottom: 3.0120481928vw;
  }
  .page-navigation .page-navigation__list li {
    font-size: 1.4457831325vw;
  }
  .page-navigation .page-navigation__list li:not(:first-child) {
    margin-top: 1.8072289157vw;
  }
  .page-navigation .page-navigation__text {
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper .page-navigation__menu-title {
    font-size: 1.4457831325vw;
    margin-bottom: 2.1084337349vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul::before {
    height: calc(100% - 0.7831325301vw);
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li {
    padding-right: 3.0120481928vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li::before {
    top: 0.3012048193vw;
    right: -0.3614457831vw;
    width: 0.6626506024vw;
    height: 0.6626506024vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li:not(:first-child) {
    margin-top: 2.1084337349vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li a {
    font-size: 1.2048192771vw;
  }
  .page-navigation .page-navigation__text-bottom {
    margin-top: 3.0120481928vw;
  }
  .page-navigation .page-navigation__link a {
    font-size: 1.686746988vw;
  }
}
@media only screen and (max-width: 991px) {
  .page-navigation .page-navigation__inner {
    padding-bottom: 5.8666666667vw;
  }
  .page-navigation .page-navigation__wrapper {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 4.2666666667vw;
  }
  .page-navigation .page-navigation___title {
    width: 100%;
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .page-navigation .page-navigation__list {
    margin-bottom: 5.0666666667vw;
  }
  .page-navigation .page-navigation__list li {
    width: 100%;
    text-align: center;
    font-size: 3.7333333333vw;
    color: rgb(50, 75, 39);
  }
  .page-navigation .page-navigation__list li:not(:first-child) {
    margin-top: 4vw;
  }
  .page-navigation .page-navigation__text {
    font-size: 4.2666666667vw;
    margin-bottom: 12vw;
    color: rgb(0, 0, 0);
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper .page-navigation__menu-title {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul {
    direction: ltr;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul::before {
    height: calc(100% - 3.4666666667vw);
    right: auto;
    left: 0;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li {
    padding-right: 0;
    padding-left: 3.7333333333vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li::before {
    top: 0;
    right: auto;
    left: -1.6vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li a {
    font-size: 3.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-navigation .page-navigation__menu .page-navigation__menu-wrapper ul li a span {
    min-width: 34.6666666667vw;
    margin-left: 2.9333333333vw;
  }
  .page-navigation .page-navigation__text-bottom {
    margin-top: 13.3333333333vw;
  }
  .page-navigation .page-navigation__link a {
    font-size: 3.7333333333vw;
  }
}
.product-set {
  font-family: "Assistant", sans-serif;
}
.product-set .product-set__inner {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 50px 20px;
}
.product-set .product-set__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
.product-set .product-set__list .item:not(:first-child) {
  margin-top: 50px;
}
.product-set .product-set__list .item-top {
  display: none;
}
.product-set .product-set__list .item-content {
  width: 100%;
  background-color: rgba(250, 250, 237, 0.61);
  padding: 30px 20px;
}
.product-set .product-set__list .item-content .text {
  color: #324B27;
}
.product-set .product-set__list .item-content .text-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #324B27;
  margin: 0;
}
.product-set .product-set__list .item-content .text-subtitle {
  font-family: "Manier";
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #A5B089;
}
.product-set .product-set__list .item-content .item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.product-set .product-set__list .item-content .item-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  color: #659450;
}
.product-set .product-set__list .item-content .item-tags li:not(:last-child) {
  padding-left: 14px;
  border-left: 1px solid #659450;
}
.product-set .product-set__list .item-content .item-tags li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.product-set .product-set__list .item-products {
  width: 100%;
  max-width: 705px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  position: relative;
}
.product-set .product-set__list .item-products.item-products-column .item-product {
  width: calc(50% - 14px);
}
.product-set .product-set__list .item-product {
  width: 216px;
}
.product-set .product-set__list .item-product.item-product-main {
  width: 100%;
}
.product-set .product-set__list .item-product.item-product-main .card {
  position: static;
}
.product-set .product-set__list .item-product.item-product-main .card-link {
  display: none;
}
.product-set .product-set__list .item-product.item-product-main .card-top {
  position: static;
  height: auto;
  display: block;
  margin: 0;
}
.product-set .product-set__list .item-product.item-product-main .card-top__wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.product-set .product-set__list .item-product.item-product-main .card-top__image,
.product-set .product-set__list .item-product.item-product-main .card-top__labels,
.product-set .product-set__list .item-product.item-product-main .card-content {
  display: none;
}
.product-set .product-set__list .item-product.item-product-main .card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product-set .product-set__list .item-product.item-product-main .card-button .variations {
  display: none !important;
}
.product-set .product-set__list .item-product.item-product-main .card-button .variations_form .section-product__content-options {
  display: block !important;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .options {
  display: block !important;
  margin-bottom: 15px;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option:not(:first-child) {
  margin-top: 20px;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option.is-checked .option-checkbox span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23fff' stroke='%2337482F'/%3E%3Ccircle cx='11' cy='11' r='7' fill='%23324B27'/%3E%3C/svg%3E");
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23fff' stroke='%2337482F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-desr {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .options-tooltip {
  display: none;
}
.product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-button-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-set .product-set__list .item-product.item-product-main .card-button .button {
  width: auto;
  min-width: 182px;
}
.product-set .product-set__list .item-product__title {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #324B27;
}
.product-set .product-set__list .item-product__subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: #A5B089;
  margin-bottom: 20px;
}
.product-set .product-set__list .item-product__subtitle:empty {
  display: none;
}
.product-set .product-set__list .item-product__image {
  width: 100%;
  max-width: 216px;
  height: 346px;
  margin: 0 auto;
}
.product-set .product-set__list .item-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .product-set .product-set__inner {
    max-width: 106.0240963855vw;
    padding: 3.0120481928vw 1.2048192771vw;
  }
  .product-set .product-set__list .item {
    gap: 6.0240963855vw;
  }
  .product-set .product-set__list .item:not(:first-child) {
    margin-top: 3.0120481928vw;
  }
  .product-set .product-set__list .item-content {
    padding: 1.8072289157vw 1.2048192771vw;
  }
  .product-set .product-set__list .item-content .text-title {
    font-size: 1.4457831325vw;
  }
  .product-set .product-set__list .item-content .text-subtitle {
    font-size: 1.2048192771vw;
  }
  .product-set .product-set__list .item-content .item-tags {
    gap: 0.9036144578vw;
    margin-top: 1.2048192771vw;
  }
  .product-set .product-set__list .item-content .item-tags li {
    font-size: 0.9036144578vw;
  }
  .product-set .product-set__list .item-content .item-tags li:not(:last-child) {
    padding-left: 0.843373494vw;
  }
  .product-set .product-set__list .item-products {
    max-width: 42.4698795181vw;
    gap: 1.686746988vw;
  }
  .product-set .product-set__list .item-products.item-products-column .item-product {
    width: calc(50% - 0.843373494vw);
  }
  .product-set .product-set__list .item-product {
    width: 13.0120481928vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .options {
    margin-bottom: 0.9036144578vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option:not(:first-child) {
    margin-top: 1.2048192771vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span {
    font-size: 1.2048192771vw;
    gap: 0.7228915663vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span::before {
    width: 1.3253012048vw;
    height: 1.3253012048vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-desr {
    margin-top: 0.9036144578vw;
    font-size: 0.9638554217vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .button {
    min-width: 10.9638554217vw;
  }
  .product-set .product-set__list .item-product__title {
    font-size: 1.2048192771vw;
  }
  .product-set .product-set__list .item-product__subtitle {
    font-size: 0.9638554217vw;
    margin-bottom: 1.2048192771vw;
  }
  .product-set .product-set__list .item-product__image {
    max-width: 13.0120481928vw;
    height: 20.843373494vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-set .product-set__inner {
    max-width: 100%;
    padding: 5.8666666667vw 5.3333333333vw 12vw;
  }
  .product-set .product-set__list .item {
    gap: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-set .product-set__list .item-content {
    background: rgb(246, 245, 241);
    padding: 3.2vw;
  }
  .product-set .product-set__list .item:not(:first-child) {
    margin-top: 8vw;
  }
  .product-set .product-set__list .item-top {
    display: block;
    margin-bottom: 2.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-set .product-set__list .item-top .item-top__caption {
    font-family: "Assistant", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    text-align: center;
    color: #A5B089;
    margin-bottom: 1.3333333333vw;
  }
  .product-set .product-set__list .item-top .item-top__text {
    font-family: "Assistant", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    text-align: center;
    color: #324B27;
  }
  .product-set .product-set__list .item-content {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-set .product-set__list .item-content .text {
    background-color: #F6F5F1;
    padding: 4vw;
    border-radius: 2.6666666667vw;
    border-bottom: 1px solid #324B27;
  }
  .product-set .product-set__list .item-content .text-title,
  .product-set .product-set__list .item-content .text-subtitle {
    display: none;
  }
  .product-set .product-set__list .item-content .item-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .product-set .product-set__list .item-content .item-tags li {
    font-size: 3.7333333333vw;
    text-decoration: underline;
  }
  .product-set .product-set__list .item-content .item-tags li:not(:last-child) {
    padding-left: 0;
    border-left: none;
  }
  .product-set .product-set__list .item-products {
    max-width: 100%;
    gap: 4vw;
    position: relative;
    margin-bottom: 5.3333333333vw;
  }
  .product-set .product-set__list .item-products.item-products-column {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-set .product-set__list .item-products.item-products-column .item-product {
    width: 26.6666666667vw;
  }
  .product-set .product-set__list .item-products.item-products-column .item-product:first-child {
    width: 100%;
    margin-bottom: -21.3333333333vw;
  }
  .product-set .product-set__list .item-products.item-products-column .item-product.item-product-last {
    width: 100%;
    margin-top: -21.3333333333vw;
  }
  .product-set .product-set__list .item-products.item-products-column .item-product.item-product-main {
    width: 100%;
  }
  .product-set .product-set__list .item-product {
    width: 26.6666666667vw;
  }
  .product-set .product-set__list .item-product.item-product-main {
    width: 100%;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .options {
    margin-bottom: 2.6666666667vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span {
    font-size: 4.2666666667vw;
    gap: 3.2vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-checkbox span::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .option-desr {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .section-product__content-options .options-tooltip {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .product-set .product-set__list .item-product.item-product-main .card-button .button {
    min-width: 37.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .product-set .product-set__list .item-product__title,
  .product-set .product-set__list .item-product__subtitle {
    display: none;
  }
  .product-set .product-set__list .item-product__image {
    max-width: 28vw;
    height: 44.2666666667vw;
  }
}
.section-products {
  font-family: "Assistant", sans-serif;
  background-color: #fff;
  overflow: hidden;
}
.section-products .section-products__strip {
  background-color: #EDF4D1;
  padding: 20px 0;
}
.section-products .section-products__strip .section-products__strip-text {
  text-align: center;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.section-products .section-products__strip .section-products__strip-text a {
  color: inherit;
  text-decoration: underline;
}
.section-products .section-products__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-products .section-products__top {
  margin-bottom: 70px;
}
.section-products .section-products__top-wrapper {
  width: 100%;
  max-width: 865px;
}
.section-products .section-products__top-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #324B27;
  margin-bottom: 25px;
}
.section-products .section-products__top-text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.section-products .section-products__category {
  background-color: var(--bgBlockColor, #EDF4D1);
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
}
.section-products .section-products__category::before, .section-products .section-products__category::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: inherit;
}
.section-products .section-products__category::before {
  left: 100%;
}
.section-products .section-products__category::after {
  right: 100%;
}
.section-products .section-products__category.block-list-size-large .list, .section-products .section-products__category.block-list-size-medium .list, .section-products .section-products__category.block-list-size-small .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-products .section-products__category.block-list-size-large {
  padding: 25px 0;
}
.section-products .section-products__category.block-list-size-large .item-icon {
  width: 55px;
  height: 42px;
}
.section-products .section-products__category.block-list-size-large .item-title {
  font-size: 25px;
}
.section-products .section-products__category.block-list-size-medium {
  padding: 15px 0;
}
.section-products .section-products__category.block-list-size-medium .item-icon {
  width: 35px;
  height: 27px;
}
.section-products .section-products__category.block-list-size-medium .item-title {
  font-size: 14px;
}
.section-products .section-products__category.block-list-size-small {
  padding: 10px 0;
}
.section-products .section-products__category.block-list-size-small .item-icon {
  width: 25px;
  height: 19px;
}
.section-products .section-products__category.block-list-size-small .item-title {
  font-size: 10px;
}
.section-products .section-products__category .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-products .section-products__category .item {
  max-width: 170px;
  position: relative;
  z-index: 2;
}
.section-products .section-products__category .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-products .section-products__category .item-icon {
  width: 72px;
  height: 55px;
  margin: 0 auto 10px;
}
.section-products .section-products__category .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-products .section-products__category .item-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: var(--textBlockColor, #324b27);
}
.section-products .section-products__tags {
  margin-bottom: 70px;
}
.section-products .section-products__tags .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.section-products .section-products__tags .item {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  color: #FAFAED;
  padding: 13px 30px;
  border-radius: 25px;
  background-color: #A19689;
}
.section-products .section-products__tags .item:nth-child(7n+1) {
  background-color: #A19689;
}
.section-products .section-products__tags .item:nth-child(7n+2) {
  background-color: #AA814E;
}
.section-products .section-products__tags .item:nth-child(7n+3) {
  background-color: #90B8C4;
}
.section-products .section-products__tags .item:nth-child(7n+4) {
  background-color: rgba(152, 134, 55, 0.85);
}
.section-products .section-products__tags .item:nth-child(7n+5) {
  background-color: #7B9B59;
}
.section-products .section-products__tags .item:nth-child(7n+6) {
  background-color: rgba(129, 89, 40, 0.71);
}
.section-products .section-products__tags .item:nth-child(7n+7) {
  background-color: rgba(230, 117, 0, 0.77);
}
.section-products .section-products__tags .item:nth-child(7n+8) {
  background-color: #9AAF63;
}
.section-products .section-products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.section-products #switch-products .section-products__list .card {
  display: none;
}
.section-products #switch-products .section-products__list .card.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-products .section-products__side {
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #324B27;
  padding-bottom: 10px;
  border-bottom: 1px solid #324B27;
}
.section-products .section-products__list {
  width: 100%;
}
.section-products .section-products__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 20px;
}
.section-products .section-products__single {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-products .section-products__single .text_description {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #324B27;
  margin-bottom: 100px;
}
.section-products .section-products__single .text_description a {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.section-products .section-products__single-img {
  width: 664px;
  height: 854px;
}
.section-products .section-products__single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-products .section-products__single-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 19px;
  color: #37482F;
  text-align: center;
  margin-top: 25px;
}
.section-products .section-products__bottom {
  margin-top: 70px;
}
.section-products .section-products__bottom-text {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #324B27;
  margin-bottom: 25px;
}
.section-products .section-products__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
}
.section-products .section-products__bottom-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.section-products .section-products__bottom-list li:not(:last-child) {
  border-left: 1px solid #6B8C53;
  padding-left: 35px;
}
.section-products .section-products__bottom-list li a {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #6B8C53;
}

@media only screen and (max-width: 1660px) {
  .section-products .section-products__strip {
    padding: 1.2048192771vw 0;
  }
  .section-products .section-products__strip .section-products__strip-text {
    font-size: 1.2048192771vw;
  }
  .section-products .section-products__inner {
    max-width: 115.6626506024vw;
    padding-bottom: 4.2168674699vw;
  }
  .section-products .section-products__top {
    margin-bottom: 4.2168674699vw;
  }
  .section-products .section-products__top-wrapper {
    max-width: 52.1084337349vw;
  }
  .section-products .section-products__top-title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.5060240964vw;
  }
  .section-products .section-products__top-text {
    font-size: 1.4457831325vw;
  }
  .section-products .section-products__category {
    padding: 1.2048192771vw 0;
    margin-bottom: 3.0120481928vw;
  }
  .section-products .section-products__category.block-list-size-large {
    padding: 1.5060240964vw 0;
  }
  .section-products .section-products__category.block-list-size-large .item-icon {
    width: 3.313253012vw;
    height: 2.5301204819vw;
  }
  .section-products .section-products__category.block-list-size-large .item-title {
    font-size: 1.5060240964vw;
  }
  .section-products .section-products__category.block-list-size-medium {
    padding: 0.9036144578vw 0;
  }
  .section-products .section-products__category.block-list-size-medium .item-icon {
    width: 2.1084337349vw;
    height: 1.6265060241vw;
  }
  .section-products .section-products__category.block-list-size-medium .item-title {
    font-size: 0.843373494vw;
  }
  .section-products .section-products__category.block-list-size-small {
    padding: 0.6024096386vw 0;
  }
  .section-products .section-products__category.block-list-size-small .item-icon {
    width: 1.5060240964vw;
    height: 1.1445783133vw;
  }
  .section-products .section-products__category.block-list-size-small .item-title {
    font-size: 0.6024096386vw;
  }
  .section-products .section-products__category .list {
    gap: 7.2289156627vw;
  }
  .section-products .section-products__category .item {
    max-width: 10.2409638554vw;
  }
  .section-products .section-products__category .item-icon {
    width: 4.3373493976vw;
    height: 3.313253012vw;
    margin: 0 auto 0.6024096386vw;
  }
  .section-products .section-products__category .item-title {
    font-size: 1.4457831325vw;
  }
  .section-products .section-products__tags {
    margin-bottom: 4.2168674699vw;
  }
  .section-products .section-products__tags .list {
    gap: 1.8072289157vw;
  }
  .section-products .section-products__tags .item {
    font-size: 1.2048192771vw;
    padding: 0.7831325301vw 1.8072289157vw;
    border-radius: 1.5060240964vw;
  }
  .section-products .section-products__wrapper {
    gap: 3.0120481928vw;
  }
  .section-products .section-products__side {
    width: 17.4698795181vw;
    font-size: 1.9277108434vw;
    padding-bottom: 0.6024096386vw;
  }
  .section-products .section-products__list .list {
    grid-gap: 3.0120481928vw 1.2048192771vw;
  }
  .section-products .section-products__single {
    margin-top: 6.0240963855vw;
  }
  .section-products .section-products__single .text_description {
    font-size: 2.1686746988vw;
    margin-bottom: 6.0240963855vw;
  }
  .section-products .section-products__single-img {
    width: 40vw;
    height: 51.4457831325vw;
  }
  .section-products .section-products__single-title {
    font-size: 1.1445783133vw;
    margin-top: 1.5060240964vw;
  }
  .section-products .section-products__bottom {
    margin-top: 4.2168674699vw;
  }
  .section-products .section-products__bottom-text {
    font-size: 1.4457831325vw;
    margin-bottom: 1.5060240964vw;
  }
  .section-products .section-products__bottom-list {
    gap: 2.1084337349vw;
  }
  .section-products .section-products__bottom-list li:not(:last-child) {
    padding-left: 2.1084337349vw;
  }
  .section-products .section-products__bottom-list li a {
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-products .section-products__strip {
    padding: 5.3333333333vw 0;
  }
  .section-products .section-products__strip .section-products__strip-text {
    font-size: 5.3333333333vw;
  }
  .section-products .breadcums-block {
    margin-top: 8vw;
  }
  .section-products .section-products__inner {
    max-width: 100%;
    padding-bottom: 13.3333333333vw;
  }
  .section-products .section-products__top {
    margin-bottom: 18.6666666667vw;
  }
  .section-products .section-products__top-wrapper {
    max-width: 230.6666666667vw;
  }
  .section-products .section-products__top-title {
    font-size: 8.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .section-products .section-products__top-text {
    font-size: 6.4vw;
  }
  .section-products .section-products__category {
    display: none;
    padding: 6.4vw 0;
    margin-bottom: 8vw;
  }
  .section-products .section-products__category .list {
    gap: 32vw;
  }
  .section-products .section-products__category .item {
    max-width: 45.3333333333vw;
  }
  .section-products .section-products__category .item-icon {
    width: 19.2vw;
    height: 14.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
  .section-products .section-products__category .item-title {
    font-size: 6.4vw;
  }
  .section-products .section-products__tags {
    margin-bottom: 6.4vw;
    padding-top: 6.4vw;
    border-top: 1px solid rgba(147, 177, 160, 0.5);
  }
  .section-products .section-products__tags .list {
    gap: 6.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .section-products .section-products__tags .item {
    width: calc(50% - 3.3333333333vw);
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .section-products .section-products__wrapper {
    gap: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-products .section-products__side {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-bottom: 0.8vw;
    font-weight: 700;
    border-bottom-color: rgba(147, 177, 160, 0.5);
  }
  .section-products .section-products__side br {
    display: none;
  }
  .section-products .section-products__list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw 4vw;
  }
  .section-products .section-products__list .list .card {
    width: calc(50% - 2vw);
    min-width: 0;
    height: auto;
  }
  .section-products .section-products__list .list .card .card-top {
    height: 52vw;
    margin-bottom: 2.6666666667vw;
  }
  .section-products .section-products__list .list .card .card-button {
    padding-top: 2.6666666667vw;
  }
  .section-products .section-products__list .list .card .card-button a,
  .section-products .section-products__list .list .card .card-button button {
    min-height: 6.4vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    padding: 0.8vw;
  }
  .section-products .section-products__list .list .card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .section-products .section-products__list .list .card .card-content__title {
    text-align: right;
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .section-products .section-products__list .list .card .card-content__subtitle {
    font-size: 2.6666666667vw;
    text-align: right;
    margin-bottom: 2.6666666667vw;
  }
  .section-products .section-products__single {
    margin-top: 8vw;
    width: 100%;
  }
  .section-products .section-products__single .text_description {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .section-products .section-products__single-title {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .section-products .section-products__bottom {
    margin-top: 18.6666666667vw;
  }
  .section-products .section-products__bottom-text {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
  .section-products .section-products__bottom-list {
    gap: 9.3333333333vw;
  }
  .section-products .section-products__bottom-list li:not(:last-child) {
    padding-left: 9.3333333333vw;
  }
  .section-products .section-products__bottom-list li a {
    font-size: 5.3333333333vw;
  }
}
.section-error {
  background-color: #37482F;
}
.section-error .section-error__inner {
  padding: 50px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.section-error .section-error__wrapper {
  background-color: #6B8C53;
  padding: 80px 222px 75px 0;
  position: relative;
  z-index: 2;
  min-height: 991px;
}
.section-error .breadcums-block {
  position: absolute;
  top: 24px;
  right: 222px;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .section-error .breadcums-block .breadcrumbs {
    border-color: #E4E4D2;
  }
  .section-error .breadcums-block .breadcrumbs .breadcrumbs-item a,
  .section-error .breadcums-block .breadcrumbs .breadcrumbs-item span,
  .section-error .breadcums-block .breadcrumbs .breadcrumbs-item strong {
    color: #fff;
  }
  .section-error .breadcums-block .breadcrumbs .breadcrumbs-item:first-child a::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(101%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(101%) contrast(102%);
  }
  .section-error .breadcums-block .breadcrumbs .breadcrumbs-item:not(:first-child)::before {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(101%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(101%) contrast(102%);
  }
}
.section-error .section-error__bg {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: -1;
  width: calc(100% - 150px);
  height: 840px;
}
.section-error .section-error__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-error .section-error__content {
  width: 100%;
  max-width: 970px;
}
.section-error .section-error__content-title {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 96px;
  color: #000000;
  margin-bottom: 5px;
}
.section-error .section-error__content-text {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #A5B089;
}
.section-error .section-error__content-list .list-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #1F3A15;
  margin-bottom: 15px;
}
.section-error .section-error__content-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.section-error .section-error__content-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-error .section-error__content-list .item-icon {
  width: 31px;
  height: 37px;
}
.section-error .section-error__content-list .item-icon:has(img[src*=img]) img, .section-error .section-error__content-list .item-icon:has(img[src*=wp-content]) img {
  display: block;
}
.section-error .section-error__content-list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.section-error .section-error__content-list .item-text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #1F3A15;
}

@media only screen and (max-width: 1660px) {
  .section-error .section-error__inner {
    padding: 3.0120481928vw;
    max-width: 115.6626506024vw;
  }
  .section-error .section-error__wrapper {
    padding: 4.8192771084vw 13.3734939759vw 4.5180722892vw 0;
    min-height: 59.6987951807vw;
  }
  .section-error .breadcums-block {
    top: 1.4457831325vw;
    right: 13.3734939759vw;
  }
  .section-error .section-error__bg {
    top: 4.5180722892vw;
    width: calc(100% - 9.0361445783vw);
    height: 50.6024096386vw;
  }
  .section-error .section-error__content {
    max-width: 58.4337349398vw;
  }
  .section-error .section-error__content-title {
    font-size: 5.7831325301vw;
    margin-bottom: 0.3012048193vw;
  }
  .section-error .section-error__content-text {
    font-size: 0.9638554217vw;
    padding-bottom: 0.9036144578vw;
    margin-bottom: 0.9036144578vw;
  }
  .section-error .section-error__content-list .list-title {
    font-size: 1.4457831325vw;
    margin-bottom: 0.9036144578vw;
  }
  .section-error .section-error__content-list .list {
    gap: 1.2048192771vw;
  }
  .section-error .section-error__content-list .item {
    gap: 0.6024096386vw;
  }
  .section-error .section-error__content-list .item-icon {
    width: 1.8674698795vw;
    height: 2.2289156627vw;
  }
  .section-error .section-error__content-list .item-text {
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-error {
    background-color: #fff;
  }
  .section-error .section-error__inner {
    padding: 0;
    max-width: 100%;
  }
  .section-error .section-error__wrapper {
    background-color: #fff;
    padding: 8vw 5.3333333333vw 170.6666666667vw;
    min-height: 1px;
  }
  .section-error .breadcums-block {
    position: static;
    margin: 0 0 4vw;
  }
  .section-error .section-error__bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 224vw;
  }
  .section-error .section-error__content {
    max-width: 100%;
  }
  .section-error .section-error__content-title {
    line-height: 1;
    font-size: 17.0666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .section-error .section-error__content-text {
    font-size: 4.2666666667vw;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .section-error .section-error__content-text br {
    display: none;
  }
  .section-error .section-error__content-list {
    display: none;
  }
}
.section-product {
  font-family: "Assistant", sans-serif;
}
.section-product.section-product-no-strip .section-product__inner {
  padding-top: 70px;
}
.section-product .woocommerce-notices-wrapper {
  display: none;
}
.section-product .section-product__strip {
  background-color: #EDF4D1;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.section-product .section-product__strip a {
  color: inherit;
  text-decoration: underline;
}
.section-product .section-product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
.section-product .section-product__content {
  width: 100%;
}
.section-product .section-product__content .text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: #000000;
}
.section-product .section-product__content .text ul li::after {
  top: 7px;
  width: 4px;
  height: 4px;
}
.section-product .section-product__content .text ol li ul li::after {
  top: 7px;
  width: 4px;
  height: 4px;
}
.section-product .section-product__content .section-product__content-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 10px;
}
.section-product .section-product__content .section-product__content-subtitle {
  font-family: "Manier";
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #A5B089;
  margin-bottom: 50px;
}
.section-product .section-product__content .section-product__content-text {
  width: 100%;
  margin-bottom: 50px;
}
.section-product .section-product__content .section-product__content-button {
  display: inline-block;
  margin-bottom: 50px;
}
.section-product .section-product__content .section-product__content-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 360px;
  min-height: 70px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(101, 148, 80, 0.57);
  border: none;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-product .section-product__content .section-product__content-button button:hover {
  background-color: #324B27;
}
.section-product .section-product__content .section-product__content-caption {
  display: none;
}
.section-product .section-product__content .section-product__content-desr.content-desr-mobile {
  display: none;
}
.section-product .section-product__content .section-product__content-desr-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  color: #324B27;
  margin-bottom: 20px;
}
.section-product .section-product__content .section-product__content-desr-text {
  width: 100%;
  margin-bottom: 50px;
}
.section-product .section-product__content .section-product__content-tags {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.section-product .section-product__content .section-product__content-tags.tags-mobile {
  display: none;
}
.section-product .section-product__content .section-product__content-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-product .section-product__content .section-product__content-tags li:not(:last-child) {
  border-left: 1px solid #659450;
  padding-left: 15px;
}
.section-product .section-product__content .section-product__content-tags li:first-child {
  padding-right: 0;
}
.section-product .section-product__content .section-product__content-tags li a {
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  color: #659450;
}
.section-product .section-product__content .section-product__content-additional-image {
  display: none;
}
.section-product .section-product__content .section-product__content-price {
  margin-bottom: 25px;
}
.section-product .section-product__content .section-product__content-price p,
.section-product .section-product__content .section-product__content-price bdi {
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.section-product .section-product__content .section-product__content-processing.is-custom-variation .section-product__content-options {
  margin: 30px 0;
}
.section-product .section-product__content .section-product__content-processing.is-custom-variation .section-product__content-options .options {
  display: block !important;
}
.section-product .section-product__content .section-product__content-processing.is-custom-variation .section-product__content-options .options-tooltip {
  margin: 0;
}
.section-product .section-product__content .section-product__content-processing.is-custom-variation .variations,
.section-product .section-product__content .section-product__content-processing.is-custom-variation .woocommerce-variation-description {
  display: none !important;
}
.section-product .section-product__content .section-product__content-processing .variations_form {
  margin: 0;
}
.section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container::before {
  content: "בחר כמות:";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid #D1D1D1 !important;
  border-radius: 15px !important;
  padding: 3px 15px !important;
  min-width: 1px !important;
  min-height: 1px !important;
}
.section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option.cfvsw-selected-swatch {
  background-color: rgba(50, 75, 39, 0.1) !important;
}
.section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
  text-align: center;
}
.section-product .section-product__content .section-product__content-processing .reset_variations {
  display: inline-block;
  margin-top: 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background-color: #324B27;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-product .section-product__content .section-product__content-processing .reset_variations:hover {
  background-color: #659450;
}
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price {
  margin: 15px 0;
}
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price p,
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price bdi,
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del,
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price ins {
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del bdi {
  text-decoration: line-through;
  font-size: 18px;
}
.section-product .section-product__content .section-product__content-processing .woocommerce-variation-description {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.section-product .section-product__content .section-product__content-processing .select-count-block {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  border: 1px solid #324B27;
  padding: 10px 15px;
}
.section-product .section-product__content .section-product__content-processing .select-count-block .quantity {
  height: auto;
}
.section-product .section-product__content .section-product__content-processing .select-count-block .quantity input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  color: #37482F;
}
.section-product .section-product__content .section-product__content-processing .select-count-block .block-btn {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.section-product .section-product__content .section-product__content-processing .select-count-block .block-btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-product .section-product__content .section-product__content-processing .select-count-block .block-btn.minus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='15' height='3' fill='%23324B27'/%3E%3C/svg%3E%0A");
}
.section-product .section-product__content .section-product__content-processing .select-count-block .block-btn.plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cg fill='%23324B27' clip-path='url(%23a)'%3E%3Cpath d='M6 0h3v15H6z'/%3E%3Cpath d='M0 6h15v3H0z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.section-product .section-product__content .gift-cards_form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.section-product .section-product__content .gift-cards_form .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
}
.section-product .section-product__content .gift-cards_form .input-wrap input,
.section-product .section-product__content .gift-cards_form .input-wrap textarea {
  width: 100%;
  height: 70px;
  background-color: transparent;
  border: 1px solid #324B27;
  border-radius: 15px;
  outline: none;
  padding: 0 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input::-webkit-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input:-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input::-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input::placeholder,
.section-product .section-product__content .gift-cards_form .input-wrap textarea::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input:-moz-placeholder,
.section-product .section-product__content .gift-cards_form .input-wrap textarea:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder,
.section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.section-product .section-product__content .gift-cards_form .input-wrap textarea {
  padding: 15px;
  height: 150px;
  overflow: auto;
}
.section-product .section-product__content .section-product__content-button-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 25px;
}
.section-product .section-product__content .section-product__content-button-basket button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 360px;
  min-height: 70px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  padding: 20px !important;
  color: #FFFFFF;
  text-align: center;
  background-color: #324B27 !important;
  border: none;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: none !important;
}
.section-product .section-product__content .section-product__content-button-basket button:hover {
  background-color: #659450 !important;
}
.section-product .section-product__content .section-product__content-button-basket button.added {
  background-color: #659450 !important;
  color: #659450 !important;
}
.section-product .section-product__content .section-product__content-button-basket button.added::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M6.21 15.54 0 9.33 2.83 6.5l3.38 3.39L16.09 0l2.83 2.83L6.21 15.54Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-product .section-product__content .section-product__content-button-basket button.loading {
  background-color: #659450 !important;
  color: #659450 !important;
  opacity: 1 !important;
}
.section-product .section-product__content .section-product__content-button-basket button.loading::after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #324B27;
  border-top-color: #fff;
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
.section-product .section-product__content .section-product__content-button-basket span {
  display: block;
  width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000000;
}
.section-product .section-product__content .section-product__content-button-basket span:empty {
  display: none;
}
.section-product .section-product__content .section-product__content-button-basket .added_to_cart {
  display: none !important;
}
.section-product .section-product__content .section-product__content-options .options {
  display: none !important;
  margin-bottom: 15px;
}
.section-product .section-product__content .section-product__content-options .option:not(:first-child) {
  margin-top: 20px;
}
.section-product .section-product__content .section-product__content-options .option.is-checked .option-checkbox span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23fff' stroke='%2337482F'/%3E%3Ccircle cx='11' cy='11' r='7' fill='%23324B27'/%3E%3C/svg%3E");
}
.section-product .section-product__content .section-product__content-options .option-checkbox {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.section-product .section-product__content .section-product__content-options .option-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.section-product .section-product__content .section-product__content-options .option-checkbox span {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section-product .section-product__content .section-product__content-options .option-checkbox span::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23fff' stroke='%2337482F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-product .section-product__content .section-product__content-options .option-desr {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.section-product .section-product__content .section-product__content-options .options-tooltip {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  color: #324B27;
  cursor: pointer;
}
.section-product .section-product__content .section-product__content-warning,
.section-product .section-product__content .section-product__content-guidelines {
  display: none;
}
.section-product .section-product__media {
  width: 100%;
  max-width: 650px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.section-product .section-product__media .section-product__wishlist {
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23E8EBE7' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M23.018 25.186a8.173 8.173 0 0 1-11.45-11.617l5.824-5.74 5.74 5.823a8.174 8.174 0 0 1-.084 11.534'/%3E%3C/mask%3E%3Cpath fill='%23324B27' d='m11.568 13.569-.702-.713-.024.024-.022.024.748.665Zm5.824-5.74.712-.703-.702-.712-.712.702.702.712Zm5.74 5.823.714-.7-.002-.002-.712.702Zm2.34 5.785 1 .007-1-.007Zm-2.454 5.75-.654-.758a7.174 7.174 0 0 1-4.976 1.736l-.04.999-.04.999c2.326.094 4.6-.7 6.363-2.22l-.653-.757Zm-5.67 1.977.04-1a7.174 7.174 0 0 1-4.819-2.132l-.712.703-.712.701a9.174 9.174 0 0 0 6.163 2.727l.04-1Zm-5.491-2.43.712-.702a7.174 7.174 0 0 1-2.062-4.85l-1 .027-1 .025a9.174 9.174 0 0 0 2.638 6.202l.712-.701Zm-2.35-5.526 1-.025c-.047-1.82.6-3.59 1.808-4.95l-.747-.665-.748-.664a9.174 9.174 0 0 0-2.312 6.33l1-.026Zm2.06-5.64.702.713 5.825-5.74-.702-.713-.702-.712-5.825 5.74.703.713Zm5.825-5.74-.712.702 5.74 5.824.712-.702.712-.701-5.74-5.825-.712.702Zm5.74 5.824-.714.7a7.174 7.174 0 0 1 2.054 5.077l1 .008 1 .007a9.174 9.174 0 0 0-2.626-6.492l-.714.7Zm2.34 5.785-1-.008a7.174 7.174 0 0 1-2.127 5.047l.703.71.704.711a9.174 9.174 0 0 0 2.72-6.453l-1-.007Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-product .section-product__media .section-product__wishlist.added {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23324B27' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M22.985 25.143a8.127 8.127 0 0 1-11.384-11.551l5.79-5.708 5.708 5.791a8.127 8.127 0 0 1-.083 11.468'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='m11.601 13.592-.702-.712-.024.023-.022.025.748.664Zm5.79-5.708.713-.702-.702-.712-.712.702.702.712Zm5.708 5.791.714-.7-.002-.002-.712.702Zm2.326 5.751 1 .008-1-.008Zm-2.44 5.717-.653-.757a7.127 7.127 0 0 1-4.943 1.724l-.04 1-.04.998a9.127 9.127 0 0 0 6.33-2.208l-.654-.757Zm-5.636 1.966.04-.999a7.127 7.127 0 0 1-4.788-2.118l-.712.702-.712.702a9.127 9.127 0 0 0 6.131 2.712l.04-.999Zm-5.46-2.415.712-.702a7.127 7.127 0 0 1-2.049-4.818l-1 .026-.999.026a9.127 9.127 0 0 0 2.624 6.17l.712-.702ZM9.553 19.2l1-.026a7.126 7.126 0 0 1 1.796-4.918l-.748-.664-.748-.664a9.126 9.126 0 0 0-2.3 6.297l1-.026Zm2.048-5.608.702.712 5.79-5.707-.701-.713-.702-.712-5.79 5.708.701.712Zm5.79-5.708-.711.702 5.707 5.791.712-.702.712-.702-5.707-5.79-.712.701Zm5.708 5.791-.713.7a7.128 7.128 0 0 1 2.04 5.044l1 .007 1 .008a9.127 9.127 0 0 0-2.613-6.46l-.714.701Zm2.326 5.751-1-.007a7.127 7.127 0 0 1-2.112 5.013l.703.711.704.71a9.127 9.127 0 0 0 2.705-6.42l-1-.007Z' mask='url(%23a)'/%3E%3Cpath fill='%23fff' d='m16.452 21.172-2.448-2.844.612-.711 1.836 2.133 3.94-4.578.612.71-4.552 5.29Z'/%3E%3C/svg%3E");
}
.section-product .section-product__media .section-product__wishlist.loading::after {
  width: 20px;
  height: 20px;
  border: 4px solid #7B9B59;
  border-top-color: #000;
}
.section-product .section-product__media .section-product__image {
  display: block;
  width: 620px;
  height: 845px;
  margin: 0 auto;
}
.section-product .section-product__media .section-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product .section-product__media .section-product__image-caption {
  margin-top: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

@media only screen and (max-width: 1660px) {
  .section-product.section-product-no-strip .section-product__inner {
    padding-top: 4.2168674699vw;
  }
  .section-product .section-product__strip {
    padding: 1.2048192771vw;
    margin-bottom: 2.4096385542vw;
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__wrapper {
    gap: 6.0240963855vw;
  }
  .section-product .section-product__content .text {
    font-size: 0.9638554217vw;
  }
  .section-product .section-product__content .text ul li::after {
    top: 0.421686747vw;
    width: 0.2409638554vw;
    height: 0.2409638554vw;
  }
  .section-product .section-product__content .text ol li ul li::after {
    top: 0.421686747vw;
    width: 0.2409638554vw;
    height: 0.2409638554vw;
  }
  .section-product .section-product__content .section-product__content-title {
    font-size: 2.1686746988vw;
    margin-bottom: 0.6024096386vw;
  }
  .section-product .section-product__content .section-product__content-subtitle {
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .section-product .section-product__content .section-product__content-text {
    margin-bottom: 3.0120481928vw;
  }
  .section-product .section-product__content .section-product__content-button {
    margin-bottom: 3.0120481928vw;
  }
  .section-product .section-product__content .section-product__content-button button {
    min-width: 21.686746988vw;
    min-height: 4.2168674699vw;
    font-size: 1.2048192771vw;
    border-radius: 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-desr-title {
    font-size: 1.3253012048vw;
    margin-bottom: 1.2048192771vw;
  }
  .section-product .section-product__content .section-product__content-desr-text {
    margin-bottom: 3.0120481928vw;
  }
  .section-product .section-product__content .section-product__content-tags {
    max-width: 36.1445783133vw;
    margin-bottom: 3.0120481928vw;
    padding-bottom: 1.5060240964vw;
    gap: 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-tags li:not(:last-child) {
    padding-left: 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-tags li a {
    font-size: 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-price {
    margin-bottom: 1.5060240964vw;
  }
  .section-product .section-product__content .section-product__content-price p,
  .section-product .section-product__content .section-product__content-price bdi {
    font-size: 1.3253012048vw;
  }
  .section-product .section-product__content .section-product__content-processing.is-custom-variation .section-product__content-options {
    margin: 1.8072289157vw 0;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container {
    gap: 0.3012048193vw;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container::before {
    margin-left: 0.6024096386vw;
    font-size: 0.9638554217vw;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option {
    border-radius: 0.9036144578vw !important;
    padding: 0.1807228916vw 0.9036144578vw !important;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
    font-size: 0.9638554217vw;
  }
  .section-product .section-product__content .section-product__content-processing .reset_variations {
    margin-top: 0.9036144578vw;
    font-size: 1.0843373494vw;
    padding: 0.3012048193vw 0.6024096386vw;
    border-radius: 0.3012048193vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price {
    margin: 0.9036144578vw 0;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price p,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price bdi,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price ins {
    font-size: 1.3253012048vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del bdi {
    font-size: 1.0843373494vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-description {
    margin-top: 0.9036144578vw;
    font-size: 0.9638554217vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block {
    width: 12.0481927711vw;
    gap: 0.9036144578vw;
    padding: 0.6024096386vw 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .quantity input {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .block-btn {
    width: 1.5060240964vw;
    height: 1.5060240964vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .block-btn::before {
    width: 0.9036144578vw;
    height: 0.9036144578vw;
  }
  .section-product .section-product__content .gift-cards_form .form-fields {
    gap: 1.5060240964vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap {
    width: 21.686746988vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea {
    height: 4.2168674699vw;
    border-radius: 0.9036144578vw;
    padding: 0 0.9036144578vw;
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-webkit-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-webkit-input-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input:-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea:-ms-input-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-ms-input-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea::placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input:-moz-placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea:-moz-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap textarea {
    padding: 0.9036144578vw;
    height: 9.0361445783vw;
  }
  .section-product .section-product__content .section-product__content-button-basket {
    gap: 1.8072289157vw;
    margin-top: 1.5060240964vw;
  }
  .section-product .section-product__content .section-product__content-button-basket button {
    min-width: 21.686746988vw;
    min-height: 4.2168674699vw;
    font-size: 1.2048192771vw;
    border-radius: 0.9036144578vw;
    padding: 1.2048192771vw !important;
  }
  .section-product .section-product__content .section-product__content-button-basket button.added::after {
    width: 1.8072289157vw;
    height: 1.5060240964vw;
  }
  .section-product .section-product__content .section-product__content-button-basket button.loading::after {
    width: 1.2048192771vw;
    height: 1.2048192771vw;
    border: 0.2409638554vw solid #324B27;
    border-top-color: #fff;
  }
  .section-product .section-product__content .section-product__content-button-basket span {
    font-size: 0.843373494vw;
  }
  .section-product .section-product__content .section-product__content-options .options {
    margin-bottom: 0.9036144578vw;
  }
  .section-product .section-product__content .section-product__content-options .option:not(:first-child) {
    margin-top: 1.2048192771vw;
  }
  .section-product .section-product__content .section-product__content-options .option-checkbox span {
    font-size: 1.2048192771vw;
    gap: 0.7228915663vw;
  }
  .section-product .section-product__content .section-product__content-options .option-checkbox span::before {
    width: 1.3253012048vw;
    height: 1.3253012048vw;
  }
  .section-product .section-product__content .section-product__content-options .option-desr {
    margin-top: 0.9036144578vw;
    font-size: 0.9638554217vw;
  }
  .section-product .section-product__content .section-product__content-options .options-tooltip {
    margin-bottom: 0.9036144578vw;
    font-size: 0.9036144578vw;
  }
  .section-product .section-product__media {
    max-width: 39.156626506vw;
  }
  .section-product .section-product__media .section-product__wishlist {
    width: 2.1084337349vw;
    height: 2.1084337349vw;
  }
  .section-product .section-product__media .section-product__wishlist.loading::after {
    width: 1.2048192771vw;
    height: 1.2048192771vw;
    border: 0.2409638554vw solid #7B9B59;
  }
  .section-product .section-product__media .section-product__image {
    width: 37.3493975904vw;
    height: 50.9036144578vw;
  }
  .section-product .section-product__media .section-product__image-caption {
    margin-top: 0.6024096386vw;
    font-size: 0.843373494vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-product.section-product-no-strip .section-product__inner {
    padding-top: 8vw;
  }
  .section-product .section-product__strip {
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__wrapper {
    gap: 6.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-product .section-product__content {
    padding-bottom: 9.3333333333vw;
  }
  .section-product .section-product__content .text {
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .text ul li::after {
    top: 1.3333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .section-product .section-product__content .text ol li ul li::after {
    top: 1.3333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .section-product .section-product__content .section-product__content-title {
    font-size: 6.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-subtitle {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .section-product .section-product__content .section-product__content-text {
    margin-bottom: 8vw;
  }
  .section-product .section-product__content .section-product__content-text .text {
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-button {
    margin-bottom: 8vw;
  }
  .section-product .section-product__content .section-product__content-button button {
    min-width: 100%;
    min-height: 10.4vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-caption {
    display: block;
    font-weight: 400;
    line-height: 1.4;
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: -5.3333333333vw;
    margin-bottom: 8vw;
  }
  .section-product .section-product__content .section-product__content-desr.content-desr-mobile {
    display: block;
  }
  .section-product .section-product__content .section-product__content-desr.content-desr-mobile .section-product__content-desr-text {
    margin: 8vw 0 0 0;
  }
  .section-product .section-product__content .section-product__content-desr-title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .section-product .section-product__content .section-product__content-desr-text {
    margin-bottom: 5.3333333333vw;
  }
  .section-product .section-product__content .section-product__content-tags {
    display: none;
    max-width: 100%;
    margin: 8vw 0 0;
    padding-bottom: 0;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2vw;
  }
  .section-product .section-product__content .section-product__content-tags.tags-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-product .section-product__content .section-product__content-tags li:not(:last-child) {
    padding-left: 3.2vw;
  }
  .section-product .section-product__content .section-product__content-tags li a {
    font-size: 3.7333333333vw;
    text-decoration: underline;
  }
  .section-product .section-product__content .section-product__content-additional-image {
    display: none;
    width: 88vw;
    height: 88vw;
    margin: 0 auto;
  }
  .section-product .section-product__content .section-product__content-additional-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-product .section-product__content .section-product__content-additional-image:has(img[src*=wp-content]) {
    display: block;
  }
  .section-product .section-product__content .section-product__content-price {
    margin-bottom: 5.3333333333vw;
  }
  .section-product .section-product__content .section-product__content-price p,
  .section-product .section-product__content .section-product__content-price bdi {
    font-size: 6.9333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing {
    width: 100%;
  }
  .section-product .section-product__content .section-product__content-processing.is-custom-variation .section-product__content-options {
    margin: 5.3333333333vw 0;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container {
    gap: 1.3333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container::before {
    width: 100%;
    margin: 0;
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option {
    border-radius: 2.6666666667vw !important;
    padding: 0.8vw 2.6666666667vw !important;
  }
  .section-product .section-product__content .section-product__content-processing .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing .reset_variations {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0.8vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price {
    margin: 2.6666666667vw 0;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price p,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price bdi,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del,
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price ins {
    font-size: 4.8vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-price del bdi {
    font-size: 4.2666666667vw;
  }
  .section-product .section-product__content .section-product__content-processing .woocommerce-variation-description {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block {
    width: 42.6666666667vw;
    gap: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .quantity input {
    font-size: 4.8vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .block-btn {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .section-product .section-product__content .section-product__content-processing .select-count-block .block-btn::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .form-fields {
    gap: 6.6666666667vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap {
    width: 96vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea {
    height: 18.6666666667vw;
    border-radius: 4vw;
    padding: 0 4vw;
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-webkit-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-webkit-input-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input:-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea:-ms-input-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-ms-input-placeholder, .section-product .section-product__content .gift-cards_form .input-wrap textarea::-ms-input-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea::placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input:-moz-placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea:-moz-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap input::-moz-placeholder,
  .section-product .section-product__content .gift-cards_form .input-wrap textarea::-moz-placeholder {
    font-size: 5.3333333333vw;
  }
  .section-product .section-product__content .gift-cards_form .input-wrap textarea {
    padding: 4vw;
    height: 40vw;
  }
  .section-product .section-product__content .section-product__content-button-basket {
    gap: 3.2vw;
    margin-top: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-product .section-product__content .section-product__content-button-basket button {
    min-width: 100%;
    min-height: 10.4vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
    padding: 1.3333333333vw !important;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
  }
  .section-product .section-product__content .section-product__content-button-basket button.added::after {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
  }
  .section-product .section-product__content .section-product__content-button-basket button.loading::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 1.0666666667vw solid #324B27;
    border-top-color: #fff;
  }
  .section-product .section-product__content .section-product__content-button-basket span {
    font-size: 3.2vw;
    text-align: center;
  }
  .section-product .section-product__content .section-product__content-options .options {
    margin-bottom: 2.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-options .option:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .section-product .section-product__content .section-product__content-options .option-checkbox span {
    font-size: 4.2666666667vw;
    gap: 3.2vw;
  }
  .section-product .section-product__content .section-product__content-options .option-checkbox span::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .section-product .section-product__content .section-product__content-options .option-desr {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-options .options-tooltip {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-product .section-product__content .section-product__content-warning {
    display: block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    text-align: center;
    color: #324B27;
    margin-top: 2.6666666667vw;
  }
  .section-product .section-product__content .section-product__content-guidelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .section-product .section-product__content .section-product__content-guidelines .guidelines__button {
    width: 44.2666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    z-index: 2;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 0 0 0.8vw 5.3333333333vw;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border-radius: 0;
  }
  .section-product .section-product__content .section-product__content-guidelines .guidelines__button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43.2vw;
    height: 7.7333333333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='28' fill='none'%3E%3Cpath fill='%23000' d='M12 0c6.627 0 12 5.373 12 12 0 2.525-.781 4.866-2.114 6.799-.285.413-.886.195-.886-.306a.56.56 0 0 1 .098-.314A10.943 10.943 0 0 0 23 12c0-6.075-4.925-11-11-11S1 5.925 1 12c0 5.907 4.657 10.727 10.5 10.989.276.012.5.235.5.511a.485.485 0 0 1-.5.49C5.104 23.727 0 18.46 0 12 0 5.373 5.373 0 12 0Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M12 5v14M5 12h14'/%3E%3Cpath fill='%23000' d='M166.354 23.854a.5.5 0 0 0 0-.708l-3.182-3.181a.501.501 0 0 0-.708.707l2.829 2.828-2.829 2.828a.5.5 0 0 0 .708.707l3.182-3.181ZM12 23.5V23h-.01v1H165.998c.001 0 .002 0 .002-.5s-.001-.5-.002-.5H11.99v1H12v-.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .section-product .section-product__media {
    max-width: 100%;
  }
  .section-product .section-product__media .section-product__wishlist {
    width: 7.2vw;
    height: 7.2vw;
  }
  .section-product .section-product__media .section-product__wishlist.loading::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 1.0666666667vw solid #7B9B59;
  }
  .section-product .section-product__media .section-product__image {
    width: 100%;
    height: 69.3333333333vw;
  }
  .section-product .section-product__media .section-product__image-caption {
    display: none;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.additional-product-description {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  background-color: #F4F5E9;
  width: 530px;
  border-radius: 2px;
  border: 1px solid #000;
  font-family: "Assistant", sans-serif;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.additional-product-description.is-open {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  pointer-events: all;
}
.additional-product-description .additional-product-description__inner {
  padding: 40px 20px;
}
.additional-product-description .additional-product-description__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.additional-product-description .additional-product-description__close-button button {
  width: 18px;
  height: 17px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='m10.24 7.808 5.664 7.896 2.04 1.08V17h-6.672v-.216l1.704-1.008-4.68-6.48-4.68 6 2.664 1.488V17H.592v-.216l2.376-1.608 4.992-6.36-5.304-7.344L.688.416V.2h6.6v.216l-1.68.96 4.296 5.952L14.2 1.832 11.536.416V.2h5.64v.216l-2.352 1.56-4.584 5.832Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.additional-product-description .additional-product-description__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 10px;
}
.additional-product-description .additional-product-description__subtitle {
  line-height: 1.2;
  font-size: 18px;
  color: #659450;
  text-align: center;
  margin-bottom: 10px;
}
.additional-product-description .additional-product-description__subtitle strong {
  color: #324B27;
}
.additional-product-description .additional-product-description__subtitle span {
  color: #A5B089;
}
.additional-product-description .additional-product-description__size {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
.additional-product-description .additional-product-description__size::before, .additional-product-description .additional-product-description__size::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #A5B089;
}
.additional-product-description .additional-product-description__size span {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #324B27;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.additional-product-description .additional-product-description__list {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 25px;
}
.additional-product-description .additional-product-description__list .item:not(:first-child) {
  margin-top: 25px;
}
.additional-product-description .additional-product-description__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.015em;
  color: #000000;
}
.additional-product-description .additional-product-description__list .item-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.015em;
  color: #000000;
}
.additional-product-description .additional-product-description__text {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0.015em;
  color: #000000;
}
.additional-product-description .additional-product-description__text * {
  margin-bottom: 25px;
}
.additional-product-description .additional-product-description__text *:last-child {
  margin-bottom: 0;
}
.additional-product-description .additional-product-description__characteristic {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
.additional-product-description .additional-product-description__characteristic .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.additional-product-description .additional-product-description__characteristic .item-icon {
  width: 50px;
  height: auto;
  margin: 0 auto 5px;
}
.additional-product-description .additional-product-description__characteristic .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.additional-product-description .additional-product-description__characteristic .item-title {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #324B27;
  text-align: center;
}
.additional-product-description .additional-product-description__bottom {
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  color: #000000;
}

@media only screen and (max-width: 1660px) {
  .additional-product-description {
    width: 31.9277108434vw;
    border-radius: 2px;
  }
  .additional-product-description .additional-product-description__inner {
    padding: 2.4096385542vw 1.2048192771vw;
  }
  .additional-product-description .additional-product-description__close-button {
    margin-bottom: 0.6024096386vw;
  }
  .additional-product-description .additional-product-description__close-button button {
    width: 1.0843373494vw;
    height: 1.0240963855vw;
  }
  .additional-product-description .additional-product-description__title {
    font-size: 1.2048192771vw;
    margin-bottom: 0.6024096386vw;
  }
  .additional-product-description .additional-product-description__subtitle {
    font-size: 1.0843373494vw;
    margin-bottom: 0.6024096386vw;
  }
  .additional-product-description .additional-product-description__size {
    gap: 0.9036144578vw;
    margin-bottom: 3.0120481928vw;
  }
  .additional-product-description .additional-product-description__size::before, .additional-product-description .additional-product-description__size::after {
    width: 1.2048192771vw;
    height: 0.1204819277vw;
  }
  .additional-product-description .additional-product-description__size span {
    font-size: 1.2048192771vw;
  }
  .additional-product-description .additional-product-description__list {
    max-width: 19.8795180723vw;
    margin: 0 auto 1.5060240964vw;
  }
  .additional-product-description .additional-product-description__list .item:not(:first-child) {
    margin-top: 1.5060240964vw;
  }
  .additional-product-description .additional-product-description__list .item-title {
    font-size: 1.2048192771vw;
  }
  .additional-product-description .additional-product-description__list .item-text {
    font-size: 1.2048192771vw;
  }
  .additional-product-description .additional-product-description__text {
    max-width: 19.8795180723vw;
    font-size: 0.9638554217vw;
  }
  .additional-product-description .additional-product-description__text * {
    margin-bottom: 1.5060240964vw;
  }
  .additional-product-description .additional-product-description__characteristic {
    margin-top: 2.4096385542vw;
    padding-top: 1.2048192771vw;
    margin-bottom: 1.2048192771vw;
  }
  .additional-product-description .additional-product-description__characteristic .list {
    gap: 3.0120481928vw;
  }
  .additional-product-description .additional-product-description__characteristic .item-icon {
    width: 3.0120481928vw;
    margin: 0 auto 0.3012048193vw;
  }
  .additional-product-description .additional-product-description__characteristic .item-title {
    font-size: 0.843373494vw;
  }
  .additional-product-description .additional-product-description__bottom {
    font-size: 0.843373494vw;
  }
}
@media only screen and (max-width: 991px) {
  .additional-product-description {
    width: 93.3333333333vw;
    border-radius: 2px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    max-height: calc(100% - 10.6666666667vw);
  }
  .additional-product-description.is-open {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .additional-product-description .additional-product-description__inner {
    padding: 5.3333333333vw;
  }
  .additional-product-description .additional-product-description__close-button {
    margin-bottom: 2.6666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .additional-product-description .additional-product-description__close-button button {
    width: 2.4vw;
    height: 3.7333333333vw;
  }
  .additional-product-description .additional-product-description__title {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
    text-align: right;
  }
  .additional-product-description .additional-product-description__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    text-align: right;
  }
  .additional-product-description .additional-product-description__size {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .additional-product-description .additional-product-description__size::before, .additional-product-description .additional-product-description__size::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  .additional-product-description .additional-product-description__size span {
    font-size: 4.2666666667vw;
  }
  .additional-product-description .additional-product-description__list {
    max-width: 100%;
    margin: 0 auto 2.6666666667vw;
    margin-right: 0;
  }
  .additional-product-description .additional-product-description__list .item:not(:first-child) {
    margin-top: 4vw;
  }
  .additional-product-description .additional-product-description__list .item-title {
    font-size: 4.2666666667vw;
  }
  .additional-product-description .additional-product-description__list .item-text {
    font-size: 3.7333333333vw;
  }
  .additional-product-description .additional-product-description__text {
    max-width: 100%;
    font-size: 3.7333333333vw;
    margin-right: 0;
    margin-bottom: 4.5333333333vw;
  }
  .additional-product-description .additional-product-description__text * {
    margin-bottom: 2.6666666667vw;
  }
  .additional-product-description .additional-product-description__characteristic {
    display: none;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .additional-product-description .additional-product-description__characteristic .list {
    gap: 5.3333333333vw;
  }
  .additional-product-description .additional-product-description__characteristic .item-icon {
    width: 8vw;
    margin: 0 auto 1.3333333333vw;
  }
  .additional-product-description .additional-product-description__characteristic .item-title {
    font-size: 3.2vw;
  }
  .additional-product-description .additional-product-description__bottom {
    font-size: 3.7333333333vw;
  }
}
.guidelines {
  font-family: "Assistant", sans-serif;
  margin: 0;
}
.guidelines .guidelines__inner {
  margin: 70px 0;
}
.guidelines .guidelines__title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.guidelines .guidelines__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 75px;
}
.guidelines .guidelines__button {
  width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 0 0 3px 20px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 0;
}
.guidelines .guidelines__button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 162px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='28' fill='none'%3E%3Cpath fill='%23000' d='M12 0c6.627 0 12 5.373 12 12 0 2.525-.781 4.866-2.114 6.799-.285.413-.886.195-.886-.306a.56.56 0 0 1 .098-.314A10.943 10.943 0 0 0 23 12c0-6.075-4.925-11-11-11S1 5.925 1 12c0 5.907 4.657 10.727 10.5 10.989.276.012.5.235.5.511a.485.485 0 0 1-.5.49C5.104 23.727 0 18.46 0 12 0 5.373 5.373 0 12 0Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M12 5v14M5 12h14'/%3E%3Cpath fill='%23000' d='M166.354 23.854a.5.5 0 0 0 0-.708l-3.182-3.181a.501.501 0 0 0-.708.707l2.829 2.828-2.829 2.828a.5.5 0 0 0 .708.707l3.182-3.181ZM12 23.5V23h-.01v1H165.998c.001 0 .002 0 .002-.5s-.001-.5-.002-.5H11.99v1H12v-.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.guidelines .guidelines__image {
  width: 100%;
  height: auto;
}
.guidelines .guidelines__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guidelines .guidelines__video {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.guidelines .guidelines__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.guidelines .guidelines__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 1660px) {
  .guidelines .guidelines__inner {
    margin: 4.2168674699vw 0;
  }
  .guidelines .guidelines__title {
    font-size: 1.9277108434vw;
    margin-bottom: 3.0120481928vw;
  }
  .guidelines .guidelines__wrapper {
    gap: 4.5180722892vw;
  }
  .guidelines .guidelines__button {
    width: 9.9397590361vw;
    font-size: 0.9036144578vw;
    padding: 0 0 0.1807228916vw 1.2048192771vw;
  }
  .guidelines .guidelines__button::before {
    width: 9.7590361446vw;
    height: 1.7469879518vw;
  }
}
@media only screen and (max-width: 991px) {
  .guidelines .guidelines__inner {
    margin: 10.6666666667vw 0;
  }
  .guidelines .guidelines__title {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .guidelines .guidelines__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 9.3333333333vw;
    padding: 0 10.9333333333vw;
  }
  .guidelines .guidelines__button {
    width: 44.2666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 0 0.8vw 5.3333333333vw;
  }
  .guidelines .guidelines__button::before {
    width: 43.2vw;
    height: 7.7333333333vw;
  }
}
.guidelines-block {
  font-family: "Assistant", sans-serif;
  background-color: #F4F5E9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 2px;
  width: 984px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  right: 0;
  z-index: 13;
  padding: 60px 90px;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.guidelines-block.is-open {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  pointer-events: all;
}
.guidelines-block .guidelines-block__inner {
  width: 100%;
  max-width: 500px;
}
.guidelines-block .guidelines-block__dec-top-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100px;
  width: 169px;
  height: 222px;
}
.guidelines-block .guidelines-block__dec-top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guidelines-block .guidelines-block__close {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}
.guidelines-block .guidelines-block__close button {
  width: 18px;
  height: 17px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='m10.24 7.808 5.664 7.896 2.04 1.08V17h-6.672v-.216l1.704-1.008-4.68-6.48-4.68 6 2.664 1.488V17H.592v-.216l2.376-1.608 4.992-6.36-5.304-7.344L.688.416V.2h6.6v.216l-1.68.96 4.296 5.952L14.2 1.832 11.536.416V.2h5.64v.216l-2.352 1.56-4.584 5.832Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.guidelines-block .guidelines-block__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 10px;
}
.guidelines-block .guidelines-block__subtitle {
  line-height: 1.2;
  font-size: 18px;
  color: #659450;
  margin-bottom: 40px;
}
.guidelines-block .guidelines-block__subtitle strong {
  color: #324B27;
}
.guidelines-block .guidelines-block__subtitle span {
  color: #A5B089;
}
.guidelines-block .guidelines-block__text .text {
  font-size: 16px;
}
.guidelines-block .guidelines-block__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
}
.guidelines-block .guidelines-block__tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  color: #659450;
}
.guidelines-block .guidelines-block__tags li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.guidelines-block .guidelines-block__tags li:not(:last-child) {
  border-left: 1px solid #659450;
}
.guidelines-block .guidelines-block__tags li:first-child {
  padding-right: 0;
}
.guidelines-block .guidelines-block__dec-bottom-img {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 345px;
  height: 155px;
}
.guidelines-block .guidelines-block__dec-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .guidelines-block {
    width: 59.2771084337vw;
    padding: 3.6144578313vw 5.421686747vw;
  }
  .guidelines-block .guidelines-block__inner {
    max-width: 30.1204819277vw;
  }
  .guidelines-block .guidelines-block__dec-top-img {
    left: 6.0240963855vw;
    width: 10.1807228916vw;
    height: 13.3734939759vw;
  }
  .guidelines-block .guidelines-block__close {
    top: 1.8072289157vw;
    left: 1.8072289157vw;
  }
  .guidelines-block .guidelines-block__close button {
    width: 1.0843373494vw;
    height: 1.0240963855vw;
  }
  .guidelines-block .guidelines-block__title {
    font-size: 1.2048192771vw;
    margin-bottom: 0.6024096386vw;
  }
  .guidelines-block .guidelines-block__subtitle {
    font-size: 1.0843373494vw;
    margin-bottom: 2.4096385542vw;
  }
  .guidelines-block .guidelines-block__text .text {
    font-size: 0.9638554217vw;
  }
  .guidelines-block .guidelines-block__tags {
    margin-top: 2.4096385542vw;
  }
  .guidelines-block .guidelines-block__tags li {
    padding: 0 0.9036144578vw;
    font-size: 0.9036144578vw;
  }
  .guidelines-block .guidelines-block__dec-bottom-img {
    width: 20.7831325301vw;
    height: 9.3373493976vw;
  }
}
@media only screen and (max-width: 991px) {
  .guidelines-block {
    right: 50%;
    width: 93.3333333333vw;
    padding: 5.3333333333vw;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    max-height: calc(100% - 10.6666666667vw);
  }
  .guidelines-block.is-open {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .guidelines-block .guidelines-block__inner {
    max-width: 100%;
  }
  .guidelines-block .guidelines-block__dec-top-img {
    display: none;
  }
  .guidelines-block .guidelines-block__close {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  .guidelines-block .guidelines-block__close button {
    width: 2.4vw;
    height: 3.7333333333vw;
  }
  .guidelines-block .guidelines-block__title {
    font-size: 4.8vw;
    margin-bottom: 5px;
    text-align: center;
  }
  .guidelines-block .guidelines-block__subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .guidelines-block .guidelines-block__text .text {
    font-size: 3.7333333333vw;
  }
  .guidelines-block .guidelines-block__tags {
    margin-top: 5.3333333333vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guidelines-block .guidelines-block__tags li {
    padding: 0 5.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .guidelines-block .guidelines-block__tags li:last-child {
    padding-left: 0;
  }
  .guidelines-block .guidelines-block__dec-bottom-img {
    display: none;
    width: 92vw;
    height: 41.3333333333vw;
    bottom: 17.6vw;
  }
}
.help-choosing {
  font-family: "Assistant", sans-serif;
}
.help-choosing .help-choosing__inner {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.help-choosing .help-choosing__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.help-choosing .help-choosing__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.help-choosing .help-choosing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.help-choosing .help-choosing__content {
  width: 100%;
  max-width: 660px;
}
.help-choosing .help-choosing__top {
  margin-bottom: 100px;
}
.help-choosing .help-choosing__top .help-choosing__top-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  color: #000000;
  margin-bottom: 5px;
}
.help-choosing .help-choosing__top .help-choosing__top-text {
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  color: #000000;
}
.help-choosing .help-choosing__main {
  margin-bottom: 100px;
}
.help-choosing .help-choosing__main .help-choosing__main-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 50px;
}
.help-choosing .help-choosing__main .help-choosing__main-text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.62;
  font-size: 16px;
  color: #000000;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 13px;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input {
  width: 100%;
  max-width: 340px;
  height: auto;
  border: 1px solid #FFD700;
  border-radius: 25px;
  background-color: #324B27;
  padding: 0 35px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  height: 65px;
  max-width: 180px;
  border: 1px solid #FFD700;
  border-radius: 25px;
  background-color: #324B27;
  font-family: #000000;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper form button:hover {
  background-color: #659450;
}
.help-choosing .help-choosing__form .help-choosing__form-wrapper img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 72px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.help-choosing .help-choosing__form .help-choosing__form-warning {
  margin-top: 15px;
  padding-right: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.help-choosing .help-choosing__form .help-choosing__form-warning li {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #000000;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.help-choosing .help-choosing__form .help-choosing__form-warning li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.help-choosing .help-choosing__media {
  width: 100%;
  max-width: 365px;
}
.help-choosing .help-choosing__media .help-choosing__media-img {
  width: 315px;
  height: auto;
  margin: 0 auto;
}
.help-choosing .help-choosing__media .help-choosing__media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.help-choosing .help-choosing__media .help-choosing__media-text {
  margin-top: 40px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #37482F;
}

@media only screen and (max-width: 1660px) {
  .help-choosing .help-choosing__inner {
    padding: 4.2168674699vw 0;
  }
  .help-choosing .help-choosing__wrapper {
    gap: 6.0240963855vw;
  }
  .help-choosing .help-choosing__content {
    max-width: 39.7590361446vw;
  }
  .help-choosing .help-choosing__top {
    margin-bottom: 6.0240963855vw;
  }
  .help-choosing .help-choosing__top .help-choosing__top-title {
    font-size: 1.9277108434vw;
    margin-bottom: 0.3012048193vw;
  }
  .help-choosing .help-choosing__top .help-choosing__top-text {
    font-size: 1.4457831325vw;
  }
  .help-choosing .help-choosing__main {
    margin-bottom: 6.0240963855vw;
  }
  .help-choosing .help-choosing__main .help-choosing__main-title {
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .help-choosing .help-choosing__main .help-choosing__main-text {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper {
    gap: 3.0120481928vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form {
    gap: 0.7831325301vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input {
    max-width: 20.4819277108vw;
    border-radius: 1.5060240964vw;
    padding: 0 2.1084337349vw;
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-webkit-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form button {
    height: 3.9156626506vw;
    max-width: 10.843373494vw;
    border-radius: 1.5060240964vw;
    font-size: 0.9638554217vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper img {
    width: 4.3373493976vw;
    height: 3.313253012vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning {
    margin-top: 0.9036144578vw;
    padding-right: 7.8313253012vw;
    gap: 3.0120481928vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning li {
    font-size: 0.843373494vw;
    padding-right: 0.6024096386vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning li::before {
    top: 0.3614457831vw;
    width: 0.3012048193vw;
    height: 0.3012048193vw;
  }
  .help-choosing .help-choosing__media {
    max-width: 21.9879518072vw;
  }
  .help-choosing .help-choosing__media .help-choosing__media-img {
    width: 18.9759036145vw;
  }
  .help-choosing .help-choosing__media .help-choosing__media-text {
    margin-top: 2.4096385542vw;
    font-size: 1.4457831325vw;
  }
}
@media only screen and (max-width: 991px) {
  .help-choosing .help-choosing__bg {
    display: none;
  }
  .help-choosing .help-choosing__inner {
    padding: 5.3333333333vw 0;
  }
  .help-choosing .help-choosing__wrapper {
    gap: 12.5333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .help-choosing .help-choosing__content {
    max-width: 100%;
    width: 100%;
  }
  .help-choosing .help-choosing__top {
    margin-bottom: 7.2vw;
  }
  .help-choosing .help-choosing__top .help-choosing__top-title {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
    display: none;
  }
  .help-choosing .help-choosing__top .help-choosing__top-text {
    font-size: 4.2666666667vw;
    color: rgb(50, 75, 39);
    font-weight: 600;
  }
  .help-choosing .help-choosing__main {
    margin-bottom: 7.2vw;
  }
  .help-choosing .help-choosing__main .help-choosing__main-title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .help-choosing .help-choosing__main .help-choosing__main-text {
    font-size: 4.2666666667vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper {
    gap: 0;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper > img {
    display: none;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form {
    width: 100%;
    gap: 1.0666666667vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input {
    max-width: 48.8vw;
    border-radius: 6.6666666667vw;
    padding: 0 2.9333333333vw;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    border: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input:-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-wrapper form button {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 9.3333333333vw;
    max-width: 40vw;
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    border: none;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning {
    margin-top: 5.8666666667vw;
    padding-right: 0;
    gap: 10.1333333333vw;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning li {
    font-size: 3.7333333333vw;
    padding-right: 0;
  }
  .help-choosing .help-choosing__form .help-choosing__form-warning li::before {
    content: none;
  }
  .help-choosing .help-choosing__media {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .help-choosing .help-choosing__media .help-choosing__media-img {
    width: 100%;
    max-width: 90.6666666667vw;
  }
  .help-choosing .help-choosing__media .help-choosing__media-text {
    margin-top: 0;
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    text-align: center;
    font-weight: 400;
  }
}
.product-details {
  font-family: "Assistant", sans-serif;
  background-color: #F4F5E9;
}
.product-details .product-details__inner {
  padding: 70px 0;
}
.product-details .product-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
.product-details .product-details__content-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #324B27;
  margin-bottom: 30px;
}
.product-details .product-details__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.product-details .product-details__content-button a, .product-details .product-details__content-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 360px;
  min-height: 70px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #324B27;
  border: none;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-details .product-details__content-button a:hover, .product-details .product-details__content-button button:hover {
  background-color: rgba(101, 148, 80, 0.57);
}
.product-details .product-details__media {
  width: 100%;
  max-width: 540px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-details .product-details__media-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-details .product-details__media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-details .product-details__media-caption {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.62);
  text-align: center;
}
.product-details .product-details__media-caption:empty {
  display: none;
}
.product-details .block-list .block-list__inner {
  background-color: #EDF4D1;
}

@media only screen and (max-width: 1660px) {
  .product-details .product-details__inner {
    padding: 4.2168674699vw 0;
  }
  .product-details .product-details__wrapper {
    gap: 6.0240963855vw;
  }
  .product-details .product-details__content-title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.8072289157vw;
  }
  .product-details .product-details__content-button {
    margin-top: 1.8072289157vw;
  }
  .product-details .product-details__content-button a, .product-details .product-details__content-button button {
    min-width: 21.686746988vw;
    min-height: 4.2168674699vw;
    font-size: 1.2048192771vw;
    border-radius: 0.9036144578vw;
  }
  .product-details .product-details__media {
    max-width: 32.5301204819vw;
  }
  .product-details .product-details__media-caption {
    margin-top: 0.9036144578vw;
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-details {
    background: rgba(255, 255, 255, 0);
  }
  .product-details .product-details__inner {
    padding: 10.6666666667vw 0;
  }
  .product-details .product-details__wrapper {
    gap: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-details .product-details__content {
    width: 100%;
  }
  .product-details .product-details__content-title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .product-details .product-details__content-button {
    margin-top: 8vw;
  }
  .product-details .product-details__content-button a, .product-details .product-details__content-button button {
    min-width: 100%;
    min-height: 10.4vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
  .product-details .product-details__media {
    max-width: 100%;
    padding: 0 13.3333333333vw;
  }
  .product-details .product-details__media-caption {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
.section-faq {
  font-family: "Assistant", sans-serif;
}
.section-faq .section-faq__inner {
  padding: 70px 0;
}
.section-faq .section-faq__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #324B27;
  text-decoration: underline;
  margin-bottom: 50px;
}
.section-faq .section-faq__list .item:not(:first-child) {
  margin-top: 50px;
}
.section-faq .section-faq__list .item.is-open .item-header::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='15' height='3' fill='black'/%3E%3C/svg%3E%0A");
}
.section-faq .section-faq__list .item-header {
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #37482F;
  position: relative;
  z-index: 2;
  padding-right: 35px;
  cursor: pointer;
}
.section-faq .section-faq__list .item-header::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cg fill='%23000' clip-path='url(%23a)'%3E%3Cpath d='M6 0h3v15H6z'/%3E%3Cpath d='M0 6h15v3H0z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-faq .section-faq__list .item-body {
  display: none;
}
.section-faq .section-faq__list .item-body__wrapper {
  padding-top: 20px;
}

@media only screen and (max-width: 1660px) {
  .section-faq .section-faq__inner {
    padding: 4.2168674699vw 0;
  }
  .section-faq .section-faq__title {
    font-size: 1.9277108434vw;
    margin-bottom: 3.0120481928vw;
  }
  .section-faq .section-faq__list .item:not(:first-child) {
    margin-top: 3.0120481928vw;
  }
  .section-faq .section-faq__list .item-header {
    font-size: 1.5060240964vw;
    padding-right: 2.1084337349vw;
  }
  .section-faq .section-faq__list .item-header::before {
    top: 0.2409638554vw;
    width: 1.0843373494vw;
    height: 1.0843373494vw;
  }
  .section-faq .section-faq__list .item-body__wrapper {
    padding-top: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-faq .section-faq__inner {
    padding: 8vw 0;
  }
  .section-faq .section-faq__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .section-faq .section-faq__list .item:not(:first-child) {
    margin-top: 8vw;
  }
  .section-faq .section-faq__list .item-header {
    font-size: 4.8vw;
    padding-right: 8vw;
  }
  .section-faq .section-faq__list .item-header::before {
    top: 1.0666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .section-faq .section-faq__list .item-body__wrapper {
    padding-top: 4.2666666667vw;
  }
  .section-faq .section-faq__list .item-body__wrapper .text {
    font-size: 4.2666666667vw;
  }
}
.specifications-product {
  margin: 0;
  font-family: "Assistant", sans-serif;
  overflow: hidden;
}
.specifications-product.specifications-product-style-2 .specifications-product__list {
  padding-top: 100px;
}
.specifications-product.specifications-product-style-2 .specifications-product__list .list {
  grid-gap: 0px 835px;
}
.specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(1), .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(2) {
  margin-bottom: 300px;
}
.specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(5) {
  margin-top: 250px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.specifications-product.specifications-product-style-2 .specifications-product__image {
  top: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.specifications-product .specifications-product__inner {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.specifications-product .specifications-product__dec {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.specifications-product .specifications-product__dec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.specifications-product .specifications-product__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
.specifications-product .specifications-product__wrapper {
  width: 100%;
  min-height: 730px;
  position: relative;
  z-index: 2;
}
.specifications-product .specifications-product__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 835px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 300px 835px;
  counter-reset: spfNum;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.specifications-product .specifications-product__list .item {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
  padding-right: 58px;
}
.specifications-product .specifications-product__list .item.item-position-1::before {
  top: calc(100% + 100px);
  left: -100px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.specifications-product .specifications-product__list .item.item-position-2::before {
  top: calc(100% + 100px);
  right: -100px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.specifications-product .specifications-product__list .item.item-position-3::before {
  left: -30px;
  bottom: -20px;
}
.specifications-product .specifications-product__list .item.item-position-4::before {
  top: -20px;
  left: -30px;
}
.specifications-product .specifications-product__list .item.item-position-5::before {
  right: -30px;
  bottom: -20px;
}
.specifications-product .specifications-product__list .item.item-position-6::before {
  top: -20px;
  right: -30px;
}
.specifications-product .specifications-product__list .item.item-position-7::before {
  bottom: calc(100% + 100px);
  left: -80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.specifications-product .specifications-product__list .item.item-position-8::before {
  bottom: calc(100% + 100px);
  right: -80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.specifications-product .specifications-product__list .item.item-position-9::before {
  top: auto;
  right: -30px;
  left: auto;
  bottom: 0;
  width: 5px;
  height: 150px;
  border-left: 4px dotted #BBC8BB;
  border-bottom: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.specifications-product .specifications-product__list .item.item-position-10::before {
  top: auto;
  right: auto;
  left: -30px;
  bottom: 0;
  width: 5px;
  height: 150px;
  border-left: 4px dotted #BBC8BB;
  border-bottom: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.specifications-product .specifications-product__list .item::after {
  counter-increment: spfNum;
  content: counter(spfNum);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 64px;
  color: #324B27;
  padding-left: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #324B27;
}
.specifications-product .specifications-product__list .item::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 5px;
  border-bottom: 4px dotted #BBC8BB;
}
.specifications-product .specifications-product__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.specifications-product .specifications-product__list .item-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.specifications-product .specifications-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 750px;
  height: 730px;
}
.specifications-product .specifications-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .specifications-product.specifications-product-style-2 .specifications-product__list {
    padding-top: 6.0240963855vw;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .list {
    grid-gap: 0px 50.3012048193vw;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(1), .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(2) {
    margin-bottom: 18.0722891566vw;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(5) {
    margin-top: 15.0602409639vw;
  }
  .specifications-product .specifications-product__inner {
    padding: 4.2168674699vw 0;
    max-width: 115.6626506024vw;
  }
  .specifications-product .specifications-product__title {
    font-size: 1.9277108434vw;
    margin-bottom: 3.0120481928vw;
  }
  .specifications-product .specifications-product__wrapper {
    min-height: 43.9759036145vw;
  }
  .specifications-product .specifications-product__list .list {
    grid-gap: 18.0722891566vw 50.3012048193vw;
  }
  .specifications-product .specifications-product__list .item {
    max-width: 30.1204819277vw;
    padding-right: 3.4939759036vw;
  }
  .specifications-product .specifications-product__list .item.item-position-1::before {
    top: calc(100% + 6.0240963855vw);
    left: -6.0240963855vw;
  }
  .specifications-product .specifications-product__list .item.item-position-2::before {
    top: calc(100% + 6.0240963855vw);
    right: -6.0240963855vw;
  }
  .specifications-product .specifications-product__list .item.item-position-3::before {
    left: -1.8072289157vw;
    bottom: -1.2048192771vw;
  }
  .specifications-product .specifications-product__list .item.item-position-4::before {
    top: -1.2048192771vw;
    left: -1.8072289157vw;
  }
  .specifications-product .specifications-product__list .item.item-position-5::before {
    right: -1.8072289157vw;
    bottom: -1.2048192771vw;
  }
  .specifications-product .specifications-product__list .item.item-position-6::before {
    top: -1.2048192771vw;
    right: -1.8072289157vw;
  }
  .specifications-product .specifications-product__list .item.item-position-7::before {
    bottom: calc(100% + 6.0240963855vw);
    left: -4.8192771084vw;
  }
  .specifications-product .specifications-product__list .item.item-position-8::before {
    bottom: calc(100% + 6.0240963855vw);
    right: -4.8192771084vw;
  }
  .specifications-product .specifications-product__list .item.item-position-9::before {
    right: -1.8072289157vw;
    width: 0.3012048193vw;
    height: 9.0361445783vw;
    border-left: 0.2409638554vw dotted #BBC8BB;
  }
  .specifications-product .specifications-product__list .item.item-position-10::before {
    left: -1.8072289157vw;
    width: 0.3012048193vw;
    height: 9.0361445783vw;
    border-left: 0.2409638554vw dotted #BBC8BB;
  }
  .specifications-product .specifications-product__list .item::after {
    font-size: 3.8554216867vw;
    padding-left: 0.7228915663vw;
  }
  .specifications-product .specifications-product__list .item::before {
    width: 14.156626506vw;
    height: 0.3012048193vw;
    border-bottom: 0.2409638554vw dotted #BBC8BB;
  }
  .specifications-product .specifications-product__list .item-title {
    font-size: 0.9638554217vw;
    margin-bottom: 0.3012048193vw;
  }
  .specifications-product .specifications-product__list .item-text {
    font-size: 0.9638554217vw;
  }
  .specifications-product .specifications-product__image {
    width: 45.1807228916vw;
    height: 43.9759036145vw;
  }
}
@media only screen and (max-width: 991px) {
  .specifications-product {
    background: rgba(224, 224, 217, 0.33);
  }
  .specifications-product .specifications-product__dec {
    display: none;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__image {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list {
    padding-top: 0;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .list {
    grid-gap: 8vw;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(1), .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(2) {
    margin-bottom: 0;
  }
  .specifications-product.specifications-product-style-2 .specifications-product__list .item:nth-child(5) {
    margin-top: 0;
  }
  .specifications-product .specifications-product__inner {
    padding: 12vw 0 9.3333333333vw;
    max-width: 100%;
  }
  .specifications-product .specifications-product__title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .specifications-product .specifications-product__wrapper {
    min-height: 0;
  }
  .specifications-product .specifications-product__list {
    padding-top: 0;
  }
  .specifications-product .specifications-product__list .list {
    grid-gap: 8vw;
  }
  .specifications-product .specifications-product__list .item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-bottom: 7.2vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .specifications-product .specifications-product__list .item::before, .specifications-product .specifications-product__list .item::after {
    content: none;
  }
  .specifications-product .specifications-product__list .item-title {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
  .specifications-product .specifications-product__list .item-text {
    font-size: 3.7333333333vw;
  }
  .specifications-product .specifications-product__image {
    display: none;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 8vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
.section-media .section-media__inner {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.section-media .section-media__image {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-media .section-media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-media .section-media__video {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-media .section-media__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-media .section-media__video iframe {
  width: 100%;
  height: 100%;
}

.questionnaire {
  font-family: "Assistant", sans-serif;
  margin: 0;
}
.questionnaire .questionnaire__inner {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.questionnaire .questionnaire__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.questionnaire .questionnaire__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.questionnaire .questionnaire__title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 120px;
}
.questionnaire .questionnaire__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questionnaire .questionnaire__content {
  width: 665px;
}
.questionnaire .questionnaire__content-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.questionnaire .questionnaire__content-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.questionnaire .questionnaire__content-form-wrapper {
  width: 100%;
  max-width: 540px;
}
.questionnaire .questionnaire__content-form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 13px;
}
.questionnaire .questionnaire__content-form-wrapper form input {
  width: 100%;
  height: auto;
  border-radius: 25px;
  outline: none;
  border: none;
  background-color: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #000;
  padding: 0 25px;
}
.questionnaire .questionnaire__content-form-wrapper form input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #333333;
}
.questionnaire .questionnaire__content-form-wrapper form button {
  width: 100%;
  max-width: 181px;
  height: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  outline: none;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.questionnaire .questionnaire__content-form-wrapper form button:hover {
  background-color: #EDF4D1;
}
.questionnaire .questionnaire__content-form-warning {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.questionnaire .questionnaire__content-form-warning li {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.questionnaire .questionnaire__content-form-warning li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.questionnaire .questionnaire__image {
  width: 315px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.questionnaire .questionnaire__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.questionnaire .questionnaire__strip {
  background-color: #EDF4D1;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
  padding: 20px;
}
.questionnaire .questionnaire__strip a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 1660px) {
  .questionnaire .questionnaire__inner {
    padding: 6.0240963855vw 0;
  }
  .questionnaire .questionnaire__title {
    font-size: 2.1686746988vw;
    margin-bottom: 7.2289156627vw;
  }
  .questionnaire .questionnaire__content {
    width: 40.0602409639vw;
  }
  .questionnaire .questionnaire__content-title {
    font-size: 1.9277108434vw;
    margin-bottom: 3.0120481928vw;
  }
  .questionnaire .questionnaire__content-text {
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .questionnaire .questionnaire__content-form-wrapper {
    max-width: 32.5301204819vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form {
    gap: 0.7831325301vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input {
    border-radius: 1.5060240964vw;
    font-size: 0.9638554217vw;
    padding: 0 1.5060240964vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-webkit-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input:-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input:-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form button {
    max-width: 10.9036144578vw;
    height: 3.2530120482vw;
    border-radius: 1.5060240964vw;
    font-size: 0.9638554217vw;
  }
  .questionnaire .questionnaire__content-form-warning {
    margin-top: 1.5060240964vw;
    gap: 1.5060240964vw;
  }
  .questionnaire .questionnaire__content-form-warning li {
    font-size: 0.843373494vw;
    padding-right: 0.6024096386vw;
  }
  .questionnaire .questionnaire__content-form-warning li::before {
    top: 0.3012048193vw;
    width: 0.3012048193vw;
    height: 0.3012048193vw;
  }
  .questionnaire .questionnaire__image {
    width: 18.9759036145vw;
  }
  .questionnaire .questionnaire__strip {
    font-size: 1.2048192771vw;
    padding: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .questionnaire .questionnaire__inner {
    padding: 8vw 0;
  }
  .questionnaire .questionnaire__bg {
    display: none;
  }
  .questionnaire .questionnaire__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.02em;
    color: #324B27;
    margin-bottom: 8vw;
  }
  .questionnaire .questionnaire__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .questionnaire .questionnaire__content {
    width: 100%;
  }
  .questionnaire .questionnaire__content-title {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto 8vw;
    font-size: 5.3333333333vw;
    color: #000;
    text-align: center;
    margin-bottom: 8vw;
  }
  .questionnaire .questionnaire__content-text {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    color: #000;
  }
  .questionnaire .questionnaire__content-text br {
    display: none;
  }
  .questionnaire .questionnaire__content-form-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .questionnaire .questionnaire__content-form-wrapper form {
    gap: 2.6666666667vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input {
    border-radius: 6.6666666667vw;
    background: #324B27;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
    font-size: 3.2vw;
    color: #fff;
    padding: 0 4vw;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-webkit-input-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input:-ms-input-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-ms-input-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input:-moz-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form input::-moz-placeholder {
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-wrapper form button {
    width: 100%;
    max-width: 26.6666666667vw;
    height: 9.6vw;
    border-radius: 6.6666666667vw;
    background: #324B27;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25);
    font-size: 3.2vw;
    color: #fff;
  }
  .questionnaire .questionnaire__content-form-warning {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  .questionnaire .questionnaire__content-form-warning li {
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
    color: #000;
  }
  .questionnaire .questionnaire__content-form-warning li::before {
    top: 1.3333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background-color: #000;
  }
  .questionnaire .questionnaire__image {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .questionnaire .questionnaire__strip {
    display: none;
  }
}
.our-products {
  font-family: "Assistant", sans-serif;
}
.our-products .our-products__inner {
  padding: 70px 0;
}
.our-products .our-products__top {
  margin-bottom: 50px;
}
.our-products .our-products__top-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  color: #014421;
  margin-bottom: 10px;
}
.our-products .our-products__top-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}
.our-products .our-products__list-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.our-products .our-products__list-wrapper .swiper-button-prev,
.our-products .our-products__list-wrapper .swiper-button-next {
  position: absolute;
  top: 320px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
}
.our-products .our-products__list-wrapper .swiper-button-prev::after,
.our-products .our-products__list-wrapper .swiper-button-next::after {
  display: none;
}
.our-products .our-products__list-wrapper .swiper-button-prev::before,
.our-products .our-products__list-wrapper .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.our-products .our-products__list-wrapper .swiper-button-prev {
  left: auto;
  right: 0;
}
.our-products .our-products__list-wrapper .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath fill='%23000' d='M1.477.335 6.659 5.65a.5.5 0 0 1 0 .698l-5.182 5.318a.455.455 0 0 1-.652 0 .478.478 0 0 1 0-.668l4.873-5L.825 1.003A.478.478 0 0 1 .974.233a.455.455 0 0 1 .503.102Z'/%3E%3C/svg%3E");
}
.our-products .our-products__list-wrapper .swiper-button-next {
  right: auto;
  left: 0;
}
.our-products .our-products__list-wrapper .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath fill='%23000' d='M5.523.335.341 5.65a.5.5 0 0 0 0 .698l5.182 5.318a.455.455 0 0 0 .652 0 .478.478 0 0 0 0-.668l-4.873-5 4.873-4.997a.478.478 0 0 0-.149-.769.455.455 0 0 0-.503.102Z'/%3E%3C/svg%3E");
}
.our-products .our-products__list {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  max-width: calc((100% - 150px) / 4);
}
.our-products .our-products__list .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.our-products .card .card-content__title, .our-products .card .card-content__subtitle {
  text-align: right;
}
.our-products .card .card-content__description {
  display: block;
}
.our-products .card .card-content__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-products .card .card-content__price, .our-products .card .card-content__options {
  display: none;
}
.our-products .card .card-button {
  padding: 0;
}
.our-products .card .card-button button,
.our-products .card .card-button a {
  font-weight: 700;
  font-size: 18px;
  color: #324B27;
  background-color: transparent;
  border: 1px solid #324B27;
  border-radius: 0;
  padding: 10px;
  width: auto;
  min-height: 1px;
}
.our-products .card .card-button button:hover,
.our-products .card .card-button a:hover {
  background-color: #324B27;
  color: #fff;
}
.our-products .card .card-button button.loading::after,
.our-products .card .card-button a.loading::after {
  border: 4px solid #6B8C53;
  border-top-color: #fff;
}
.our-products .card .card-button button.added, .our-products .card .card-button button.loading,
.our-products .card .card-button a.added,
.our-products .card .card-button a.loading {
  background-color: #324B27;
  color: #324B27;
}
.our-products .card .card-button .variations_form .cfvsw-swatches-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.our-products .our-products__scrollbar {
  width: 100%;
  height: 3px;
  background-color: #E4E4D2;
  margin-top: 50px;
}
.our-products .our-products__scrollbar .swiper-scrollbar-drag {
  background-color: #324B27;
  cursor: -webkit-grab;
  cursor: grab;
}

@media only screen and (max-width: 1660px) {
  .our-products .our-products__inner {
    padding: 4.2168674699vw 0;
  }
  .our-products .our-products__top {
    margin-bottom: 3.0120481928vw;
  }
  .our-products .our-products__top-title {
    font-size: 1.8072289157vw;
    margin-bottom: 0.6024096386vw;
  }
  .our-products .our-products__top-text {
    font-size: 1.0843373494vw;
  }
  .our-products .our-products__list-wrapper {
    position: relative;
    z-index: 2;
  }
  .our-products .our-products__list-wrapper .swiper-button-prev,
  .our-products .our-products__list-wrapper .swiper-button-next {
    top: 19.2771084337vw;
    width: 2.7108433735vw;
    height: 2.7108433735vw;
  }
  .our-products .our-products__list-wrapper .swiper-button-prev::before,
  .our-products .our-products__list-wrapper .swiper-button-next::before {
    width: 1.8072289157vw;
    height: 1.8072289157vw;
  }
  .our-products .our-products__list {
    max-width: 87.3493975904vw;
  }
  .our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper {
    gap: 3.0120481928vw;
  }
  .our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    max-width: calc((100% - 9.0361445783vw) / 4);
  }
  .our-products .card .card-button button,
  .our-products .card .card-button a {
    font-size: 1.0843373494vw;
    padding: 0.6024096386vw;
  }
  .our-products .card .card-button button.loading::after,
  .our-products .card .card-button a.loading::after {
    border: 0.2409638554vw solid #6B8C53;
    border-top-color: #fff;
  }
  .our-products .our-products__scrollbar {
    height: 0.1807228916vw;
    margin-top: 3.0120481928vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-products .our-products__inner {
    padding: 8vw 0;
  }
  .our-products .container-l {
    padding: 0;
  }
  .our-products .our-products__top {
    padding: 0 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .our-products .our-products__top-title {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .our-products .our-products__top-text {
    font-size: 4.2666666667vw;
  }
  .our-products .our-products__list-wrapper .swiper-button-prev,
  .our-products .our-products__list-wrapper .swiper-button-next {
    top: 42.6666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .our-products .our-products__list-wrapper .swiper-button-prev::before,
  .our-products .our-products__list-wrapper .swiper-button-next::before {
    width: 1.8666666667vw;
    height: 3.2vw;
  }
  .our-products .our-products__list-wrapper .swiper-button-prev {
    right: 2.6666666667vw;
  }
  .our-products .our-products__list-wrapper .swiper-button-next {
    left: 2.6666666667vw;
  }
  .our-products .our-products__list {
    max-width: 100%;
    padding-right: 5.3333333333vw;
  }
  .our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper {
    gap: 5.3333333333vw;
  }
  .our-products .our-products__list:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
  .our-products .card .card-button button,
  .our-products .card .card-button a {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
  }
  .our-products .card .card-button button.loading::after,
  .our-products .card .card-button a.loading::after {
    border: 1.0666666667vw solid #6B8C53;
    border-top-color: #fff;
  }
  .our-products .card .card-button .variations_form .cfvsw-swatches-container::before {
    width: 100%;
  }
  .our-products .our-products__scrollbar {
    width: calc(100% - 5.3333333333vw);
    margin: 8vw 0px 0 -5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.section-contact .section-contact__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 185px;
  height: 100%;
  background-color: #324B27;
}
.section-contact .section-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 165px;
}
.section-contact .section-contact__content {
  width: 100%;
}
.section-contact .section-contact__content .section-contact__content-title {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 36px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.section-contact .section-contact__content .section-contact__content-text {
  margin-bottom: 45px;
}
.section-contact .section-contact__content .section-contact__content-form .wpcf7 {
  direction: rtl;
}
.section-contact .section-contact__content .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.section-contact .section-contact__content .input-field {
  width: 100%;
  max-width: 400px;
}
.section-contact .section-contact__content .input-field input {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-align: right;
}
.section-contact .section-contact__content .input-field input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .input-field input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.section-contact .section-contact__content .select-field {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__content .select-field::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-contact .section-contact__content .select-field select {
  width: 100%;
  height: 40px;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 15px 0 35px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section-contact .section-contact__content .select-field select::-ms-expand {
  display: none;
}
.section-contact .section-contact__content .select-field select option:not(:first-child)[disabled] {
  font-weight: 700;
  color: #324B27;
}
.section-contact .section-contact__content .button-field {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
}
.section-contact .section-contact__content .button-field button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #324B27;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-contact .section-contact__content .button-field button:hover {
  background-color: #6B8C53;
}
.section-contact .section-contact__info {
  width: 425px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #FAFAED;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
.section-contact .section-contact__info::before {
  content: "";
  position: absolute;
  top: calc(100% - 25px);
  left: calc(100% - 40px);
  width: 57px;
  height: 47px;
  background-color: #324B27;
}
.section-contact .section-contact__info-list li {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  position: relative;
}
.section-contact .section-contact__info-list li a:not([href^=tel]) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.section-contact .section-contact__info-list li a {
  color: inherit;
}
.section-contact .section-contact__info-list li:not(:first-child) {
  margin-top: 15px;
}
.section-contact .section-contact__info-list li span:empty {
  display: none;
}
.section-contact .section-contact__info-list li img {
  display: inline;
  vertical-align: middle;
}

@media only screen and (max-width: 1660px) {
  .section-contact .section-contact__inner {
    max-width: 115.6626506024vw;
    padding: 3.0120481928vw 0;
  }
  .section-contact .section-contact__inner::before {
    width: 11.1445783133vw;
  }
  .section-contact .section-contact__inner::after {
    width: 3.313253012vw;
    height: 30.5421686747vw;
  }
  .section-contact .section-contact__wrapper {
    gap: 9.9397590361vw;
  }
  .section-contact .section-contact__content .section-contact__content-title {
    font-size: 2.1686746988vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-contact .section-contact__content .section-contact__content-text {
    margin-bottom: 2.7108433735vw;
  }
  .section-contact .section-contact__content .form-fields {
    grid-gap: 2.4096385542vw;
  }
  .section-contact .section-contact__content .input-field {
    max-width: 24.0963855422vw;
  }
  .section-contact .section-contact__content .input-field input {
    height: 2.4096385542vw;
    border-radius: 0.6024096386vw;
    padding: 0 0.9036144578vw;
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input::-webkit-input-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input::-moz-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input:-ms-input-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input::-ms-input-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input::placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input:-moz-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .input-field input::-moz-placeholder {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .select-field {
    max-width: 24.0963855422vw;
  }
  .section-contact .section-contact__content .select-field::before {
    left: 0.9036144578vw;
    width: 0.7228915663vw;
    height: 0.421686747vw;
  }
  .section-contact .section-contact__content .select-field select {
    height: 2.4096385542vw;
    border-radius: 0.6024096386vw;
    padding: 0 0.9036144578vw 0 2.1084337349vw;
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__content .button-field {
    max-width: 24.0963855422vw;
  }
  .section-contact .section-contact__content .button-field button {
    height: 2.4096385542vw;
    border-radius: 0.6024096386vw;
    font-size: 1.4457831325vw;
  }
  .section-contact .section-contact__info {
    width: 25.6024096386vw;
    padding: 1.8072289157vw 2.4096385542vw;
  }
  .section-contact .section-contact__info::before {
    top: calc(100% - 1.5060240964vw);
    left: calc(100% - 2.4096385542vw);
    width: 57px;
    height: 47px;
  }
  .section-contact .section-contact__info-list li {
    font-size: 1.0843373494vw;
  }
  .section-contact .section-contact__info-list li:not(:first-child) {
    margin-top: 0.9036144578vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-contact .section-contact__inner {
    max-width: 100%;
    padding: 8vw 0;
  }
  .section-contact .section-contact__inner::before, .section-contact .section-contact__inner::after {
    display: none;
  }
  .section-contact .section-contact__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .section-contact .section-contact__content .section-contact__content-title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-contact .section-contact__content .section-contact__content-text {
    margin-bottom: 5.3333333333vw;
  }
  .section-contact .section-contact__content .form-fields {
    grid-gap: 5.3333333333vw;
  }
  .section-contact .section-contact__content .input-field {
    max-width: 100%;
  }
  .section-contact .section-contact__content .input-field input {
    height: 8vw;
    border-radius: 1.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input::-webkit-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input:-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input::-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input::placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input:-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .input-field input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .select-field {
    max-width: 100%;
  }
  .section-contact .section-contact__content .select-field::before {
    left: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
  }
  .section-contact .section-contact__content .select-field select {
    height: 8vw;
    border-radius: 1.3333333333vw;
    background-color: #fff;
    padding: 0 2.6666666667vw 0 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__content .button-field {
    max-width: 100%;
    margin: 0;
  }
  .section-contact .section-contact__content .button-field button {
    height: 8vw;
    border-radius: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .section-contact .section-contact__info {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
  .section-contact .section-contact__info::before {
    display: none;
  }
  .section-contact .section-contact__info-list li {
    font-size: 4.2666666667vw;
  }
  .section-contact .section-contact__info-list li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.other-products {
  font-family: "Assistant", sans-serif;
}
.other-products .other-products__strip {
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
  padding: 20px;
  margin-bottom: 70px;
  background-color: #EDF4D1;
}
.other-products .other-products__strip a {
  text-decoration: underline;
  color: inherit;
}
.other-products .other-products__top {
  margin-bottom: 100px;
}
.other-products .other-products__top-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  color: #324B27;
  margin-bottom: 20px;
}
.other-products .other-products__top-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #324B27;
}
.other-products .other-products__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.other-products .other-products__bottom {
  margin-top: 100px;
}
.other-products .other-products__bottom-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  color: #324B27;
  margin-bottom: 50px;
}
.other-products .other-products__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.other-products .other-products__bottom-list li {
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #6B8C53;
}
.other-products .other-products__bottom-list li:not(:last-child) {
  border-left: 1px solid #324B27;
  padding-left: 35px;
}

@media only screen and (max-width: 1660px) {
  .other-products .other-products__strip {
    font-size: 1.2048192771vw;
    padding: 1.2048192771vw;
    margin-bottom: 4.2168674699vw;
  }
  .other-products .other-products__top {
    margin-bottom: 6.0240963855vw;
  }
  .other-products .other-products__top-title {
    font-size: 1.9277108434vw;
    margin-bottom: 1.2048192771vw;
  }
  .other-products .other-products__top-text {
    font-size: 1.4457831325vw;
  }
  .other-products .other-products__list .list {
    grid-gap: 3.0120481928vw;
  }
  .other-products .other-products__bottom {
    margin-top: 6.0240963855vw;
  }
  .other-products .other-products__bottom-title {
    font-size: 1.4457831325vw;
    margin-bottom: 3.0120481928vw;
  }
  .other-products .other-products__bottom-list {
    gap: 2.1084337349vw;
  }
  .other-products .other-products__bottom-list li {
    font-size: 1.2048192771vw;
  }
  .other-products .other-products__bottom-list li:not(:last-child) {
    padding-left: 2.1084337349vw;
  }
}
@media only screen and (max-width: 991px) {
  .other-products .other-products__strip {
    font-size: 2.6666666667vw;
    padding: 4.2666666667vw;
    margin-bottom: 0;
  }
  .other-products .other-products__top {
    margin-bottom: 13.3333333333vw;
    margin-top: 9.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .other-products .other-products__top-title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .other-products .other-products__top-text {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .other-products .other-products__list {
    width: calc(100% + 10.6666666667vw);
    margin-right: -5.3333333333vw;
    padding-bottom: 0;
  }
  .other-products .other-products__list .list {
    overflow-y: auto;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding-bottom: 3.2vw;
  }
  .other-products .other-products__list .list .card {
    width: 40%;
    min-width: 0;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .other-products .other-products__list .list .card .card-top {
    height: 52vw;
    padding: 2.1333333333vw;
    margin-bottom: 0;
  }
  .other-products .other-products__list .list .card .card-button {
    padding-top: 2.6666666667vw;
  }
  .other-products .other-products__list .list .card .card-button a,
  .other-products .other-products__list .list .card .card-button button {
    min-height: 6.4vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    padding: 0.8vw;
  }
  .other-products .other-products__list .list .card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .other-products .other-products__list .list .card .card-content__title {
    text-align: right;
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .other-products .other-products__list .list .card .card-content__subtitle {
    font-size: 2.6666666667vw;
    text-align: right;
    margin-bottom: 2.6666666667vw;
  }
  .other-products .other-products__list .list .card .card-content__price {
    font-size: 3.7333333333vw;
  }
  .other-products .other-products__bottom {
    margin-top: 8vw;
  }
  .other-products .other-products__bottom-title {
    font-size: 5.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .other-products .other-products__bottom-list {
    gap: 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-products .other-products__bottom-list li {
    width: calc(50% - 1.3333333333vw);
    font-size: 3.4666666667vw;
  }
  .other-products .other-products__bottom-list li:nth-child(even) {
    border-left: none;
  }
  .other-products .other-products__bottom-list li:not(:last-child) {
    padding-left: 5.3333333333vw;
  }
}
.section-thank {
  padding: 50px 0;
  font-family: "Assistant", sans-serif;
}
.section-thank .breadcums-block {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto 10px;
}
.section-thank .breadcums-block .breadcrumbs {
  padding-bottom: 0;
  border: none;
}
.section-thank .section-thank__inner {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
  border: 1px solid #CED2A7;
  padding: 100px;
  position: relative;
  z-index: 2;
}
.section-thank .section-thank__inner::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 8px;
  width: 82px;
  height: 145px;
  background: url(../img/bottle-dec.png) no-repeat center/contain;
}
.section-thank .section-thank__additional {
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px solid #A5B089;
  border-bottom: 1px solid #A5B089;
}
.section-thank .section-thank__additional-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #1F3A15;
  margin-bottom: 10px;
}
.section-thank .section-thank__additional-question {
  margin-bottom: 15px;
}
.section-thank .section-thank__additional-question .question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-thank .section-thank__additional-question .question-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-thank .section-thank__additional-question .question-item__title,
.section-thank .section-thank__additional-question .question-item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #1F3A15;
}
.section-thank .section-thank__additional-question .question-item__image {
  width: 31px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}
.section-thank .section-thank__additional-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #1F3A15;
}
.section-thank .section-thank__additional-contact .contact-item img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-thank .section-thank__social .social-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #1F3A15;
  margin-bottom: 20px;
}
.section-thank .section-thank__social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.section-thank .section-thank__social .social-list li {
  width: auto;
  height: 43px;
}
.section-thank .section-thank__social .social-list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-thank .section-thank__social .social-list li a,
.section-thank .section-thank__social .social-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.section-thank .section-thank__social .social-list li img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1660px) {
  .section-thank {
    padding: 3.0120481928vw 0;
  }
  .section-thank .breadcums-block {
    max-width: 77.8313253012vw;
    margin: 0 auto 0.6024096386vw;
  }
  .section-thank .section-thank__inner {
    max-width: 77.8313253012vw;
    padding: 6.0240963855vw;
  }
  .section-thank .section-thank__inner::before {
    top: 6.0240963855vw;
    right: 0.4819277108vw;
    width: 4.9397590361vw;
    height: 8.734939759vw;
  }
  .section-thank .section-thank__additional {
    padding: 1.5060240964vw 0;
    margin: 1.5060240964vw 0;
  }
  .section-thank .section-thank__additional-title {
    font-size: 1.3253012048vw;
    margin-bottom: 0.6024096386vw;
  }
  .section-thank .section-thank__additional-question {
    margin-bottom: 0.9036144578vw;
  }
  .section-thank .section-thank__additional-question .question-item__title,
  .section-thank .section-thank__additional-question .question-item__text {
    font-size: 1.2048192771vw;
  }
  .section-thank .section-thank__additional-question .question-item__image {
    width: 1.8674698795vw;
    margin: 0 0.3012048193vw;
  }
  .section-thank .section-thank__additional-contact .contact-item {
    gap: 1.8072289157vw;
    font-size: 1.2048192771vw;
  }
  .section-thank .section-thank__additional-contact .contact-item img {
    width: 1.9277108434vw;
    height: 1.9277108434vw;
  }
  .section-thank .section-thank__social .social-title {
    font-size: 1.4457831325vw;
    margin-bottom: 1.2048192771vw;
  }
  .section-thank .section-thank__social .social-list {
    gap: 0.6024096386vw;
  }
  .section-thank .section-thank__social .social-list li {
    height: 2.5903614458vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-thank {
    padding: 8vw 0;
  }
  .section-thank .breadcums-block {
    max-width: calc(100% - 10.6666666667vw);
    margin: 0 auto 2.6666666667vw;
  }
  .section-thank .section-thank__inner {
    max-width: calc(100% - 10.6666666667vw);
    padding: 8vw 5.3333333333vw;
  }
  .section-thank .section-thank__inner::before {
    display: none;
  }
  .section-thank .section-thank__additional {
    padding: 4vw 0;
    margin: 4vw 0;
  }
  .section-thank .section-thank__additional-title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .section-thank .section-thank__additional-question {
    margin-bottom: 2.6666666667vw;
  }
  .section-thank .section-thank__additional-question .question-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-thank .section-thank__additional-question .question-item__title,
  .section-thank .section-thank__additional-question .question-item__text {
    font-size: 4.8vw;
  }
  .section-thank .section-thank__additional-question .question-item__image {
    width: 6.6666666667vw;
    margin: 0 1.3333333333vw;
  }
  .section-thank .section-thank__additional-contact .contact-item {
    gap: 4vw;
    font-size: 4.8vw;
  }
  .section-thank .section-thank__additional-contact .contact-item img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .section-thank .section-thank__social .social-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .section-thank .section-thank__social .social-list {
    gap: 2.6666666667vw;
  }
  .section-thank .section-thank__social .social-list li {
    height: 8vw;
  }
}
.content-box {
  padding: 50px 0;
  font-family: "Assistant", sans-serif;
}
.content-box .content-box__inner {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
  border: 1px solid #CED2A7;
  padding: 100px;
  position: relative;
  z-index: 2;
}
.content-box .content-box__inner::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 8px;
  width: 82px;
  height: 145px;
  background: url(../img/bottle-dec.png) no-repeat center/contain;
}
.content-box .content-box__text {
  margin-bottom: 100px;
}
.content-box .content-box__bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.content-box .content-box__bottom-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #1F3A15;
}
.content-box .content-box__bottom-button a img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.content-box .content-box__bottom-social .social-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #1F3A15;
  margin-bottom: 20px;
}
.content-box .content-box__bottom-social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.content-box .content-box__bottom-social .social-list li {
  width: auto;
  height: 43px;
}
.content-box .content-box__bottom-social .social-list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-box .content-box__bottom-social .social-list li a,
.content-box .content-box__bottom-social .social-list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-box .content-box__bottom-social .social-list li img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1660px) {
  .content-box {
    padding: 3.0120481928vw 0;
  }
  .content-box .content-box__inner {
    max-width: 77.8313253012vw;
    padding: 6.0240963855vw;
  }
  .content-box .content-box__inner::before {
    top: 6.0240963855vw;
    right: 0.4819277108vw;
    width: 4.9397590361vw;
    height: 8.734939759vw;
  }
  .content-box .content-box__text {
    margin-bottom: 6.0240963855vw;
  }
  .content-box .content-box__bottom-button {
    margin-bottom: 1.5060240964vw;
  }
  .content-box .content-box__bottom-button a {
    gap: 1.8072289157vw;
    font-size: 1.2048192771vw;
  }
  .content-box .content-box__bottom-button a img {
    width: 1.9277108434vw;
    height: 1.9277108434vw;
  }
  .content-box .content-box__bottom-social .social-title {
    font-size: 1.4457831325vw;
    margin-bottom: 1.2048192771vw;
  }
  .content-box .content-box__bottom-social .social-list {
    gap: 0.6024096386vw;
  }
  .content-box .content-box__bottom-social .social-list li {
    height: 2.5903614458vw;
  }
}
@media only screen and (max-width: 991px) {
  .content-box {
    padding: 10.6666666667vw 0;
  }
  .content-box .content-box__inner {
    max-width: 93.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .content-box .content-box__inner::before {
    content: none;
  }
  .content-box .content-box__text {
    margin-bottom: 13.3333333333vw;
  }
  .content-box .content-box__bottom-button {
    margin-bottom: 6.6666666667vw;
  }
  .content-box .content-box__bottom-button a {
    gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .content-box .content-box__bottom-button a img {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .content-box .content-box__bottom-social .social-title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .content-box .content-box__bottom-social .social-list {
    gap: 2.6666666667vw;
  }
  .content-box .content-box__bottom-social .social-list li {
    height: 8.5333333333vw;
  }
}
.wp-block-woocommerce-checkout {
  width: 100%;
  max-width: 1360px;
  padding: 50px 20px !important;
  margin: 0 auto !important;
  font-family: "Assistant", sans-serif;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  margin: 0 !important;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-block-woocommerce-checkout .wc-block-components-main {
  width: 450px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-address-form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-address-card {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-address-card .wc-block-components-address-card__edit {
  margin: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0 15px !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
  text-align: right;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input label {
  display: block;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error p {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 15px;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container select {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0 15px !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container select::-ms-expand {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container label {
  display: block;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container .wc-block-components-validation-error {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container .wc-block-components-validation-error p {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-blocks-components-select__container .wc-blocks-components-select__expand {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox {
  position: relative;
  z-index: 2;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  min-width: 1px;
  min-height: 1px;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%23324B27' stroke-linejoin='round' d='M11.5 1h-9A1.5 1.5 0 0 0 1 2.5v9A1.5 1.5 0 0 0 2.5 13h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 11.5 1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23324B27' stroke='%23324B27' stroke-linejoin='round' d='M11.5 1h-9A1.5 1.5 0 0 0 1 2.5v9A1.5 1.5 0 0 0 2.5 13h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 11.5 1Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m10 4.5-4.2 5-1.8-2'/%3E%3C/svg%3E");
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control::after {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 8px 50px 8px 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  outline: none;
  border-color: #324B27;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option .wc-block-components-radio-control__input::before {
  background-color: #324B27;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-notice-banner {
  padding: 7px 15px !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 15px !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: auto;
  resize: none;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: hsla(0, 0%, 7%, 0.7);
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-color: #324B27;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-button:hover {
  background-color: #6B8C53;
}
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-button span,
.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-button .wc-block-components-checkout-place-order-button__text {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #000;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary {
  padding: 0 15px 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary__content {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__button {
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary__content {
  padding-top: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item:not(:first-child) {
  margin-top: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  width: 50px;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  top: 0px;
  right: -15px;
  left: auto;
  bottom: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #324B27;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 150px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button {
  margin: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content {
  padding-top: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  gap: 10px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-text-input input {
  border: 1px solid #000;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 38px;
  border-radius: 10px;
  padding: 0 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-text-input label {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-button {
  background-color: #324B27;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  min-height: 1px;
  border: none;
  padding: 5px 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block {
  padding: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item:not(:first-child) {
  margin-top: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-fee-block:empty {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-shipping-block {
  padding: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
  padding: 15px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid #000;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper:empty {
  display: none;
}

@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-main .wp-block-woocommerce-checkout-order-summary-block {
    display: none !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
    margin: 0 !important;
    border: none !important;
    padding: 20px 15px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
    padding: 0 15px 15px !important;
  }
  .wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__content {
    padding: 0 !important;
  }
}
.section-quiz {
  font-family: "Assistant", sans-serif;
  background-color: #324B27;
}
.section-quiz * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-quiz .data-block {
  display: none;
}
.section-quiz .section-quiz__list {
  width: 100%;
  height: calc(100vh - 95px);
}
.section-quiz .section-quiz__list .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-quiz .section-quiz__list .item {
  width: 100%;
  height: 100%;
  padding: 90px 0;
  overflow: auto;
  direction: ltr;
  position: relative;
  z-index: 2;
}
.section-quiz .section-quiz__list .item__inner {
  min-height: calc(100vh - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-quiz .section-quiz__list .item__box {
  direction: rtl;
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
}
.section-quiz .section-quiz__list .item-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 100px;
}
.section-quiz .section-quiz__list .item-subtitle {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.section-quiz .section-quiz__list .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.section-quiz .section-quiz__list .item-content {
  width: 100%;
  max-width: 840px;
}
.section-quiz .section-quiz__list .item-content .content-title {
  font-weight: 700;
  line-height: 1;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.section-quiz .section-quiz__list .item-content .content-text {
  margin-bottom: 30px;
}
.section-quiz .section-quiz__list .item-content .content-text .text {
  color: #fff;
}
.section-quiz .section-quiz__list .item-content .content-text .text ul li::before,
.section-quiz .section-quiz__list .item-content .content-text .text ol li ul li::after {
  background-color: #fff;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper .acquaintance-form__image {
  width: 53px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper .acquaintance-form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form .input-field {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input {
  width: 100%;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 22px;
  background-color: transparent;
  outline: none;
  padding: 0 20px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form button {
  width: 158px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #E6EFEA;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form button:hover {
  background: #b1beb7;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form .field-error {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #ff0000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form .field-error.is-show {
  opacity: 1;
  pointer-events: all;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom {
  margin-top: 30px;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom .text {
  color: #fff;
}
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom .text ul li::before,
.section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom .text ol li ul li::after {
  background-color: #fff;
}
.section-quiz .section-quiz__list .item-image {
  width: 308px;
  height: 402px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-quiz .section-quiz__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-quiz .section-quiz__list .item-image .controll-buttons {
  width: calc(100% + 80px);
  margin: 70px -40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.section-quiz .section-quiz__list .item-error {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  color: #ff0000;
  text-align: center;
  display: none;
}
.section-quiz .section-quiz__list .item-error.is-show {
  display: block;
}
.section-quiz .section-quiz__list .next-btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .next-btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.section-quiz .section-quiz__list .option-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
.section-quiz .section-quiz__list .border-button {
  background-color: #324B27;
  border: 1px solid #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 22px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 325px;
  min-height: 52px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .border-button:hover, .section-quiz .section-quiz__list .border-button.is-checked {
  background-color: #2E5D48;
}
.section-quiz .section-quiz__list [data-question="5"] .filter__buttons,
.section-quiz .section-quiz__list [data-question="6"] .filter__buttons {
  width: 100%;
  max-width: 550px;
  margin-bottom: 30px;
}
.section-quiz .section-quiz__list [data-question="5"] .filter__item,
.section-quiz .section-quiz__list [data-question="6"] .filter__item {
  width: 100%;
  max-width: 330px;
}
.section-quiz .section-quiz__list [data-question="5"] .filter__item:not(:first-child),
.section-quiz .section-quiz__list [data-question="6"] .filter__item:not(:first-child) {
  margin-top: 10px;
}
.section-quiz .section-quiz__list [data-question="5"] .filter__item:nth-child(even),
.section-quiz .section-quiz__list [data-question="6"] .filter__item:nth-child(even) {
  margin-right: auto;
}
.section-quiz .section-quiz__list .filter__item:not(:first-child) {
  margin-top: 50px;
}
.section-quiz .section-quiz__list .filter__item .filter__title {
  font-weight: 700;
  line-height: 1;
  font-size: 30px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.section-quiz .section-quiz__list .filter__item .filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-quiz .section-quiz__list .filter__item .filter__button {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .filter__item .filter__button:hover .filter__button-text, .section-quiz .section-quiz__list .filter__item .filter__button.is-checked .filter__button-text {
  background-color: #2E5D48;
}
.section-quiz .section-quiz__list .filter__item .filter__button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.section-quiz .section-quiz__list .filter__item .filter__button .filter__button-check {
  display: none;
}
.section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text {
  background-color: #324B27;
  border: 1px solid #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-radius: 22px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 325px;
  min-height: 52px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.section-quiz .section-quiz__list .action-buttons .action-button {
  background: #F6F5F1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  border: none;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 221px;
  min-height: 35px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .action-buttons .action-button:first-child {
  background-color: #324B27;
  color: #fff;
}
.section-quiz .section-quiz__list .action-buttons .action-button:first-child:hover {
  background-color: #2E5D48;
}
.section-quiz .section-quiz__list .action-buttons .action-button:hover {
  color: #fff;
  background-color: #2E5D48;
}
.section-quiz .section-quiz__list .controll-buttons {
  width: 100%;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-quiz .section-quiz__list .controll-buttons button {
  background: #BFD8CC;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  min-width: 144px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .controll-buttons button:hover {
  background-color: #2E5D48;
  color: #fff;
}
.section-quiz .section-quiz__list .controll-buttons button.is-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.section-quiz .section-quiz__list .item[data-question="6"] {
  padding: 90px 0 0;
}
.section-quiz .section-quiz__list .item-strip {
  margin-top: 70px;
  background-color: #EDF4D1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #324B27;
  text-align: center;
}
.section-quiz .section-quiz__list [data-question="7"] {
  background-color: #FAFAED;
  padding: 50px 0 0;
}
.section-quiz .section-quiz__list [data-question="7"] .item-title {
  margin-bottom: 25px;
  color: #324B27;
}
.section-quiz .section-quiz__list [data-question="7"] .item-subtitle {
  color: #324B27;
}
.section-quiz .section-quiz__list .item-products .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.section-quiz .section-quiz__list .item-products .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - 150px) / 4);
}
.section-quiz .section-quiz__list .item-products .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-quiz .section-quiz__list .item-products .swiper .swiper-scrollbar {
  position: static;
  width: 100%;
  height: 3px;
  background-color: #E4E4D2;
  margin-top: 50px;
}
.section-quiz .section-quiz__list .item-products .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #324B27;
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (min-width: 991px) {
  .section-quiz .section-quiz__list .item-products .card:hover .card-top .card-top__image:not(.no-hover-image) img.main-image {
    opacity: 1;
  }
  .section-quiz .section-quiz__list .item-products .card:hover .card-top .card-top__image:not(.no-hover-image) img.hover-image {
    opacity: 0;
  }
}
.section-quiz .section-quiz__list .item-products .card .card-top .card-top__image:has(.hover-image) img.main-image {
  opacity: 0;
}
.section-quiz .section-quiz__list .item-products .card .card-top .card-top__image:has(.hover-image) img.hover-image {
  opacity: 1;
}
.section-quiz .section-quiz__list .final-button {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-quiz .section-quiz__list .final-button a,
.section-quiz .section-quiz__list .final-button button {
  background: #37482F;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 10px 30px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-quiz .section-quiz__list .final-button a:hover,
.section-quiz .section-quiz__list .final-button button:hover {
  background-color: #2E5D48;
}
.section-quiz .section-quiz__list .item-warning {
  background-color: #324B27;
  padding: 50px 20px;
}
.section-quiz .section-quiz__list .item-warning .item-warning__wrapper {
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
}
.section-quiz .section-quiz__list .item-warning .text {
  color: #fff;
}
.section-quiz .section-quiz__list .item-warning .text ul li::before,
.section-quiz .section-quiz__list .item-warning .text ol li ul li::after {
  background-color: #fff;
}

@media only screen and (max-width: 1660px) {
  .section-quiz * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-quiz .section-quiz__list {
    height: calc(100vh - 5.7228915663vw);
  }
  .section-quiz .section-quiz__list .item {
    padding: 5.421686747vw 0;
  }
  .section-quiz .section-quiz__list .item__inner {
    min-height: calc(100vh - 10.843373494vw);
  }
  .section-quiz .section-quiz__list .item__box {
    max-width: 81.0240963855vw;
  }
  .section-quiz .section-quiz__list .item-title {
    font-size: 2.1686746988vw;
    margin-bottom: 6.0240963855vw;
  }
  .section-quiz .section-quiz__list .item-subtitle {
    font-size: 1.4457831325vw;
    margin-bottom: 2.4096385542vw;
  }
  .section-quiz .section-quiz__list .item-wrapper {
    gap: 6.0240963855vw;
  }
  .section-quiz .section-quiz__list .item-content {
    max-width: 50.6024096386vw;
  }
  .section-quiz .section-quiz__list .item-content .content-title {
    font-size: 1.8072289157vw;
    margin-bottom: 0.9036144578vw;
  }
  .section-quiz .section-quiz__list .item-content .content-text {
    margin-bottom: 1.8072289157vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper {
    gap: 1.2048192771vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper .acquaintance-form__image {
    width: 3.1927710843vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form {
    max-width: 30.1204819277vw;
    gap: 1.2048192771vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input {
    height: 3.1325301205vw;
    border-radius: 1.3253012048vw;
    padding: 0 1.2048192771vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-webkit-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-ms-input-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form button {
    width: 9.5180722892vw;
    height: 3.1325301205vw;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1.3253012048vw;
    padding: 0.9036144578vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form .field-error {
    top: calc(100% + 0.6024096386vw);
    font-size: 0.843373494vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom {
    margin-top: 1.8072289157vw;
  }
  .section-quiz .section-quiz__list .item-image {
    width: 18.5542168675vw;
    height: 24.2168674699vw;
  }
  .section-quiz .section-quiz__list .item-image .controll-buttons {
    width: calc(100% + 4.8192771084vw);
    margin: 4.2168674699vw -2.4096385542vw 0;
    gap: 0.9036144578vw;
  }
  .section-quiz .section-quiz__list .item-error {
    max-width: 33.1325301205vw;
    margin-top: 0.9036144578vw;
    font-size: 0.843373494vw;
  }
  .section-quiz .section-quiz__list .option-buttons {
    gap: 1.0843373494vw;
  }
  .section-quiz .section-quiz__list .border-button {
    border-radius: 1.3253012048vw;
    padding: 0.6024096386vw 1.5060240964vw;
    min-width: 19.578313253vw;
    min-height: 3.1325301205vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list [data-question="5"] .filter__buttons,
  .section-quiz .section-quiz__list [data-question="6"] .filter__buttons {
    max-width: 33.1325301205vw;
    margin-bottom: 1.8072289157vw;
  }
  .section-quiz .section-quiz__list [data-question="5"] .filter__item,
  .section-quiz .section-quiz__list [data-question="6"] .filter__item {
    max-width: 19.8795180723vw;
  }
  .section-quiz .section-quiz__list .filter__item:not(:first-child) {
    margin-top: 3.0120481928vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__title {
    font-size: 1.8072289157vw;
    margin-bottom: 1.8072289157vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__wrapper {
    gap: 1.2048192771vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text {
    border-radius: 1.3253012048vw;
    padding: 0.6024096386vw 1.5060240964vw;
    min-width: 19.578313253vw;
    min-height: 3.1325301205vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .action-buttons {
    gap: 1.5060240964vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1.3253012048vw;
    padding: 0.6024096386vw 0.9036144578vw;
    min-width: 13.313253012vw;
    min-height: 2.1084337349vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .controll-buttons {
    max-width: 33.1325301205vw;
  }
  .section-quiz .section-quiz__list .controll-buttons button {
    border-radius: 1.3253012048vw;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0.6024096386vw;
    min-width: 8.6746987952vw;
    font-size: 1.2048192771vw;
  }
  .section-quiz .section-quiz__list .item[data-question="6"] {
    padding: 5.421686747vw 0 0;
  }
  .section-quiz .section-quiz__list .item-strip {
    margin-top: 4.2168674699vw;
    padding: 1.0843373494vw;
    font-size: 1.2048192771vw;
  }
  .section-quiz .section-quiz__list [data-question="7"] {
    padding: 3.0120481928vw 0 0;
  }
  .section-quiz .section-quiz__list [data-question="7"] .item-title {
    margin-bottom: 1.5060240964vw;
  }
  .section-quiz .section-quiz__list .item-products .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 3.0120481928vw;
  }
  .section-quiz .section-quiz__list .item-products .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 9.0361445783vw) / 4);
  }
  .section-quiz .section-quiz__list .item-products .swiper .swiper-scrollbar {
    height: 3px;
    margin-top: 3.0120481928vw;
  }
  .section-quiz .section-quiz__list .final-button {
    margin: 3.0120481928vw 0;
  }
  .section-quiz .section-quiz__list .final-button a,
  .section-quiz .section-quiz__list .final-button button {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.9036144578vw;
    padding: 0.6024096386vw 1.8072289157vw;
    font-size: 0.9638554217vw;
  }
  .section-quiz .section-quiz__list .item-warning {
    padding: 3.0120481928vw 1.2048192771vw;
  }
  .section-quiz .section-quiz__list .item-warning .item-warning__wrapper {
    max-width: 38.2530120482vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-quiz {
    background: rgb(246, 245, 241);
  }
  .section-quiz .data-block {
    width: 0;
    height: 0;
  }
  .section-quiz .section-quiz__list {
    height: calc(100vh - 13.8666666667vw);
  }
  .section-quiz .section-quiz__list .item:not([data-question="1"]) .item-image {
    display: none;
  }
  .section-quiz .section-quiz__list .item[data-question="6"] .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .section-quiz .section-quiz__list .item[data-question="6"] .item-image {
    display: block;
  }
  .section-quiz .section-quiz__list .item[data-question="6"] .item-image img {
    display: none;
  }
  .section-quiz .section-quiz__list .acquaintance-form .acquaintance-form__wrapper .acquaintance-form__image {
    width: 4.2666666667vw;
  }
  .section-quiz .section-quiz__list .acquaintance-form .acquaintance-form__wrapper .acquaintance-form__image img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .section-quiz .section-quiz__list .final-button {
    margin: 9.0666666667vw 0 0 1.3333333333vw;
  }
  .section-quiz .section-quiz__list .final-button a,
  .section-quiz .section-quiz__list .final-button button {
    width: 100%;
    max-width: 100%;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    min-height: 8.5333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .section-quiz .section-quiz__list .item-warning {
    background: #fafaed;
    padding: 5.3333333333vw 4vw;
  }
  .section-quiz .section-quiz__list .item-warning .item-warning__wrapper {
    max-width: 100%;
  }
  .section-quiz .section-quiz__list .item-warning .item-warning__wrapper .text {
    color: #000;
  }
  .section-quiz .section-quiz__list .item-warning .item-warning__wrapper .text h3 {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .item-warning .item-warning__wrapper .text p {
    font-size: 3.2vw;
  }
  .section-quiz .section-quiz__list .item-strip {
    padding: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
  .section-quiz .section-quiz__list .controll-buttons {
    max-width: 100%;
  }
  .section-quiz .section-quiz__list .controll-buttons button {
    max-width: 61.6vw;
    width: 100%;
    border-radius: 6.6666666667vw;
    min-height: 9.6vw;
    height: auto;
    background: rgb(50, 75, 39);
    border-color: rgb(50, 75, 39);
    color: #fff;
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .controll-buttons button:hover {
    background: rgb(46, 93, 72);
  }
  .section-quiz .section-quiz__list [data-question="7"] .item-title {
    margin-bottom: 2.6666666667vw;
  }
  .section-quiz .section-quiz__list [data-question="7"] .item-subtitle {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
  .section-quiz .section-quiz__list [data-question="5"] .filter__item,
  .section-quiz .section-quiz__list [data-question="6"] .filter__item {
    max-width: 60.8vw;
  }
  .section-quiz .section-quiz__list [data-question="5"] .filter__item .filter__button .filter__button-text,
  .section-quiz .section-quiz__list [data-question="6"] .filter__item .filter__button .filter__button-text {
    min-height: 13.3333333333vw;
  }
  .section-quiz .section-quiz__list [data-question="5"] .filter__buttons,
  .section-quiz .section-quiz__list [data-question="6"] .filter__buttons {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .section-quiz .section-quiz__list .action-buttons {
    gap: 6.6666666667vw;
    width: 100%;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button {
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .action-buttons .action-button::placeholder {
    font-size: 3.7333333333vw;
  }
  .section-quiz .section-quiz__list .filter__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__title {
    font-size: 4.2666666667vw;
    color: rgb(50, 75, 39);
    margin-bottom: 6.4vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__wrapper {
    gap: 4vw;
  }
  .section-quiz .section-quiz__list .filter__item .filter__button {
    width: 100%;
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text {
    text-align: center;
    width: 100%;
    border-radius: 6.6666666667vw;
    border-color: rgb(147, 177, 160);
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 1.3333333333vw;
    background: rgb(230, 239, 234);
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text::-moz-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text:-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text::-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button .filter__button-text::placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .filter__item .filter__button.is-checked .filter__button-text {
    background: rgb(191, 216, 204);
    border-color: rgb(50, 75, 39);
    color: rgb(50, 75, 39);
  }
  .section-quiz .section-quiz__list .option-buttons {
    gap: 4vw;
  }
  .section-quiz .section-quiz__list .border-button {
    width: 100%;
    border-radius: 6.6666666667vw;
    border-color: rgb(147, 177, 160);
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 1.3333333333vw;
    background: rgb(230, 239, 234);
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .border-button::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .border-button::-moz-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .border-button:-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .border-button::-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .border-button::placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
  }
  .section-quiz .section-quiz__list .item__box {
    max-width: 100%;
    padding: 0 5.8666666667vw;
  }
  .section-quiz .section-quiz__list .item-title {
    color: rgb(50, 75, 39);
    font-size: 5.0666666667vw;
    font-weight: 400;
    margin-bottom: 2.4vw;
  }
  .section-quiz .section-quiz__list .item-wrapper {
    gap: 5.8666666667vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-quiz .section-quiz__list .item-image {
    width: 100%;
    height: auto;
  }
  .section-quiz .section-quiz__list .item-image .controll-buttons {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .section-quiz .section-quiz__list .item-content {
    width: 100%;
    max-width: 100%;
  }
  .section-quiz .section-quiz__list .item-content .content-title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.1333333333vw;
    color: rgb(50, 75, 39);
  }
  .section-quiz .section-quiz__list .item-content .content-text {
    margin-bottom: 6.1333333333vw;
  }
  .section-quiz .section-quiz__list .item-content .content-text .text {
    font-size: 15px;
    color: rgb(50, 75, 39);
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__bottom .text p {
    color: #324b27;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form {
    width: 100%;
    max-width: 100%;
    gap: 5.8666666667vw;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input {
    border-color: rgb(147, 177, 160);
    border-radius: 6.6666666667vw;
    min-height: 9.6vw;
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
    background: rgb(230, 239, 234);
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-ms-input-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input:-moz-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form input::-moz-placeholder {
    font-size: 3.7333333333vw;
    color: rgb(51, 51, 51);
    text-align: center;
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form .field-error {
    font-size: 2.6666666667vw;
    top: calc(100% + 0.8vw);
  }
  .section-quiz .section-quiz__list .item-content .acquaintance-form .acquaintance-form__wrapper form button {
    background: rgb(230, 239, 234);
    border-radius: 6.6666666667vw;
    min-height: 9.6vw;
    height: auto;
    width: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.section-account {
  font-family: "Assistant", sans-serif;
}
.section-account .breadcums-block {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto 10px;
}
.section-account .breadcums-block .breadcrumbs {
  padding-bottom: 0;
  border: none;
}
.section-account .section-account__inner {
  padding: 100px 0;
}
.section-account .section-account__wrapper {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}
.section-account .breadcums-block {
  margin-bottom: 10px;
}
.section-account .section-account__form {
  border: 1px solid #A5B089;
  padding: 100px;
}
.section-account .section-account__form .woocommerce-notices-wrapper {
  display: none;
}
.section-account .section-account__form .woocommerce-form-title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #1F3A15;
  border-bottom: 1px solid #324B27;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.section-account .section-account__form .woocommerce-form-text,
.section-account .section-account__form .woocommerce-message {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #1F3A15;
  margin-bottom: 30px;
}
.section-account .section-account__form .woocommerce-privacy-policy-text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000;
  margin-top: 30px;
}
.section-account .section-account__form .woocommerce-privacy-policy-text a {
  color: #1F3A15;
  text-decoration: underline;
}
.section-account .section-account__form .nsl-container {
  margin: 0 0 40px;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons a {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #000 !important;
  padding: 10px;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons a[data-provider=google] .nsl-button-svg-container::after {
  content: "להתחבר עם גוגל ";
}
.section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button {
  display: block;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container::after {
  content: "";
  display: inline-block;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #000000;
}
.section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container svg {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-account .section-account__form .additional-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  margin: 0 0 40px;
}
.section-account .section-account__form .additional-title span {
  font-weight: 500;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #1F3A15;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-account .section-account__form .additional-title::before, .section-account .section-account__form .additional-title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #324B27;
}
.section-account .section-account__form .woocommerce-form-fields {
  margin-bottom: 30px;
}
.section-account .section-account__form .woocommerce-form-fields .woocommerce-form-row:not(:first-child) {
  margin-top: 50px;
}
.section-account .section-account__form .woocommerce-Input {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-Input::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.section-account .section-account__form .woocommerce-password-strength {
  display: none;
}
.section-account .section-account__form .password-input {
  position: relative;
  z-index: 2;
}
.section-account .section-account__form .password-input input {
  padding-left: 45px;
}
.section-account .section-account__form .password-input .show-password-input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M7.672 4C3.504 4 .297 7.672.297 7.672L0 8l.297.328s2.924 3.334 6.813 3.641c.185.023.37.031.562.031.192 0 .377-.008.563-.031 3.888-.307 6.812-3.64 6.812-3.64L15.344 8l-.297-.328S11.84 4 7.672 4Zm0 1c1.102 0 2.117.301 3 .703a3.45 3.45 0 0 1 .5 1.797 3.497 3.497 0 0 1-3.11 3.485c-.01.002-.021-.002-.03 0-.12.005-.239.015-.36.015-.133 0-.261-.008-.39-.015A3.497 3.497 0 0 1 4.171 7.5c0-.652.176-1.26.485-1.782H4.64C5.531 5.308 6.559 5 7.672 5Zm0 1a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 7.672 6Zm-4.375.469A4.463 4.463 0 0 0 3.86 9.89 11.6 11.6 0 0 1 1.437 8a11.996 11.996 0 0 1 1.86-1.531Zm8.75 0A12 12 0 0 1 13.907 8c-.72.735-1.535 1.37-2.422 1.89a4.465 4.465 0 0 0 .562-3.421Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.section-account .section-account__form .password-input .show-password-input.display-password {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.672 3.35547C3.504 3.35547 0.297 7.02747 0.297 7.02747L0 7.35547L0.297 7.68347C0.297 7.68347 3.221 11.0175 7.1095 11.3245C7.295 11.3475 7.4805 11.3555 7.672 11.3555C7.8635 11.3555 8.049 11.3475 8.2345 11.324C12.123 11.0175 15.047 7.68397 15.047 7.68397L15.344 7.35547L15.047 7.02747C15.047 7.02747 11.84 3.35547 7.672 3.35547ZM7.672 4.35547C8.7735 4.35547 9.789 4.65647 10.672 5.05847C11.0005 5.6002 11.1735 6.22192 11.172 6.85547C11.1741 7.71736 10.8579 8.54968 10.284 9.19275C9.71018 9.83583 8.91907 10.2444 8.0625 10.34C8.0525 10.342 8.041 10.338 8.0315 10.34C7.912 10.3455 7.793 10.3555 7.672 10.3555C7.539 10.3555 7.4105 10.3475 7.2815 10.34C6.42493 10.2444 5.63382 9.83583 5.05995 9.19275C4.48609 8.54968 4.16988 7.71736 4.172 6.85547C4.172 6.20297 4.348 5.59547 4.6565 5.07397H4.641C5.5305 4.66397 6.5585 4.35547 7.672 4.35547ZM7.672 5.35547C7.27404 5.3556 6.89244 5.51382 6.61113 5.79531C6.32983 6.0768 6.17187 6.45851 6.172 6.85647C6.17213 7.25443 6.33035 7.63603 6.61184 7.91734C6.89333 8.19864 7.27504 8.3566 7.673 8.35647C7.87005 8.3564 8.06515 8.31753 8.24718 8.24206C8.4292 8.16659 8.59458 8.05601 8.73387 7.91663C8.87316 7.77725 8.98363 7.6118 9.05897 7.42972C9.13432 7.24765 9.17307 7.05252 9.173 6.85547C9.17293 6.65842 9.13406 6.46331 9.05859 6.28129C8.98312 6.09927 8.87254 5.93389 8.73316 5.7946C8.59378 5.65531 8.42833 5.54484 8.24625 5.4695C8.06418 5.39415 7.86905 5.3554 7.672 5.35547ZM3.297 5.82447C3.21568 6.16216 3.17374 6.50813 3.172 6.85547C3.172 7.73247 3.422 8.55297 3.8595 9.24597C2.97191 8.72598 2.15744 8.09024 1.4375 7.35547C2.00439 6.78389 2.62736 6.2713 3.297 5.82447ZM12.047 5.82447C12.7166 6.27115 13.3396 6.78406 13.9065 7.35547C13.1866 8.09024 12.3721 8.72598 11.4845 9.24597C11.9355 8.53034 12.1739 7.70134 12.172 6.85547C12.172 6.49797 12.125 6.15697 12.047 5.82447Z' fill='black'/%3E%3Cpath d='M1 14L14 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.section-account .section-account__form .password-input .show-password-input::before {
  display: none !important;
}
.section-account .section-account__form .woocommerce-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.section-account .section-account__form .form-row:has(.woocommerce-form__label-for-checkbox) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-account .section-account__form .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.section-account .section-account__form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.section-account .section-account__form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23324B27' fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm11.95 6.796a1 1 0 0 0-1.414-1.415l-4.95 4.95L5.465 8.21A1 1 0 0 0 4.05 9.624l2.758 2.758a1.1 1.1 0 0 0 1.556 0l5.586-5.586Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.section-account .section-account__form .woocommerce-form__label-for-checkbox span {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-account .section-account__form .woocommerce-form__label-for-checkbox span::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23324B27' fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-account .section-account__form .woocommerce-orders-table .woocommerce-button,
.section-account .section-account__form .woocommerce-orders-table .woocommerce-Button {
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 15px;
}
.section-account .section-account__form .woocommerce-button,
.section-account .section-account__form .woocommerce-Button {
  min-width: 360px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #324B27;
  border-radius: 15px;
  padding: 20px 60px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .section-account .section-account__form .woocommerce-button:hover,
  .section-account .section-account__form .woocommerce-Button:hover {
    background-color: #659450;
    color: #fff;
  }
}
.section-account .section-account__form .woocommerce-LostPassword {
  margin-top: 15px;
}
.section-account .section-account__form .woocommerce-LostPassword a {
  font-family: "Assistant", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  text-decoration: underline;
}

@media only screen and (max-width: 1660px) {
  .section-account .breadcums-block {
    max-width: 77.8313253012vw;
    margin: 0 auto 0.6024096386vw;
  }
  .section-account .section-account__inner {
    padding: 6.0240963855vw 0;
  }
  .section-account .section-account__wrapper {
    max-width: 73.1927710843vw;
  }
  .section-account .breadcums-block {
    margin-bottom: 0.6024096386vw;
  }
  .section-account .section-account__form {
    padding: 6.0240963855vw;
  }
  .section-account .section-account__form .woocommerce-form-title {
    font-size: 2.1686746988vw;
    padding-bottom: 1.8072289157vw;
    margin-bottom: 3.0120481928vw;
  }
  .section-account .section-account__form .woocommerce-form-text,
  .section-account .section-account__form .woocommerce-message {
    font-size: 1.2048192771vw;
    margin-bottom: 1.8072289157vw;
  }
  .section-account .section-account__form .woocommerce-privacy-policy-text {
    font-size: 1.2048192771vw;
    margin-top: 1.8072289157vw;
  }
  .section-account .section-account__form .nsl-container {
    margin: 0 0 2.4096385542vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons {
    grid-gap: 2.1084337349vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons a {
    padding: 0.6024096386vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container {
    gap: 1.2048192771vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container::after {
    font-size: 1.2048192771vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container svg {
    width: 3.0120481928vw;
    height: 3.0120481928vw;
  }
  .section-account .section-account__form .additional-title {
    gap: 1.8072289157vw;
    margin: 0 0 2.4096385542vw;
  }
  .section-account .section-account__form .additional-title span {
    font-size: 2.1686746988vw;
  }
  .section-account .section-account__form .woocommerce-form-fields {
    margin-bottom: 1.8072289157vw;
  }
  .section-account .section-account__form .woocommerce-form-fields .woocommerce-form-row:not(:first-child) {
    margin-top: 3.0120481928vw;
  }
  .section-account .section-account__form .woocommerce-Input {
    height: 1.8072289157vw;
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input::-webkit-input-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input::-moz-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input:-ms-input-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input::-ms-input-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input::placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input:-moz-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .woocommerce-Input::-moz-placeholder {
    font-size: 1.3253012048vw;
  }
  .section-account .section-account__form .password-input input {
    padding-left: 2.7108433735vw;
  }
  .section-account .section-account__form .password-input .show-password-input {
    width: 1.5060240964vw;
    height: 1.5060240964vw;
    left: 0.6024096386vw;
  }
  .section-account .section-account__form .woocommerce-form-bottom {
    gap: 3.0120481928vw;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox {
    margin-bottom: 0.9036144578vw;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox span {
    font-size: 1.2048192771vw;
    gap: 0.6024096386vw;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox span::before {
    width: 1.0843373494vw;
    height: 1.0843373494vw;
    margin-bottom: 0.2409638554vw;
  }
  .section-account .section-account__form .woocommerce-orders-table .woocommerce-button,
  .section-account .section-account__form .woocommerce-orders-table .woocommerce-Button {
    font-size: 0.9638554217vw;
    border-radius: 0.3012048193vw;
    padding: 0.6024096386vw 0.9036144578vw;
  }
  .section-account .section-account__form .woocommerce-button,
  .section-account .section-account__form .woocommerce-Button {
    min-width: 21.686746988vw;
    min-height: 4.2168674699vw;
    font-size: 1.2048192771vw;
    border-radius: 0.9036144578vw;
    padding: 1.2048192771vw 3.6144578313vw;
  }
  .section-account .section-account__form .woocommerce-LostPassword {
    margin-top: 0.9036144578vw;
  }
  .section-account .section-account__form .woocommerce-LostPassword a {
    font-size: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .section-account .breadcums-block {
    max-width: 100%;
    margin: 0 auto 2.6666666667vw;
  }
  .section-account .section-account__inner {
    padding: 8vw 0;
  }
  .section-account .section-account__wrapper {
    max-width: 100%;
  }
  .section-account .breadcums-block {
    margin-bottom: 2.6666666667vw;
  }
  .section-account .section-account__form {
    padding: 8vw 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-form-title {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-form-text,
  .section-account .section-account__form .woocommerce-message {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-privacy-policy-text {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
  .section-account .section-account__form .nsl-container {
    margin: 0 0 5.3333333333vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons {
    grid-gap: 4vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons a {
    padding: 2.6666666667vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container {
    gap: 2.6666666667vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container::after {
    font-size: 4.8vw;
  }
  .section-account .section-account__form .nsl-container .nsl-container-buttons .nsl-button-svg-container svg {
    width: 8vw;
    height: 8vw;
  }
  .section-account .section-account__form .additional-title {
    gap: 4vw;
    margin: 0 0 5.3333333333vw;
  }
  .section-account .section-account__form .additional-title span {
    font-size: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-form-fields {
    margin-bottom: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-form-fields .woocommerce-form-row:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-Input {
    height: 8vw;
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input::-webkit-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input:-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input::-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input::placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input:-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .woocommerce-Input::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-account .section-account__form .password-input input {
    padding-left: 8vw;
  }
  .section-account .section-account__form .password-input .show-password-input {
    width: 4.8vw;
    height: 4.8vw;
    left: 2.6666666667vw;
  }
  .section-account .section-account__form .woocommerce-form-bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-form-bottom .form-row {
    width: 100%;
  }
  .section-account .section-account__form .woocommerce-form-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4vw;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox {
    margin-bottom: 0px;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox span {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
  }
  .section-account .section-account__form .woocommerce-form__label-for-checkbox span::before {
    width: 4vw;
    height: 4vw;
    margin-bottom: 0.8vw;
  }
  .section-account .section-account__form .woocommerce-orders-table .woocommerce-button,
  .section-account .section-account__form .woocommerce-orders-table .woocommerce-Button {
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
  .section-account .section-account__form .woocommerce-button,
  .section-account .section-account__form .woocommerce-Button {
    width: 100%;
    min-width: 1px;
    min-height: 10.6666666667vw;
    font-size: 4.8vw;
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw 4vw;
  }
  .section-account .section-account__form .woocommerce-LostPassword {
    margin-top: 0px;
  }
  .section-account .section-account__form .woocommerce-LostPassword a {
    font-size: 4.2666666667vw;
  }
}
.gallery-photo .gallery-photo__inner {
  margin: 50px 0;
}
.gallery-photo .gallery-photo__list {
  padding-top: 110px;
}
.gallery-photo .gallery-photo__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px 0;
}
.gallery-photo .gallery-photo__list .item {
  width: 100%;
}
.gallery-photo .gallery-photo__list .item:nth-child(even) {
  margin-right: -40px;
  margin-top: -110px;
}
.gallery-photo .gallery-photo__list .item-image {
  width: 100%;
  height: 445px;
  border: 5px solid #fff;
}
.gallery-photo .gallery-photo__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-photo .gallery-photo__list .item-caption {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 1660px) {
  .gallery-photo .gallery-photo__inner {
    margin: 3.0120481928vw 0;
  }
  .gallery-photo .gallery-photo__list {
    padding-top: 6.6265060241vw;
  }
  .gallery-photo .gallery-photo__list .list {
    grid-gap: 9.0361445783vw 0;
  }
  .gallery-photo .gallery-photo__list .item:nth-child(even) {
    margin-right: -2.4096385542vw;
    margin-top: -6.6265060241vw;
  }
  .gallery-photo .gallery-photo__list .item-image {
    height: 26.8072289157vw;
    border: 0.3012048193vw solid #fff;
  }
  .gallery-photo .gallery-photo__list .item-caption {
    margin-top: 0.3012048193vw;
    font-size: 1.3253012048vw;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-photo .gallery-photo__inner {
    margin: 8vw 0;
  }
  .gallery-photo .gallery-photo__list {
    padding-top: 0px;
  }
  .gallery-photo .gallery-photo__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw 0;
  }
  .gallery-photo .gallery-photo__list .item:nth-child(even) {
    margin: 0;
  }
  .gallery-photo .gallery-photo__list .item-image {
    height: auto;
    border: 0.5333333333vw solid #fff;
  }
  .gallery-photo .gallery-photo__list .item-caption {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.album .album__inner {
  margin: 50px 0;
}
.album .album__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.album .album__list .item {
  width: 100%;
}
.album .album__list .item-image {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
}
.album .album__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.album .album__list .item-caption {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1660px) {
  .album .album__inner {
    margin: 3.0120481928vw 0;
  }
  .album .album__list .list {
    grid-gap: 3.9156626506vw;
  }
  .album .album__list .item-image {
    border: 0.3012048193vw solid #fff;
  }
  .album .album__list .item-caption {
    font-size: 1.3253012048vw;
    margin-top: 1.2048192771vw;
  }
}
@media only screen and (max-width: 991px) {
  .album .album__inner {
    margin: 8vw 0;
  }
  .album .album__list .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
  }
  .album .album__list .item-image {
    border: 0.5333333333vw solid #fff;
  }
  .album .album__list .item-caption {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.product-tooltip {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  background-color: #F4F5E9;
  width: 920px;
  border-radius: 2px;
  padding: 20px 30px;
  border: 1px solid #000;
  font-family: "Assistant", sans-serif;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-tooltip.is-open {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  pointer-events: all;
}
.product-tooltip .product-tooltip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-tooltip .product-tooltip-close {
  width: 18px;
  height: 17px;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='m10.24 7.808 5.664 7.896 2.04 1.08V17h-6.672v-.216l1.704-1.008-4.68-6.48-4.68 6 2.664 1.488V17H.592v-.216l2.376-1.608 4.992-6.36-5.304-7.344L.688.416V.2h6.6v.216l-1.68.96 4.296 5.952L14.2 1.832 11.536.416V.2h5.64v.216l-2.352 1.56-4.584 5.832Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
}
.product-tooltip .product-tooltip-title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
  margin-bottom: 30px;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 5px;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-header .item {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0;
  border-top: 1px solid #659450;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
  position: relative;
  z-index: 2;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_empty, .product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_empty::before, .product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_fill::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_empty::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23fff' stroke='%2337482F'/%3E%3Cpath fill='%23324B27' d='m10.742 10.52-.076.48H8.018l-.1-.48.299-.141c.18-.102.27-.238.27-.41 0-.137-.057-.29-.17-.457l-.399-.598c-.324-.484-.57-.844-.738-1.078l-1.348 1.7a.606.606 0 0 0-.158.38c0 .082.021.156.064.223a.46.46 0 0 0 .188.152l.457.229-.047.48H3.682l-.024-.48.276-.141c.253-.16.459-.31.615-.451.16-.145.295-.287.404-.428L6.73 7.32l-1.63-2.25c-.3-.402-.544-.654-.732-.756l-.48-.216.023-.463h2.666l.047.463-.334.146c-.105.043-.158.13-.158.258 0 .148.076.338.228.568l.985 1.489L8.615 5a.602.602 0 0 0 .153-.38.438.438 0 0 0-.041-.188.364.364 0 0 0-.112-.141l-.433-.217.047-.44h2.343l.024.464-.229.111c-.21.102-.4.236-.568.404a6.648 6.648 0 0 0-.522.58l-1.5 1.887L9.506 9.5c.16.215.31.383.451.504.14.117.322.242.545.375l.24.14Z'/%3E%3C/svg%3E");
}
.product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_fill::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23324B27'/%3E%3C/svg%3E");
}
.product-tooltip .product-tooltip-mobile {
  display: none;
}
.product-tooltip .product-tooltip-text {
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #324B27;
}

@media only screen and (max-width: 1660px) {
  .product-tooltip {
    width: 55.421686747vw;
    border-radius: 0.1204819277vw;
    padding: 1.2048192771vw 1.8072289157vw;
  }
  .product-tooltip .product-tooltip-close {
    width: 1.0843373494vw;
    height: 1.0240963855vw;
    margin-bottom: 0.9036144578vw;
  }
  .product-tooltip .product-tooltip-title {
    font-size: 1.2048192771vw;
    margin-bottom: 1.8072289157vw;
  }
  .product-tooltip .product-tooltip-desktop .product-tooltip-header {
    margin-bottom: 0.3012048193vw;
  }
  .product-tooltip .product-tooltip-desktop .product-tooltip-header .item {
    font-size: 0.9638554217vw;
  }
  .product-tooltip .product-tooltip-desktop .product-tooltip-main .item-row {
    padding: 0.6024096386vw 0;
  }
  .product-tooltip .product-tooltip-desktop .product-tooltip-main .item {
    font-size: 0.9638554217vw;
  }
  .product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_empty::before, .product-tooltip .product-tooltip-desktop .product-tooltip-main .item.is_fill::before {
    width: 0.843373494vw;
    height: 0.843373494vw;
  }
  .product-tooltip .product-tooltip-text {
    margin-top: 1.8072289157vw;
    font-size: 0.843373494vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-tooltip {
    width: 93.3333333333vw;
    border-radius: 2px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    max-height: calc(100% - 10.6666666667vw);
    padding: 5.3333333333vw;
  }
  .product-tooltip.is-open {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .product-tooltip .product-tooltip-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-tooltip .product-tooltip-close {
    width: 4vw;
    height: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .product-tooltip .product-tooltip-title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .product-tooltip .product-tooltip-desktop {
    display: none;
  }
  .product-tooltip .product-tooltip-mobile {
    display: block;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header {
    display: -ms-grid;
    display: grid;
    margin-bottom: 1.3333333333vw;
    padding: 0 8vw;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .item {
    font-weight: 700;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    color: #324B27;
    text-align: center;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-prev,
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-next {
    position: absolute;
    top: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin: 0;
    background-color: #F4F5E9;
    opacity: 1;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-prev::after,
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-next::after {
    display: none;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-prev::before,
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-next::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-prev {
    left: auto;
    right: 0;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' fill-opacity='.2' d='M16 .5H0v16h16z'/%3E%3Cpath fill='%23000' d='M6.478 2.835 11.66 8.15a.5.5 0 0 1 0 .698l-5.182 5.318a.455.455 0 0 1-.652 0 .478.478 0 0 1 0-.668l4.873-5-4.873-4.997a.478.478 0 0 1 .149-.769.455.455 0 0 1 .503.102Z'/%3E%3C/svg%3E");
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-next {
    left: 0;
    right: auto;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-header .swiper-button-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M9.52219 2.83486L4.34019 8.15086C4.24918 8.24423 4.19824 8.36946 4.19824 8.49986C4.19824 8.63025 4.24918 8.75548 4.34019 8.84886L9.52219 14.1669C9.56459 14.2104 9.61528 14.245 9.67127 14.2686C9.72726 14.2923 9.78742 14.3044 9.84819 14.3044C9.90897 14.3044 9.96913 14.2923 10.0251 14.2686C10.0811 14.245 10.1318 14.2104 10.1742 14.1669C10.2614 14.0776 10.3103 13.9577 10.3103 13.8329C10.3103 13.708 10.2614 13.5881 10.1742 13.4989L5.30119 8.49986L10.1742 3.50186C10.2611 3.41261 10.3098 3.29294 10.3098 3.16836C10.3098 3.04377 10.2611 2.9241 10.1742 2.83486C10.1318 2.79131 10.0811 2.7567 10.0251 2.73307C9.96913 2.70944 9.90897 2.69727 9.84819 2.69727C9.78742 2.69727 9.72726 2.70944 9.67127 2.73307C9.61528 2.7567 9.56459 2.79131 9.52219 2.83486Z' fill='black'/%3E%3C/svg%3E%0A");
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    pointer-events: none;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 2.6666666667vw 0;
    border-top: 1px solid #659450;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item {
    font-weight: 400;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    color: #324B27;
    position: relative;
    z-index: 2;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_empty, .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_empty::before, .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_fill::before {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_empty::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23fff' stroke='%2337482F'/%3E%3Cpath fill='%23324B27' d='m10.742 10.52-.076.48H8.018l-.1-.48.299-.141c.18-.102.27-.238.27-.41 0-.137-.057-.29-.17-.457l-.399-.598c-.324-.484-.57-.844-.738-1.078l-1.348 1.7a.606.606 0 0 0-.158.38c0 .082.021.156.064.223a.46.46 0 0 0 .188.152l.457.229-.047.48H3.682l-.024-.48.276-.141c.253-.16.459-.31.615-.451.16-.145.295-.287.404-.428L6.73 7.32l-1.63-2.25c-.3-.402-.544-.654-.732-.756l-.48-.216.023-.463h2.666l.047.463-.334.146c-.105.043-.158.13-.158.258 0 .148.076.338.228.568l.985 1.489L8.615 5a.602.602 0 0 0 .153-.38.438.438 0 0 0-.041-.188.364.364 0 0 0-.112-.141l-.433-.217.047-.44h2.343l.024.464-.229.111c-.21.102-.4.236-.568.404a6.648 6.648 0 0 0-.522.58l-1.5 1.887L9.506 9.5c.16.215.31.383.451.504.14.117.322.242.545.375l.24.14Z'/%3E%3C/svg%3E");
  }
  .product-tooltip .product-tooltip-mobile .product-tooltip-main .item.is_fill::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23324B27'/%3E%3C/svg%3E");
  }
  .product-tooltip .product-tooltip-text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.about-preparation {
  overflow: hidden;
}
.about-preparation .about-preparation__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
.about-preparation .about-preparation__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.about-preparation .about-preparation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-preparation .about-preparation__dec-icon {
  position: absolute;
  z-index: -1;
  top: 25px;
  right: 40px;
  width: 85px;
  height: 113px;
}
.about-preparation .about-preparation__dec-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-preparation .about-preparation__dec-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 249px;
  height: 1125px;
}
.about-preparation .about-preparation__dec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-preparation .about-preparation__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-preparation .about-preparation__content .text,
.about-preparation .about-preparation__content-bg .text {
  color: #fff;
}
.about-preparation .about-preparation__content .text ul li::before,
.about-preparation .about-preparation__content .text ol li ul li::after,
.about-preparation .about-preparation__content-bg .text ul li::before,
.about-preparation .about-preparation__content-bg .text ol li ul li::after {
  background-color: #fff;
}
.about-preparation .about-preparation__content {
  width: 100%;
}
.about-preparation .about-preparation__content-bg {
  position: relative;
  z-index: 2;
  padding: 70px 50px;
}
.about-preparation .about-preparation__content-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #A5B089;
  opacity: 0.06;
  border: 1px solid #FFFFFF;
}

@media only screen and (max-width: 1660px) {
  .about-preparation .about-preparation__inner {
    max-width: 115.6626506024vw;
    padding: 6.0240963855vw 0 3.0120481928vw;
  }
  .about-preparation .about-preparation__dec-icon {
    top: 1.5060240964vw;
    right: 2.4096385542vw;
    width: 5.1204819277vw;
    height: 6.8072289157vw;
  }
  .about-preparation .about-preparation__dec-bg {
    width: 15vw;
    height: 67.7710843373vw;
  }
  .about-preparation .about-preparation__wrapper {
    grid-gap: 4.8192771084vw;
  }
  .about-preparation .about-preparation__content-bg {
    padding: 4.2168674699vw 3.0120481928vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-preparation .about-preparation__inner {
    max-width: 100%;
    padding: 8vw 0;
  }
  .about-preparation .about-preparation__dec-icon {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 12vw;
    height: 17.3333333333vw;
  }
  .about-preparation .about-preparation__dec-bg {
    width: 40vw;
    height: 181.3333333333vw;
  }
  .about-preparation .about-preparation__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
  .about-preparation .about-preparation__content-bg {
    padding: 8vw 5.3333333333vw;
  }
}
.section-gift-card {
  background-color: #F4F5E9;
}
.section-gift-card .section-gift-card__strip {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #324B27;
  background-color: #EDF4D1;
  padding: 18px;
  text-decoration: underline;
}
.section-gift-card .section-gift-card__wrapper {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-gift-card .section-gift-card__content {
  width: 100%;
  max-width: 540px;
}
.section-gift-card .section-gift-card__content-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
}
.section-gift-card .section-gift-card__content .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.section-gift-card .section-gift-card__content .gift-cards_form {
  width: 100%;
  max-width: 517px;
  background: rgba(50, 75, 39, 0.1);
  border-radius: 15px;
  padding: 20px;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select {
  width: 100%;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #324B27;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 12px;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7.219 1.087 4.042 4.263a.5.5 0 0 1-.706 0L.159 1.087A.5.5 0 1 1 .865.38L3.19 2.705s.288.207.499.207c.21 0 .499-.207.499-.207L6.513.381a.5.5 0 1 1 .706.706Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-title {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #000000;
  width: 100%;
  max-width: 128px;
  padding: 10px 20px;
  border-left: 1px solid #324B27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .select-gift {
  width: 100%;
  height: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
  padding: 0 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .select-gift::-ms-expand {
  display: none;
}
.section-gift-card .section-gift-card__content .gift-card__item {
  width: 100%;
}
.section-gift-card .section-gift-card__content .input-wrap {
  width: 100%;
}
.section-gift-card .section-gift-card__content .input-wrap input,
.section-gift-card .section-gift-card__content .input-wrap textarea {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E9E6D5;
  border-radius: 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 27px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input::-webkit-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-webkit-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input:-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea:-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input::-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-ms-input-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input::placeholder,
.section-gift-card .section-gift-card__content .input-wrap textarea::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input:-moz-placeholder,
.section-gift-card .section-gift-card__content .input-wrap textarea:-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder,
.section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.section-gift-card .section-gift-card__content .input-wrap textarea {
  resize: none !important;
  height: 100px;
  overflow: auto;
  padding: 20px;
}
.section-gift-card .section-gift-card__content .gift-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field {
  width: 160px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .select-count-block {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 25px;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .quantity {
  width: 100%;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .quantity input {
  width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #000000;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .block-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  background-color: transparent;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .button-field {
  width: 100%;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .button-field button {
  width: 100%;
  height: 40px;
  background: #324B27;
  border: 2px solid #324B27;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-gift-card .section-gift-card__content .gift-card__bottom .button-field button:hover {
  background-color: #659450;
  border-color: #659450;
}
.section-gift-card .section-gift-card__content-list {
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid #CFCFCF;
}
.section-gift-card .section-gift-card__content-list .list-title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.section-gift-card .section-gift-card__content-list .list li {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  color: #000000;
  position: relative;
  z-index: 2;
  padding-right: 13px;
}
.section-gift-card .section-gift-card__content-list .list li:not(:first-child) {
  margin-top: 5px;
}
.section-gift-card .section-gift-card__content-list .list li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.section-gift-card .section-gift-card__media {
  width: 100%;
  max-width: 842px;
  position: relative;
  z-index: 2;
}
.section-gift-card .section-gift-card__media .section-gift-card__wishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23E8EBE7' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M23.018 25.186a8.173 8.173 0 0 1-11.45-11.617l5.824-5.74 5.74 5.823a8.174 8.174 0 0 1-.084 11.534'/%3E%3C/mask%3E%3Cpath fill='%23324B27' d='m11.568 13.569-.702-.713-.024.024-.022.024.748.665Zm5.824-5.74.712-.703-.702-.712-.712.702.702.712Zm5.74 5.823.714-.7-.002-.002-.712.702Zm2.34 5.785 1 .007-1-.007Zm-2.454 5.75-.654-.758a7.174 7.174 0 0 1-4.976 1.736l-.04.999-.04.999c2.326.094 4.6-.7 6.363-2.22l-.653-.757Zm-5.67 1.977.04-1a7.174 7.174 0 0 1-4.819-2.132l-.712.703-.712.701a9.174 9.174 0 0 0 6.163 2.727l.04-1Zm-5.491-2.43.712-.702a7.174 7.174 0 0 1-2.062-4.85l-1 .027-1 .025a9.174 9.174 0 0 0 2.638 6.202l.712-.701Zm-2.35-5.526 1-.025c-.047-1.82.6-3.59 1.808-4.95l-.747-.665-.748-.664a9.174 9.174 0 0 0-2.312 6.33l1-.026Zm2.06-5.64.702.713 5.825-5.74-.702-.713-.702-.712-5.825 5.74.703.713Zm5.825-5.74-.712.702 5.74 5.824.712-.702.712-.701-5.74-5.825-.712.702Zm5.74 5.824-.714.7a7.174 7.174 0 0 1 2.054 5.077l1 .008 1 .007a9.174 9.174 0 0 0-2.626-6.492l-.714.7Zm2.34 5.785-1-.008a7.174 7.174 0 0 1-2.127 5.047l.703.71.704.711a9.174 9.174 0 0 0 2.72-6.453l-1-.007Z' mask='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-gift-card .section-gift-card__media .section-gift-card__wishlist.added {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='none'%3E%3Crect width='35' height='35' fill='%23324B27' rx='17.5'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M22.985 25.143a8.127 8.127 0 0 1-11.384-11.551l5.79-5.708 5.708 5.791a8.127 8.127 0 0 1-.083 11.468'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='m11.601 13.592-.702-.712-.024.023-.022.025.748.664Zm5.79-5.708.713-.702-.702-.712-.712.702.702.712Zm5.708 5.791.714-.7-.002-.002-.712.702Zm2.326 5.751 1 .008-1-.008Zm-2.44 5.717-.653-.757a7.127 7.127 0 0 1-4.943 1.724l-.04 1-.04.998a9.127 9.127 0 0 0 6.33-2.208l-.654-.757Zm-5.636 1.966.04-.999a7.127 7.127 0 0 1-4.788-2.118l-.712.702-.712.702a9.127 9.127 0 0 0 6.131 2.712l.04-.999Zm-5.46-2.415.712-.702a7.127 7.127 0 0 1-2.049-4.818l-1 .026-.999.026a9.127 9.127 0 0 0 2.624 6.17l.712-.702ZM9.553 19.2l1-.026a7.126 7.126 0 0 1 1.796-4.918l-.748-.664-.748-.664a9.126 9.126 0 0 0-2.3 6.297l1-.026Zm2.048-5.608.702.712 5.79-5.707-.701-.713-.702-.712-5.79 5.708.701.712Zm5.79-5.708-.711.702 5.707 5.791.712-.702.712-.702-5.707-5.79-.712.701Zm5.708 5.791-.713.7a7.128 7.128 0 0 1 2.04 5.044l1 .007 1 .008a9.127 9.127 0 0 0-2.613-6.46l-.714.701Zm2.326 5.751-1-.007a7.127 7.127 0 0 1-2.112 5.013l.703.711.704.71a9.127 9.127 0 0 0 2.705-6.42l-1-.007Z' mask='url(%23a)'/%3E%3Cpath fill='%23fff' d='m16.452 21.172-2.448-2.844.612-.711 1.836 2.133 3.94-4.578.612.71-4.552 5.29Z'/%3E%3C/svg%3E");
}
.section-gift-card .section-gift-card__media .section-gift-card__wishlist.loading::after {
  width: 20px;
  height: 20px;
  border: 4px solid #7B9B59;
  border-top-color: #000;
}
.section-gift-card .section-gift-card__media .section-gift-card__image {
  width: 100%;
  height: auto;
}
.section-gift-card .section-gift-card__media .section-gift-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1660px) {
  .section-gift-card .section-gift-card__strip {
    font-size: 1.2048192771vw;
    padding: 1.0843373494vw;
  }
  .section-gift-card .section-gift-card__wrapper {
    padding: 3.0120481928vw 0;
  }
  .section-gift-card .section-gift-card__content {
    max-width: 32.5301204819vw;
  }
  .section-gift-card .section-gift-card__content-title {
    font-size: 2.4096385542vw;
    margin-bottom: 1.8072289157vw;
  }
  .section-gift-card .section-gift-card__content .form-fields {
    grid-gap: 0.6024096386vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form {
    max-width: 31.1445783133vw;
    border-radius: 0.9036144578vw;
    padding: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper {
    border-radius: 0.9036144578vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper::before {
    top: 1.4457831325vw;
    left: 0.7228915663vw;
    width: 0.4819277108vw;
    height: 0.3012048193vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-title {
    font-size: 0.843373494vw;
    max-width: 7.7108433735vw;
    padding: 0.6024096386vw 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .select-gift {
    height: 3.0120481928vw;
    font-size: 1.2048192771vw;
    padding: 0 1.5060240964vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input,
  .section-gift-card .section-gift-card__content .input-wrap textarea {
    height: 3.0120481928vw;
    border-radius: 0.9036144578vw;
    padding: 0 1.6265060241vw;
    font-size: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-webkit-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-webkit-input-placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input:-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea:-ms-input-placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-ms-input-placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea::placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input:-moz-placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea:-moz-placeholder {
    font-size: 1.2048192771vw;
    color: #000000;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
    font-size: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap textarea {
    height: 6.0240963855vw;
    padding: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom {
    gap: 1.4457831325vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field {
    width: 9.6385542169vw;
    height: 2.4096385542vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .select-count-block {
    height: 2.4096385542vw;
    gap: 0.3012048193vw;
    border-radius: 0.9036144578vw;
    padding: 0 1.5060240964vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .quantity input {
    font-size: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .block-btn {
    font-size: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .button-field button {
    height: 2.4096385542vw;
    border: 0.1204819277vw solid #324B27;
    border-radius: 0.9036144578vw;
    font-size: 1.4457831325vw;
  }
  .section-gift-card .section-gift-card__content-list {
    margin-top: 4.2168674699vw;
    padding-top: 1.2048192771vw;
  }
  .section-gift-card .section-gift-card__content-list .list-title {
    font-size: 0.9638554217vw;
    margin-bottom: 0.9036144578vw;
  }
  .section-gift-card .section-gift-card__content-list .list li {
    font-size: 0.843373494vw;
    padding-right: 0.7831325301vw;
  }
  .section-gift-card .section-gift-card__content-list .list li:not(:first-child) {
    margin-top: 0.3012048193vw;
  }
  .section-gift-card .section-gift-card__content-list .list li::before {
    top: 0.421686747vw;
    width: 0.1807228916vw;
    height: 0.1807228916vw;
  }
  .section-gift-card .section-gift-card__media {
    max-width: 50.7228915663vw;
  }
  .section-gift-card .section-gift-card__media .section-gift-card__wishlist {
    width: 2.1084337349vw;
    height: 2.1084337349vw;
  }
  .section-gift-card .section-gift-card__media .section-gift-card__wishlist.loading::after {
    width: 1.2048192771vw;
    height: 1.2048192771vw;
    border: 0.2409638554vw solid #7B9B59;
  }
}
@media only screen and (max-width: 991px) {
  .section-gift-card .section-gift-card__strip {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .section-gift-card .section-gift-card__wrapper {
    padding: 8vw 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8vw;
  }
  .section-gift-card .section-gift-card__content {
    max-width: 100%;
  }
  .section-gift-card .section-gift-card__content-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .section-gift-card .section-gift-card__content .form-fields {
    grid-gap: 2.6666666667vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form {
    max-width: 100%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper {
    border-radius: 2.6666666667vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-wrapper::before {
    top: 2.9333333333vw;
    left: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 1.3333333333vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .gift-card__select-title {
    font-size: 3.7333333333vw;
    max-width: 26.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .section-gift-card .section-gift-card__content .gift-cards_form .gift-card__select .select-gift {
    height: 8vw;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input,
  .section-gift-card .section-gift-card__content .input-wrap textarea {
    height: 8vw;
    border-radius: 2.6666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-webkit-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-webkit-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input:-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea:-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-ms-input-placeholder, .section-gift-card .section-gift-card__content .input-wrap textarea::-ms-input-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea::placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input:-moz-placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea:-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap input::-moz-placeholder,
  .section-gift-card .section-gift-card__content .input-wrap textarea::-moz-placeholder {
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content .input-wrap textarea {
    height: 26.6666666667vw;
    padding: 5.3333333333vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom {
    gap: 2.6666666667vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field {
    width: 26.6666666667vw;
    height: 8vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .select-count-block {
    height: 8vw;
    gap: 1.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 0 4vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .quantity input {
    font-size: 4.8vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .quantity-field .block-btn {
    font-size: 4.8vw;
  }
  .section-gift-card .section-gift-card__content .gift-card__bottom .button-field button {
    height: 8vw;
    border: 1px solid #324B27;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .section-gift-card .section-gift-card__content-list {
    margin-top: 8vw;
    padding-top: 4vw;
  }
  .section-gift-card .section-gift-card__content-list .list-title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .section-gift-card .section-gift-card__content-list .list li {
    font-size: 3.7333333333vw;
    padding-right: 3.4666666667vw;
  }
  .section-gift-card .section-gift-card__content-list .list li:not(:first-child) {
    margin-top: 1.3333333333vw;
  }
  .section-gift-card .section-gift-card__content-list .list li::before {
    top: 1.8666666667vw;
    width: 0.8vw;
    height: 0.8vw;
  }
  .section-gift-card .section-gift-card__media {
    max-width: 100%;
  }
  .section-gift-card .section-gift-card__media .section-gift-card__wishlist {
    width: 7.2vw;
    height: 7.2vw;
  }
  .section-gift-card .section-gift-card__media .section-gift-card__wishlist.loading::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 1.0666666667vw solid #7B9B59;
  }
}
.wp-block-woocommerce-cart {
  width: 100%;
  max-width: 1360px;
  padding: 50px 20px !important;
  margin: 0 auto !important;
  font-family: "Assistant", sans-serif;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
  margin: 0 !important;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-block-woocommerce-cart .wc-block-components-main {
  width: 65%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items,
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items tbody td {
  border-color: #000 !important;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header span {
  font-size: 16px;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__product {
  padding-left: 16px !important;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-product-name {
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-quantity-selector {
  border-radius: 0;
  background-color: #fff;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-quantity-selector::after {
  border-color: #000;
  border-radius: inherit;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 1;
  line-height: 1;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-right: 1px solid #000;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
  border-left: 1px solid #000;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__remove-link {
  font-size: 16px !important;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #000;
  padding: 0;
  border-radius: 5px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
  padding: 15px;
  font-size: 16px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary {
  padding: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-panel__button {
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary__content {
  padding-top: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item:not(:first-child) {
  margin-top: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  width: 50px;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  top: 0px;
  right: -15px;
  left: auto;
  bottom: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #324B27;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 150px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-cart-items-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel__button {
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-panel__content {
  padding-top: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  gap: 10px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-text-input input {
  border: 1px solid #000;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  height: 38px;
  border-radius: 10px;
  padding: 0 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-text-input label {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button {
  margin: 0;
  background-color: #324B27;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  min-height: 1px;
  border: none;
  padding: 5px 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-blocks-components-select .wc-blocks-components-select__select,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-text-input input {
  border-radius: 10px;
  border: 1px solid #000;
  height: 40px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-button {
  margin-top: 16px;
  border: none;
  background-color: #324B27;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  min-height: 40px;
  border: none;
  padding: 5px 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-button .wc-block-components-button__text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-radio-control__input {
  border-color: #324B27;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-radio-control__input::before {
  background: #324B27;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block {
  padding: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item:not(:first-child) {
  margin-top: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-fee-block:empty {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block {
  padding: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item {
  padding: 15px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-button .wc-block-components-button__text {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 0;
  border-color: #000;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper:empty {
  display: none;
}

@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 30px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-top: none;
  }
}
.woocommerce-order-received .woocommerce {
  width: 100%;
  max-width: 1360px;
  padding: 50px 20px !important;
  margin: 0 auto !important;
  font-family: "Assistant", sans-serif;
}
.woocommerce-order-received .woocommerce-notice {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-size: 37px;
  color: #324B27;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-order-received .woocommerce-order-overview {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}
.woocommerce-order-received .woocommerce-order-overview li {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  color: #324B27;
}
.woocommerce-order-received .woocommerce-order-overview li:not(:first-child) {
  margin-top: 10px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #659450;
  border-collapse: collapse;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table th,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
  border: 1px solid #659450;
  text-align: right;
  padding: 15px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table th {
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table a {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  color: #324B27;
  text-decoration: underline;
}
.woocommerce-order-received .woocommerce-order-details .order-again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.woocommerce-order-received .woocommerce-order-details .order-again a,
.woocommerce-order-received .woocommerce-order-details .order-again button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  min-height: 40px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #324B27;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-order-received .woocommerce-order-details .order-again a:hover,
.woocommerce-order-received .woocommerce-order-details .order-again button:hover {
  background-color: #659450;
}

.woocommerce-checkout .woocommerce {
  font-family: "Assistant", sans-serif;
  width: 100%;
  max-width: 980px;
  padding: 50px 20px;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce h3 {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #1F3A15;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border-top-color: #37482F !important;
  background-color: #EDF4D1;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  color: #37482F;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  text-transform: inherit;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2337482F' d='M2 0C1.47 0 .96.198.586.55A1.818 1.818 0 0 0 0 1.874v3.75c.53 0 1.04.198 1.414.55.375.35.586.828.586 1.325s-.21.974-.586 1.326A2.07 2.07 0 0 1 0 9.375v3.75c0 .497.21.974.586 1.326C.96 14.802 1.47 15 2 15h16c.53 0 1.04-.197 1.414-.55.375-.35.586-.828.586-1.325v-3.75a2.07 2.07 0 0 1-1.414-.55A1.817 1.817 0 0 1 18 7.5c0-.497.21-.974.586-1.326A2.07 2.07 0 0 1 20 5.625v-3.75c0-.497-.21-.974-.586-1.326A2.07 2.07 0 0 0 18 0H2Zm11.5 2.813L15 4.218l-8.5 7.968L5 10.781l8.5-7.969Zm-6.69.037c.98 0 1.77.74 1.77 1.66 0 .44-.186.862-.518 1.173a1.832 1.832 0 0 1-1.252.486c-.98 0-1.77-.74-1.77-1.66 0-.44.186-.862.518-1.173A1.832 1.832 0 0 1 6.81 2.85Zm6.38 5.981c.98 0 1.77.74 1.77 1.66 0 .44-.187.862-.518 1.173a1.832 1.832 0 0 1-1.252.486c-.98 0-1.77-.74-1.77-1.66 0-.44.187-.862.518-1.173a1.832 1.832 0 0 1 1.252-.486Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.woocommerce-checkout .woocommerce .checkout_coupon {
  border: 1px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 20px 1fr;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row button {
  width: 100%;
  background-color: #324B27;
  color: #fff;
  border-radius: 5px;
}
.woocommerce-checkout .woocommerce .checkout_coupon .clear {
  display: none;
}
.woocommerce-checkout .woocommerce .ywgc_have_code .woocommerce-info::before {
  content: "";
  width: 22px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2337482F' d='M0 7.386h6.357a3.797 3.797 0 0 1-1.004-.668 3.078 3.078 0 0 1-.68-.913 2.486 2.486 0 0 1-.248-1.098c0-.457.1-.864.299-1.22.192-.352.473-.643.812-.843a2.24 2.24 0 0 1 1.17-.308c.38 0 .742.078 1.085.233.35.16.669.385.94.663.293.299.535.646.716 1.028V0h1.115v4.26c.186-.38.43-.728.723-1.028.272-.278.59-.503.94-.663.34-.155.706-.234 1.077-.233.437 0 .827.103 1.17.308.34.2.62.491.813.842.199.358.298.765.298 1.221 0 .393-.08.758-.242 1.098a2.998 2.998 0 0 1-.677.913c-.301.277-.643.503-1.013.668H20V8.43h-8.553c.13.281.326.584.587.909.272.336.57.648.894.93.317.284.663.533 1.03.743.351.2.683.316.995.351.239.023.421.107.55.25a.809.809 0 0 1 .19.558.767.767 0 0 1-.225.544c-.15.159-.356.22-.617.185-.352-.053-.74-.19-1.162-.413a6.976 6.976 0 0 1-1.25-.856 7.006 7.006 0 0 1-1.103-1.177 4.525 4.525 0 0 1-.706-1.374h-.068V15H9.447V9.08h-.06c-.147.48-.383.94-.706 1.375-.322.435-.692.83-1.102 1.177a6.897 6.897 0 0 1-1.255.856c-.426.223-.812.36-1.158.413-.26.035-.466-.026-.617-.184a.77.77 0 0 1-.225-.545c0-.228.063-.414.19-.557.129-.144.309-.228.541-.251.318-.035.653-.153 1.004-.356a6.218 6.218 0 0 0 1.03-.746c.323-.283.621-.593.894-.927.261-.321.457-.623.587-.904H0V7.386Zm9.013-.14h.272v-.264a3.92 3.92 0 0 0-.2-1.26 3.687 3.687 0 0 0-.549-1.054 2.733 2.733 0 0 0-.8-.725 1.878 1.878 0 0 0-.962-.263c-.323 0-.581.1-.774.303-.193.202-.29.478-.29.83 0 .293.089.582.265.87.175.286.416.548.723.785.32.245.677.436 1.055.567a3.74 3.74 0 0 0 1.26.21Zm1.983 0c.431.002.86-.07 1.268-.212.378-.13.734-.322 1.055-.566.306-.237.546-.5.72-.786.172-.287.259-.577.259-.87 0-.351-.095-.628-.285-.83-.19-.202-.45-.303-.779-.303a1.86 1.86 0 0 0-.953.264c-.3.175-.567.417-.8.724a3.84 3.84 0 0 0-.757 2.314v.264h.272ZM2.673 15h14.655c.89 0 1.559-.227 2.004-.68.445-.455.668-1.132.668-2.034V2.723c0-.902-.223-1.581-.668-2.038C18.886.228 18.218 0 17.328 0H2.672C1.782 0 1.114.227.668.68.223 1.134 0 1.815 0 2.723v9.563c0 .902.223 1.58.668 2.033.446.454 1.114.68 2.004.68'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code {
  padding: 0;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div {
  text-align: right;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 20px 1fr;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
  margin: 0;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div p {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div::after {
  display: none;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div input {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  display: block;
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text, #000);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div button {
  width: 100%;
  background-color: #324B27 !important;
  color: #fff !important;
  border-radius: 5px;
}
.woocommerce-checkout .woocommerce .ywgc_enter_code > div p:first-child,
.woocommerce-checkout .woocommerce .ywgc_enter_code > div .clear {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details::before, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details::after {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #ship-to-different-address {
  font-size: 25px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .col-1,
.woocommerce-checkout .woocommerce .woocommerce-checkout .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .input-text {
  text-align: right;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .input-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .input-checkbox,
.woocommerce-checkout .woocommerce .input-radio {
  accent-color: #1F3A15;
}
.woocommerce-checkout .woocommerce #payment {
  background: rgba(250, 250, 237, 0.61);
  color: #324B27;
}
.woocommerce-checkout .woocommerce #payment a {
  color: #324B27;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce #payment .payment_box {
  background-color: #eaead5;
  color: #000;
}
.woocommerce-checkout .woocommerce #payment .payment_box::before {
  border: 1em solid #eaead5;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout .woocommerce #payment .wc_payment_method label img {
  display: none;
}
.woocommerce-checkout .woocommerce #payment input[type=checkbox] {
  accent-color: #1F3A15;
}
.woocommerce-checkout .woocommerce #payment button[type=submit] {
  width: auto;
  display: block;
  margin: 15px auto 0;
  background-color: #324B27;
  color: #fff;
  border-radius: 5px;
  float: none !important;
}

@media only screen and (max-width: 991px) {
  .woocommerce-checkout .woocommerce {
    padding: 30px 20px;
  }
  .woocommerce-checkout .woocommerce .checkout_coupon,
  .woocommerce-checkout .woocommerce .ywgc_enter_code > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-cart .wp-block-separator,
.woocommerce-cart .wp-block-heading:not(.wc-block-cart__empty-cart__title),
.woocommerce-cart .wp-block-product-new {
  display: none;
}
.woocommerce-cart .wp-block-heading.with-empty-cart-icon {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 36px;
  text-align: center;
  color: #1F3A15;
}
.woocommerce-cart .wp-block-heading.with-empty-cart-icon::before {
  background-color: #1F3A15;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  -webkit-mask-size: 130px;
          mask-size: 130px;
}

@media only screen and (max-width: 991px) {
  .woocommerce-cart .wp-block-heading.with-empty-cart-icon {
    font-size: 25px;
  }
  .woocommerce-cart .wp-block-heading.with-empty-cart-icon::before {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    -webkit-mask-size: 80px;
            mask-size: 80px;
  }
}
.hero-visual {
  overflow: hidden;
  font-family: "Assistant", sans-serif;
}
.hero-visual .hero-visual__inner {
  position: relative;
  z-index: 2;
  padding: 7.5521vw 0 2.3438vw;
}
.hero-visual .container-l {
  max-width: 86.4583vw;
  padding: 0 1.0417vw;
}
.hero-visual .hero-visual__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-visual .hero-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-visual .hero-visual__image {
  width: 17.2396vw;
  height: auto;
  margin-bottom: 2.6042vw;
}
.hero-visual .hero-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-visual .hero-visual__title {
  font-weight: 400;
  line-height: 1.6;
  font-size: 2.7083vw;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-shadow: 0px 0.2083vw 0.1875vw rgba(0, 0, 0, 0.52);
  margin-bottom: 0.5208vw;
}
.hero-visual .hero-visual__subtitle {
  font-weight: 400;
  line-height: 1.6;
  font-size: 2.7083vw;
  letter-spacing: 0.01em;
  color: #44351E;
}
.hero-visual .hero-visual__button {
  margin-top: 9.1146vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-visual .hero-visual__button a,
.hero-visual .hero-visual__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18.0208vw;
  min-height: 3.6979vw;
  padding: 0.7813vw;
  border: 1px solid #fff;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.3542vw;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-shadow: 0px 0.1042vw 0.1146vw #3D3717;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .hero-visual .hero-visual__button a:hover,
  .hero-visual .hero-visual__button button:hover {
    border-color: #324B27;
    background: #324B27;
  }
}
.hero-visual .hero-visual__mobile-image {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .hero-visual .hero-visual__inner {
    padding: 8.734939759vw 0 2.7108433735vw;
  }
  .hero-visual .container-l {
    max-width: 100vw;
    padding: 0 1.2048192771vw;
  }
  .hero-visual .hero-visual__image {
    width: 19.9397590361vw;
    margin-bottom: 3.0120481928vw;
  }
  .hero-visual .hero-visual__title {
    font-size: 3.1325301205vw;
    text-shadow: 0px 0.2409638554vw 0.2168674699vw rgba(0, 0, 0, 0.52);
    margin-bottom: 0.6024096386vw;
  }
  .hero-visual .hero-visual__subtitle {
    font-size: 3.1325301205vw;
  }
  .hero-visual .hero-visual__button {
    margin-top: 10.5421686747vw;
  }
  .hero-visual .hero-visual__button a,
  .hero-visual .hero-visual__button button {
    min-width: 20.843373494vw;
    min-height: 4.2771084337vw;
    padding: 0.9036144578vw;
    font-size: 1.5662650602vw;
    text-shadow: 0px 0.1204819277vw 0.1325301205vw #3D3717;
  }
}
@media only screen and (max-width: 991px) {
  .hero-visual .hero-visual__inner {
    padding: 13.3333333333vw 0;
    min-height: 263.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero-visual .container-l {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
  .hero-visual .hero-visual__image {
    display: none;
  }
  .hero-visual .hero-visual__title {
    line-height: 1.2;
    font-size: 6.4vw;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-shadow: none;
    margin-bottom: 4vw;
  }
  .hero-visual .hero-visual__subtitle {
    line-height: 1.2;
    font-size: 6.4vw;
    color: #fff;
  }
  .hero-visual .hero-visual__button {
    margin-top: 18.6666666667vw;
  }
  .hero-visual .hero-visual__button a,
  .hero-visual .hero-visual__button button {
    min-width: 73.6vw;
    min-height: 14.9333333333vw;
    padding: 2.6666666667vw;
    font-size: 5.3333333333vw;
    text-shadow: 0px 0.5333333333vw 0.5866666667vw #3D3717;
  }
  .hero-visual .hero-visual__mobile-image {
    display: block;
    margin: 12vw auto 0;
    width: 36vw;
    height: auto;
  }
  .hero-visual .hero-visual__mobile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}