* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    font-family: "Poppins", sans-serif;
}

.logo {
    margin-right: 10px;
    display: block;
}

.container {
    max-width: 664px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.red {
  color: #D75333;
}

header {
    width: 100%;
    background: rgba(237, 243, 246, 0.15);
    box-shadow: 0px 4px 4px rgba(90, 90, 90, 0.05);
    position: relative;
    z-index: 2;
}

.header-container {
    padding: 30px 10px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-links {
    max-width: 510px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2F365B;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-link img {
    margin-left: 6px;
}

.figure {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 20px;
}

.figure__img {
    width: 100%;
    margin-bottom: 15px;
}

.figure__figcaption {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.figure-styled {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

.figure-styled__img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.figure-styled__figcaption {
    position: absolute;
    bottom: 3px;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px;
    background: #077180;
}

.article-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #077180;
}

.list-wrap {
    background: #F6EEED;
    padding: 30px;
    margin-bottom: 20px;
}

.list-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.list {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-left: 1em;
}

.list__item::before {
    content: "\2022";
    color: #D75333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.3em;
    transform: translateY(-1px);
}

.list__item h4 {
    display: inline-block;
    font-weight: 700;
    color: #D75333;
}

.list__item {
    margin-bottom: 14px;
}

.article-prod-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.note {
    background: #F6EEED;
    padding: 30px;
    margin-bottom: 20px;
}

.note__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.note__p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.content {
}

.main {
    max-width: 660px;
    width: 100%;
    box-sizing: border-box;
}

.article {
    background: #FFFFFF;
    padding: 30px 0;
    width: 100%;
    margin-bottom: 20px;
}

.article__p {
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.article__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #D75333;
}

.article__title--main {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 36px;
}

.article__author {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.article-img {
    width: 100%;
    display: block;
    max-width: 800px;
    margin: 0 auto 20px;
}

.article-img--last {
    margin-bottom: 0;
}

.first-img {
    margin-top: 0;
}

.features-wrapper {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

.last-p {
    margin-bottom: 0;
}

.wheel-text {
    margin-bottom: 40px;
}

.wheel-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #D75333;
    text-align: center;
    margin-bottom: 12px;
}

.wheel-p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.highlight {
    color: #D20000;
    font-weight: 600;
}

b {
    font-weight: 700;
}

.wheel-wrapper {
    margin-bottom: 40px;
}

.offer-date {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.certificate {
    margin-bottom: 48px;
}

.wheel-img {
    border-radius: 50%;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}

.comments {
    margin-bottom: 90px;
}

.comments__title {
    font-size: 26px;
    line-height: 39px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.comments__title img {
    margin-left: 10px;
}

.comment-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.answer-inc .comment:not(.comment--answer):before {
    content: "";
    position: absolute;
    height: calc(100% + 40px);
    border-left: 1px solid rgba(61, 61, 61, 0.29);
    width: 100%;
    border-radius: 26px;
    left: 25px;
    z-index: -1;
    transform: scale(1);
    opacity: 1;
    transform-origin: top;
    transition: 0.7s;
}

.answer-inc .comment:not(.comment--answer):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 53px;
    width: 53px;
    background: #fff;
    z-index: 1;
}

.comment {
    display: flex;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.comment__author-pic {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 11px;
    z-index: 2;
}

.comment__author-pic img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.comment__body {
    padding: 20px;
    max-width: 597px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 20px;
    transition: 0.3s;
    min-width: 320px;
}

.comment__author-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.comment__text {
    font-size: 16px;
    line-height: 24px;
}

.comment__footer {
    display: flex;
    justify-content: space-between;
}

.comment__ui {
    display: flex;
    padding-left: 19px;
    margin-top: 5px;
}

.comment__ui-item {
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #000;
}

.comment__ui-item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 50%;
    margin: 0 8px;
    transform: translateY(-1px);
}

.comment__img {
    max-width: 320px;
    width: 100%;
    margin-top: 10px;
    display: block;
    border-radius: 20px;
}

.emoji-box {
    display: flex;
    align-items: center;
    height: 32px;
    background: #F2F2F2;
    border-radius: 20px;
    transform: translateY(-6px);
    margin-right: 20px;
}

.emoji-box__emoji-wrap {
    display: flex;
    transition: 0.3s;
}

.emoji-box__ico {
    width: 32px;
    height: 32px;
    margin-left: -14px;
    position: relative;
}

.emoji-box__ico:first-child {
    z-index: 3;
}

.emoji-box__ico:nth-child(2) {
    z-index: 2;
}

.emoji-box__ico:last-child {
    z-index: 1;
}

.emoji-box__like-count {
    font-size: 18px;
    line-height: 100%;
    margin-left: 11px;
    margin-right: 11px;
}

.comment--answer {
    margin-left: 62px;
}

.comment--answer .comment__author-pic {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.comment--answer .comment__body {
    max-width: 459px;
    min-width: 229px;
}

.comment--answer .emoji-box {
    background: none;
    transform: translateY(0);
    margin-right: 2px;
}

.comment--answer .emoji-box__ico {
    width: 19px;
    height: 19px;
    margin-left: -5px;
}

.comment--answer .emoji-box__like-count {
    font-size: 14px;
    line-height: 21px;
}

.order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 56px;
    background: #AA3333;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.order-btn:hover {
    background: #782323;
}

.order_block {
    width: 100%;
}

.order_block .offer-date {
    text-align: center;
    margin-bottom: 40px;
}

.order-info {
    display: flex;
    justify-content: center;
    margin-bottom: 46px;
}

.order-info__product {
    max-width: 160px;
    margin-right: 14px;
}

.order-info__price-wrap {
    text-align: center;
}

.order-info__price-wrap img {
    margin-bottom: 17px;
}

.x_currency_old {
    font-weight: normal;
    font-size: 24px;
    line-height: 135%;
    text-decoration-line: line-through;
}

.x_currency {
    font-weight: 900;
    font-size: 24px;
    line-height: 135%;
    color: #AA3333;
}

.form_order {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.target_list_wrap {
    max-width: 360px;
    width: 100%;
}

.form-item {
    max-width: 360px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    border: none;
    margin-bottom: 15px;
    color: #000;
}

.form-item::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.submit-form {
    max-width: 360px;
    width: 100%;
    height: 56px;
    margin-top: 14px;
    background: #AA3333;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    border: none;
    color: #FFFFFF;
    transition: 0.3s;
}

.submit-form:hover {
    background: #782323;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.packs-left {
    background: #F7F7F7;
    border-radius: 10px;
    width: 100%;
    padding: 32px 12px;
}

.packs-left__title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 150%;
}

.packs-left__value {
    text-align: center;
    margin-top: 14px;
    font-weight: bold;
    font-size: 28px;
    line-height: 135%;
}

footer {
    text-align: center;
    margin: 42px auto 28px;
}

footer a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: 0.2s;
}

footer a:hover {
    color: #3e3d3d;
}

.order-btn-mobile {
    display: none;
}

.prod-link {
    color: #33B6FF;
    text-decoration: none;
}

@media screen and (max-width: 1140px) {
    .article {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .order-btn--bottom {
        display: none;
    }

    .order-btn-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 303px;
        height: 56px;
        background: #AA3333;
        border-radius: 10px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        text-decoration: none;
        margin-top: 102px;
        margin-left: auto;
        margin-right: auto;
    }

    .recommend .order-btn-mobile {
        margin-top: 40px;
    }
}

@media screen and (max-width: 980px) {
    .content {
        flex-direction: column;
    }

    .header-links {
        display: none;
    }

    .main {
        max-width: 100%;
    }

    .article-img {
        display: block;
        max-width: 800px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .comments {
        max-width: 680px;
        margin: 0 auto;
    }

    .order-btn-mobile {
        order: 5;
    }
}

@media screen and (max-width: 767px) {
    .article__title {
        font-size: 18px !important;
        line-height: 125%;
        margin-bottom: 30px;
    }

    .article__title.article__title--main {
        font-size: 20px !important;
    }

    .article__author {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        margin-top: 17px;
    }

    .article__p {
        font-size: 16px;
        line-height: 140%;
    }

    .quote__symbol {
        min-width: 50px;
        margin-right: 30px;
    }

    .article {
        margin-bottom: 0;
    }

    .wheel-text {
        margin-bottom: 30px;
    }

    .wheel-wrapper {
        margin-bottom: 30px;
    }

    .features-wrapper {
        margin-bottom: 0;
    }

    .offer-date {
        font-size: 14px;
    }

    .comments__title {
        font-weight: 300;
        font-size: 16px;
        line-height: 135%;
    }

    .comments .emoji-box {
        background: none;
        transform: translateY(0);
        margin-right: 2px;
    }

    .comments .emoji-box__ico {
        width: 19px;
        height: 19px;
        margin-left: -5px;
    }

    .comments .emoji-box__like-count {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 640px) {
    .figure-styled__figcaption {
        padding: 4px;
        font-size: 14px;
    }
}

@media screen and (max-width: 592px) {
    .doc {
        flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    .comment__body {
        min-width: 300px;
    }

    .list-wrap, .note {
        padding: 20px;
    }

    .article {
        padding: 30px 8px;
    }

    .social {
        width: 140px !important;
    }

    .social__item {
        display: flex;
        align-items: center;
    }

    .social__item img {
        height: 18px;
    }
}

@media screen and (max-width: 440px) {
    .comment--answer {
        margin-left: 30px;
    }

    .article {
        padding: 20px 0px;
    }

    .recommend__list {
        margin-left: 10px;
    }
}

@media screen and (max-width: 410px) {
    .pop-up-heading {
        font-size: 34px;
    }

    .pop-up-text {
        font-size: 22px;
        margin-top: 10px;
    }

    .comment__author-pic {
        margin-right: 4px;
    }
}

@media screen and (max-width: 380px) {
    .order-btn-mobile {
        max-width: 100%;
        width: 100%;
        font-size: 18px;
    }

    .comments {
        overflow: hidden;
    }
}

@media screen and (min-width: 466px) {
    .comment--answer .comment__body {
        min-width: 348px;
    }
}

@media screen and (min-width: 472px) {
    .comment__body {
        min-width: 400px;
    }
}

@media screen and (max-width: 472px) {
    .comment__ui {
        padding-left: 4px;
    }

    .comment__ui-item {
        font-size: 12px;
    }

    .comment__ui-item:not(:last-child):after {
        width: 4px;
        height: 4px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 384px) {
    .comment__body {
        min-width: 285px !important;
    }
}

@media screen and (max-width: 364px) {
    .comment__body {
        min-width: 250px !important;
    }
}

@keyframes emoji-appear {
    0% {
        display: none;
        transform: scale(0);
    }
    1% {
        display: block;
        transform: scale(0);
    }
    65% {
        transform: scale(1);
    }
    85% {
        transform: scale(1.35);
    }
    100% {
        transform: scale(1);
    }
}

.emoji-box .emoji-box__ico {
    display: none;
}

.emoji-box .emoji-box__ico.active {
    display: block;
}

.emoji-box.active .emoji-box__ico {
    transform: scale(0);
    display: none;
    transition: 0s;
}

.emoji-box.active .emoji-box__ico.active {
    display: block;
    transform: scale(1);
    animation: emoji-appear 0.5s linear forwards;
}

.social {
    width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 372px) {
    .comment__ui-item {
        font-size: 10px;
    }

    .comments .emoji-box__ico {
        width: 15px;
        height: 15px;
    }

    .emoji-box__like-count {
        font-size: 12px;
    }
}

.article__subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 30px;
}

.doc {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    margin-bottom: 30px;
}

.doc__img {
}

.doc__body {
    padding: 8px 30px;
}

.doc__title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 20px;
}

.doc__text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.doc__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.descr {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 10px 20px;
    border-left: 3px solid #D75333;
    margin-bottom: 30px;
}

.article__list {
    list-style: disc;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0 0 18px;
    margin-bottom: 20px;
}

.article__list-item {
    font-weight: 700;
}

.article-img--prod {
    width: auto;
    max-width: 100%;
}
