.bottomImportant {
    bottom: 10vh !important;
}

.ma-container {
    transition: 0.2s !important;
}

.disclaimer-fix {
    position: fixed;
    z-index: 70;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10vh;
    background-color: rgba(217, 238, 254, 0.8);
}

.disclaimer-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclaimer-text {
    margin: 0;
    color: #215AA7;
    font-size: 1.8vw;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
}


.go-wherebuy.downloadInstr {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5rem 1.8rem;
    margin-top: 2rem;
    display: inline-block;

}

.tell-you__btns {
    display: flex;
    flex-direction: column;
}

.tell-you__btns .tell-you__btn {
    padding: 0.95rem 1.8rem;
    text-transform: uppercase;
    font-family: 'Futura PT';
}

.tell-you__btns .go-wherebuy.downloadInstr {
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .disclaimer-text {
        line-height: 150%;
        font-size: 1em;
    }
}

@media (max-width: 425px) {
    .disclaimer-text {
        line-height: 120%;
        font-size: 0.7em;
    }
}

@media (max-width: 344px) {
    .disclaimer-text {
        line-height: 100%;
    }
}

.logo img {
    cursor: pointer;
}

.btn2 span,
.btn2 p,
.btn2 svg {
    cursor: pointer;
}

.footer__link {
    display: inline-block;
}

[data-popup="pharmacies"],
.ma-container.bottomImportant {
    display: none !important;
}

.go-wherebuy {
    padding: 0.8rem 1.6rem;
    color: #FFFFFF !important;
    background: #215AA7;
    border-radius: 24.5px;
    transition: .3s;
    font-family: 'Futura PT' !important;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1rem;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

.go-wherebuy:hover {
    background-color: #153E75 !important;
}

.mob-menu .go-wherebuy {
    display: none;
}

.go-wherebuy-center {
    width: 9rem;
    height: 3rem;
    padding: 0;
    display: flex;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 17px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 0 auto;
}

.go-wherebuy-center:hover {
    text-decoration: none;
}

.header.desk-visible.fixposer .container {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999999999;
    height: 6rem;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    max-width: 97.1875rem;
    transform: translateX(-50%);

}

.header.desk-visible.fixposer .dropdown-link>a:before {
    top: 2.1rem;
}

.header.desk-visible.fixposer .sub-nav {
    height: 6rem;
}

.go-wherebuy-mob {
    position: absolute;
    right: 4rem;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;

}


.wherebuy .section-title {
    text-transform: initial;
    padding-left: 7.5rem;
}

.wherebuy__descr {
    font-size: 1.25rem;
    margin-top: 0.8rem;
    max-width: 35rem;
    line-height: 130%;
    padding-bottom: 2rem;
    padding-left: 7.5rem;
}

.wherebuy__list {
    display: flex;
    flex-wrap: wrap;
    background: #F6FBFF;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    justify-content: center;
}

.wherebuy__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19.3rem;
    height: 7.15rem;
    margin-bottom: 1.45rem;
    background-color: #ffffff;
    margin-right: 1.45rem;
    transition: .3s;
}

.wherebuy__item:hover {
    transform: scale(1.05);
}

.wherebuy__item-inv {
    opacity: 0;
    visibility: hidden;
}

.wherebuy__img {
    cursor: pointer;
    max-width: 70%;
}


@media (max-width: 767px) {
    .go-wherebuy-center {
        margin: 0 auto 1rem auto;
    }

    .wherebuy__list {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .wherebuy__item {
        width: 41.3%;
        height: 3rem;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .wherebuy__item:nth-child(odd) {
        margin-right: 0.5rem;
    }

    .wherebuy .section-title {
        padding-left: 1.25rem;
        font-size: 1.5rem;
    }

    .wherebuy__descr {
        padding-left: 1.25rem;
        padding-bottom: 1rem;
        font-size: 1rem;
    }

    .wherebuy {
        margin-top: 2rem;
    }

    .go-wherebuy.downloadInstr {
        margin: 2rem auto 0 auto;
        max-width: 244px;
        display: block;

    }

}


@media (max-width: 480px) {
    .go-wherebuy.downloadInstr {
        font-size: 0.875rem;
        max-width: 221px;
    }

    .tell-you__btns,
    .tell-you__desc {
        transform: translateY(-2.5rem);
    }
}


#list {
    padding-top: 7rem;
    margin-top: -7rem;
}



.quest {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 100px;
    justify-content: center;
    overflow: auto;
}

.quest__content {
    width: 1060px;
    padding: 120px 0 67px 106px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
    border-radius: 42px;
    height: fit-content;
    position: relative;
}

.quest__item-ul {
    display: flex;
    list-style: none;
}

.quest__item {
    margin-top: 28px;
    color: #333333;
}

.quest__item label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 38px;
}

.quest__item label>* {
    cursor: pointer;
}

.quest__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #153E75;
    max-width: 620px;
}

.quest__item-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.quest__item-li [type="radio"] {
    display: none;
}

.quest__item-li [type="radio"] {
    display: none;
}

.quest__item-li [type="radio"]:checked+.radio-fake {
    border-color: #A90000;
}

.quest__item-li [type="radio"]:checked+.radio-fake:after {
    width: 14px;
    height: 14px;
    background-color: #A90000;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quest__item-li [type="radio"]#q1-1:checked+.radio-fake {
    border-color: #019833;
}

.quest__item-li [type="radio"]#q1-1:checked+.radio-fake:after {
    background-color: #019833;
}

.quest__item-li [type="radio"]#q2-2:checked+.radio-fake {
    border-color: #019833;
}

.quest__item-li [type="radio"]#q2-2:checked+.radio-fake:after {
    background-color: #019833;
}

.quest__item-li [type="radio"]#q3-3:checked+.radio-fake {
    border-color: #019833;
}

.quest__item-li [type="radio"]#q3-3:checked+.radio-fake:after {
    background-color: #019833;
}

.radio-fake {
    width: 32px;
    height: 32px;
    background: #F9F9F9;
    border: 2px solid #EBEBEB;
    border-radius: 50%;
    margin-right: 12px;
    transition: .3s;
    position: relative;
}

.quest__item-ul-title {
    font-size: 16px;
    line-height: 100%;
}

.quest__finish {
    width: 170px;
    height: 56px;
    cursor: pointer;
    background: #215AA7;
    border-radius: 28px;
    outline: none;
    border: 0;
    color: #fff;
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-size: 16px;
    transition: .3s;
}

.quest__bottom-stuff {
    display: flex;
    align-items: center;
    margin-top: 42px;
}

.quest__finish:not(.quest__finish-inactive):hover {
    background: #153E75;
}

.quest__points {
    position: absolute;
    left: 105px;
    display: flex;
    top: 60px;
    transform: translatey(-50%);
    right: 32px;
}

.quest__points1 {
    height: 4px;
    width: 49px;
    border-radius: 39px;
    background: #153E75;
    opacity: 0.5;
    margin-right: 37px;
}

.quest__points2 {
    height: 4px;
    width: 135px;
    border-radius: 39px;
    background: #153E75;
}

.quest__close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.quest__finish-inactive {
    background: #828282;
    color: #fff;
}

.quest__cond {
    font-size: 16px;
    line-height: 16px;
    color: #828282;
    transition: .3s;
    margin-left: 20px;
}

.quest2 {
    display: none;
}

.quest__about {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-top: 18px;
    max-width: 700px;
    margin-bottom: 100px;
}

.quest__confirm {
    font-weight: 450;
    font-size: 20px;
    line-height: 26px;
    color: #153E75;
}

.quest__final {
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.quest__confirm2 {
    font-size: 14px;
    line-height: 18px;
    max-width: 500px;
    color: #333333;
}

.quest__confirm2 a {
    text-decoration: underline;
}

#btn-final {
    margin-top: 0;
    margin-right: 33px;
}

.quest2 .quest__points2 {
    margin-top: 0;
    margin-right: 37px;
}

.quest2 .quest__points1 {
    margin-right: 0;
}

.quest2__bottom-part {
    z-index: 10;
    position: relative;
    padding-bottom: 13px;
}

.quest2:after {
    background: #D9EEFE;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 41%;
    border-radius: 0px 0px 42px 42px;
}

@media (max-width: 1100px) {
    .quest__content {
        width: 95%;
    }
}

@media (max-width: 900px) {
    .quest__bottom-stuff {
        flex-wrap: wrap;
        margin-top: 25px;
    }



    .quest__content {
        padding: 63px 23px 23px 23px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    }

    .quest__title {
        font-size: 18px;
        line-height: 18px;
    }

    .quest__item {
        margin-top: 23px;
    }

    .quest__item-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 14px;
    }

    .quest__item-ul-title {
        font-size: 14px;
    }

    .radio-fake {
        width: 26px;
        height: 26px;
        margin-right: 12px;
        border-width: 1px;
    }

    .quest__item-li [type="radio"]:checked+.radio-fake:after {
        width: 12px;
        height: 12px;
    }

    .quest__item-ul {
        flex-wrap: wrap;
    }

    .quest__item-li {
        width: 100%;
        margin-bottom: 14px;
    }

    .quest__finish {
        width: 112px;
        height: 34px;
        border-radius: 24px;
        font-size: 14px;
    }

    .quest__cond {
        font-size: 14px;
        line-height: 14px;
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .quest__close {
        width: 17px;
        height: 17px;
        top: 20px;
        right: 20px;
    }

    .quest__points {
        right: initial;
        left: 23px;
        top: 25px;
    }

    .quest__points2 {
        width: 80px;
        height: 4px;
        margin-left: 0;
    }

    .quest__points1 {
        width: 30px;
        height: 4px;
        margin-right: 22px;
    }

    .quest {
        padding-top: 46px;
        overflow: auto;
    }

    .quest2 .quest__points2 {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 22px;
    }

    .quest__about {
        margin-top: 12px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 70px;
    }

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

    .quest__final {
        margin-top: 18px;
        flex-wrap: wrap;
    }

    #btn-final {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .quest__confirm2 {
        font-size: 12px;
    }

    .quest2:after {
        height: 50%;
        border-radius: 0px 0px 24px 24px;
    }
}

.data-params {
    display: flex;
    font-size: 1rem;
    color: #203E75;
    font-weight: 450;
    align-items: center;
}

.data-params img {
    margin-right: 0.6rem;
    width: 1rem;
}

.data-params+.article-card__title-cont>.article-card__title {
    margin-top: 0;
}

.data-params.data-params-views, .article-params .data-params.data-params-likes {
    font-size: 1.5rem;
    font-weight: 550;
    margin-right: 2.5rem;
}

.data-params-views.data-params-views-card {
    margin-right: 0.5rem;
}

.data-params-views.data-params-views-likez {
    margin-right: 0;
}

.data-params.data-params-views img, .data-params.data-params-likes img {
    width: 1.3rem;
}

.article-card__title-cont {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.article-params {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem auto 0 auto;
    max-width: fit-content;
    margin-bottom: -1rem;
}

.article-params-newarticles {
    margin-left: initial;
}

.article-params .data-params.data-params-views {
    transform: translateX(0);
}

.article-params__author {
    margin-right: 2.5rem;
    color: #00549F;
    font-weight: 550;
    font-size: 1.1rem;
}

.data-params-all {
    display: flex;
    background: #fff;
    border-radius: 32px;
    padding: 0.35rem 1.5rem;
    align-items: center;

}

.data-params__item {
    display: flex;
}

.liked-article .social-link {
    border: 0;
    cursor: pointer !important;
    width: 3.5rem;
    transition: .3s;
}

.liked-article .social-link img {
    cursor: pointer;
}

.liked-article .social-link:hover {
    opacity: 0.8;
}

#marketWidget1 {
    padding-left: 7.5rem;
    max-width: 900px;
}

@media (max-width: 767px) {
    #marketWidget1 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .article-card__title-cont {
        margin-top: -0.3rem;
    }

    .data-params.data-params-views {
        transform: translateX(0.8rem);
    }

    .article-params {
        margin-top: 1rem;
    }

    .article-prev__icos {
        display: flex;
        align-items: center;
    }

    .data-params-all {
        margin-bottom: 0.8125rem;
        height: 2.375rem;
        padding: 0 1rem;
        margin-left: 1rem;
    }

    .data-params-views.data-params-views-card {
        margin-right: 1.2rem;
    }
    .data-params.data-params-views, .article-params .data-params.data-params-likes {
            margin-right: 1.4rem;
    }
    .article-params__date {
       margin-right: 0 !important;
    }
}


.wherebuy__notes {
    color: rgba(150, 183, 226, 1);
    font-size: 14px;
    line-height: 16px;
    padding-left: 40px;
    margin-bottom: 45px;
}



@media (max-width: 767px) {
    .wherebuy__notes {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 14px;
    }
}

.article-params__date {
    font-size: 1.1rem;
    font-weight: 550;
    margin-right: 2.5rem;
    color: #203E75;
}

.related-articles {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .related-articles {
        margin-top: 40px;
    }
}

.related-articles__wrapper {
    border-radius: 64px;
    background: #F6FBFF;
    padding: 103px 125px 96px;
}

@media (max-width: 1380px) {
    .related-articles__wrapper {
        border-radius: 32px;
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .related-articles__wrapper {
        background: transparent;
        padding: 0;
    }
}

.related-articles__title {
    font-family: 'Neo Sans Pro';
    font-size: 32px;
    line-height: 28px;
    font-weight: 700;
    color: #215AA7;
}

.related-articles__grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 27px;
}

.related-articles__grid .swiper-wrapper {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1190px) {
    .related-articles__grid .swiper-wrapper {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .related-articles__grid .swiper-wrapper {
        gap: 0;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.related-articles__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 24px / 3 * 2);
    height: auto;
    padding: 34px 34px 40px;
    border-radius: 16px;
    border: 1px solid #96B7E2;
    position: relative;
}

@media (max-width: 1190px) {
    .related-articles__grid {
        gap: 16px;
    }

    .related-articles__item {
        width: calc(100% / 2 - 16px / 3 * 2);
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .related-articles__grid {
        gap: 0;
    }

    .related-articles__item {
        width: auto;
    }
}

.related-articles__item:hover .related-articles__link {
    text-decoration: none;
    background-color: #153E75 !important;
}

.related-articles__item>a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.related-articles__image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.related-articles__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.related-articles__content {
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    flex-grow: 1;
}

.related-articles__top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.related-articles__text {
    font-family: 'Neo Sans Pro';
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
    color: #083D84;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}

.related-articles__link {
    max-width: 9rem;
    padding: 0 3rem;
    height: 2.94rem;
    letter-spacing: 0.09em;
    margin-top: auto;
}

.related-articles .data-params {
    font-family: 'Neo Sans Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #215AA7;
}

.related-articles .data-params img {
    margin-right: 4px;
}

.related-articles__nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 22px;
}

@media (max-width: 767px) {
    .related-articles__nav {
        display: flex;
    }
}

.related-articles__prev,
.related-articles__next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #215AA7;
    background-color: #215AA7;
}

.related-articles__prev svg,
.related-articles__next svg {
    stroke: #ffffff;
}

.related-articles__prev.swiper-button-disabled,
.related-articles__next.swiper-button-disabled {
    background-color: #ffffff;
}

.related-articles__prev.swiper-button-disabled svg,
.related-articles__next.swiper-button-disabled svg {
    stroke: #215AA7;
}

.related-articles .data-params__item {
    font-size: 14px;
    line-height: 14px;
    color: #215AA7;
    margin-bottom: 24px;
}

.data-params-all {
    gap: 0 1rem;
    display: flex;
    background: #fff;
    border-radius: 32px;
    padding: 0.35rem 1.5rem;
    align-items: center;
}

.article-card__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.5rem;
}

.article-card__date {
    font-size: 16px;
    color: #153E75;
}

@media (max-width: 767px) {
    .data-params-all {
        height: auto;
        flex-wrap: wrap;
    }
}


.disc-cookie {
    position: fixed;
    bottom: 10vh;
    left: 0;
    right: 0;
    width: auto;
    background: #F5F3F4;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8%;
    z-index: 9999;
    line-height: 1.3;
}

.disc-cookie__mtext {
    color: #110F14;
    font-size: 16px;
}

.disc-cookie__mtext a {
    text-decoration: underline;
    color: #110F14;
}

.disc-cookie__link {
    font-size: 12px;
    color: #828282;
    text-decoration: underline;
    margin-top: 10px;
}

.disc-cookie__agree {
    width: 180px;
    min-width: 180px;
    height: 50px;
    font-size: 14px;
    border-radius: 6px;
    transition: .3s;
    margin-left: 10px;
    font-family: Futura PT Book;
    cursor: pointer;
    border: 0;
    color: #FFF;
    background: #215AA7;
    transition: .3s;
}

.disc-cookie__agree:hover {
    background-color: #153E75;
}

.disc-cookie.discCookieDown {
    bottom: 0;
}

@media (max-width: 650px) {
    .disc-cookie {
        padding: 15px 15px 10px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .disc-cookie__agree {
        width: 293px;
        min-width: 293px;
        height: 34px;
        margin-left: 0;
    }

    .disc-cookie__mtext {
        font-size: 12px;
    }

    .disc-cookie__link {
        margin: 15px 0 10px 0;
    }
}

.whatfor__p {
    margin-bottom: 2.1875rem;
}

.whatfor__head .section-title {
    width: 35%;
}

.whatfor__head .whatfor__content {
    width: 65%;
}

.instruction.whatfor {
    padding-bottom: 0;
}

.instruction__head.whatfor__head {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .whatfor__head .section-title {
        width: 100%;
    }

    .whatfor__head .whatfor__content {
        width: 100%;
    }
}

.blks-izzoga__upper {
    border-radius: 42px;
    background: #fff;
    padding: 2rem 3.4rem 3.4rem 3.4rem;
    max-width: 50rem;
    margin: -3rem auto 3.5rem auto;
}

.blks-izzoga__upper ul {
    line-height: 1.4;
}

.blks-izzoga__upper .section-title {
    margin: 0.8rem 0 1.6rem 0;
    text-align: center;
}

.blks-izzoga__pic {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #F7FBFF;
    border-radius: 50%;
}

.blks-izzoga__pic img {
    width: 2.2rem;
}

.blks-izzoga__medium {
    text-align: center;
}

.blks-izzoga__medium-text {
    margin: 1.5rem auto 2rem auto;
    max-width: 50rem;
    padding: 0 1rem;
}

.blks-izzoga {
    padding-bottom: 2.2rem;
}

@media (max-width: 767px) {
    .blks-izzoga__upper {
        border-radius: 24px;
        margin: 0rem auto 3rem auto;
        padding: 2rem 2.5rem 2.5rem 2.5rem;
    }

    .blks-izzoga__upper .section-title br {
        display: block;
    }

    .blks-izzoga__medium-text {
        margin-bottom: 8rem;
    }
}

.sitemap {
    padding: 0 0 20px 0;
}

@media (min-width: 768px) {
    .sitemap {
        padding: 0;
    }
}

.sitemap .section-title {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.sitemap a {
    font-family: "Helvetica Neue";
    text-decoration: none;
    color: #0c284e;
}

.sitemap a:hover {
    color: #215aa7;
}

.sitemap__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5rem;
}

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

.it-sub-sitemap-link {
    font-size: 0.8em;
    padding-left: 15px;
}

a.it-sub-sitemap-link:hover {
    color: #215aa7;
}

.articles-readall {
    padding: 1rem 2rem;
    display: block;
    max-width: fit-content;
    cursor: pointer;
    z-index: 99999;
    margin-top: -0.5rem;
}

.related-articles__title-main {
    display: flex;
    justify-content: space-between;
}

.articles-readall-mob {
    display: none;
}

.articles {
    position: relative;
}

@media (max-width: 990px) {
    .articles-readall {
      margin-top: 0;   
    }
}


@media (max-width: 767px) {
    .about-razo__robot-7 {
        top: 7rem;
    }

    .articles-readall {
       margin-right: auto;
       padding: 1rem;
    }
    .related-articles__title-main {
        flex-wrap: wrap;
    }
    .related-articles__title-main h2 {
      width: 100%;
    }
    .articles-readall-mob {
        display: block;
    }
    .articles-readall-desk {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-razo__robot-7 {
        top: 10%;
    }
}

@media (max-width: 370px) {
    .articles-readall {
       padding: 1rem 0.7rem;
               font-size: 0.8rem;
    }
}


.recipe-head-section .article-head__title-wrap {
    margin-top: 11rem;
}

.article-desc__recipes {
    max-width: 70rem;
    margin: auto;
    text-align: center;
    padding: 2.5rem 0;
    line-height: 1.4;
}

.article-desc__recipes-bold {
    color: #215AA7;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

.recipes-articles {
    padding-top: 0.8rem;
}

.recipes-articles .related-articles__image {
    padding-top: 60%;
}

.recipes-articles .related-articles__item {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    min-height: 29rem;
}

.recipes-articles .related-articles__text {
    font-size: 1.5rem;
}

.recipes-articles .data-params {
    font-size: 1rem;
}

.recipes-articles .related-articles__link {
    font-family: Neo Sans Pro;
    text-transform: initial;
    font-weight: 500;
    letter-spacing: normal;
    text-wrap: nowrap;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.recipes-articles__label {
    position: absolute;
    top: 0;
    z-index: 9;
    border-radius: 24px;
    color: #215AA7;
    font-weight: 500;
    font-family: Neo Sans Pro;
    background: #ffffff;
    font-size: 80%;
    padding: 0.5rem 0.9rem;
    top: 0.5rem;
    left: 0.7rem;
}

.related-articles__link.related-articles__link-recipes {
    border: 2px solid #215AA7;
    background: #215AA7;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 2rem;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    width: 12.5rem;
    min-width: 12.5rem;
    height: 3.5rem;
}

.recipes-articles__warning {
    font-size: 2rem;
    font-weight: 300;
    color: #215AA7;
    text-align: center;
    max-width: 70rem;
    margin: 3rem auto 2rem auto;
    text-transform: uppercase;
}

.social-link-linker {
    position: relative;
}

div.liked-article__copied {
    position: absolute;
    color: #215AA7;
    font-size: 70%;
    top: 100%;
    left: 50%;
    text-wrap: nowrap;
    white-space: nowrap;
    transform: translatex(-50%);
    display: none;
}

.liked-article-recipes {
    margin-bottom: 0;
    margin-top: 4rem;
    width: 100%;
}

img.recipes-articles__play {
    position: absolute;
    z-index: 10;
    width: 1.9rem;
    height: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.recipes-articles .related-articles__item>a {
    z-index: 11;
}

.related-articles__item.hidden {
    display: none;
}

@media (max-width: 767px) {
    div.liked-article__copied {
        font-size: 75%;
        top: 110%;
    }

    .article-head.recipe-head-section {
        padding-bottom: 0;
        padding-top: 0;
        min-height: initial;
    }

    .article-head.recipe-head-section .article-head__img {
        object-fit: cover;
        object-position: 30% 0;
    }

    .article-head.recipe-head-section .article-head__title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .recipe-head-section .article-head__title-wrap {
        margin-top: 8rem;
        margin-bottom: 4rem;
    }

    .article-desc__recipes {
        font-size: 1rem;
        padding: 2rem 0;
    }

    .article-desc__recipes-bold {
        padding: 0;
    }

    .recipes-articles .related-articles__item {
        width: 100%;
        margin-bottom: 2.5rem;
        min-height: initial;
        padding: 10px 10px 40px 10px;
    }

    .recipes-articles .related-articles__image {
        padding-top: 74%;
    }

    .recipes-articles .related-articles__text {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .recipes-articles {
        padding-top: 0;
        margin-top: 1rem;
    }

    .recipes-articles__warning {
        font-size: 1.2rem;
        max-width: initial;
        line-height: 1.4;
    }

    .related-articles__link.related-articles__link-recipes {
        margin-top: 1rem !important;
        width: 10.5rem;
        min-width: 10.5rem;
    }
}

.article-head-recitem {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #D9EEFE 100%);
}

.article-head-recitem .article-head__title-wrap {
    margin-top: 10rem;
    margin-bottom: 0;
}

.article-head-recitem h1 {
    font-weight: 550;
}

.article-head-recitem .data-params {
    font-family: Neo Sans Pro;
    font-size: 1rem;
}

.article-head-recitem .article-params__date {
    font-family: Neo Sans Pro;
    font-size: 1rem;
}

.article-head-recitem .article-params {
    margin-top: 1rem;
    padding-top: 0;
    align-items: flex-start;
}

.article-recipe__time {
    text-align: center;
    margin: 1.5rem 0 1.2rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.article-recipe__media {
    width: 65rem;
    height: 38rem;
    overflow: hidden;
    margin: 0 auto 1.6rem auto;
    border-radius: 24px;
    position: relative;
}

.article-recipe__media img {
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.article-recipe__play {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;

}

.article-recipe__media svg {
    max-width: 70%;
    max-height: 8rem;
}

.article-recipe__media svg>path {
    transition: .3s;
    cursor: pointer;
}

.article-recipe__media:hover svg>path {
    fill: #215AA7;
}

.article-recipe__media:hover .article-recipe__play-label {
    background: #215AA7;
    color: #fff;
}


.recipes-articles__label.article-recipe__play-label {
    position: static;
    padding: 0.15rem 1.75rem;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
}

.article-recipe__insideCont {
    max-width: 65rem;
    margin: auto;
}

.recipe-ingredients {
    background: #F6FBFF;
    padding: 2.2rem 3.2rem;
    border-radius: 24px;
}

.recipe-ingredients__title {
    color: #083D84;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: Neo Sans Pro;
    text-align: center;
    margin-bottom: 1.5rem;
}

.recipe-ingredients__items {
    font-size: 1.4rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2rem;
}

.recipe-ingredients__items li {
    width: 33.3%;
    margin-bottom: 0.5rem;
}

.recipe-ingredients__items li::marker {
    font-size: 75%;
}


.article-recipe__steps {
    font-size: 1.5rem;
    margin: 4rem 0 3rem 0;
    padding-left: 3.5rem
}

.article-recipe__steps li {
    list-style: none;
    position: relative;
    margin-bottom: 2rem;
    counter-increment: item;
}

.article-recipe__steps li:before {
    content: counter(item);
    position: absolute;
    background: #215AA7;
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    color: #fff;
    font-family: Neo Sans Pro;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translatey(-50%);
    left: -5rem;
    line-height: 1;
}

.article-recipe__note {
    text-align: center;
    color: #215AA7;
    font-size: 1.5rem;
    margin-bottom: 2.7rem;
}

.article-recipe {
    margin-bottom: 4rem;
}

.article-params-mobile {
    display: none;
}

@media (max-width: 767px) {

    .article-recipe__media svg {
        max-width: initial;
        width: 30px;
        height: 39px;
    }

    .article-params-desktop {
        display: none;
    }

    .article-params-mobile {
        display: block;
    }

    .article-head-recitem {
        padding: 0;
        min-height: 18.8rem;
        height: 18.8rem;
        position: relative;
    }

    .article-params-mobile {
        margin: 0;
        position: absolute;
    }

    .recipes-articles__label.article-recipe__play-label {
        padding: 0;
        width: 10rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .article-recipe__media svg {
        width: 40px;
        height: 50px;
    }

    .article-recipe__play {
        top: 60%;
    }

    .article-head-recitem .article-head__title-wrap {
        margin: 10rem 0 0 0;
        text-align: center;
    }

    .article-head-recitem h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .article-head-recitem .article-params {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        top: 4.5rem;
        flex-wrap: nowrap;
    }

    .article-head-recitem .article-params.article-params__three {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .article-head-recitem .article-params.article-params-mobile {
        top: -4.5rem;
    }

    .article-head-recitem .data-params.data-params-views {
        margin-right: 1rem;
    }

    .article-head-recitem .data-params.data-params-views:nth-child(3) {
        margin-right: 0;
    }

    div.article-recipe__time {
        font-size: 1rem;
    }

    .article-recipe__media {
        width: 100%;
        height: 15rem;
    }

    .recipe-ingredients {
        padding: 2rem;
    }

    .recipe-ingredients__items li {
        font-size: 0.9rem;
        width: 100%;
    }

    .recipe-ingredients__title {
        margin-bottom: 1rem;
    }

    .recipe-ingredients__items {
        display: block;
    }

    .article-recipe__steps {
        margin: 1.5rem 0;
        padding-left: 1rem;
    }

    .article-recipe__steps li {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .article-recipe__steps li:before {
        width: 2rem;
        height: 2rem;
        left: -3rem;
        font-size: 1.2rem;
    }

    div.article-recipe__note {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 340px) {
    .article-head-recitem h1 {
        font-size: 1.3rem;
    }
}

.article-recipe__media #player {
    width: 100%;
    height: 100%;
}



.recipe-head-section .article-head__title-wrap {
    margin-top: 11rem;
}

.article-desc__recipes {
    max-width: 70rem;
    margin: auto;
    text-align: center;
    padding: 2.5rem 0;
    line-height: 1.4;
}

.article-desc__recipes-bold {
    color: #215AA7;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

.recipes-articles {
    padding-top: 0.8rem;
}

.recipes-articles .related-articles__image {
    padding-top: 60%;
}

.recipes-articles .related-articles__item {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    min-height: 29rem;
}

.recipes-articles .related-articles__text {
    font-size: 1.5rem;
}

.recipes-articles .data-params {
    font-size: 1rem;
}

.recipes-articles .related-articles__link {
    font-family: Neo Sans Pro;
    text-transform: initial;
    font-weight: 500;
    letter-spacing: normal;
    text-wrap: nowrap;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.recipes-articles__label {
    position: absolute;
    top: 0;
    z-index: 9;
    border-radius: 24px;
    color: #215AA7;
    font-weight: 500;
    font-family: Neo Sans Pro;
    background: #ffffff;
    font-size: 80%;
    padding: 0.5rem 0.9rem;
    top: 0.5rem;
    left: 0.7rem;
}

.recipes-articles .related-articles__link-recipes {
    border: 2px solid #215AA7;
    background: #215AA7;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 3rem;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    width: 212px;
    height: 58px;
}

.related-articles__link-recipes:hover {
    color: #fff;
}

.recipes-articles__warning {
    font-size: 2rem;
    font-weight: 300;
    color: #215AA7;
    text-align: center;
    max-width: 70rem;
    margin: 3rem auto 2rem auto;
    text-transform: uppercase;
}

.social-link-linker {
    position: relative;
}

div.liked-article__copied {
    position: absolute;
    color: #215AA7;
    font-size: 70%;
    top: 100%;
    left: 50%;
    text-wrap: nowrap;
    white-space: nowrap;
    transform: translatex(-50%);
    display: none;
}

.liked-article-recipes {
    margin-bottom: 0;
    margin-top: 4rem;
    width: 100%;
}

img.recipes-articles__play {
    position: absolute;
    z-index: 10;
    width: 1.9rem;
    height: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.recipes-articles .related-articles__item>a {
    z-index: 11;
}

.related-articles__item.hidden {
    display: none;
}

@media (max-width: 767px) {
    div.liked-article__copied {
        font-size: 75%;
        top: 110%;
    }

    .article-head.recipe-head-section {
        padding-bottom: 0;
        padding-top: 0;
        min-height: initial;
    }

    .article-head.recipe-head-section .article-head__img {
        object-fit: cover;
        object-position: 30% 0;
    }

    .article-head.recipe-head-section .article-head__title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .recipe-head-section .article-head__title-wrap {
        margin-top: 8rem;
        margin-bottom: 4rem;
    }

    .article-desc__recipes {
        font-size: 1rem;
        padding: 2rem 0;
    }

    .article-desc__recipes-bold {
        padding: 0;
    }

    .recipes-articles .related-articles__item {
        width: 100%;
        margin-bottom: 2.5rem;
        min-height: initial;
        padding: 10px 10px 40px 10px;
    }

    .recipes-articles .related-articles__image {
        padding-top: 74%;
    }

    .recipes-articles .related-articles__text {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .recipes-articles {
        padding-top: 0;
        margin-top: 1rem;
    }

    .recipes-articles__warning {
        font-size: 1.2rem;
        max-width: initial;
        line-height: 1.4;
    }

    .related-articles__link-recipes {
        margin-top: 1rem;
    }
}

.article-head-recitem {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #D9EEFE 100%);
}

.article-head-recitem .article-head__title-wrap {
    margin-top: 10rem;
    margin-bottom: 0;
}

.article-head-recitem h1 {
    font-weight: 550;
}

.article-head-recitem .data-params {
    font-family: Neo Sans Pro;
    font-size: 1rem;
}

.article-head-recitem .article-params__date {
    font-family: Neo Sans Pro;
    font-size: 1rem;
}

.article-head-recitem .article-params {
    margin-top: 1rem;
    padding-top: 0;
    align-items: flex-start;
}

.article-recipe__time {
    text-align: center;
    margin: 1.5rem 0 1.2rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.article-recipe__media {
    width: 65rem;
    height: 38rem;
    overflow: hidden;
    margin: 0 auto 1.6rem auto;
    border-radius: 24px;
    position: relative;
}

.article-recipe__media img {
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.article-recipe__play {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;

}

.article-recipe__media svg {
    max-width: 70%;
    max-height: 8rem;
}

.article-recipe__media svg>path {
    transition: .3s;
    cursor: pointer;
}

.article-recipe__media:hover svg>path {
    fill: #215AA7;
}

.article-recipe__media:hover .article-recipe__play-label {
    background: #215AA7;
    color: #fff;
}


.recipes-articles__label.article-recipe__play-label {
    position: static;
    padding: 0.15rem 1.75rem;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
}

.article-recipe__insideCont {
    max-width: 65rem;
    margin: auto;
}

.recipe-ingredients {
    background: #F6FBFF;
    padding: 2.2rem 3.2rem;
    border-radius: 24px;
}

.recipe-ingredients__title {
    color: #083D84;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: Neo Sans Pro;
    text-align: center;
    margin-bottom: 1.5rem;
}

.recipe-ingredients__items {
    font-size: 1.4rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2rem;
}

.recipe-ingredients__items li {
    width: 33.3%;
    margin-bottom: 0.5rem;
}

.recipe-ingredients__items li::marker {
    font-size: 75%;
}


.article-recipe__steps {
    font-size: 1.5rem;
    margin: 4rem 0 3rem 0;
    padding-left: 3.5rem
}

.article-recipe__steps li {
    list-style: none;
    position: relative;
    margin-bottom: 2rem;
    counter-increment: item;
}

.article-recipe__steps li:before {
    content: counter(item);
    position: absolute;
    background: #215AA7;
    border-radius: 50%;
    width: 3.8rem;
    height: 3.8rem;
    color: #fff;
    font-family: Neo Sans Pro;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translatey(-50%);
    left: -5rem;
    line-height: 1;
}

.article-recipe__note {
    text-align: center;
    color: #215AA7;
    font-size: 1.5rem;
    margin-bottom: 2.7rem;
}

.article-recipe {
    margin-bottom: 4rem;
}

.article-params-mobile {
    display: none;
}

@media (max-width: 767px) {

    .article-recipe__media svg {
        max-width: initial;
        width: 30px;
        height: 39px;
    }

    .article-params-desktop {
        display: none;
    }

    .article-params-mobile {
        display: block;
    }

    .article-head-recitem {
        padding: 0;
        min-height: 18.8rem;
        height: 18.8rem;
        position: relative;
    }

    .article-params-mobile {
        margin: 0;
        position: absolute;
    }

    .recipes-articles__label.article-recipe__play-label {
        padding: 0;
        width: 10rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .article-recipe__media svg {
        width: 40px;
        height: 50px;
    }

    .article-recipe__play {
        top: 60%;
    }

    .article-head-recitem .article-head__title-wrap {
        margin: 10rem 0 0 0;
        text-align: center;
    }

    .article-head-recitem h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .article-head-recitem .article-params {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        top: 4.5rem;
        flex-wrap: nowrap;
    }

    .article-head-recitem .article-params.article-params__three {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .article-head-recitem .article-params.article-params-mobile {
        top: -4.5rem;
    }

    .article-head-recitem .data-params.data-params-views {
        margin-right: 1rem;
    }

    .article-head-recitem .data-params.data-params-views:nth-child(3) {
        margin-right: 0;
    }

    div.article-recipe__time {
        font-size: 1rem;
    }

    .article-recipe__media {
        width: 100%;
        height: 15rem;
    }

    .recipe-ingredients {
        padding: 2rem;
    }

    .recipe-ingredients__items li {
        font-size: 0.9rem;
        width: 100%;
    }

    .recipe-ingredients__title {
        margin-bottom: 1rem;
    }

    .recipe-ingredients__items {
        display: block;
    }

    .article-recipe__steps {
        margin: 1.5rem 0;
        padding-left: 1rem;
    }

    .article-recipe__steps li {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .article-recipe__steps li:before {
        width: 2rem;
        height: 2rem;
        left: -3rem;
        font-size: 1.2rem;
    }

    div.article-recipe__note {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 340px) {
    .article-head-recitem h1 {
        font-size: 1.3rem;
    }
}

.article-recipe__media #player {
    width: 100%;
    height: 100%;
}



.widget .widget__title {
    font-weight: bold;
}

.author .author__h2 {
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 1.15rem;
}

.aptekaru-item {
    position: relative;
}

.aptekaru-item__icon {
    position: absolute;
        top: 0.5rem;
    left: 3rem;
    cursor: pointer;
}

.aptekaru-item__text {
    position: absolute;
    background: #EDEDED;
    border-radius: 12px;
    width: 260px;
    font-size: 10px;
    padding: 15px 25px 15px 15px;
    z-index: 99;
    color: #686868;
    line-height: 1.25;
        left: 0;
    top: 5px;
    display: none;
}
.aptekaru-item__text a {
    color: #686868;
    text-decoration: underline;
}

.aptekaru-item__text-cross {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
}

.wherebuy__item-a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1190px) {
   .aptekaru-item__icon {
     top: -1rem;
     left: 0;
}
}
@media (max-width: 767px) and (min-width: 550px) {
   .aptekaru-item__icon {
     left: 2rem;
}
}

.about-razo .about-razo__left1 .razo-img-desc {
    position: relative;
    left: 0;
    top: -0.4rem;
    margin-left: 1rem;
}
.about-razo .about-razo__left1 .razo-img-wrap {
    margin-top: -6.5rem;
}

.recommendation.tovar2023 {
    background: #fff;
    margin-top: 0;
    position: absolute;
    left: 16rem;
    bottom: 0.6rem;
    overflow: visible;
    padding-left: 6.5rem;
    padding-right: 0;
}

.tovar2023__img {
    position: absolute;
    width: 5.5rem;
    left: 0.5rem;
    top: -2rem;
}

.recommendation.tovar2023 p {
    max-width: initial;
    font-size: 0.81rem;
    line-height: 1.3;
}
.recommendation.tovar2023 h6 {
    margin-bottom: 0;
}


.tovar2024 .tovar2023__img {
  top: 0;
    left: 1rem;
    transform: translateY(-50%);
}

.tovar2024.tovar2023 {
    left: initial;
    right: 0;
    top: 29%;
    bottom: initial;
   border-radius: 2rem 0 0 2rem;
    padding: 1rem 1.5rem 1rem 1rem;
    max-width: 16rem;
}

.tovar2024.tovar2023.recommendation h3 {
    margin-top: 4rem;
}

@media (max-width: 767px) {
    .recommendation.tovar2023 {
       position: relative;
       left: 0;
       bottom: 0;
       max-width: 92%;
       margin: 3rem auto 0 auto;
  }

  .recommendation.tovar2023 p {
    max-width: 95%;
  }
  .recommendation.tovar2023 h6 {
    font-size: 0.8rem;
    line-height: 1.2;
    max-width: 88%;
}
.recommendation.tovar2023 h6 br {
    display: none;
}
.about-razo .about-razo__left1 .razo-img-wrap .about-razo__razo-img--new-pack {
    transform: translateY(3rem);
}
.about-razo .about-razo__left1 .razo-img-desc {
    top: -0.2rem;
}
.about-razo__left1 .about-razo__robot-7 {
    top: 10rem;
}
 
 .tovar2024.tovar2023 p {
    display: none;
 }

  .tovar2024.tovar2023 {
        position: absolute;
        max-width: 49%;
        border-radius: 2rem 0 0 2rem;
        right: 0;
        left: initial;
        bottom: initial;
        top: 16rem;
        margin-top: 0;
        padding: .75rem .75rem .75rem 5.5rem;
}

.tovar2024 .tovar2023__img {
      top: initial;
    left: 1rem;
    transform: translateY(0);
    width: 4rem;
    bottom: 1rem;
}

.tovar2024.tovar2023.recommendation h3 {
    margin-top: 0;
    font-size: .8rem;
}

.tovar2024.tovar2023.recommendation h3 span {
    display: none;
}


}

@media (max-width: 480px) {
   .about-razo__left1 .about-razo__robot-7 {
        top: 8rem;
    }
   .about-razo__left1 .about-razo .razo-img-wrap .about-razo__razo-img--new-pack {
        transform: translateY(4rem);
    }

      .tovar2024.tovar2023 {
        top: 15rem;
      }
}

@media (max-width: 400px) {
    .tovar2024.tovar2023.recommendation h3 {
    font-size: .7rem;
}
}

@media (max-width: 370px) {
    .tovar2024.tovar2023.recommendation{
   transform: scale(.8);
           right: -1rem;
            top: 13rem;
}
}

@media (max-width: 330px) {
    .tovar2024.tovar2023.recommendation{
   transform: scale(.65);
           right: -2rem;
}
}

.art-flex {
    display: flex;
}

.art-flex ul {
    width: 60%;
}

.podpis {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.5rem;
}

.art-flex__left {
  width: 50%;
}

.art-flex__left ul {
  width: 100%;
}

.art-flex__left + .art-flex__img img {
  width: 21rem;
}

@media (max-width: 767px) {
    .art-flex {
        flex-wrap: wrap;
    }
    .art-flex ul {
        width: 100%;
    }
    .br-dis {
        display: none;
    }
    .art-flex__left + .art-flex__img img {
  width: 100%;
}
}

.video-r video {
    display: none;
    max-width: 100%;
    border-radius: 20px;
}
.video-r {
    position: relative;
}

.video-r__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    width: 9%;
}
.video-r img {
    cursor: pointer;
}
.video-r:hover .video-r__play {
    transform: translate(-50%,-50%) scale(1.1);
}

.video-r__title {
    margin-bottom: 3rem;
}
.video-r__cont {
   position: relative;
}

@media (max-width: 767px) {
    .video-r__title {
        margin-bottom: 1rem !important;
    }
}

.razo-stage.razo-stage-main {
    margin-top: 0;
    margin-bottom: 0;
}

.razo-stage-main .razo-stage__descr {
    display: block;
    position: absolute;
    color: #0C284E;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    left: 9.3rem;
    top: 13.2rem;
}

.razo-stage-main .razo-stage__buy {
    position: static;
}

.razo-stage-main__btns {
    position: absolute;
    bottom: 7.5rem;
    left: 9.3rem;
    display: flex;
}
.razo-stage-main__btns__instr.go-wherebuy {
        height: 3.1rem;
    display: flex;
    align-items: center;
    background: #fff;
    color: #215AA7 !important;
    border: 1px solid #215AA7;
    margin-right: 1rem;
    width: 11rem;
    padding: 0;
    justify-content: center;
    text-decoration: none !important;
}
.razo-stage-main__btns__instr.go-wherebuy:hover {
    color: #fff !important;
}

.razo-stage-main .razo-stage__title {
    color: #215AA7;
    font-size: 6rem;
    top: 5rem;
    left: 9.3rem;
    
}

.razo-stage-main .razo-stage__title sup {
        font-size: 57%;
    top: -2rem;
}

@media (max-width: 767px) {
    .razo-stage-main .razo-stage__title {
    font-size: 2.5rem !important;
    top: 1.5rem;
    left: 1rem;
    text-align: left;
}
.razo-stage-main .razo-stage__title sup {
    top: -1rem;
}
.razo-stage-main .razo-stage__descr {
   font-size: 1.5rem !important;
           left: 1rem;
        text-align: left;
        top: 5.75rem;
}

.razo-stage-main__btns {
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    top: 10rem;
}
.razo-stage-main__btns__instr.go-wherebuy {
    width: 16rem;
}
.razo-stage-main__btns .go-wherebuy.razo-stage__buy {
    transform: translate(0);
    width: 75%;
}

}

@media (max-width: 373px) {
    .razo-stage-main__btns__instr.go-wherebuy, .razo-stage-main__btns .go-wherebuy.razo-stage__buy {
        width: 9rem;
    }
}

.article-content-list {
    color: #203E75;
}
.article-content-list ul {
    padding-left: 2rem;
}

.article-main__col.article-col .article-content-list ul {
    padding-left: 2rem;
    line-height: 1.5;
}

.article-main__col.article-col .article-content-list ul ul {
    list-style: disc;
}

.article-author {
    background: #F2F7FB;
    border-radius: 2.5rem;
    padding: 1.75rem;
}

.article-author__title {
     font-size: 2rem;
    text-transform: initial;
}


.article-author * {
    color: #153E75;
}

.article-author__flex {
    display: flex;
}

.article-author__img {
    width: 9rem;
    max-width: 9rem;
    height: 9rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem;
}
.article-author__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-author__nameh2 {
    font-size: 2rem;
    text-transform: initial;
    line-height: 1.6;
}
.article-author__link {
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 0.6rem;
}

.article-author__link:hover {
    text-decoration: none;
}

.article-author-checked {
    padding-top: 0.8rem;
}

.article-author-checked .article-author__title {
    margin-bottom: 1rem;
}
.article-author__name {
     font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .article-author__flex {
        flex-wrap: wrap;
    }
    .article-author__img {
        width: 100%;
    }
    .article-author__title {
       font-size: 1.5rem;
       line-height: 1.3;
    }
    .article-author__about {
        font-size: 1rem;
         margin-top: 0.5rem;
    }

    .article-author__link {
        font-size: 1rem;
        margin-top: 0;
    }
    .article-author__img {
        margin-right: 0;
    }
    .article-author__info {
        margin-top: 1.5rem;
    }
    .article-author__name {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .article-author-checked .article-author__title {
    margin-bottom: 1.5rem;
}
.article-author-checked {
padding-top: 1.5rem;
}

}

.authors {
   padding-left: 7.5rem;
   padding-right: 7.5rem;
}
.authors__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    margin-bottom: 4rem;
}
.authors__item {
    border-radius: 2rem;
    box-shadow: 0px 4px 43px 0px #BCD5F7B0;
    padding: 2.3rem 1.56rem;
    width: 31.65%;
    margin-right: 2%;
    cursor: pointer;
    transition: .2s;
    color: #153E75;
    margin-bottom: 1.5rem;
}
.authors__item * {
    cursor: pointer;
}
.authors__item:hover {
   transform: translateY(-10px);
   text-decoration: none;
}

.authors__item:nth-child(3n) {
    margin-right: 0;
}

@media (min-width: 768px) {
  .article-desc-authors {
    padding: 1.8rem 7.8rem;
}
}

.authors__name {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 1.2rem 0 0.5rem 0; 
}
.authors__descr {
    font-size: 1.3rem;
}

.authors .wherebuy__notes {
    padding-left: 0;
}
.authors + .instruction, .author-page + .instruction {
    padding-top: 3rem;
}
.authors__img {
    height: 13.6rem;
    border-radius: 2rem;
}
.authors__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

@media (max-width: 767px) {
    .authors {
        padding: 0 1.25rem;
    }
  .authors__container {
   padding-top: 2rem;
  }
  .authors__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .authors__img {
    height: 13.6rem;
    border-radius: 2rem;
}
.authors__descr {
  font-size: 0.9rem;
}
}

.author-page__cont {
    display: flex;
    padding: 2.5rem; 1.25rem;
    box-shadow: 0px 4px 43px 0px #BCD5F7B0;
    border-radius: 3.1rem;
    margin-bottom: 5rem;
}

.author-page__cont .authors__img {
    min-width: 23rem;
    margin-right: 1.5rem;
}

.author-page__content {
    color: #153E75;
    font-size: 1.3rem;
}

.author-page__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.author-page__staz span {
    font-weight: 700;
}
.author-page__about {
  font-weight: 700;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.author-page__list {
    padding-left: 2rem;
}
.author-page__h2 {
    font-size: 2.6rem;
    color: #215AA7;
    margin-bottom: 3rem;
}
.breadcrumbs-author .breadcrumbs {
    padding-left: 0;
}

.author-page__back {
   padding: 1.3rem 3rem;
}

.author-page__back-cont {
    margin-bottom: 5rem;
    text-align: center;
}

@media (max-width: 767px) {
    .author-page__cont {
        flex-wrap: wrap;
    }
    .author-page__cont .authors__img {
        min-width: 100%;
        margin-right: 0;
    }
    .author-page__cont {
        padding: 2rem 1.25rem;
    }
    .author-page__content {
        font-size: 0.9rem;
                line-height: 1.5;
    }
    .author-page__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .author-page__about {
         font-size: 0.9rem;
    }
    .author-page__list {
    padding-left: 1.3rem;
  }
  .author-page__h2 {
     font-size: 1.25rem;
     margin-bottom: 1rem;
  }
  .author-page__back-cont {
    margin-bottom: 3rem;
  }

}

h1.razo-stage__title span.razo-stage__descr {
    position: static;
    margin-top: .5rem;
}

.recommendation h3 {
    margin-bottom: 0.3rem;
}

.about-product__head h3 {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #153E75;
    transition: .3s;
}

.about-product:hover .about-product__head h3 {
    color: #FFFFFF;
}

.about-product.open .about-product__head h3 {
    color: #fff;
}

@media (max-width: 767px) {
    .about-product__head h3 {
        font-size: 1.1rem;
        line-height: 1.125rem;
    }
}


.js-slider-related {
    overflow: hidden;
     margin-top: 1.5rem;
}

.related-articles__content {
   overflow: hidden;
}

.related-articles__wrapper {
  padding-left: 0;
    padding-right: 0;
}

.js-slider-related .data-params__item {
    font-weight: 400;
    font-family: Futura PT;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.js-slider-related {
    padding-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

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

.related-articles__nav-btns {
    display: flex;
    padding-right: 1rem;
}

.related-articles__nav-btns svg path {
     cursor: pointer;
}

.related-articles__prev {
    margin-right: 1rem;
    cursor: pointer;
}

.related-articles__next {
    cursor: pointer;
}

@media (max-width: 600px) {
    .related-articles__prev {
   width: 2.5rem;
   height: 2.5rem;
}

.related-articles__next {
    width: 2.5rem;
   height: 2.5rem;
}
.related-articles__title {
    font-size: 1.5rem;
}

.js-slider-related {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}

}

#player iframe {
    width: 100%;
    height: 38rem;
    border-radius: 1rem;
}

@media (min-width: 1921px) {
    .razo-stage-main .razo-stage__buy {
       transform: translateY(0);
    }
}

@media (min-width: 2100px) {
    .razo-stage__img {
       width: 100%;
    }
}