.icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block
}

.button {
    cursor: pointer;
    outline: 0;
    transition: all 0s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width:991px) {
    .button {
        width: 100%
    }
}

.button-blue {
    background: var(--blue);
    color: var(--white)
}

.button-blue:hover {
    background: linear-gradient(to right, var(--blue), var(--purple))
}

.button-purple {
    background: var(--purple);
    color: var(--white)
}

.button-purple:hover {
    background: var(--purple-3);
    color: var(--white)
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

main {
    position: relative
}

main:before {
    content: "";
    width: 30.25rem;
    height: 43.6875rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-main.webp);
    background-position: center;
    background-size: cover;
	z-index: -1;
}

@media (max-width:1240px) {
    main:before {
        display: none
    }
}

.section-education-main {
    position: relative
}

.section-education-main:before {
    content: "";
    width: 43.6875rem;
    height: 52.8125rem;
    position: absolute;
    bottom: -10.875rem;
    right: 0;
    background-image: url(../images/home/bg-education.webp);
    background-position: center;
    background-size: cover
}

@media (max-width:1240px) {
    .section-education-main:before {
        display: none
    }
}

.section-about-main {
    position: relative;
    overflow: hidden
}

.section-about-main:before {
    content: "";
    width: 34rem;
    height: 40.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/home/about-right.webp);
    background-position: center;
    background-size: cover
}

@media (max-width:1500px) {
    .section-about-main:before {
        right: -18.75rem
    }
}

@media (max-width:991px) {
    .section-about-main:before {
        bottom: 0;
        right: 0;
        background: url(../images/home/about-right-mobile.webp);
        width: 22.375rem;
        height: 13.4375rem
    }
}

.section-about-main:after {
    content: "";
    width: 39.1875rem;
    height: 40.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/home/about-left.webp);
    background-position: center;
    background-size: cover
}

@media (max-width:1500px) {
    .section-about-main:after {
        left: -18.75rem
    }
}

@media (max-width:991px) {
    .section-about-main:after {
        top: 0;
        bottom: auto;
        left: 0;
        background: url(../images/home/about-left-mobile.webp);
        width: 18.75rem;
        height: 15.4375rem
    }
}

@media (max-width:991px) {
    .section-about-main {
        padding: 2rem 0
    }
}

.section-partner {
    position: relative
}

.section-partner .container {
    position: relative;
    z-index: 1
}

.section-partner:before {
    content: "";
    width: 25.875rem;
    height: 31.5rem;
    position: absolute;
    background-image: url(../images/home/partner-bg.webp);
    background-position: center;
    background-size: cover;
    left: 0;
    top: -3.75rem
}

@media (max-width:1240px) {
    .section-partner:before {
        display: none
    }
}

.start-container:before {
    content: "";
    position: absolute;
    width: calc(100% - 2.5rem);
    left: 1.25rem;
    top: -.5rem;
    background: #ececec;
    border-radius: 1rem;
    height: 100%;
    z-index: 1
}

@media (max-width:1240px) {
    .start-container:before {
        display: none
    }
}

.start-container:after {
    content: "";
    position: absolute;
    width: calc(100% - 5rem);
    left: 2.5rem;
    top: -1rem;
    background: #f6f6f6;
    border-radius: 1rem;
    height: 100%
}

@media (max-width:1240px) {
    .start-container:after {
        display: none
    }
}

.swiper-arrow {
    background: var(--blue);
    border-radius: .75rem
}

.swiper-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke: transparent;
    fill: var(--white)
}

.swiper-arrow:hover {
    background: linear-gradient(to right, var(--blue), var(--purple))
}

.swiper-start {
    position: relative
}

.swiper-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .25rem
}

.swiper-progress-fill {
    background: linear-gradient(to right, var(--blue), var(--purple));
    height: 100%;
    border-radius: 3.125rem
}

.icon-all {
    border-radius: 50%;
    background: var(--purple)
}

.icon-all svg {
    fill: #fff;
    width: .5rem;
    height: .5rem
}

.link-purple:hover {
    color: var(--purple)
}

.catalog-pic {
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(.625rem);
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .catalog-pic {
        background: var(--gray-100)
    }
}

.swiper-button-lock {
    opacity: .5;
    pointer-events: none
}

.catalog-item {
    position: relative;
    overflow: hidden
}

.catalog-item .color-gray {
    transition: all .25s linear
}

.catalog-item:hover {
    background: var(--blue);
    color: var(--white)
}

.catalog-item:hover .color-gray {
    color: var(--white)
}

.catalog-item:hover .catalog-bg {
    opacity: 1
}

.catalog-content {
    width: 100%;
    position: relative;
    z-index: 1
}

.catalog-bg {
    position: absolute;
    background-size: cover;
    background-image: url(../images/home/catalog-hover.webp);
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all .25s linear
}

@media (max-width:1240px) {
    .catalog-bg {
        background-image: url(../images/home/catalog-hover-2.webp);
        left: 0;
        top: 0
    }
}

.education-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
}

@media (max-width:1240px) {
    .education-main {
        gap: 1.25rem
    }
}

@media (max-width:991px) {
    .education-main {
        flex-direction: column;
        display: flex;
        gap: 1.5rem
    }
}

.education-catalog {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media (max-width:991px) {
    .education-catalog {
        gap: .75rem
    }
}

.education-catalog__item {
    padding: 2rem;
    background: #fff;
    border: .0625rem solid var(--gray-100);
    position: relative;
    min-height: 10.5rem
}

.education-catalog__item .color-gray {
    transition: all .25s linear
}

.education-catalog__item:hover {
    color: var(--white);
    background: var(--purple)
}

.education-catalog__item:hover .color-gray {
    color: var(--white)
}

.education-catalog__item:hover .education-catalog__bg,
.education-catalog__item:hover .icon-education {
    opacity: 1
}

@media (max-width:1240px) {
    .education-catalog__item {
        min-height: 9rem;
        padding: 1.5rem
    }
}

@media (max-width:991px) {
    .education-catalog__item {
        min-height: auto;
        padding: 1.25rem
    }
}

.education-catalog__content {
    position: relative;
    z-index: 1
}

.education-catalog__bg {
    position: absolute;
    background-size: cover;
    background-image: url(../images/home/education-hover.webp);
    background-position: center;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all .25s linear
}

.icon-education {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    opacity: 0;
    transition: all .25s linear;
    z-index: 1
}

.icon-education svg {
    width: 1rem;
    height: 1rem;
    fill: var(--white)
}

@media (max-width:991px) {
    .icon-education svg {
        width: .75rem;
        height: .75rem
    }
}

@media (max-width:1240px) {
    .icon-education {
        top: 1.25rem;
        right: 1.25rem
    }
}

@media (max-width:991px) {
    .icon-education {
        opacity: 1;
        background: var(--purple);
        width: 2rem;
        height: 2rem;
        top: 1rem;
        right: 1rem
    }
}

.section-about-main {
    background: var(--blue)
}

.about-main__pic {
    flex-shrink: 0;
    width: 30.3125rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 2rem;
    margin-top: 2.625rem
}

@media (max-width:1280px) {
    .about-main__pic {
        width: 24.375rem;
        margin-left: 1.25rem;
        margin-top: 3.5rem
    }
}

@media (max-width:991px) {
    .about-main__pic {
        display: none
    }
}

.about-main__content {
    color: var(--white);
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .swiper-partner {
        margin: 0 -1rem !important;
        padding: 0 1rem !important;
        width: calc(100% + 2rem)
    }
}

.partner-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.375rem
}

@media (max-width:1240px) {
    .partner-slide {
        height: 8.5rem
    }
}

@media (max-width:991px) {
    .partner-slide {
        height: 5rem;
        padding: 0 1.25rem
    }
}

.menu-active {
    overflow: hidden
}

.menu-active .header-main {
    opacity: 1;
    pointer-events: auto
}

.header {
    transition: all .25s linear
}

.header.fixed {
    padding: .9375rem 0;
    background: var(--white);
    box-shadow: .0625rem .0625rem .3125rem rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .header.fixed {
        padding: .625rem 0
    }
}

.button-menu svg {
    width: 1rem !important;
    height: 1rem !important
}

a.header-element:hover {
    color: var(--blue)
}

.header-icon {
    background: var(--gray-100)
}

.header-icon svg {
    stroke: var(--blue);
    fill: transparent;
    width: 1.75rem;
    height: 1.75rem
}

.header-icon:hover {
    background: var(--gray-50)
}

.header-icon-whatsapp svg {
    stroke: transparent;
    fill: var(--blue)
}

.header-menu__item {
    position: relative
}

@media (max-width:991px) {
    .header-menu {
        margin-bottom: 2.5rem
    }
}

.header-phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.header-phone__label {
    margin-bottom: .25rem;
    font-size: .875rem;
    color: var(--gray)
}

.header-phone-link {
    font-size: 1.375rem;
    color: var(--black)
}

@media (min-width:991px) {
    .dropdown-menu {
        width: 19.25rem;
        display: flex;
        flex-direction: column;
        border-radius: 1rem;
        background: var(--white);
        z-index: 2;
        left: -7.75rem;
        box-shadow: 0 0 .25rem rgba(0, 0, 0, .04), 0 .5rem 1rem rgba(0, 0, 0, .08);
        transition: all .25s linear;
        padding: .875rem .75rem;
        pointer-events: none
    }
}

.dropdown-menu:before {
    content: "";
    width: 100%;
    height: .625rem;
    top: -.625rem;
    background: 0 0;
    position: absolute;
    left: 0
}

@media (max-width:991px) {
    .dropdown-menu:before {
        display: none
    }
}

@media (max-width:991px) {
    .dropdown-menu {
        display: none;
        padding: 0;
        margin-top: .625rem;
        flex-direction: column;
        gap: .875rem
    }
}

@media (min-width:991px) {
    .dropdown-menu__link {
        padding: .625rem .75rem;
        border-radius: .75rem;
        display: block
    }
}

.dropdown-menu__link.active,
.dropdown-menu__link:hover {
    background: var(--gray-50)
}

.header-menu__item-dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto
}

.header-menu__item-dropdown.active .icon {
    transform: rotate(180deg)
}

.header-menu__item-dropdown.active .dropdown-menu {
    display: flex
}

.header-menu__link:hover {
    color: var(--blue)
}

@media (max-width:991px) {
    .header-main {
        pointer-events: none;
        top: 0;
        left: 0;
        height: 100dvh;
        width: 100%;
        transition: all .25s linear;
        background: var(--white);
        z-index: 11;
        padding: 1.25rem 1rem;
        overflow: auto
    }
}

.header-close {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.header-close svg {
    width: .9375rem;
    height: .9375rem;
    stroke: var(--black)
}

.header-menu__link {
    font-size: 1.125rem
}

@media (max-width:991px) {
    .header-menu__items {
        flex-direction: column;
        gap: 2rem
    }
}

.form-search-mobile {
    background: var(--gray-50);
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center
}

.form-search-mobile input {
    padding: 0 1.25rem;
    width: 100%;
    height: 100%
}

.button-search {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem
}

.button-search svg {
    fill: transparent;
    stroke: var(--blue)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: $themeColor
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 75rem
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 75rem
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: .0625rem;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: .0625rem;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 2.625rem;
    height: 2.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.3125rem;
    margin-top: -1.3125rem;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: .25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.footer {
    padding: 2.5rem 0;
    background: var(--gray-50)
}

.footer-head {
    margin-bottom: 4.25rem
}

@media (max-width:1240px) {
    .footer-head {
        margin-bottom: 3.125rem
    }
}

@media (max-width:991px) {
    .footer-head {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 2.5rem
    }
}

@media (max-width:1240px) {
    .footer-logo {
        width: 14.375rem
    }
}

@media (max-width:991px) {
    .footer-logo {
        margin-bottom: 2.5rem
    }
}

@media (max-width:991px) {
    .footer-menu {
        width: 100%
    }
}

.footer-menu__items {
    display: flex;
    gap: 4.25rem
}

@media (max-width:1240px) {
    .footer-menu__items {
        gap: 2.25rem
    }
}

@media (max-width:991px) {
    .footer-menu__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }
}

.footer-menu__link:hover {
    color: var(--blue)
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    margin-bottom: 2.5rem;
    border-bottom: .0625rem solid rgba(161, 161, 162, .5)
}

@media (max-width:1240px) {
    .footer-main {
        padding-bottom: 4.375rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width:991px) {
    .footer-main {
        padding-bottom: 3rem;
        margin-bottom: 1.75rem;
        flex-direction: column;
        gap: 1.25rem
    }
}

.footer-label {
    color: var(--gray);
    margin-bottom: .25rem
}

.footer-link {
    display: inline-block
}

.footer-link:hover {
    color: var(--blue)
}

.footer-final {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .footer-final {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.footer-agreed {
    color: var(--gray);
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .footer-agreed {
        align-items: flex-start;
        flex-direction: column-reverse
    }
}

.footer-politic {
    color: var(--gray);
    margin-left: .5rem
}

.footer-politic:hover {
    color: var(--blue)
}

@media (max-width:991px) {
    .footer-politic {
        margin-bottom: .375rem;
        margin-left: 0
    }
}

.footer-developer {
    display: flex;
    opacity: .5
}

.footer-developer:hover {
    opacity: 1
}

@media (max-width:991px) {
    .footer-developer {
        margin-bottom: 1.75rem;
        width: 7.75rem
    }
}