@font-face {
  font-family: "Montserrat-LightItalic";
  src: url(fonts/Montserrat-LightItalic.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url(fonts/Montserrat-Italic.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  line-height: 100%;
  color: #000;
  background: #fff;
  margin: 0;
  position: relative; 
}
#wrap {
  transform-origin: top center;
  width: 100%;
  position: relative;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  zoom: 100%;
  font-family: "Montserrat-Regular", sans-serif;
}
button {
  border: 0;
  outline: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
input,
select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
body .container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 300px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  body .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  body .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: unset;
}
.preload-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
  top: 0;
  left: 0;
}
.loading {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}
@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.loading div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.loading div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  background-color: #000;
  transform: translateX(-50%);
  border-radius: 50%;
}
.loading div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}
@keyframes rotateCircle1 {
  0% {
    opacity: 0;
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}
@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}
@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}
@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}
@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}
@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}
@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}
@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}
@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.loading div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}
@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
@keyframes loaderAnim {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.mfp-iframe-holder.mfp-ajax-holder .mfp-content {
  max-width: 100%;
}
.mfp-iframe-holder.mfp-ajax-holder {
  padding-left: 0;
  padding-right: 0;
}
#mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  z-index: 1000000;
  width: 100%;
  top: 0;
  height: 100svh;
  overflow: auto;
}
#mobile-menu .inner {
  height: 100%;
  position: relative;
  min-height: 956px;
}
#mobile-menu.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mobile-menu .top-part {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 19px;
  position: relative;
}

#mobile-menu .top-part img{
  width: 80px;
}


#mobile-menu .top-part button {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#mobile-menu .middle-part {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
#mobile-menu .middle-part .col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#mobile-menu .middle-part .col a,
#mobile-menu .middle-part .col > span {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#mobile-menu .middle-part .col .col-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -2px;
  margin-bottom: 10px;
}
#mobile-menu .middle-part .col .col-inner a {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
}
#mobile-menu .bottom-part {
  margin-top: 39px;
}
#mobile-menu .bottom-part .col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#mobile-menu .bottom-part .col a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #d7d7d7;
  text-decoration: underline;
}
#mobile-menu .contacts-part {
  margin-top: 54px;
  padding-top: 45px;
  border-top: 1px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-menu .contacts-part .col {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#mobile-menu .contacts-part .col span,
#mobile-menu .contacts-part .col a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
}
#menu-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0 0 0 0;
}
#menu-bg.blur-in {
  animation: bg-blur 0.5s forwards;
  z-index: 99999;
}
#menu-bg.blur-out {
  animation: bg-blur-out 0.5s forwards;
}
@keyframes bg-blur {
  0% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: transparent;
    opacity: 0;
    z-index: 2;
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 1;
  }
}
@keyframes bg-blur-out {
  0% {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 1;
    z-index: 2;
  }
  100% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background: transparent;
    opacity: 0;
    z-index: -1;
  }
}
body.menu-open,
body.menu-open-cart {
  overflow: hidden;
}
#top-line {
  padding: 0;
  width: 100%;
  min-height: 118px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 3;
}
#top-line .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#top-line .inner .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#top-line .inner .right a,
#top-line .inner .left a,
#top-line .inner .left > span {
  height: 40px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-line .inner .left > span {
  cursor: default;
}
#top-line .inner .right a.cart-link {
  font-size: 14px;
  position: relative;
}
#top-line .inner .right a.cart-link svg {
  display: none;
}
#top-line .inner .right a.cart-link .header-cart-total span.desk {
  display: inline-block;
}
#top-line .inner .right a.cart-link .header-cart-total span.mob {
  display: none;
}
#top-line .inner .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#logo {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  max-width: 100%;
  min-height: 118px;
  display: flex;
  align-items: center;
  top: 0;
}
#logo img {
  max-width: 100%;
  width: 150px !important;
}
#logo.diff {
  /* mix-blend-mode: difference; */
}
body:not(.home) #logo {
  /* mix-blend-mode: difference; */
}
#top-line #top-320,
#top-line #top-768 {
  display: none;
}
@media (max-width: 768px) {
  #top-line #top-320 {
    display: flex;
  }
  #top-line #top-768,
  #top-line #top-main {
    display: none;
  }
  #top-line #top-320 .burger {
    height: 40px;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top-line {
    min-height: 98px;
  }
  #logo {
    min-height: 98px;
  }
  #top-line .inner .right a.cart-link {
    padding: 0 14px;
  }
  #top-line .inner .right a.cart-link svg {
    display: block;
  }
  #top-line .inner .right a.cart-link .text {
    display: none;
  }
  #top-line .inner .right a.cart-link .header-cart-total span.desk {
    display: none;
  }
  #top-line .inner .right a.cart-link .header-cart-total span.mob {
    display: inline-block;
  }
  #top-line .inner .right a.cart-link .header-cart-total span:not(:empty) {
    position: absolute;
    aspect-ratio: 1;
    width: 10px;
    height: 10px;
    background: #fd2b2b;
    border-radius: 100%;
    inset: 8px 0 0 31px;
  }
  #top-line .inner .right a.cart-link .value span {
    color: transparent;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #logo {
    left: 24px;
    transform: unset;
  }
  #top-line #top-main {
    display: none;
  }
  #top-line #top-768 {
    display: block;
    width: 100%;
  }
  #top-line #top-768 .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  #top-line .inner .right a.cart-link {
    padding: 0 14px;
  }
  #top-line .inner .right a.cart-link .header-cart-total span.desk {
    display: none;
  }
  #top-line .inner .right a.cart-link .header-cart-total span.mob {
    display: inline-block;
  }
  #top-line .inner .right a.cart-link svg {
    display: block;
  }
  #top-line .inner .right a.cart-link .text {
    display: none;
  }
  #top-line .inner .right a.cart-link .header-cart-total span:not(:empty) {
    position: absolute;
    aspect-ratio: 1;
    width: 10px;
    height: 10px;
    background: #fd2b2b;
    border-radius: 100%;
    inset: 8px 0 0 31px;
  }
  #top-line .inner .right a.cart-link .value span {
    color: transparent;
  }
}
body.menu-open #logo {
  display: none;
}
#content {
  margin-top: -118px;
}
@media (max-width: 768px) {
  #content {
    margin-top: -98px;
  }
}
#block1 {
  width: 100%;
  height: 100%;
  max-height: 826px;
  aspect-ratio: 1.7433414 / 1;
  position: relative;
  overflow: hidden;
}
#block1 .text {
  position: absolute;
  bottom: 106px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#block1 .text .container {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
#block1 .text .msg {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
#block1 .text .heading img {
  max-width: 100%;
}
#block1 .text .heading img.mob {
  display: none;
}
#block1 .text .heading img.desk {
  display: block;
}
#block1 .image {
  width: 100%;
  height: 100%;
}
#block1 .image img,
#block1 .image video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#block1 .image .gradient {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 48.06%,
    rgba(0, 0, 0, 0.3) 71.72%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 48.06%,
    rgba(0, 0, 0, 0.3) 71.72%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #block1 {
    height: 580px;
    min-height: unset;
    aspect-ratio: unset;
  }
  #block1 .text .heading img.mob {
    display: block;
  }
  #block1 .text .heading img.desk {
    display: none;
  }
  #block1 .text {
    bottom: 39px;
  }
  #block1 .text .msg {
    font-size: 17px;
    line-height: 120%;
  }
  #block1 .text .container {
    gap: 26px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #block1 {
    height: 580px;
  }
  #block1 .text {
    bottom: 39px;
  }
  #block1 .text .container {
    gap: 30px;
  }
}
#block2 {
  margin-top: 94px;
  width: 100%;
}
#block2 .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#block2 .inner .heading {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 30px;
  line-height: 37px;
  color: #000;
}
#block2 .inner .heading span {
  font-family: "Montserrat-LightItalic", sans-serif;
}
#block2 .inner .text {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  margin-top: 25px;
}
#block2 .inner .buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 34px;
}
#block2 .inner .buttons a {
  height: 44px;
  padding: 0 31px;
  background: rgba(0, 0, 0, 1);
  border-radius: 30px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #block2 {
    margin-top: 50px;
  }
  #block2 .inner .text {
    font-size: 18px;
    line-height: 100%;
    
  }
  #block2 .inner .buttons {
    margin-top: 26px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #block2 {
    margin-top: 73px;
  }
  #block2 .inner .text {
    font-size: 36px;
    line-height: 100%;
  }
}
#block3 {
  margin-top: 99px;
  width: 100%;
}
#block3 > .container {
  padding-left: 0;
  padding-right: 0;
}
#block3 .heading .container .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 34px;
}
#block3 .container .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#block3 .container .inner.cols1 {
  display: grid;
  grid-template-columns: 1fr;
}
#block3 .container .inner.cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#block3 .container .inner .item {
  aspect-ratio: 1 / 1.45833333;
  height: 100%;
  max-height: 700px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 40px 68px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#block3 .container .inner .item .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
#block3 .container .inner .item .text .heading {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
}
#block3 .container .inner .item .text .heading span {
  font-family: "Montserrat-Italic", sans-serif;
}
#block3 .container .inner .item .text .link {
  font-family: "Montserrat-Medium";
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#block3 .container .inner .item .media {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#block3 .container .inner .item .media .gradient {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
#block3 .container .inner .item .media img,
#block3 .container .inner .item .media video {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
#block3 .container .inner .item:hover .media img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #block3 {
    margin-top: 60px;
  }
  #block3 .container .inner {
    grid-template-columns: 1fr !important;
  }
  #block3 .container .inner .item {
    aspect-ratio: 1 / 0.934;
    height: 100%;
    padding: 24px 24px 37px;
    max-height: unset;
  }
  #block3 .container .inner .item .text {
    gap: 32px;
  }
  #block3 .container .inner .item .text .heading {
    font-size: 24px;
    line-height: 120%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #block3 {
    margin-top: 79px;
  }
  #block3 .container .inner .item {
    padding: 24px 24px 37px;
    aspect-ratio: 1 / 1.65;
  }
  #block3 .container .inner .item .text {
    gap: 20px;
  }
  #block3 .container .inner .item .text .heading {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (min-width: 1441px) {
  #block3 .container .inner .item {
    max-height: unset;
  }
}
#block4 {
  margin-top: 94px;
  width: 100%;
}
#block4 .heading .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#block4 .heading .inner .left {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#block4 .heading .inner .right a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #797979;
  display: flex;
  align-items: center;
  gap: 12px;
}
#block4 .items {
  margin-top: 34px;
}
#block4 .items .container {
  padding-left: 0;
  padding-right: 0;
}
#block4 .items .container .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#block4 .items .container .inner .item {
  aspect-ratio: 1.22033898 / 1;
  height: 100%;
  max-height: 590px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 40px 47px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#block4 .items .container .inner .item .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
#block4 .items .container .inner .item .text .heading {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  max-width: 505px;
  width: 100%;
}
#block4 .items .container .inner .item .text .heading span {
  font-family: "Montserrat-Italic", sans-serif;
}
#block4 .items .container .inner .item .text .link {
  font-family: "Montserrat-Medium";
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#block4 .items .container .inner .item .media {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#block4 .items .container .inner .item .media .gradient {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
#block4 .items .container .inner .item .media img,
#block4 .items .container .inner .item .media video {
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
#block4 .items .container .inner .item:hover .media img {
  transform: scale(1.1);
}
#block4 .items .container .inner .item .product-text {
  position: absolute;
  left: 40px;
  top: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 340px) {
  #block4 .heading .inner .left {
    max-width: 100px;
  }
}
@media (max-width: 525px) {
  #block4 .items .container .inner .item .text .heading {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  #block4 {
    margin-top: 54px;
  }
  #block4 .heading .inner .left {
    font-size: 22px;
    line-height: 27px;
  }
  #block4 .heading .inner .right a svg {
    display: none;
  }
  #block4 .items {
    margin-top: 25px;
  }
  #block4 .items .container .inner {
    grid-template-columns: 1fr;
  }
  #block4 .heading .inner .right a span span {
    display: none;
  }
  #block4 .items .container .inner .item {
    padding: 21px 21px 36px;
    aspect-ratio: 1.14 / 1;
    max-height: unset;
  }
  #block4 .items .container .inner .item .text .heading {
    font-size: 20px;
    line-height: 24px;
  }
  #block4 .items .container .inner .item .text {
    gap: 20px;
    max-width: 500px;
  }
  #block4 .items .container .inner .item .product-text {
    left: 21px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #block4 {
    margin-top: 73px;
  }
  #block4 .heading .inner .left {
    font-size: 22px;
  }
  #block4 .items {
    margin-top: 22px;
  }
  #block4 .items .container .inner .item {
    padding: 24px 24px 37px;
    aspect-ratio: 0.962 / 1;
  }
  #block4 .items .container .inner .item .text .heading {
    font-size: 18px;
    line-height: 22px;
  }
  #block4 .items .container .inner .item .text {
    gap: 19px;
  }
  #block4 .items .container .inner .item .product-text {
    font-size: 16px;
    left: 24px;
  }
}
@media (min-width: 1441px) {
  #block4 .items .container .inner .item {
    max-height: unset;
  }
}
#block5 {
  margin-top: 76px;
  width: 100%;
}
#block5 .inner {
  font-family: "Montserrat-Medium";
  font-size: 13px;
  line-height: 140%;
  color: #9e9e9e;
}
@media (max-width: 768px) {
  #block5 {
    margin-top: 56px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #block5 {
    margin-top: 80px;
  }
}
.breadcrumbs {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: -4px 0 0;
}
.breadcrumbs__item {
  color: #bebebe;
  display: inline;
  align-items: center;
  margin-right: 0;
}
.breadcrumbs__item span,
.breadcrumbs__item a {
  transition: all 0.4s;
  color: inherit;
}
.breadcrumbs__item:not(:first-child) {
  position: relative;
}
.breadcrumbs__item:not(:first-child):before {
  content: "/";
  color: #bebebe;
  margin-right: 0;
  font-size: 12px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 12px;
  color: #bebebe;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin: 6px 0 0;
  }
}
#error-not-found {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#error-not-found .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -22px;
  min-height: 469px;
}
#error-not-found .inner .head {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 120px;
  line-height: 124px;
  color: #000;
}
#error-not-found .inner .desc {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #1e1d1c;
}
#error-not-found .inner .link {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}
#error-not-found .inner .link a {
  background: #1a1a1a;
  margin: 0;
  outline: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  width: 250px;
  height: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #error-not-found .inner {
    min-height: 471px;
    margin-top: -54px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #error-not-found .inner {
    min-height: 507px;
    margin-top: -41px;
  }
}
footer {
  margin-top: 97px;
  display: flex;
  flex-direction: column;
}
footer .top-part {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
footer .top-part a {
  width: 100%;
}
footer .top-part img {
  max-width: 100%;
  width: 130px;
}
footer .top-part img.mob {
  display: none;
}
footer .top-part img.desk {
  display: block;
}
footer .middle-part {
  width: 100%;
  margin-top: 81px;
}
footer .middle-part.desk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .middle-part.mob {
  display: none;
}
footer .middle-part .left {
  width: 100%;
  max-width: 700px;
  display: grid;
  grid-template-columns: 0.85fr 1.05fr 1fr;
}
footer .middle-part .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .middle-part .col span {
  color: #898989;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
}
footer .middle-part .col .decorated {
  height: 36px;
  padding: 0 14px;
  background: #f5f5f5;
  border-radius: 30px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
footer .middle-part .col span.decorated {
  cursor: default;
}
footer .middle-part .right {
  margin-top: -7px;
}
footer .middle-part .right .col {
  gap: 22px;
  text-align: right;
}
footer .middle-part .right a,
footer .middle-part .right span {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #1e1d1c;
  text-decoration: none;
}
footer .bottom-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 97px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  margin-bottom: 30px;
}
footer .bottom-part a {
  font-family: "Montserrat-Medium", sans-serif;
  color: #000;
}
footer .bottom-part a b {
  font-family: "Montserrat-Bold", sans-serif;
}
@media (max-width: 768px) {
  footer {
    margin-top: 55px;
  }
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  footer .top-part {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .top-part img.mob {
    display: block;
  }
  footer .top-part img.desk {
    display: none;
  }
  footer .middle-part {
    flex-direction: column;
    margin-top: 41px;
  }
  footer .middle-part.desk {
    display: none;
  }
  footer .middle-part.mob {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .middle-part .left {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  footer .middle-part .left2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    border-top: 1px solid #efefef;
    padding-top: 40px;
    width: 100%;
  }
  footer .middle-part .right {
    margin-top: 40px;
    border-top: 1px solid #efefef;
    padding-top: 29px;
    width: 100%;
  }
  footer .middle-part .right .col {
    gap: 16px;
    text-align: left;
  }
  footer .bottom-part {
    margin-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  footer {
    margin-top: 75px;
  }
  footer .middle-part {
    margin-top: 59px;
  }
  footer .middle-part .left {
    grid-template-columns: 0.49fr 0.7fr 1fr;
  }
  footer .bottom-part {
    margin-top: 77px;
  }
  footer .middle-part .right {
    margin-top: 5px;
  }
}
#info-page .inner {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
  max-width: 1145px;
}
#info-page .inner .left-side {
  max-width: 325px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#info-page .inner .left-side .wrap {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#info-page .inner .left-side .wrap-mob a,
#info-page .inner .left-side .wrap a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #b9b9b9;
}
#info-page .inner .left-side .wrap-mob a.active,
#info-page .inner .left-side .wrap a.active {
  color: #000;
  text-decoration: underline;
}
#info-page .inner .right-side {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  border-left: 1px solid #e2e2e2;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 136px;
}
#info-page .inner .right-side .wrap {
  width: 100%;
  max-width: 687px;
}
#info-page .inner .right-side .wrap h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}
#info-page .inner .right-side .wrap .description,
#info-page .inner .right-side .wrap .description p {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}
#info-page .inner .right-side .wrap .description p {
  margin-bottom: 20px;
}
#info-page .inner .right-side .wrap .description p:last-child {
  margin-bottom: 0;
}
#info-page .inner .left-side .wrap-mob {
  display: none;
}
#info-page .inner .left-side .wrap-mob .swiper-wrapper {
  width: 100%;
}
#info-page .inner .left-side .wrap-mob a {
  width: max-content !important;
  display: inline-block;
}
#info-page .inner .left-side .wrap-mob a:last-child {
  margin-right: 60px;
}
@media (max-width: 768px) {
  #info-page .inner .right-side .wrap h1 {
    margin-bottom: 20px;
  }
  #info-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  #info-page .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  #info-page .inner {
    flex-direction: column;
    margin-top: 3px;
  }
  #info-page .inner .left-side {
    max-width: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 29px;
  }
  #info-page .inner .left-side .wrap {
    display: none;
  }
  #info-page .inner .left-side .wrap-mob {
    display: block;
  }

  #info-page .inner .left-side .wrap-mob .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #info-page .inner .right-side {
    padding-top: 35px;
    border-left: 0;
    border-top: 1px solid #e2e2e2;
    padding-left: 20px;
    padding-right: 20px;
    max-width: unset;
  }
  #info-page .inner .right-side .wrap {
    max-width: unset;
  }

  #info-page .inner .left-side .wrap-mob a:last-child {
    margin-right: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #info-page .inner .left-side {
    max-width: calc(264px + (290 - 264) * ((100vw - 769px) / (1024 - 769)));
  }
  #info-page .inner .right-side {
    padding-left: calc(24px + (50 - 24) * ((100vw - 769px) / (1024 - 769)));
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #info-page .inner .left-side {
    max-width: calc(290px + (325 - 290) * ((100vw - 1025px) / (1440 - 1025)));
  }
  #info-page .inner .right-side {
    padding-left: calc(50px + (136 - 50) * ((100vw - 1025px) / (1440 - 1025)));
  }
}
#contact-page .inner {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#contact-page .inner .top-part {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 35px 35px 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contact-page .inner .top-part .left {
  max-width: 880px;
  width: 100%;
}
#contact-page .inner .top-part .left h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 110%;
  color: #000;
}
#contact-page .inner .top-part .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 405px;
}
#contact-page .inner .top-part .right .item {
  margin-top: 11px;
}
#contact-page .inner .top-part .right .item:last-child {
  margin-top: -10px;
}
#contact-page .inner .top-part .right .item .head {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 110%;
  color: #7a7a7a;
}
#contact-page .inner .top-part .right .item.address {
  display: none;
}
#contact-page .inner .top-part .right .item .value {
  margin-top: 16px;
}
#contact-page .inner .top-part .right .item .value a,
#contact-page .inner .top-part .right .item .value span {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 17px;
  line-height: 110%;
  color: #010101;
  text-decoration: none;
}
#contact-page .inner .bottom-bart {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#contact-page .inner .bottom-bart #map {
  width: 100%;
  max-width: 854px;
  height: 182px;
  border-radius: 12px;
  overflow: hidden;
}
#contact-page .inner .bottom-bart .address {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 40px 46px;
}
#contact-page .inner .bottom-bart .address .item .head {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 110%;
  color: #7a7a7a;
}
#contact-page .inner .bottom-bart .address .item .value {
  margin-top: 16px;
}
#contact-page .inner .bottom-bart .address .item .value span {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 17px;
  line-height: 120%;
  color: #010101;
  text-decoration: none;
}
@media (max-width: 768px) {
  #contact-page .inner .top-part {
    flex-direction: column;
    padding: 27px 30px 49px;
  }
  #contact-page .inner .top-part .right .item.address {
    display: block;
  }
  #contact-page .inner .bottom-bart .address {
    display: none;
  }
  #contact-page .inner .bottom-bart #map {
    height: 230px;
  }
  #contact-page .inner .top-part .left h1 {
    font-size: 22px;
  }
  #contact-page .inner .top-part .right {
    width: 100%;
    margin-top: 28px;
    gap: 19px;
  }
  #contact-page .inner .bottom-bart {
    margin-top: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #contact-page .inner .top-part .left {
    max-width: calc(378px + (560 - 378) * ((100vw - 769px) / (1024 - 769)));
  }
  #contact-page .inner .bottom-bart #map {
    max-width: calc(350px + (524 - 350) * ((100vw - 769px) / (1024 - 769)));
  }
  #contact-page .inner .top-part .left h1 {
    font-size: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #contact-page .inner .top-part .left {
    max-width: calc(560px + (880 - 560) * ((100vw - 1025px) / (1440 - 1025)));
  }
  #contact-page .inner .bottom-bart #map {
    max-width: calc(524px + (854 - 524) * ((100vw - 1025px) / (1440 - 1025)));
  }
}
#info3-page .inner {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#info3-page .inner .left-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 554px;
}
#info3-page .inner .left-side .item {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 360px;
}
#info3-page .inner .left-side .item img,
#info3-page .inner .left-side .item video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#info3-page .inner .right-side {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 45px 53px 45px 45px;
  width: 100%;
  min-height: 100%;
}
#info3-page .inner .right-side h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin: 0;
  padding: 0;
}
#info3-page .inner .right-side .description {
  margin-top: 91px;
}
#info3-page .inner .right-side .description,
#info3-page .inner .right-side .description p {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #1e1d1c;
}
#info3-page .inner .right-side .description p {
  margin: 0 0 22px;
}
#info3-page .inner .right-side .description p:last-child {
  margin-bottom: 0;
}
#info3-page .inner .right-side .description ul {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
#info3-page .inner .right-side .description ul li + li {
  margin-top: 23px;
}
#info3-page .inner .right-side .description ul li a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #8f8f8f;
}
@media (max-width: 768px) {
  #info3-page .inner {
    flex-direction: column-reverse;
    gap: 35px;
  }
  #info3-page .inner .left-side {
    flex-direction: column;
    max-width: 100%;
    gap: 10px;
  }
  #info3-page .inner .left-side .item {
    width: 100%;
    max-width: unset;
    height: 270px;
  }
  #info3-page .inner .right-side {
    background: transparent;
    padding: 0;
  }
  #info3-page .inner {
    margin-top: 9px;
  }
  #info3-page .inner .right-side h1 {
    font-size: 22px;
  }
  #info3-page .inner .right-side .description,
  #info3-page .inner .right-side .description p {
    font-size: 15px;
    line-height: 140%;
  }
  #info3-page .inner .right-side .description {
    margin-top: 19px;
  }
  #info3-page .inner .right-side .description ul {
    margin: 24px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #info3-page .inner {
    flex-direction: column-reverse;
  }
  #info3-page .inner .left-side {
    flex-direction: row;
    max-width: 100%;
  }
  #info3-page .inner .left-side .item {
    width: 50%;
    max-width: unset;
    height: 270px;
  }
  #info3-page .inner .right-side {
    padding: 34px 31px;
  }
  #info3-page .inner .right-side .description {
    margin-top: 24px;
  }
  #info3-page .inner .right-side .description ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #info3-page .inner .left-side {
    max-width: calc(382px + (554 - 382) * ((100vw - 1025px) / (1440 - 1025)));
  }
}
#blog-page h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin: 12px 0 0;
  padding: 0;
}
#blog-page .inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
}

/* --- На компьютере (широкие экраны) — 3 колонки --- */
@media (min-width: 992px) {
  #blog-page .inner .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px; /* можешь удалить или изменить */
  }
}

#blog-page .inner .items .item {
  aspect-ratio: 1.22033898 / 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 40px 47px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#blog-page .inner .items .item .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
#blog-page .inner .items .item .text .heading {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  max-width: 505px;
  width: 100%;
}
#blog-page .inner .items .item .text .heading span {
  font-family: "Montserrat-Italic", sans-serif;
}
#blog-page .inner .items .item .text .link {
  font-family: "Montserrat-Medium";
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#blog-page .inner .items .item .media {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#blog-page .inner .items .item .media .gradient {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
#blog-page .inner .items .item .media img,
#blog-page .inner .items .item .media video {
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
#blog-page .inner .items .item:hover .media img {
  transform: scale(1.1);
}
#blog-page .inner .items .item .product-text {
  position: absolute;
  left: 40px;
  top: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 525px) {
  #blog-page .inner .items .item .text .heading {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  #blog-page h1 {
    font-size: 22px;
    line-height: 27px;
  }
  #blog-page .inner .items {
    margin-top: 17px;
    grid-template-columns: 1fr;
  }
  #blog-page .inner .items .item {
    padding: 21px 21px 36px;
    aspect-ratio: 1.14 / 1;
    max-height: unset;
  }
  #blog-page .inner .items .item .text .heading {
    font-size: 20px;
    line-height: 24px;
  }
  #blog-page .inner .items .item .text {
    gap: 20px;
    max-width: 500px;
  }
  #blog-page .inner .items .item .product-text {
    left: 21px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #blog-page h1 {
    font-size: 22px;
    line-height: 27px;
  }
  #blog-page .inner .items {
    margin-top: 26px;
  }
  #blog-page .inner .items .item {
    padding: 24px 24px 37px;
    aspect-ratio: 0.962 / 1;
  }
  #blog-page .inner .items .item .text .heading {
    font-size: 18px;
    line-height: 22px;
  }
  #blog-page .inner .items .item .text {
    gap: 19px;
  }
  #blog-page .inner .items .item .product-text {
    font-size: 16px;
    left: 24px;
  }
}
#blog-page .empty {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 27px;
}
.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #d0d0d0;
  border-radius: 30px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
.pagination li.active {
  background: #000;
  color: #fff;
}
.pagination li a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination {
    margin: 30px 0 0;
  }
}
#product-category h1 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 30px;
  line-height: 37px;
  color: #000;
  margin: 24px 0 0;
  padding: 0;
}
#product-category .filter {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#product-category .filter-mob {
  display: none;
}
#product-category .filter-mob a,
#product-category .filter a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding: 13px 14px;
  color: #7a7a7a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border-radius: 30px;
}
#product-category .filter-mob a.active,
#product-category .filter a.active {
  color: #fff;
  background: #000;
}
#product-category .inner .items {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  gap: 10px;
}
#product-category .inner .items .item {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fbfbfb;
  width: 100%;
  height: 656px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#product-category .inner .items .item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#product-category .inner .items .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#product-category .inner .items .item:hover .image img {
  transform: scale(1.1);
}




#product-category .inner .items .item .bottom-part {
  position: absolute;
  bottom: 60px;
  left: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 310px;
  width: 100%;
}
#product-category .inner .items .item .bottom-part .name-brand {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
#product-category .inner .items .item .bottom-part .short-description {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-top: 12px;
}
#product-category .inner .items .item .bottom-part .link {
  margin-top: 31px;
  background: #000;
  height: 44px;
  border-radius: 30px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}












































#product-category .empty {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: 27px;
}





@media (max-width: 768px) {
  #product-category h1 {
    font-size: 22px;
    line-height: 27px;
    margin: 8px 0 0;
  }
  #product-category .filter {
    display: none;
  }
  #product-category .filter-mob {
    margin-top: 15px;
    display: block;
  }
  #product-category .filter-mob .swiper-wrapper {
    width: 100%;
  }
  #product-category .filter-mob a {
    width: max-content !important;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
  }
  #product-category .filter-mob a:first-child {
    margin-left: 20px;
  }
  #product-category .filter-mob a:last-child {
    margin-right: 70px;
  }
  #product-category .inner .items {
    margin-top: 30px;
    gap: 4px;
  }
  #product-category .inner .items .item {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    max-height: calc(460px + (560 - 460) * ((100vw - 428px) / (768 - 428)));
  }
  
  
  
  
  
  
  
  
  #product-category .inner .items .item .bottom-part {
    bottom: 20px;
    left: 20px;
    padding: 26px 26px 20px 26px;
    max-width: 252px;
  }

  #product-category .inner .items .item .bottom-part .name-brand {
    font-size: 22px;
    line-height: 27px;
  }
  #product-category .inner .items .item .bottom-part .short-description {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
  }
  #product-category .inner .items .item .bottom-part .link {
    margin-top: 23px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #product-category h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 12px 0 0;
  }
  
  #product-category .inner .items {
    margin-top: 39px;
  }
  #product-category .inner .items .item {
    aspect-ratio: 1.37142857 / 1;
    height: auto;
    max-height: 656px;
  }
  
  
  #product-category .inner .items .item .bottom-part {
    bottom: 60px;
    left: 24px;
  }

  #product-category .filter {
    display: none;
  }
  #product-category .filter-mob {
    margin-top: 15px;
    display: block;
  }
  #product-category .filter-mob .swiper-wrapper {
    width: 100%;
  }
  #product-category .filter-mob a {
    width: max-content !important;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
  }
  #product-category .filter-mob a:first-child {
    margin-left: 20px;
  }
  #product-category .filter-mob a:last-child {
    margin-right: 70px;
  }
}
#article-page {
  margin-top: -118px;
}
#article-page .banner {
  width: 100%;
  height: 570px;
  position: relative;
}
#article-page .banner .info {
  position: absolute;
  bottom: 62px;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
#article-page .banner .info .container {
  height: 100%;
}
#article-page .banner .info .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
}
#article-page .banner .info .date {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
}
#article-page .banner .info h1 {
  margin: 0;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
}
#article-page .inner .container,
#article-page .banner .info .container {
  max-width: 830px;
}
#article-page .banner img,
#article-page .banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#article-page .banner .gradient {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.96%,
    rgba(0, 0, 0, 0.275777) 63.98%,
    rgba(0, 0, 0, 0.8) 91%
  );
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
}
#article-page > .inner {
  margin-top: 46px;
}
#article-page .inner .description {
  margin-top: 35px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  line-height: 140%;
  color: #000;
}
#article-page .inner .description p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  line-height: 140%;
  color: #000;
  margin-bottom: 22px;
}
#article-page .inner .description p:last-child {
  margin-bottom: 0;
}
#article-page .inner .description img {
  max-width: 440px;
  width: 100%;
  border-radius: 20px;
  margin: 27px 0;
}
#article-page .inner .description h2 {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 26px;
  line-height: 140%;
  color: #000;
  margin-bottom: 25px;
  margin-top: 28px;
}
#article-page .inner .share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 23px;
  gap: 14px;
}
#article-page .inner .share a {
  min-width: 42px;
}
#article-page .inner .go-back {
  margin-top: 78px;
}
#article-page .inner .go-back a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 120%;
  color: #777;
}
#article-page .related-products-block {
  margin-top: 81px;
  border-top: 1px solid #e4e4e4;
  padding-top: 70px;
  margin-bottom: 110px;
}
#article-page .related-products-block .top-part .container .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#article-page .related-products-block .top-part .container .inner .heading {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#article-page .related-products-block .top-part .container .inner .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 104px;
}
#article-page
  .related-products-block
  .top-part
  .container
  .inner
  .buttons
  button {
  background: none;
  border: 0;
  outline: 0;
  width: 44px;
  height: 44px;
  padding: 0;
}
#article-page .related-products-block .swiper {
  margin-top: 25px;
}
#article-page .related-products-block .item {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fbfbfb;
  width: 100%;
  height: 656px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

#article-page .related-products-block .item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#article-page .related-products-block .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
#article-page .related-products-block .item:hover .image img {
  transform: scale(1.1);
}

#article-page .related-products-block .item .bottom-part {
  position: absolute;
  bottom: 60px;
  left: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 310px;
  width: 100%;
}
#article-page .related-products-block .item .bottom-part .name-brand {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
#article-page .related-products-block .item .bottom-part .short-description {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-top: 12px;
}
#article-page .related-products-block .item .bottom-part .link {
  margin-top: 31px;
  background: #000;
  height: 44px;
  border-radius: 30px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

@media (max-width: 350px) {
  #article-page .related-products-block .top-part .container .inner .buttons {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  #article-page {
    margin-top: -98px;
  }
  #article-page .banner {
    height: 480px;
  }
  #article-page .banner .info {
    bottom: 44px;
  }
  #article-page .banner .info h1 {
    font-size: 26px;
    line-height: 120%;
  }
  #article-page > .inner {
    margin-top: 16px;
  }
  #article-page .inner .description h2 {
    font-size: 22px;
    line-height: 140%;
  }
  #article-page .inner .description img {
    margin: 12px 0;
  }
  #article-page .inner .go-back {
    margin-top: 54px;
  }
  #article-page .related-products-block {
    margin-top: 58px;
    margin-bottom: 60px;
    padding-top: 57px;
  }
  #article-page .related-products-block .top-part .container .inner .heading {
    font-size: 20px;
    line-height: 24px;
  }
  #article-page .related-products-block .swiper {
    margin-top: 17px;
  }
  #article-page .related-products-block .item {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    max-height: calc(460px + (560 - 460) * ((100vw - 428px) / (768 - 428)));
  }

  #article-page .related-products-block .item .bottom-part {
    bottom: 20px;
    left: 20px;
    padding: 26px 26px 20px 26px;
    max-width: 252px;
  }

  #article-page .related-products-block .item .bottom-part .name-brand {
    font-size: 22px;
    line-height: 27px;
  }
  #article-page .related-products-block .item .bottom-part .short-description {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
  }
  #article-page .related-products-block .item .bottom-part .link {
    margin-top: 23px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #article-page .banner {
    aspect-ratio: 1.4490566 / 1;
    height: 100%;
    max-height: 570px;
  }
  #article-page .related-products-block {
    margin-bottom: 80px;
  }
  #article-page .related-products-block .item {
    aspect-ratio: 1.37142857 / 1;
    height: auto;
    max-height: 656px;
  }

  #article-page .related-products-block .item .bottom-part {
    bottom: 60px;
    left: 24px;
  }
  #article-page .related-products-block .top-part .container .inner .heading {
    font-size: 22px;
    line-height: 27px;
  }
  #article-page .related-products-block .swiper {
    margin-top: 12px;
  }
}
#preparation-page {
  margin-top: -118px;
}
#preparation-page .top-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#preparation-page .top-image {
  overflow: hidden;
  width: 100%;
  height: 520px;
  position: relative;
}
#preparation-page .top-image .slogans {
  display: none;
}
#preparation-page .top-image .overlay {
  display: none;
}
#preparation-page .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
#preparation-page .top-part .left-side {
  background: #f8f8f8;
  padding-bottom: 125px;
  transition: background-color 0.5s ease-in-out;
}
#preparation-page .top-part .left-side > .container {
  padding-top: 35px;
}
#preparation-page .top-part .left-side h1 {
  margin: 32px 0 0;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#preparation-page .top-part .left-side .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 29px;
}
#preparation-page .top-part .left-side .tabs .tabs-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
#preparation-page .top-part .left-side .tabs .tabs-heading-mob {
  display: none;
}
#preparation-page .top-part .left-side .tabs .tabs-heading-mob a,
#preparation-page .top-part .left-side .tabs .tabs-heading a {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 16px;
  color: #7b7b7b;
}
#preparation-page .top-part .left-side .tabs .tabs-heading-mob a.active,
#preparation-page .top-part .left-side .tabs .tabs-heading a.active {
  text-decoration: underline;
  color: #000;
}
#preparation-page .top-part .left-side .tabs .tabs-body {
  margin-top: 30px;
  max-width: 460px;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab {
  display: none;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab.active {
  display: block;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab p,
#preparation-page .top-part .left-side .tabs .tabs-body .tab {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626262;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab p {
  margin: 0;
  padding: 0 0 18px;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab p:last-child {
  padding-bottom: 0;
}
#preparation-page .top-part .left-side .tabs .tabs-body .tab p.hidden {
  display: none;
}

#preparation-page .top-part .left-side .tabs .tabs-body .tab .desc-wrap {
  transition: max-height 0.5s ease;
  overflow: hidden;
}

#preparation-page .top-part .left-side .tabs .tabs-body .tab span.show-more {
  margin-top: 20px;
  display: block;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}
#preparation-page .top-part .left-side .link-website {
  margin-top: 47px;
}
#preparation-page .top-part .left-side .link-website a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #000;
}
#preparation-page .top-part .left-side .link-website a svg {
  stroke: #000;
  fill: transparent;
}
#preparation-page .top-part .right-side {
  padding: 143px 40px 121px 34px;
  width: 100%;
  height: 100%;
}
#preparation-page .top-part .right-side .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  position: sticky;
  top: 100px;
}
#preparation-page .top-part .right-side .wrap .heading {
  width: 100%;
  text-align: left;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #8d8d8d;
  margin-bottom: 18px;
  width: 100%;
  max-width: 478px;
}

#preparation-page .top-part .right-side .wrap .slogans {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 478px;
  margin-bottom: 34px;
}
#preparation-page .top-part .right-side .wrap .slogans .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}
#preparation-page .top-part .right-side .wrap .slogans .item .name {
  font-family: "Montserrat-LightItalic", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

#preparation-page .top-part .right-side .wrap .slogans .item .text {
  color: #000000;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

#preparation-page .top-part .right-side .wrap .slogans .item .text i {
  font-family: "Montserrat-LightItalic", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
#preparation-page .top-part .right-side .wrap .slogans .item .text b,
#preparation-page .top-part .right-side .wrap .slogans .item .text strong {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

#preparation-page .top-part .right-side .products {
  width: 100%;
  max-width: 478px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#preparation-page .top-part .right-side .products .item {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 20px 15px 20px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item:has(input[name="product_id"]:checked) {
  background: #e8f4ff;
}
#preparation-page .top-part .right-side .products .item .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#preparation-page .top-part .right-side .products .item .col.selector input {
  display: none;
}
#preparation-page .top-part .right-side .products .item .col.selector span {
  aspect-ratio: 1;
  width: 22px;
  height: 22px;
  border: 2px solid #d7d7d7;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col.selector
  input:checked
  + span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #5bb0ff;
  border-radius: 50%;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
#preparation-page .top-part .right-side .products .item .col.image {
  margin-left: 14px;
  margin-right: 27px;
}
#preparation-page .top-part .right-side .products .item .col.image img {
  max-width: 120px;
  aspect-ratio: 1;
}
#preparation-page .top-part .right-side .products .item .col.main {
  justify-content: flex-start;
}
#preparation-page .top-part .right-side .products .item .col .name {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 140%;
  color: #000;
  margin-bottom: 11px;
}
#preparation-page .top-part .right-side .products .item .col .attrs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#preparation-page .top-part .right-side .products .item .col .attrs .attr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col
  .attrs
  .attr
  .head {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 140%;
  color: #787878;
  margin-right: 12px;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col
  .attrs
  .attr
  .value {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 140%;
  color: #000;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col
  .attrs
  .attr
  .quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col
  .attrs
  .attr
  .quantity
  .quantity-btn {
  background:
    linear-gradient(0deg, #e3e3e3, #e3e3e3),
    linear-gradient(0deg, #dfeb9a, #dfeb9a),
    linear-gradient(0deg, #d6d6d6, #d6d6d6), #f7f7f3;
  border-radius: 4px;
  outline: 0;
  color: #000;
  font-size: 20px;
  font-family: "Montserrat-SemiBold", sans-serif;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preparation-page
  .top-part
  .right-side
  .products
  .item
  .col
  .attrs
  .attr
  .quantity
  input {
  background: none;
  outline: 0;
  color: #000;
  font-size: 16px;
  width: 14px;
  border: 0;
  padding: 0;
  font-family: "Montserrat-SemiBold", sans-serif;
  text-align: center;
}
#preparation-page .top-part .right-side #button-cart {
  margin-top: 14px;
  width: 100%;
  max-width: 478px;
  height: 48px;
  background: #000;
  border-radius: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preparation-page .top-part .right-side #button-cart:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#preparation-page #images {
  position: relative;
}
#preparation-page #images .item {
  width: 676px;
  height: 476px;
  overflow: hidden;
  cursor: grab;
}
#preparation-page #images .item img,
#preparation-page #images .item video {
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
#preparation-page #images .item:hover img,
#preparation-page #images .item:hover video {
  transform: scale(1.1);
}
#preparation-page #images .carousel-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 35px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#preparation-page #images .carousel-buttons button {
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
}
#preparation-page #faq {
  margin-top: 95px;
}
#preparation-page #faq .inner {
  display: flex;
  flex-direction: column;
}
#preparation-page #faq .inner .heading {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#preparation-page #faq .items {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}
#preparation-page #faq .items .column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#preparation-page #faq .items .item {
  width: 100%;
  background: #f8f8f8;
  border-radius: 12px;
}
#preparation-page #faq .items .item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 25px 24px 25px 28px;
  min-height: 70px;
  gap: 10px;
}
#preparation-page #faq .items .item .heading svg {
  transition: 0.5s ease-in-out;
  min-width: 16px;
}
#preparation-page #faq .items .item .heading > span {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #1e1d1c;
}
#preparation-page #faq .items .item .heading.active svg {
  transform: rotate(-180deg);
}
#preparation-page #faq .items .item .text {
  display: none;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 140%;
  color: #969696;
  padding: 0 30px 39px;
  margin-top: -4px;
}
#preparation-page #faq .items .item .text p {
  margin: 0 0 22px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 140%;
  color: #969696;
}
#preparation-page #faq .items .item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 525px) {
  #preparation-page .top-image {
    height: 390px;
  }
}
@media (min-width: 526px) and (max-width: 768px) {
  #preparation-page .top-image {
    height: 440px;
  }
}
@media (max-width: 768px) {
  #preparation-page .top-part {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column;
  }
  #preparation-page .top-part .left-side {
    padding-bottom: 37px;
  }

  #preparation-page .top-image .slogans {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 18px;
    bottom: 35px;
    gap: 15px;
    z-index: 1;
  }

  #preparation-page .top-image .slogans .item {
    display: flex;
    flex-direction: column;
  }
  #preparation-page .top-image .slogans .item .text > div {
    display: flex;
    flex-direction: column;
  }
  #preparation-page .top-image .slogans .item .name {
    color: #ffffff;
  }
  #preparation-page .top-image .slogans .item .text {
    color: #ffffff;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .slogans .item .text i {
    font-family: "Montserrat-LightItalic", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .slogans .item .text b,
  #preparation-page .top-image .slogans .item .text strong {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 32.13%,
        rgba(0, 0, 0, 0.6) 70.68%
      ),
      rgba(0, 0, 0, 0.2);
  }
  #preparation-page .top-part .left-side .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 22px;
  }
  #preparation-page .top-part .left-side .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  #preparation-page .top-part .left-side h1 {
    margin: 24px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #preparation-page .top-part .left-side .tabs .tabs-heading {
    display: none;
  }
  #preparation-page .top-part .left-side .tabs .tabs-heading-mob {
    display: block;
  }
  #preparation-page .top-part .left-side .tabs .tabs-heading-mob a {
    width: max-content !important;
    display: inline-block;
  }
  #preparation-page .top-part .left-side .tabs .tabs-heading-mob a:first-child {
    margin-left: 20px;
  }
  #preparation-page .top-part .left-side .tabs .tabs-heading-mob a:last-child {
    margin-right: 50px;
  }
  #preparation-page .top-part .left-side .tabs .tabs-body {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #preparation-page .top-part .left-side .link-website {
    margin-top: 46px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #preparation-page .top-part .right-side {
    padding: 59px 20px 61px;
  }
  #preparation-page .top-part .right-side .wrap {
    position: relative;
    top: unset;
  }
  #preparation-page .top-part .right-side .wrap .heading {
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    margin-bottom: 17px;
  }
  #preparation-page .top-part .right-side .products {
    max-width: 100%;
  }
  #preparation-page .top-part .right-side #button-cart {
    max-width: 100%;
  }
  #preparation-page .top-part .right-side .products .item {
    padding: 30px 15px 37px 11px;
  }
  #preparation-page .top-part .right-side .products .item .col.image {
    margin-left: calc(12px + (23 - 12) * ((100vw - 428px) / (769 - 428)));
    margin-right: calc(18px + (58 - 18) * ((100vw - 428px) / (769 - 428)));
  }
  #preparation-page .top-part .right-side .products .item .col.image img {
    max-width: 100px;
  }
  #preparation-page .top-part .right-side .products .item .col .name {
    font-size: 13px;
    line-height: 140%;
  }
  #preparation-page .top-part .right-side .products .item .col .attrs .attr {
    align-items: flex-start;
    flex-direction: column;
  }
  #preparation-page #images {
    overflow: hidden;
  }
  #preparation-page #images .item {
    width: calc(388px + (568 - 388) * ((100vw - 428px) / (769 - 428)));
    height: calc(320px + (400 - 320) * ((100vw - 428px) / (769 - 428)));
  }
  #preparation-page #faq {
    margin-top: 54px;
  }
  #preparation-page #faq .inner .heading {
    font-size: 22px;
    line-height: 27px;
  }
  #preparation-page #faq .items .item .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  #preparation-page #faq .items {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #preparation-page #faq .items .column {
    gap: 10px;
  }
  #preparation-page #faq .items .item .heading {
    padding: 25px 15px;
  }
  #preparation-page #images .carousel-buttons {
    display: none;
  }
  #preparation-page .top-part .right-side .wrap .slogans {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #preparation-page .top-part {
    grid-template-columns: 1fr;
  }

  #preparation-page .top-image .slogans {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 18px;
    bottom: 35px;
    gap: 15px;
    z-index: 1;
  }

  #preparation-page .top-image .slogans .item {
    display: flex;
    flex-direction: column;
  }
  #preparation-page .top-image .slogans .item .text > div {
    display: flex;
    flex-direction: column;
  }
  #preparation-page .top-image .slogans .item .name {
    color: #ffffff;
  }
  #preparation-page .top-image .slogans .item .text {
    color: #ffffff;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .slogans .item .text i {
    font-family: "Montserrat-LightItalic", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .slogans .item .text b,
  #preparation-page .top-image .slogans .item .text strong {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 17px;
    line-height: 21px;
  }
  #preparation-page .top-image .overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 32.13%,
        rgba(0, 0, 0, 0.6) 70.68%
      ),
      rgba(0, 0, 0, 0.2);
  }

  #preparation-page .top-part .left-side .tabs .tabs-body {
    max-width: 100%;
  }
  #preparation-page .top-part .left-side .link-website {
    margin-top: 35px;
  }
  #preparation-page .top-part .left-side {
    padding-bottom: 40px;
  }
  #preparation-page .top-part .right-side {
    padding: 57px 26px 80px;
  }
  #preparation-page .top-part .right-side .wrap .heading {
    font-size: 15px;
    line-height: 18px;
    max-width: 100%;
    margin-bottom: 26px;
  }
  #preparation-page .top-part .right-side .products {
    max-width: 100%;
  }
  #preparation-page .top-part .right-side #button-cart {
    max-width: 100%;
  }
  #preparation-page .top-part .right-side .products .item .col.image {
    margin-left: 23px;
    margin-right: 58px;
  }
  #preparation-page #images .item {
    width: calc(568px + (676 - 568) * ((100vw - 769px) / (1024 - 769)));
    height: calc(400px + (476 - 400) * ((100vw - 769px) / (1024 - 769)));
  }
  #preparation-page #faq {
    margin-top: 75px;
  }
  #preparation-page #faq .inner .heading {
    font-size: 22px;
    line-height: 27px;
  }
  #preparation-page #faq .items {
    margin-top: 25px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #preparation-page #faq .items .column {
    gap: 10px;
  }
  #preparation-page #faq .items .item .heading {
    padding: 25px 15px;
  }
  #preparation-page #faq .items .item .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  #preparation-page .top-part .right-side .wrap .slogans {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  #preparation-page .top-part .left-side .tabs .tabs-heading {
    gap: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #preparation-page .top-part .left-side {
    padding-bottom: 90px;
  }
  #preparation-page .top-part .right-side {
    padding-bottom: 85px;
  }
  #preparation-page .top-part .right-side .products .item .col.image {
    margin-left: 4px;
    margin-right: 17px;
  }
}
#cart-sidebar {
  width: 100%;
  max-width: 480px;
  position: fixed;
  right: -480px;
  top: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 10002;
  display: flex;
  justify-content: flex-end;
  transition: transform 0.5s ease-in-out;
  outline: 0;
  backface-visibility: hidden;
}
#cart-sidebar.open {
  transform: translateX(-480px);
  transition: transform 0.5s ease-in-out;
}
#cart-sidebar .inner {
  padding: 34px 40px 40px;
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  z-index: 10001;
}
#cart-sidebar .inner .heading {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
#cart-sidebar .inner .heading button {
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
#cart-sidebar .inner .heading button img {
  width: 100%;
  height: 100%;
}
#cart-sidebar .inner .product {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 150px;
}
#cart-sidebar .inner .product .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
#cart-sidebar .inner .product .item .left {
  width: 140px;
}
#cart-sidebar .inner .product .item .left .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f8f8f8;
  width: 140px;
  height: 140px;
}
#cart-sidebar .inner .product .item .left .image img {
  width: 120px;
}
#cart-sidebar .inner .product .item .right {
  overflow-x: auto;
  overflow-y: hidden;
}
#cart-sidebar .inner .product .item .right .name {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  margin-top: 14px;
}
#cart-sidebar .inner .product .item .right .sku {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #afafaf;
  margin-top: 2px;
}
#cart-sidebar .inner .product .item .right .price {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-top: 15px;
}
#cart-sidebar .inner .product .item .right .quantity {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin-top: 18px;
}
#cart-sidebar .inner .cart-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 80px);
  padding: 38px 0;
  position: fixed;
  bottom: 0;
  background: #fff;
  gap: 23px;
}
#cart-sidebar .inner .cart-buttons .to-cart {
  width: 100%;
  height: 48px;
  background: #000;
  border-radius: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart-sidebar .inner .cart-buttons .close {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #767676;
  width: 100%;
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
  outline: 0;
}
#cart-sidebar-bg {
  opacity: 0;
  z-index: -1;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out;
  top: 0;
}
#cart-sidebar-bg.open {
  opacity: 1;
  z-index: 10001;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575px) {
  #cart-sidebar {
    max-width: 100%;
    position: fixed;
    right: -100%;
  }
  #cart-sidebar.open {
    transform: translateX(-100%);
  }
  #cart-sidebar .inner {
    padding: 34px 20px 40px;
  }
  #cart-sidebar .inner .product {
    margin-top: 21px;
  }
  #cart-sidebar .inner .product .item .left .image {
    width: 135px;
    height: 135px;
  }
  #cart-sidebar .inner .product .item .left .image img {
    width: 112px;
  }
  #cart-sidebar .inner .cart-buttons {
    width: calc(100% - 40px);
    padding: 30px 0;
    gap: 20px;
  }
  #cart-sidebar .inner .product .item {
    gap: 5px;
  }
  #cart-sidebar .inner .product .item .right .name {
    margin-top: 10px;
  }
}
#checkout-cart h1 {
  margin-top: 14px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#checkout-cart .inner #products-form {
  margin-top: 39px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
#checkout-cart .inner #products-form .left {
  width: 100%;
  max-width: 537px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#checkout-cart .inner #products-form .left .empty {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  max-width: 303px;
}
#checkout-cart .inner #products-form .left .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
}
#checkout-cart .inner #products-form .left .item .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#checkout-cart .inner #products-form .left .item .col.image {
  width: 164px;
  height: 164px;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}
#checkout-cart .inner #products-form .left .item .col.image img {
  width: 120px;
  aspect-ratio: 1;
}
#checkout-cart .inner #products-form .left .item .col.main {
  justify-content: flex-start;
  padding-top: 4px;
}
#checkout-cart .inner #products-form .left .item .col .name {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 7px;
}
#checkout-cart .inner #products-form .left .item .col .sku {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #afafaf;
}
#checkout-cart .inner #products-form .left .item .col .price {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-top: 14px;
}
#checkout-cart .inner #products-form .left .item .col .quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 9px;
  gap: 13px;
}
#checkout-cart .inner #products-form .left .item .col .quantity .head {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
#checkout-cart .inner #products-form .left .item .col .quantity .quantity-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#checkout-cart
  .inner
  #products-form
  .left
  .item
  .col
  .quantity
  .quantity-btns
  button {
  background: linear-gradient(0deg, #f3f3f3, #f3f3f3), #f7f7f3;
  border-radius: 4px;
  outline: 0;
  color: #000;
  font-size: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
}
#checkout-cart
  .inner
  #products-form
  .left
  .item
  .col
  .quantity
  .quantity-btns
  input {
  background: none;
  outline: 0;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  width: 14px;
  border: 0;
  padding: 0;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
}
#checkout-cart .inner #products-form .left .item .col .error-qunatity {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #ec5050;
  margin-top: 7px;
}
#checkout-cart
  .inner
  #products-form
  .left
  .item
  .col:has(.error-qunatity)
  .quantity
  .quantity-btns
  input {
  color: #ec5050;
}
#checkout-cart .inner #products-form .left .item .col .remove-cart {
  margin-top: 10px;
}
#checkout-cart .inner #products-form .left .item .col .remove-cart button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #afafaf;
  text-transform: lowercase;
}
#checkout-cart .inner #products-form .right {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  min-width: 314px;
}
#checkout-cart .inner #products-form .right .top-part {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 38px 30px 38px 33px;
}
#checkout-cart .inner #products-form .right .top-part .shipping {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout-cart .inner #products-form .right .top-part .shipping .head {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #020202;
}
#checkout-cart .inner #products-form .right .top-part .shipping .value {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #020202;
}
#checkout-cart .inner #products-form .right .top-part .totals {
  margin-top: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout-cart .inner #products-form .right .top-part .totals .head {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #020202;
}
#checkout-cart .inner #products-form .right .top-part .totals .value {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #020202;
}
#checkout-cart .inner #products-form .right .top-part .coupon {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
}
#checkout-cart .inner #products-form .right .top-part .coupon .inner-deep {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout-cart
  .inner
  #products-form
  .right
  .top-part
  .coupon
  .inner-deep
  input {
  width: 98%;
  background: transparent;
  border: 0;
  outline: 0;
  text-align: left;
  height: 35px;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat-Medium", sans-serif;
  padding: 0;
}
#checkout-cart
  .inner
  #products-form
  .right
  .top-part
  .coupon
  .inner-deep
  input::placeholder {
  color: #9d9d9d;
}
#checkout-cart .inner #products-form .right .top-part .coupon .error-coupon {
  font-size: 12px;
  line-height: 15px;
  color: #ec1515;
  font-family: "Montserrat-Regular", sans-serif;
}
#checkout-cart
  .inner
  #products-form
  .right
  .top-part
  .coupon
  .inner-deep
  button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background: #d2d2d2;
  border-radius: 20px;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat-Medium", sans-serif;
  color: #000;
  height: 35px;
}
#checkout-cart
  .inner
  #products-form
  .right
  .top-part
  .coupon
  .inner-deep
  button.remove-button {
  padding: 0;
  background: none;
  font-size: 13px;
  font-family: "Montserrat-Regular", sans-serif;
}
#checkout-cart .inner #products-form .right .top-part .coupon .inner-deep span {
  color: #4caf50;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
}
#checkout-cart .do-checkout button {
  height: 48px;
  color: #fff;
  background: #000;
  border-radius: 20px;
  font-size: 15px;
  font-family: "Montserrat-Medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#checkout-cart .do-checkout button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#checkout-cart .do-checkout .agree-block {
  text-align: center;
  display: block;
  color: #aaa;
  width: 100%;
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin-top: 17px;
}
#checkout-cart .do-checkout .agree-block a {
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
  font-family: "Montserrat-Medium", sans-serif;
  text-decoration: underline;
}

@media (max-width: 350px) {
  #checkout-cart
    .inner
    #products-form
    .right
    .top-part
    .coupon
    .inner-deep
    input::placeholder {
    content: "Промокод";
  }
}

@media (max-width: 768px) {
  #checkout-cart h1 {
    margin-top: 9px;
  }
  #checkout-cart .inner #products-form {
    margin-top: 20px;
    flex-direction: column;
    gap: 38px;
  }
  #checkout-cart .inner #products-form .left {
    max-width: 100%;
    gap: 14px;
  }
  #checkout-cart .inner #products-form .left .item .col.image {
    width: 116px;
    height: 116px;
  }
  #checkout-cart .inner #products-form .left .item .col.image img {
    width: 99px;
  }
  #checkout-cart .inner #products-form .left .item {
    gap: 30px;
  }
  #checkout-cart .inner #products-form .left .item .col .name {
    font-size: 15px;
    line-height: 18px;
  }
  #checkout-cart .inner #products-form .left .item .col .price {
    font-size: 15px;
    margin-top: 10px;
  }
  #checkout-cart .inner #products-form .left .item .col .quantity {
    margin-top: 10px;
    flex-direction: column;
  }
  #checkout-cart .inner #products-form .left .item .col .remove-cart {
    margin-top: 16px;
  }
  #checkout-cart .inner #products-form .left {
    gap: 28px;
  }
  #checkout-cart .inner #products-form .right {
    max-width: 100%;
    min-width: unset;
  }
  #checkout-cart .inner #products-form .right .top-part {
    padding: 38px 26px 38px 22px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #checkout-cart .inner #products-form {
    margin-top: 24px;
    gap: 52px;
  }
  #checkout-cart .inner #products-form .left .item .col.image {
    width: 140px;
    height: 140px;
  }
  #checkout-cart .inner #products-form .left .item .col.image img {
    width: 116px;
  }
  #checkout-cart .inner #products-form .left .item {
    gap: 20px;
  }
  #checkout-cart .inner #products-form .left .item .col .name {
    font-size: 15px;
    line-height: 18px;
  }
  #checkout-cart .inner #products-form .left .item .col .price {
    font-size: 15px;
    margin-top: 10px;
  }
  #checkout-cart .inner #products-form .left .item .col .quantity {
    margin-top: 6px;
  }
  #checkout-cart .inner #products-form .left {
    gap: 46px;
  }
  #checkout-cart .inner #products-form .right .top-part {
    padding: 38px 26px 38px 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  #checkout-cart .inner #products-form .right {
    width: 50%;
  }
  #checkout-cart .inner #products-form .left {
    gap: 40px;
  }
}
#checkout-checkout h1 {
  margin-top: 14px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
#checkout-checkout #checkout-form {
  max-width: 900px;
  width: 100%;
  margin-top: 35px;
}
#checkout-checkout #checkout-form .steps-head {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 14px;
  color: #ababab;
  font-family: "Montserrat-Medium", sans-serif;
  padding: 0 31px;
}
#checkout-checkout #checkout-form .steps-block {
  margin-top: 54px;
  width: 100%;
}
#checkout-checkout #checkout-form .steps-block .step {
  display: none;
}
#checkout-checkout #checkout-form .steps-block .step.active {
  display: flex;
  flex-direction: column;
}
#checkout-checkout #checkout-form .steps-block .step .part {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#checkout-checkout #checkout-form .steps-block .step .part + .part {
  margin-top: 49px;
}
#checkout-checkout #checkout-form .steps-block .step .line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
#checkout-checkout #checkout-form .steps-block .step .line + .line {
  margin-top: 49px;
}
#checkout-checkout #checkout-form .steps-block .step .line.two > div + div {
  margin-left: 21px;
}
#checkout-checkout #checkout-form .steps-block .step .line > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
#checkout-checkout #checkout-form .steps-block .step .line > div input,
#checkout-checkout #checkout-form .steps-block .step .line > div select,
#checkout-checkout #checkout-form .steps-block .step .line > div textarea {
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  outline: 0;
  padding: 0 3px !important;
  margin: 0;
  height: 34px;
  color: #000;
  font-size: 16px;
  line-height: 35px;
  font-family: "Montserrat-Medium", sans-serif;
  width: 100%;
}
#checkout-checkout #checkout-form .steps-block .step .line > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/select-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
#checkout-checkout #checkout-form .steps-block .step .line > div select.active {
  background-image: url(../image/select-arrow-up.svg);
}
#checkout-checkout
  #checkout-form
  .steps-block
  .step
  .line
  > div
  input::placeholder,
#checkout-checkout
  #checkout-form
  .steps-block
  .step
  .line
  > div
  textarea::placeholder {
  color: #b0b0b0 !important;
}
#checkout-checkout #checkout-form .steps-block .step .line > div.error input,
#checkout-checkout
  #checkout-form
  .steps-block
  .step
  .line
  > div.error
  textarea {
  border-bottom: 1px solid #ec5050;
}
#checkout-checkout
  #checkout-form
  .steps-block
  .step
  .line
  > div.error
  input::placeholder,
#checkout-checkout
  #checkout-form
  .steps-block
  .step
  .line
  > div.error
  textarea::placeholder {
  color: #ec5050 !important;
}
#checkout-checkout #checkout-form .steps-block .step .line > div textarea {
  resize: vertical;
}
#checkout-checkout #checkout-form .form-error {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #ec5050;
  font-size: 14px;
  font-family: "Montserrat-Medium", sans-serif;
  min-height: 14px;
}
#checkout-checkout #checkout-form .steps-block .step .col {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#checkout-checkout #checkout-form .steps-block .step .col + .col {
  margin-left: 20px;
}
#checkout-checkout #checkout-form .steps-block .step .part:nth-child(2) {
  display: flex;
  flex-direction: row;
}
#checkout-checkout #checkout-form .steps-block .step .part:nth-child(2) .line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#checkout-checkout .container .do-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
#checkout-checkout .container .do-checkout button {
  background: #1a1a1a;
  margin: 0;
  outline: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
#checkout-checkout #checkout-form #step2 {
  width: 100%;
  margin-bottom: 37px;
}
#checkout-checkout #checkout-form #step2 .do-checkout {
  margin-top: 48px;
}
#checkout-checkout #checkout-form #step2 .payment-block-head {
  font-size: 18px;
  color: #353535;
  margin-top: 8px;
  font-family: "Montserrat-Medium", sans-serif;
}
#checkout-checkout #checkout-form #step2 .payments {
  width: 100%;
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#checkout-checkout #checkout-form #step2 .payments .item {
  width: 100%;
  position: relative;
}
#checkout-checkout #checkout-form #step2 .payments .item label {
  width: 100%;
  padding: 28px 24px 30px 23px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: unset;
  background: #f8f8f8;
  border-radius: 12px;
}
#checkout-checkout #checkout-form #step2 .payments .item input {
  display: none;
}
#checkout-checkout #checkout-form #step2 .payments .item input:checked + label {
  background: #e8f4ff;
  cursor: default;
}
#checkout-checkout #checkout-form #step2 .payments .item .name {
  width: 100%;
}
#checkout-checkout #checkout-form #step2 .payments .item .name .main {
  font-size: 17px;
  width: 100%;
  color: #000;
  font-family: "Montserrat-Medium", sans-serif;
}
#checkout-checkout #checkout-form #step2 .payments .item .name .text {
  font-family: "Montserrat-Medium", sans-serif;
  color: #7c7c7c;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-top: 6px;
}
#checkout-checkout #checkout-form #step2 .payments .item .selection-btn {
  background: #b2b2b2;
  border-radius: 20px;
  padding: 13px 16px;
  color: #fff;
  font-size: 13px;
  min-width: fit-content;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
}
#checkout-checkout
  #checkout-form
  #step2
  .payments
  .item
  input:checked
  + label
  .selection-btn {
  background: #5bb0ff;
  color: #000;
}
#checkout-checkout #checkout-form #step2 #confirm-block {
  display: none;
}
body:has(#checkout-checkout) footer {
  margin-top: 69px;
}
@media (max-width: 768px) {
  #checkout-checkout > .container {
    flex-direction: column;
  }
  #checkout-checkout h1 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
  }
  #checkout-checkout #checkout-form {
    margin-top: 10px;
  }
  #checkout-checkout #checkout-form .steps-head {
    height: 30px;
    padding: 0 15px;
  }
  body:has(#step1.active) .steps-block {
    margin-top: 29px !important;
  }
  body:has(#step2.active) .steps-block {
    margin-top: 15px !important;
  }
  #checkout-checkout #checkout-form .steps-block .step .line {
    flex-direction: column;
  }
  #checkout-checkout #checkout-form .steps-block .step .line.two > div + div {
    margin-left: 0;
    margin-top: 36px;
  }
  #checkout-checkout #checkout-form .steps-block .step .line + .line {
    margin-top: 35px;
  }
  #checkout-checkout #checkout-form .steps-block .step .part + .part {
    margin-top: 35px;
  }
  #checkout-checkout #checkout-form .steps-block .step .part:nth-child(2) {
    flex-direction: column;
  }
  #checkout-checkout #checkout-form .steps-block .step .col + .col {
    margin-left: 0;
    margin-top: 36px;
  }
  #checkout-checkout .container .do-checkout button svg {
    display: none;
  }
  #checkout-checkout .container .do-checkout button {
    justify-content: center;
  }
  body:has(#checkout-checkout) footer {
    margin-top: 29px;
  }
  #checkout-checkout .container .do-checkout {
    margin-top: 49px;
  }
  #checkout-checkout .container .do-checkout button {
    padding: 0 20px;
  }
  #checkout-checkout #checkout-form #step2 .payment-block-head {
    display: none;
  }
  #checkout-checkout #checkout-form #step2 .payments .item .name .main {
    font-size: 15px;
  }
  #checkout-checkout #checkout-form #step2 .payments .item .name .text {
    font-size: 12px;
    margin-top: 3px;
  }
  #checkout-checkout #checkout-form #step2 .payments {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #checkout-checkout #checkout-form #step2 .payments .item label {
    padding: 28px 14px 27px 18px;
  }
  body:has(#step2.active) footer {
    margin-top: 22px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #checkout-checkout h1 {
    font-size: 22px;
    line-height: 27px;
  }
  #checkout-checkout #checkout-form {
    margin-top: 24px;
  }
  body:has(#step1.active) .steps-block {
    margin-top: 50px !important;
  }
  #checkout-checkout .container .do-checkout {
    margin-top: 48px;
  }
  body:has(#checkout-checkout) footer {
    margin-top: 49px;
  }
  body:has(#step2.active) .steps-block {
    margin-top: 30px !important;
  }
  #checkout-checkout #checkout-form #step2 .payments {
    margin-top: 18px;
  }
  #checkout-checkout #checkout-form #step2 .payments .item .name .text {
    font-size: 13px;
  }
  #checkout-checkout #checkout-form #step2 .payments .item label {
    padding: 22px 16px 22px 14px;
  }
  #checkout-checkout #checkout-form #step2 .payments .item .name .main {
    font-size: 16px;
  }
  #checkout-checkout #checkout-form #step2 .do-checkout {
    margin-top: 50px;
  }
}

#checkout-success h1 {
  margin-top: 14px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

#checkout-success .success-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #797979;
  gap: 9px;
}

#checkout-success .success-block {
  width: 100%;
  margin-top: 40px;
}

#checkout-success .success-block .text {
  display: block;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #010101;
}

#checkout-success .success-block .text p {
  margin: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #010101;
}

#checkout-success .success-block .text p + p {
  margin-top: 19px;
}

#checkout-success .container .do-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 901px;
  margin-top: 58px;
}

#checkout-success .container .do-checkout a {
  background: #1a1a1a;
  margin: 0;
  outline: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  width: 100%;
  height: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #checkout-success > .container {
    flex-direction: column;
  }
  #checkout-success h1 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
  }
  #checkout-success .success-status {
    margin-top: 29px;
  }
  #checkout-success .success-block {
    margin-top: 30px;
  }
  #checkout-success .success-block .text {
    font-size: 16px;
    line-height: 20px;
  }

  #checkout-success .success-block .text p {
    font-size: 16px;
    line-height: 20px;
  }

  #checkout-success .success-block .text p + p {
    margin-top: 19px;
  }
  #checkout-success .container .do-checkout {
    margin-top: 44px;
  }
  #checkout-success .container .do-checkout a {
    padding: 0 20px;
    justify-content: center;
  }
  #checkout-success .container .do-checkout a svg {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #checkout-success h1 {
    font-size: 22px;
    line-height: 27px;
  }
  #checkout-success .success-status {
    margin-top: 21px;
  }
  #checkout-success .container .do-checkout {
    margin-top: 48px;
  }
  #checkout-success .success-block {
    margin-top: 26px;
  }
}
