@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Allura&display=swap);

html, body, div, span, object, h2, h4, p, a, em, img, s, var, b, u, i, dd, ul, li, form, label, figure, figcaption, header, nav, output, time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

 figcaption, figure, header, nav {
    display: block
}

body {
    line-height: 1
}

 ul {
    list-style: none
}

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

html {
    font-size: 62.5%
}

body {
    font-family: "Calmetta", sans-serif;
    font-size: 1.6rem;
    color: #000;
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

 h2, h4 {
    font-weight: 700;
    line-height: 38px;
    margin-top: 20px;
}

h2 {
    font-size: 33px;
    line-height: 40px;
    font-family: "Orpheus Pro", sans-serif;
    font-weight: bold
}

h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Orpheus Pro", sans-serif;
    line-height: 28px;
    color: #000000;
}

@media (max-width: 768px) {
    h4 {
        font-size: 22px
    }
}

.regular-text {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px
}

.regular-text b {
    font-weight: bold
}

.page-container {
    width: 100%;
    min-height: 100vh;
    background-color: #f5f6f4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.page-container .container {
    max-width: 1075px;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
    margin: 0
}

@media (min-width: 768px) {
    .page-container .container {
        border-radius: 5px;
        margin: 25px 0
    }
}

.header-mobile {
    padding: 15px 15px 0;
    display: flex;
    flex-direction: column
}

.header-mobile-title {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.header-mobile-title .font-1 {
    font-family: "Rubik", sans-serif;
    font-size: 3.4rem;
    letter-spacing: -1.5px;
    font-weight: bold;
    color: #556b0f
}

.header-mobile-title .font-2 {
    font-family: "Rubik", sans-serif;
    font-size: 1.8rem;
    letter-spacing: -1.5px;
    color: #80b433
}

.header-mobile-image {
    width: 75px;
    height: 66px
}

.header-mobile-top {
    display: flex;
    gap: 10px;
    margin-bottom: 14px
}

@media (min-width: 768px) {
    .header-mobile {
        display: none
    }
}

.container-wrapper {
    padding: 0 15px 30px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.container-wrapper .left-area {
    width: 100%;
    display: flex;
    flex-direction: column
}

.container-wrapper .left-area .main-top-link {
    margin-top: 40px
}

.container-wrapper .left-area .main-top-link a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    text-align: left;
    margin: 0
}

.container-wrapper .left-area .main-top-link span {
    border-bottom: 1px solid #000000
}

.container-wrapper .left-area .main-top-link-com {
    line-height: 24px
}

.container-wrapper .left-area .main-top-link-com b {
    font-weight: bold
}

.container-wrapper .left-area .main-image-wrapper {
    width: 100%;
    max-width: 642px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.container-wrapper .left-area .main-image-wrapper img {
    max-width: 100%;
    width: auto;
    margin: 20px 0
}

.container-wrapper .left-area .lead {
    line-height: 28px;
    font-weight: bold;
    margin-top: -10px
}

.container-wrapper .left-area .main-image-desc {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    color: #e20000
}

.container-wrapper .left-area .text-bgc {
    background-color: #4a123b;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 10px;
    line-height: 28px;
    max-width: 100%
}

.container-wrapper .right-area-sidebar {
    display: none
}

@media (min-width: 992px) {
    .container-wrapper .left-area {
        width: 662px;
        padding-right: 20px
    }

    .container-wrapper .right-area-sidebar {
        margin-top: 20px;
        width: 100%;
        max-width: 310px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .container-wrapper .right-area-sidebar h4 {
        margin: 20px 0;
        padding: 5px 20px;
        text-align: center
    }

    .container-wrapper .right-area-sidebar .most-popular-articles .single-article {
        margin-bottom: 20px
    }

    .container-wrapper .right-area-sidebar .most-popular-articles .single-article a {
        display: flex
    }

    .container-wrapper .right-area-sidebar .most-popular-articles .single-article a p {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4em
    }

    .container-wrapper .right-area-sidebar .most-popular-articles .single-article a img {
        margin: 0 20px;
        width: 6.4rem;
        height: 6.4rem
    }
}

.picture-wrapper {
    margin-top: 20px
}

.picture-description figure {
    float: left;
    padding: 0px 5px 5px 0
}

.picture-description img {
    max-width: 140px;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.picture-description figcaption {
    max-width: 150px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2
}

.text-float {
    line-height: 28px
}

.box-list {
    margin: 3rem 0rem 2rem;
    border: 2px solid #4a123b
}

.box-list__top {
    padding: 2rem 2rem 0rem
}

.box-list__bottom {
    padding: 2rem
}

@media (min-width: 768px) {
    .box-list__bottom {
        padding: 2rem 0 2rem 2rem
    }
}

.box-list__item {
    display: flex;
    gap: 5px;
    align-items: start
}

.box-list__item input {
    margin-top: 5px
}

.box-list__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .box-list__flex {
        flex-direction: row
    }
}

@media (min-width: 996px) {
    .box-list__flex {
        justify-content: space-between
    }
}

.box-list__img {
    width: 100%;
    max-width: 286px;
    padding-right: 60px;

}

.box-list__flex picture {
    align-self: center;
}

@media (min-width: 768px) {
    .box-list__img {
        padding-right: 0px
    }
}

.box-list__title {
    font-size: 24px;
    font-weight: bold;
    color: #4a123b
}

.box-list__text {
    line-height: 28px;
    max-width: 598px
}

.box-list__text-bold {
    font-weight: bold
}

.box-list__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem
}

.box-list__item {
    cursor: pointer
}

.box-list .box-list__checkbox {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px;
    color: currentColor;
    width: 13px;
    height: 13px;
    border: 1px solid #4a123b;
    cursor: pointer;
    position: relative
}

.box-list .box-list__checkbox:checked::after {
    content: "X";
    color: #000;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.box-list__inner {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1rem
}

.number-list {
    margin: 30px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.number-list__inner {
    display: flex;
    gap: 10px;
    margin-left: 10px
}

.number-list__text {
    line-height: 28px
}

.number-list__text span {
    color: #556b0f;
    font-weight: bold
}

.number-list__tick {
    width: 45px;
    height: 60px
}

.woman {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 2px solid #4a123b;
    margin-top: 30px
}

.woman__flex {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .woman__flex {
        flex-direction: row
    }
}

.woman__image {
    float: right;
    display: block;
    max-width: 250px;
    object-fit: cover
}

.woman__title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 28px;
    color: #4a123b;
    padding: 20px 15px 0 15px
}

.woman__list {
    margin-top: 20px;
    margin-left: auto;
    padding: 0 15px 0px 15px
}

.woman__list-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 5px;
}

.woman__tick {
    width: 25px;
    height: 17px;
    margin-top: 5px
}

.woman__list-text {
    line-height: 28px
}

.editorial {
    margin: 20px 0
}

.editorial__row {
    display: flex;
    gap: 20px
}

.editorial__text {
    color: #4a123b;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold
}

.testimonials {
    padding: 10px
}

.testimonials__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    padding: 15px 0 15px;
    position: relative;
    border-bottom: 1px solid #707070
}

.testimonials__wrapper:last-child {
    border-bottom: none;
    padding: 20px 0
}

.testimonials__name {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    text-align: center
}

.testimonials__signature {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: #556b0f
}

.testimonials__signature span {
    font-weight: normal
}

@media (min-width: 768px) {
    .testimonials__wrapper {
        align-items: start;
        flex-direction: row
    }

    .testimonials__name, .testimonials__signature {
        text-align: start
    }
}

.preparation {
    background-color: #edefdc;
    padding: 15px;
    line-height: 28px;
    color: #000000;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 6px #4a123b2c
}

.preparation__header-container {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center
}

@media (min-width: 768px) {
    .preparation__header-container {
        flex-direction: row
    }
}

.preparation__title {
    font-family: "Orpheus Pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #556b0f;
    margin-bottom: 20px;
    line-height: 28px
}

.preparation__img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 15px;
}

.preparation__text {
    margin-bottom: 20px
}

.preparation__text:last-child {
    margin-bottom: 15px
}

.preparation__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.preparation__list-box {
    display: flex;
    gap: 5px
}

.preparation__list-box img {
    margin-top: 3px;
    width: 15px;
    height: 15px
}

.preparation__list-title {
    font-weight: bold;
    font-size: 18px;
    color: #4a123b;
    margin-bottom: 0.5rem
}

.preparation__img-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.preparation__image {
    margin-top: 20px;
    width: 100%;
    max-width: 643px
}

.header-desktop {
    display: none;
    flex-direction: column;
    position: relative
}

.header-desktop .header-desktop-banner {
    padding: 2rem 15px 2rem 15px;
    display: flex;
    align-items: center;
    gap: 20px
}

.header-desktop .header-desktop-banner .header-desktop-right-side {
    margin-left: auto
}

.header-desktop .header-desktop-banner .header-desktop-title-wrapper {
    display: flex;
    flex-direction: column
}

.header-desktop .header-desktop-banner .header-desktop-title-wrapper .font-1 {
    font-family: "Rubik", sans-serif;
    font-size: 3.5rem;
    letter-spacing: -1.5px;
    line-height: 40px;
    font-weight: bold;
    color: #556b0f
}

@media (min-width: 996px) {
    .header-desktop .header-desktop-banner .header-desktop-title-wrapper .font-1 {
        font-size: 4.5rem;
        line-height: 50px
    }
}

.header-desktop .header-desktop-banner .header-desktop-title-wrapper .font-2 {
    font-family: "Rubik", sans-serif;
    font-size: 2.3rem;
    letter-spacing: -1.5px;
    color: #80b433
}

.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper {
    margin-left: auto;
    border: 1px solid #707070;
    background: white;
    height: 30px;
    width: 100%;
    display: flex;
    margin-top: 5px;
    padding-right: 10px;
    align-items: center
}

.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper a {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper span {
    border: none;
    outline: none;
    color: #707070;
    font-size: 14px;
    padding-left: 10px;
    border-right: 1px solid #b8b8b8;
    padding-right: 85px
}

.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper .header_input-search {
    height: 15px;
    width: 15px;
    background: no-repeat;
    background-position: center 80%;
    background-size: 100% 100%
}

.no-webp .header-desktop .header-desktop-banner .header-desktop-searcher-wrapper .header_input-search {
    background-image: url(../images/1d6642a6603f5779c326d163dacd9051.png);
}

.webp .header-desktop .header-desktop-banner .header-desktop-searcher-wrapper .header_input-search {
    background-image: url(../images/1d6642a6603f5779c326d163dacd9051.webp);
}

.header-desktop .nav-menu .nav-wrapper .nav-list {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #f2f3ea;
    padding-bottom: 10px
}

.header-desktop .nav-menu .nav-wrapper .nav-list li {
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    border-right: 1px solid black
}

@media (min-width: 960px) {
    .header-desktop .nav-menu .nav-wrapper .nav-list li {
        padding: 0 35px
    }
}

.header-desktop .nav-menu .nav-wrapper .nav-list li::before {
    content: "";
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: white
}

.header-desktop .nav-menu .nav-wrapper .nav-list li:last-of-type {
    border-right: none
}

.header-desktop .nav-menu .nav-wrapper .nav-list li:last-of-type::before {
    content: unset
}

@media (min-width: 992px) {
    .header-desktop .nav-menu .nav-wrapper .nav-list li {
        font-size: 18px
    }

    .header-desktop .nav-menu .nav-wrapper .nav-list li::before {
        right: -2rem
    }
}

.header-desktop .nav-menu .nav-wrapper .nav-list li a {
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    color: #000000;
    letter-spacing: -1.5px;
    font-size: 16px
}

.header-desktop .nav-menu .nav-wrapper .nav-list li a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .inL_712847 {
        max-width: 480px;
        width: 100%;
    }

    .preparation__img {
        width: 180px;
        margin-left: 10px;
    }

    .header-desktop {
        display: block
    }
}

.container__wrapper--comments {
    max-width: 800px;
    margin-top: 10px;
    font-family: "Segoe UI", sans-serif
}

.container__wrapper--comments .comments-title {
    font-size: 27px;
    line-height: 1;
    color: black;
    margin-bottom: 15px
}

.container__wrapper--comments .x-comment-medical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    font-family: "Roboto"
}

.container__wrapper--comments .x-comment-medical .comment-img {
    width: 41px;
    height: 41px;
    margin-right: 15px;
    margin-top: 30px
}

.container__wrapper--comments .x-comment-medical .comment-box {
    width: 100%;

    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.container__wrapper--comments .comment-signature {
    font-family: "Segoe UI", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.container__wrapper--comments .comment-date {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.container__wrapper--comments .comment-text {
    font-family: "Segoe UI", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .container__wrapper--comments .x-comment-medical {
        position: relative
    }

    .container__wrapper--comments .comment-img {
        position: absolute;
        top: 0;
        left: 0
    }

    .container__wrapper--comments .comment-signature {
        flex-direction: column;
        padding-left: 55px;
        margin-bottom: 25px
    }

    .container__wrapper--comments .comment-date {
        margin-top: 5px;
        text-align: left
    }
}

.order {
    max-width: 750px;
    /*background-color: #e6c2e0;*/
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.form-product-wrapper {
    position: relative;
    max-width: 160px;
    width: 100%;
}

@media screen and (min-width: 520px) {
    .order {
        flex-direction: row;
        justify-content: center;
        gap: 29px;
    }

    .form-pack {
        padding-top: 10px;
    }

    .form-product-wrapper {
        max-width: 160px;
        width: 100%;
    }
}

.order-info {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .order {
        max-width: 650px;
        gap: 20px;
    }

    .order-info {
        flex-basis: 55%;
    }
}

.form-top {
    width: 100%;
}

.form-descr {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    padding-bottom: 20px;
    color: #000;
}

.img-wrap {
    display: flex;
    justify-content: center;
}

.discount-banner {
    position: absolute;
    top: -15px;
    right: -25px;
    display: inline-block;
    background: linear-gradient(135deg, #ff5252, #ff1744);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: pulse 1.5s infinite;
}

.form-descr {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-input {
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    margin-bottom: 15px;
    padding: 15px;
    /*height: 50px;*/
    border-radius: 30px;
    border: 1px solid rgb(54, 54, 159);
    font-size: 16px;
    font-weight: 500;
    outline: transparent;
    transition: all 0.3s ease;
}

.form-input::placeholder {
    color: #000;
}

.form-input:focus {
    box-shadow: 0 0 8px rgba(54, 54, 159, 0.5);
}

.product {
    width: 100%;
    /* max-width: 200px; */
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}


.submit-roulette {
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 15px 0 0;
    outline: none;
    border: none;
    height: 100%;
    margin-top: 5px;
    background-color: #7ea54f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 60px;
    width: 100%;
    max-width: 320px;
}

.submit-roulette:hover {
    background-color: #6b9042;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(126, 165, 79, 0.4);
}

.new-price {
    color: red;
}

.new-price-text,
.old-price-text {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.prices {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

.new-price-wrap,
.old-price-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.old-price-wrap {
    margin-right: 15px;
    /*margin-top: -4px;*/
}

.old-price-text {
    position: relative;
    /*top: 2px;*/
}

.new-price,
.old-price {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.old-price {
    display: flex;
    text-decoration: line-through;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.submit-roulette-bottom {
    display: block;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: all 0.3s ease;
}

.submit-roulette {
    border-radius: 60px;
    width: 100%;
    max-width: 320px;
}

.container-btn {
    margin-top: 30px;
}

.inL_712847 {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 450px;
    width: 100%;
    display: block;
}

.inL_309637 {
    text-align: left
}

.inL_206310 {
    text-align: left
}

.inL_133044 {
    text-align: left
}

.inL_232552 {
    text-align: left
}

.inL_100838 {
    text-align: left
}

.inL_681371 {
    text-align: left
}

.inL_494056 {
    text-align: left
}

.inL_470920 {
    text-align: left
}

.inL_502914 {
    text-align: left
}

.inL_731095 {
    text-align: left
}

.inL_393345 {
    text-align: left
}

.inL_678078 {
    text-align: left
}

.inL_93732 {
    text-align: left
}

.inL_40458 {
    text-align: left
}

.main__link {
    color: blue;
}

.main__link:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .container-wrapper .left-area .main-image-wrapper {
        max-width: 100%;
    }
    .container-wrapper .left-area .main-image-wrapper img {
        max-width: 500px;
        width: 100%;
        margin: 20px auto 20px;
    }
    .container-wrapper .left-area .main-top-link {
        margin-top: 20px;
    }
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-list__img {
        padding: 0;
    }
    .woman__image {
        max-width: 220px;
    }
    .container-wrapper .left-area .main-image-wrapper img {
        max-width: 450px;
        width: 100%;
        margin: 20px auto 20px;
        display: block;
    }
    h2 {
        font-size: 27px;
        line-height: 1.3;
    }
    .picture-description figcaption {
        font-size: 14px;
    }
    .testimonials__name {
        font-size: 23px;
    }
    .preparation__title {
        font-size: 22px;
    }
    .container__wrapper--comments .comments-title {
        font-size: 25px;
    }
    .header-mobile-title .font-1 {
        font-size: 30px;
    }
}
@media (max-width: 639px) {
    .editorial__img {
        max-width: 50px;
    }
    .woman__image {
        float: none;
        align-self: center;
        order: 2;
    }

    .woman__list {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.5rem;
        margin-left: auto;
    }

    .woman__list picture {
        align-self: center;
    }
}
@media (max-width: 479px) {
    .x-comment-medical.answer {
        margin-left: 35px !important;
    }
    .picture-description figcaption {
        margin: 0 auto;
        max-width: none;
    }
    .picture-description {
        text-align: center;
    }
    .picture-description figure {
        float: none;
    }
    h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    h4 {
        font-size: 20px;
    }
    .testimonials__name {
        font-size: 21px;
    }
    .editorial__text {
        font-size: 16px;
    }
    .editorial__text--black {
        font-size: 15px;
    }
}


.answer {
    margin-left: 55px!important;
}
.review-image {
    display: block;
    margin-top: 15px;
    max-width: 280px;
    width: 100%;
    margin-left: 0;
}

@media (max-width: 767px) {
    .review-image {
        max-width: 250px;
    }
}

@media (max-width: 479px) {
    .review-image {
        max-width: 220px;
    }
}

.x_country_select {display: none !important}

#order-in-progress__popup span {color: #000 !important;}
