section[id],
article[id] {
    scroll-margin-top: 100px;
}

/* Главный слайд */

.main-slide {
    position: relative;
    
    padding-top: 95px;

    overflow-x: clip;

    background-color: #F9F9F9;
}

.main-slide__container {
    position: relative;
    z-index: 2;

    display: flex;
}

.main-slide__container::before {
    content: '';

    position: absolute;
    bottom: -120px;
    left: 30px;
    z-index: 1;

    width: 130px;
    height: 130px;

    background-image: url('../img/webp/stamp.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slide__content {
    padding-top: 110px;
}

.main-slide__title {
    margin-bottom: 45px;

    color: #B062F4;

    font-size: 181px;
    font-weight: 900;
    line-height: 75%;
}

.main-slide__subtitle {
    margin-bottom: 45px;

    color: #BABABA;
    font-size: 62px;
    line-height: 73%; /* 45.26px */
}

.main-slide__buttons {
    display: flex;
    gap: 12px;
}

.main-slide__video {
    border-color: #D9D9D9;
}

.main-slide__video:hover {
    border-color: white;
}

.main-slide__person {
    padding-top: 30px;
    
    max-height: 730px;
}

.main-slide__person img {
    height: 100%;
}

.main-slide__package {
    position: absolute;
    left: 0;
    bottom: 0;

    margin-left: -9%;
    margin-bottom: -6%;
}

.main-slide__letter {
    position: absolute;
    top: 77px;
    right: -50px;
    z-index: -1;

    height: 100%;
}

.main-slide__letter img {
    width: 100%;
    height: 100%;
}

.main-slide__letter .mobile {
    display: none;
}

.main-slide__buttons_mob {
    display: none;
}


.main-slide .background-element:nth-of-type(1) {
    top: 550px;
    left: 190px;

    width: 144px;
    height: 144px;

    background: #F5F1F9;

    border-radius: 70.588px 70.588px 70.588px 0px;
}

.main-slide .background-element:nth-of-type(2) {
    top: 735px;
    right: 25%;
    z-index: 3;

    width: 220px;
    height: 220px;

    background: #F5F1F9;

    border-radius: 107.843px 107.843px 0px 107.843px;
}

.main-slide__subtext {
    position: absolute;
    top: calc(100% + 70px);
    left: 25%;
    z-index: 4;
    
    max-width: 500px;
    
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 400;
    text-align: right;
}

.main-slide__subtext span {
    color: #B062F4;
    
    font-weight: 600;
}


@media (max-width: 1550px) {
    .main-slide__content {
        padding-top: 75px;
    }
    .main-slide__title {
        font-size: 145px;
        margin-bottom: 35px;
    }
    .main-slide__subtitle {
        font-size: 50px;
        margin-bottom: 35px;
    }
    .main-slide__buttons {
        gap: 9px
    }
    .main-slide__video {
        padding: 0 25px;
    }
    .main-slide__person {
        padding-top: 13px;
        
        height: 629px;
    }
    .main-slide__person img {
        height: 100%;
    }
    .main-slide__letter {
        top: 92px;
        right: 0px;
        
        height: 600px;
    }
    .main-slide__package {
        margin-left: -10%;
        
        height: 285px;
    }
    .main-slide__package img {
        height: 100%;
    }
    .main-slide__container::before {
        bottom: -100px;
        left: 10px;
        
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 920px) {
/*@media (max-width: 1250px) {*/
    .main-slide__container {
        justify-content: space-between;
    }
    .main-slide__container::before {
        display: none;
    }
    .main-slide__package {
        left: auto;
        right: 17.5%;
        bottom: -8%;

        margin-left: 0;
        margin-bottom: 0;
    }
    .main-slide__letter {
        top: 40%;
        left: 0;

        width: 36%;
        height: auto;
    }
    .main-slide__letter .desktop {
        display: none;
    }
    .main-slide__letter .mobile {
        display: block;
    }
    .main-slide__buttons {
        display: none;
    }
    .main-slide__buttons_mob {
        position: relative;
        z-index: 1;

        padding-top: 130px;

        display: block;
        
        background-color: #F9F9F9;
    }
    .main-slide__buttons_mob .container {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    .main-slide__subtext {
        top: calc(100% + 50px);
        left: auto;
        
        max-width: none;
        
        text-align: left;
    }
}

@media (max-width: 768px) {
    .main-slide__subtext {
        font-size: 16px;
    }
    .main-slide__buttons_mob {
        padding-top: 130px;
    }
}

@media (max-width: 920px) {
    .main-slide {
        padding-top: 80px;
    }
    .main-slide__content {
        padding-top: 25px;
    }
    .main-slide__title {
        margin-bottom: 30px;
        font-size: 90px;
    }
    .main-slide__subtitle {
        font-size: 33px;
    }
    .main-slide__person {
        padding-top: 50px;
        
        height: 500px;
    }
    .main-slide__package {
        height: 220px;
    }
}

@media (max-width: 500px) {
    .main-slide {
        padding-top: 50px;
        
        overflow-x: clip;
    }
    .main-slide__content {
        padding-top: 50px;
    }
    .main-slide__title {
        margin-bottom: 20px;

        font-size: 76px;
    }
    .main-slide__subtitle {
        font-size: 26px;
    }
    .main-slide__person {
        margin-right: -15%;
        padding-top: 15%;
        
        height: auto;
    }
    .main-slide__person img {
        width: 100%;
    } 
    .main-slide__package {
        right: 22.5%;

        width: 95%;
        height: auto;
    }
    .main-slide__package img {
        width: 100%;
    }
    .main-slide__letter {
        top: 200px;
        left: -22px;
        
        width: 55%;
    }
    .main-slide__buttons_mob {
        gap: 8px;
        position: relative;
        z-index: 1;
    }
    .main-slide__buttons_mob .button {
        flex: 1;

        justify-content: center;
    }
    .main-slide__buttons_mob .main-slide__video svg {
        width: 15px;
    }
}

@media (max-width: 400px) {
    .main-slide__person {
        margin-left: -10%;
    }
    .main-slide__buttons_mob .button {
        font-size: 12px;
    }
}

/* /Главный слайд */



/* Почему стоит принимать */

.pros {
    position: relative;

    padding-top: 70px;
    padding-bottom: 75px;

    overflow: hidden;

    background-color: #F9F9F9;
}

.pros__title span {
    color: #B062F4;
}

.pros__slider {
    padding: 90px;
    margin: 0 -90px -90px;

    overflow: hidden;
}

.slide__container {
    display: flex;
    flex-direction: column;
}

.slide__image {
    width: 100%;
    height: 400px;

    background-color: white;

    border-radius: 43px;

    box-shadow: 0px 77px 62.3px -40px #D4CBDC, 0px 0px 22.6px 0px rgba(175, 183, 186, 0.25);
}

.slide__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    transform-origin: bottom center;
    transform: scale(1.1);
}

.slide__number {
    z-index: 1;

    margin-top: -60px;
    margin-bottom: 25px;

    width: 102px;
    height: 102px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    background-color: #B062F4;
    
    font-size: 82px;
    font-weight: 400;
    line-height: 73%; /* 59.86px */
    letter-spacing: -5.74px;

    border-radius: 50px 50px 0px 50px;

    box-shadow: 0px 3.661px 8.055px 0px rgba(0, 0, 0, 0.17) inset;
}

.slide__title {
    margin-bottom: 18px;
    
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

.pros .background-element:nth-of-type(1) {
    top: 200px;
    right: 200px;
    z-index: 0;

    width: 122px;
    height: 122px;

    border-radius: 59.804px 59.804px 59.804px 0px;
    background: #F5F1F9;
}

.pros .background-element:nth-of-type(2) {
    top: 400px;
    left: 160px;
    z-index: 0;

    width: 172px;
    height: 172px;

    border-radius: 84.314px 84.314px 0px 84.314px;
    background: #F5F1F9;
}

.swiper-pagination {
    position: static;

    padding-top: 20px;

    display: none;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 9px;
    background:rgba(173, 173, 173, 0.4)!important;
    border-radius: 100px;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /* margin: 0 calc(29px / 2); */
}

.swiper-pagination-bullet-active {
    background: #B062F4!important;
}

@media (max-width: 1550px) {
    .pros {
        padding-top: 220px;
    }
    .pros__slider {
        padding: 70px 90px 90px;
    }
    .slide__image {
        height: 315px;
    }
    .slide__number {
        margin-top: -50px;
        margin-bottom: 35px;
        
        width: 80px;
        height: 80px;
        
        font-size: 65px;
    }
    .slide__text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .swiper-pagination {
        display: block;
    }
}

@media (max-width: 920px) {
    .pros {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .pros {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .pros__slider {
        margin: 0 -50px -50px;
        padding: 50px;
    }
    .slide__image {
        height: 250px;

        border-radius: 24px;
    }
    .slide__number {
        margin-top: -25px;
        margin-bottom: 22px;


        width: 46px;
        height: 46px;

        font-size: 37px;
        line-height: 73%; /* 27.237px */
        letter-spacing: -2.612px;
    }
    .slide__text br {
        display: none;
    }
}

/* /Почему стоит принимать */



/* Баннер */

.banner {
    padding-bottom: 108px;

    background-color: #F9F9F9;
}

.banner__inner {
    position: relative;

    padding: 40px 0 45px 45px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: #E7E4F2;

    border-radius: 43px;
    border: 3px solid #FFF;

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13) inset;
}

.banner__title {
    color: #DF91FB;

    font-size: 83px;
    font-weight: 900;
    line-height: 100%;
}

.banner__title > span {
    color: white;

    font-size: 110px;
    font-weight: 900;
}

.banner__buttons {
    display: flex;
    gap: 12px;
}

.banner__image {
    position: absolute;
    top: 0;
    right: 75px;

    width: auto;
    height: 100%;
}

.banner__image img {
    height: 100%;
}

.banner__inner::after {
    content: '';

    position: absolute;
    top: calc(60% - 65px);
    right: 40px;

    width: 130px;
    height: 130px;

    background-image: url('../img/webp/stamp.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width: 920px) {
/*@media (max-width: 1250px) {*/
    .banner__inner {
        padding: 45px;
        align-items: center;
    }
    .banner__buttons {
        width: 100%;

        order: 1;
        flex-direction: column;
    }
    .banner__buttons > a {
        width: auto;

        justify-content: center;
    }
    .banner__image {
        position: relative;
        top: auto;
        right: auto;

        display: flex;
        align-items: center;
    }
    .banner__image::after {
        content: '';

        position: relative;
        left: -50px;
    
        width: 150px;
        height: 150px;

        display: block;
    
        background-image: url('../img/webp/stamp.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner__inner::after {
        display: none;
    }
}

@media (max-width: 900px) {
    .banner__title {
        font-size: 70px;
    }
    .banner__title > span {
        font-size: 96px;
    }
}

@media (max-width: 768px) {
    .banner {
        padding-bottom: 25px;
    }
    .banner__inner {
        padding: 20px 32px;
    }
    .banner__title {
        font-size: 36px;
    }
    .banner__title > span {
        font-size: 46px;
    }
    .banner__image {
        margin-left: -9%;
        align-self: flex-start;
        
        width: 80%;
    }
    .banner__image::after {
        content: '';

        position: absolute;
        left: 95%;
    
        width: 90px;
        height: 90px;

        display: block;
    
        background-image: url('../img/webp/stamp.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .banner__image img {
        width: 100%;
    }
    .banner__buttons {
        gap: 16px;
    }
}

@media (max-width: 400px) {
    .banner__title {
        font-size: 30px;
    }
}

/* /Баннер */



/* Симптомы */

.symptoms {
    position: relative;

    padding-top: 35px;

    overflow: hidden;
    
    background-color: white;
}

.symptoms__container {
    position: relative;
    
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    row-gap: 95px;
}

.symptoms__title {
    padding-top: 55px;

    grid-column: 1 / 2;
}

.symptoms__list {
    width: 90%;
    height: fit-content;

    grid-area: 2 / 1 / 3 / 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 40px 70px;
}

.symptoms__i {
    display: flex;
    align-items: center;
    gap: 16px;
}

.symptoms__xray {
    position: relative;

    margin-right: -50px;

    width: 450px;

    grid-area: 1 / 2 / 3 / 3;
}

.symptoms__xray img {
    width: 100%;
}

.symptoms__xray .mobile {
    display: none;
}

.symptoms__xray-light {
    position: absolute;
    z-index: 2;
}

.symptoms__xray-light-inner {
    position: relative;
}

.symptoms__xray-light-inner::before,
.symptoms__xray-light-inner::after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    border-radius: 1000px;

    transform-origin: center;
}

.symptoms__xray-light-inner::before {
    animation: pulse 1.5s infinite;

    background: radial-gradient(50% 50% at 50% 50%, #F5BBBB 0%, #FFE2AA 61%, rgba(255, 226, 170, 0.62) 98%);
}

.symptoms__xray-light-inner::after {
    animation: pulse1 1.5s infinite;
    background: radial-gradient(50% 50% at 50% 50%, #F5BBBB 0%, #FFE2AA 61%, rgba(255, 226, 170, 0.62) 98%);
    opacity: 0.5;
}

.symptoms__xray-light:nth-of-type(1) {
    top: 8%;
    left: 43.5%;

    width: 55px;
    height: 55px;
}

.symptoms__xray-light:nth-of-type(2) {
    top: 34%;
    left: 54%;

    width: 55px;
    height: 55px;
}

.symptoms__xray-light:nth-of-type(3) {
    top: 39%;
    left: 85%;

    width: 55px;
    height: 55px;
}

.symptoms__xray-light:nth-of-type(4) {
    top: 52%;
    left: 55%;

    width: 32px;
    height: 32px;
}

.symptoms__xray-light:nth-of-type(5) {
    top: 59%;
    left: 39%;

    width: 48px;
    height: 48px;
}

.symptoms .background-element:nth-of-type(1) {
    top: 150px;
    right: 170px;
    z-index: 0;

    width: 122px;
    height: 122px;

    border-radius: 59.804px 59.804px 59.804px 0px;
    background: #F9F9F9;
}

.symptoms .background-element:nth-of-type(2) {
    bottom: 70px;
    left: 202px;
    z-index: 0;

    width: 103px;
    height: 103px;

    border-radius: 59.804px 59.804px 59.804px 0px;
    background: #F9F9F9;
}

.symptoms .background-element:nth-of-type(3) {
    bottom: 1px;
    left: 600px;
    z-index: 0;

    width: 172px;
    height: 172px;

    border-radius: 84.314px 84.314px 0px 84.314px;
    background: #F9F9F9;
}

.symptoms .background-element:nth-of-type(4) {
    bottom: 160px;
    right: 150px;
    z-index: 0;

    width: 77px;
    height: 77px;

    border-radius: 59.804px 59.804px 0px 59.804px;
    background: #F9F9F9;
}

.symptoms .background-element:nth-of-type(5) {
    top: 320px;
    right: 760px;
    z-index: 0;

    width: 144px;
    height: 144px;

    border-radius: 70.588px 70.588px 70.588px 0px;
    background: #F9F9F9;
}



@media (max-width: 1550px) {
    .symptoms__title {
        padding-top: 40px;
    }
    .symptoms__list {
        gap: 40px 55px;
    }
    .symptoms__i-icon {
        width: 64px;
        height: 64px;
    }
    .symptoms__i-icon img {
        width: 100%;
        height: 100%;
    }
    .symptoms__i-text {
        flex: 1;
        
        font-size: 16px;
    }
    .symptoms__xray {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .symptoms__container {
        row-gap: 40px;
    }
    .symptoms__list {
        grid-template-columns: auto;
        gap: 30px;
    }
    .symptoms__title {
        grid-column: 1 / 3;
    }
    .symptoms__xray {
        width: 375px;
        
        grid-area: auto;
    }
}

@media (max-width: 768px) {
    .symptoms__title {
        padding-top: 0;
    }
    .symptoms__container {
        row-gap: 50px;
    }
    .symptoms__list {
        padding-bottom: 25px;

        gap: 16px;
    }
    .symptoms__i {
        gap: 8px;
    }
    .symptoms__i-icon {
        width: 50px;
        height: 50px;
    }
    .symptoms__i-icon img {
        width: 100%;
        height: 100%;
    }
    .symptoms__i-text {
        flex: 1;
    }
    .symptoms__xray {
        position: relative;

        margin-right: -15px;

        width: auto;
        height: fit-content;

        align-self: flex-end;
    }
    .symptoms__xray .desktop {
        display: none;
    }
    .symptoms__xray .mobile {
        display: block;
    }

    .symptoms__xray-light:nth-of-type(1) {
        top: 8%;
        left: 63.5%;
    
        width: 30px;
        height: 30px;
    }
    
    .symptoms__xray-light:nth-of-type(2) {
        top: 32%;
        left: 70%;
    
        width: 30px;
        height: 30px;
    }
    
    .symptoms__xray-light:nth-of-type(3) {
        top: 38%;
        left: 5%;
    
        width: 30px;
        height: 30px;
    }
    
    .symptoms__xray-light:nth-of-type(4) {
        top: 48%;
        left: 80%;
    
        width: 18px;
        height: 18px;
    }
    
    .symptoms__xray-light:nth-of-type(5) {
        top: 54%;
        left: 56%;
    
        width: 27px;
        height: 27px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse1 {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(2);
        opacity: 0.1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* /Симптомы */



/* Показания */

.usage {
    padding-top: 55px;
    padding-bottom: 105px;

    background-color: #F9F9F9;
}

.usage__header {
    min-height: 0;

    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
}

.usage__header-image {
    margin-left: -5%;

    max-width: 590px; 

    grid-area: 1 / 1 / 4 / 2;
}

.usage__header-image img {
    width: 100%;
}

.usage__header-age {
    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FF0592;
    background-color: #FEFCFC;

    font-size: 53px;
    font-weight: 500;

    border-radius: 1000px;
    border: 2px solid #F3F3F3;

    box-shadow: 0px 6.113px 10.24px rgba(0, 0, 0, 0.25), 0px -10.698px 10.392px #FFF;
}

.usage__header-title {
    line-height: 113%;
}

.usage__header-title > span {
    color: #B062F4;

    line-height: 110%;
}

.usage__header-text {
    color: #737373;
    font-size: 28px;
    font-weight: 400;
}

.usage__list {
    margin-top: 90px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px 100px;
}

.usage__list-i {
    display: flex;
    align-items: center;
    gap: 32px;
}

.usage__list-i-image {
    width: 140px;
    height: 140px;

    /*align-self: flex-start;*/
}

.usage__list-i-image img {
    width: 100%;
    height: 100%;
}

.usage__list-i-text {
    flex: 1;
}

.usage__list-i-text > span {
    color: #B062F4;
}

.usage__list-i-text ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    
    line-height: 100%;
}

.usage__list-i-text ul li {
    display: inline-flex;
    gap: 12px;
}

.usage__list-i-text ul li::before {
    content: '—';

    display: block;

    color: #B062F4;

    font-weight: 700;
}



@media (max-width: 1550px) and (min-width: 769px){
    .usage__header-age {
        font-size: 40px;
    }
    .usage__header-title {
        font-size: 40px;
    }
    .usage__header-text {
        font-size: 22px;
    }
    .usage__list-i-text {
        font-size: 19px;
    }
    .usage__list-i-text ul {
        gap: 20px;
        
        font-size: 16px;
    }
}

@media (max-width: 1550px) {
    .usage {
        padding-top: 25px;
    }
    .usage__header-image {
        max-width: 475px;
    }
    .usage__header-age {
        width: 60px;
        height: 60px;
    }
    .usage__list {
        margin-top: 70px;
        padding: 0 50px;
        
        gap: 80px 70px;
    }
    .usage__list-i-image {
        width: 110px;
        height: 110px;
    }
    .usage__list-i-text {
        flex: 1;
    }
    .usage__list-i-text ul {
        gap: 20px;

    }
}

@media (max-width: 920px) {
/*@media (max-width: 1250px) {*/
    .usage__header {
        gap: 40px 20px;
    }
    .usage__header-title {
        grid-area: 1 / 1 / 2 / 3;
    }
    .usage__header-image {
        grid-area: 2 / 1 / 3 / 3;
    }
    .usage__header-text {
        align-self: center;
    }
    .usage__list {
        padding: 0;
        
        grid-template-columns: auto;
        gap: 30px;
    }
    .usage__list-i {
        padding: 24px 32px;

        background-color: white;
        
        border-radius: 24px;

        box-shadow: 0px 6px 8.4px 0px rgba(0, 0, 0, 0.06), 0px 1px 1.9px 0px rgba(0, 0, 0, 0.04);
    }
}

@media (max-width: 768px) {
    .usage {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .usage__header {
        gap: 20px;
    }
    .usage__header-text {
        font-size: 16px;
        font-weight: 600;

    }
    .usage__header-age {
        width: 44px;
        height: 44px;

        font-size: 28px;

        border-width: 1;
        box-shadow: 0px 3.321px 5.562px rgba(0, 0, 0, 0.25), 0px -5.811px 5.645px #FFF;
    }
    .usage__list {
        margin-top: 18px;

        gap: 10px;
    }
    .usage__list-i {
        padding: 16px;
    }
    .usage__list-i-image {
        width: 75px;
        height: auto;
    }
    .usage__list-i-text {
        flex: 1;
        gap: 20px;
    }
    .usage__list-i-text ul {
        gap: 20px;
    }
}

/* /Показания */



/* Подробнее о препарате */

.about {
    position: relative;
    
    padding-bottom: 100px;
    
    background-color: #F9F9F9;
}

.about__container {
    position: relative;
}

.about__title {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about__title strong {
    color: #B062F4;
    
    font-weight: 500;
}

.about .background-element:nth-of-type(1) {
    position: absolute;
    top: -50px;
    left: 178px;
    z-index: 0;
    
    width: 97px;
    height: 97px;
    
    background-color: white;
    
    border-radius: 47.87px 47.87px 0px 47.87px;
}

.about .background-element:nth-of-type(2) {
    position: absolute;
    top: 220px;
    right: 95px;
    z-index: 0;
    
    width: 61px;
    height: 61px;
    
    background-color: white;
    
    border-radius: 47.87px 47.87px 0px 47.87px;
    
    transform: rotate(180deg);
}

.about .background-element:nth-of-type(3) {
    position: absolute;
    top: 430px;
    left: 35px;
    z-index: 0;
    
    width: 61px;
    height: 61px;
    
    background-color: white;
    
    border-radius: 47.87px 47.87px 0px 47.87px;
    
    transform: rotate(180deg);
}

.about .background-element:nth-of-type(4) {
    position: absolute;
    top: 650px;
    right: 28px;
    z-index: 0;
    
    width: 97px;
    height: 97px;
    
    background-color: white;
    
    border-radius: 47.87px 47.87px 0px 47.87px;
}

.about .background-element:nth-of-type(5) {
    position: absolute;
    top: 870px;
    left: 40px;
    z-index: 0;
    
    width: 82px;
    height: 82px;
    
    background-color: white;
    
    border-radius: 47.87px 47.87px 0px 47.87px;
}


@media (max-width: 768px) {
    .about {
        padding-bottom: 40px;
    }
    .about__title {
        margin-bottom: 20px;
    }
}

/* /Подробнее о препарате */



/* Дозировка */

.dosage .toggle__inner {
    padding: 100px 20px 50px;
}

.dosage-content {
    margin-bottom: 60px;

    padding-top: 35px;
}

.dosage-content__types {
    position: relative;
    z-index: 2;
    
    padding-right: 70px;

    display: flex;
    justify-content: space-between;
}

.types-i__image {
    margin-bottom: 13px;

    height: 430px;
}

.types-i__image img {
    max-height: 100%;
}

.types-i__title,
.types-i__text {
    margin-bottom: 42px;
    margin-left: auto;
    margin-right: auto;

    max-width: 310px;
}

.types-i__title {
    color: #333;

    font-weight: 400;
}

.types-i__text {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.magnesium__inner {
    padding: 38px 31px;
}

.magnesium__title {
    margin-bottom: 45px;

    color: #333;

    /*font-weight: 400;*/
}

.magnesium__title > span {
    color: #B062F4;
}

.magnesium__steps {
    display: flex;
    gap: 45px;
}

.magnesium__steps .step {
    flex: 1;
}

.magnesium__steps .step > .step__number {
    z-index: 1;

    margin-bottom: 42px;

    width: 102px;
    height: 102px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    background-color: #B062F4;
    
    font-size: 82px;
    font-weight: 400;
    line-height: 73%; /* 59.86px */
    letter-spacing: -5.74px;

    border-radius: 50px 50px 0px 50px;

    box-shadow: 0px 3.661px 8.055px 0px rgba(0, 0, 0, 0.17) inset;
}

.magnesium__steps .step > .step__title {
    margin-bottom: 24px;

    /*height: 50px;*/
    
    font-weight: 700;
}

.magnesium__steps .step > .step__text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.magnesium__steps .step > .step__text p {
    flex: 1;
}

.dosage-content__types .background-element-mob:nth-of-type(1) {
    top: 145px;
    left: 180px;
    z-index: -1;

    width: 42px;
    height: 42px;

    border-radius: 84.314px 84.314px 84.314px 0px;
    background: #F5F1F9;
}

.dosage-content__types .background-element-mob:nth-of-type(2) {
    top: 250px;
    right: -20px;
    z-index: -1;

    width: 42px;
    height: 42px;

    border-radius: 84.314px 84.314px 0px 84.314px;
    background: #F5F1F9;
}

.magnesium__inner .background-element-mob:nth-of-type(1) {
    top: 0;
    left: -40px;
    z-index: -1;

    width: 60px;
    height: 60px;

    border-radius: 84.314px 84.314px 84.314px 0px;
    background: #F5F1F9;
}

.magnesium__inner .background-element-mob:nth-of-type(2) {
    top: 100px;
    right: 40px;
    z-index: -1;

    width: 42px;
    height: 42px;

    border-radius: 84.314px 84.314px 84.314px 0px;
    background: #F5F1F9;
}

.magnesium__inner .background-element-mob:nth-of-type(3) {
    top: 250px;
    right: -35px;
    z-index: -1;

    width: 65px;
    height: 65px;

    border-radius: 84.314px 84.314px 0px 84.314px;
    background: #F5F1F9;
}

.magnesium__inner .background-element-mob:nth-of-type(4) {
    top: 425px;
    left: -35px;
    z-index: -1;

    width: 65px;
    height: 65px;

    border-radius: 84.314px 84.314px 0px 84.314px;
    background: #F5F1F9;
}



@media (max-width: 1550px) and (min-width: 769px) {
    .magnesium__title {
        /*font-size: 33px;*/
    }
    .magnesium__steps .step > .step__number {
        font-size: 65px;
    }
    .magnesium__steps .step > .step__title {
        font-size: 19px;
    }
    .magnesium__steps .step > .step__text p {
        font-size: 16px;
    }
}

@media (max-width: 1550px) {
    .types-i__image {
        height: 360px;
    }
    .types-i__title {
        font-size: 33px;
    }
    .types-i__text {
        gap: 33px;
        
        font-size: 19px;
    }
    .types-i__title, .types-i__text {
        margin-bottom: 33px;
        
        max-width: 250px;
    }
    .magnesium__inner {
        padding: 30px 25px;
    }
    .magnesium__steps .step > .step__number {
        font-size: 65px;
    }
}

@media (max-width: 920px) {
    .magnesium__steps {
        flex-direction: column;
    }
    .dosage-content__types {
        padding-right: 0;
    }
}

@media (max-width: 1150px) {
    .types-i__image {
        width: 99%;
        height: auto;
    }
    .types-i__image img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .dosage .toggle__inner {
        padding: 70px 13px 20px;
    }
    .dosage-content {
        margin-bottom: 0;
        padding-top: 0;

        background-color: #F9F9F9;
    }
    .dosage-content__types {
        position: relative;

        /*overflow: hidden;*/

        gap: 10px;

        background-color: white;
    }
    .types-i__title {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 16px;

        font-size: 16px;
        font-weight: 600;
    }
    .types-i__text {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;

        gap: 16px;

        font-size: 14px;
    }
    .magnesium__inner {
        position: relative;
        z-index: 1;
        
        padding: 20px 0 0;

        /*overflow: hidden;*/

        border-radius: 0 0 24px 24px;
        
        box-shadow: none;
    }
    .magnesium__steps .step {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 22px;
    }
    .magnesium__steps .step > .step__number {
        margin-bottom: 0;

        width: 55px;
        height: 55px;

        font-size: 44px;
        line-height: 73%; /* 27.237px */
        letter-spacing: -2.612px;
    }
    .magnesium__steps .step > .step__title {
        margin-bottom: 0;
        
        display: flex;
        align-items: center;
    }
    .magnesium__steps .step > .step__text {
        grid-column: 1 / 3;

        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .types-i__title {
        margin-bottom: 0.75em;
        
        font-size: 12px;
    }
    .types-i__text {
        font-size: 12px;
        line-height: normal;
    }
}

/* /Дозировка */



/* Состав */

.composition .toggle__inner {
    padding: 90px 40px 40px;
    
    background-color: white;
}

.composition-content__preambule {
    display: flex;
    align-items: center;
    gap: 25px;

    color: #737373;
}

.composition-content__preambule .stamp {
    width: 130px;
    height: 130px;
}

.composition-content__preambule .stamp img {
    width: 100%;
    height: 100%;
}

.composition-content__preambule p {
    flex: 1;
}

.composition-content__elements {
    position: relative;

    padding: 38px 31px;
}

.composition-content__elements-image {
    margin-left: 60px;
    height: 510px;
}

.composition-content__elements-image img {
    height: 100%;
}

.composition-content__elements-image .mobile {
    display: none;
}

.composition-content__elements-desc {
    position: absolute;

    display: inline-block;
}

.composition-content__elements-desc:nth-child(2) {
    top: 100px;
    left: 560px;

    max-width: 390px;
}

.composition-content__elements-desc:nth-child(3) {
    bottom: 120px;
    right: 140px;

    max-width: 420px;
}

.composition-content__elements-desc:nth-child(2) .text:first-child {
    color: #CF1BB3;
    
    font-weight: 700;
}

.composition-content__elements-desc:nth-child(3) .text:first-child {
    color: #B062F4;;
    
    font-weight: 700;
}

.composition-content__elements-desc .text:last-child {
    margin-top: 18px;

    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.composition-content__elements-desc .text:last-child span {
    flex: 1;
}

.composition-content__package {
    position: relative;

    padding-top: 60px;
    padding-bottom: 90px;
    
    overflow: hidden;

    background-color: #F9F9F9;
}

.composition-content__package .container {
    position: relative;

    display: flex;
    flex-direction: column;
}

.composition-content__package img {
    width: 120%;
}

.composition-content__package .mobile {
    display: none;
}

.composition-content__package .text {
    position: absolute;
    bottom: 22.5%;
    left: 27.5%;

    max-width: 350px;

    color: #333;

    font-size: 36px;
    text-align: right;
    line-height: 109.787%; /* 39.523px */
}

.composition-content__package .text > span {
    color: #B062F4;

    font-weight: 900;
    text-transform: uppercase;
}

.composition-content__package .background-element:nth-of-type(1) {
    top: 0;
    right: 180px;

    width: 77px;
    height: 77px;

    border-radius: 59.804px 59.804px 0px 59.804px;
    background: #FFF;
}

.composition-content__package .background-element:nth-of-type(2) {
    top: 550px;
    right: 249px;

    width: 144px;
    height: 144px;

    border-radius: 70.588px 70.588px 70.588px 0px;
    background: #FFF;
}

.composition-content__package .background-element:nth-of-type(3) {
    top: 256px;
    left: 120px;

    width: 120px;
    height: 120px;

    border-radius: 70.588px 70.588px 0px 70.588px;
    background: #FFF;
}

.composition-content__package .background-element:nth-of-type(4) {
    bottom: 180px;
    left: 160px;

    width: 77px;
    height: 77px;

    border-radius: 70.588px 70.588px 0px 70.588px;
    background: #FFF;
}


@media (max-width: 1550px) and (min-width: 769px) {
    .composition-content__preambule {
        font-size: 22px;
    }
    .composition-content__elements-desc .text_28 {
        font-size: 22px;
    }
    .composition-content__elements-desc .text_20 {
        font-size: 16px;
    }
    .composition-content__package .text {
        font-size: 22px;
    }
}

@media (max-width: 1550px) {
    .composition-content__preambule .stamp {
        width: 104px;
        height: 104px;
    }
    .composition-content__preambule .stamp img {
        width: 100%;
        height: 100%;
    }
    .composition-content__elements-image {
        margin-left: 0px;
        
        height: 410px;
    }
    .composition-content__elements-desc:nth-child(2) {
        left: 420px;
    }
    .composition-content__elements-desc:nth-child(3) {
        right: auto;
        left: 540px;
        bottom: 80px;
    }
    .composition-content__package {
        padding-top: 0;
    }
    .composition-content__package img {
        position: relative;
        left: 15%;
        
        width: 85%;
    }
    .composition-content__package .text {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .composition-content__elements-desc:nth-child(2) {
        left: 340px;
    }
    .composition-content__elements-desc:nth-child(3) {
        left: 470px;
    }
}

@media (max-width: 900px) {
    .composition-content__elements {
        padding: 38px 31px 38px 0;

        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 30px;
    }
    .composition-content__elements-desc {
        position: static;
    }
    .composition-content__elements-image {
        margin-left: -40px;
        
        grid-area: 1 / 1 / 3 / 2;
    }
    .composition-content__elements-image .desktop {
        display: none;
    }
    .composition-content__elements-image .mobile {
        display: block;
    }

    .composition-content__package {
        display: flex;
        flex-direction: column;
    }
    .composition-content__package .mobile {
        display: none;
    }
    .composition-content__package .text {
        position: static;

        max-width: none;

        order: -1;

        text-align: center;
    }
}

@media (max-width: 768px) {
    .composition .toggle__inner {
        padding: 70px 13px 20px;
    }
    .composition-content__preambule {
        margin-bottom: 1em;

        background-color: white;
    }
    .composition-content__preambule .stamp {
        width: 70px;
        height: 70px;
    }
    .composition-content__preambule .stamp img {
        width: 100%;
    }
    .composition-content__elements {
        padding: 20px 6px 20px 0;
        column-gap: 10px;

        border-radius: 0 0 24px 24px;
        
        box-shadow: none;
    }
    .composition-content__elements-image {
        margin-left: -13px;
        
        max-width: 170px;
        height: auto;
    }
    .composition-content__elements-image img {
        width: 100%;
        height: auto;
    }
    .composition-content__elements-desc:nth-child(2),
    .composition-content__elements-desc:nth-child(3) {
        max-width: none;
    }
    .composition-content__elements-desc .text_28 {
        margin-bottom: 0.5em;

        line-height: 101%;
    }
    .composition-content__elements-desc .text_20 {
        font-size: 14px;
    } 
    .composition-content__elements-desc .text:last-child {
        margin-top: 12px;
        
        gap: 4px;
    }
    .composition-content__elements-desc .text:last-child svg {
        width: 8px;
    }
    .composition-content__package {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .composition-content__package .text {
        font-size: 20px;
    }
    .composition-content__package .desktop {
        display: none;
    }
    .composition-content__package .mobile {
        position: static;
        
        margin-top: 18px;

        display: block;

        width: 100%;
    }
}

/* /Состав */


.new-main-slider-container{
    padding-top: 85px;
    background-color: #F9F9F9;
}
.new-main-slider{
    overflow: hidden;
    position: relative;
}
.new-main-slide{
    position: relative;
}
.new-main-slide > img{
    width:100%;
}
.new-main-slide > img.mob{
    display: none;
}
.new-main-slider-buttons {
    display: flex;
    gap:12px;
    position: absolute;
    top: 68%;
    left: 51%;
}
.new-main-slider-button{
    position: absolute;
    z-index: 1; 
    border-radius: 100%;
    height:52px;
    width:52px;
    background:rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    transition: 0.5s;
    border:1px solid rgba(228, 228, 228, 0.3);
    bottom:10px;
    box-shadow: 0px 0px 10px 0px rgba(81, 81, 81, 0.15);
}
.new-main-slider-button:hover{
    background:rgba(255, 255, 255, 1);
}
.new-main-slider-button-left{
    left:10px;
}
.new-main-slider-button-right{
    right:10px;
}
.new-main-slide-swiper-pagination{
    position: absolute;
    z-index: 1;
    bottom:10px !important;
    left:0;
    width:100%;
    display: flex;
    justify-content: center;
}

@media(max-width:768px){
    .new-main-slider-container{
        padding-top:80px;
        padding-bottom: 10px;
        background:white;
    }
    .new-main-slider-container > .container{
        padding:0;
    }
    .new-main-slider{
        /* overflow: auto; */
    }
    .new-main-slide > img.desc{
        display: none;
    }
    .new-main-slide > img.mob{
        display: block;
    }
    .new-main-slider-buttons{
        display: none;
        padding-bottom: 10px;
    }
    .new-main-slider-buttons-cont{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .new-main-slider-button{
        bottom:0;
        left:0;
        right:0;
        position: relative;
        min-width: 52px;
    }
    .new-main-slide-swiper-pagination{
        width:auto;
        position: relative;
        bottom: 0 !important;;
        left:0;
        right:0;
    }
    .main-slide__buttons_mob{
                padding-top: 2px;
    }
}



.new-main-text{
    background: rgba(249, 249, 249, 1);
    padding-top:60px;
    /* padding-bottom:60px; */

}
.new-main-text-wrap{
    padding:40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(142, 136, 136, 0.2);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    font-family: Inter;
    font-weight: 400;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

@media(max-width:768px){
    .new-main-text{
        padding-top:40px;
    }
    .new-main-text-wrap{
        border-radius: 20px;
        padding:20px;
        font-size: 16px;
    }
}