html.no-scroll {
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}


.content {
    margin-bottom: 128px;
}

.team-sl {
    height: 476px;
}

.scrolled {
    transition: all 0.4s ease-in-out;
    background: #16172C !important;
}

.header {
    background: #16172C;
    transition: all 0.4s ease-in-out;
}

.teaching-banner-bg {
    filter: blur(16px);
}

.header-menu a.disable {
    color: #FFFFFF80;
}


.mail,
.tel {
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #16172C;
}

.header-menu a {
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

/*Teaching-banner Section*/

.teaching-banner {
    position: relative;
    width: 100%;
    height: 768px;
    overflow: hidden;
    margin-top: 104px;
}

.teaching-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teaching-banner__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #16172C0A;
    /*backdrop-filter: blur(4px);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.teaching-banner__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.teaching-banner__content-title {
    width: 100%
}

.teaching-banner__content-title h1 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 64px;
    line-height: 82px;
    font-weight: 700;
    text-align: center;
}

.teaching-banner__content-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    gap: 16px;
}

.teaching-banner__content-item {
    cursor: pointer;
    width: calc((100% - 16px * 3) / 4);
    background-color: #FFFFFFB2;
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    transition: transform 0.4s ease;
}

.teaching-banner__content-item:hover {
    transform: scale(1.05);
}

.teaching-banner__content-svg {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teaching-banner__content-desc p {
    font-family: Avenir Next;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #16172C;
    text-align: center;
}


.teaching-banner__content-button {
    cursor: pointer;
    margin: 0;
    font-family: Avenir Next;
    width: auto;
    padding: 24px 126px;
    background-color: #0353F0;
    border: 1px solid #0353F0;
    color: #FFFFFF;
    border-radius: 16px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    transition: background-color 0.4s ease;
}

.teaching-banner__content-button:hover {
    background-color: #F2F2F2;
    color: #0353F0;
}


/*Benefits section*/
.services {
    margin-top: 120px;
    margin-bottom: 120px;
}

.services h2 {
    font-family: Fixel Display;
    color: #16172C;
    margin-bottom: 64px;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;

}

.services__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.services-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    height: calc(350px - 48px);
    width: calc(298px - 48px);
    background: linear-gradient(180deg, rgba(235, 241, 254, 0.5) 0%, rgba(205, 222, 255, 0.5) 100%);
    backdrop-filter: blur(100px);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;


}

.services-item:hover .services-item-hovers {
    opacity: 1;
}

.services-item:hover {
    background: #0353F0;
}

.services-item:hover p {
    color: white;
}

.services-item img {
    transition: all 0.4s ease-in-out;
}

.services-item:hover img {
    opacity: 0;
}

.services-item svg {
    transition: all 0.4s ease-in-out;
}

.services-item:hover svg {
    opacity: 0;
}

.services-item p {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: #16172C;
    line-height: 120%;
    letter-spacing: 0%;
    transition: all 0.4s ease-in-out;

}

.services-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.services-item-hovers {
    opacity: 0;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 48px);
}


/*Audience Section*/
.audience {
    padding-bottom: 128px;
    width: 100%;
    position: relative;
}

.audience__wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.audience__left {
    max-width: 507px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.audience__left-title h2 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.audience__left-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.audience__left-item {
    padding: 8px 0 8px 16px;
    border-left: 1px solid #0353F0;
}

.audience__left-item p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.audience__right {
    max-width: 612px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 575px;
}

.audience__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.audience__right__navs {
    display: flex;
    width: calc(100% - 48px);
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 24px;
    justify-content: space-between;
}

.audience__right__navs svg {
    cursor: pointer;
}

.advertising {
    padding: 51px 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    border-radius: 16px;
}

.advertising::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 6px;
    background: linear-gradient(135deg, #124cfe, #b9d4f9);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}




.advertising__title {
    z-index: 1;
    width: 100%;
    text-align: center;
}

.advertising__title h3 {
    z-index: 1;
    font-family: Fixel Display;
    color: #16172C;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    margin: 0 auto;
    line-height: 120%;
    letter-spacing: 0%;
    max-width: 824px;
    text-align: center;
    text-transform: uppercase;

}

.advertising__desc p {
    z-index: 1;
    position: relative;
    text-align: center;
    font-family: Avenir Next;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.advertising__button {
    z-index: 1;
    background: #0353F0;
    padding: 24px 44px;
    transition: all 0.4s ease-in-out;
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    border-radius: 16px;
    text-align: center;
    color: #FFFFFF;

}

.advertising__button:hover {
    background-color: #F2F2F2;
    color: #0353F0;
}

/*Teachers Section*/
.teachers {
    padding-top: 128px;
}

.teachers__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    overflow: hidden;
}

.teachers__title h2 {
    text-align: center;
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.teachers__swiper {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {}

.swiper-slide-active .slider__item-image {
    width: 350px;
    height: 350px;
}

.slider__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 457px;
    border-radius: 16px;
}

.slider__item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.slider__item-image {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.4s ease, height 0.4s ease;
}

.slider__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 900px;
    object-position: top;
    transition: transform 0.4s ease;
}

.slider__item-title h6 {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.slider__item-desc p {
    text-align: center;
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.swiper-buttons {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}


.swiper-button-prev,
.swiper-button-next {
    all: unset !important;
}

.swiper-buttons__icons {
    cursor: pointer;
    padding: 16px 24px;
    background-color: #0353F0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s ease, transform 0.4s ease;
}

.swiper-buttons__icons:hover {
    background-color: #024ECF;
    transform: translateY(-2px);
}

.swiper-buttons__icons:active {
    background-color: #0144C2;
    transform: scale(0.95);
}


.reviews {
    padding-top: 128px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 100px;
    max-width: calc(1440px - 208px);
}

.reviews__wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.reviews__title {
    flex-shrink: 0;
    width: 100%;
    max-width: 507px;
}

.reviews__title h2 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.reviews__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    gap: 16px;
}

.reviews__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
    overflow: hidden;
}

.reviews__left .swiper-wrapper {
    max-width: 700px;
    align-items: unset!important;
}

.team-slider {
    position: relative;
    margin: 96px 0 0 0;
    overflow: hidden;
}

.team-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    overflow: hidden;
}

.team-wrapper h3 {
    font-family: Fixel Display;
    color: #16172C;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.team-wrapper h3 svg {
    cursor: pointer;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.team-sl .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: -webkit-fill-available;
}

.team-sl .swiper-slide img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.team-sl .swiper-slide .text-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-sl .swiper-slide .text-section .name {
    font-family: Fixel Display;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #16172C;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-sl .swiper-slide .text-section .position {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;

}

.reviews__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews__item {
    height: calc(319px - 64px);
    max-width: calc(700px - 64px);
    background-color: #E6EEFD;
    backdrop-filter: blur(100px);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.reviews__item.last {
    padding: 32px 32px 42px 32px;
}

.reviews__item-desc p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.reviews__item-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.reviews__item-img {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.reviews__item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviews__item-title h6 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}

.reviews__item-position {
    background-color: #0353F026;
    border-radius: 8px;
    padding: 8px 12px;
}

.reviews__item-position p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/*Program Structure*/
.program-structure {
    padding: 128px 0;
    width: 100%;
    position: relative;
}

.program-structure__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.program-structure__title {
    width: 100%;
    text-align: left;
}

.program-structure__title h2 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.program-structure__list {
    display: flex;
    flex-direction: column;
}

.program-structure__accordion {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #0353F033;
    display: flex;
    gap: 16px;
}

.program-structure__accordion.accordion {
    cursor: pointer;
}

.program-structure__left {
    max-width: 298px;
    width: 100%;
}

.program-structure__left-button {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0353F01A;
    border-radius: 900px;
    padding: 12px 24px;
}

.program-structure__left-button span {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.program-structure__right h6 {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 10.5px
}

.program-structure__right ul {
    margin-top: 16px;
    margin-left: 24px;
    list-style-type: disc;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
}

.program-structure__right li {
    margin-left: 24px;
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.program-structure__icon {
    height: 95px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-structure__icon svg {
    transition: transform 0.4s ease;
    transform: rotate(180deg);
}

.program-structure__icon svg.rotate-0 {
    transform: rotate(0deg);
}

/*Advertising-benefits Section*/
.advertising-benefits {
    padding: 44px 64px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    border-radius: 16px;
}

.advertising-benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 8px;
    background: linear-gradient(135deg, #124cfe, #b9d4f9);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.advertising-benefits__list {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.advertising-benefits__list-item {
    width: calc((100% - 16px *2)/3);
    background: #0353F026;
    padding: 24px 16px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border-radius: 24px;
}
.advertising-benefits__list-item img{
    max-width: 80px;
    height: auto;
    object-fit: cover;
}

.advertising-benefits__list-item-text {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #0353F0;
}

.advertising-benefits__btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advertising-benefits__btns a {
    padding: 24px 32px;
    border-radius: 16px;
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    height: calc(70px - 48px);
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    transition: all 0.4s ease-in-out;
}


.advertising-benefits__btns span {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #0353F0;
}

.advertising-benefits__btns a:first-of-type {
    color: white;
    border: 1px solid #0353F0;
    background: #0353F0;
}

.advertising-benefits__btns a:first-of-type:hover {
    color: #0353F0;
    background: white;
}

.advertising-benefits__btns a:nth-of-type(2) {
    color: #0353F0;
    border: 2px solid #0353F0;
    height: calc(70px - 52px);
}

.advertising-benefits__btns a:nth-of-type(2):hover {
    color: white;
    background: #0353F0;
    ;
}


.advertising-benefits__list-item img {
    object-fit: cover;
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    15%,
    65% {
        opacity: 0.8;
    }
}

.advertising-benefits__list {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.advertising-benefits__item {
    cursor: pointer;
    width: calc((100% - 16px * 2) / 3);
    background-color: #FFFFFF26;
    border-radius: 24px;
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    transition: transform 0.3s ease;
}

.advertising-benefits__item:hover {
    transform: scale(1.05);
}

.advertising-benefits__icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertising-benefits__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.advertising-benefits__title h6 {
    text-align: center;
    font-family: Avenir Next;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.advertising-benefits__title p {
    font-family: Avenir Next;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
}

.advertising-benefits__button {
    z-index: 1;
}

.advertising-benefits__button button {
    cursor: pointer;
    margin: 0;
    font-family: Avenir Next;
    width: 237px;
    padding: 24px 44px;
    background-color: #FFFFFF;
    color: #0353F0;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    transition: background-color 0.4s ease;
}

.advertising-benefits__button button:hover {
    background-color: #F2F2F2;
}


/*FAQ Section*/
.faq {
    padding: 128px 0 0 0;
    width: 100%;
    position: relative;
}

.faq__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.faq__title {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
}

.faq__title h2 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq__accordion {
    cursor: pointer;
    padding: 24px 0;
    border-bottom: 1px solid #0353F01A;
}

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

.faq__item-title h6 {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.faq__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq__item-icon svg {
    transition: transform 0.4s ease;
}

.faq__item-icon svg.rotate-180 {
    transform: rotate(180deg);
}

.faq__accordion-panel {
    margin-top: 24px;
    padding: 32px 16px;
    border-left: 1px solid #0353F0;
}

.faq__accordion-panel p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.faq__accordion-panel a {
    font-family: Avenir Next;
    color: #00665A;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #00665A;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

/*Form Popout*/

.form-popout {
    padding: 0 24px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: calc(100vw - 48px);
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(22, 23, 44, 0.6);
    backdrop-filter: blur(160px);
}

.form-popout__close {
    z-index: 1;
    border-radius: 900px;
    cursor: pointer;
    background-color: #0353F0;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -108px;
    transition: background-color 0.4s ease;
}

.form-popout__close:hover {
    background-color: #024EC0;
}

.form-popout__content {
    margin-top: 30%;
    margin-bottom: 100px;
    height: auto;
    max-width: calc(1240px - 128px);
    width: 100%;
    background-color: #0353F0B2;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 64px;
    transition: all .4s ease-in-out;
}

.form-popout__content img {
    border-radius: 32px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: fade 6s infinite ease-in-out;
    opacity: 0;
    filter: brightness(0.85);
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    15%,
    65% {
        opacity: 0.8;
    }
}

.form-popout__top {
    z-index: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.form-popout__top-title {
    max-width: 730px;
    width: 100%;
}

.form-popout__top-title h3 {
    font-family: Fixel Display;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.form-popout__top-desc {
    max-width: 338px;
    width: 100%;
}

.form-popout__top-desc p {
    font-family: Avenir Next;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.form-popout__form {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.form-popout__form-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-popout__form-label span {
    color: #FFFFFF;
    font-family: Avenir Next;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}

.form-popout__form-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.form-popout__form-input {
    background-color: #E6EEFD;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
}

.form-popout__form-input span {
    white-space: nowrap;
    color: #0353F0;
    font-family: Avenir Next;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.form-popout__form-input input {
    background-color: inherit;
    border: 0;
    padding: 0;
    width: 100%;
    color: #16172C;
    font-family: Avenir Next;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.form-popout__form-input input::placeholder {
    color: #16172C80;
    font-family: Avenir Next;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.form-popout__form-input input:focus {
    outline: none !important;
}

.form-popout__form-button {
    margin-top: 20px;
}

.form-popout__form-button button {
    cursor: pointer;
    margin: 0;
    font-family: Avenir Next;
    width: 100%;
    padding: 24px 44px;
    background-color: #FFFFFF;
    color: #0353F0;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    transition: background-color 0.4s ease;
}

.form-popout__form-button button:hover {
    background-color: #F2F2F2;
}


.form-popout-second {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(160px);
    background: #16172C;
}

.form-popout-second__close {
    z-index: 1;
    border-radius: 900px;
    cursor: pointer;
    background-color: #0353F0;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: background-color 0.4s ease;
}

.form-popout-second__close:hover {
    background-color: #024EC0;
}


.form-popout-second__content {
    height: auto;
    width: 100%;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    transition: all .4s ease-in-out;
}

.form-popout-second .links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 0 auto;
}

.form-popout-second .links a {
    width: 403px;
    height: 403px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF80;
    border-radius: 24px;
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.form-popout-second .links a:hover {
    background: #0353F0;
    color: #16172C;
}

.form-popout-second__content h3 {
    margin-top: 128px;
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.form-popout__form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-popout__form-container .error__container {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
}

.form-popout__form-input.error {
    border: 1px solid #FF0000;
}

.form-popout__form-container .error {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #FF0000;
}

.loader {
    width: 17px;
    height: 17px;
    border: 5px solid #0353F0;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.footer-info span {
    color: #16172C;
}

.footer-social span {
    color: #16172C;
}

.footer-info-links a {
    color: #16172C;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

@media screen and (max-width: 1024px) {
    .teaching-banner {
        height: 628px;
        margin-top: 68px;
    }

    .teaching-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .teaching-banner__container {
        position: absolute;
        top: 72px;
        display: flex;
        background-color: unset;
        height: calc(100% - 72px);
        align-items: start;
        justify-content: center;
    }

    .teaching-banner__content {
        gap: 32px;
    }

    .teaching-banner__content-title {
        width: calc(100% - 48px)
    }

    .teaching-banner__content-title h1 {
        font-family: Fixel Display;
        color: #FFFFFF;
        font-size: 36px;
        line-height: 130%;
        font-weight: 700;
        text-align: center;
    }

    .teaching-banner__content-list {
        width: calc(100% - 20px);
        padding-left: 20px;
        display: flex;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        overflow-x: auto;
        gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .teaching-banner__container .app-container{
        max-width: 100%;
    }

    .teaching-banner__content-list::-webkit-scrollbar {
        display: none;
    }

    .teaching-banner__content-item {
        width: calc(100% - 24px);
        padding: 16px 0;
        flex-shrink: 0;
        gap: 10px;
    }

    .teaching-banner__content-svg {
        width: 44px;
        height: 44px;
    }

    .teaching-banner__content-svg path {
        fill: white;
    }

    .teaching-banner__content-desc p {
        font-size: 16px;
    }



    .teaching-banner__content-button {
        width: calc(100% - 48px)!important;
    }

    .teaching-banner__content-button {
        cursor: pointer;
        margin: 0;
        text-align: center;
        font-family: Avenir Next;
        width: 100%;
        padding: 16px 0;
        font-size: 16px;
    }

    .benefits {
        padding: 64px 0;
    }

    .benefits__wrap {
        gap: 32px;
    }


    .benefits__title h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .benefits__list {
        flex-direction: column;
        gap: 16px;
    }

    .benefits__item {
        width: calc(100% - 48px);
        padding: 24px;
        gap: 44px;
    }

    .benefits__item-top p {
        font-size: 16px;
        line-height: 140%;
    }

    .services-item {
        width: calc(100% - 48px);
        padding: 24px;
        gap: 24px;
        height: calc(310px - 48px);
    }

    .services .app-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
    }

    .services-item p {
        font-size: 20px;
        line-height: 140%;
    }

    .team-slider {
        margin: 64px 0 10px 0;
    }
    .reviews__list{
        width: calc(100% - 32px)!important;
        max-width: 100%;
        margin: 0 auto;
    }
    .reviews__left .swiper-wrapper{
        align-items: unset;
        width: 100%;
        overflow: visible;
    }
    .reviews__item{
        width: calc(100% - 48px)!important;
    }

    .team-wrapper h3 {
        font-size: 32px;
        line-height: 120%;
    }

    .benefits__item-bottom p {
        font-size: 18px;
        line-height: 120%;
    }

    .audience {
        padding-bottom: 64px;
    }

    .services {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .services h2 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 24px;

    }

    .audience__wrap {
        width: 100%;
        flex-direction: column;
        gap: 32px;
    }

    .audience__left {
        max-width: 100%;
        gap: 32px;
    }

    .audience__left-title h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .audience__left-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .audience__left-item {
        padding: 8px 0 8px 16px;
    }

    .audience__left-item p {
        font-size: 16px;
        line-height: 140%;
    }

    .audience__right {
        max-width: 100%;
        width: 100%;
        height: 300px;
    }

    .advertising {
        padding: 24px;
        gap: 24px;
        width: calc(100% - 48px);
    }

    .advertising__title h3 {
        font-size: 22px;
        line-height: 120%;
    }

    .advertising img {
        width: 100%;
        height: 100%;
    }

    .advertising__desc p {
        font-size: 16px;
        line-height: 140%;
    }

    .advertising__button {
        z-index: 1;
        margin-top: 0;
    }

    .advertising__button button {
        margin: 0;
        width: fit-content;
        padding: 12px 24px;
        font-size: 16px;
    }

    .advertising__button button:hover {
        background-color: #F2F2F2;
    }

    .teachers {
        width: calc(100% + 64px);
        margin-left: -32px;
    }

    .teachers__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        overflow: hidden;
    }


    .teachers__swiper {
        width: 100%;
    }


    .swiper-slide-active .slider__item-image {
        width: 200px;
        height: 200px;
    }

    .slider__item {
        height: 360px;
    }

    .slider__item-image {
        width: 150px;
        height: 150px;
    }


    .slider__item-title h6 {
        font-size: 16px;
    }

    .slider__item-desc p {
        font-size: 16px;
    }

    .teachers__title h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;

    }

    .teachers {
        padding-top: 64px;
    }

    .swiper-buttons {
        position: relative;
        margin: 0 auto auto auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: none !important;
    }


    .swiper-button-prev,
    .swiper-button-next {
        all: unset !important;
    }

    .swiper-buttons__icons {
        cursor: pointer;
        padding: 16px 24px;
        background-color: #0353F0;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.4s ease, transform 0.4s ease;
    }

    .swiper-buttons__icons:hover {
        background-color: #024ECF;
        transform: translateY(-2px);
    }

    .swiper-buttons__icons:active {
        background-color: #0144C2;
        transform: scale(0.95);
    }

    .reviews {
        padding-top: 0;
        margin: 0;
        max-width: 100%;
    }

    .reviews__wrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }


    .reviews__title h2 {
        font-size: 32px;
        margin: 0 auto;
        line-height: 120%;
        text-align: center;
        font-weight: 700;
    }

    .reviews__list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .reviews__left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .reviews__right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .reviews__item {
        padding: 24px;
        height: auto;
    }


    .reviews__item.last {
        padding: 24px;
    }

    .reviews__item-desc p {
        font-size: 16px;
        line-height: 140%;
    }

    .reviews__item-card {
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 16px;
    }

    .reviews__item-img {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviews__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px;
    }

    .reviews__item-info {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .reviews__item-title h6 {
        font-family: Fixel Display;
        color: #16172C;
        font-size: 22px;
        line-height: 29px;
        font-weight: 700;
    }

    .reviews__item-position {
        background-color: #0353F026;
        border-radius: 8px;
        width: calc(100% + 32px);
        margin-left: -64px;
        padding: 8px 12px;
    }

    .reviews__item-position p {
        font-family: Avenir Next;
        color: #16172C;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .program-structure {
        padding: 64px 0;
    }

    .program-structure__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }


    .program-structure__title h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .program-structure__list {
        display: flex;
        flex-direction: column;
    }

    .program-structure__accordion {
        position: relative;
        padding: 16px 0;
        flex-direction: column;
    }


    .program-structure__left {
        max-width: 100%;
        width: 100%;
    }

    .program-structure__left-button {
        padding: 8px 12px;
    }

    .program-structure__left-button span {
        font-size: 18px;
        line-height: 140%;
    }

    .program-structure__right h6 {
        font-size: 18px;
        line-height: 140%;
        margin-top: 10.5px;
        font-weight: 500;
    }

    .program-structure__right ul {
        margin-top: 16px;
        margin-left: 16px;
    }

    .program-structure__right li {
        font-size: 16px;
    }

    .program-structure__icon {
        height: 95px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .program-structure__icon svg {
        transition: transform 0.4s ease;
        transform: rotate(180deg);
    }

    .program-structure__icon svg.rotate-0 {
        transform: rotate(0deg);
    }

    .content {
        overflow: hidden;
    }

    .advertising-benefits {
        padding: 24px;
        overflow: hidden;
        gap: 24px;
    }


    .advertising-benefits__list {
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .advertising-benefits__item {
        width: 100%;
        background-color: #FFFFFF26;
        padding: 24px 0;
        gap: 20px;
    }

    .advertising-benefits__icon {
        width: 44px;
        height: 44px;
    }

    .advertising-benefits__list-item {
        width: auto;
        background: #0353F026;
        padding: 24px 16px;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        border-radius: 24px;
    }

    .advertising-benefits__btns a {
        height: auto;
        padding: 12px;
        font-size: 14px;
    }

    .advertising-benefits__title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .advertising-benefits__title h6 {
        text-align: center;
        font-family: Avenir Next;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 140%;
        font-weight: 600;
    }

    .advertising-benefits__title p {
        font-family: Avenir Next;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 140%;
        font-weight: 400;
    }

    .advertising-benefits__button {
        z-index: 1;
        width: 100%;
    }

    .advertising-benefits__button button {
        cursor: pointer;
        margin: 0;
        font-family: Avenir Next;
        width: 100%;
        padding: 12px 0;
        font-size: 16px;
    }

    .advertising-benefits__button button:hover {
        background-color: #F2F2F2;
    }

    .faq {
        padding: 64px 0 0 0;
        width: 100%;
        position: relative;
    }

    .faq__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }


    .faq__title h2 {
        font-size: 32px;
    }


    .faq__accordion {
        padding: 16px 0;
    }


    .faq__item-title h6 {
        font-family: Avenir Next;
        color: #16172C;
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
    }


    .faq__accordion-panel {
        margin-top: 16px;
        padding: 32px 8px;
        border-left: 1px solid #0353F0;
    }

    .faq__accordion-panel p {
        font-family: Avenir Next;
        color: #16172C;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
    }

    .content {
        margin-bottom: 64px;
    }

    .form-popout-second__close {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        transition: background-color 0.4s ease;
    }

    .form-popout-second__close:hover {
        background-color: #024EC0;
    }

    .form-popout-second__content {
        height: auto;
        width: calc(100% - 48px);
        border-radius: 32px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 44px;
        transition: all .4s ease-in-out;
    }

    .form-popout-second__content .links {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        margin: 0 auto;
    }

    .form-popout-second__content .links a {
        width: 100%;
        height: 150px;
        font-size: 20px;
    }


    .form-popout-second__content h3 {
        margin-top: 128px;
        font-size: 32px;
    }

    .form-popout-second__content img {
        border-radius: 32px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: fade 6s infinite ease-in-out;
        opacity: 0;
        filter: brightness(0.85);
    }
}
