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-image2 {
    width: 480px;
    margin-top: 10px;
}

.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%;
}

.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.png');
    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;
}

.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: 5px;
}

.product-discount-info {
    display: inline-block;
    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: 40px auto 0px;
    width: 440px;
}

.video2 {
    margin: 10px auto 0px;
    width: 440px;
}

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

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

.video-desc {
    margin-top: 5px;
    width: 400px;
    padding: 20px;
    border-radius: 25px;
    background: #532066;
}

.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: #702b8a;
    padding-top: 252px;
}

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

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

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

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

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

.blackbg {
    background: #532066;
    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: 80px 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: #532066;
    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 #bebebe;
    vertical-align: middle;
}
.product-spec-list-value {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #bebebe;
    margin-left: 20px;
    width: 270px;
    vertical-align: middle;
}

.delivery {
    width: 480px;

    background: #702b8a;
    padding-top: 40px;
    padding-bottom: 40px;
}

.delivery_content {
    margin: 0px auto 0px;
    background: #532066;
    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_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;
}

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

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

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

.product-footer-image {
    margin-top: 80px;
    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: 2px 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.png);
    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.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}

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

.footer {
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.buttonfixed {
    background: transparent;
    position: fixed !important;
    bottom: 0px;
    width: 440px;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}
.buttonfixed button {
    margin-top: 10px;
}
.buttonfixed.show {
    transform: translateY(-20%);
    transition: transform 0.5s ease;
}
/* start enter code input*/

.phone-confiramtion-form {
    border-radius: 25px;
    padding: 20px;
    margin: 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*/
