.main-product-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-top: 30px;
    gap: 45px;
}

.main-product-wrp {
    /* float: left; */
    width: 58%;
    max-width: 747px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.main-product-wrp img {
    display: block;
    width: 100%;
}

.main-product-info {
    width: 45%;
    max-width: 550px;
    font-weight: 700;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
}

.main-product-info__header {
    border-bottom: 2px solid #A1A1A1
}

.main-product-info__title {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 !important;
    margin-top: 0;
}

.timer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.timer-block {
    text-align: center;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    width: 100%;
    max-width: 108px;
}

.timer-number {
    font-family: "Roboto Mono", monospace;
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    padding: 5px 10px;
}

.timer-label {
    color: #282826;
    background-color: #f5f5f5;
    padding: 10px;
}

.text-block {
    /* float: left; */
    width: 100%;
}

.text-block__paragraph {
    /* float: left; */
    width: 100%;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
}

.bon_marg {
    font-size: 16px;
}

.check_info,
.wrapp_box {
    margin-bottom: 40px;
}

.check_info {
    padding: 50px;
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
}
.check_info p  {
    position: relative;
    margin-bottom: 16px;
}
.check_info p:before {
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: -22px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #7023E1;
}
.loading {}
.verification_elements {
    max-width: 450px;
    margin: 0 auto;
}

.block_questions {
    /* float: left; */
    width: 100%;
}

.answer {
    padding-top: 10px;
}

.order-data-wrp {
    display: none;
}


@media(max-width: 1200px) {
    .main-roduct-slider-for .slick-arrow.slick-next {
        right: 10%;
    }

    .main-roduct-slider-for .slick-arrow.slick-prev {
        left: 10%;
    }
}

@media(max-width: 992px) {
    .main-product-wrp {
        width: 50%;
    }

    .main-product-info {
        width: 45%;
    }

    .main-roduct-slider-for__item {
        height: 400px;
    }

    .main-product-slider-nav {
        width: 100%;
    }

    .main-roduct-slider-for .slick-arrow.slick-next {
        right: 2%;
    }

    .main-roduct-slider-for .slick-arrow.slick-prev {
        left: 2%;
    }
}

@media(max-width: 768px) {
    .main-product-content {
        flex-direction: column;
        align-items: center;
    }

    .main-product-wrp {
        padding-top: 5px;
        width: 80%;
    }

    .main-product-info {
        width: 100%;
    }

    .wrapp_box {
        grid-template-columns: repeat(3, 169px) !important;
    }
}

@media(max-width:640px) {
    .main-product-wrp {
        width: 100%;
    }

    .main-product-slider-nav {
        width: 100%;
    }

    .main-product-slider-nav__item {
        height: 100px;
    }

    .two_modal_icon {
        width: 98% !important;
    }

    .check_info>h2 {
        font-size: 25px !important;
    }

    .Congratulations_person {
        font-size: 23px !important;
    }

    .wrapp_modal_box_inner {
        width: 98% !important;
    }

    .lastCong {
        font-size: 22px !important;
    }

    .wrapp_box {
        grid-template-columns: repeat(2, 169px) !important;
    }
}

@media(max-width:480px) {
    .main-product-slider-nav__item {
        height: 80px;
    }
}


/* rating */
.product-rating-block {
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    border-radius: 4px;
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 40px;
}

.rating-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 40%;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #282826;
    text-align: center;
    box-sizing: border-box;
}
.rating-summary__title {
    font-family: "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.01em;
    color: #282826;
    margin-bottom: 32px;
}
.rating-summary__stars {
    display: flex;
    margin-bottom: 10px;
}
.rating-summary__stars .stars:before {
    width: 93%;
}
.rating-summary__stars .info {
    flex: 0 0 auto;
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
    margin-left: 12px;
}
.rating-details {
    flex: 1 0 60%;
    box-sizing: border-box;
    justify-content: center;
}

.rating-details__row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
}
.rating-details__stars {
    flex: 0 1 auto;
}

.rating-details__percents {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto;
}

.rating-details__line {
    flex: 1 1 auto;
    max-width: 350px;
}

.rating-details__legend {
    flex: 0 0 46px;
    margin-left: 22px;
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
}

/* stars */
.stars {
    display: block;
    width: 182px;
    height: 33px;
    position: relative;
}
.stars:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/landings/292589/1734599091/images/icon-star.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.stars:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #FFD301;
    z-index: 0;
}

.stars--1:before {
    width: 20%;
}
.stars--2:before {
    width: 40%;
}
.stars--3:before {
    width: 60%;
}
.stars--4:before {
    width: 80%;
}
.stars--5:before {
    width: 100%;
}

/* line */
.line {
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    height: 31px;
    position: relative;
}

.line:after {
    display: block;
    content: '';
    position: absolute;
    border-radius: 4px;
    height: 31px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #7023e1;
}

.line--79:after {
    width: 79%;
}
.line--11:after {
    width: 11%;
}
.line--7:after {
    width: 7%;
}
.line--2:after {
    width: 2%;
}
.line--1:after {
    width: 1%;
}