*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.d-none {
    display: none !important
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .d-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.img-fluid {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background-color: #f6f7f9
}

.background-top-box {
    position: relative
}

.background-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 342px;
    background: #e95650 0% 0% no-repeat padding-box;
    z-index: -1
}

.white-background {
    background-color: #fff;
    padding: 20px 15px 5px
}

.main-title {
    font-size: 30px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 20px
}

.article-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px
}

.small-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

p,
.article-title {
    line-height: 1.4
}

.photo-box {
    text-align: center;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    max-width: 75%;
    position: relative
}

.photo-box img {
    max-width: 100%
}

.photo-box img.space {
    margin-bottom: 10px
}

.photo-box .photo-desc {
    font-weight: 700;
    font-size: 16px;
    max-width: 100%;
    color: #fff;
    background-color: #e95650;
    padding: 8px 10px;
    margin-top: -5px
}

.photo-box-100 {
    max-width: 100%
}

.photo-box-90 {
    max-width: 90%
}

.top-badges {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.top-badges .news {

    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px;
    background-color: #b41216;
    border-radius: 20px
}

.top-badges .top-social-icons {
    display: flex;
    column-gap: 17px
}

.main {
    max-width: 69%
}

.aside {
    max-width: 30%
}

.top-image {
    margin-bottom: -5px
}

.normal-text {
    margin-bottom: 15px
}

.before-photo {
    margin-bottom: 15px
}

.expert-box {
    display: flex;
    align-items: start;
    margin-bottom: 20px
}

.expert-image {
    width: 100%;
    max-width: 200px;
    float: left;
    margin-right: 10px;
}


.expert-box {
    padding: 15px;
    background-color: #f4f4f4;
    color: #263238;
    font-size: 16px;
    /* display: flex; */
    /* align-items: center */
}

.before-last-photo {
    margin-bottom: 20px
}

.last-photos {
    display: flex;
    position: relative;
    margin-bottom: 20px
}

.last-photos .last-photo-box {
    width: 100%
}

.last-photos .last-photo-box img {
    max-width: 100%;
    margin-top: 15px;
}

.last-photos .last-photo-product {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%)
}

.cta-bottom {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #001aee;
    display: block;
    margin-bottom: 20px
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red
}

.thank-you {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9
}

.thank-you img {
    position: absolute;
    top: -40%;
    right: -6%;
    cursor: pointer
}

.thank-you .thank-you-box {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    max-width: 500px;
    width: 500px;
    text-align: center;
    padding: 45px 15px
}

.thank-you-box p {
    text-align: center;
}

.five-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 25px
}

.five-steps .desc-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px
}

.five-steps .desc-wrapper .number {
    background-color: #f09b9b;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-right: 20px
}

.five-steps .desc-wrapper .desc-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .five-steps {
        flex-direction: row;
        justify-content: space-around
    }

    .five-steps .desc-wrapper {
        max-width: 70%
    }


    .expert-image img {
        display: block;
        /* width: 100%; */
        width: 200px;
    }

    /* 
    .expert-opinion {
        width: 70%
    } */
}

.nav {
    background-color: #fff
}

.nav .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.nav .nav-wrapper .logo {
    display: flex;
    align-items: center
}

.nav .nav-wrapper .logo span {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    line-height: 32px;
    text-transform: uppercase;
    color: #e95650;
    margin-left: 10px
}

.nav .nav-wrapper .nav-list {
    display: flex;
    list-style: none
}

.nav .nav-wrapper .nav-list li {
    margin-left: 20px
}

.nav .nav-wrapper .nav-list li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase
}

.nav .nav-wrapper .nav-list li:nth-child(1) {
    margin-left: 0
}

.aside {
    padding-left: 20px;
    margin-top: 152px
}

.aside .author-box {
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px
}

.aside .author-box .author {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.aside .author-box .author .author-photo {
    margin-right: 10px;
    width: 80px;
    height: 80px;

}

.author-photo img {
    width: 80px;
    height: 80px;
}

.aside .author-box .author .author-name {
    display: flex;
    flex-direction: column
}

.aside .author-box .author .author-name span {
    display: block
}

.aside .author-box .author .author-name span:nth-child(1) {
    font-size: 13px;
    margin-bottom: 5px
}

.aside .author-box .author .author-name span:nth-child(2) {
    font-size: 17px;
    font-weight: 700
}

.aside .author-box .author-desc .author-text {
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}

.aside .popular {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px
}

.aside .popular .popular-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px
}

.aside .popular .news {
    display: flex;
    margin-bottom: 25px;
    text-decoration: none;
    color: #000
}

.aside .popular .news .news-photo {
    margin-right: 10px
}

.aside .popular .news .news-desc {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;
}

.aside .popular .news .news-desc .news-text {
    color: black;
    text-decoration: none;
    text-align: left;
    line-height: 1.2;
    font-size: 15px;
}

.aside .popular .news .news-desc .news-text:hover {
    text-decoration: underline;
}

.news-photo img {
    width: 65px;
    height: 65px;
}

.aside .popular .news .news-desc .news-category {
    font-size: 14px;
    display: block;
    padding: 3px 6px;
    background-color: #e95650;
    width: fit-content;
    border-radius: 8px;
    color: #fff;
    margin-top: 3px
}

.aside .popular .news:last-child {
    margin-bottom: 0
}

.cta-aside {
    display: grid;
    text-align: center;
    max-width: 100%;
    text-decoration: none;
    justify-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    overflow: hidden
}

.cta-aside picture {
    max-width: 100%
}

.cta-aside * {
    grid-column: 1/2
}

.cta-aside .cta-bg {
    z-index: 1;
    grid-column: 1/2;
    grid-row: 1/4;
    height: 100%
}

.cta-aside .top {
    grid-row: 1/2;
    z-index: 5;
    margin-top: 28px;
    font-weight: 700
}

.cta-aside .product {
    grid-row: 2/3;
    max-width: 150px;
    z-index: 5;
    margin-top: 10px
}

.cta-aside .bottom {
    grid-row: 3/4;
    z-index: 5;
    margin-bottom: 28px;
    font-size: 28px
}

.cta-aside .bottom span {
    font-size: 22px
}

.cta-aside div {
    background-color: #c24a6a;
    width: 105%;
    color: #fff;
    transform: rotate(-7deg);
    /* min-height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 10px;
    line-height: 1.1
}

.grey-comments-title {
    background-color: #ebebeb;
    padding: 8px 15px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700
}

.comments {
    padding: 30px 15px;
    background-color: #fff
}

.comments .comment {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(134, 134, 134, 0.185);
}

.comments .comment .comment-photo {
    margin-right: 10px;
    margin-top: 3px;
}

.comment.last-comment {
    border-bottom: 0;
}

.comments .comment .comment-desc {
    margin-top: 3px
}

.comments .comment .comment-desc .comment-author {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.comments .comment .comment-desc .comment-author .author {
    color: #229cff;
    margin-right: 5px;
    font-weight: 700
}

.comments .comment .comment-desc .comment-author .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c2c6cd;
    margin-right: 5px
}

.comments .comment .comment-desc .comment-author .time {
    color: #656c79
}

.comments .comment .comment-desc .comment-bottom-photo {
    margin-top: 15px
}

.comments .add-comment-box {
    margin-top: 10px;
    margin-bottom: 30px
}

.comments .add-comment-box .add-comment-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.comments .add-comment-box .add-comment-line {
    position: relative;
    margin-bottom: 20px
}

.comments .add-comment-box .add-comment-line .long-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e7e9ef
}

.comments .add-comment-box .add-comment-line .short-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 2px;
    z-index: 1;
    background-color: #229cff
}

.comments .add-comment-box .add-comment-form {
    display: flex;
    max-width: 400px;
    margin: auto;
}

.comments .add-comment-box .add-comment-form .add-comment-form-avatar {
    margin-right: 10px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-input,
.comments .add-comment-box .add-comment-form .add-comment-form-content .name-textarea {
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    outline: none;
    border: 2px solid #e7e9ef
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-input {
    padding: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-textarea {
    padding: 15px;
    min-height: 100px;
    resize: vertical;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .attachment,
.comments .add-comment-box .add-comment-form .add-comment-form-content .send .send-comment {
    display: block
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .send-comment {
    margin-left: 10px;
    padding: 8px 30px;
    background-color: #229cff;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .attachment {
    font-size: 13px;
    text-decoration: underline;
    color: #656c79
}

.comments .coupon {
    display: flex;
    align-items: center;
    background-color: #f0fbd7;
    border: 3px dashed #7b9545;
    padding: 20px
}

.comments .coupon .product {
    margin-right: 15px
}

.comments .coupon .coupon-desc .coupon-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.coupon-cta.cta:hover {
    text-decoration: none;
}

.comments .coupon .coupon-desc .coupon-text {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px
}

.nav-list a:hover {
    color: darkred !important;
}

.footer-nav-item a:hover {
    color: rgb(73, 72, 72) !important;
}

.cpa_submit-btn:hover,
.top-social-icons a:hover img,
.footer-socials a:hover img {
    cursor: pointer;
    transform: scale(1.05);
}

.comments .coupon .coupon-desc .coupon-cta {
    text-align: center;
    display: block;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    color: #001aee;
    margin-bottom: 10px
}

.comments .coupon .coupon-desc .coupon-red-alert {
    font-size: 14px;
    color: red
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%)
}

.zoom-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 5px
}

.zoom.active {
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.zoom.active:hover {
    cursor: zoom-out
}

.footer {
    margin-top: 30px;
    background-color: #e95650;
    padding: 20px
}

.footer .footer-wrapper {
    display: flex;
    align-items: center
}

.footer .footer-wrapper .footer-desc {
    margin-right: 40px;
    color: #fff
}

.footer .footer-wrapper .footer-desc .footer-nav {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item {
    margin-right: 40px
}

.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Roboto", sans-serif
}

.footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item:nth-child(1) {
    margin-right: 10px
}

.footer .footer-wrapper .footer-desc .footer-text {
    font-size: 14px;
    line-height: 19px
}

.footer .footer-wrapper .footer-logo .footer-logo-photo {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px */
}

.footer .footer-wrapper .footer-logo .footer-logo-photo img {
    margin-right: 10px
}

.footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 38px;
    line-height: 38px
}

.footer .footer-wrapper .footer-logo .footer-socials a {
    margin-right: 15px;
    text-decoration: none
}

@media (max-width: 1199.98px) {
    .nav .nav-wrapper .nav-list li a {
        font-size: 15px
    }

    .footer .footer-wrapper .footer-desc {
        margin-right: 10px
    }

    .footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 991.98px) {
    .footer-nav {
        display: none !important;
    }

    .nav .nav-wrapper {
        flex-direction: column
    }

    .nav .nav-wrapper .logo {
        margin-bottom: 15px
    }

    .main {
        max-width: 100%
    }

    .expert-box {
        overflow: hidden
    }

    .expert-box .expert-image img {
        position: relative
    }

    .expert-box .expert-opinion {
        position: relative;
        z-index: 1
    }

    .footer .footer-wrapper {
        flex-direction: column-reverse
    }

    .footer .footer-wrapper .footer-desc {
        width: 100%
    }

    .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item a {
        font-size: 14px
    }

    .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item:last-child {
        margin-right: 0
    }

    .footer .footer-wrapper .footer-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .footer-text {
        display: none !important;
    }

    body {
        background-color: #fff
    }

    .nav .nav-wrapper {
        flex-direction: row;
        padding: 10px 15px
    }

    .nav .nav-wrapper .logo {
        margin-bottom: 0
    }

    .nav .nav-wrapper .logo img {
        width: 25%
    }

    .nav .nav-wrapper .logo span {
        font-size: 21px;
        line-height: 21px
    }

    .white-background {
        padding: 20px 0 0
    }


    .before-photo {
        margin-bottom: 15px
    }

    .photo-box {
        margin: 0 auto 15px
    }

    .top-badges {
        margin-top: 25px;
        margin-bottom: 20px
    }

    .main-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .photo-box {
        width: 100%;
        max-width: 400px
    }

    .expert-box {
        flex-direction: column
    }

    .expert-box .expert-opinion {
        margin-top: -5px
    }

    .expert-box .expert-image {
        width: 100%
    }

    .expert-box .expert-image img {
        width: 100%;
        height: auto;
        left: 0
    }

    .last-photos .last-photo-product {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .last-photos .last-photo-product img {
        width: 100%
    }

    .alert-offer {
        margin-bottom: 15px
    }


    .comments {
        padding: 15px 0 0
    }

    .comments .comment .comment-desc .comment-bottom-photo {
        max-width: 100%
    }

    .comments .coupon {
        margin-top: 25px;
        flex-direction: column
    }

    .comments .coupon .coupon-title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center
    }

    .comments .coupon .product {
        margin-right: 0;
        margin-bottom: 15px
    }

    .comments .last-comment {
        margin-bottom: 0
    }

    .footer {
        padding: 20px 0 0
    }

    .footer .footer-wrapper .footer-desc .footer-nav {
        flex-direction: column
    }

    .footer .footer-wrapper .footer-desc .footer-nav .footer-nav-item {
        margin-right: 0;
        margin-bottom: 10px
    }

    .footer .footer-wrapper .footer-desc .footer-text {
        text-align: center
    }

    .footer .footer-wrapper .footer-logo {
        /* flex-direction: column; */
        margin-bottom: 0
    }

    .footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
        font-size: 26px;
    }
}

.footer-logo-photo a,
.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;

}

.cpa_wr {
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-family: sans-serif, Arial, Helvetica;
    padding: 20px 10px 0;
}

.cpa_form-wr {
    box-sizing: border-box;
    max-width: 660px;
    /* min-width: 320px; */
    width: 100%;
    padding: 10px;
    display: flex;
    border: 1px solid #cfd7d4;
    text-align: center;
    align-items: center;
}

.cpa_img-block {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}

.cpa_prod-img {
    width: 100%;
    max-width: 200px;
    /* max-height: 320px; */
    object-fit: contain;
}

.cpa_bages {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2px;
    margin: 0 auto;
    width: 100%;
    margin-top: -37px;
}

.cpa_bage-item-wr {
    flex-basis: 70px;
    aspect-ratio: 1 / 1;
}

.cpa_bage-item {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cpa_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}

.cpa_form-title {
    display: inline-block;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
}

.cpa_form-title span:nth-child(2) {
    color: #81245a;
}

.cpa_price {
    padding-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.cpa_new-price {
    color: #85bfb5;
}

.avatar-label {
    cursor: pointer;
}

.cpa_new-price,
.cpa_old-price {
    flex: 1;
}

.cpa_new-price-title {
    font-size: 19px;
    white-space: nowrap;
    display: block;
}

.cpa_new-price-cost {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    display: block;
}

.cpa_old-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 600;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #888;
}

.cpa_old-price-cost {
    text-decoration: line-through;
    font-size: 22px;
}

.cpa_old-price-title {
    display: block;
    white-space: nowrap;
}

.cpa_timer {
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

.cpa_timer-title {
    font-size: 12px;
    font-weight: 800;
    color: black;
}

.cpa_timer-clock {
    padding: 10px 0;
    font-size: 38px;
    display: flex;
    justify-content: space-around;
    max-width: 250px;
    margin: 0 auto;
}

.cpa_timer-item {
    color: #fff;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 1) 8%,
    rgba(223, 223, 223, 1) 50%,
    rgba(0, 0, 0, 1) 99%);
    padding: 5px;
}

.cpa_hours,
.cpa_minutes,
.cpa_seconds {
    box-sizing: content-box;
    line-height: 1.1;
    margin-right: 3px;
    display: inline-block;
    width: 48px;
    height: 40px;
    position: relative;
}

.cpa_hours::before,
.cpa_minutes::before,
.cpa_seconds::before {
    font-size: 16px;
    color: black;
    font-weight: 600;
    bottom: -20px;
}

.cpa_hours::before {
    content: '';
    position: absolute;
    left: 2px;
}

.cpa_minutes::before {
    content: '';
    position: absolute;
    left: 0px;
}

.cpa_seconds::before {
    content: '';
    position: absolute;
    left: -3px;
}

.cpa_timer-subscribtion {
    font-size: 10px;
    font-weight: 600;
    color: black;
}

.cpa_input-label {
    display: block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    max-width: 300px;
}

.scroll {
    margin-bottom: 20px;
}

.scroll img {
    display: block;
    width: 611px;
    margin: auto;
    max-width: 611px;
}

.phone {
    position: relative;
}

.cpa_input-label-txt {
    display: block;
    padding-bottom: 3px;
}

.cpa_input-label:nth-of-type(2) {
    padding-top: 15px;
}

.cpa_input {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    /* height: 2rem; */
    border: 1px solid #ccc;
    outline: 0;
    font-size: 16px;
    padding: 10px 5px;
}

.cpa_submit-btn {
    margin: 15px 0 0;
    padding: 20px 10px;
    background-image: radial-gradient(circle at 61.42% 50%,
    #803aa1 0,
    #683191 25%,
    #51287f 50%,
    #3b1f6d 75%,
    #25165c 100%);
    border: 0;
    border-radius: 30px;
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    word-wrap: break-word;
}

.footer_legal {
    text-align: center;
    padding: 0
}

.footer_legal .footer_legal_txt {
    font-size: 12px;
    line-height: 1.2;
    color: #6d6d6d
}

.product img {
    max-width: 150px;
}

.box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}

p {
    text-align: justify;
}

.sm {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .cpa_wr {
        padding: 0;
    }

    .cpa_prod-img {
        margin-bottom: 10px;
        max-width: 180px;
    }

    .cpa_form-wr {
        flex-direction: column;
    }

    p {
        text-align: left;
    }

    .comments .coupon .coupon-desc .coupon-text {
        text-align: center;
    }

    .comments .comment .comment-desc .comment-author,
    body {
        font-size: 16px;
    }

    .scroll {
        overflow-x: scroll;
    }

    .article-title {
        font-size: 21px;
    }

    .small-title {
        line-height: 1.3;
    }
}

.img-sm {
    width: 100% !important;
    max-width: 270px !important;
}

.footer-socials {
    margin-top: 5px;
}

.inL_947614 {
    display: none;
}

@media screen and (max-width: 600px) {
    .img-sm {
        width: 100% !important;
        max-width: 250px !important;
    }

    .cpa_prod-img {
        max-width: 180px;
    }

    .main-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .comments .coupon .coupon-title {
        font-size: 23px;
        line-height: 1.2;
    }

    .article-title {
        font-size: 20px;
    }

    .small-title {
        font-size: 17px;
    }

    .footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
        font-size: 26px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 479px) {
    .expert-image {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }

    p, .article-title {
        line-height: 1.3;
    }

    .cpa_prod-img {
        max-width: 170px;
    }

    .footer .footer-wrapper .footer-logo .footer-logo-photo img {
        max-width: 60px;
    }

    .footer .footer-wrapper .footer-logo .footer-socials a {
        margin-right: 5px;
    }

    .footer .footer-wrapper .footer-logo .footer-logo-photo span.logo-text {
        font-size: 20px;
    }

    .main-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .cpa_prod-img {
        margin-bottom: 10px;
        max-width: 150px;
    }

    .comments .coupon .coupon-desc .coupon-cta {
        font-size: 20px;
    }

    .comments .coupon .coupon-title {
        font-size: 21px;
    }

    .article-title {
        font-size: 17px;
    }

    .grey-comments-title {
        font-size: 18px;
    }

}

@media screen and (max-width: 390px) {
    .footer-socials {
        display: none !important;
    }

    .footer .footer-wrapper .footer-logo {
        justify-content: center;
    }
}