/* Base */
@font-face {
  font-family: "FSElliotPro";
  src: url("../fonts/FSElliotPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: "FSElliotPro";
  padding: 0;
  margin: 0;
  transition: all 0.3s linear;
  
}

img {
  display: block;
}

a {
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "FSElliotPro";
  font-size: 16px;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.button {
  padding: 17px 24px;
  box-sizing: border-box;
  border-radius: 32px;
  cursor: pointer;
  background: rgb(195, 28, 75);
  color: #fff;
  font-size: 14px;
  border: none;
  font-family: "FSElliotPro";
}
.button:hover {
  background-color: rgb(167, 15, 58);
}
.button.white {
  background-color: #fff;
  color: rgb(195, 28, 75);
}
.button.white:hover {
  background-color: rgb(250, 237, 241);
}

@media (max-width: 1280px) {
  .container {
    padding: 0 36px;
  }
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
}
@media (max-width: 799px) {
  .container {
    padding: 0 10px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}
/* Blocks */
.info-company {
  margin-top: 48px;
}

.first-text-about {
  margin-top: 12px;
  line-height: 24px;
}

.info-row-about {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: rgb(249, 245, 245);
  margin-top: 32px;
}

.last-text-about {
  margin-top: 32px;
  line-height: 24px;
}
.last-text-about span {
  color: rgb(195, 28, 75);
}

.gallery-about {
  margin-top: 120px;
}

.wrapp-gallery-about {
  position: relative;
}

.swiper-gallery-about .swiper-slide img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.nav-gallery {
  position: absolute;
  background-color: transparent;
  border: none;
  z-index: 1;
  padding: 0;
  cursor: pointer;
  top: 50%;
}

.prev-gallery-about {
  left: 0;
  transform: translate(-50%, -50%);
}

.next-gallery-about {
  right: 0;
  transform: translate(50%, -50%);
}

@media (max-width: 1280px) {
  .first-text-about {
    line-height: 100%;
  }
  .last-text-about {
    line-height: 100%;
  }
  .nav-gallery {
    display: none;
  }
  .gallery-about {
    margin-top: 80px;
    overflow: hidden;
  }
  .swiper-gallery-about {
    overflow: visible !important;
  }
  .swiper-gallery-about .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 799px) {
  .info-company {
    margin-top: 24px;
  }
  .info-company h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .first-text-about {
    font-size: 14px;
    line-height: 20px;
  }
  .info-row-about {
    align-items: flex-start;
    padding: 24px;
  }
  .info-row-about svg {
    flex-shrink: 0;
  }
  .info-row-about p {
    font-size: 14px;
    line-height: 20px;
  }
  .last-text-about {
    font-size: 14px;
    line-height: 20px;
  }
  .swiper-gallery-about .swiper-slide img {
    height: 250px;
  }
}
.adress-page {
  margin-top: 44px;
}

.wrapp-adress-page {
  display: flex;
  gap: 64px;
}

.info-adress-page {
  width: 100%;
  max-width: 574px;
}

.title-info-adress-page {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.desc-info-adress-page {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recvizit-title {
  margin-top: 64px;
}

.list-rekvizit {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-rekvizit li {
  list-style-type: none;
}
.list-rekvizit li span {
  color: rgb(164, 164, 164);
}

.map-adress-page {
  position: relative;
  width: 100%;
  max-width: 642px;
  height: fit-content;
}
.map-adress-page iframe {
  border-radius: 24px;
}

.buttom-map-way {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

@media (max-width: 1280px) {
  .adress-page {
    margin-top: 32px;
  }
  .wrapp-adress-page {
    flex-direction: column;
    gap: 32px;
  }
  .info-adress-page {
    max-width: 100%;
  }
  .recvizit-title {
    margin-top: 48px;
  }
  .map-adress-page {
    max-width: 100%;
  }
}
@media (max-width: 799px) {
  .title-info-adress-page {
    font-size: 20px;
    line-height: 24px;
  }
  .desc-info-adress-page p {
    font-size: 14px;
    line-height: 20px;
  }
  .recvizit-title {
    margin-top: 32px;
  }
  .list-rekvizit li {
    font-size: 14px;
    line-height: 20px;
  }
  .map-adress-page iframe {
    height: 195px !important;
  }
  .buttom-map-way {
    position: static;
    display: block;
    width: fit-content;
    margin: 22px auto 0;
  }
}
.cart-page {
  margin-top: 32px;
}

.wrapp-cart {
  display: flex;
  gap: 64px;
}

.wrapp-product-cart {
  width: 100%;
  max-width: 746px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.item-product-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(239, 239, 239);
  gap: 32px;
}
.item-product-cart:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.name-product-cart {
  font-size: 18px;
  line-height: 28px;
}

.name-variable-product-cart {
  color: rgb(91, 91, 91);
}

.nav-product-cart {
  display: flex;
  align-items: center;
  gap: 24px;
}

.count-product-cart {
  background-color: rgb(249, 245, 245);
  padding: 8px 12px;
  color: rgb(187, 176, 176);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
}

.cart-qty-button {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: rgb(195, 28, 75);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  font-family: "FSElliotPro";
}

.cart-qty-button:hover {
  background: rgb(250, 237, 241);
}

.cart-qty-button:disabled {
  opacity: 0.45;
  cursor: default;
}

.count-product-cart input {
  background: transparent;
  border: none;
  width: 34px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.count-product-cart input::-webkit-outer-spin-button,
.count-product-cart input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.count-product-cart__unit {
  margin-left: 2px;
}

.price-product-cart {
  font-size: 18px;
  line-height: 28px;
  flex-shrink: 0;
}

.delete-product-cart {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.new-order-cart {
  width: 100%;
  max-width: 470px;
}

.wrapp-new-order-cart {
  background-color: rgb(249, 245, 245);
  border-radius: 24px;
  padding: 32px;
  box-sizing: border-box;
}

.end-price-cart {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.text-discount {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.cart-coupon-discount {
  margin-top: 8px;
  color: rgb(195, 28, 75);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.discound-code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.discound-code input {
  width: auto;
  max-width: none;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 14px;
  background-color: #fff;
  border-radius: 12px;
  border: none;
}

.discound-code .activate-discount-code {
  flex-shrink: 0;
  white-space: nowrap;
}

.discound-code.is-applied {
  min-height: 52px;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #fff;
  border-radius: 12px;
}

.discound-code.is-applied input {
  max-width: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #1e1e1e;
}

.discound-code.is-applied .activate-discount-code {
  display: none;
}

.cart-coupon-applied {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  color: rgb(195, 28, 75);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.cart-coupon-applied[hidden] {
  display: none !important;
}

.cart-coupon-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(195, 28, 75);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.activate-discount-code {
  padding: 15.5px 16px;
  border-radius: 16px;
}

.new-order-button {
  margin-top: 24px;
  width: 100%;
}

.ofert-cart {
  color: rgb(164, 164, 164);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: right;
}

.info-product-cart {
  max-width: 380px;
}

.wrapp-specification-product {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-specification-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.edit-spec {
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
}

.info-spec {
  color: #000;
  line-height: 24px;
}

.val-spec {
  line-height: 24px;
  color: rgb(91, 91, 91);
}

.cart-file-previews {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-file-preview {
  display: inline-flex;
  flex-direction: column;
  width: 118px;
  color: inherit;
  text-decoration: none;
}

.cart-file-preview--compact {
  width: 96px;
}

.cart-file-preview__thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 8px;
  background: #fff;
}

.cart-file-preview__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cart-file-preview__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(195, 28, 75);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.cart-file-preview__caption {
  margin-top: 6px;
  color: rgb(91, 91, 91);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 1280px) {
  .wrapp-cart {
    flex-direction: column;
  }
  .wrapp-product-cart {
    max-width: 100%;
  }
  .new-order-cart {
    max-width: 100%;
  }
  .discound-code input {
    max-width: 100%;
  }
}
@media (max-width: 799px) {
  .item-product-cart {
    flex-direction: column;
    gap: 16px;
  }
  .info-product-cart {
    width: 100%;
    max-width: 100%;
  }
  .nav-product-cart {
    width: 100%;
    justify-content: space-between;
  }
  .name-variable-product-cart {
    font-size: 14px;
    line-height: 20px;
  }
  .info-spec {
    font-size: 14px;
    line-height: 20px;
  }
  .end-price-cart {
    font-size: 20px;
    line-height: 24px;
  }
  .text-discount {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapp-cart {
    gap: 32px;
  }
}
.title-page-catalog-tovar {
  margin-top: 32px;
  font-size: 48px;
  line-height: 52px;
}

.catalog-tovar-page {
  margin-top: 60px;
}

.wrapp-catalog-tovar-page {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.list-tovar-page {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.item-tovar-page {
  width: calc((100% - 96px) / 4);
}
.item-tovar-page:hover .image-item-tovar-page {
  opacity: 0.7;
}
.item-tovar-page:hover .name-tovar-page {
  border-bottom: 1px solid rgb(195, 28, 75);
}

.image-item-tovar-page {
  width: 100%;
  height: 296px;
  object-fit: contain;
  border-radius: 24px;
}

.name-tovar-page {
  margin-top: 12px;
  font-size: 22px;
  line-height: 32px;
  color: rgb(195, 28, 75);
  border-bottom: 1px solid rgb(228, 216, 219);
  width: fit-content;
}

.short-desct-tovar-page {
  margin-top: 12px;
  color: rgb(30, 30, 30);
}

@media (max-width: 1280px) {
  .title-page-catalog-tovar {
    font-size: 32px;
    line-height: 48px;
  }
  .wrapp-catalog-tovar-page {
    gap: 80px;
  }
  .catalog-tovar-page {
    margin-top: 32px;
  }
  .list-tovar-page {
    gap: 20px;
  }
  .item-tovar-page {
    width: calc((100% - 40px) / 3);
  }
  .image-item-tovar-page {
    height: 230px;
  }
  .name-tovar-page {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 799px) {
  .title-page-catalog-tovar {
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
  }
  .list-tovar-page {
    margin-top: 24px;
    gap: 32px 17px;
  }
  .item-tovar-page {
    width: calc(50% - 8.5px);
  }
  .image-item-tovar-page {
    height: 168px;
  }
  .short-desct-tovar-page {
    font-size: 14px;
    line-height: 20px;
  }
}
.delivery-page-info {
  margin-top: 44px;
}

.wrapp-delivery-page {
  display: flex;
  gap: 37px;
  align-items: flex-end;
}

.left-delivery-page {
  width: 100%;
  max-width: 643px;
}

.title-delivery-page-text {
  font-size: 32px;
  line-height: 32px;
}

.desc-delyvery-page {
  margin-top: 16px;
}

.info-block-delivery-page {
  margin-top: 67px;
  background-color: rgb(249, 245, 245);
  padding: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
}
.info-block-delivery-page svg {
  flex-shrink: 0;
}
.info-block-delivery-page.right {
  margin-top: 20px;
  height: 108px;
}

.wrapp-zone-delivery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.wrapp-zone-delivery p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
}
.wrapp-zone-delivery p span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 8px;
}
.wrapp-zone-delivery p:first-child span {
  background-color: rgb(72, 169, 251);
}
.wrapp-zone-delivery p:nth-child(2) span {
  background-color: rgb(118, 223, 100);
}
.wrapp-zone-delivery p:last-child span {
  background-color: rgb(225, 101, 94);
}

.map-delivery {
  margin-top: 60px;
}

.image-map-delivary {
  width: 100%;
  border-radius: 24px;
}

.information-delivery {
  margin-top: 120px;
}

.wrapp-inforamtion-delivery {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background-color: rgb(249, 245, 245);
  padding: 48px;
  border-radius: 24px;
  box-sizing: border-box;
}

.item-information-delivery {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.icon-information-delivery {
  flex-shrink: 0;
}

.title-information-delivary {
  color: rgb(195, 28, 75);
  font-size: 24px;
  line-height: 24px;
}

.desc-information-delivery {
  margin-top: 16px;
}

@media (max-width: 1280px) {
  .left-delivery-page {
    max-width: 100%;
  }
  .wrapp-delivery-page {
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
  }
  .title-delivery-page-text {
    font-size: 24px;
    line-height: 32px;
  }
  .info-block-delivery-page {
    margin-top: 32px;
  }
  .info-block-delivery-page p {
    font-size: 14px;
    line-height: 20px;
  }
  .info-block-delivery-page.right {
    height: auto;
  }
  .map-delivery {
    margin-top: 48px;
  }
  .information-delivery {
    margin-top: 80px;
  }
  .icon-information-delivery {
    width: 48px;
  }
  .title-information-delivary {
    font-size: 20px;
    line-height: 20px;
  }
  .wrapp-inforamtion-delivery {
    gap: 32px;
    padding: 32px;
  }
}
@media (max-width: 799px) {
  .delivery-page-info {
    margin-top: 32px;
  }
  .title-delivery-page-text {
    font-size: 20px;
    line-height: 24px;
  }
  .desc-delyvery-page {
    font-size: 14px;
    line-height: 20px;
  }
  .info-block-delivery-page {
    padding: 24px;
  }
  .desc-right-delivery-page {
    font-size: 14px;
    line-height: 20px;
  }
  .map-delivery {
    margin-top: 32px;
  }
  .title-information-delivary {
    font-size: 18px;
    line-height: 24px;
  }
  .desc-information-delivery {
    font-size: 14px;
    line-height: 20px;
  }
  .map-delivery iframe{
    height: 250px;
  }
}
footer {
  margin-top: 120px;
  padding-bottom: 48px;
}

.row-footer {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  background-color: rgb(195, 28, 75);
  border-radius: 32px;
  padding: 64px;
  box-sizing: border-box;
}

.delyvery-footer {
  width: 100%;
  max-width: 440px;
}

.title-delivery-footer {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
}

.wrapp-delivery-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 10px;
}
.wrapp-delivery-footer a {
  width: 200px;
  font-size: 14px;
  color: #fff;
}
.wrapp-delivery-footer a:hover {
  opacity: 0.7;
}

.logo-menu-footer {
  display: flex;
  gap: 47px;
}

.menu-footer {
  max-width: 250px;
}
.menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-footer ul li {
  list-style-type: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.menu-footer ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.menu-footer ul li a:hover {
  opacity: 0.7;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-footer a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
}
.contact-footer a:hover {
  opacity: 0.7;
}
.contact-footer a img {
  width: 30px;
}

.soc-footer {
  display: flex;
  gap: 3px;
  margin-top: 24px;
}
.soc-footer img {
  width: 30px;
}

.work-time-footer {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}

.label-work-time-footer {
  font-size: 12px;
}

.value-work-time-footer {
  font-size: 14px;
  letter-spacing: -0.04em;
}
.text-category-ready-product{
  width: 100%;
 
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-row-category-product{
  width: 100%;
  align-items: flex-start;
  margin: 48px 0;
}
.info-row-category-product svg{
  flex-shrink: 0;
}
.text-info-row-category-product{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1280px) {
  .row-footer {
    flex-wrap: wrap;
    padding: 48px;
  }
  .delyvery-footer {
    max-width: 100%;
    order: 4;
    margin-top: 20px;
  }
  .wrapp-delivery-footer {
    gap: 20px 15.5px;
  }
  .logo-menu-footer {
    display: contents;
  }
  .logo-footer {
    order: 1;
  }
  .col-contact-footer {
    order: 2;
  }
  .menu-footer {
    order: 3;
  }
  footer {
    padding-bottom: 32px;
    margin-top: 80px;
  }
}
@media (max-width: 799px) {
  .row-footer {
    text-align: center;
    align-items: center;
    padding: 64px 30px;
  }
  .logo-footer {
    margin: 0 auto;
  }
  .col-contact-footer {
    width: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .menu-footer {
    width: 100%;
    max-width: 100%;
  }
  .delyvery-footer {
    margin-top: 16px;
  }
  .wrapp-delivery-footer {
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}
header {
  background-color: rgb(195, 28, 75);
  padding: 20px;
}

.row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.label-work-time {
  color: #fff;
  font-size: 12px;
}

.value-work-time {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.04em;
}

.contact-header {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
}
.contact-header a:hover {
  opacity: 0.7;
}

.soc-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.soc-header a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  color: #fff;
  font-size: 12px;
}
.soc-header a:hover {
  opacity: 0.7;
}

.button-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button-header .button {
  padding: 12px 23px;
}

.cart-button-header {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 12px !important;
  position: relative;
}

.count-cart-mobil {
  display: none;
}

.open-menu {
  display: none;
}

.mobil-menu {
  display: none;
}

@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
  .logo-header {
    flex-shrink: 0;
    gap: 24px;
  }
  .logo-header img {
    width: 85px;
  }
  .contact-header a span {
    display: none;
  }
  .contact-header {
    gap: 8px;
    margin-left: 32px;
  }
  .soc-header {
    gap: 8px;
    margin-left: 8px;
  }
  .soc-header a span {
    display: none;
  }
  .row-header {
    gap: 0;
  }
  .cart-button-header {
    width: 44px;
  }
  .cart-button-header span {
    display: none;
  }
  .value-work-time {
    font-size: 14px;
  }
  .button-header .button {
    padding: 12px 16px;
  }
  .button-header {
    margin-left: 32px;
  }
  .count-cart-mobil {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: rgb(195, 28, 75);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    background-color: rgb(251, 227, 234);
    padding: 7px 6px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 45px;
    transform: translate(-50%, 50%);
    text-align: center;
  }
}
@media (max-width: 799px) {
  .work-time-header {
    display: none;
  }
  .contact-header {
    display: none;
  }
  .soc-header {
    display: none;
  }
  .button-header {
    margin: 0;
  }
  .open-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
  }
  .mobil-menu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 290px;
    padding: 32px 16px;
    background-color: rgb(249, 245, 245);
    box-shadow: -8px 0px 32px 0px rgba(33, 30, 31, 0.1);
    z-index: 2;
  }
  .mobil-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .logo-mobil img {
    margin: 0 auto;
  }
  .work-time-mobil {
    text-align: center;
    margin-top: 32px;
  }
  .work-time-mobil p {
    font-size: 14px;
  }
  .work-time-mobil p:first-child {
    font-size: 12px;
  }
  .wrapp-soc-mobil-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }
  .call-action-mob-menu {
    width: 100%;
    margin-top: 32px;
  }
  .cart-mob {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-top: 12px;
  }
  .contact-mob-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    justify-content: center;
    width: 100%;
  }
  .wrapp-contact-phone{
    align-items: center;
    margin-top: 32px;
    justify-content: center;
  }
  .mod-wrapp-contact-phone{
    margin-top: 12px;
  }
  .privacy-url {
    color: rgb(100, 68, 76);
    font-size: 12px;
    text-align: center;
  }
  .copyrite {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
  }
  .close-menu {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.intro-main {
  margin-top: 48px;
}
.intro-main h1 {
  text-align: center;
  max-width: 1152px;
  margin: 0 auto;
}
.intro-main h1 span {
  color: rgb(195, 28, 75);
}
.intro-main p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.intro-main p::before {
  content: "";
  display: block;
  width: 6px;
  height: 22px;
  background-color: rgb(195, 28, 75);
}

.info-warning-block-main {
  background-color: rgb(250, 242, 244);
  padding: 24px 0;
}

.wrapp-info-warning-block-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrapp-info-warning-block-main svg {
  flex-shrink: 0;
}

.title-info-wanrnif-block {
  font-weight: 700;
  color: rgb(195, 28, 75);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.text-info-warning-block {
  color: rgb(100, 68, 76);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-top: 4px;
}

.catalog-production {
  margin-top: 64px;
}

.list-catalog-production {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.item-product {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
.item-product svg {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.item-product:hover {
  border: 1px solid rgb(254, 217, 227);
}
.item-product:hover .name-product {
  color: rgb(195, 28, 75);
}
.item-product:hover svg rect {
  fill: rgb(195, 28, 75);
}
.item-product:hover svg path {
  stroke: #fff;
}

.image-product {
  width: 150px;
  height: 150px;
  object-position: center;
  object-fit: contain;
}

.name-product {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.wrapp-variable-product {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrapp-variable-product p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  color: #000;
}

.advant-main {
  margin-top: 64px;
}

.wrapp-advant {
  display: flex;
  gap: 20px;
}

.item-advant {
  width: calc((100% - 40px) / 3);
  background-color: rgb(249, 245, 245);
  padding: 32px 24px;
  box-sizing: border-box;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-advant {
  margin-top: 32px;
  color: rgb(195, 28, 75);
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: center;
}

.text-advant {
  margin-top: 16px;
}
.text-advant span {
  color: rgb(195, 28, 75);
  border-bottom: 1px solid rgb(195, 28, 75);
}
.text-advant a {
  color: rgb(195, 28, 75);
  border-bottom: 1px solid rgb(195, 28, 75);
}

.tovar {
  margin-top: 64px;
}

.list-tovar {
  display: flex;
  gap: 20px;
}

.item-tovar {
  width: calc((100% - 40px) / 3);
  border: 1px solid rgb(237, 237, 237);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}
.item-tovar svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.item-tovar:hover {
  border: 1px solid rgb(254, 217, 227);
}
.item-tovar:hover .name-tovar {
  color: rgb(195, 28, 75);
}
.item-tovar:hover svg rect {
  fill: rgb(195, 28, 75);
}
.item-tovar:hover svg path {
  stroke: #fff;
}

.name-tovar {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}

.image-tovar {
  width: 100%;
  height: 164px;
  object-fit: contain;
  object-position: center;
}

.form-contact {
  margin-top: 150px;
}

.row-contact-form {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.title-form-contact {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
  max-width: 452px;
}

.wrapp-contact-form {
  width: 100%;
  max-width: 563px;
}
.wrapp-contact-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.wrapp-input {
  width: calc(50% - 11px);
}
.wrapp-input input {
  width: 100%;
  border: none;
  padding: 20px 0 8px;
  border-bottom: 1px solid rgb(240, 240, 240);
  font-family: "FSElliotPro";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000;
}
.wrapp-input input::placeholder {
  color: rgb(164, 164, 164);
}
.wrapp-input input:focus-visible {
  border-bottom: 1px solid rgb(254, 217, 227);
}

.button-submit-form {
  width: calc(50% - 11px);
}

.privacy-form {
  text-align: right;
  font-size: 14px;
}
.privacy-form a {
  color: rgb(195, 28, 75);
}

.garant {
  margin-top: 180px;
}

.wrapp-garant {
  text-align: center;
  background-color: rgb(195, 28, 75);
  color: #fff;
  padding: 54px;
  box-sizing: border-box;
  border-radius: 32px;
  position: relative;
}

.title-garant {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.desc-garant {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  max-width: 718px;
  margin: 12px auto 0;
  position: relative;
  z-index: 1;
}

.icon-garant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pay-method {
  margin-top: 120px;
}
.pay-method h2 {
  text-align: center;
}

.wrapp-pay-method {
  margin-top: 48px;
  display: flex;
}

.item-pay-method {
  width: 25%;
  padding: 32px 17px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
}
.item-pay-method:last-child {
  background-color: rgb(249, 245, 245);
  padding: 32px;
}

.title-pay-method {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.step-order {
  margin-top: 120px;
}
.step-order h2 {
  text-align: center;
}

.wrapp-step-order {
  margin-top: 48px;
  display: flex;
  gap: 35px;
}

.item-step-order {
  width: calc((100% - 105px) / 4);
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  background-color: rgb(244, 239, 239);
  border-radius: 24px;
}

.count-step-order {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background-color: rgb(195, 28, 75);
}
.count-step-order span{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.04em;
}
.title-step-order {
  color: rgb(195, 28, 75);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.desc-step-order {
  font-size: 14px;
  line-height: 20px;
}

.work-main {
  margin-top: 120px;
}

.wrapp-work-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 857px;
  margin: 0 auto;
}

.item-work-main {
  display: flex;
  gap: 16px;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: rgb(249, 245, 245);
}

.title-work-main {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  max-width: 255px;
}

.desc-work-main {
  max-width: 484px;
  font-size: 14px;
  line-height: 20px;
}
.wrapp-contact-phone{
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrapp-url-phone-header{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrapp-phone-footer{
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrapp-phone-footer img{
  width: 30px;
}
.wrapp-url-phone-footer{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrapp-button-work-main {
  display: flex;
  gap: 9px;
  margin-top: 16px;
  justify-content: center;
}

.reviews {
  margin-top: 120px;
}
.reviews h2 {
  text-align: center;
}

.wrapp-swiper-reviews {
  margin-top: 48px;
  position: relative;
}

.reviews-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}

.reviews-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}

.name-reviews {
  margin-top: 12px;
  font-size: 20px;
  letter-spacing: -0.02e;
  line-height: 24px;
}

.text-reviews {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

.date-reviews {
  color: rgba(0, 0, 0, 0.57);
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}

.more-reviews {
  display: block;
  width: fit-content;
  margin: 48px auto 0;
}

@media (max-width: 1280px) {
  .item-product {
    width: calc(50% - 10px);
  }
  .image-product {
    width: 100px;
    height: 100px;
  }
  .name-product {
    font-size: 18px;
    line-height: 100%;
  }
  .catalog-production {
    margin-top: 32px;
  }
  .wrapp-advant {
    flex-direction: column;
  }
  .item-advant {
    width: 100%;
    position: relative;
    padding: 32px 24px;
    padding-left: 96px;
    align-items: flex-start;
    text-align: left;
  }
  .icon-advant {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 48px;
    transform: translate(0, -50%);
  }
  .title-advant {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
  }
  .text-advant {
    margin-top: 8px;
  }
  .list-tovar {
    overflow: auto;
  }
  .item-tovar {
    width: 413px;
    flex-shrink: 0;
  }
  .row-contact-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-contact {
    margin-top: 100px;
  }
  .wrapp-contact-form {
    max-width: 100%;
  }
  .wrapp-input {
    width: 100%;
  }
  .button-submit-form {
    width: fit-content;
    margin-top: 16px;
  }
  .garant {
    margin-top: 80px;
  }
  .wrapp-pay-method {
    flex-direction: column;
    margin-top: 24px;
  }
  .item-pay-method {
    width: 100%;
  }
  .title-pay-method {
    font-size: 20px;
    line-height: 24px;
  }
  .item-pay-method:last-child {
    flex-direction: row;
    gap: 16px;
    text-align: left;
  }
  .item-pay-method:last-child .icom-pay-method {
    width: 48px;
  }
  .step-order {
    margin-top: 80px;
  }
  .wrapp-step-order {
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
  }
  .item-step-order {
    width: 100%;
    padding: 32px;
    position: relative;
    padding-left: 96px;
    gap: 8px;
  }
  .count-step-order {
    position: absolute;
    left: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
  }
  .work-main {
    margin-top: 80px;
  }
  .title-work-main {
    font-size: 20px;
    line-height: 24px;
  }
  .desc-work-main {
    max-width: 316px;
  }
  .item-work-main {
    justify-content: space-between;
  }
  .reviews-prev, .reviews-next {
    display: none;
  }
  .wrapp-swiper-reviews {
    margin-top: 32px;
  }
  .reviews {
    margin-top: 80px;
    overflow: hidden;
  }
  .swiper-reviews {
    overflow: visible !important;
  }
  .pay-method {
    margin-top: 80px;
  }
}
@media (max-width: 799px) {
  .item-product {
    width: 100%;
  }
  .wrapp-variable-product {
    gap: 4px;
  }
  .list-catalog-production {
    gap: 16px;
  }
  .title-advant {
    font-size: 18px;
    line-height: 24px;
  }
  .list-tovar {
    flex-direction: column;
    gap: 12px;
  }
  .item-tovar {
    width: 100%;
    padding: 16px;
  }
  .item-tovar svg{
    width: 24px;
  }
  .item-product svg{
    width: 24px;
  }
  .form-contact {
    margin-top: 80px;
  }
  .title-form-contact {
    font-size: 20px;
    line-height: 24px;
  }
  .button-submit-form {
    width: fit-content;
    margin: 0 auto;
  }
  .privacy-form {
    text-align: left;
  }
  .wrapp-garant {
    padding: 73px 20px;
  }
  .title-garant {
    font-size: 22px;
    line-height: 28px;
  }
  .desc-garant {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .title-pay-method {
    font-size: 18px;
  }
  .desc-pay-method {
    font-size: 14px;
    line-height: 20px;
  }
  .item-pay-method {
    gap: 8px;
  }
  .title-step-order {
    font-size: 18px;
  }
  .item-work-main {
    padding: 24px;
    flex-direction: column;
  }
  .desc-work-main {
    max-width: 100%;
  }
  .title-work-main {
    font-size: 18px;
  }
  .wrapp-button-work-main {
    flex-direction: column;
    align-items: center;
  }
  .wrapp-button-work-main .button {
    width: fit-content;
    text-align: center;
  }
  .intro-main p {
    font-size: 16px;
    line-height: 32px;
  }
  .wrapp-info-warning-block-main {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .title-info-wanrnif-block {
    font-size: 14px;
  }
  .text-info-warning-block {
    font-size: 12px;
    margin-top: 8px;
  }
}
.notfound {
  margin-top: 120px;
}

.wrapp-not-found {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

.info-not-found {
  width: 100%;
  max-width: 576px;
}
.info-not-found h1 {
  font-size: 48px;
  line-height: 52px;
}
.info-not-found p {
  line-height: 24px;
  margin-top: 16px;
}
.info-not-found .back-home {
  display: block;
  margin-top: 64px;
  width: fit-content;
}

.contact-not-found {
  width: 100%;
  max-width: 576px;
  display: flex;
  flex-direction: column;
}

.phone-notfound {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
}

.mail-notfound {
  margin-top: 8px;
  font-size: 14px;
  color: #000;
}

.adress-notfound {
  margin-top: 24px;
  font-size: 14px;
}

.soc-not-found {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.block-info-contact-notfound {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: rgb(249, 245, 245);
}
.block-info-contact-notfound svg {
  flex-shrink: 0;
}
.block-info-contact-notfound p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .wrapp-not-found {
    flex-direction: column;
  }
  .info-not-found {
    max-width: 100%;
  }
  .info-not-found h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .info-not-found p {
    margin-top: 16px;
  }
  .back-home {
    margin-top: 32px;
  }
  .contact-not-found {
    max-width: 100%;
  }
  .notfound {
    margin-top: 32px;
  }
}
@media (max-width: 799px) {
  .notfound {
    margin-top: 24px;
  }
  .wrapp-not-found {
    gap: 48px;
  }
  .info-not-found h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .info-not-found p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .phone-notfound {
    font-size: 28px;
    line-height: 32px;
  }
  .block-info-contact-notfound {
    padding: 14px 24px;
  }
}
.content-docs {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrapp-content-docs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapp-content-docs ul, .wrapp-content-docs ol {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapp-content-docs h2, .wrapp-content-docs h3 {
  margin-top: 24px;
}
.wrapp-content-docs h2:first-child, .wrapp-content-docs h3:first-child {
  margin: 0;
}

.margin-content {
  margin-top: 48px;
}

@media (max-width: 1280px) {
  .content-docs {
    margin-top: 32px;
  }
  .margin-content {
    margin-top: 32px;
  }
}
@media (max-width: 799px) {
  .wrapp-content-docs {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .wrapp-content-docs ul, .wrapp-content-docs ol {
    gap: 10px;
  }
}
.intro-product {
  margin-top: 32px;
}

.wrapp-intro-product {
  display: flex;
}

.info-product-single {
  width: 100%;
  max-width: 1003px;
  box-sizing: border-box;
  padding: 48px;
  border-radius: 24px 0 0 24px;
  background-color: rgb(249, 249, 249);
}
.info-product-single h1 {
  font-size: 40px;
  line-height: 52px;
}
.info-product-single h1 span {
  color: rgb(195, 28, 75);
}

.wrapp-variable-product-single {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}

.item-variable-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapp-price-product-variable {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desc-text-sale-info {
  margin-top: 48px;
  color: rgb(195, 28, 75);
}

.name-variable-product {
  font-size: 18px;
}

.add-cart-product-fariable {
  padding: 10.5px 16px;
}

.variable-product {
  margin-top: 120px;
}

.wrapp-variable-product-block {
  margin-top: 48px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.item-variable-product-block {
  width: calc((100% - 96px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.info-wrapp-variable-prodcut-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-variable-product-block {
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: left;
  border-radius: 24px;
}

.name-variable-prodcut-block {
  font-size: 22px;
  line-height: 32px;
  color: rgb(195, 28, 75);
  margin-top: 8px;
  border-bottom: 1px solid rgb(228, 216, 219);
  width: fit-content;
}

.add-cart-variable-product-block {
  width: fit-content;
}

.pricing-product {
  margin-top: 120px;
}

.desc-pricing-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.desc-pricing-product p {
  line-height: 125%;
}
.desc-pricing-product ul, .desc-pricing-product ol{
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.desc-pricing-product ul li,
.desc-pricing-product ol li{
  line-height: 125%;
}
.wrapp-pricing-row {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.name-pricing-row {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.wrapp-column-pricing {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}

.column-pricing {
  width: calc((100% - 64px) / 3);
}

.title-column-pricing {
  font-size: 20px;
  line-height: 28px;
  color: rgb(195, 28, 75);
  letter-spacing: -0.02em;
}

.row-columg-pricing {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.row-columg-pricing p {
  color: rgb(91, 91, 91);
}

.price-product-variable-sale {
  color: rgb(195, 28, 75);
  width: fit-content;
  min-width: 57px;
}

.dop-info-pricing {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgb(249, 245, 245);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 24px;
}
.dop-info-pricing svg {
  flex-shrink: 0;
}
.dop-info-pricing p {
  line-height: 24px;
}

.desc-variable-product-block {
  line-height: 125%;
}

.popup-order-opened {
  overflow: hidden;
}

.suggestions-wrapper,
.suggestions-suggestions {
  z-index: 10030 !important;
}

.popup-order-product__form > .suggestions-wrapper,
.form-order-region form > .suggestions-wrapper {
  width: 100%;
  margin-top: calc(var(--shtamp-form-gap, 24px) * -1);
}

.popup-order-product {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-order-product.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-order-product__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.popup-order-product__dialog {
  position: relative;
  width: calc(100% - 32px);
  max-width: 700px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: rgb(249, 245, 245);
  border-radius: 24px;
  padding: 56px;
  box-sizing: border-box;
}

.popup-order-product__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #1e1e1e;
}

.popup-order-product__title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.popup-order-product__form {
  --shtamp-form-gap: 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: var(--shtamp-form-gap);
}

.popup-order-product__form input {
  height: 56px;
  box-sizing: border-box;
  border: 1px solid rgb(240, 240, 240);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-family: "FSElliotPro";
}

.popup-order-product__form textarea {
  min-height: 96px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgb(240, 240, 240);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  font-family: "FSElliotPro";
}

.popup-order-product__form input::placeholder {
  color: rgb(126, 125, 125);
}

.popup-order-product__form input:focus-visible {
  outline: none;
  background: #fff;
}

.popup-order-product__form textarea:focus-visible {
  outline: none;
  background: #fff;
}

.popup-order-product__file-wrap {
  margin-top: 4px;
}

.popup-order-product__file-title {
  font-size: 14px;
  line-height: 100%;
}

.popup-order-product__file-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.popup-order-product__file-btn {
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 14x;
  line-height: 100%;
  cursor: pointer;
}

.popup-order-product__file-count {
  color: rgb(126, 125, 125);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
}
.popup-file-count{
  color: #000;
}
.popup-order-product__checkbox-wrap {
  margin-top: 4px;
}

.popup-order-product__checkbox-label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #5B5B5B;
  display: none;
}

.popup-order-product__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-order-product__checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.popup-order-product__checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.popup-order-product__checkbox-item input[type="checkbox"] + span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.popup-order-product__checkbox-item input[type="checkbox"] + span::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #d2d2d2;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.popup-order-product__checkbox-item input[type="checkbox"] + span::after {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.popup-order-product__checkbox-item input[type="checkbox"]:checked + span::before {
  background: rgb(195, 28, 75);
}

.popup-order-product__checkbox-item input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.popup-order-product__checkbox-item input[type="checkbox"]:focus-visible + span::before {
  outline: 2px solid rgba(195, 28, 75, 0.35);
  outline-offset: 2px;
}

.popup-order-product__checkbox-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.popup-order-product__checkbox-item input[type="radio"] + span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.popup-order-product__checkbox-item input[type="radio"] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d2d2d2;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.popup-order-product__checkbox-item input[type="radio"]:checked + span::before {
  background: rgb(195, 28, 75);
}

.popup-order-product__checkbox-item input[type="radio"]:focus-visible + span::before {
  outline: 2px solid rgba(195, 28, 75, 0.35);
  outline-offset: 2px;
}

.popup-order-product__submit {
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 100%;
  border-radius: 58px;
}

.lead-request-popup .popup-order-product__dialog {
  max-width: 560px;
  padding: 40px 32px 28px;
}

.lead-request-popup .popup-order-product__form {
  --shtamp-form-gap: 16px;
  margin-top: 24px;
  gap: 16px;
}

@media (max-width: 1280px) {
  .popup-order-product__dialog {
    max-width: 680px;
    padding: 44px 32px 32px;
  }

  .lead-request-popup .popup-order-product__dialog {
    max-width: 560px;
  }


}

@media (max-width: 799px) {
  .popup-order-product {
    align-items: center;
    padding-top: 16px;
  }

  .popup-order-product__dialog {
    max-height: calc(100vh - 32px);
    padding: 32px 16px 24px;
    border-radius: 20px;
  }

  .popup-order-product__close {
    top: 12px;
    right: 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .popup-order-product__form input {
    height: 44px;
    font-size: 14px;
  }

  .popup-order-product__form textarea {
    font-size: 14px;
    min-height: 80px;
    padding: 12px;
  }

  .lead-request-popup .popup-order-product__dialog {
    padding: 32px 16px 24px;
  }

  .popup-order-product__file-title {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-order-product__file-btn,
  .popup-order-product__file-count,
  .popup-order-product__checkbox-label,
  .popup-order-product__checkbox-item {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-order-product__checkbox-item input[type="checkbox"] + span {
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .popup-order-product__checkbox-item input[type="checkbox"] + span::before {
    width: 26px;
    height: 26px;
    border-radius: 7px;
  }

  .popup-order-product__checkbox-item input[type="checkbox"] + span::after {
    left: 7px;
    font-size: 15px;
  }
.desc-pricing-product ul li,
.desc-pricing-product ol li{
  font-size: 14px;
  line-height: 20px;
}

}

.cart-empty-state {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.cart-edit-toggle {
  margin-top: 16px;
}

.cart-edit-form {
  display: none;
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgb(249, 245, 245);
}

.cart-edit-form.is-open {
  display: block;
}

.cart-edit-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-edit-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-edit-label {
  font-size: 14px;
  line-height: 20px;
}

.cart-edit-field input[type="text"],
.cart-edit-field textarea,
.cart-edit-field input[type="file"] {
  border: 1px solid rgb(240, 240, 240);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font-family: "FSElliotPro";
  font-size: 14px;
}

.cart-edit-field textarea {
  min-height: 80px;
  resize: vertical;
}

.cart-files-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.cart-file-item a {
  color: rgb(195, 28, 75);
}

.cart-file-item span {
  color: rgb(126, 125, 125);
}

.cart-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.cart-checkbox-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.cart-edit-form-popup .cart-checkbox-list {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"] + span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"] + span::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #d2d2d2;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-58%) rotate(45deg);
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"]:checked + span::before {
  background: rgb(195, 28, 75);
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.cart-edit-form-popup .cart-checkbox-item input[type="checkbox"]:focus-visible + span::before {
  outline: 2px solid rgba(195, 28, 75, 0.35);
  outline-offset: 2px;
}

.count-cart-desktop {
  white-space: nowrap;
}

.cart-edit-open {
  margin-top: 16px;
}

.cart-edit-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-edit-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-edit-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cart-edit-popup__dialog {
  position: relative;
  width: calc(100% - 32px);
  max-width: 760px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: rgb(249, 245, 245);
  border-radius: 24px;
  padding: 56px 48px 40px;
  box-sizing: border-box;
}

.cart-edit-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #1e1e1e;
}

.cart-edit-popup__title {
  font-size: 32px;
  line-height: 38px;
}

.cart-edit-form-popup {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-edit-form-popup .cart-edit-fields {
  gap: 16px;
}

.cart-edit-form-popup .cart-edit-label {
  font-size: 16px;
  line-height: 22px;
}

.cart-edit-form-popup .cart-edit-field input[type="text"],
.cart-edit-form-popup .cart-edit-field textarea,
.cart-edit-form-popup .cart-edit-field input[type="file"] {
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid rgb(240, 240, 240);
  background: #fff;
  border-radius: 12px;
  font-family: "FSElliotPro";
}

.cart-edit-form-popup .cart-edit-field textarea {
  min-height: 110px;
  resize: vertical;
}

.cart-files-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 12px;
  padding: 10px 12px;
}

.cart-file-item a {
  color: rgb(195, 28, 75);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
}

.cart-file-item a:hover {
  text-decoration-color: rgb(195, 28, 75);
}

.cart-file-item .cart-file-preview {
  flex: 0 0 118px;
  text-decoration: none;
}

.cart-file-item .cart-file-preview__placeholder {
  color: rgb(195, 28, 75);
}

.cart-file-item .cart-file-preview__caption {
  color: rgb(91, 91, 91);
}

.cart-file-item .cart-file-preview:hover .cart-file-preview__caption {
  color: rgb(195, 28, 75);
}

.cart-file-remove-toggle {
  border: none;
  background: transparent;
  color: rgb(195, 28, 75);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.cart-file-item.is-marked-remove {
  border-color: rgb(195, 28, 75);
  background: rgb(255, 241, 245);
}

.cart-file-item.is-marked-remove .cart-file-remove-toggle {
  color: #1e1e1e;
}

.popup-order-checkout .popup-order-product__dialog {
  max-width: 560px;
  padding: 40px 32px 28px;
}

.cart-checkout-form {
  --shtamp-form-gap: 16px;
  margin-top: 32px;
  gap: var(--shtamp-form-gap);
}

.cart-checkout-list-title {
  font-size: 14px;
  line-height: 20px;
  color: #5B5B5B;
}

.cart-checkout-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-checkout-list-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-checkout-list-item__name {
  font-size: 14px;
  line-height: 20px;
}

.cart-checkout-list-item__variant {
  font-size: 14px;
  line-height: 20px;
  color: rgb(126, 125, 125);
}

.cart-checkout-list-item__right {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  color: #5B5B5B;
}

.cart-checkout-total {
  margin-top: 4px;
  font-size: 22px;
  line-height: 28px;
  display: none;
}

.popup-order-product__checkbox-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.cart-checkout-form .popup-order-product__checkbox-item input[type="radio"] + span {
  position: relative;
  gap: 16px;
  white-space: nowrap;
}

.cart-checkout-form .popup-order-product__checkbox-item input[type="radio"] + span::before {
  width: 19px;
  height: 19px;
  border-radius: 4px;
}

.cart-checkout-form .popup-order-product__checkbox-item input[type="radio"] + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-58%) rotate(45deg);
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.cart-checkout-form .popup-order-product__checkbox-item input[type="radio"]:checked + span::after {
  opacity: 1;
}

.cart-checkout-form input[disabled] {
  opacity: 0.65;
}

.cart-checkout-form .is-invalid {
  border-color: rgb(195, 28, 75);
}

.field-error {
  margin-top: 6px;
  color: rgb(195, 28, 75);
  font-size: 13px;
  line-height: 18px;
}

.discound-code .field-error {
  flex: 0 0 100%;
  order: 10;
  margin-top: 0;
}

.cart-status-popup {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-status-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-status-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cart-status-popup__dialog {
  position: relative;
  width: 355px;
  background: rgb(249, 245, 245);
  border-radius: 24px;
  padding: 44px 36px 32px;
  box-sizing: border-box;
}

.cart-status-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #1e1e1e;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}

.cart-status-popup__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}

.cart-status-popup__text {
  margin-top: 14px;
  color: rgb(91, 91, 91);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}

.cart-status-popup__actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cart-status-popup__actions .button {
  flex: 1 1 190px;
  text-align: center;
}

.cart-status-popup [hidden] {
  display: none !important;
}

.cart-status-popup--thanks .cart-status-popup__dialog {
  width: 355px;
  min-height: 0;
  padding: 48px 32px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart-status-popup--thanks .cart-status-popup__close {
  display: none;
}

.cart-status-popup--thanks .cart-status-popup__title {
  max-width: 420px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  white-space: pre-line;
}

.cart-status-popup--thanks .cart-status-popup__text {
  max-width: 420px;
  margin-top: 36px;
  color: rgb(126, 125, 125);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  white-space: pre-line;
}

.cart-status-popup--thanks .cart-status-popup__actions {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.cart-status-popup--thanks .cart-status-popup__primary {
  flex: 0 1 396px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1280px) {
  .cart-edit-popup__dialog {
    max-width: 680px;
    padding: 44px 32px 28px;
  }

  .cart-edit-popup__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 799px) {
  .cart-status-popup--thanks .cart-status-popup__dialog {
    width: 355px;
    min-height: 0;
    padding: 48px;
    border-radius: 24px;
  }

  .cart-status-popup--thanks .cart-status-popup__title {
    font-size: 20px;
    line-height: 28px;
  }

  .cart-status-popup--thanks .cart-status-popup__text {
    margin-top: 26px;
    font-size: 14px;
    line-height: 20px;
  }

  .cart-status-popup--thanks .cart-status-popup__actions {
    margin-top: 28px;
  }


  .cart-edit-popup {
    align-items: flex-start;
    padding-top: 16px;
  }

  .cart-edit-popup__dialog {
    max-height: calc(100vh - 32px);
    padding: 32px 16px 20px;
    border-radius: 20px;
  }

  .cart-edit-popup__close {
    top: 12px;
    right: 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .cart-edit-popup__title {
    font-size: 22px;
    line-height: 28px;
    padding-right: 20px;
  }

  .cart-edit-form-popup .cart-edit-label {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-edit-form-popup .cart-edit-field input[type="text"],
  .cart-edit-form-popup .cart-edit-field textarea,
  .cart-edit-form-popup .cart-edit-field input[type="file"] {
    padding: 12px;
    font-size: 14px;
  }

  .cart-file-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .popup-order-checkout .popup-order-product__dialog {
    width: calc(100% - 20px);
    max-width: none;
    padding: 32px 14px 20px;
  }

  .cart-checkout-list-title {
    font-size: 18px;
    line-height: 24px;
  }

  .cart-checkout-list-item__name,
  .cart-checkout-list-item__right {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-checkout-total {
    font-size: 16px;
    line-height: 22px;
  }

  .cart-status-popup {
    align-items: center;
    padding-top: 16px;
  }

  .cart-status-popup__dialog {
    padding: 34px 16px 22px;
    border-radius: 20px;
  }

  .cart-status-popup__title {
    font-size: 24px;
    line-height: 30px;
    max-width: 300px;
  }

  .cart-status-popup__text {
    font-size: 14px;
    line-height: 20px;
  }

  .cart-coupon-applied {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .wrapp-intro-product {
    flex-direction: column;
  }
  .wrapp-intro-product .reviews-order-info {
    border-radius: 0 0 24px 24px;
  }
  .info-product-single {
    max-width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 48px 32px;
  }
  .info-product-single h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .wrapp-variable-product-single {
    margin-top: 32px;
    gap: 12px;
  }
  .name-variable-product {
    font-size: 16px;
  }
  .price-product-variable {
    font-size: 14px;
  }
  .price-product-variable-sale {
    font-size: 14px;
  }
  .desc-text-sale-info {
    margin-top: 32px;
    font-size: 14px;
  }
  .variable-product {
    margin-top: 80px;
  }
  .wrapp-variable-product-block {
    margin-top: 32px;
    gap: 20px;
  }
  .item-variable-product-block {
    width: calc((100% - 40px) / 3);
  }
  .image-variable-product-block {
    height: 229px;
  }
  .name-variable-prodcut-block {
    font-size: 18px;
    line-height: 24px;
  }
  .desc-variable-product-block {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .pricing-product {
    margin-top: 80px;
  }
  .wrapp-pricing-row {
    margin-top: 32px;
    gap: 32px;
  }
  .wrapp-column-pricing {
    margin-top: 24px;
  }
  .name-pricing-row {
    font-size: 20px;
    line-height: 28px;
  }
  .title-column-pricing {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .dop-info-pricing {
    margin-top: 32px;
  }
}
@media (max-width: 799px) {
  .intro-product {
    margin-top: 24px;
  }
  .info-product-single {
    padding: 32px 24px;
  }
  .item-variable-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapp-price-product-variable {
    width: 100%;
    justify-content: space-between;
  }
  .desc-text-sale-info {
    margin-top: 24px;
  }
  .wrapp-variable-product-block {
    margin-top: 24px;
    gap: 32px 16px;
  }
  .item-variable-product-block {
    width: 100%;
  }
  .info-product-item{
    width: 100%;
  }
  .item-product{
    padding: 16px;
    gap: 16px;
  }
  .wrapp-variable-product span:last-child{
    flex-shrink: 0;
  }
  .image-variable-product-block {
    height: 230px;
    object-position: center;
  }
  .add-cart-variable-product-block {
    width: fit-content;
  }
  .desc-pricing-product p {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapp-column-pricing {
    flex-direction: column;
    gap: 16px;
  }
  .column-pricing {
    width: 100%;
  }
  .dop-info-pricing {
    flex-direction: column;
    align-items: flex-start;
  }
}
.region-page {
  margin-top: 48px;
}

.wrapp-region {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

.info-region-block {
  width: 100%;
  max-width: 576px;
}

.form-order-region {
  width: 100%;
  max-width: 576px;
  height: fit-content;
  background-color: rgb(249, 245, 245);
  padding: 48px;
  border-radius: 24px;
  box-sizing: border-box;
}
.form-order-region form {
  --shtamp-form-gap: 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: var(--shtamp-form-gap);
}
.form-order-region form input {
  padding: 14px 16px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(240, 240, 240);
  box-sizing: border-box;
  font-family: "FSElliotPro";
}
.form-order-region form input:focus-visible {
  outline: none;
  background-color: #fff;
}

.form-order-region form .is-invalid {
  border-color: rgb(195, 28, 75);
  background-color: #fff;
}

.title-form-order-region {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.file-title {
  font-size: 14px;
}

.file-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.file-btn {
  font-size: 14px;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
}

.count-file {
  font-size: 14px;
  line-height: 24px;
  color: rgb(126, 125, 125);
  letter-spacing: -0.02em;
}
.count-file span {
  color: #000;
}

.button-form-region {
  width: 160px;
}

.privacy-info-form-region {
  font-size: 14px;
}
.privacy-info-form-region a {
  color: rgb(195, 28, 75);
}

.info-field {
  font-size: 14px;
}

.image-region-page {
  width: 100%;
  border-radius: 24px;
  max-height: 350px;
  object-fit: contain;
}

.first-text-region {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
}
.first-text-region h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.first-text-region p {
  font-size: 18px;
  line-height: 28px;
}

.metro-region {
  margin-top: 64px;
}

.title-metro {
  color: rgb(195, 28, 75);
  font-size: 20px;
  line-height: 24px;
}

.wrapp-metro {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapp-metro a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
}
.wrapp-metro a:hover {
  color: rgb(145, 95, 109);
}
.wrapp-metro a span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.last-text-region {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.last-text-region h2 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.title-metro-page span {
  color: rgb(72, 169, 251);
}

@media (max-width: 1280px) {
  .region-page {
    margin-top: 32px;
  }
  .wrapp-region {
    flex-direction: column;
  }
  .info-region-block {
    max-width: 100%;
  }
  .last-text-region h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .form-order-region {
    max-width: 100%;
    padding: 32px;
  }
  .form-order-region form {
    --shtamp-form-gap: 16px;
  }
}
@media (max-width: 799px) {
  .image-region-page {
    height: 250px;
  }
  .first-text-region {
    margin-top: 32px;
  }
  .first-text-region h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .first-text-region p {
    font-size: 14px;
    line-height: 20px;
  }
  .last-text-region {
    margin-top: 32px;
  }
  .last-text-region h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .last-text-region p {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapp-region {
    gap: 32px;
  }
  .title-form-order-region {
    font-size: 20px;
    line-height: 24px;
  }
  .button-form-region {
    width: 100%;
  }
}
.thank {
  margin-top: 120px;
}

.wrapp-thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.time-thank {
  color: rgb(195, 28, 75);
  font-size: 64px;
  line-height: 64px;
}

/* .desc-thank {
  max-width: 715px;
} */

@media (max-width: 1280px) {
  .time-thank {
    font-size: 52px;
    line-height: 52px;
  }
  .wrapp-thank {
    gap: 16px;
  }
}
@media (max-width: 799px) {
  .desc-thank {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 32px;
}
.breadcrumbs p {
  color: rgb(30, 30, 30);
}
.breadcrumbs a {
  color: rgb(164, 164, 164);
}
.breadcrumbs a:hover {
  color: #000;
}

.intro-tovar {
  margin-top: 48px;
}

.row-intro-tovar {
  display: flex;
  gap: 48px;
}

.image-tovar-single {
  width: 100%;
  max-width: 300px;
  border-radius: 24px;
  height: 300px;
  object-fit: contain;
  object-position: center;
}

.wrapp-info-tovar-single {
  width: 1000%;
  max-width: 562px;
}
.wrapp-info-tovar-single h1 {
  font-size: 48px;
  line-height: 52px;
}

.variable-tovar-title {
  margin-top: 24px;
  color: rgb(130, 130, 130);
}

.wrapp-variavle-tovar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.variable-item-tovar {
  background-color: rgb(249, 245, 245);
  border-radius: 32px;
  padding: 12px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.variable-item-tovar:hover {
  opacity: 0.7;
}
.variable-item-tovar.active {
  background-color: rgb(195, 28, 75);
  color: #fff;
}

.desc-tovar-single {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.desc-tovar-single img{
  width: 100%;
}
.desc-tovar-single p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.image-info-tovar {
  margin-top: 24px;
  width: 100%;
  max-width: 450px;
  max-height: 158px;
  object-fit: contain;
  object-position: left;
}

.add-cart-tovar-single {
  margin-top: 48px;
}

.reviews-order-info {
  width: 100%;
  max-width: 322px;
  background-color: rgb(244, 239, 239);
  border-radius: 0 24px 24px 0;
  padding: 32px 32px 32px 48px;
  box-sizing: border-box;
}
.reviews-order-info ol {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;

}
.reviews-order-info ol li {
  font-size: 14px;
  line-height: 18px;
}
/* .reviews-order-info ol li::before {
  content: counter(item) ".";
  text-align: right;
} */
.star-reviews-order {
  margin: 0 auto;
}

.text-reviews-order {
  text-align: center;
  margin-top: 12px;
}

.title-reviews-order-info {
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}

@media (max-width: 1280px) {
  .intro-tovar {
    margin-top: 32px;
  }
  .row-intro-tovar {
    flex-wrap: wrap;
  }
  .wrapp-info-tovar-single {
    max-width: 380px;
  }
  .wrapp-info-tovar-single h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .image-info-tovar {
    max-width: 343px;
    max-height: 120px;
  }
  .reviews-order-info {
    max-width: 100%;
    border-radius: 24px;
    display: flex;
    gap: 32px;
    padding: 32px;
  }
  .col-reviews-order {
    width: 100%;
    max-width: 200px;
  }
  .star-reviews-order {
    margin: 0;
  }
  .text-reviews-order {
    text-align: left;
  }
  .title-reviews-order-info {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 799px) {
  .image-tovar-single {
    max-width: 179px;
    height: 179px;
  }
  .wrapp-info-tovar-single {
    max-width: 100%;
  }
  .wrapp-info-tovar-single h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .desc-tovar-single p {
    font-size: 14px;
    line-height: 20px;
  }
  .add-cart-tovar-single {
    width: fit-content;
  }
  .reviews-order-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  .breadcrumbs {
    font-size: 12px;
    overflow: auto;
  }
  .breadcrumbs a {
    flex-shrink: 0;
  }
  .breadcrumbs p {
    flex-shrink: 0;
  }
  .title-reviews-order-info, .text-reviews-order{
    text-align: center;
  }
  .star-reviews-order{
    margin: 0 auto;
  }
  .reviews-order-info ol{
    text-align: left;
  }
}
@media (max-width: 375px) {
  .image-product{
    width: 80px;
    height: 80px;
  }
}