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


body {
    margin: 0;
    background-color: #000000
}

p {
    margin: 0
}

img {
    max-width: 100%
}

.max {
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto
}

.mid-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 20px
}

.mid-header .logo {
    width: 100%;
    max-width: 187px
}

.adres,
.mail {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #fff;
    max-width: 235px;
    text-decoration: none;
    transition: .3s;
    display: inline-block
}

.phone {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #fff;
    max-width: 235px;
    text-decoration: none;
    display: inline-block
}

.adres::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./../img/adres.svg)
}

.mail::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./../img/mail.svg)
}

.phone::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./../img/phone.svg);
    transition: .3s
}

.mid-header .block {
    display: flex;
    gap: 30px;
    align-items: center
}

.header-home {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.mob {
    display: none
}

.banner {
    padding-top: 335px;
    padding-bottom: 125px;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 180px */
}

.banner .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0
}

.banner .swiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center
}

.banner .swiper-pagination {
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 20px;
    height: 6px;
    opacity: 1;
    background: #FFFFFF1A;
    backdrop-filter: blur(10px);
    transition: .3s;
    border-radius: 30px
}

.admin-bar .header-home {
    top: 32px
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3B3BF8
}

.banner .swiper::before,
.banner .swiper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.banner .swiper::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    z-index: 3;
    pointer-events: none;
}

.banner .swiper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 31.45%);
    z-index: 2;
    pointer-events: none;
}

.banner .max {
    position: relative;
    z-index: 5
}

.banner-block {
    max-width: 60%;
}

.banner-block .img {
    max-width: 285px;
    margin-bottom: 60px
}

.banner-block p {
    font-size: 26px;
    font-weight: 300;
    line-height: 41.6px;
    margin-bottom: 100px;
    max-width: 597px;
    color: #D8D8FE
}


.btns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap
}

.btn {
    border-radius: 60px;
    cursor: pointer;
    transition: .3s;
    padding: 24px 40px
}

.btn-purple {
    background: #3B3BF8;
    color: #fff
}

.btn-purple:hover {
    background: #2F2FC6
}

.btn-blur {
    background: #FFFFFF1A;
    backdrop-filter: blur(10px)
}

.btn-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-icons span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF
}

.no_scroll {
    overflow: hidden
}

.btn-small {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px
}

.menu {
    margin: 0;
    padding: 11px 50px;
    border-radius: 60px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background: #0C122733;
    border: 1px solid #FFFFFF0D;
    backdrop-filter: blur(7px)
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative
}

.menu-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.sub-menu {
    margin: 0;
    padding: 0
}

.menu-item .arrow {
    transition: .3s;
    display: none
}

.menu-item.menu-item-has-children .arrow {
    display: inline-block
}

@media(min-width:1121px) {
    .sub-menu {
        position: absolute;
        top: calc(100% + 10px);
        box-shadow: 0 30px 30px -12px #000000;
        border-radius: 20px;
        background: #fff;
        padding: 20px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
        left: 0;
        width: max-content;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .sub-menu::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -11px;
        width: 100%;
        height: 12px
    }

    .sub-link {
        font-size: 13px;
        font-weight: 400;
        line-height: 18.2px;
        color: #000;
        text-decoration: none
    }

    .menu-item:hover .sub-menu {
        opacity: 1;
        visibility: unset
    }


    .menu-item:hover .menu-link {
        color: #5A5AF9
    }

    .menu-item:hover .arrow {
        transform: rotate(90deg)
    }

}

h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 102.4px;
    color: #fff;
    margin: 0;
    margin-bottom: 52px
}

.osv-block {
    margin-bottom: 190px
}

.fon-two-img {
    position: relative
}

.fon-two-img::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 770px;
    height: 770px;
    background-image: url(./../img/fon-1.svg);
    background-size: contain;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none
}

.fon-two-img::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 1110px;
    height: 448px;
    background-image: url(./../img/fon-2.svg);
    background-size: contain;
    bottom: 50px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: scale(1, -1)
}

.zag-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 90px;
}

.zag-btn h2 {
    margin: 0
}


.btn-prez {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    transition: .3s;
    background: #3B3BF8;
    border-radius: 60px;
    padding: 16px 30px;
    padding-right: 88px;
    text-decoration: none;
    position: relative;
}

.btn-prez span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -.5px;
    color: #fff
}

.btn-prez span:nth-child(2) {
    font-size: 15px;
    font-weight: 350;
    line-height: 21px;
    letter-spacing: .25px;
    color: #fff;
    opacity: .7
}


.btn-prez::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-image: url(./../img/btn-prez.svg);
    background-size: contain;
    transition: .3s
}

.btn-prez:hover {
    background: #2F2FC6
}

.btn-prez:hover::after {
    transform: translateY(-50%) rotate(133deg)
}

.num-text {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    counter-reset: num
}

.num-text .block {
    padding: 24px 30px;
    background: #2C344B33;
    border-radius: 32px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 3;
    width: calc(100% / 3 - 20px)
}

.num-text .block::before {
    content: counter(num);
    counter-increment: num;
    background: #3B3BF8;
    border-radius: 100%;
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.num-text .block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #D8D8FE;
    margin: 0;
    backdrop-filter: blur(10px)
}

.num-text:not(.three-column) .block:nth-child(1),
.num-text:not(.three-column) .block:nth-child(2),
.num-text:not(.three-column) .block:nth-child(3),
.num-text:not(.three-column) .block:nth-child(4) {
    width: calc(25% - 23px)
}

.dem-block {
    margin-bottom: 160px
}

.usl-block {
    margin-bottom: 150px
}

.fon-one-img {
    position: relative
}

.fon-one-img::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    width: 1110px;
    height: 448px;
    background-image: url(./../img/fon-2.svg);
    background-size: contain;
    bottom: 10px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: scale(1, -1);
    pointer-events: none
}

.usl {
    display: flex;
    gap: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.usl .block {
    width: calc(25% - 27px);
    position: relative;
    padding: 50px 40px;
    cursor: pointer;
}

.usl .block .img {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.usl .block .img::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: linear-gradient(180deg, rgba(59, 59, 248, .6) 0%, rgba(151, 71, 255, .6) 100%);
    border-radius: 100%;
    opacity: .4;
    filter: blur(15px);
    transition: .3s
}

.usl .block p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    transition: .3s
}

.usl .block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.usl .block::after {
    content: "";
    background: #2C344B33;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 32px;
    transition: .3s;
    pointer-events: none;
}

.usl .block:hover::after {
    top: -30px;
    bottom: -30px
}


.usl .block:hover .img::after {
    width: 106px;
    height: 106px
}

.usl .block:hover p {
    color: #5A5AF9
}


.blag-block {
    margin-bottom: 140px
}

.slider {
    position: relative
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.slider .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: #FFFFFF1A;
    border-radius: 100%;
    transition: .3s;
    left: -114px;
}

.slider .swiper-button-prev svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
    transition: .3s
}

.slider .swiper-button-next {
    width: 64px;
    height: 64px;
    background: #FFFFFF1A;
    border-radius: 100%;
    transition: .3s;
    backdrop-filter: blur(10px);
    right: -114px;
}

.slider .swiper-button-next svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
    transition: .3s
}

.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
    background: #fff;
}

.slider .swiper-button-prev:hover svg,
.slider .swiper-button-next:hover svg {
    stroke: #000
}


.blag-block .slide {
    width: 100%;
    height: 380px;
    padding: 30px;
    border-radius: 16px;
    background: #26264080;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: .3s;
}

.blag-block .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px
}


.gal-block {
    margin-bottom: 160px
}

.gal-block .slide {
    padding: 10px;
    background: #2C344B33;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: .3s;
    border-radius: 32px;
    width: 100%;
    height: 280px;
}

.gal-block .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 32px
}


.gal-block,
.blag-block {
    overflow: hidden
}

footer {
    padding: 100px 0;
    position: relative
}

footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(44.38% 54.71% at 50% 0%, #9747FF 0%, rgba(59, 59, 248, 0) 100%);
    opacity: .1;
    pointer-events: none
}

h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #D8D8FE;
    margin: 0;
    margin-bottom: 30px
}

.footer {
    display: flex;
    gap: 135px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.footer .block {
    width: calc(30% - 84px)
}

.footer .block:nth-child(1) {
    width: calc(40% - 102px)
}

.f-menu {
    display: flex;
    flex-direction: column;
    gap: 25px 108px;
    flex-wrap: wrap;
    max-height: 170px
}

.f-menu a {
    transition: .3s;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #fff
}

.dop-menu a {
    transition: .3s
}

.f-menu a:hover,
.dop-menu a:hover {
    color: #5A5AF9
}

.footer .phone {
    margin: 36px 0;
    font-size: 16px;
    line-height: 22.4px
}

.soc {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px
}

.soc a {
    background: #2C344B33;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc a svg {
    transition: .3s;
    fill: #fff;
    width: 24px;
    height: 24px
}


.dop-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px
}

.dop-menu a,
.dop-menu p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #fff;
    text-decoration: none
}

.breadcrumbs-block {
    margin-top: 70px;
    margin-bottom: 80px;
    position: relative;
    z-index: 5
}

.breadcrumbs {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.breadcrumbs a,
.breadcrumbs p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #D8D8FE;
    text-decoration: none;
    transition: .3s;
    margin: 0
}

.breadcrumbs span {
    width: 16px;
    height: 16px;
    background-image: url(./../img/breadcrumbs-arrow.svg);
    background-size: cover
}

.breadcrumbs a:hover {
    color: #5A5AF9
}


.zag-btn .soc {
    margin: 0
}

.map {
    height: 780px;
    position: relative
}

.map::after {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 53.45%, #000000 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.cont-info {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.cont-info .block {
    background: #2C344B33;
    backdrop-filter: blur(10px);
    padding: 33px 30px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(28% - 20px)
}

.cont-info .block img {
    padding: 12px;
    background: #5A5AF933;
    border-radius: 100%;
    backdrop-filter: blur(10px)
}

.cont-info .block p,
.cont-info .block a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin: 0;
    text-decoration: none;
    transition: .3s
}

.cont-info .block:nth-child(1) {
    width: calc(44% - 20px)
}

.cont-info .block:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.soc a:hover {
    background: #2C344B80;
}

.soc a:hover svg {
    fill: #5A5AF9
}

.two-columns {
    width: 100%;
}

.two-columns p {
    padding: 18px 30px;
    color: #fff;
    position: relative;
    z-index: 1
}

.two-columns p:last-child {
    text-align: right
}

.two-columns div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.two-columns div:nth-child(odd):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2C344B33;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    z-index: 0
}


.banner-page {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    margin-bottom: 80px;
}


.banner-page .fon-banner {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.banner-page h1,
.banner-page .tags {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}


.banner-page::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 20.45%, rgba(0, 0, 0, 0) 100%);
    z-index: 0
}

h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 120%;
    /* letter-spacing: -4px; */
    margin: 0;
    margin-bottom: 60px;
    color: #fff
}

.tags {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags a {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    padding: 14px 20px;
    border: 1px dashed #FFFFFF1A;
    background: #2C344B33;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: .3s
}

.tags a:hover {
    background: #2C344B99;
    color: #5A5AF9;
    border: 1px dashed #5A5AF9
}


.what-sm-bottom-box__left,
.what-sm-bottom-box__right-item:nth-of-type(1) {
    margin-top: 20px
}


@media (max-width:1050px) {
    .what-sm-bottom-box__right-item:nth-of-type(1) {
        margin-top: 0
    }
}

@media (max-width:1475px) {
    .slider .swiper-button-prev {
        right: 94px;
        top: -130px;
        left: unset;
        margin: 0
    }

    .slider .swiper-button-next {
        right: 0;
        top: -130px;
        left: unset;
        margin: 0
    }
}

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

    .mid-header .adres,
    .mid-header .mail {
        display: none
    }

    .mid-header .block {
        margin-left: auto
    }

    .btn-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 100%;
        background: #FFFFFF1A
    }

    .bot-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #000000E5;
        padding: 40px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 999;
        opacity: 0;
        transition: .3s;
        visibility: hidden
    }

    .bot-header.active {
        opacity: 1;
        visibility: unset
    }

    nav {
        margin-top: 40px;
        width: 100%;
        overflow: auto;
        height: 100%;
        z-index: 999
    }

    .menu {
        flex-direction: column;
        padding: 0;
        background: #fff0;
        backdrop-filter: blur(0);
        border: none;
        gap: 40px;
        backdrop-filter: blur(10px);
        z-index: 999;
        margin-bottom: 40px
    }

    .menu-item {
        position: relative;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-wrap: wrap
    }

    .menu-link {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        padding: 24px 50px;
        border: 1px solid #FFFFFF0D;
        background: #0C122733;
        border-radius: 60px;
        width: 100%
    }

    .sub-menu {
        background: #2C344B33;
        backdrop-filter: blur(10px);
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 30px;
        border-radius: 32px;
        display: none
    }

    .sub-menu.active {
        display: flex
    }

    .sub-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        color: #fff;
        text-decoration: none
    }

    .menu-item .arrow {
        position: absolute;
        right: 40px;
        top: 18px;
        padding: 10px
    }

    .close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 100%;
        background: #FFFFFF1A;
        backdrop-filter: blur(10px)
    }

    .info-menu {
        display: flex;
        width: 50%;
        justify-content: space-between;
        gap: 20px;
        align-items: center
    }


    .menu-item.active .menu-link {
        color: #5A5AF9
    }

    .menu-item.active .arrow {
        transform: rotate(90deg)
    }


    .banner {
        padding-top: 174px;
        padding-bottom: 80px;
        /* margin-bottom: 80px */
    }

    .banner-block .img {
        max-width: 210px;
        margin-bottom: 40px
    }

    .banner-block p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 50px
    }


    .btn {
        padding: 18px 30px
    }

    .btn-icons {
        span {
            font-size: 20px;
            line-height: 32px
        }
    }

    h2 {
        font-size: 54px;
        line-height: 75px;
        margin-bottom: 60px
    }

    .zag-btn {
        margin-bottom: 60px
    }

    .btn-prez {
        padding: 14px 30px;
        padding-right: 78px;
    }

    .btn-prez span:nth-child(1) {
        font-size: 16px;
        line-height: 22.4px
    }

    .btn-prez span:nth-child(2) {
        font-size: 14px;
        line-height: 19.6px
    }


    .num-text:not(.three-column) .block:nth-child(1),
    .num-text:not(.three-column) .block:nth-child(2),
    .num-text:not(.three-column) .block:nth-child(3),
    .num-text:not(.three-column) .block:nth-child(4),
    .num-text:not(.three-column) .block:nth-child(5),
    .num-text:not(.three-column) .block:nth-child(6) {
        width: calc(100% / 3 - 20px);
    }

    .num-text:not(.three-column) .block:nth-child(7),
    .num-text:not(.three-column) .block:nth-child(8),
    .num-text:not(.three-column) .block:nth-child(9),
    .num-text:not(.three-column) .block:nth-child(10) {
        width: calc(50% - 15px);
    }

    .gal-block .swiper-slide {
        width: 366px;
    }

    .footer {
        justify-content: space-between
    }

    .footer .phone {
        display: block;
        gap: 0;
    }

    .footer .block,
    .footer .block:nth-child(1) {
        width: 40%;
    }

    .footer .block:nth-child(3) {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row-reverse;
    }

    .footer .block:nth-child(3) h3 {
        display: none
    }


    .fon-two-img::before,
    .fon-one-img::before {
        transform: unset;
        width: 100%
    }

    .blag-block .slide {
        padding: 20px;
        height: 280px
    }

    .osv-block,
    .dem-block {
        margin-bottom: 80px
    }

    .usl-block {
        margin-bottom: 54px
    }

    .blag-block {
        margin-bottom: 38px
    }

    .gal-block {
        margin-bottom: 120px
    }

    .cont-info .block,
    .cont-info .block:nth-child(1) {
        width: calc(100% / 3 - 20px);
        padding: 24px 30px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:991px) {
    .banner {
        padding-top: 150px;
        padding-bottom: 70px;
        /* margin-bottom: 70px */
    }


    .banner-block p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px
    }


    .btn-icons span {
        font-size: 16px;
        line-height: 32px;
        position: relative;
        z-index: 2
    }

    .btn-blur {
        background: #fff0;
        backdrop-filter: unset;
        position: relative;
    }

    .btn-blur img {
        position: relative;
        z-index: 2
    }


    .btn-blur::after {
        content: "";
        background: #FFFFFF1A;
        backdrop-filter: blur(10px);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 60px
    }

    .btn-prez::after {
        width: 34px;
        height: 34px
    }

    .btn-prez {
        padding: 14px 30px;
        padding-right: 74px
    }

    .zag-btn {
        margin-bottom: 50px
    }

    h2 {
        font-size: 44px;
        line-height: 61.6px;
        margin-bottom: 50px
    }

    .num-text:not(.three-column) .block:nth-child(1),
    .num-text:not(.three-column) .block:nth-child(2),
    .num-text:not(.three-column) .block:nth-child(3),
    .num-text:not(.three-column) .block:nth-child(4),
    .num-text:not(.three-column) .block:nth-child(5),
    .num-text:not(.three-column) .block:nth-child(6) {
        width: calc(50% - 15px)
    }

    .num-text .block {
        width: calc(50% - 15px)
    }

    .osv-block,
    .dem-block {
        margin-bottom: 70px
    }

    .usl-block {
        margin-bottom: 20px
    }

    .blag-block {
        margin-bottom: 50px
    }

    .gal-block {
        margin-bottom: 100px
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important
    }

    .blag-block .swiper-slide {
        width: 210px
    }

    .gal-block .swiper-slide {
        width: 330px
    }

    .gal-block .slide {
        height: 240px
    }

    .f-menu {
        gap: 25px 63px
    }

    .footer {
        gap: 70px
    }

    .dem-block .three-column .block:nth-child(7) {
        width: 100%
    }

    .usl .block {
        width: calc(50% - 15px);
        position: relative;
        padding: 30px;
        cursor: pointer
    }

    .info-menu {
        width: calc(100% - 82px);
        gap: 60px;
    }

    .info-menu .adres {
        margin-left: auto
    }


    .usl .block p {
        font-size: 16px;
        line-height: 19.2px
    }

    .usl .block img {
        width: 100px
    }


    .cont-info .block:nth-child(1) {
        width: 100%
    }

    .cont-info .block {
        width: calc(50% - 15px);
        padding: 24px 30px;
        flex-direction: row;
        align-items: center
    }

    .cont-info .block:nth-child(1) {
        flex-direction: row;
        align-items: center
    }
}

@media (max-width:767px) {
    .mid-header .block .btn {
        display: none
    }

    .fon-two-img::after {
        width: 100%;
        height: 100%
    }

    .mid-header .logo {
        order: 2
    }

    .mid-header .block {
        order: 1;
        margin: 0
    }

    .mid-header.btn-menu {
        order: 3
    }

    .mid-header .phone {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 100%;
        background: #FFFFFF1A;
        padding: 0;
    }

    .mid-header .phone span {
        display: none
    }


    .mid-header .phone::after {
        background-image: url(./../img/phone-white.svg);
        position: unset;
        width: 24px;
        height: 25px;
        transform: unset
    }

    .mid-header .info-menu {
        gap: 30px
    }


    .banner {
        padding-top: 140px;
        padding-bottom: 60px;
        /* margin-bottom: 60px */
    }

    .banner-block .img {
        max-width: 150px;
        margin-bottom: 20px
    }

    .banner-block p {
        font-size: 16px;
        line-height: 25.6px;
        margin-bottom: 30px
    }


    .osv-block,
    .dem-block {
        position: relative;
        padding-bottom: 124px
    }

    .btn-prez {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 265px;
        margin: auto
    }

    .num-text .block {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px
    }

    .dem-block .three-column .block:nth-child(7) {
        width: calc(50% - 15px)
    }

    .dem-block .three-column .block:nth-child(9) {
        width: 100%;
        flex-direction: row;
        align-items: center
    }

    .gal-block .slide {
        height: 200px
    }

    .gal-block .swiper-slide {
        width: 240px
    }

    .footer .block:nth-child(1),
    .footer .block:nth-child(2) {
        width: 100%;
    }

    .footer .block:nth-child(1) .adres,
    .footer .block:nth-child(1) .mail,
    .footer .block:nth-child(2) .adres,
    .footer .block:nth-child(2) .mail {
        max-width: 100%
    }


    .f-menu {
        max-height: 150px
    }

    .footer {
        gap: 40px
    }

    .footer .block:nth-child(3) {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer .block:nth-child(3) .dop-menu {
        align-items: center
    }


    footer {
        padding: 50px 0;
        padding-bottom: 30px
    }

    .cont-info .block {
        width: 100%
    }

    .zag-btn {
        flex-wrap: wrap;
        gap: 30px
    }

    .two-columns div {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 30px;
    }

    .two-columns div p {
        padding: 0
    }

    .two-columns div p:last-child {
        text-align: left
    }


}

@media (max-width:575px) {
    .f-menu {
        max-height: 180px
    }

    .mid-header {
        gap: 20px
    }

    .banner {
        padding-top: 112px;
        padding-bottom: 35px;
        /* margin-bottom: 60px */
    }

    .btns {
        gap: 20px;
    }

    .btns .btn {
        width: 100%;
        justify-content: center
    }


    .num-text:not(.three-column) .block:nth-child(1),
    .num-text:not(.three-column) .block:nth-child(2),
    .num-text:not(.three-column) .block:nth-child(3),
    .num-text:not(.three-column) .block:nth-child(4),
    .num-text:not(.three-column) .block:nth-child(5),
    .num-text:not(.three-column) .block:nth-child(6) {
        width: 100%
    }

    .num-text:not(.three-column) .block:nth-child(7),
    .num-text:not(.three-column) .block:nth-child(8),
    .num-text:not(.three-column) .block:nth-child(9),
    .num-text:not(.three-column) .block:nth-child(10) {
        width: 100%
    }

    .num-text .block,
    .dem-block .three-column .block:nth-child(7) {
        width: 100%;
        flex-direction: row;
        align-items: center
    }

    .osv-block,
    .dem-block {
        margin-bottom: 60px
    }

    .usl,
    .num-text {
        gap: 20px
    }

    .usl .block {
        width: calc(50% - 10px);
        position: relative;
        padding: 20px;
        cursor: pointer;
    }

    .usl .block .img {
        width: 90px
    }

}

@media (max-width:793px) {
    .slider-one__image-ibg {
        bottom: -20px
    }
}

@media (max-width: 550px) {
    .info-menu {
        width: 100%;
        gap: 20px;
        margin-top: 20px;
    }

    .info-menu .mail {
        width: 150px;
    }

    .info-menu .adres {
        width: calc(100% - 160px);
    }

}

/* Модальное окно */
.modal-politic {
    display: none;
    /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Прокрутка, если контент большой */
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный фон */
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content-politic {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: black;
    max-width: 800px;
    max-height: 80vh;
    /* Максимальная высота 80% экрана */
    overflow-y: auto;
    /* Прокрутка внутри модала */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    line-height: 1.5;           /* Нормальная высота строки */
    font-size: 14px;            /* Чуть мельче шрифт для юридического текста */
}
.modal-content-politic h3  {
    color: black;
    margin-top: 20px;
    margin-bottom: 8px;         /* Уменьшили отступ под заголовком */
    font-size: 16px;
}
.modal-content-politic h2 {
    color: black;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}
.modal-content-politic p {
    margin: 0 0 8px 0;           /* Убрали большой нижний отступ, оставили небольшой */
    text-align: justify;        /* Выравнивание по ширине — как в Word */
    hyphens: auto;              /* Автоматический перенос слов */
}

.modal-content-politic ul,
.modal-content-politic dl {
    margin: 8px 0;              /* Небольшие отступы сверху и снизу для списков */
    padding-left: 20px;
}

.modal-content-politic ul li {
    margin-bottom: 4px;
}

.modal-content-politic dl {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 4px 10px;
}

.modal-content-politic dt {
    font-weight: bold;
    grid-column: 1;
}

.modal-content-politic dd {
    grid-column: 2;
    margin: 0;
}
/* Кнопка закрытия */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Адаптация для мобильных устройств */
@media screen and (max-width: 600px) {
    .modal-content-politic {
        width: 95%;
        padding: 15px;
        font-size: 13px;
    }
    .modal-content-politic h3 {
        margin-top: 15px;
        margin-bottom: 6px;
    }
    
    .modal-content-politic p {
        margin-bottom: 6px;
    }
}