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

.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('../images/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;
}

.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:40px 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(315deg, #90AACB, #323232);
}

.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:#606D7D;
    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(315deg, #90AACB, #323232);
    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: #606D7D;
    padding-top:40px;
    padding-bottom:80px;
}

.delivery_content {
    margin:0px auto 0px;
    background-image: linear-gradient(315deg, #627a96, #4a5562);
    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(../images/v.svg);
    right: 0px;
    position: absolute;	
}
.delivery_variant.open::after {
    content:url(../images/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;
}

.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: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(../images/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(../images/field-name.svg);
    background-position: 23px center;
    background-repeat: no-repeat;    
}

.form-phone {
    background-image: url(../images/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;
}
.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;
}