body {
    font-family: "Manrope", sans-serif;
    color: #fff;
}


.partners {
    .item-slider-what-sm__box {
        background-color: #141416;
        border-radius: .5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 156px;
    }

    @media (min-width: 78.1875em) {
        .item-slider-what-sm__image {
            opacity: .4;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }
    }

    @media (any-hover: hover) {
        .item-slider-what-sm__box:hover .item-slider-what-sm__image {
            opacity: 1;
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }
    }
}



.text.new-style {
    margin-top: 80px;
    margin-bottom: 60px;

    p {
        margin-bottom: .9375rem;
        font-size: 1.5rem;
        line-height: 1.9375rem;
        font-weight: 400;
        letter-spacing: -.25px;
    }

    ol,
    ul {
        margin: 30px 0;
        padding-left: 25px;
    }

    li {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: .9375rem;
        font-size: 1.5rem;
        line-height: 1.9375rem;
        font-weight: 400;
        letter-spacing: -.25px;
    }

}

@media (max-width: 1375px) {
    .text.new-style {

        p {
            font-size: 18px;
            line-height: 130%;
        }

        ol,
        ul {
            margin: 20px 0;
        }

        li {
            font-size: 18px;
            line-height: 130%;
        }
    }
}

.no_banner {
    height: 200px;
    width: 100%
}

.btn-link {
    position: relative;

    a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}

.otstup {
    padding: 50px 0;
}

@media (max-width: 1375px) {
    .otstup {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .otstup {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .otstup {
        padding: 25px 0;
    }
}

@media (max-width: 450px) {
    .otstup {
        padding: 20px 0;
    }
}

@media (min-width: 1120px) {
    .sub-item {
        .sub-link {
            transition: 0.3s;
        }
    }

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



/* Стили для модальных окон */
.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.3s all;
}

.modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 560px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    padding: 60px;
    padding-top: 40px;
    border-radius: 36px;
    background: radial-gradient(112.65% 215.06% at 74.48% -18.32%, #000000 0%, #0E0E3A 10.68%, #171762 28.41%, #3232D1 47.2%, #3B3BF8 58.86%, #6340FB 68.69%, #9747FF 79.78%, #CDA6FF 100%);
    transition: 0.3s all;
    box-shadow: 0px 50px 50px -20px #18186780;
}

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal__cross {
    width: 52px;
    height: 52px;
    background: #FFFFFF1A;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border-radius: 100%;
}

.modal__cross svg {
    width: 24px;
    height: 24px;
}

.modal__cross::after,
.modal__cross::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #9A9DAB;
    position: absolute;
    transition: 0.3s;
}

.modal__cross::before {
    transform: rotate(45deg);
}

.modal__cross::after {
    transform: rotate(-45deg);
}

.modal__cross:hover:after,
.modal__cross:hover:before {
    background: #2F2FC6;
}

.modal .modal__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 30px;
}

.modal form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.modal .inp-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.modal .inp-icon input {
    background: #00000033;
    backdrop-filter: blur(10px);
    padding: 20px 16px;
    border-radius: 8px;
    width: 100%;
    padding-left: 56px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #fff;
    transition: 0.3s;
    border: none;
    outline: none;
    position: relative;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 16px center;
}

.modal input::placeholder {
    color: #ffffff96;
}

.modal .inp-icon input:nth-of-type(1) {
    background-image: url(./../../uploads/2024/09/24.svg);
}

.modal .inp-icon input:nth-of-type(2) {
    background-image: url(./../../uploads/2024/09/Group.svg);
}

.modal .checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal .checkbox label::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #00000033;
    backdrop-filter: blur(10px);
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    background-position: center;
    background-size: contain;
    background-image: none;
}

.modal .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modal .checkbox label p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.modal .checkbox label p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}

.modal .checkbox label:has(input:checked)::before {
    background-image: url(./../../uploads/2024/09/galka-check.svg);
}

.modal form button {
    width: 100%;
    display: block;
    background: #fff;
    transition: 0.3s;
    padding: 24px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #000;
}

@media (max-width: 767px) {
    .modal {
        padding: 30px;
    }

    .modal .modal__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
        text-align: left;
    }

    .modal form,
    .modal .inp-icon {
        gap: 20px;
    }

    .modal form button {
        padding: 16px;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
    }
}

.modal {
    z-index: 999;
}

.banner-block h1 {
    margin-bottom: 20px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .banner-block h1 {
        margin-bottom: 10px;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    .banner-block h1 {
        font-size: 48px;
        line-height: 140%;
    }
}

.blog-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.blog-list .block {
    width: calc(100% / 3 - 20px);
    border-radius: 30px;
    overflow: hidden;
}

.blog-list .cont {
    background-color: var(--bg-secondary);
    padding: 30px 40px;
}

.blog-list .img {
    height: 240px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.blog-list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.blog-list h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    color: #fff;
}

.blog-list p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: .25px;
    opacity: .7;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-list .btn {
    width: 100%;
    padding: 16px 10px;
    margin-top: 2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--bg-accent-blue);
    border-radius: 2rem;
    transition: 0.3s;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.blog-list .btn:hover {
    background-color: #2f2fc6;
}

@media (max-width: 991px) {
    .blog-list {
        gap: 20px;
    }

    .blog-list .block {
        width: calc(50% - 10px);
    }

    .blog-list .cont {
        padding: 25px 20px;
    }
}

@media (max-width: 575px) {
    .blog-list {
        gap: 20px;
    }

    .blog-list .block {
        width: 100%;
    }
}



.header._header-scroll {
    top: -110px;
    padding-bottom: 15px;
}

.admin-bar .header._header-scroll {
    top: -90px;
}

@media (max-width: 1120px) {
    .header._header-scroll {
        top: -40px;
        padding-bottom: 15px;
    }

    .admin-bar .header._header-scroll {
        top: -40px;
    }
}


.no_banner .banner {
    display: none;
}

body .no_banner .header-home {
    padding-bottom: 15px;
    background-color: var(--bg-primary);
}

.fix-banner {
    width: 100%;
    height: 167px;
    background: #fff0;
}

.admin-bar .no_banner .header-home._header-scroll {
    top: -75px;
}

.no_banner .header-home._header-scroll {
    top: -100px;
}



.kama_breadcrumbs {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 80px;
}

.kama_breadcrumbs span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #D8D8FE;
    transition: 0.3s;
}

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

.kama_breadcrumbs a:hover span {
    color: #5A5AF9;
}

.wrapper.no_banner {
    overflow: unset;
}

.new-pf {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 105px;
    grid-auto-flow: dense;
    gap: 30px;
    margin-bottom: 140px;
}

.new-pf .block {
    overflow: hidden;
    border-radius: 32px;
    position: relative;
    cursor: pointer;
}

.new-pf .block:nth-of-type(6n+1) {
    grid-column: span 1;
    grid-row: span 2;
}

.new-pf .block:nth-of-type(6n+2) {
    grid-column: span 1;
    grid-row: span 4;
}

.new-pf .block:nth-of-type(6n+3) {
    grid-column: span 1;
    grid-row: span 2;
}

.new-pf .block:nth-of-type(6n+4),
.new-pf .block:nth-of-type(6n+5) {
    grid-column: span 1;
    grid-row: span 4;
}


.new-pf .block:nth-of-type(6n+6) {
    grid-column: span 1;
    grid-row: span 2;
}

.new-pf .block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.new-pf .block:hover img {
    transform: scale(1.1);
}

.new-pf .block svg {
    opacity: 0;
    stroke: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    cursor: pointer;
    z-index: 3;
}

.new-pf .block:hover svg {
    opacity: 1;
}

.new-pf .block svg:hover {
    stroke: #5A5AF9;
}

.new-pf .block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.45%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.new-pf .block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, #000000 20.45%, rgba(0, 0, 0, 0.5) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
}

.new-pf .block:hover::after {
    opacity: 1;
}

@media(max-width: 991px) {
    .new-pf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 105px;
        gap: 30px;
        margin-bottom: 90px;
    }

    .new-pf .block:nth-of-type(6n+1),
    .new-pf .block:nth-of-type(6n+3),
    .new-pf .block:nth-of-type(6n+5),
    .new-pf .block:nth-of-type(6n+6) {
        grid-column: span 1;
        grid-row: span 2;
    }

    .new-pf .block:nth-of-type(6n+2),
    .new-pf .block:nth-of-type(6n+4) {
        grid-column: span 1;
        grid-row: span 4;
    }

}

@media(max-width: 767px) {
    .new-pf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 80px;
        gap: 20px;
        margin-bottom: 80px;
    }

    .new-pf .block:nth-of-type(6n+1),
    .new-pf .block:nth-of-type(6n+3),
    .new-pf .block:nth-of-type(6n+5),
    .new-pf .block:nth-of-type(6n+6) {
        grid-column: span 1;
        grid-row: span 2;
    }

    .new-pf .block:nth-of-type(6n+2),
    .new-pf .block:nth-of-type(6n+4) {
        grid-column: span 1;
        grid-row: span 3;
    }

}

@media(max-width: 480px) {
    .new-pf {
        grid-template-columns: 1fr;
        grid-auto-rows: 80px;
        gap: 20px;
        margin-bottom: 80px;
    }

    .new-pf .block:nth-of-type(6n+1),
    .new-pf .block:nth-of-type(6n+3),
    .new-pf .block:nth-of-type(6n+5),
    .new-pf .block:nth-of-type(6n+6) {
        grid-column: span 1;
        grid-row: span 2;
    }

    .new-pf .block:nth-of-type(6n+2),
    .new-pf .block:nth-of-type(6n+4) {
        grid-column: span 1;
        grid-row: span 2;
    }

}

@media (max-width: 1120px) {
    .admin-bar .no_banner .header-home._header-scroll {
        top: 0px;
    }

    .no_banner .header-home._header-scroll {
        top: -25px;
    }

    .fix-banner {
        height: 110px;
    }

    .kama_breadcrumbs {
        margin-top: 0;
        margin-bottom: 40px;
    }
}


.poch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 100px;
}

.poch .block {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}

.poch .swiper {
    width: calc(35% - 30px);
    margin: 0;
}

.poch .swiper .swiper-slide {
    overflow: hidden;
    border-radius: 32px;
    cursor: pointer;
    position: relative;
}

.poch .swiper .swiper-slide svg {
    stroke: #fff;
    position: absolute;
    z-index: 3;
    transition: 0.3s;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.poch .swiper .swiper-slide:hover svg {
    opacity: 1;
}

.poch .swiper .swiper-slide svg:hover {
    stroke: #5A5AF9;
}

.poch .swiper .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.45%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.poch .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, #000000 20.45%, rgba(0, 0, 0, 0.5) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
}

.poch .swiper .swiper-slide:hover::after {
    opacity: 1;
}

.poch .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.poch .swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.poch .cont {
    width: calc(65% - 30px);
}

.poch .cont h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 70.4px;
    margin-bottom: 20px;
    color: #fff;
}

.poch .cont p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 300;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 40px;
}

.poch .cont p:nth-of-type(2) {
    font-size: 40px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -4px;
    color: #5A5AF9;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.poch .cont p:nth-of-type(2) span {
    color: #434343;
    font-size: 18px;
    font-weight: 300;
    line-height: 28.8px;
    letter-spacing: 0px;
}

.nagrady {
    margin-bottom: 140px;
}


.nagrady .swiper-slide {
    display: flex;
    gap: 30px;
}

.nagrady .img {
    width: calc(33% - 15px);
    overflow: hidden;
    border-radius: 32px;
    position: relative;
    cursor: pointer;
}

.nagrady .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.nagrady .img:hover img {
    transform: scale(1.1);
}

.nagrady .cont {
    width: calc(67% - 15px);
    padding: 40px;
    border-radius: 32px;
    background: #2C344B33;
    backdrop-filter: blur(10px);
}

.nagrady .cont h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 57.6px;
    margin-bottom: 10px;
    color: #fff;
}

.nagrady .cont p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    margin-bottom: 25px;
    color: #fff;
}

.nagrady .cont a {
    padding: 13px 30px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #3B3BF8;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 32px;
    transition: 0.3s;
}

.nagrady .cont a:hover {
    background: #2F2FC6;
}

.nagrady .cont a svg {
    stroke: #fff;
    transition: 0.3s;
}

.nagrady .img svg {
    stroke: #fff;
    position: absolute;
    z-index: 3;
    transition: 0.3s;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.nagrady .img:hover svg {
    opacity: 1;
}

.nagrady .img svg:hover {
    stroke: #5A5AF9;
}

.nagrady .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.45%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.nagrady .img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, #000000 20.45%, rgba(0, 0, 0, 0.5) 100%);
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
}

.nagrady .img:hover::after {
    opacity: 1;
}

@media(max-width: 991px) {
    .poch .block {
        gap: 30px;
    }

    .poch .cont h3,
    .nagrady .cont h3 {
        font-size: 34px;
        font-weight: 400;
        line-height: 36.4px;
        margin-bottom: 20px;
        color: #fff;
    }

    .poch .cont p:nth-of-type(1) {
        font-size: 16px;
        line-height: 23.8px;
        margin-bottom: 20px;
    }

    .poch .swiper,
    .poch .cont,
    .nagrady .img,
    .nagrady .cont {
        width: calc(50% - 15px);
    }
}

@media(max-width: 767px) {

    .poch .block,
    .nagrady .swiper-slide {
        flex-direction: column;
    }

    .poch .swiper,
    .poch .cont,
    .nagrady .img,
    .nagrady .cont {
        width: 100%;
    }

    .nagrady .cont {
        padding: 20px;
    }
}



form .uspeh {
    background: radial-gradient(112.65% 215.06% at 74.48% -18.32%, #000000 0%, #0E0E3A 10.68%, #171762 28.41%, #3232D1 47.2%, #3B3BF8 58.86%, #6340FB 68.69%, #9747FF 79.78%, #CDA6FF 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    padding: 20px;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

form .uspeh p {
    font-size: 26px;
    font-weight: 500;
}

form.success .uspeh {
    opacity: 1;
    visibility: unset;
    pointer-events: unset;
}


.modal__cross {
    z-index: 2;
}

.no_scroll {
    overflow: hidden;
}


.form-application .uspeh p {
    text-align: center;
}

.form-application .uspeh {
    border-radius: 0px;
    background: none;
}

.application-form__form.success > *:not(.uspeh) {
    opacity: 0;
}

.form-application input:focus~.application-form__item-placeholder,
.form-application input:not(:placeholder-shown)~.application-form__item-placeholder,
.form-application textarea:focus~.application-form__item-placeholder,
.form-application textarea:not(:placeholder-shown)~.application-form__item-placeholder {
    top: 7px;
    font-size: 12px;
}

.form-application input:focus:required:invalid {border: 2px solid red;}

.form-application .application-form__checkbox input:focus:required:invalid ~ .checkbox__label:before {
    background: rgb(255 0 0 / 54%);
}