@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a,
button {
    cursor: pointer;
}

body {
    font-family: "Geologica", sans-serif;
    padding-bottom: 0;
}

.row {
    margin: 0 -7px;
}

.row>* {
    padding: 0 7px;
}


.container {
    max-width: 1700px;
    padding: 0 12px;
}


.navbar-brand {
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    color: rgba(222, 60, 14, 1) !important;
    padding: 0;
    margin: 0;
}

.navbar-brand sup {
    font-size: 22px;
}

nav.navbar {
    justify-content: space-between;
    padding: 0;
}

.navbar-nav .dropdown-menu {
border-radius: 30px;
 box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border: 0;
    background: var(--White, rgba(255, 255, 255, 1));
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    left: calc(1 / 2 * 100%);
        translate: calc((1 / 2 * 100%) * -1) calc(0.25rem * 4);
}


.navbar-nav .nav-link {
    font-size: 20px;
        font-weight: 400;
        line-height: 160%;
    color: rgba(66, 40, 32, 1);
    padding: 0 !important;
        transition: 0.5s;
        outline: none!important;    
        box-shadow: none!important;    
}

.navbar-nav .nav-link:hover {
    color: rgba(222, 60, 14, 1);
        transition: 0.5s;
}

ul.navbar-nav .nav-item+.nav-item {
    margin-left: 37px;
}


.dropdown-toggle::after {
    margin-left: 10px;
    border: 0;
    background: url(../images/arrow-menu.svg) no-repeat center;
    width: 10px;
    vertical-align: 0;
    height: 10px;
    transition: 0.5s;
}

.link-hover .dropdown-toggle::after {
        transition: 0.5s;
        transform: rotate(180deg);
}




.navbar-nav .dropdown-item {
    color: rgba(66, 40, 32, 1);
    font-size: 18px;
    background: transparent!important;
}

.navbar-nav .dropdown-item:hover {
    color: rgba(222, 60, 14, 1);
    background: transparent;
}

.navbar-nav .dropdown-menu li + li {
    margin-top: 10px;
}


header,
.banner-section {
    background: rgba(255, 249, 237, 1);
}

header {
    padding: 30px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

header.scrolled {
    background: rgba(255, 249, 237, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    z-index: 10;
    position: sticky;
}



.white-button {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    padding: 11px 23px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: var(--White, rgba(255, 255, 255, 1));
    transition: 0.5s;
}

.white-button:hover {
    transition: 0.5s;
     color: #fff;
    background: var(--Red, rgba(222, 60, 14, 1));
}

.red-button {
    border-radius: 100px;
    background: var(--Red, rgba(222, 60, 14, 1));
    padding: 10px 23px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--White, rgba(255, 255, 255, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    width: fit-content;
    border: 0;
        transition: 0.5s;
}

.header-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-r .red-button {
    margin-left: 10px;
}

.red-button:hover {
    transition: 0.5s;
     background: var(--Orange, rgba(255, 141, 98, 1));
}

.red-button img {
    margin-left: 10px;
}





.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-item {
    padding-left: 2px;
}


.banner-section {
    padding-top: 9px;
    padding-bottom: 0;
}

.banner-slide-text h3 {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 128px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.banner-slide-text h3 sup {
    top: -28px;
    left: 2px;
}

.banner-slide-text p {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 80px;
}

.owl-carousel .owl-stage {
    height: 100%;
    display: flex;
}

.item {
    display: flex;
    height: 100%;
}

.banner-slide {
    height: 100%;
    width: 100%;
}

.banner-slide .row {
    height: 100%;
}

.banner-slide-img {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

p.p-banner {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin: 25px 0 80px 0;
    margin-bottom: 80px !important;
}


.red-button-img-span img {
    margin: 0;
}

.red-button-img-span {
    border-radius: 100%;
    background: var(--Orange, rgba(255, 141, 98, 1));
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.red-button-arrow {
    padding: 1px 1px 1px 28px;
}


.explanation {
    display: flex;
    justify-content: flex-start;
    margin-top: 104px;
}

.explanation-block {
    border-radius: 30px;
    background: rgba(255, 141, 98, 0.1);
    display: flex;
    padding: 30px;
    align-items: center;
    white-space: nowrap;
}

.explanation-block-r {
    border-radius: 10px;
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    flex-shrink: 0;
}

.explanation-block+.explanation-block {
    margin-left: 15px;
}

.explanation-block-l {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.banner-slide-text {
    padding-top: 130px;

    position: relative;
    z-index: 3;
}




.h2-tm {
    font-size: 60px;
    font-weight: 600;
    line-height: 110%;
    color: #422820;
    margin-bottom: 40px;
}

.red-span {
    color: #DE3C0E;
}

.h2-tm sup {
    font-size: 36px;
}


section {
    padding: 140px 0;
}

.label-product {
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.label-product p {
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
}



.label-product-green {
    color: var(--Dark-green, rgba(23, 98, 58, 1)) !important;

}

.label-product-green p {
    color: var(--Dark-green, rgba(23, 98, 58, 1)) !important;

}


.label-product p {
    margin-bottom: 0;
    margin-left: 10px;
}


.label-product-red {
    color: var(--Bright-Red, rgba(228, 18, 18, 1));
}


.label-product-green2 {
    color: var(--Light-green, rgba(135, 185, 60, 1));
}

.card-product {
    border-radius: 30px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.card-product-top>img {
    transition: 0.5s;   margin-bottom: 40px;
}

.card-product:hover .card-product-top>img {
    scale: 1.05;
    transition: 0.5s ;
}


.card-product:hover {
    background: var(--BG, rgba(255, 249, 237, 1));
}

.card-product>img {
    margin-bottom: 40px;
}

.wrapper-line {
    border-bottom: 1px solid var(--old-Stroke-White, rgba(230, 230, 230, 1));
    margin-bottom: 40px;
}

.card-product h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 43px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 20px;
}


.quantity {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.product-card-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 44px;
}

.product-card-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px;
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.product-card-list li::after {
    position: absolute;
    background: url(../images/check-card.svg) no-repeat center;
    width: 21px;
    height: 21px;
    content: '';
    left: 0;
    top: 5px;
}

.red-button-border {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    padding: 19px 25px;
    border: 1px solid var(--Red, rgba(222, 60, 14, 1));
    border-radius: 100px;
    display: flex;
    text-decoration: none;
    width: fit-content;
        transition: 0.5s;
}

.red-button-border:hover {
    transition: 0.5s;
     color: var(--White, rgba(255, 255, 255, 1));
    background: var(--Red, rgba(222, 60, 14, 1));
}

.card-product-bottom {
    display: flex;
    justify-content: space-between;
}


.card-product-bottom .red-button-border {
    margin-left: 11px;
    flex-grow: 1;
    justify-content: center;
}

.video-section {
    background: var(--BG, rgba(255, 249, 237, 1));
    padding: 110px 0;
}

.video-block>img {
    border-radius: 35px;
    position: relative;
    z-index: 2;
    transition: opacity .3s, visibility .3s;
}


.video-block {
    position: relative;
}

/* видео под обложкой, на весь блок */
.video-block-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    background: #000;
    cursor: pointer;
    z-index: 1;
}

.video-block .button-play {
    z-index: 3;
    transition: opacity .3s, visibility .3s;
}

/* видео запустили — прячем обложку */
.video-block.is-started>img {
    opacity: 0;
    visibility: hidden;
}

/* видео играет — прячем кнопку */
.video-block.is-playing .button-play {
    opacity: 0;
    visibility: hidden;
}

/* блок без обложки: картинка только держит размеры блока, вместо неё виден первый кадр видео */
.video-block-no-cover>img {
    visibility: hidden;
}

.button-play {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 50%;
    background: var(--Red, rgba(222, 60, 14, 1));
    position: absolute;
    top: calc(50% - 57px);
    left: calc(50% - 57px);
    border: 0;
    justify-content: center;
    align-items: center;
        transition: 0.5s;
}

.button-play::after {
    width: 130px;
    height: 130px;
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    display: block;
    background: var(--Red, rgba(222, 60, 14, 1));
    opacity: 0.2;
    border-radius: 50%;
}
.button-play:hover {
        transition: 0.5s;
        scale: 1.2;
}

.why-block-text-block-l {
    border-radius: 20px;
    background: var(--BG, rgba(255, 249, 237, 1));
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 31px;
    flex-shrink: 0;
}

.why-text-top {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.why-text-bottom {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin: 0;
}

.why-block-text-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.why-block {
    margin-bottom: 77px;
}

.why-block:last-child {
    margin-bottom: 0;
}

.why-section .wrapper-line {
    margin-bottom: 77px;
}

.why2-section {
    background: var(--BG, rgba(255, 249, 237, 1));
}


.why2-section .h2-tm {
    margin-bottom: 70px;
}

.why-video-l-text {
    padding-right: 144px;
}

.why-video-l-text p {
    color: var(--old-Text-1, rgba(7, 38, 11, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--old-Stroke-Green, rgba(214, 223, 209, 1));
}

.why-video-l-text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.pharmacy {
    border-radius: 30px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: calc(100% - 15px);
        transition: 0.5s;
        height: 180px;
}

.pharmacy:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        transition: 0.5s;
}


.more-button {
    margin: 15px auto 0 auto;
}

.pharmacies {
    margin-bottom: 140px;
}

.yuteka-widget {
    border-radius: 35px;
    background: var(--BG, rgba(255, 249, 237, 1));
    padding: 33px 22px;
}


.yuteka-widget-top h3 {
    color: rgba(30, 41, 57, 1);
    font-family: "PT Sans";
    font-style: Bold;
    font-size: 25.16px;
    font-weight: 700;
    line-height: 39.14px;
}

.yuteka-widget-top h3 {
    color: rgba(30, 41, 57, 1);
    font-family: "PT Sans";
    font-style: Bold;
    font-size: 25px;
    font-weight: 700;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
}

.star-span {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(58, 183, 87, 1);
    border-radius: 50%;
    margin-right: 11px;
}


.yuteka-widget-top p {
    color: rgba(106, 114, 130, 1);
    font-family: "PT Sans";
    font-style: Regular;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-bottom: 16px;
}

.w-tm {
    max-width: 715px;
    margin: 0 auto;
}

.current-region {
    font-family: "PT Sans";
    font-style: Regular;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #4A5565;
    margin-bottom: 22px;
}

.current-region a {
    margin-left: 4px;
    color: #1A73E8;
}

.current-region img {
    margin-right: 8px;
}


.product-selection {
    color: rgba(30, 41, 57, 1);
    font-family: "PT Sans";
    font-size: 27.96px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    margin-bottom: 26px;
}

.yuteka-widget-bottom {
    width: 984px;
    margin: 0 auto;
    max-width: 100%;
}

.yuteka-widget-bottom .row {
    margin: 0 -11px;
}

.yuteka-widget-bottom .row>* {
    padding: 0 11px;
}


.yuteka-product {
    border-radius: 22.37px;
    background: rgba(255, 255, 255, 1);
    padding: 28px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.yuteka-product-top img {
    margin-bottom: 22px;
}

.yuteka-product h3 {
    color: rgba(30, 41, 57, 1);
    font-family: "PT Sans";
    font-style: Bold;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    margin-bottom: 6px;
}

.yuteka-product-top p {
    color: rgba(106, 114, 130, 1);
    font-family: "PT Sans";
    font-style: Regular;
    font-size: 16.78px;
    font-weight: 400;
    line-height: 23.07px;
    text-align: center;
    margin-bottom: 21px;
}


.price-yuteka {
    color: rgba(58, 183, 87, 1);
    font-family: "PT Sans";
    font-style: Bold;
    font-size: 33px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-bottom: 16px;
}

.yellow-button {
    color: rgba(16, 24, 40, 1);
    font-family: "PT Sans";
    font-style: Bold;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    padding: 14px;
    border-radius: 17px;
    background: rgba(255, 214, 0, 1);
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
        transition: 0.5s;
}

.note-yuteka {
    margin: 46px 0 0 0;
    text-align: center;
    color: rgba(153, 161, 175, 1);
    font-family: "PT Sans";
    font-style: Regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.where-buy-section {
    padding-bottom: 0;
}

.faq-block {
    border: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    border-radius: 30px;
    padding: 20px 35px;
    margin-bottom: 15px;
}

.faq-block:last-child {
    margin-bottom: 0;
}


.faq-spoiler-button {
    color: rgba(66, 40, 32, 1);
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    transition: 0.5s;
}
.faq-spoiler-button:hover {
    transition: 0.5s;
}

.faq-block:not(.active):hover {
    background: var(--BG, rgba(255, 249, 237, 1));
    border: 1px solid var(--Stroke, rgba(255, 249, 237, 1));
}

.faq-block p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-family: "Geologica";
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.faq-block p:last-child {
    color: rgba(126, 120, 117, 1);

}

.collapse {
    margin-top: 9px;
}

/* спойлеры FAQ: отступ не на .collapse, а внутри — иначе он пропадает на время анимации
   (Bootstrap меняет .collapse на .collapsing) и текст отпрыгивает в конце раскрытия */
.faq-block .collapse {
    margin-top: 0;
}

.faq-block-body {
    padding-top: 9px;
}

.faq-spoiler-button::after {
    background: rgba(255, 249, 237, 1) url(../images/icon-plus.svg) no-repeat center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    content: '';
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
}

.faq-block:hover .faq-spoiler-button.collapsed:hover::after {
    background: rgba(222, 60, 14, 1) url(../images/icon-plus-w.svg) no-repeat center;
}


.faq-spoiler-button:not(.collapsed)::after {
    background: rgba(255, 255, 255, 1) url(../images/icon-minus.svg) no-repeat center;

}

.faq-block.active {
    background: var(--BG, rgba(255, 249, 237, 1));
    border-color: rgba(255, 249, 237, 1);
}

.faq-l {
    height: 100%;
}

.faq-l img {
position: -webkit-sticky;
 position: sticky;
    top: 70px;
    display: block;
}


.articles-section {
    background: var(--BG, rgba(255, 249, 237, 1));
    padding-bottom: 0;
}

.h2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.h2-wrapper .h2-tm {
    margin-bottom: 0;
}

.article-block-top>img {
    transition: 0.5s;  border-radius: 15px;
}

.article-block:hover .article-block-top>img {
scale: 1.05;
    transition: 0.5s;
}


.article-block-top {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.articles-wrapper .article-block {
    height: 100%;
}


.article-block {
    text-decoration: none;
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    padding: 35px;
    display: block;
    transition: 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
}

.article-block:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
      background: var(--BG, rgba(255, 249, 237, 1));
}


.reading-time {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: var(--White, rgba(255, 255, 255, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.article-block-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.article-block:hover .article-block-hover {
    opacity: 1;
}

.article-block h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.article-block-bottom p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.hidden-block {
    display: none;
}

.sources {
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 140px 0;
    margin: 140px 0 0 0;
}

.sources h3 {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    padding-bottom: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.sources h3 img {
    margin-right: 10px;
}


.sources ol {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding-left: 23px;
}

.toggler-sources::after {
    background: url(../images/icon-plus.svg) no-repeat center;
    width: 28px;
    height: 28px;
    content: '';
    margin-left: auto;
}
.toggler-sources:not(.collapsed)::after {
    background: url(../images/icon-minus.svg) no-repeat center;

}



.sources ol li::marker {
    font-family: "Geologica", sans-serif;
}

.sources ol li {
    padding-left: 7px;
    margin-bottom: 15px;
}

.footer-top {
    padding: 100px 0;
    background: rgba(255, 249, 237, 1) url(../images/bg-footer.svg) no-repeat bottom left;
}

.menu-footer {
    padding-top: 34px;
}


.requisites {
    border-radius: 30px;
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 35px;
}


.requisites h3 {
    color: var(--Black, rgba(7, 38, 11, 1));
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--Stroke-White, rgba(230, 230, 230, 1));
}


.requisites h3 sup {
    font-size: 27px;
}

.title-footer {
    color: var(--Black, rgba(7, 38, 11, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.inn {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.requisite-block p {
    margin-bottom: 0;
    color: var(--Black, rgba(7, 38, 11, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
}

p.requisite-block-title {
    color: var(--Txt, rgba(118, 118, 118, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
}

.requisite-block {
    margin-bottom: 30px;
}

p.copyright {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 43px 0 0 0;
}


.menu-footer h3 {
    color: rgba(118, 118, 118, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.menu-footer-list {
    list-style: none;
    padding: 0;
}

.menu-footer-list li {
    margin-bottom: 20px;
}

.menu-footer-list li a {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
        transition: 0.5s;
}

.menu-footer-list li a:hover {
    color: var(--Red, rgba(222, 60, 14, 1));
        transition: 0.5s;
}


.menu-footer-block {
    margin-bottom: 70px;
}


.menu-footer-list-2 {
    list-style: none;
    padding: 0;
}

.menu-footer-list-2 li a {
    color: var(--Txt, rgba(118, 118, 118, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 12px;
}

.menu-footer-list-2 li {
    margin-bottom: 20px;
}


.requisite-block-wrapper {
    display: flex;
    flex-flow: wrap;
}


.requisite-block-wrapper .requisite-block+.requisite-block {
    margin-left: 40px;
}

.banner-slide-int {
    overflow: hidden;
}

.features-block {
    display: grid;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    grid-template-columns: auto 1fr;
}

.features-block:hover {
    background: var(--BG, rgba(255, 249, 237, 1));
}

.features-block-l {
    border-radius: 20px;
    background: var(--BG, rgba(255, 249, 237, 1));
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 31px;
}


.features-block:hover .features-block-l {
    background: var(--Orange, rgba(255, 141, 98, 1));
}

.features-block:hover .features-block-l svg path {
    fill: rgba(255, 255, 255, 1);
}

.features-title {
    color: var(--Black, rgba(7, 38, 11, 1));
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
}

.features-block:hover .features-title {
    opacity: 0;
}

.features-hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: var(--Black, rgba(7, 38, 11, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    display: flex;
    align-items: center;
    opacity: 0;
}

.features-block-r {
    position: relative;
    align-items: center;
    display: flex;
    height: 100%;
}

.features-block:hover .features-hover {
    opacity: 1;
}


.forms-constipation-section {
    padding: 20px 0 140px 0;
}

.form-constipation {
    border-radius: 30px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 40px 40px 124px 40px;
    position: relative;
    height: 100%;
}




.form-constipation h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
    padding: 5px 15px;
    width: fit-content;
    color: var(--White, rgba(255, 255, 255, 1));
    border-radius: 20px;
    margin-bottom: 30px;
}

.orange-title {
    background: var(--Orange, rgba(255, 141, 98, 1));


}


.red-title {
    background: var(--Bright-Red, rgba(228, 18, 18, 1));

}

.form-constipation p {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    padding-bottom: 40px;
    margin-bottom: 40px;
}


.orang-ul {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    list-style: none;
    padding-left: 0;
}

.orang-ul li {

    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}

.orang-ul li::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 11px;
    height: 11px;
    background: var(--Orange, rgba(255, 141, 98, 1));
    border: 3px solid rgba(255, 249, 237, 1);
    display: block;
}

.constipation-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.individual-reception-section {
    background: var(--BG, rgba(255, 249, 237, 1)) url(../images/bg-1.png) no-repeat bottom right;
    padding: 100px 0;
}

.individual-reception .label-product img {
    width: 60px;
    margin-right: 15px;
}

.individual-reception .label-product p {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
}

.individual-reception .label-product {
    margin-bottom: 50px;
}


.individual-reception .h2-tm {
    margin-bottom: 90px;
}

.individual-title {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 33px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.individual-title:last-child {
    margin-bottom: 0;
}

.individual-reception-block p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.individual-reception-block p:last-child {
    margin-bottom: 0;
}


.individual-reception-block {
    border-radius: 30px;
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 35px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
}

.individual-reception-block-2 {
    display: flex;
}

.individual-reception-block-l {
    margin-right: 30px;
    flex-shrink: 0;
}

.individual-title span {
    color: #DE3C0E;
}

.dosage-block h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
    padding-left: 30px;
    margin-bottom: 30px;
}



.table-tm td {
    background: var(--BG, rgba(255, 249, 237, 1));
    padding: 25px 8px;
    vertical-align: baseline;
}


.table-tm td:first-child {
    border-radius: 30px 0 0 30px;
    padding-left: 30px;
}

.table-tm td:last-child {
    border-radius: 0 30px 30px 0;
    padding-right: 60px;
}

.table-tm {
    width: 100%;
    border-spacing: 0 8px;
    margin-top: -8px;
    border-collapse: separate;
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}





.volume-dose {
    display: flex;
    align-items: center;
}


.td-medium {
    color: var(--Txt, rgba(66, 40, 32, 1)) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
}

.volume-dose-int {
    border-radius: 40px;
    background: var(--White, rgba(255, 255, 255, 1));
    padding: 1px 20px 1px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: 25px;
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.volume-dose-int img {
    margin-right: 15px;
}

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

.periodicity img {
    margin-right: 15px;
}

.dosage-block {
    margin-bottom: 40px;
}

.dosage-regimen p.note {
    margin-top: 30px;
}

.note {
    display: flex;
    align-items: flex-start;
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.note img {
    margin-right: 17px;
    display: block;
    margin-top: 4px;
    flex-shrink: 0;
}

.dosage-regimen-section {
    padding-bottom: 0;
}

.where-buy-section-2 .pharmacies {
    margin-bottom: 0;
}

.articles-section2 {
    padding-bottom: 140px;
}

.card-product-horizontal {
    flex-flow: nowrap;
}


.card-product-bottom-banner .red-button-border {
    flex-grow: 0;
}

.card-product-bottom-banner {
    width: fit-content;
}

.card-product-bottom-banner .red-button-border {
    flex-grow: 0;
}

.red-button-download {
    display: flex;
    align-items: center;
}

.red-button-download svg {
    margin-right: 10px;
}

.red-button-download:hover svg path {
    stroke: #fff
}


.breadcrumb-item+.breadcrumb-item::before {
    background: url(../images/bread-crumbs-arrow.svg) no-repeat center;
    width: 20px;
    height: 20px;
    content: '';
    padding: 0;
    margin-right: 10px;
}

.breadcrumb-item {
    display: flex;
    align-items: flex-start;
}

.breadcrumb-item a {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: 10px;
    padding: 0;
}

.breadcrumb {
    margin: 0;
}

.banner-slide-int .banner-slide-text {
    padding-top: 108px;
    padding-bottom: 75px;
}

.label-product-banner p {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    margin-left: 15px;
}

.label-product-banner {
    margin-bottom: 80px;
}


.banner-slide-int .banner-slide-text>p {
    margin-bottom: 30px;
}

.label-banner {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    border-radius: 40px;
    background: rgba(222, 60, 14, 0.1);
    padding: 8px 20px;
    width: fit-content;
    margin-bottom: 80px;
}


.footer-bottom {
    background: var(--Orange, rgba(255, 141, 98, 1));
    padding: 23px 0;
}

.footer-bottom p {
    color: var(--White, rgba(255, 255, 255, 1));
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
    text-transform: uppercase;
}



.menu-left h3 {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.menu-left-list {
    list-style: none;
    padding: 0;
    border: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    border-radius: 35px;
    margin-bottom: 40px;
}

.menu-left-list li a {
    border-radius: 100px;
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    display: block;
    margin: -1px;
    text-decoration: none;
    padding: 19px 25px;
}

.menu-left-list li a:hover,
.menu-left-list li a.active {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, rgba(255, 255, 255, 1));
    color: var(--Red, rgba(222, 60, 14, 1));
}

.menu-left-buttons a {
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    padding: 11px 25px;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.description-content .h2-tm {
    margin-bottom: 50px;
}

.description-content .note {
    margin: 70px 0 0 0;
}

.other-drugs2-section {
    background: var(--BG, rgba(255, 249, 237, 1));
}


.articles-int-section {
    padding-top: 0;
}

.header-bg-white {
    background: #fff;
}


.articles-int-section .breadcrumb {
    margin-bottom: 70px;
}


.articles-int-section h1.h2-tm {
    margin-bottom: 20px;
}

p.p-title {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}


.articles-wrapper-int .article-block {
    margin-bottom: 15px;
    height: calc(100% - 15px);
}

.articles-int-section .wrapper-line {
    margin-bottom: 70px;
}

.articles-wrapper-int .more-button {
    margin-bottom: 140px;
}

.instruction {
    border-radius: 30px;
    background: var(--BG, rgba(255, 249, 237, 1)) url(../images/bg-2.png) no-repeat right bottom;
    padding: 50px;
}


.instruction-title {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}


.instruction .h2-tm {
    margin-bottom: 20px;
}

.instruction p {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 101px;
}

.article-top-section {
    padding-top: 0;
    background: var(--BG, rgba(255, 249, 237, 1));
}


.article-top-section .breadcrumb {
    margin-bottom: 70px;
}

.img-article-title {
    border-radius: 30px;
    margin-bottom: 60px;
}

.reading-time2 {
    color: var(--Red, rgba(222, 60, 14, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.article-top-section .h2-tm {
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
}

.other-articles {
    margin-top: 50px;
}

.other-articles-title {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.other-article {
    display: block;
    border-radius: 30px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, rgba(255, 255, 255, 1));
    margin-bottom: 15px;
    padding: 30px;
    text-decoration: none;
}

.other-article h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-family: "Geologica";
    font-style: SemiBold;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 15px;
    text-transform: none;
}

.reading-time3 {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 5px 15px;
    border: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    border-radius: 20px;
    width: fit-content;
}

.article-content-top .h2-tm {
    margin-bottom: 20px;
}


.article-content-top p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 60px;
}

.article-content img {
    border-radius: 30px;
}

.article-content>img {
    margin-bottom: 60px;
}

.article-content h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 50px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 50px;
}

.article-content h4 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 43px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 35px;
}


.remark {
    border: 1px solid var(--Stroke, rgba(230, 230, 230, 1));
    border-radius: 30px;
    padding: 36px;
    margin-bottom: 50px;
}

.remark h4 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.remark p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;

}

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

.article-content .orang-ul {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
}


.h3-tm {
    color: var(--old-Text-1, rgba(7, 38, 11, 1)) !important;
    font-size: 60px !important;
    font-weight: 600 !important;
    line-height: 110% !important;
}

.article-content .h3-tm {
    margin: 100px 0 38px 0;
}

.table-tm thead td {
    color: var(--old-Text-2, rgba(118, 118, 118, 1));
    text-transform: uppercase;
    background: transparent;
}

.table-tm-sm td {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.table-tm-sm .td-medium {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 160% !important;
}

.table-tm-sm td {
    padding: 20px 8px;
}

.table-tm-sm thead td {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}


.article-content .table-tm {
    margin-bottom: 52px;
}

.article-content-block h3 {
    font-size: 33px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.article-content-block p {
    color: var(--Grey-txt, rgba(126, 120, 117, 1));
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 15px;
}


.card-product-article-content {
    margin-top: 100px;
    border-radius: 30px;
    background: var(--BG, rgba(255, 249, 237, 1)) url(../images/bg-3.png) no-repeat bottom right !important;
    padding: 50px;
}

.card-product-article-content h3 {
    margin-bottom: 30px;
    font-size: 43px;
    font-weight: 600;
    line-height: 110%;
}

.card-product-article-content .product-card-list {

    margin-bottom: 50px;
}

.where-buy-int-section {
    padding: 0 0 140px 0;
}


.where-buy-int-section .breadcrumb {
    margin-bottom: 70px;
}

.where-buy-int-section .h2-tm {
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
}

.where-buy-int-section .wrapper-line {
    margin-bottom: 70px;
}

.error {
    background: linear-gradient(180.00deg, rgba(254, 239, 225, 1) 42.692%, rgba(255, 249, 237, 1) 99.937%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter";
    font-size: 484.53px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -4%;
    text-align: center;
    margin-bottom: -160px;
}

.error-section {
    padding: 0 0 140px 0;
}

.error-section-top {
    padding: 85px 0 95px 0;
    background: url(../images/bg-404-1.svg) no-repeat bottom left, url(../images/bg-404-2.svg) no-repeat top right, var(--BG, rgba(255, 249, 237, 1));
}

.error-section-top .h2-tm {
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

.error-section-top p {
    margin-bottom: 64px;
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.error-section-top .card-product-bottom {
    justify-content: center;
}

.error-section-top .card-product-bottom .red-button-border {
    flex-grow: 0;
}

.error-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}


.error-section-botton {
    padding: 140px 0 0 0;
}


.banner-slide-img-m {
    display: none;
}

.yuteka-product-top img {
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
    margin: 20px 0 0 0 !important;
}

.owl-theme .owl-dots .owl-dot {
    border-radius: 6px;
    background: rgba(255, 141, 98, 0.25);
    display: block;
    width: 15px;
    height: 4px;
}


.owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 4px;
}


.owl-theme .owl-dots .owl-dot.active {
    background: var(--Orange, rgba(255, 141, 98, 1));
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

@media screen and (min-width:1921px) {
.individual-reception-section {
        background-position-x: right calc((100vw - 1700px) / 2 + 12px);
        background-size: 1090px;
    }
}

@media screen and (max-width:2000px) and (min-width:1920px) {
    .banner-section .container {
        width: 100%;
        margin: 0;
        padding-left: calc((100vw - 1700px) / 2);
        padding-right: 0;
        max-width: 100%;
    }
}

@media screen and (min-width:1920px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .d-xxxl-block {
        display: block !important;
    }


}

@media screen and (min-width: 992px) {
    .menu-left {
        position: sticky;
        top: calc(var(--header-height, 84px) + 20px);
        max-height: calc(100vh - var(--header-height, 84px) - 40px);
        overflow-y: auto;
    }
}


@media screen and (max-width:1919px) {
    .container {
        max-width: 100%;
        padding: 0 50px;
    }

    .banner-section .container {
        padding-right: 0;
    }

    .explanation-block-l {
        font-size: 18px;
    }

    .banner-slide-text h3 {
        font-size: 90px;
    }

    .banner-slide-text p {
        font-size: 50px;
    }

    p.p-banner {
        font-size: 26px;
    }

    .article-top-section .h2-tm,
    .h2-tm {
        font-size: 50px;
    }

    .card-product h3 {
        font-size: 32px;

    }

    .quantity {
        font-size: 22px;
    }

    .red-button-border {
        font-size: 15px;

        padding: 13px 15px;
    }


    .red-button-img-span {
        width: 48px;
        height: 48px;
    }

    .red-button-arrow {
        font-size: 15px;
    }

    .why-text-top {
        font-size: 26px;
        margin-bottom: 10px;
    }


    .faq-spoiler-button {
        font-size: 22px;
    }

    .menu-footer-list li a {
        font-size: 20px;
    }

    .form-constipation .orang-ul {
        max-width: calc(100% - 215px);
    }

        .individual-reception-section {
            background-size: 63%;
        }

    .individual-title {
        font-size: 24px;
    }

    .table-tm {
        font-size: 20px;
    }

    .td-medium {
        font-size: 20px !important;
    }



    .article-content h3 {
        font-size: 40px;
    }

    .article-content h4 {
        font-size: 34px;
    }

    .remark h4 {
        font-size: 22px;
    }

    .h3-tm {
        font-size: 42px !important;
    }

    .table-tm-sm td {
        font-size: 18px;
    }

    .table-tm-sm .td-medium {
        font-size: 18px !important;
    }

    .article-content-block h3 {
        font-size: 24px;
    }

    .features-title {
        font-size: 24px;
    }

    .features-block-l {
        margin-right: 20px;
    }





}


@media screen and (max-width:1399px) {
    .container {
        padding: 0 30px;
    }

    .label-product p {
        font-size: 16px;
    }

    .why-video-l-text {
        padding-right: 0;
    }

    .why-video-l {
        margin-bottom: 80px;
    }

    .article-block h3 {
        font-size: 22px;
    }

    .article-block-bottom p {
        font-size: 19px;
    }

    .title-footer {
        font-size: 23px;
    }

    .menu-footer-list li a {
        font-size: 18px;
    }

    .menu-footer-list-2 li a {
        font-size: 16px;
        text-underline-offset: 9px;
    }

    .form-constipation p {
        font-size: 20px;
    }

    .orang-ul {
        font-size: 16px;
    }

    .orang-ul li::before {
        top: 6px;
    }

    .volume-dose-int,
    .table-tm {
        font-size: 18px;
    }

    .td-medium {
        font-size: 18px !important;
    }

    .dosage-block h3 {
        font-size: 24px;
    }

    .instruction .h2-tm {
        font-size: 31px;
    }

    .instruction p {
        font-size: 20px;
        line-height: 120%;
        max-width: 500px;
    }

    .instruction {
        background-size: 50%;
    }

    .card-product-article-content {
        background-size: 45% !important;
    }


}

@media screen and (max-width:1199px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-brand {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .navbar-brand sup {
        font-size: 15px;
        top: -4px;
    }


    .white-button {
        font-size: 15px;
        padding: 13px 20px;
    }

    .red-button {
        font-size: 15px;
        line-height: 150%;
        padding: 13px 15px;
    }

    .navbar-nav .dropdown-item {
        font-size: 15px;
    }

    .navbar-nav .nav-item+.nav-item {
        margin-left: 25px;
    }

    .dropdown-toggle::after {
        margin-left: 5px;
    }

    .red-button-arrow {
        padding: 1px 1px 1px 20px;
    }

    .banner-slide-text {
        padding-top: 30px;
    }

    .banner-slide-text h3 {
        font-size: 50px;
        font-weight: 700;
        line-height: 110%;
    }

    .banner-slide-text p {
        font-size: 42px;
        line-height: 110%;
    }

    p.p-banner {
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 23px !important;
    }



    .explanation-block {
        padding: 16px;
        margin-bottom: 5px;
        justify-content: space-between;
    }

    .explanation {
        margin-top: 25px;
        flex-flow: column;
        margin-bottom: 20px;
    }

    .explanation-block+.explanation-block {
        margin-left: 0;
    }


    section {
        padding: 80px 0;
    }

    .card-product h3 {
        font-size: 25px;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 10px;
    }

    .quantity {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .product-card-list li {
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .product-card-list li::after {
        top: 2px;
        width: 20px;
        height: 20px;
        background-size: cover;
    }



    .card-product-bottom {
        flex-flow: column;
    }

    .card-product-bottom .red-button-border {
        margin: 10px 0 0 0;
    }

    .card-product-bottom>a {
        width: 100%;
        justify-content: space-between;
    }

    .product-card-list {
        margin-bottom: 30px;
    }

    .label-product p {
        font-size: 15px;
    }

    .label-product img {
        width: 35px;
    }

    .card-product {
        padding: 20px;
        border-radius: 16px;
    }

    .video-section {
        padding: 80px 0;
    }


    .where-buy-int-section .h2-tm,
    .error-section-top .h2-tm,
    .article-top-section .h2-tm,
    .h2-tm {
        font-size: 35px;
    }


    .h2-tm {
        margin-bottom: 30px;
    }

    .h2-tm sup {
        font-size: 22px;
    }

    .why-text-top {
        margin-bottom: 13px;
        font-size: 22px;
    }

    .why-text-bottom {
        font-size: 15px;
    }

    .why-block-text-block-l {
        border-radius: 10px;
        height: 55px;
        margin-right: 15px;
        width: 55px;
    }

    .why-block-text-block-l img {
        width: 30px;
    }

    .why-block-text-block {
        margin-bottom: 30px;
    }

    .why2-section .h2-tm {
        margin-bottom: 30px;
    }

    .why-video-l-text p {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 18px;
    }

    .why-video-l {
        margin-bottom: 30px;
    }

    .video-block>img {
        border-radius: 16px;
    }

    .video-block-video {
        border-radius: 16px;
    }

    .pharmacies {
        margin-bottom: 80px;
    }

    .yuteka-widget {
        border-radius: 35px;
        background: var(--BG, rgba(255, 249, 237, 1));
        padding: 30px 20px 17px 20px;
    }

    .yuteka-widget {
        padding: 30px 20px 17px 20px;
        border-radius: 16px;
    }

    .faq-spoiler-button {
        font-size: 18px;
    }


    .faq-block {
        border-radius: 16px;
        padding: 20px 20px;
        margin-bottom: 10px;
    }

    .faq-block p {
        font-size: 15px;
    }

    .faq-spoiler-button::after {
        width: 40px;
        height: 40px;
        background-size: 20px !important;
    }

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


    .article-block h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .article-block-bottom p {

        font-size: 15px;
    }

    .article-block-top>img {
        border-radius: 6px;
    }

    .reading-time {
        left: 16px;
        bottom: 15px;
        font-size: 13px;
    }

    .article-block {
        padding: 16px 16px 20px 16px;
    }

    .sources {
        padding: 80px 0;
        margin: 80px 0 0 0;
    }



    .requisite-block-wrapper {
        flex-flow: column;
    }

    .requisite-block-wrapper .requisite-block+.requisite-block {
        margin-left: 0;
    }


    .banner-slide-int .banner-slide-text {
        padding-top: 40px;
    }

    .label-product-banner {
        margin-bottom: 25px;
    }

    .features-title {
        font-size: 22px;
    }

    .features-hover {
        font-size: 15px;
    }


    .features-block-l {
        border-radius: 10px;
        width: 55px;
        height: 55px;
    }

    .features-block-l svg {
        width: 30px;
    }

    .features-block {
        border-radius: 16px;
    }

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

    .form-constipation {
        padding: 20px 20px 19px 20px;
        border-radius: 16px;
    }

    .constipation-img {
        width: 250px;
    }

    .form-constipation h3 {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .form-constipation p {
        font-size: 18px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .forms-constipation-section {
        padding: 20px 0 80px 0;
    }

    .individual-reception .label-product img {
        margin-right: 10px;
        width: 40px;
    }

    .individual-reception .label-product p {
        font-size: 18px;
        margin: 0;
    }

    .individual-reception .label-product {
        margin-bottom: 25px;
    }

    .individual-reception .h2-tm {
        margin-bottom: 30px;
    }

    .individual-reception-section {
        padding: 80px 0;
    }

    .individual-title {
        font-size: 22px;
    }


    .individual-reception-block {
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .individual-reception-block p {
        font-size: 15px;
    }

    .dosage-block h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .volume-dose-int,
    .table-tm {
        font-size: 16px;
    }



    .note img {
        margin-right: 9px;
        width: 16px;
    }

    .note {
        font-size: 15px;
        padding: 20px;
    }



    .articles-section2 {
        padding-bottom: 80px;
    }

    .articles-wrapper-int .more-button {
        margin-bottom: 80px;
    }



    .article-content-block img {
        border-radius: 6px;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-product-article-content {
        margin-top: 70px;
    }

    .error {
        font-size: 232px;
        margin-bottom: -80px;
    }


    .error-section-top .card-product-bottom {
        justify-content: center;
        width: 500px;
        flex-flow: row;
        align-items: center;
    }

    .error-section-top .card-product-bottom .red-button-border {
        margin: 0;
    }

    .error-section-top .card-product-bottom a+a {
        margin-left: 20px !important;
    }

    .error-section-top .card-product-bottom {
        justify-content: center;
        flex-flow: row;
        align-items: center;
        margin: 0 auto;
    }

    .error-section-botton {
        padding: 80px 0 0 0;
    }

    .where-buy-int-section {
        padding: 0 0 80px 0;
    }

    .error-section {
        padding: 0 0 80px 0;
    }
.pharmacy {
    height: 130px;
}



}



@media screen and (max-width:991px) {
    .container {
        padding: 0 15px;
    }

    .explanation-block-r {
        margin-left: 10px;
    }

    .yuteka-product {
        padding: 18px;
    }


    .article-block-hover {
        display: none !important;
    }

    .footer-top {
        background-size: 100%;
    }

    .footer-top>*>.row {
        flex-flow: column-reverse;
    }

    .header-c {
        display: none;
    }

    .header-r .red-button {
        font-size: 13px;
        padding: 10px 15px;
    }


    .header-r .red-button img {
        width: 18px;
    }

    .burger-button span {
        display: block;
        margin: 1.5px 0;
        width: 18px;
        height: 2px;
        border-radius: 4px;
        background: var(--Red, rgba(222, 60, 14, 1));
    }


    .burger-button {
        flex-flow: column;
        border: 0;
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--White, rgba(255, 255, 255, 1));
        align-items: center;
        justify-content: center;
        margin-left: 5px;
    }

    .menu-mobil {
        position: fixed;
        top: 0;
        left: -110%;
        height: 100vh;
        width: 100vw;
        background: url(../images/bg-menu.svg) no-repeat top right, rgba(255, 249, 237, 1);
        z-index: 10;
        padding: 20px 15px 30px 15px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        transition: left 1s ease;

    }

    .menu-mobil-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 42px;
    }

    .menu-close {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background: var(--White, rgba(255, 255, 255, 1));
        border-radius: 50%;
        padding: 0;
    }

    .menu-mobil-block {
        border-radius: 16px;
        background: var(--White, rgba(255, 255, 255, 1));
        padding: 20px;
        margin-bottom: 10px;
    }


    .menu-mobil-button {
        color: var(--Grey-txt, rgba(126, 120, 117, 1));
        font-size: 13px;
        font-weight: 500;
        line-height: 150%;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border: 0;
        background: transparent;
        width: 100%;
    }

    .menu-mobil-button::after {
        content: '';
        background: url(../images/menu-arrow-mobil.svg);
        display: block;
        width: 16px;
        height: 16px;
        transform: rotate(180deg);
        transition: 0.5s;
    }

    .menu-mobil-button:not(.collapsed)::after {

        transition: 0.5s;
        transform: rotate(0deg);
    }


    .menu-mobil-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-mobil-list li {
        margin-bottom: 10px;
    }

    .menu-mobil-list li:last-child {
        margin-bottom: 0;
    }

    .menu-mobil-list li a {
        color: var(--Txt, rgba(66, 40, 32, 1));
        font-family: "Geologica";
        font-style: SemiBold;
        font-size: 15px;
        font-weight: 600;
        line-height: 160%;
        text-decoration: none;
    }

    .menu-mobil-list li a:hover {
        color: var(--Red, rgba(222, 60, 14, 1));
    }

    .menu-mobil-block .menu-mobil-list {
        padding-top: 20px;
    }

    .menu-mobil-block .collapse {
        margin-top: 0;
    }

    .menu-mobil-wrapper>.menu-mobil-list li a {
        padding-left: 20px;
    }

    .menu-mobil-wrapper>.menu-mobil-list {
        margin-top: 30px;
    }

    .menu-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-buttons>*+* {
        margin-left: 10px;
    }

    .menu-mobil.active {
        transition: left 1s ease;
        left: 0;
    }


    .body.menu-open {
        overflow: hidden;
    }



    .features-title,
    .features-hover {
        display: block !important;
    }

    .features-hover {
        opacity: 1;
        position: static;
    }

    .features-block-r {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .features-block {
        align-items: flex-start;
        background: var(--BG, rgba(255, 249, 237, 1));
        margin-bottom: 10px;
    }

    .features-block-l {
        background: var(--White, rgba(255, 255, 255, 1));
    }

    .constipation-img {
        width: auto;
    }

    .form-constipation .orang-ul {
        max-width: calc(100% - 70px);
    }


    .instruction {
        padding: 20px;
    }


    .footer-top {
        padding: 80px 0;
    }

    .requisites {
        margin-top: 40px;
    }

    .menu-footer {
        padding-top: 0;
    }

    .table-tm td:last-child {
        border-radius: 0 30px 30px 0;
        padding-right: 20px;
    }

    .banner-slide-text h3 sup img {
        width: 16px !important;
    }

    .banner-slide-text h3 sup {
        top: -12px;
    }

.article-block {
    box-shadow: none!important;
}

}

@media screen and (max-width:767px) {
    .banner-home-section .banner-slide-text .red-button {
        display: none;
    }

    .banner-slide-img-m {
        display: block;
    }



    .p-banner {
        margin: 15px 0 23px 0 !important;
    }

    .explanation-block-l {
        font-size: 15px;
    }

    .explanation-block {
        border-radius: 16px;
    }


    header {
        padding: 20px 0;
    }

    .banner-slide-text {
        padding-top: 20px;
    }


    .explanation {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .explanation-block-r img {
        width: 18px !important;
    }

    .explanation-block-r {
        width: 40px;
        height: 40px;
        padding: 0;
    }


p.p-banner br {
    display: none;
}


.card-product-bottom {
    flex-flow: row;
    align-items: center;
}

.card-product-bottom .red-button-border {
    margin: 0 0 0 10px;
}
.card-product-top>img {
    margin-bottom: 15px;
}
.card-product-bottom .red-button-arrow {
    flex-shrink: 0;
}

.card-product-bottom>a {
    width: auto;
}
.products-wrapper .card-product {
    margin-bottom: 10px;
    height: auto;
}



.button-play {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.button-play::after {
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
}


.why-section .wrapper-line {
    margin-bottom: 33px;
}


.why-block-img {
    margin-bottom: 10px;
}

.why-block {
    margin-bottom: 0;
}


.pharmacy {
    padding: 33px 12px;
    height: calc(100% - 10px);
    border-radius: 16px;
    margin-bottom: 10px;
}

.star-span {
    width: 32px;
    height: 32px;
    margin-right: 9px;
}

.star-span img {
    width: 16px;
}
.yuteka-widget-top h3 {
    font-size: 20px;
    margin-bottom: 11px;
}
.yuteka-widget-top p {
    font-size: 13px;
    line-height: 150%;
}


.product-selection {
    margin-bottom: 0;
    font-size: 15px;
}

.note-yuteka {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 0;
}


.yuteka-slider-wrapper {
    margin: 0 -20px;
}

.yuteka-slide {
    width: 210px;
}

.yuteka-product-top img {
    margin-bottom: 14px;
}
.yuteka-product h3 {
    margin-bottom: 4px;
    font-size: 13px;
}
.yuteka-product-top p {
    margin-bottom: 13px;
    font-size: 11px;
    line-height: 15.4px;
}

.price-yuteka {
    margin-bottom: 11px;
    font-size: 22.4px;
    font-weight: 700;
    line-height: 29.87px;
}

.yellow-button {
    font-size: 13px;
    line-height: 19px;
    padding: 9px 15px;
    border-radius: 11px;
}

        .wrapper-line {
            margin-bottom: 20px;
        }

.faq-spoiler-button {
    align-items: flex-start;
}

.h2-wrapper {
    display: block;
}
.h2-wrapper .h2-tm {
    margin-bottom: 14px;
}

.article-block-top {
    margin-bottom: 16px;
}





.sources h3 {
    margin-bottom: 20px;
    font-size: 13px;
}


.sources h3 img {
    width: 20px;
}


.sources ol {
    font-size: 13px;
}
.sources ol li {
    margin-bottom: 10px;
}



.footer-top {
    padding: 50px 0;
}



.menu-footer h3 {
    margin-bottom: 15px;
    font-size: 13px;
}
.menu-footer-list li {
    margin-bottom: 15px;
}

.menu-footer-block {
    margin-bottom: 30px;
}

        .menu-footer-list-2 li a {
            text-underline-offset: 8px;
            font-size: 13px;
        }


.menu-footer-list-2 li {
    margin-bottom: 13px;
}


.requisites {
    border-radius: 16px;
    padding: 20px;
}


.requisites h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 24px;
}


.requisites h3 sup {
    font-size: 16px;
}

.title-footer {
    font-size: 18px;
    margin-bottom: 20px;
}


        p.requisite-block-title {
            font-size: 13px !important;
            margin-bottom: 10px !important;
        }

.requisite-block p {
    font-size: 15px;
    margin-bottom: 15px;
}

.inn {
    font-size: 16px;
    margin-bottom: 25px;
}

.requisite-block {
    margin-bottom: 5px;
}


p.copyright {
    margin: 10px 0 0 0;
    font-size: 13px;
}

.footer-bottom p {
    font-size: 13px;
}

.footer-bottom {
    padding: 15px 0;
}


.breadcrumb-item, .breadcrumb-item a {
    font-size: 13px!important;
}


li.breadcrumb-item:first-child a img {
    width: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-right: 8px;
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: 8px;
}



.banner-section {
    padding-top: 0;
}



.banner-slide-int .banner-slide-text>p {
    margin-bottom: 15px;
}



                .banner-slide-int p.p-banner {

            margin-bottom: 40px !important;
            font-size: 16px;
        }

.banner-slide-int .banner-slide-text {
    padding-bottom: 20px;
}

        .forms-constipation-section {
            padding: 0 0 80px 0;
        }


.form-constipation {
    padding: 20px 20px 1px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
    height: auto;
}

.individual-reception-block-l {
    width: 40px;
    margin: 0 0 0 10px;
}


        .individual-reception-block {
            flex-flow: row-reverse;
        }

.individual-reception-section {
    background: var(--BG, rgba(255, 249, 237, 1)) ;
}



.individual-img-mobil {
    margin: 0 -15px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
}



.error-section-top .card-product-bottom {
 
    max-width: 100%;
}



.error {
    font-size: 153px;
    margin-bottom: -19px;
}

.error-section-top {
    background-size: 120%;
}



.dosage-regimen h3 {
    color: var(--Txt, rgba(66, 40, 32, 1));
    font-family: "Inter";
    font-style: Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 110%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.dosage-block-mobil {
    border-radius: 16px;
    background: var(--BG, rgba(255, 249, 237, 1));
    padding: 20px;
    margin-bottom: 10px;
}

.dosage-block-mobil .menu-mobil-button {
    font-size: 22px;
    font-weight: 500;
    line-height: 110%;
    color: var(--Txt, rgba(66, 40, 32, 1));
    text-transform: none;
}


/* отступ внутри, а не margin у .collapse — иначе он пропадает на время анимации и текст отпрыгивает */
.dosage-block-mobil .collapse {
    margin-top: 0;
}

.dosage-block-mobil-body {
    padding-top: 20px;
}

.volume-dose-int {
    font-size: 15px;
}


.dosage-block-mobil .volume-dose {
    margin-bottom: 20px;
}

.periodicity img {
    margin-right: 10px;
    width: 20px;
}

.volume-dose-int img {
    margin-right: 5px;
    width: 45px;
}


.dosage-block-mobil-group {
    margin-bottom: 30px;
}


.dosage-regimen p.note {
    margin-top: 0;
}
.label-banner {
    margin-bottom: 30px;
    font-size: 15px;
}



                .card-product-bottom-banner-m .red-button-border {
            margin: 12px 0 0 0;
        }
        .card-product-bottom-banner-m {
            flex-flow: column;
            align-items: center;
            width: 100%;
        }

.menu-left h3 {
    font-size: 16px;
}

.menu-left-list li a {
    font-size: 16px;
    padding: 10px 20px;
}

.menu-left-list {
    border-radius: 15px;
}

.menu-left-buttons a {
    font-size: 16px;
    padding: 6px 20px;
    margin-bottom: 10px;
    border-radius: 18px;
}

.menu-left {
    margin-bottom: 50px;
}

.description-content .note {
    margin: 30px 0 0 0;
    padding: 20px 0;
}

        .card-product {
            height: auto;
            margin-bottom: 10px;
        }

.articles-int-section .wrapper-line {
    margin-bottom: 30px;
}

p.p-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 25px;
}
.articles-wrapper-int .article-block {
    margin-bottom: 10px;
}


.instruction .h2-tm {
    font-size: 22px;
}
.instruction p {
    font-size: 16px;
    margin-bottom: 20px;
}

        .instruction {
            background-size: 300px;
            padding-bottom: 220px;
        }

.img-article-title {
    border-radius: 10px;
    margin-bottom: 30px;
}

.article-top-section .breadcrumb {
    margin-bottom: 40px;
}

.reading-time2 {
    font-size: 18px;
}

.reading-time3 {
    font-size: 14px;
}

.article-content-top p {
    font-size: 16px;
    margin-bottom: 30px;
}

.article-content>img {
    border-radius: 10px;
}

        .article-content h3 {
            font-size: 22px;
            margin-bottom: 20px;
        }
.remark h4 {
    font-size: 18px;
}

.remark {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}

.remark p {
    font-size: 16px;
}

.article-content h4 {
    font-size: 18px;
}

.h3-tm {
    font-size: 24px !important;
}
.table-tm-sm .td-medium, .table-tm-sm td, .table-tm-sm thead td {
    padding: 5px 5px !important;
    font-size: 14px !important;
}
.article-content-block p {
    font-size: 16px;
    line-height: 120%;
}
.where-buy-int-section .breadcrumb {
    margin-bottom: 40px;
}
.where-buy-int-section .wrapper-line {
    margin-bottom: 40px;
}

.error-section-top p {
    font-size: 20px;
    line-height: 130%;
}



.pharmacy {
    height: 100px;
}

.table-tm td:first-child {
padding-left: 10px!important;
  border-radius: 10px 0 0 10px;
}
.table-tm td:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 10px!important;;
}


.table-tm-wrapper {
    overflow-x: auto;
    max-width: none;
}

           .table-tm {
               width: auto;
               max-width: none;
               width: max-content;
           }




}

@media screen and (max-width:575px) {}