@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    min-width: 480px;
    background: #eee;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    cursor: default;
    margin-left: 0;
    margin-top: 0;
}


body .main {
    margin: 0 auto;
    width: 480px;
    background: #fff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

body h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
body .top-heading-container {
    display: flex;
    flex-direction: column;
    padding: 15px 10px 7px 15px;
    background: #d2b48c;
    color: #fff;
    text-align: center;
}
body .timer-counter{
    padding: 23px 10px 7px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}
body .timer-counter p {
    float: left;
    margin: 6px 0 0;
    padding: 0 0 0 45px;
    width: 170px;
    background: url(../images/offer_benefit3.svg) left center no-repeat;
    font-size: 17px;
    line-height: 30px;
    background-size: 30px 30px;
}
body .main-img-container {
    position: relative;
}
body .main-img-container img{
    width: 100%;
    height: auto;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

body .main-img-container .sale{
    width: 120px;
    height: 130px;
    background: url(../images/rotate-svg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: -60px;
    left: 18px;
    overflow: hidden;

    animation: rotation 4s infinite
    linear;
}
body .main-img-container .sale-item{
    font-family: 'Bebas Neue', cursive;
    width: 44px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -10px;
    left: 43px;
    font-weight: Bold;
    font-size: 25px;
    opacity: 1;
    text-align: left;
}

@supports (-webkit-touch-callout: none) {
    .sale-item{
        margin-top: 5px;
        margin-left: 10px;
    }
}

body .timer-headings span {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    padding-left: 8px;
}
body .timer-headings{
    display: flex;
    justify-content: space-around;
}
body .timer-headings span:first-child{
    margin-left: -10px;
}

body .countdown-timer-wrapper .countdown{
    width: 205px;
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
}
body .countdown-timer-wrapper .countdown .number{
    display: flex;
    flex-direction: column;
    align-items: center;
}
body .countdown-timer-wrapper .countdown .number .time{
    width: 37px;
    text-align: center;
}
body .countdown-timer-wrapper .countdown .number .dat{
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 30px;
}
body .countdown-timer-wrapper{
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}
body .price-section{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
body .price-section .old .text{
    text-align: left;
    color: rgba(32, 32, 32, 0.5);
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
}
body .price-section .old .value{
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    text-decoration: line-through;
    text-align: left;
    color: rgba(32, 32, 32, 0.5);
}
body .price-section .price-item.new .text{
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px;
    color: #202020;
    font-size: 14px;
    line-height: 14px;
    gap: 15px;
    align-items: center;
}
body .price-section .price-item.new span{
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
    font-weight: 400;
    line-height: 12px;
    padding: 4px 14px;
}
body .price-section .price-item.new .value{
    font-weight: 700;
    font-size: 55px;
    line-height: 51px;
    color: #202020;
}
body .button-section{
    text-align: center;
    padding: 20px;
}
body .button-section .button.btn{
    cursor: pointer;
    position: relative;
    color: #fff;
    background: linear-gradient(to right, #ee3737, #e97a70);
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 6px 0px 0px rgba(255, 165, 190, 255);
}
body .description-section{
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}
body .description-section h2 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    cursor: default;
}
body .description-section p{
    font-size: 19px;
    margin: 0 20px 15px;
    color: #333;
    text-align: left;
    margin-top: 30px;
}
body .description-section img{
    width: 100%;
    height: auto;
}
body .description-section h2{
    color: #d2b48c;
}

body ul {
    list-style: none;
    margin-left: -40px;
}
body ul li {
    text-align: left;
    margin: 0 0 12px;
    padding: 0 20px 0 50px;
    background: url(../images/tick.png) 20px 5px no-repeat;
    position: relative;
}
body .review_item img{
    width: 100%;
}
body .reviews_track {
    display: flex;
    transition: transform 0.5s ease;
}


.reviews-slider .owl-dots {
    margin-top: 20px;
}
.reviews-slider .owl-dot span {
    background: #ddd;
}
.reviews-slider .owl-dot.active span {
    background: #000;
}
.reviews-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5) !important;
    color: white !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
}
.reviews-slider .owl-prev { left: -25px; }
.reviews-slider .owl-next { right: -25px; }

@media (max-width: 768px) {
    .reviews-slider .owl-nav button { width: 40px; height: 40px; }
    .reviews-slider .owl-prev { left: 10px; }
    .reviews-slider .owl-next { right: 10px; }
}

.reviews-slider{
    overflow: hidden;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 12px;
    background: #fff5eb;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.reviews-slider .owl-prev svg{
    width: 36px;
    height: 36px;
    margin-top: 4px;
}
.reviews-slider .owl-prev {
    margin-left: 30px !important;
}
.reviews-slider .owl-next svg{
    width: 36px;
    height: 36px;
    margin-top: 4px;
}
.reviews-slider .owl-next {
    margin-right: 30px !important;
}
.reviews-slider .review_header,
.reviews-slider .review_text{
    padding: 20px;
}
.reviews-slider .owl-item .client_info{
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    cursor: default;
}
.reviews-slider .owl-item .client_info .review_text{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    padding: 15px 20px;
    font-weight: 500;
}
.reviews-slider .owl-item .client_info .age{
    font-size: 14px;
    color: #555;
}
.reviews-slider .owl-item .client_info .name{
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.reviews-slider .owl-nav .owl-prev,
.reviews-slider .owl-nav .owl-next{
    background: #ef3d6e !important;
    border-radius: 50% !important;
}

.order_steps_list1 .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 10px;
}
.order_steps_list1 .step_item h4:after {
    display: block;
    content: '';
    margin: 12px 0 0;
    width: 30px;
    height: 2px;
    background: #e6e6e6;
}
.order_steps_list1 .step_item {
    float: left;
    margin: 0 10px 12px 0;
    padding: 20px 20px 0 20px;
    width: 170px;
    height: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 0 #d9d9d9;
    box-shadow: 0 2px 0 #d9d9d9;
    position: relative;
}
.order_steps_list1 .number {
    display: none;
}
.order_steps_list1 .step_item h4 {
    margin: 0 0 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f41a2;
    text-align: left;
    font-size: 17px;
}
.order_steps_list1 .step_item p {
    font-size: 14px;
    margin: 0 5px 0px;
    color: #333;
    text-align: left;
    margin-top: 20px;
}
.order_steps_list1 .step_item:nth-child(1):before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
    background-image: url(../images/order_steps1__step1_icon.png) !important;
}
.order_steps_list1 .step_item:nth-child(2):before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
    background-image: url(../images/order_steps1__step2_icon.png) !important;
}
.order_steps_list1 .step_item:nth-child(3):before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
    background-image: url(../images/order_steps1__step3_icon.png) !important;
}
.order_steps_list1 .step_item:nth-child(4):before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
    background-image: url(../images/order_steps1__step4_icon.png) !important;
}

body .offer_section form{
    padding-left: 30px;
    padding-right: 30px;
}
body .offer_section .field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 320px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
body .offer_section .field[name='name'] {
    margin-top: 25px;
    background-image: url(../images/offer__name_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}
.offer_section .field[name='phone'] {
    background-image: url(../images/offer__phone_icon.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}
body .btn {
    position: relative;
    color: #fff;
    overflow: hidden;
}
body .button {
    position: relative;
    overflow-x: hidden;
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
}
body .button {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 80px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(255, 165, 190, 255);
    -moz-box-shadow: 0px 6px 0px 0px rgba(255, 165, 190, 255);
    box-shadow: 0px 6px 0px 0px rgba(255, 165, 190, 255);
    border-radius: 4px;
    background: #eb5284;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #d2b48c;
    border-radius: 50px;
}
body .products_count{
    margin: 20px 0 0;
    text-align: center;
    padding-bottom: 30px;
}
body .products_count span {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #262525;
    color: #fff;
}
body .footer-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
body .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding-bottom: 50px;
}