section[id],
article[id] {
    scroll-margin-top: 100px;
}

body {
    background: #f9f9f9;
}

/* Главный слайд */

.main-slide {
    position: relative;
    
    padding-top: 95px;

    height: 770px;
    overflow-x: clip;

    background-color: #F9F9F9;
}



.main-slide__container {
    position: relative;
    z-index: 2;
    
    height: 100%;
}

.main-slide__slider.desktop {
    position: absolute;
    top: 10px;
    left: 50%;
    
    max-width: 1500px;
    
    transform: translateX(-50%);
}

.main-slide__slider img {
    width: 100%;
}

.main-slide__content {
    padding-top: 110px;
    
    height: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-height: 768px) {
    .main-slide__content {
        padding-top: 60px;
    }
}

.main-slide__title {
    margin-bottom: 40px;

    color: #0095A9;

    font-size: 120px;
    font-weight: 900;
    line-height: 75%;
}

@media (max-height: 768px) {
    .main-slide__title {
        font-size: 80px;
    }
}

.main-slide__subtitle {
    margin-bottom: 45px;

    max-width: 300px;

    color: #000000;
    font-size: 25px;
    line-height: 120%; /* 45.26px */
}

.main-slide__subtitle ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .main-slide__subtitle ul {
        gap: 8px;
    }
}

.main-slide__subtitle ul li {
    display: flex;
    align-items: center;
}

.main-slide__subtitle ul li::before {
    content: '';    

    margin-right: 0.5em;
    
    width: 14px;
    height: 14px;
    
    background-color: #D71A6F;
    
    border-radius: 100px;
}

.main-slide__subtitle ul li > span {
    flex: 1;
}

@media (max-width: 768px) {
    .main-slide__subtitle ul li::before {
        margin-right: 7px;
        
        width: 8px;
        height: 8px;
    }
}

.main-slide__buttons {
    max-width: 210px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-slide__buttons > * {
    padding: 0 20px;
    
    width: 100%;
    height: 48px;

    display: flex;
    justify-content: center;
    
    font-size: 13px;
}

.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;
}

.main-slide__controls {
    margin-top: 50px;
    
    display: flex;
    gap: 10px;
}

.slider__control {
    width: 55px;
    height: 55px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #E9E9E9;
    
    border-radius: 100px;
    border: 1px solid #0095A9;
}

.main-slide__slider.mobile {
    display: none;
}


@media (max-width: 1550px) {
    .main-slide {
        height: 640px;
    }
    .main-slide__content {
        padding-top: 45px;
    }
    .main-slide__title {
        font-size: 80px;
        margin-bottom: 35px;
    }
    .main-slide__subtitle {
        font-size: 22px;
        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;
    }
    .main-slide__slider.desktop {
        top: -20px;
        left: 45%;
        
        max-width: 1300px;
    }
}

@media (max-width: 1024px) {
    .main-slide__subtitle {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .main-slide {
        padding-top: 90px;
        
        height: auto;
    }
    .main-slide__content {
        padding-top: 25px;
    }
    .main-slide__title {
        margin-bottom: 30px;

        font-size: 70px;
    }
    .main-slide__subtitle {
        font-size: 20px;
    }
    .main-slide__buttons.desktop {
        display: none;
    }
    .main-slide__controls.desktop {
        display: none;
    }
    .main-slide__slider.desktop {
        position: static;
        
        margin-top: -100px;
        
        transform: none;
    }
    .main-slide__slider.mobile {
        margin: 0;
        padding-bottom: 20px;
        
        width: 100%;
        
        display: block;
        
        background-color: #f9f9f9;
    }
    .main-slide__slider.mobile .swiper-pagination {
        display: none;
    }
    .main-slide__slider.mobile .swiper-wrapper {
        display: none;
    }
    .main-slide__buttons > * {
        padding: 13px 0;
        
        /*max-width: 165px;*/
        
        flex: 1;
        
        font-size: 12px;
    }
    .main-slide__buttons > * svg {
        width: 20px;
    }
    .main-slide__slider-controls.mobile {
        padding: 0 15px 15px;
        
        width: 100%;
        
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-slide__slider.mobile .swiper-pagination {
        position: unset !important;
        
        transform: none !important;
    }
    .main-slide__slider.mobile .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .main-slide__buttons.mobile {
        padding: 0 15px;
        
        max-width: none;
        width: 100%;
        
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .main-slide {
        padding-bottom: 50px;
        
        background-color: white;
    }
    .main-slide__subtitle {
        font-size: 18px;
    }
    .main-slide__slider.desktop {
        display: none;
    }
    .main-slide__slider.mobile {
        padding-bottom: 0;
        
        background-color: white;
    }
    .main-slide__slider.mobile .swiper-pagination {
        display: block;
    }
    .main-slide__slider.mobile .swiper-wrapper {
        display: flex;
    }
}

@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: 50px;
    }
    .main-slide__subtitle {
        font-size: 18px;
    }
    .main-slide__buttons_mob .main-slide__video svg {
        width: 15px;
    }
}

/* /Главный слайд */



/* Почему стоит принимать */

.pros {
    position: relative;
    
    margin-top: 10px;
    /* padding-top: 50px; */
    padding-bottom: 75px;

    overflow: hidden;

    background-color: #F9F9F9;
}

.pros__title span {
    color: #0095A9;
}

.pros__slider {
    position: relative;
    
    padding: 90px;
    margin: 0 -90px -90px;

    overflow: hidden;
}

.pros__slider__control {
    position: unset;
    top: calc(50% - 27.5px);
    z-index: 2;
    
    display: none;
}

.pros__slider__prev {
    right: 40px;
}

.pros__slider__next {
    right: 90px;
}

@media (max-width: 1024px) {
    .pros__slider__control {
        display: flex;
    }
}

@media (max-width: 768px) {
    .pros__slider__control {
        top: 250px;
    }
    .pros__slider__prev {
        left: 40px;
    }
    .pros__slider__next {
        right: 40px;
    }
}

.slide__container {
    height: 100%;

    display: flex;
    flex-direction: column;
}

.slide__image {
    position: relative;

    width: auto;
    height: 315px;
    aspect-ratio: 1;

    display: flex;
    justify-content: center;

    background-color: white;

    border-radius: 35px;

    box-shadow: 0px 61.64px 49.872px -32.021px rgba(0, 149, 169, 0.18), 0px 0px 18.092px 0px rgba(175, 183, 186, 0.25);
}

/*@media (min-width: 1500px) {*/
/*    .slide__image {*/
/*        height: 460px;*/
/*    }*/
/*}*/

.slide__image .slide__image-package {
    position: absolute;
    left: 0;    
    bottom: -10px;
    z-index: 1;

    max-height: 66%;
}

.pros__slider .swiper-slide:nth-child(5) .slide__image .slide__image-package {
    max-height: 40%;
}

.slide__image img:last-child {
    width: auto;
    height: 100%;
    /* max-width: 100%; */

    transform-origin: bottom center;
    transform: scale(1.125);
}

.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-top: 25px;
    margin-bottom: 12px;

    min-height: 3ch;

    display: flex;
    gap: 12px;

    color: #D71A6F;
    
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
}

.slide__title span {
    flex: 1;
}

.slide__text {
    margin-bottom: 16px;
    padding-left: 30px;

    min-height: 8ch;

    font-size: 18px;
}

.slide__subtext {
    padding-left: 30px;
    padding-top: 12px;

    color: #0095A9;

    font-size: 18px;
    font-weight: 500;

    border-top: 1px solid #0095A9;
}

.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;
}

.pros__slider-controls {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.pros .swiper-pagination {
    position: static;

    padding-top: 20px;

    display: none;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 9px;

    border-radius: 100px;
}

.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: #0095A9;
}

@media (min-width: 1025px) {
    .pros__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px 20px;
    }
}

@media (max-width: 1550px) {
    .pros__slider {
        padding: 70px 90px 90px;
    }
    .slide__number {
        margin-top: -50px;
        margin-bottom: 35px;
        
        width: 80px;
        height: 80px;
        
        font-size: 65px;
    }
    .slide__text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .pros .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;
        padding: 50px;
    }
    .pros__slider-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pros .swiper-pagination {
        padding: 0 !important;
        
        position: unset !important;
        
        transform: none !important;
    }
    .pros .swiper-pagination .swiper-pagination-bullet {
        margin: 0 10px !important;
    }
    .pros__slider .swiper-slide {
        height: 100% !important;
    }
    .slide__title {
        font-size: 18px;
    }
    .slide__subtext {
        font-size: 14px;
    }
    .slide__text {
        min-height: 11ch;
    }
    .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: 55px;
    padding-bottom: 90px;

    overflow: hidden;
    
    background-color: white;
}

.symptoms__container {
    position: relative;
}

.symptoms__title {
    margin-bottom: 40px;
}

.symptoms__text {
    color: #333;

    font-size: 20px;
    line-height: 150%;
}

.symptoms__text strong {
    color: #0095A9;

    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

.symptoms__image {
    margin-top: 70px;

    max-width: 100%;
}

.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 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .symptoms__title {
        padding-top: 0;
    }
    .symptoms__text,
    .symptoms__text strong {
        font-size: 14px;
    }
    .symptoms__image {
        margin-top: 35px;
    }
    .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;
    }
}

/* /Симптомы */



/* Подробнее о препарате */

.about {
    position: relative;
    
    padding-top: 60px;
    padding-bottom: 100px;
    
    overflow-x: clip;
    
    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;

    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 50px;
    
    background-color: white;
}

.composition__inner-title {
    margin-bottom: 55px;

    grid-column: 1 / -1;
    
    color: #0095A9;
}

.composition__left-img {
    margin-top: 60px;

    max-width: 100%;
}

.composition__right-panel {
    margin-bottom: 50px;

    padding: 40px;

    background-color: #FFF4F9;
    
    border-radius: 43px;
    border: 0px solid #0095A9;

    box-shadow: 0px 1px 15px 0px #C4E3E8 inset;
}

.composition__right-panel ul {
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 10px;

    line-height: 150%;
}

.composition__right-panel-title {
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    gap: 18px;

    color: #D71A6F;

    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 31.21px */
}

.composition__right .composition__components .plain {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #333;

    font-size: 14.899px;
    font-weight: 400;       
    line-height: 130%; /* 19.369px */
}

.composition__right .composition__components:nth-child(2) {
    margin-bottom: 60px;
}

.composition__right .composition__components:nth-child(2) .title {
    margin-bottom: 12px;
    
    color: #0095A9;

    font-weight: 700;
}

.composition__right .composition__components:last-of-type .title {
    margin-bottom: 12px;

    color: #4885ED;

    font-weight: 700;
}

.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 .toggle__inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .composition__inner-title {
        margin-bottom: 0;
    }
    .composition__left-img {
        margin-top: 20px;
    }
    .composition__right-panel {
        margin-bottom: 20px;
    }
    .composition__right .composition__components:nth-child(2) {
        margin-bottom: 20px;
    }
}

@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%;
    }
}

/* /Состав */



/* Свойства */

.properties .toggle__inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.properties__item {
    flex: 1;
    display: flex;
    gap: 20px;

    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
}

.properties__item p {
    flex: 1;
}

.properties__item-marker {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    background-color: #D71A6F;

    font-size: 45px;
    font-weight: 400;
    line-height: 73%; /* 38.868px */

    border-radius: 32.466px 32.466px 32.445px 32.466px;
    border: 5.678px solid #FFC6DF;
}


@media (max-width: 900px) {
    .properties .toggle__inner {
        flex-direction: column;
    }
    .properties__item {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .properties__item {
        font-size: 14px;
    }
}

/* /Состав */



.default.types .toggle__inner {
    padding-top: 70px;
}

.types__header {
    display: flex;
    align-items: center;
}

.types__header > p {
    margin-right: 40px;

    color: #333;

    font-size: 18px;
    font-weight: 700;
    line-height: 16.811px; /* 93.394% */
}

.types__select {
    width: 350px;
}

.types__icons { 
    flex: 1;
    display: flex;
    justify-content: center;
}

.types__icons img {
    max-height: 170px;

    display: none;
    object-fit: contain;
}

.types__icons .active {
    display: block;
    
    animation: fade-in .5s forwards linear;
}

.types__content {
    display: none;
}

.types__content.active {
    display: block;
    
    animation: fade-in .5s forwards linear;
}

.types__content p {
    margin: 1.5em 0;

    color: #737373;

    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.types__content p:first-child {
    margin-top: 0;
}

.types__content p:last-child {
    margin-bottom: 0;
}

.types__content p:has(+ ol),
.types__content p:has(+ ul) {
    margin-bottom: 0;
}

.types__content p strong {
    color: #0095A9;

    font-weight: 700;
}

.types__content p span {
    color: #0095A9;

    font-weight: 500;
}

.types__content ul {
    list-style: inside;

    color: #737373;

    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.types__content ul ::marker{
    color: #0095A9;
}

.types__content ol {
    list-style: inside decimal;

    color: #737373;

    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}


@media (max-width: 900px) {
    .types__header {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: start;
    }
    .types__icons {
        grid-area: 1 / 1 / 3 / 2;
    }
    .types__icons img {
        max-height: 200px;
    }
    .types__header > p {
        margin-bottom: 16px;

        align-self: end;
    }
}

@media (max-width: 768px) {
    .types__header {
        margin-bottom: 20px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .types__select {
        max-width: 300px;
    }
    .types__header > p {
        align-self: inherit;
    }
    .types__icons {
        display: none;
    }
    .types__content p,
    .types__content ul,
    .types__content ol {
        font-size: 14px;
    }
}



/* Почему */

.why .toggle__inner {
    padding: 90px 0 0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

    background-color: unset;
}

.why__item {
    padding: 20px;

    width: 100%;

    background: #F2F2F2;
    
    border-radius: 84px;

    box-shadow: 0px 2.98px 2.98px 0px rgba(0, 0, 0, 0.06) inset;
}

.why__item-inner {
    padding: 22px 34px 50px 34px;

    height: 100%;

    background: #FFF4F9;

    border-radius: 63px;
    border: 1.139px solid #F3F3F3;

    box-shadow: 0px -7.97px 7.742px 0px #FFF, 0px 4.554px 7.628px 0px rgba(0, 0, 0, 0.25);
}

.why__item-title {
    margin-bottom: 28px;

    display: flex;
    align-items: center;
    gap: 12px;
}

.why__item-title .title-md {
    flex: 1;

    color: #0095A9;

    font-weight: 700;
}

.why__item-plain {
    color: #333;

    font-size: 18px;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
}


@media (max-width: 1024px) {
    .why .toggle__inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}




.recommend {
    padding-top: 40px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.recommend__panel {
    margin-top: 60px;
}

.recommend__title {
    margin-bottom: 60px;
}

.recommend__title strong {
    color: #0095A9;
}

.recommend_buy {
    margin-bottom: 20px;
    padding: 11px 26px;

    width: 210px;
    height: 48px;

    display: flex;
    justify-content: center;

    background: #D71A6F;

    font-size: 13px;

    border-radius: 24.016px;
    border: 3.202px solid #FFF;

    box-shadow: 0px 2.737px 8.897px 0px rgba(0, 0, 0, 0.25);
}

.recommend_video {
    margin-bottom: 35px;

    padding: 11px 26px;

    width: 210px;
    height: 48px;

    display: flex;
    justify-content: center;

    font-size: 13px;
}

.recommend__package {
    max-width: 230px;
}

@media (max-width: 1024px) {
    .recommend__image img {
        max-width: 100%;
    }    
}

@media (max-width: 1024px) and (min-width: 769px) {
    .recommend__image {
        margin-left: -25%;
    }
}

@media (max-width: 768px) {
    .recommend {
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .recommend__panel {
        margin-top: 0;
    }
    .recommend__title {
        margin-bottom: 20px;
    }
    .recommend__controls {
        margin-bottom: 35px;
        
        display: flex;
        gap: 9px;
    }
    .recommend__controls > * {
        margin-bottom: 0;
        padding: 13px 0;
        
        width: auto;
        
        flex: 1;
        
        font-size: 12px;
    }
    .recommend__package {
        display: none;
    }
}



.forms {
    padding-top: 80px;
    padding-bottom: 60px;
}

.forms__title {
    margin-bottom: 40px;
}

.forms__title strong {
    color: #0095A9;
}

.forms__img img {
    width: 130%;
    margin: 0 -15%;
}

.forms__mob {
    display: none;
}

.forms__mob-slider {
    position: relative;
    
    margin: 0 -15px -50px;
    padding-bottom: 50px;
    
    overflow: hidden;
}

.forms__mob-slider .slide-wrapper {
    min-height: 0px;
    
    display: flex;
    flex-direction: column;
}

.forms__mob-slider .slide-image {
    max-width: 100%;
    
    align-self: center;
}

.forms__mob-slider .slide-title {
    padding: 0 12px;
    
    height: 40px;
    
    display: flex;
    align-items: center;
    gap: 12px;
    
    color: #333;
    background-color: white;
    
    font-size: 12px;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    
    border-radius: 80px;
    border: 4px solid #89DAE5;
    
    box-shadow: 0px 2.649px 4.437px 0px rgba(0, 0, 0, 0.25);
}

.forms__mob-slider__control {
    position: absolute;
    top: calc(50% - 27.5px);
    z-index: 2;
    
    display: none;
}

.forms__mob-slider__prev {
    right: 20px;
}

.forms__mob-slider__next {
    right: 20px;
}

@media (max-width: 1024px) {
    .forms__mob-slider__control {
        display: flex;
    }
}

@media (max-width: 768px) {
    .forms__mob-slider__prev {
        left: 5px;
    }
    .forms__mob-slider__next {
        right: 5px;
    }
}

.forms__mob-number {
    padding-bottom: 20px;
    
    align-self: center;
}

.forms__mob-arrow {
    padding-top: 20px;
    
    max-width: 100%;
}


@media (max-width: 768px) {
    .forms {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .forms__img {
        display: none;
    }
    .forms__mob {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .forms__mob-slider .slide-title {
        font-size: 10px;
    }
}



.info.default .toggle__inner {
    padding-bottom: 0;
}

.info__plain {
    margin-bottom: 50px;
}

.info__works-wrapper {
    display: flex;
    gap: 20px;
}

.info__works {
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info__work {
    display: flex;
    gap: 20px;
}

.info__work img {
    max-width: 47px;
    height: 47px;
}

.info__work-content {
    flex: 1;
}

.info__work-title {
    margin-bottom: 12px;

    color: #333;

    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
}

.info__work-author {
    color: #333;

    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.info__person {
    max-width: 290px;

    align-self: flex-end
}


@media (max-width: 768px) {
    .info__person {
        display: none;
    }
    .info__work-title {
        font-size: 16px;
    }
}



@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

/*  */

.new-main-slider-container{
    /* padding-top: 85px; */
    background-color: #F9F9F9;
        max-width: 1430px;
    margin: 0 auto;
    margin-top: 110px;
}
.new-main-slider{
    overflow: hidden;
    position: relative;
}
.new-main-slide{
    position: relative;
    /* height:424px; */
    background-size: cover!important;
    background-position: bottom!important;
        border-radius: 0 0 34px 34px;
}
.new-main-slide-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0px;
    padding-right:50px;
    height:100%;
}
.new-main-slide-container .container{
    
}
.new-main-slider-buttons {
    display: flex;
    gap:12px;
    position: absolute;
    top: 65%;
    left: 54%;
}
.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;
}

.new-main-slider__slider-controls{
            display: flex;
        align-items: center;
        justify-content: space-between;
    max-width: 390px;
    margin:0 auto;
    position: relative;
    padding-top:12px;
}
.new-main-slider__slider-controls .swiper-pagination{
    position: relative;
    top:0;
    left: 0!important;
    transform: translateX(0%)!important;
}
.new-main-slider__slider-controls .slider__control{
    background:transparent;
}

.new-main-slide-img-1{
    height:400px;
}
.new-main-slide-img-2{
    height: 300px;
}

@media(max-width:1440px){
    .new-main-slide{
        /* height:720px; */
    }
}
@media(max-width:768px){
    .new-main-slider-container{
        padding-top:80px;
        /* padding-bottom: 10px; */
        background:white;
        
    }
    .new-main-slide-container{
        padding-top:30px;
        display: flex;
        flex-direction: column;
            align-items: flex-end;
            padding-right:0;
    }
    .new-main-slider-container > .container{
        padding:0;
    }
    .new-main-slider{
        /* overflow: auto; */
    }
    .new-main-slide-img-1{
                height: 240px;
        display:block;
        order:2;
    }
    .new-main-slide-img-2{
        height:240px;
        display:block;
        order:1;
        margin: 0 auto;
    }
    .new-main-slide{
        height: auto;
        border-radius: 0;
    }
    .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-slider__slider-controls{
        padding:16px;
    }
}

.new-buy-container{
    background:white;
    border-radius: 34px;
    padding-top:40px;
    padding-bottom:40px;
    box-shadow: 0px 34px 61.4px -40px rgba(212, 203, 220, 0.48), 0px 0px 22.6px 0px rgba(175, 183, 186, 0.25);
    max-width:1035px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
    
}
.new-buy{
display: flex;
    flex-direction: column;
    gap:12px;
        align-items: center;
}
.new-buy-buttons{
    margin-bottom:0 auto;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.new-buy-button img{
    height:77px;
}


.mob{
    display:none;
}
@media(max-width:768px){
    .new-buy-container{
        margin:0;
        border-radius: 0;
        box-shadow: none;
        padding-bottom:10px;
    }
    .new-buy-buttons{
        flex-direction: column;
        justify-content: center;
    }
    .new-main-slider-container{
        padding-top: 0;
        margin-top: 79px;
    }
    .ban.container{
        padding:0;
    }
    .desc{
        display:none;
    }
    .mob{
        display:block;
    }
}