:root {
  --font-family: "SF Pro Display", sans-serif;
  --second-family: "Lato", sans-serif;
  --content-width: 1400px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --accent: #ff7a00;
  --dark: #373737;
  --white: #fff;
  --gray: #888;
  --light-gray: #e9e9e9;
  --medium-gray: #797979;
  --hard-gray: #575757;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../fonts/SF-Pro-Display-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  background-color: #f1f1f1;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title1 {
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  color: #373737;
}
@media (max-width: 1200px) {
  .title1 {
    font-size: 45px;
  }
}
@media (max-width: 850px) {
  .title1 {
    font-size: 43px;
  }
}
@media (max-width: 576px) {
  .title1 {
    font-size: 30px;
  }
}
.title1--accent {
  color: var(--accent);
}

.title2 {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  color: #373737;
	line-height: 1.2;
}
@media (max-width: 850px) {
  .title2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .title2 {
    font-size: 25px;
  }
}
.title2--accent {
  color: var(--accent);
}

.title3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #373737;
}
@media (max-width: 576px) {
  .title3 {
    font-size: 20px;
  }
}
.title3--accent {
  color: var(--accent);
}

.title5 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: #373737;
}

.subtitle1 {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  color: #373737;
}
@media (max-width: 850px) {
  .subtitle1 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .subtitle1 {
    font-size: 16px;
  }
}

.text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #373737;
}
@media (max-width: 576px) {
  .text {
    font-size: 16px;
  }
}

.btn {
  padding: 10px 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 10px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: var(--accent);
    color: var(--white);
  }
}
.btn--dark {
  border-color: var(--dark);
  color: var(--dark);
}
@media (any-hover: hover) {
  .btn--dark:hover {
    background-color: var(--dark);
    color: var(--white);
  }
}
.btn--white {
  color: var(--white);
  border-color: var(--white);
}
@media (any-hover: hover) {
  .btn--white:hover {
    background-color: var(--white);
    color: var(--dark);
  }
}
.btn--orange {
  background-color: var(--accent);
  color: var(--white);
}
@media (any-hover: hover) {
  .btn--orange:hover {
    background-color: transparent;
    color: var(--accent);
  }
}

.link-arr {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: #373737;
}
@media (max-width: 576px) {
  .link-arr {
    font-size: 16px;
  }
}
.link-arr svg {
  position: absolute;
  right: -15px;
    top: 5px;
  fill: currentColor;
  aspect-ratio: 1/1;
  height: 25%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (any-hover: hover) {
  .link-arr:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.control__btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  border: 2px solid var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.control__btn svg {
  width: 100%;
  height: 100%;
  fill: var(--dark);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.control__btn--next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .control__btn:hover {
    border-color: var(--accent);
  }
  .control__btn:hover svg {
    fill: var(--accent);
  }
}

.pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #d9d9d9 !important;
}
@media (max-width: 576px) {
  .pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.pagination .swiper-pagination-bullet-active {
  background-color: var(--accent) !important;
}

.header {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
}
.header__container {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 6;
}
@media (max-width: 576px) {
  .header__container {
    padding: 8px 10px;
  }
}
.header__container,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__cart {
  display: block;
  width: 36px;
  height: 27px;
}
.header__cart img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__right {
  gap: 40px;
}
@media (max-width: 1599px) {
  .header__right {
    gap: 15px;
  }
}
@media (max-width: 1440px) {
  .header__right {
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .header__right {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .header__right {
    gap: 15px;
  }
}
.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 10px;
}
@media (max-width: 1200px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .header__burger {
    width: 30px;
  }
}
.header__burger .line {
  height: 2px;
  width: 100%;
  background-color: #373737;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__burger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #373737;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__burger.active .line {
  -webkit-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}
.header__burger.active::before {
  -webkit-transform: rotate(-45deg) translateY(5px);
  -ms-transform: rotate(-45deg) translateY(5px);
  transform: rotate(-45deg) translateY(5px);
}
.header__tel {
  font-weight: 700;
  font-size: 20px;
  color: #373737;
}
.header__tel-icon {
  display: none;
}
@media (max-width: 576px) {
  .header__tel-icon {
    display: block;
    width: 23px;
    height: 25px;
  }
  .header__tel-icon img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .header__tel {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .header__tel {
    display: none;
  }
}
@media (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__btn {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 200px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .header__logo {
    width: 130px;
    height: 25px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.nav > ul > li {
  overflow: hidden;
  position: relative;
}

.nav > ul > li > a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--dark);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .nav > ul > li > a:hover {
    color: var(--accent);
  }
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--accent);
  color: var(--white);
  width: 23px;
  height: 23px;
}
@media (max-width: 576px) {
  .cart__count {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}

.instrument {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .instrument {
    margin-bottom: 60px;
  }
}
.instrument__theme {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .instrument__theme {
    margin-bottom: 10px;
  }
}
.instrument__title {
  max-width: 740px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .instrument__title {
    margin-bottom: 30px;
  }
}
.instrument__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
.instrument__items--four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 850px) {
  .instrument__items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.instrument-cat__title {
  margin-bottom: 25px;
}

.inst-item {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 30px;
  height: 285px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 850px) {
  .inst-item {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .inst-item {
    padding: 10px;
    border-radius: 10px;
    height: 120px;
  }
}
.inst-item__title {
  display: block;
	line-height: 1.2;
  position: relative;
  z-index: 7;
  max-width: 360px;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (max-width: 576px) {
  .inst-item__title {
    max-width: 110px;
  }
}
.inst-item__link {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .inst-item__link {
    display: none;
  }
}
.inst-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--light-gray);
  -webkit-transition: background-color 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
.inst-item__icon svg {
  width: 100%;
  height: 100%;
}
.inst-item__t {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
  will-change: max-width;
}
.inst-item__img {
  position: absolute;
  z-index: 3;
  width: 250px;
  height: 240px;
  max-height: 100%;
}
.inst-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}
@media (max-width: 576px) {
  .inst-item__img {
    width: 150px;
    height: 150px;
  }
}
.inst-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    100% 100% at 56.31% 100%,
    rgb(255, 169, 46) 0%,
    rgb(255, 122, 0) 63.9999985695%,
    rgb(40, 40, 40) 99.5000004768%
  );
  -webkit-transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
}
.inst-item--inst-beton .inst-item__img {
	width: 60%;
	max-width: 340px;
     right: -10%;
    top: 20px;
    transform: rotate(55deg);
}
@media (max-width: 1200px) {
  .inst-item--inst-beton .inst-item__img {
	top: unset;
    bottom: 0;
    transform: rotate(55deg);
    width: 70%;
  }
}
@media (max-width: 576px) {
  .inst-item--inst-beton .inst-item__img {
	    width: 60%;
        bottom: 0;
  }
}
.inst-item--gladilki .inst-item__img {
	width:80%;
  max-width: 367px;
    height: auto;
    right: 0;
    bottom: 20px;
}
@media (max-width: 576px) {
  .inst-item--gladilki .inst-item__img {
    bottom: 0;
  }
}
.inst-item--skrebok .inst-item__img {
	width: 100%;
	max-width: 427px;
    height: auto;
    right: -10%;
    bottom: 5px;
}
/* @media (max-width: 1200px) {
  .inst-item--skrebok .inst-item__img {
    right: -50px;
    top: 35px;
  }
} */
@media (max-width: 576px) {
  .inst-item--skrebok .inst-item__img {
    width: 90%;
    bottom: 0;
  }
}
.inst-item--zheloba .inst-item__img {
	width: 70%;
	max-width: 265px;
    height: auto;
    right: 0;
    bottom: 0;
}
/* @media (max-width: 1200px) {
  .inst-item--zheloba .inst-item__img {
    right: -70px;
    bottom: 0;
  }
} */
@media (max-width: 576px) {
  .inst-item--zheloba .inst-item__img {
    width: 50%;
  }
}
.inst-item--brashirovanie .inst-item__img {
	width: 80%;
  max-width: 361px;
  height: auto;
  right: 0;
  bottom: 10px;
}
/* @media (max-width: 1200px) {
  .inst-item--brashirovanie .inst-item__img {
    right: unset;
    left: 89px;
  }
} */
@media (max-width: 576px) {
  .inst-item--brashirovanie .inst-item__img {
    width: 70%;
    bottom: 0;
  }
}
.inst-item--rukoyati .inst-item__img {
  width: auto;
  height: 100%;
  right: 25px;
  bottom: 0px;
}
@media (max-width: 1200px) {
  .inst-item--rukoyati .inst-item__img {
    right: -20px;
  }
}
@media (max-width: 576px) {
  .inst-item--rukoyati .inst-item__img {
    right: 0;
  }
}
.inst-item:nth-child(6) .inst-item__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (any-hover: hover) {
  .inst-item:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(137, 137, 137, 0.35);
    box-shadow: 0 0 25px 0 rgba(137, 137, 137, 0.35);
    background-color: transparent;
  }
  .inst-item:hover::after {
    opacity: 1;
  }
  .inst-item:hover .inst-item__title {
    color: #fff;
  }
  .inst-item:hover .inst-item__icon {
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.month-prod {
  margin-bottom: 90px;
}
@media (max-width: 576px) {
  .month-prod {
    margin-bottom: 60px;
  }
}
.month-prod__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [17];
  grid-template-columns: repeat(17, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .month-prod__container {
    -ms-grid-columns: (1fr) [14];
    grid-template-columns: repeat(14, 1fr);
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .month-prod__container {
    -ms-grid-columns: (1fr) [11];
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (max-width: 576px) {
  .month-prod__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.month-prod__header {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-grid-column-span: 9;
  grid-column: 9 span;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
  background-color: var(--white);
  padding: 30px 44px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .month-prod__header {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    grid-row: unset;
  }
}
@media (max-width: 850px) {
  .month-prod__header {
    -ms-grid-column-span: 11;
    grid-column: 11 span;
  }
}
@media (max-width: 576px) {
  .month-prod__header {
    border-radius: 10px;
    padding: 15px;
  }
}
.month-prod__items {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .month-prod__items {
    -ms-grid-columns: (1fr) [14];
    grid-template-columns: repeat(14, 1fr);
    gap: 20px;
    -ms-grid-column-span: 14;
    grid-column: 14 span;
  }
}
@media (max-width: 850px) {
  .month-prod__items {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.month-prod__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-grid-column-span: 8;
  grid-column: 8 span;
  -ms-grid-row-span: 3;
  grid-row: 3 span;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("./../img/month-prod/back.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .month-prod__image {
    grid-row: unset;
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 850px) {
  .month-prod__image {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
  }
}
.month-prod__image img {
  width: 100%;
  height: 100%;
}
.month-prod__theme {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .month-prod__theme {
    margin-bottom: 10px;
  }
}
.month-prod__title {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .month-prod__title {
    margin-bottom: 10px;
  }
}
.month-prod__cost {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .month-prod__cost {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
}
@media (max-width: 850px) {
  .month-prod__cost {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.month-prod__link {
  position: relative;
  padding: 30px;
  padding-right: 45px;
  background-color: var(--accent);
  border-radius: 20px;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 1200px) {
  .month-prod__link {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 850px) {
  .month-prod__link {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
    font-size: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .month-prod__link {
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .month-prod__link:hover .month-prod__link-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.month-prod__link-icon {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.month-prod__link-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .month-prod__link-icon {
    position: static;
    display: inline-block;
    width: 13px;
    height: 13px;
  }
}
.month-prod__price {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  color: var(--dark);
}

.main-catalog {
  margin-bottom: 80px;
}
.main-catalog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [24];
  grid-template-columns: repeat(24, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .main-catalog__items {
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    grid-auto-rows: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 850px) {
  .main-catalog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 576px) {
  .main-catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-catalog__title {
  color: var(--white);
  max-width: 420px;
}
@media (max-width: 850px) {
  .main-catalog__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .main-catalog__title {
    font-size: 20px;
  }
}
.main-catalog__title span {
  color: var(--accent);
}
.main-catalog__logo {
  max-width: 405px;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .main-catalog__logo {
    max-width: 130px;
  }
}
.main-catalog__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-catalog__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  height: auto;
}
@media (max-width: 1200px) {
  .main-catalog__img {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .main-catalog__img {
    right: -80px;
    width: 400px;
  }
}
@media (max-width: 576px) {
  .main-catalog__img {
    bottom: -50px;
    right: 50%;
    width: 250px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.main-catalog__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-catalog__top {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.main-catalog__cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("./../img/main-catalog/back.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -ms-grid-column-span: 14;
  grid-column: 14 span;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}
@media (max-width: 1200px) {
  .main-catalog__cover {
    -ms-grid-column-span: 24;
    grid-column: 24 span;
    grid-row: unset;
    -webkit-box-ordinal-group: -99;
    -ms-flex-order: -100;
    order: -100;
    gap: 240px;
  }
}
@media (max-width: 850px) {
  .main-catalog__cover {
    gap: 150px;
  }
}
@media (max-width: 576px) {
  .main-catalog__cover {
    gap: 25px;
    padding-bottom: 110px;
  }
}
@media (max-width: 576px) {
  .main-catalog__cover {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.main-catalog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.main-catalog__item {
  display: block;
}

.mc-item {
  -ms-grid-column-span: 10;
  grid-column: 10 span;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1200px) {
  .mc-item {
    -ms-grid-column-span: 13;
    grid-column: 13 span;
  }
}
@media (max-width: 576px) {
  .mc-item {
    border-radius: 10px;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .mc-item {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.mc-item--sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mc-item--short {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}
@media (max-width: 1200px) {
  .mc-item--short {
    -ms-grid-column-span: 10;
    grid-column: 10 span;
  }
}
@media (max-width: 1200px) {
  .mc-item--short:nth-last-of-type(2) {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }
}
@media (max-width: 576px) {
  .mc-item--short:nth-last-of-type(2) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
@media (max-width: 1200px) {
  .mc-item--short:nth-last-of-type(1) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 850px) {
  .mc-item--short:nth-last-of-type(1) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media (max-width: 576px) {
  .mc-item--short:nth-last-of-type(1) {
    background-color: #ff7a00;
  }
}
@media (max-width: 576px) {
  .mc-item--short:nth-last-of-type(1) .mc-item__title {
    color: #fff;
  }
}
@media (max-width: 576px) {
  .mc-item--short {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .mc-item--short .mc-item__bottom {
    display: none;
  }
  .mc-item--short .mc-item__title {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .mc-item--img {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -ms-grid-row-span: 2;
    grid-row: 2 span;
    -ms-grid-column-span: 14;
    grid-column: 14 span;
  }
}
@media (max-width: 850px) {
  .mc-item--img {
    height: 390px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 576px) {
  .mc-item--img {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.mc-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 850px) {
  .mc-item__bottom > p {
    max-width: 400px;
  }
}
.mc-item__bottom span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 20px;
  border-radius: 100%;
  background-color: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 850px) {
  .mc-item__bottom span {
    position: absolute;
    right: 25px;
    top: 30px;
  }
}
.mc-item__img {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 240px;
  height: auto;
}
@media (max-width: 576px) {
  .mc-item__img {
    bottom: 0;
    right: -60px;
  }
}
.mc-item__img img {
  width: 100%;
  height: 100%;
}
.mc-item__title {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .mc-item__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .mc-item__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.mc-item__desc {
  max-width: 330px;
}
.mc-item__desc:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .mc-item__desc:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 576px) {
  .mc-item__desc:not(:last-child) {
    margin-bottom: 16px;
  }
}
.mc-item__link {
  margin-top: auto;
}
@media (max-width: 576px) {
  .mc-item__link {
    margin-bottom: 56px;
  }
}
.mc-item__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mc-item__cover img {
  width: 100%;
  height: 100%;
}
.mc-item__cat {
  -ms-grid-column-span: 10;
  grid-column: 10 span;
  font-size: 120px;
  color: var(--gray);
}
@media (max-width: 1200px) {
  .mc-item__cat {
    font-size: 100px;
    text-align: center;
  }
}
@media (max-width: 850px) {
  .mc-item__cat {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mc-item__cat svg {
    left: 100%;
  }
}
@media (any-hover: hover) {
  .mc-item:hover .mc-item__bottom span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.selection {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .selection {
    margin-bottom: 60px;
  }
}
.selection__header {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .selection__header {
    margin-bottom: 60px;
  }
}
.selection__title {
  max-width: 1080px;
  margin-bottom: 30px;
  font-size: 50px;
	line-height: 1.2;
}
@media (max-width: 850px) {
  .selection__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .selection__title {
    font-size: 25px;
  }
}
.selection__title span {
  display: inline-block;
  color: var(--accent);
}
@media (max-width: 1200px) {
  .selection__title span {
    border: none;
    display: inline;
    border: none;
    padding: 0;
  }
}
@media (max-width: 850px) {
  .selection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .selection__row {
    display: block;
  }
}
.selection__desc {
  max-width: 770px;
  position: relative;
}
@media (max-width: 1200px) {
  .selection__desc {
    max-width: 500px;
  }
}
@media (max-width: 850px) {
  .selection__desc {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .selection__desc {
    max-width: 100%;
    max-height: 85px;
    padding-right: 15px;
    overflow-y: scroll;
  }
}
.selection__desc::-webkit-scrollbar {
  width: 6px;
}
.selection__desc::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.selection__desc::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  width: 6px;
  border-radius: 10px;
}
.selection__img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 360px;
}
@media (max-width: 1200px) {
  .selection__img {
    height: 285px;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 850px) {
  .selection__img {
    position: static;
    max-width: 45%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .selection__img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.selection__img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.selection__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
  gap: 25px;
}
@media (max-width: 1024px){
	.selection__items {
		grid-template-columns: repeat(12, 1fr);
		gap: 20px;
	}	
}
@media (max-width: 850px) {
  .selection__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.selection__g {
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 865px;
  position: relative;
}
.selection__g:nth-child(odd){
	grid-column: 3 span;
}
.selection__g:nth-child(even){
	grid-column: 5 span;
}
@media (max-width: 1024px){
	.selection__g:nth-child(odd){
		grid-column: 5 span;
	}
	.selection__g:nth-child(even){
		grid-column: 7 span;
	}
	
	.selection__g {
		height: 720px;
	}
}
@media (max-width: 850px){
	.selection__g:nth-child(odd){
		height: 300px;
	}
	.selection__g:nth-child(even){
		height: 465px;
	}
	.selection__g {
		border-radius: 10px;
	}
}
@media (max-width: 576px){
	.selection__g:nth-child(odd){
		height: 300px;
	}
	.selection__g:nth-child(even){
		height: 310px;
	}
}
.selection__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.selection__item img {
	width: 100%;
	height: 100%;
}




.video {
  margin-bottom: 80px;
}
.video__theme {
  margin-bottom: 8px;
}
@media (max-width: 850px) {
  .video__theme {
    margin-bottom: 20px;
  }
}
.video__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .video__header {
    margin-bottom: 40px;
  }
}
.video__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 850px) {
  .video__control {
    display: none;
  }
}
.video__slider {
  margin-bottom: 20px;
}
.video__slide {
  border-radius: 20px;
  height: 315px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .video__slide {
    border-radius: 10px;
  }
}
.video__slide video,
.video__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.video__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  aspect-ratio: 1/1;
  background-image: url("./../img/play.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9 !important;
}
.video__pagination .swiper-pagination-bullet-active {
  background-color: var(--accent) !important;
}

.main-about {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .main-about {
    margin-bottom: 60px;
  }
}
.main-about__container {
  background-color: #fff;
  border-radius: 40px;
  padding: 52px 30px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .main-about__container {
    border-radius: 20px;
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .main-about__container {
    border-radius: 10px;
  }
}
.main-about__title {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 850px) {
  .main-about__title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.main-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 90px;
}
.main-about__row:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .main-about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.main-about__desc {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .main-about__desc {
    max-width: 100%;
    max-height: 85px;
    padding-right: 15px;
    overflow-y: scroll;
  }
}
.main-about__desc::-webkit-scrollbar {
  width: 6px;
}
.main-about__desc::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.main-about__desc::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  width: 6px;
  border-radius: 10px;
}
.main-about__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media (max-width: 576px) {
  .main-about__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-about__logo {
  width: 100%;
  max-width: 405px;
  height: 65px;
  margin-bottom: 45px;
}
@media (max-width: 850px) {
  .main-about__logo {
    display: none;
  }
}
.main-about__logo--mob {
  display: none;
}
@media (max-width: 850px) {
  .main-about__logo--mob {
    display: block;
    margin-bottom: 32px;
  }
}
.main-about__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-about__left {
  width: 100%;
  max-width: 770px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-about__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-about__items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .main-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .main-about__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .main-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ab-item {
  height: 100%;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1200px) {
  .ab-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 850px) {
  .ab-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .ab-item {
    border-radius: 10px;
  }
}
.ab-item__title {
  width: 100%;
  max-width: 185px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 576px) {
  .ab-item__title {
    font-size: 20px;
    max-width: 100%;
  }
}
.ab-item__text {
  color: #888;
}
@media (max-width: 1200px) {
  .ab-item__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 100%;
    max-width: 210px;
  }
}
@media (max-width: 850px) {
  .ab-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .ab-item__text {
    max-width: 100%;
  }
}

.popular {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .popular {
    margin-bottom: 60px;
  }
}
.popular__theme {
  margin-bottom: 20px;
}
.popular__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.popular__title {
  max-width: 550px;
}
.popular__slider {
  margin-bottom: 30px;
}
.popular__pagination {
  margin-bottom: 30px;
}
.popular__link {
  width: 100%;
  padding: 20px;
}
@media (max-width: 850px) {
  .popular__control {
    display: none;
  }
}

.popular-item {
  padding: 30px 0;
  border-radius: 20px;
  background-color: var(--white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
@media (max-width: 850px) {
  .popular-item {
    padding-top: 18px;
  }
}
.popular-item__img {
  height: 166px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .popular-item__img {
    height: 152px;
  }
}
.popular-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.popular-item__content {
  padding: 0 20px;
}
.popular-item__name {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: var(--dark);
}
.popular-item__price {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  color: var(--dark);
}
.popular-item__btn {
  width: 100%;
  color: var(--dark);
}

.popular-partner .popular__title {
  max-width: 770px;
}

.pay:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .pay:not(:last-child) {
    margin-bottom: 60px;
  }
}
.pay__container {
  padding: 30px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 850px) {
  .pay__container {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .pay__container {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.pay__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1200px) {
  .pay__row {
    gap: 47px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 850px) {
  .pay__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .pay__row {
    gap: 10px;
  }
}
.pay__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 480px;
}
.pay__theme {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .pay__theme {
    margin-bottom: 10px;
  }
}
.pay__title {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .pay__title {
    margin-bottom: 10px;
  }
}
.pay__desc {
  max-width: 500px;
}
.pay__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 42px;
}
@media (max-width: 576px) {
  .pay__items {
    gap: 10px;
  }
}
.pay__icon {
  height: 49px;
}
@media (max-width: 850px) {
  .pay__icon {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .pay__icon {
    height: 22px;
  }
}
.pay__icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq__theme {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .faq__theme {
    margin-bottom: 10px;
  }
}
.faq__title {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__container {
  border-radius: 40px;
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 850px) {
  .faq__container {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .faq__container {
    padding: 20px;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 25px;
}

.faq-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 576px) {
  .faq-item {
    padding-bottom: 15px;
  }
}
.faq-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 576px) {
  .faq-item__quest {
    font-size: 16px;
  }
}
.faq-item__more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-image: url("./../img/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 850px) {
  .faq-item__more {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .faq-item__more {
    width: 20px;
    height: 20px;
  }
}
.faq-item__body {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  will-change: max-height;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
.faq-item__content {
  padding-top: 27px;
  color: #888;
}
@media (max-width: 850px) {
  .faq-item__content {
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .faq-item__content {
    padding-top: 15px;
  }
}
.faq-item.active .faq-item__more {
  background-image: url("./../img/minus.svg");
}

.cta__container {
  border-radius: 40px;
  background-color: #fff;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.cta__container::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f6f6f6;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media (max-width: 850px) {
  .cta__container::before {
    display: none;
  }
}
@media (max-width: 850px) {
  .cta__container {
    padding: 25px 20px;
    padding-bottom: 33px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.cta__left {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 45px;
}
@media (max-width: 1200px) {
  .cta__left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .cta__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .cta__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cta__right {
  width: 100%;
  max-width: 795px;
}
@media (max-width: 1200px) {
  .cta__right {
    max-width: 475px;
  }
}
@media (max-width: 850px) {
  .cta__right {
    margin: 0 auto;
    text-align: center;
  }
}
.cta__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .cta__block {
    max-width: 225px;
  }
}
@media (max-width: 850px) {
  .cta__block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 173px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.cta__block:nth-child(1) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.cta__block:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.cta__block:nth-child(3) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.cta__capture {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .cta__capture {
    width: 130px;
  }
}
@media (max-width: 576px) {
  .cta__capture {
    margin-bottom: 10px;
    padding: 6px;
  }
}
.cta__inf {
  font-weight: 400;
  font-size: 16px;
  color: #373737;
}
.cta__theme {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .cta__theme {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .cta__theme {
    margin-bottom: 10px;
  }
}
.cta__title {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .cta__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .cta__title {
    margin-bottom: 10px;
  }
}
.cta__desc {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .cta__desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .cta__desc {
    margin-bottom: 15px;
  }
}
.cta__form {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .cta__form {
    margin-bottom: 15px;
  }
}
.cta__agree {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #373737;
}
@media (max-width: 850px) {
  .cta__agree span {
    display: block;
    max-width: 230px;
  }
}
@media (max-width: 576px) {
  .cta__agree span {
    max-width: 100%;
  }
}
.cta__agree a {
  color: var(--accent);
}

.cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1200px) {
  .cta-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .cta-form {
    gap: 10px;
  }
}
.cta-form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
@media (max-width: 1200px) {
  .cta-form__label {
    width: 35%;
  }
}
@media (max-width: 576px) {
  .cta-form__label {
    width: 100%;
  }
}
.cta-form__input {
  display: block;
  height: 40px;
  background: none;
  padding: 0 25px;
  background: #f3f3f3;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #888;
}
.cta-form__input:focus {
  outline: none;
}
.cta-form__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    margin: 0 auto;
  }
}

.footer-bottom {
  background-color: #373737;
  border-radius: 40px 40px 0 0;
  margin-top: -175px;
  padding-top: 225px;
  padding-bottom: 45px;
}
.footer-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 170px;
}
@media (max-width: 1250px) {
  .footer-bottom__left {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .footer-bottom__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
  }
}
@media (max-width: 850px) {
  .footer-bottom__left {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .footer-bottom__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 850px) {
  .footer-bottom__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.footer-bottom__logo {
  display: block;
  width: 100%;
  max-width: 405px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .footer-bottom__logo {
    display: none;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .footer-bottom__logo {
    max-width: 243px;
  }
}
.footer-bottom__logo--mob {
  display: none;
}
@media (max-width: 850px) {
  .footer-bottom__logo--mob {
    display: block;
  }
}
.footer-bottom__tel {
  font-weight: 700;
  font-size: 40px;
  text-align: right;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .footer-bottom__tel {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.footer-bottom__email {
  font-weight: 600;
  font-size: 28px;
  text-align: right;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 850px) {
  .footer-bottom__email {
    font-size: 20px;
  }
}
.footer-bottom__policy {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #888;
  display: block;
}
.footer-bottom__policy:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .footer-bottom__policy:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 850px) {
  .footer-bottom__policy {
    margin-top: auto;
  }
}
@media (max-width: 576px) {
  .footer-bottom__policy {
    text-align: center;
  }
}
.footer-bottom__policy--agree {
  display: none;
}
@media (max-width: 1200px) {
  .footer-bottom__policy--agree {
    display: block;
  }
}
@media (max-width: 850px) {
  .footer-bottom__policy--agree {
    display: none;
  }
}
.footer-bottom__policy--mob-ag {
  display: none;
}
@media (max-width: 850px) {
  .footer-bottom__policy--mob-ag {
    display: block;
  }
}
.footer-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .footer-nav > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.footer-nav > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-nav > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #e9e9e9;
  white-space: nowrap;
  transition: 0.3s ease-out;
}
.footer-nav > ul > li > a:hover {
  color: var(--accent);
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -12;
  opacity: 0;
  background-color: rgba(32, 32, 32, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.popup.active {
  z-index: 100;
  opacity: 1;
}
.popup__wrapper {
  position: relative;
  padding: 0 var(--container-offset);
}
.popup__close {
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.popup__close svg {
  width: 100%;
  height: 100%;
  fill: #373737;
}
@media (max-width: 576px) {
  .popup__close {
    bottom: calc(100% + 25px);
    right: var(--container-offset);
    top: unset;
  }
  .popup__close svg {
    fill: #fff;
  }
}
.popup .form {
  width: 100%;
}
.popup .form__btn {
  width: 100%;
}
.popup__body {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .popup__body {
    border-radius: 20px;
    padding: 55px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .popup__body {
    padding: 45px 20px;
  }
}
.popup__body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
  height: 100%;
  width: 100%;
  clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  background: #f1f1f1;
}
@media (max-width: 1200px) {
  .popup__body::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 850px) {
  .popup__body::before {
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .popup__body::before {
    left: 0;
    width: 130%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.popup__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.popup__subtitle {
  color: #888;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .popup__subtitle {
    font-size: 18px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.popup__title {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 50px;
  color: #373737;
}
@media (max-width: 576px) {
  .popup__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.popup__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .popup__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.popup__form {
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .popup__form {
    gap: 15px;
  }
}
.popup__form .form__input {
  border: none;
  background: #fff;
  max-width: 100%;
}
@media (max-width: 576px) {
  .popup__form .form__input {
    width: 100%;
  }
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.dgwt-wcas-search-form {
  border-radius: 15px;
  background-color: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.dgwt-wcas-search-wrapp {
  max-width: 100% !important;
}
.dgwt-wcas-search-wrapp:not(:last-child) {
  margin-bottom: 50px;
}
.dgwt-wcas-search-input {
  padding: 0 !important;
  border: none;
  background: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 400;
  font-size: 18px;
  color: #888;
  border-radius: 0 !important;
}

.search__input:focus {
  outline: none;
}
.dgwt-wcas-search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  top: 50% !important;
  right: 0 !important;
  left: unset !important;
  transform: translateY(-50%);
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs > nav > span {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.breadcrumbs > nav > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.breadcrumbs > nav > span a,
.breadcrumbs > nav > span span {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.breadcrumbs > nav > span span {
  color: var(--accent);
}
.breadcrumbs > nav > span > span:not(:last-child) {
  gap: 9px;
  align-items: center;
}
.breadcrumbs > nav > span > span:not(:last-child):after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("./../img/arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contacts {
  margin-bottom: 80px;
}
.contacts__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [9];
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .contacts__container {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
  }
}
@media (max-width: 850px) {
  .contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.contacts__address {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .contacts__address {
    border-radius: 10px;
    padding: 15px;
  }
}
.contacts__map {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
}
@media (max-width: 1200px) {
  .contacts__map {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}

.addr {
  font-style: normal;
}
.addr__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.addr__row span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #373737;
}
@media (max-width: 576px) {
  .addr__row span {
    font-size: 16px;
  }
}
.addr__row span a {
  color: inherit;
}
@media (any-hover: hover) {
  .addr__row span a:hover {
    text-decoration: underline;
  }
}
.addr__row:not(:last-child) {
  margin-bottom: 20px;
}
.addr__icon {
  width: 30px;
  height: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .addr__icon {
    width: 20px;
    height: 20px;
  }
}
.addr__icon img {
  width: 100%;
  height: 100%;
}

.c-cta {
  background-color: var(--accent);
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .c-cta {
    padding: 60px 30px;
    padding-bottom: 190px;
  }
}
@media (max-width: 576px) {
  .c-cta {
    border-radius: 10px;
    padding: 20px 25px;
    padding-bottom: 160px;
  }
}
.c-cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 28px;
  width: 213px;
  height: 297px;
  background-image: url("./../img/phone.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1300px) {
  .c-cta::before {
    width: 180px;
    height: 250px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -10px;
  }
}
@media (max-width: 850px) {
  .c-cta::before {
    width: 130px;
    height: 230px;
    bottom: -20px;
    left: 70px;
  }
}
@media (max-width: 576px) {
  .c-cta::before {
    width: 120px;
    height: 200px;
    left: 10px;
  }
}
.c-cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 326px;
  height: 100%;
  background-image: url("./../img/girl.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1300px) {
  .c-cta::after {
    width: 230px;
  }
}
@media (max-width: 850px) {
  .c-cta::after {
    right: 30px;
    width: 200px;
  }
}
@media (max-width: 576px) {
  .c-cta::after {
    right: 20px;
    width: 170px;
  }
}
.c-cta__content {
  position: relative;
  z-index: 3;
}
.c-cta__title,
.c-cta__desc {
  color: var(--white);
}
.c-cta__title {
  margin-bottom: 20px;
}
.c-cta__desc {
  margin-bottom: 30px;
}
.c-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1300px) {
  .c-cta__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .c-cta__wrapper {
    gap: 10px;
  }
}
.c-cta__form {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .c-cta__form {
    max-width: 480px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-cta__form .cta-form__label {
    width: 45%;
  }
  .c-cta__form .cta-form__btn {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 850px) {
  .c-cta__form .cta-form__btn {
    width: 49%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (max-width: 576px) {
  .c-cta__form .cta-form__label {
    width: 100%;
  }
  .c-cta__form .cta-form__btn {
    width: 100%;
  }
}
.c-cta__agree {
  text-align: center;
  color: var(--white);
}
.c-cta__agree a {
  color: inherit;
  text-decoration: underline;
}

.prod-hero {
  margin-bottom: 60px;
}
.prod-hero__title {
  margin-bottom: 30px;
}
.prod-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}
.prod-hero__arr {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #373737;
}
@media (max-width: 576px) {
  .prod-hero__arr {
    display: none;
  }
}
.prod-hero__arr.swiper-button-disabled {
  background-color: transparent;
  pointer-events: none;
}
.prod-hero__arr.swiper-button-disabled svg {
  fill: #373737;
}
.prod-hero__arr svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.prod-hero__arr--prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.prod-hero__arr--next {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (any-hover: hover) {
  .prod-hero__arr:hover {
    border-color: var(--accent);
  }
  .prod-hero__arr:hover svg {
    fill: var(--accent);
  }
}
.prod-hero__left {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}
@media (max-width: 850px) {
  .prod-hero__left {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.prod-hero__content {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 850px) {
  .prod-hero__content {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.prod-hero__about,
.prod-hero__vari {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
}
.prod-hero__about:not(:last-child),
.prod-hero__vari:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .prod-hero__about,
  .prod-hero__vari {
    padding: 20px;
    border-radius: 10px;
  }
}
.prod-hero__vari {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .prod-hero__vari {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
@media (max-width: 850px) {
  .prod-hero__vari {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .prod-hero__vari {
    display: block;
  }
}
.prod-hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  overflow-x: auto;
}
@media (max-width: 1440px) {
  .prod-hero__items {
    gap: 20px;
  }
}
.prod-hero__items > * {
	cursor: pointer;
}
.prod-hero__compl {
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .prod-hero__compl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .prod-hero__compl {
    font-size: 25px;
    max-width: 175px;
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .prod-hero__compl {
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.prod-hero__slider {
  height: 600px;
  margin-bottom: 15px;
}
@media (max-width: 850px) {
  .prod-hero__slider {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .prod-hero__slider {
    height: 280px;
  }
}
.prod-hero__slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .prod-hero__slider .swiper-slide {
    border-radius: 10px;
  }
}
.prod-hero__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prod-hero__thumbs .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.prod-hero__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.prod-hero__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prod-hero__thumbs .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}

.prod-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1440px) {
  .prod-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .prod-about {
    margin-top: 70px;
  }
}
@media (max-width: 850px) {
  .prod-about__btn {
    position: absolute;
    bottom: calc(100% + 20px);
    height: 50px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 576px) {
  .prod-about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.prod-about__cost {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 40px;
  color: #373737;
}
@media (max-width: 1440px) {
  .prod-about__cost {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .prod-about__cost {
    display: none;
  }
}
.prod-about__price {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 50px;
  color: #ff7a00;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .prod-about__price {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .prod-about__price {
    font-size: 30px;
  }
}

.prod-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 7px;
  padding-top: 0;
  width: 170px;
  height: 270px;
  border: 1px solid #888;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
	
	transition: .3s ease-out;
}
.prod-var img {
	filter: grayscale(1);
	transition: .3s ease-out;
}
.prod-var.active {
	border-color: #ff7a00;
}
.prod-var.active .prod-var__name {
	color: #373737;
}
.prod-var.active .prod-var__price {
	color: #ff7a00;
}
.prod-var.active img {
	filter: grayscale(0);
}
@media (max-width: 1200px) {
  .prod-var {
    padding: 10px;
    padding-top: 0;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 230px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 850px) {
  .prod-var {
    height: 60px;
    height: 60px;
    padding: 5px;
    padding-top: 0;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .prod-var {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 60px;
    height: 60px;
  }
}
.prod-var__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
position:relative;
}
@media (max-width: 1200px) {
  .prod-var__img {
    height: 100%;
    margin: 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
  }
}
.prod-var__img::before {
	content: '';
	display:block;
	padding-top: 100%;
}
.prod-var__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1200px) {
  .prod-var__img img {
    height: 100%;
    width: 100%;
  }
}
.prod-var__info {
  margin-top: auto;
  text-align: center;
}
@media (max-width: 850px) {
  .prod-var__info {
    display: none;
  }
}
.prod-var__name {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #888;
	transition: .3s ease-out;
}
.prod-var__price {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #888;
	transition: .3s ease-out;
}

.prod-chars {
  margin-bottom: 80px;
}
.prod-chars__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .prod-chars__tabs {
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
.prod-chars__tabs > li {
  font-family: var(--font-family);
  color: #888;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 36px;
  width: auto;
}
.prod-chars__tabs > li a {
  color: inherit;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .prod-chars__tabs > li {
    font-size: 25px;
  }
}
@media (max-width: 980px) {
  .prod-chars__tabs > li {
    font-size: 18px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .prod-chars__tabs > li {
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    padding: 10px 0px;
  }
}
.prod-chars__tabs > li::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  border: 1px solid #373737;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 850px) {
  .prod-chars__tabs > li::after {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .prod-chars__tabs > li::after {
    height: 30px;
  }
}
.prod-chars__tabs > li.active {
  color: #373737;
}
.prod-chars__tabs > li.active::after {
  opacity: 1;
}
@media (any-hover: hover) {
  .prod-chars__tabs > li:hover::after {
    opacity: 1;
  }
}

.prod-chars__lic {
  height: 447px;
  border-radius: 20px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width: 850px) {
  .prod-chars__lic {
    height: 280px;
    border-radius: 10px;
  }
}
.prod-chars__lic img {
  width: 100%;
  height: 100%;
}

.prod-content__has {
  min-height: 267px;
}
@media (max-width: 850px) {
  .prod-content__has {
    min-height: unset;
  }
}
.prod-content__list {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.prod-content__list > li span {
  color: #ff7a00;
  font-weight: 700;
}
.prod-content__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .prod-content__container--more {
    display: block;
  }
  .prod-content__container--more .prod-content__left {
    margin-bottom: 30px;
  }
  .prod-content__container--more .prod-content__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .prod-content__container--more .prod-content__body:not(:last-child) {
    margin: 0;
  }
  .prod-content__container--more .prod-content__has {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    min-height: unset;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .prod-content__container--more .prod-cost {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .prod-content__container--more .prod-pay {
    -ms-grid-row-span: 2;
    grid-row: 2 span;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 120px;
  }
  .prod-content__container--more .prod-pay__title {
    margin-bottom: 45px;
  }
  .prod-content__container--more .prod-pay__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prod-content__container--more .prod-content__link {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .prod-content__container--more .prod-content__link:not(:last-child) {
    margin: 0;
  }
}
@media (max-width: 850px) {
  .prod-content__container--more .prod-content__right {
    -ms-grid-columns: (1fr) [13];
    grid-template-columns: repeat(13, 1fr);
    gap: 20px;
  }
  .prod-content__container--more .prod-content__link {
    -ms-grid-column-span: 7;
    grid-column: 7 span;
    height: 100%;
  }
  .prod-content__container--more .prod-content__link .prod-content__btn {
    height: 100%;
  }
  .prod-content__container--more .prod-cost {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 15px;
  }
  .prod-content__container--more .prod-cost__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .prod-content__container--more .prod-cost__title {
    font-size: 25px;
  }
  .prod-content__container--more .prod-pay {
    -ms-grid-column-span: 13;
    grid-column: 13 span;
    grid-row: unset;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .prod-content__container--more .prod-pay__title {
    margin-bottom: 30px;
  }
  .prod-content__container--more .prod-content__has {
    -ms-grid-column-span: 13;
    grid-column: 13 span;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 576px) {
  .prod-content__container--more .prod-cost {
    -ms-grid-column-span: 13;
    grid-column: 13 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .prod-content__container--more
    .prod-cost__title:not(.prod-cost__title--accent) {
    display: none;
  }
  .prod-content__container--more .prod-content__link {
    -ms-grid-column-span: 13;
    grid-column: 13 span;
  }
  .prod-content__container--more .prod-content__link .prod-content__btn {
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .prod-content__container--more .prod-content__link .prod-content__btn svg {
    width: 13px;
    height: 13px;
    fill: #fff;
  }
}
@media (max-width: 576px) and (any-hover: hover) {
  .prod-content__container--more .prod-content__link:hover svg {
    fill: var(--accent);
  }
}
@media (max-width: 1200px) {
  .prod-content__container {
    gap: 30px;
  }
}
@media (max-width: 850px) {
  .prod-content__container {
    display: block;
  }
}
.prod-content__title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .prod-content__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .prod-content__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.prod-content__desc:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .prod-content__desc:not(:last-child) {
    margin-bottom: 20px;
  }
}
.prod-content__chars > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #888;
}
@media (max-width: 576px) {
  .prod-content__chars > li {
    display: inline-block;
  }
}
.prod-content__chars > li:not(:last-child) {
  margin-bottom: 15px;
}
.prod-content__chars > li span:first-child {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.prod-content__chars > li span:first-child::after {
  content: "";
  position: absolute;
  margin-left: 20px;
  bottom: 0;
  width: 100%;
  border-top: 1px dashed #c6c6c6;
}
@media (max-width: 576px) {
  .prod-content__chars > li span:first-child::after {
    width: auto;
    border: none;
    content: ":";
    margin: 0;
    position: static;
  }
}
.prod-content__chars > li span:last-child {
  text-align: right;
}
.prod-content__left {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}
@media (max-width: 1200px) {
  .prod-content__left {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
}
@media (max-width: 850px) {
  .prod-content__left:not(:last-child) {
    margin-bottom: 20px;
  }
}
.slw-product-locations-list {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.slw-product-locations-list > li span {
  color: #ff7a00;
  font-weight: 700;
}
.prod-content__right {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}
@media (max-width: 1200px) {
  .prod-content__right {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.prod-content__body {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .prod-content__body {
    height: 100%;
  }
}
@media (max-width: 850px) {
  .prod-content__body {
    padding: 25px 20px;
  }
}
.prod-content__body:not(:last-child) {
  margin-bottom: 25px;
}
.prod-content__link:not(:last-child) {
  margin-bottom: 25px;
}
.prod-content__btn {
  width: 100%;
  color: #fff;
  height: 110px;
  border-radius: 20px;
  font-size: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 850px) {
  .prod-content__btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 34px 25px;
  }
}
.prod-content__btn svg {
  position: static;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.prod-video {
  position: relative;
  z-index: 4;
  height: 100%;
  border-radius: 30px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .prod-video {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.prod-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prod-video::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.prod-video__play {
  cursor: pointer;
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("./../img/play.webp");
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.3s ease-out;
}
.prod-video.playing::before {
  opacity: 0;
  z-index: -1;
}
.prod-video.playing .prod-video__play {
  opacity: 0;
  z-index: -1;
}

.lic-pagination {
  margin-top: 25px;
}

.lic-slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .lic-slider__control {
    display: none;
  }
}
.lic-slider__btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #373737;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lic-slider__btn svg {
  width: 25px;
  height: 25px;
  fill: #373737;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .lic-slider__btn:hover {
    border-color: var(--accent);
  }
  .lic-slider__btn:hover svg {
    fill: var(--accent);
  }
}

.prod-cost__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}
.prod-cost__title {
  font-weight: 600;
  font-size: 32px;
  color: #373737;
  white-space: nowrap;
margin-bottom: 0;
    line-height: 1;
}
.prod-cost__title--accent {
  color: #ff7a00;
}
.prod-cost__capture {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #000;
}
.prod-cost__desc {
  max-width: 80%;
  font-weight: 400;
  font-size: 18px;
  color: #888;
}
@media (max-width: 850px) {
  .prod-cost__desc {
    font-size: 14px;
  }
}

.prod-pay__subtitle {
  margin-bottom: 10px;
}
.prod-pay__title {
  font-weight: 600;
  font-size: 32px;
  color: #373737;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .prod-pay__title {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.prod-pay__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 576px) {
  .prod-pay__items {
    gap: 10px;
  }
}
.prod-pay__icon {
  height: 35px;
  width: auto;
}
@media (max-width: 576px) {
  .prod-pay__icon {
    height: 22px;
  }
}
.prod-pay__icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-hero {
  margin-bottom: 85px;
}
@media (max-width: 576px) {
  .about-hero {
    margin-bottom: 60px;
  }
}
.about-hero__title {
  margin-bottom: 25px;
}
.about-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [16];
  grid-template-columns: repeat(16, 1fr);
  gap: 30px;
}
.about-hero__container:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .about-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-hero__container--bottom {
  -ms-grid-columns: (1fr) [14];
  grid-template-columns: repeat(14, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .about-hero__container--bottom {
    -ms-grid-columns: (1fr) [11];
    grid-template-columns: repeat(11, 1fr);
    gap: 55px;
  }
}
@media (max-width: 850px) {
  .about-hero__container--bottom {
    gap: 30px;
  }
}
.about-hero__text {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
}
.about-hero__text p {
  margin: 0;
}
.about-hero__img {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
}
@media (max-width: 1200px) {
  .about-hero__img {
    height: 314px;
  }
}
@media (max-width: 576px) {
  .about-hero__img {
    height: 200px;
  }
}
.about-hero__img img {
  width: 100%;
  height: 100%;
}
.about-hero__img--long {
  height: 100%;
  -ms-grid-column-span: 7;
  grid-column: 7 span;
  -ms-grid-row-span: 3;
  grid-row: 3 span;
}
@media (max-width: 850px) {
  .about-hero__img--long {
    height: 340px;
  }
}
@media (max-width: 576px) {
  .about-hero__img--long {
    height: 200px;
  }
}
.about-hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .about-hero__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .about-hero__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about-hero__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}
.about-hero__right {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
  position: relative;
}
@media (max-width: 1200px) {
  .about-hero__right {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .about-hero__right {
    max-width: 100%;
    max-height: 270px;
    padding-right: 15px;
    overflow-y: scroll;
  }
}
.about-hero__right::-webkit-scrollbar {
  width: 6px;
}
.about-hero__right::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.about-hero__right::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  width: 6px;
  border-radius: 10px;
}
.about-hero__logo {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  .about-hero__logo {
    max-width: 405px;
  }
}
@media (max-width: 576px) {
  .about-hero__logo {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.about-hero__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-hero .ab-item {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  overflow: unset;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  padding-left: 15px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .about-hero .ab-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1200px) {
  .about-hero .ab-item__text {
    font-size: 17px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 250px;
  }
}
@media (max-width: 850px) {
  .about-hero .ab-item__text {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .about-hero .ab-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 850px) {
  .about-hero .ab-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about-design {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .about-design {
    margin-bottom: 60px;
  }
}
.about-design .selection__header {
  margin: 0;
}
@media (max-width: 576px) {
  .about-design .selection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about-design .selection__title {
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 1340px) {
  .about-design .selection__title {
    max-width: 950px;
  }
}
@media (max-width: 576px) {
  .about-design .selection__desc {
    max-height: unset;
    overflow: hidden;
  }
}
.about-design .selection__img {
  height: 370px;
}
@media (max-width: 1200px) {
  .about-design .selection__img {
    top: 50%;
    height: 340px;
  }
}
@media (max-width: 576px) {
  .about-design .selection__img {
    height: 176px;
    margin-bottom: 20px;
  }
}

.about-video {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .about-video {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-video {
    margin-bottom: 60px;
  }
}
.about-video__subtitle {
  margin-bottom: 20px;
}
.about-video__title {
  margin-bottom: 25px;
}
.about-video__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [14];
  grid-template-columns: repeat(14, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .about-video__container {
    -ms-grid-columns: (1fr) [11];
    grid-template-columns: repeat(11, 1fr);
    gap: 30px;
  }
}
.about-video__video {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about-video__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .about-video__video {
    -ms-grid-column-span: 11;
    grid-column: 11 span;
  }
}
.about-video__right {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
@media (max-width: 1200px) {
  .about-video__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [13];
    grid-template-columns: repeat(13, 1fr);
    gap: 30px;
    -ms-grid-column-span: 11;
    grid-column: 11 span;
  }
}
@media (max-width: 850px) {
  .about-video__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-video__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url("./../img/about-video/inst.webp");
  background-size: 350px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1200px) {
  .about-video__item {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    background-size: 300px auto;
  }
}
@media (max-width: 576px) {
  .about-video__item {
    padding: 20px;
    border-radius: 10px;
    background-size: 220px auto;
  }
}
.about-video__cons {
  background: #ff7a00;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 25px;
  height: 150px;
  font-size: 35px;
}
.about-video__cons svg {
  position: static;
  height: 100%;
}
@media (max-width: 1200px) {
  .about-video__cons {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .about-video__cons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    height: auto;
    padding: 19px;
  }
}
@media (max-width: 576px) {
  .about-video__cons {
    font-size: 20px;
    padding: 13px;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .about-video__link {
    font-size: 24px;
  }
  .about-video__link span {
    display: none;
  }
}
.about-video__capture {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
  color: #373737;
}
@media (max-width: 576px) {
  .about-video__capture {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.about-video__desc {
  max-width: 330px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .about-video__desc {
    margin-bottom: 30px;
    max-width: 230px;
  }
}

.about-slider {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .about-slider {
    margin-bottom: 60px;
  }
}
.about-slider__slider {
  margin-bottom: 30px;
}
.about-slider__slider .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about-slider__slider .swiper-slide {
    height: 360px;
  }
}
@media (max-width: 850px) {
  .about-slider__slider .swiper-slide {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .about-slider__slider .swiper-slide {
    height: 200px;
    border-radius: 10px;
  }
}
.about-slider__slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.about-slider__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 850px) {
  .about-slider__btn {
    display: none;
  }
}
.about-slider__btn svg {
  width: 30px;
  height: 30px;
  fill: #373737;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.about-slider__btn--prev {
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-slider__btn--next {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.about-slider__btn.swiper-button-disabled {
  background-color: transparent;
  cursor: default;
}
.about-slider__btn.swiper-button-disabled svg {
  fill: #fff;
}

.stock-hero {
  margin-bottom: 80px;
}
.stock-hero__title {
  margin-bottom: 30px;
}
.stock-hero__item {
  background-color: #ff7a00;
  color: #fff;
}
.stock-hero__item:not(:last-child) {
  margin-bottom: 30px;
}
.stock-hero__item--dark {
  background-color: #e1e0de;
  color: #373737;
}

.sh-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
@media (max-width: 1200px) {
  .sh-item {
    gap: 0;
  }
}
@media (max-width: 850px) {
  .sh-item {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .sh-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
  }
}
.sh-item__left {
  padding: 47px 30px;
}
@media (max-width: 850px) {
  .sh-item__left {
    padding: 35px 25px;
    padding-right: 0;
    max-width: 65%;
  }
}
@media (max-width: 576px) {
  .sh-item__left {
    max-width: 100%;
    padding: 20px;
  }
}
.sh-item__title {
  margin: 0;
  margin-bottom: 20px;
  margin-right: -50px;
  font-weight: 600;
  font-size: 45px;
}
@media (max-width: 850px) {
  .sh-item__title {
    margin-right: 0;
    font-size: 35px;
  }
}
.sh-item__desc {
  margin-bottom: 50px;
  color: inherit;
  max-width: 475px;
}
@media (max-width: 850px) {
  .sh-item__desc {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sh-item__desc {
    max-width: 75%;
    margin-bottom: 10px;
  }
}
.sh-item__btn {
  border-color: inherit;
  color: inherit;
  width: 285px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .sh-item__btn {
    width: auto;
    text-transform: capitalize;
  }
  .sh-item__btn span {
    display: none;
  }
}
.sh-item__img {
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .sh-item__img {
    margin-left: -50px;
  }
}
@media (max-width: 850px) {
  .sh-item__img {
    margin-left: 0px;
    max-width: 45%;
  }
}
@media (max-width: 576px) {
  .sh-item__img {
    position: relative;
    transform: none;
    margin-left: auto;
  }
}
.sh-item__img::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("./../img/mask.svg");
  mask-image: url("./../img/mask.svg");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 850px) {
  .sh-item__img::after {
    left: -15px;
  }
}
@media (max-width: 576px) {
  .sh-item__img::after {
    top: -15px;
    bottom: -15px;
    height: auto;
  }
}
.sh-item__img img {
  -webkit-mask-image: url("./../img/mask-img.webp");
  mask-image: url("./../img/mask-img.webp");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  width: 100%;
  height: 100%;
}

.menu {
  position: absolute;
  z-index: -1;
  top: calc(100% - 15px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px 15px;
  padding-bottom: 45px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.menu.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu__nav .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-video {
  padding: 0;
}
.popup-video .popup__body {
  padding: 20px 50px;
}
.popup-video .popup__wrapper {
  width: 100%;
  max-width: 1020px;
}
.popup-video iframe {
  position: relative;
  z-index: 5;
  display: block;
  background-color: #000;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 40px;
} /*# sourceMappingURL=main.css.map */

.swiper-button-lock {
  display: none;
}

.my-select {
  display: none;
}
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper > div {
  height: 100%;
}
.rudr-variation-radios {
  display: none;
}
.summary .variations,
.summary .stock-msg,
.summary .in-stock.stock {
  display: none !important;
}
.prod-about__price p {
  margin: 0;
}

.slw-product-locations-list {
}
.slw-product-location {
  list-style: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400;
  font-size: 18px;
  color: #373737;
}
.slw-variations-listed:not(:last-child) {
  margin-bottom: 20px !important;
}
.slw-variations-listed label {
  display: block;
  margin-bottom: 10px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 10px;
}
.woocommerce-variation-add-to-cart button {
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 10px 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 10px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.woocommerce-variation-add-to-cart button:hover {
  background-color: var(--accent);
  color: #fff;
}
.quantity input {
  display: none;
  height: 100%;
  background: none;
  padding: 0 25px;
  background: #f3f3f3;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #888;
  border: none;
}
.added_to_cart.wc-forward {
  display: none;
}

.ct-item,
.ct-item__left,
.ct-item__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-item__left {
  width: 100%;
  max-width: 610px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .ct-item__left {
    max-width: 360px;
  }
}
.ct-item__right {
  flex-grow: 1;
}
.ct-item {
  gap: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .ct-item {
    gap: 25px;
  }
}
.ct-item__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  color: #404040;
}
.ct-item__name a {
  color: inherit;
}
.ct-item__img {
  width: 70px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
  background-color: #fff;
}
.ct-item__img img,
.ct-item__img a {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 850px) {
  .ct-item__img {
    width: 50px;
    height: 35px;
    flex-shrink: 0;
    display: block !important;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td,
  .woocommerce table.shop_table_responsive tr {
    display: flex;
    text-align: left !important;
  }
  .cart-table__item {
    padding: 20px 0;
    padding-right: 0;
  }
  .ct-item__right::before {
    display: none;
  }
}
.ct-item__input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: transparent;
  border: 1px solid #c1c5d3;
  border-radius: 6px;
  width: 60px;
  flex-shrink: 0;

  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #3a3e45;
}
.ct-item__left::before {
  display: none !important;
}
.ct-item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #404040;
}
.ct-item__count span:not(.ed) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 15px;
  font-weight: 600;
  border: 1px solid #c1c5d3;
  border-radius: 6px;
  line-height: 0;
}
@media (max-width: 850px) {
  .ct-item__count span:not(.ed) {
    display: inline;
    line-height: 1;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
  }
  .ct-item__count span.ed {
    display: none;
  }
}

.ct-item__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  color: #2a2725;
}

.ct-item__rm {
  display: block;
  width: 20px;
  height: 25px;
}
.ct-item__rm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ct-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  line-height: 0;
  color: #a5a5ad;
}
.ct-item__qty .quantity {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
}
.ct-item__qty input {
  padding: 0;
  display: unset;
  border: 1px solid #c1c5d3;
  border-radius: 6px;
  height: 50px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #3a3e45;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.cart-table,
.cart-table tbody,
.cart-table tfoot {
  display: block;
}
.cart-table tfoot > tr {
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}
.cart__header {
  margin-bottom: 40px;
}

.woocommerce table.shop_table td {
  border: none;
  padding: 0;
  line-height: unset;
  vertical-align: unset;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0;
}
.woocommerce table .cart__update {
  display: none;
}

.sht__table {
  display: block;
}

.sht__table tbody {
  display: flex;
  gap: 60px;
}
.sht__table tbody tr {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sht__table td {
  border: none !important;
  padding: 0 !important;
}
.sht__table th {
  border: none !important;
  font-family: var(--font-family);
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 91% !important;
  text-align: right;
  color: #201e1d;
  padding: 0 !important;
}
.sht__table label {
  display: none !important;
}
.sht__table p {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #404040;
}

.sht__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #858585;
  text-decoration: underline;
}
.cart__total {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  color: #ff7a00;
}

.cart_totals {
  display: flex;
  align-items: center;
  gap: 60px;
}
.cart__checkout {
  flex-shrink: 0;
  white-space: nowrap;
}
.woocommerce table.shop_table td {
  border: none !important;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gap-4 {
  gap: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-bold {
  font-weight: 700;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

/* ! tailwindcss v3.4.5 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::after,
::before {
  --tw-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-bold {
  font-weight: 700;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .checkout__radio input:checked ~ .rb {
  border-color: #797979;
}
.checkout__radio input:checked ~ span {
  color: #373737;
} */
.shipping__radio:checked + .shipping__label > .rb::after {
  opacity: 1;
}
.shipping__radio:checked + .shipping__label {
  color: #373737 !important;
}
.checkout__radio span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #797979;
}
.rb {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  border: 1px solid #797979;
}
.rb::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--accent);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.woocommerce-input-wrapper {
  display: block;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.checkout__input {
  display: block;
  width: 100%;
  border: 1px solid #373737;
  border-radius: 10px;
  height: 55px;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #373737;
}
@media (max-width: 576px) {
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .checkout__input {
    height: 45px;
  }
}
#billing_country_field {
  display: none;
}
.woocommerce form .form-row label {
  display: none;
}
.woocommerce-additional-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
#organisation_checkout_field,
#organisation_shipping_field {
  margin-bottom: 20px;
}
.woocommerce-shipping-fields {
  margin-top: 20px;
}
.woocommerce-billing-fields__field-wrapper p:not(:last-child),
.woocommerce-organisation-fields__field-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.woocommerce-additional-fields p:nth-child(odd) {
  width: 42%;
  flex-grow: 1;
}
.woocommerce-additional-fields p:nth-child(even) {
  width: 55%;
  flex-grow: 1;
}
.woocommerce form .form-row.label-show label {
  display: unset;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #797979;
  margin-left: 0.5rem;
}
.woocommerce form .form-row.label-show span {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.checkout__input::-webkit-input-placeholder {
  color: #797979;
}
.checkout__input::-moz-placeholder {
  color: #797979;
}
.checkout__input:-ms-input-placeholder {
  color: #797979;
}
.checkout__input::-ms-input-placeholder {
  color: #797979;
}
.checkout__input::placeholder {
  color: #797979;
}

.checkout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.checkout__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 700px;
}
.checkout__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout__capture {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #373737;
}
.checkout__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.checkout__bottom label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.checkout__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #373737;
}
.checkout__text--policy {
  color: #e60000;
}
.checkout__wayp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 55px;
}
.checkout__wayp input:checked ~ span {
  color: #fff;
}
.checkout__wayp input:checked ~ span::after {
  opacity: 1;
}
.checkout__wayp span {
  display: inline-block;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #373737;
}
.checkout__wayp span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
.checkout__ordering {
  height: 110px;
  background-color: #fff;
}
.checkout__ordering img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.checkout__title {
  margin-bottom: 20px;
}
.checkout__title--order {
  margin-bottom: 40px;
} /*# sourceMappingURL=main.css.map */

input.checkout-cart-input {
  pointer-events: none;
  cursor: default;
  border: none;
  padding: 0;
  height: auto;
  font-size: 22px;
  line-height: 110%;
  color: #797979;
}
.checkout__product-quantity {
  display: flex;
  align-items: center;
}
.checkout__product-quantity span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  color: #797979;
}
.ct-item__count--checkout {
  font-size: 22px;
  line-height: 110%;
  color: #797979;
}
.ct-item__count--checkout span {
  padding: 0;
  border: 0;
}
.checkout-tr {
  padding-right: 14%;
}
.ct-item__price--checkout {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  color: #797979;
}

.ct-item__name--checkout {
  color: #797979;
}
.checkout__title--gray {
  color: #797979;
  margin-bottom: 20px;
}
.checkout-total-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-total-price .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  color: #373737;
}
.checkout-total-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 91%;
  text-align: right;
  color: #201e1d;
}
.checkout-cart-input {
  background: transparent !important;
}
.wc_payment_method:not(:last-child) {
  display: block;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.wc_payment_methods {
  padding: 0 !important;
}
.prod-hero__about.prod-about .ct-item__btn,
.cart-table__item--order .ct-item__btn {
  display: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.thankyou__title {
  margin-bottom: 30px;
}
.thankyou__subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  color: #373737;
}
.thankyou__subtitle:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce-thankyou-order-details {
  display: none;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.submit-order-btn {
  display: flex;
  width: 100%;
  height: 53px;
}
.form-row.place-order {
  padding: 0 !important;
  margin-top: 20px !important;
}
.wc_payment_methods {
  border: none !important;
}

.pickup {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #373737;

  max-width: 350px;
}
.pickup p {
  margin: 0;
}
.cart-table__item:first-child {
  padding-top: 0;
}
.thankyou__subtitle:last-of-type {
  margin-bottom: 50px;
}
.checkout-total-price {
  padding-top: 30px;
}
.woocommerce .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  border: none;
}
.order-details p {
  margin: 0;
  padding: 0;

  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #373737;
}
.order-details p:not(:last-child) {
  margin-bottom: 20px;
}
.order-details__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #373737;
}
@media (max-width: 1024px) {
  .checkout__container {
    flex-direction: column;
    gap: 80px;
  }
  .checkout__left {
    max-width: 100%;
  }
  .checkout__ordering {
    max-width: 275px;
  }
  .ordering__row {
    justify-content: flex-start;
  }
  .checkout-tr {
    padding-right: 55px;
  }
  .checkout-tr .ct-item__left {
    max-width: 400px;
  }
}
@media (max-width: 850px) {
  .cart__header {
    margin-bottom: 20px;
  }
  .ct-item__left {
    max-width: 260px;
  }
  .ct-item__qty input {
    border: 1px solid #c1c5d3;
    border-radius: 6px;
    height: 35px;
    width: 42px !important;
    font-size: 16px;
  }
  .ci-item__img {
    width: 50px;
    height: 30px;
  }
  .ct-item__name {
    font-size: 16px;
  }
  .ct-item__count {
    span {
      line-height: 1;
      display: inline;
      width: auto;
      height: auto;
      border: none;
      background-color: none;
    }
  }
  .ct-item__price {
    font-size: 18px;
  }
  .cart-table tfoot > tr {
    padding-top: 15px;
  }
  .cart-table tfoot > tr > td {
    width: 100%;
    flex-grow: 1;
  }
  .cart-table tfoot > tr > td:last-child {
    justify-content: flex-end;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: inline !important;
  }
  .cart_totals {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 20px;
  }
  .sht__table {
    display: flex;
    justify-content: flex-end;
  }

  .checkout-tr {
    padding-right: 0;
  }
  .checkout-tr .ct-item__qty input {
    border: none;
    font-size: 16px;
  }
  .checkout__product-quantity span {
    font-size: 16px;
  }
  .ct-item__count--checkout {
    font-size: 16px;
  }
  .checkout-tr .ct-item__left {
    max-width: 300px;
  }
  .checkout-total-price {
    white-space: nowrap;
  }
  .thankyou__subtitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .thankyou__subtitle:last-of-type {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .cart-table__item {
    flex-wrap: wrap;
  }
  .ct-item__left {
    max-width: 100%;
  }
  .ct-item__right {
    padding-left: 55px !important;
  }
  .ct-item__qty .quantity {
    gap: 10px;
  }
  .cart-table tfoot > tr {
    flex-wrap: wrap;
  }
  .cart_totals,
  .cart_totals .wc-proceed-to-checkout,
  .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
  }

  .sht__btn {
    font-size: 14px;
  }
  .checkout-total-price {
    font-size: 20px;
  }
  .checkout-total-price .woocommerce-Price-amount.amount {
    font-size: 25px;
  }
  .checkout__ordering {
    height: 60px;
    padding: 12px;
  }
  .checkout__title--order {
    margin-bottom: 20px;
  }
  .checkout__title {
    font-size: 25px;
  }
  .order-details p:not(:last-child),
  .order-details__title {
    margin-bottom: 15px;
  }
  .thankyou__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .thankyou__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .thankyou__subtitle:first-of-type {
    font-weight: 400;
  }
  .thankyou__subtitle:last-of-type {
    margin-bottom: 30px;
  }
}
.just-validate-error-label {
	display: none;
}
.just-validate-error-field {
	border: 1px solid #ff9c9c !important;
}
.woocommerce-variation.single_variation {
	display: none !important;
}