body {
  background: #737373;
  margin: 0;
  font-family: "Muller";
}

.hide {
  display: none !important;
}

.main_wrapper {
  font-family: "Muller";
  margin: 0 auto;
  width: 480px;
  background: #fff;
}

.product-image {
  width: 480px;
}

.product-image img {
  width: 480px;
}

.product-desc {
  margin: 20px auto 0px;
  width: 440px;
  height: 388px;
}

.product-header {
  font-family: "Muller";
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
  color: #333333;
}

.product-have {
  font-family: "Muller";
  font-weight: 400;
  font-size: 18px;
  color: #257300;
}

.product-bought {
  display: inline-block;
  margin-top: 10px;
  color: #b932e7;

  background: #fbeeff;
  border-radius: 10px;
  height: 32px;
  min-width: 321px;
}

.product-bought div {
  display: inline-block;
  min-width: 281px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}

.product-bought::before {
  display: inline-block;
  content: url("../img/bought.svg");
  width: 15px;
  height: 32px;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: middle;
  padding-top: 5px;
}

.product-price {
  width: 439px;
  height: 56px;
}

.product-price .price-block {
  display: inline-block;
}

.product-price .price-block .price {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  color: #333333;
}

.product-price .price-block .oldprice {
  display: inline-block;
  color: #686868;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 20px;
}

.product-price .discount-block {
  float: right;
  display: inline-block;
  width: 69px;
  color: #fff;
  background: #c329fa;
  text-align: center;
  padding: 10px 4px 10px 4px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
}

.product-discount-info {
  margin-top: 20px;
  min-width: 400px;
  border-radius: 10px;
  color: #686868;
  background: #fff2d0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
  padding-top: 6px;
  padding-bottom: 4px;
}

.product-discount-info #discount-date {
  color: #2e2e2e;
  font-weight: 500;
}

button.buy {
  font-family: "Muller";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  width: 440px;
  height: 58px;
  background: linear-gradient(90deg, #a018d1, #d254ff);
  border: 0px;
  border-radius: 25px;
  cursor: pointer;
}

button.buy:hover {
  background: linear-gradient(90deg, #b332e1, #d254ff);
}
.delivery_data {
  color: #686868;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.delivery_data .bold {
  font-weight: 500;
  color: #353535;
}

.video {
  margin: 60px auto 0px;
  width: 440px;
}

.video .player {
  border-radius: 25px;
  overflow: hidden;
  width: 440px;
  height: 550px;
  text-align: center;
}

.video-desc {
  margin-top: 5px;
  width: 400px;
  padding: 20px;
  border-radius: 25px;
  background-image: linear-gradient(
    126deg,
    rgba(138, 114, 76, 1) 0%,
    rgba(184, 150, 104, 1) 98%
  );
}

.video-desc-header {
  font-family: "Muller";
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
}

.video-desc-text {
  margin-top: 20px;
  font-family: "Muller";
  font-size: 18px;
  font-weight: 500;
  color: #bebebe;
  line-height: 120%;
}

.text-block {
  margin: 0px auto 0px;
  padding-bottom: 208px;
  font-family: "Muller";
  color: #302dce;
  width: 440px;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}

.sbs-desc {
  position: relative;
  background: #d4bfa2;
  padding-top: 200px;
}

.product-cut-image {
  position: absolute;
  top: -130px;
  width: 440px;
  margin-left: 20px;
}

.step {
  width: 440px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.step:last-child {
  padding-bottom: 40px;
}

.step-info {
  margin: 0 auto;
  width: 440px;
}

.whitebg {
  background: #fff;
  color: #2e2e2e;
}

.blackbg {
  background-image: linear-gradient(151.90375145411573deg, #292828, #1c1c1c);
  color: #ffffff;
}

.step-header {
  margin: 0 auto;
  width: 400px;
  border-radius: 25px;
  padding: 20px;
}

.step-num {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  width: 70px;
  vertical-align: top;

  border-radius: 50px;
  border: 3px solid;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 4px;
}

.stem-header-text {
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  line-height: 120%;
  width: 295px;
  padding-left: 20px;
}

.step-desc-text {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.whitebg .step-desc-text {
  color: #646464;
}

.blackbg .step-desc-text {
  color: #bebebe;
}

.step-image {
  margin-top: 5px;
  overflow: hidden;
  border-radius: 25px;
}

.step-image img {
  width: 100%;
  border-radius: 25px;
  transform: scale(1.02);
}

.product-slider {
  margin: 40px auto 0px;
  width: 440px;
}
.product-slider div {
  overflow: hidden;
}
.product-slider img {
  width: 440px;
}

.slick-slide {
  border-radius: 25px;
  overflow: hidden;
  margin: 0px 20px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #a3a3a3;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6c6b6b;
}

.product-spec {
  width: 440px;
  margin: 80px auto 80px;
  background-image: linear-gradient(
    126deg,
    rgba(138, 114, 76, 1) 0%,
    rgba(184, 150, 104, 1) 98%
  );
  border-radius: 25px;
  color: #ffffff;
}

.product-spec-header {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

.product-spec-list {
  margin-top: 20px;
  padding: 20px;
}

.product-spec-list-item {
  margin-top: 30px;
}
.product-spec-list-item:first-child {
  margin-top: 0px;
}

.product-spec-list-item-name {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 120%;
  border-bottom: 1px solid #f3f3f3;
  vertical-align: middle;
}
.product-spec-list-value {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #f3f3f3;
  margin-left: 20px;
  width: 270px;
  vertical-align: middle;
}

.delivery {
  width: 480px;
  background: #997e55;
  padding-top: 40px;
  padding-bottom: 80px;
}

.delivery_content {
  margin: 0px auto 0px;
  background-image: linear-gradient(320deg, #ad8d61, #af9873);
  border-radius: 10px;
  min-height: 164px;
  width: 440px;
  text-align: left;
}
.delivery_variant {
  margin-left: 20px;
  padding-top: 20px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  width: 350px;
}
.delibery_variant_block {
  display: inline-block;
  min-width: 260px;
}
.delivery_variant::after {
  content: url(../img/v.svg);
  right: 0px;
  position: absolute;
}
.delivery_variant.open::after {
  content: url(../img/v.svg);
  display: inline-block;
  transform: rotate(180deg);
  position: absolute;
  right: 0px;
  top: 25px;
}

.delivery_text {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  width: 400px;
  display: none;
  color: #bebebe;
  line-height: 120%;
}

.delivery_text li {
  padding-top: 10px;
  width: 400px;
  margin-left: -30px;
  color: #f3f3f3;
}

.delivery_text li:first-child {
  padding-top: 0px;
}

.delivery_line {
  width: 80%;
  margin: 20px 0px;
  height: 1px;
  background: #f3f3f3;
  margin-bottom: 20px;
}

.delivery_variant.open .delivery_line {
  visibility: hidden;
}

.product-footer-image {
  margin-top: 0px;
  width: 480px;
  /* height:600px; */
}
.product-footer-image img {
  width: 100%;
  overflow: hidden;
}
.complect {
  width: 440px;
  margin: 40px auto 0px;
}

.complect-header {
  font-size: 35px;
  font-weight: 800;
  color: #323232;
}

.complect-variants {
  margin-top: 20px;
}

.complect-variant {
  margin-top: 11px;
  cursor: pointer;
}

.complect-variant:first-child {
  margin-top: 0px;
}

.complect-caption {
  border-radius: 10px;
  background: #ffebb7;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 120%;
  padding: 5px 10px;
  margin-bottom: 3px;
}

.complect-item {
  background: #f2f2f2;
  border-radius: 25px;
  height: 50px;
  padding: 15px 20px;
}

.active .complect-item {
  border: 1.5px solid #c329fa;
}

.complect-info {
  position: relative;
}

.complect-info-count {
  display: inline-block;
  width: 154px;
  height: 51px;
  vertical-align: middle;
}

.complect-info-count-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.active .complect-info-count-circle {
  background: #c329fa;
}

.complect-info-count-data {
  display: inline-block;
  width: 114px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: 3px;
}

.complect-info-count-data-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #323232;
}

.complect-info-count-data-discount {
  font-size: 13px;
  font-weight: 400;
  color: #8a8a8a;
}

.complect-info-price {
  display: inline-block;
  position: absolute;
  right: 0px;
}

.complect-info-price-newprice {
  font-size: 25px;
  font-weight: 700;
  color: #323232;
  line-height: 120%;
  text-align: right;
}

.complect-info-price-oldprice {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 120%;
  text-align: right;
}

.green {
  background: #ceffb8;
}

.form {
  width: 440px;
  margin: 80px auto 0px;
}

.form-desc-header {
  font-size: 35px;
  font-weight: 800;
  line-height: 120%;
  color: #323232;
}

.form-desc-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}

.form-fields {
  margin-top: 40px;
}

select[name="city"] {
  margin: 0px auto 20px;
  padding: 0px 20px 0 90px;
  width: 440px;
  min-height: 66px;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
  background-image: url(../img/field-city.svg);
  background-position: 23px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select.form-input[name="city"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-input {
  margin: 0 auto 20px;
  padding: 0 20px 0 90px;
  width: 340px;
  min-height: 66px;
  border: 0px;
  border-radius: 25px;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}

.form-name {
  background-image: url(../img/field-name.svg);
  background-position: 23px center;
  background-repeat: no-repeat;
}

.form-phone {
  background-image: url(../img/field-phone.svg);
  background-position: 23px center;
  background-repeat: no-repeat;
}

/* start enter code input*/

.phone-confiramtion-form {
  border-radius: 25px;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  background: #f2f2f2;
}

.phone-confiramtion-form .form-desc-header {
  color: #525252;
  /* font-family: Muller; */
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.phone-confiramtion-form .form-desc-text {
  color: #6a6969;
  /* font-family: Muller; */
  font-size: 16.5px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}

.phone-confiramtion-form .phone-number {
  color: #525252;
  /* font-family: Muller; */
  font-size: 15.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.phone-confiramtion-form .code-input {
  color: #525252;
  /* font-family: Muller; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 10px;
  line-height: 130%;
}

.phone-confiramtion-form .otp {
  padding: 0;
  border-radius: 10px;
  background: #f2f2f2;
  border: 1px solid #c329fa;
  box-sizing: border-box;
  width: 40px;
  height: 50px;

  text-align: center;
  font-family: Muller;
  color: #525252;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
}

/* Hide spinners */
.otp::-webkit-outer-spin-button,
.otp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
  -webkit-text-fill-color: #525252;
  transition: background-color 5000s ease-in-out 0s;
}

.otp {
  -moz-appearance: textfield;
}

.phone-confiramtion-form .otp:focus-visible {
  outline: none;
}

.phone-confiramtion-form .resend-btn {
  color: #fff;
  font-family: Muller;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  border-radius: 15px;
  background: #c329fa;
  width: 400px;
  border: 0;
  height: 43px;
  flex-shrink: 0;
}

.phone-confiramtion-form .ready-wrapper {
  display: none;
}
.phone-confiramtion-form .ready-container {
  display: flex;
  margin: auto;
  margin-top: 20px;
  gap: 5px;
  justify-content: center;
  width: 250px;
  height: 43px;
  border-radius: 15px;
  background: #fff;
  align-items: center;
}

.phone-confiramtion-form .tick-img {
  width: 16px;
  height: 11px;
  stroke-width: 1.5px;
  stroke: #52c216;
  flex-shrink: 0;
}

.phone-confiramtion-form .ready-text {
  color: #52c216;
  font-family: Muller;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.phone-confiramtion-form .timer {
  display: none;
}

.phone-confiramtion-form .cross-container {
  position: absolute;
  top: 22px;
  right: 20px;
}

.phone-confiramtion-form .cross-container button {
  all: unset;
}

.phone-confiramtion-form .cross-img {
}

.phone-confiramtion-form .resend-btn:hover {
  background: linear-gradient(90deg, #b332e1, #d254ff);
}

/* end enter code input*/

.footer {
  margin: 80px auto 0px;
  width: 440px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #bebebe;
}
.footer a {
  color: #bebebe;
  text-decoration: none;
}
.footer .line {
  margin-top: 20px;
}

.footer .line:first-child {
  margin-top: 0px;
}

.buttonfixed {
  background: transparent;
  position: fixed !important;
  bottom: 0px;
  width: 440px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.buttonfixed button {
  margin-top: 10px;
}
.buttonfixed.show {
  transform: translateY(-20%);
  transition: transform 0.5s ease;
}
h2.h-styles {
  font-family: "Muller";
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
  margin: unset;
}
h3.h-styles {
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  line-height: 120%;
  width: 295px;
  margin: unset;
}
h3.h-styles-del {
  display: block;
  font-size: 25px;
  margin: unset;
  font-weight: 800;
}
h3.h-styles-com {
  font-size: 35px;
  font-weight: 800;
  color: #323232;
}
h2.h-styles-call {
  font-size: 35px;
  font-weight: 800;
  line-height: 120%;
  color: #323232;
}

.item-big-thumb {
  margin-bottom: 25px;
  margin-top: 25px;
}

.item-big-thumb img {
  max-width: 100%;
  border-radius: 30px;
}

.choose-type,
.choose-type *,
.choose-color,
.choose-color * {
  box-sizing: border-box;
}

.wrap-form {
}

.choose-type {
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}
.many-var {
  margin-bottom: 5px;
}
.many-var span {
  display: block;
  padding: 5px 10px;
  background-color: #e4f2fd;
  border-radius: 10px;
  color: #013554;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
}
.bl-tit {
  margin-bottom: 15px;
}
.bl-tit h3 {
  font-size: 35px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #333333;
}
.type-active {
  vertical-align: top;
}
.type-active label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.one-type {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.one-type input {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.one-type input:checked + span {
  border: 1.5px solid #c329fa;
}

.one-type span {
  display: block;
  color: #323232;
  font-size: 16px;
  padding: 10px;
  border-radius: 15px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.choose-color {
  padding: 0 10px 0 20px;
  margin-bottom: 40px;
  width: calc(100%);
  font-size: 0px;
  position: relative;
}

.choose-color label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4 - 10px);
  margin-right: 10px;
}

.active-color {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.color-active {
  vertical-align: top;
}

.one-color {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.one-color input {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.one-color input:checked + span {
  border: 1.5px solid #c329fa;
}

.one-color span {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: #323232;
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.one-color img {
  max-width: 100%;
}

.error-message {
  /* position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%; */
  display: block;
  padding: 5px 0;
  color: #fa296d;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

.error .error-message {
  display: block;
}

/* === Кнопка "Таблица размеров" === */
.size-table-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 16px;
  background: transparent;
  color: #555555;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.size-table-trigger:hover,
.size-table-trigger:focus {
  border-color: #c329fa;
  color: #c329fa;
  outline: 0;
}
.size-table-trigger svg {
  flex: 0 0 auto;
  stroke-width: 1.6;
}

/* === Модалка === */
.size-table-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow-y: auto;
}
.size-table-modal.active {
  display: flex;
}
.size-table-modal-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 28px 24px;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}
.size-table-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4f4f4;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #555555;
  padding: 0;
}
.size-table-modal-close:hover {
  background: #e8e8e8;
  color: #222222;
}
.size-table-title {
  margin: 0 0 18px 0;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  padding-right: 40px;
}
.size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.size-table th {
  text-align: left;
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 10px 12px;
  border-bottom: 1px solid #eaeaea;
  white-space: nowrap;
}
.size-table td {
  color: #2a2a2a;
  font-weight: 400;
  padding: 14px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.size-table tbody tr:last-child td {
  border-bottom: 0;
}
.size-table tbody tr:hover td {
  background: #fafafa;
}
.size-table td:first-child {
  font-weight: 600;
  color: #c329fa;
  width: 60px;
}
@media (max-width: 480px) {
  .size-table-modal-content {
    padding: 24px 18px 18px;
    border-radius: 14px;
  }
  .size-table-title {
    font-size: 19px;
  }
  .size-table {
    font-size: 13px;
  }
  .size-table th {
    font-size: 11px;
    padding: 8px 8px;
  }
  .size-table td {
    padding: 12px 8px;
  }
  .size-table td:first-child {
    width: 44px;
  }
}
