/* base page style */
html.no-scroll {
    overflow: hidden;
}

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

.footer-info span {
    color: #16172C;
}
.team-sl{
    height: 500px;
}
.footer-social span {
    color: #16172C;
}

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


body {
    background: #FFFFFF;
    overflow-x: hidden;
}

.banner-swiper {
    pointer-events: fill!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;
}

/* banner style */

.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: 54px;
}


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

.marq {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    background: #E36C53;
    overflow: hidden;

}

.maqr-wr {
    flex-shrink: 0;
    gap: 5px;
    font-family: Avenir Next;
    font-weight: 600;
    align-items: center;
    display: flex;
    font-style: Demi Bold;
    font-size: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.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-title h2 {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    margin-top: 16px;
    letter-spacing: 0%;
    text-align: center;

}
.teaching-banner__content-title h3 {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    margin-top: 16px;
    letter-spacing: 0%;
    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;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    color: #16172C;
}


.teaching-banner__content-button {
    cursor: pointer;
    margin: 0;
    font-family: Avenir Next;
    width: auto;
    padding: 24px 126px;
    background-color: #E36C53;
    border: 1px solid #E36C53;
    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: #E36C53;
}

.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(402px - 48px);
    background: linear-gradient(180deg, rgba(231, 231, 232, 0.5) 0%, rgba(255, 211, 202, 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: #e36c53;
}

.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);
}

/* its benefits 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: 402px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    ;
}

.audience__left-title h2 {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

}

.audience__left-list {
    display: flex;
    flex-direction: column;
    gap: 44px;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;
}

.audience__left-list .reg {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    padding: 24px 44px;
    width: fit-content;
    background-color: #E36C53;
    border: 1px solid #E36C53;
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
}

.audience__left-list .reg:hover {
    background-color: transparent;
    color: #e36c53;
}


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

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

.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;

}

.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: 100%;
}

.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;
}

.teasher-badge {
    position: absolute;
    background: #E36C53;
    padding: 8px;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    border-radius: 8px;
    left: 12px;
    top: 188px;
}

.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;

}

.program-structure {
    padding: 32px 0 32px 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 #FCF0EE;
    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: #E36C531A;
    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: 600;
    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__button:hover {
    background-color: #F2F2F2;
    color: #0353F0;
}

.benefits {
    margin: 128px 0;
}

.benefits__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.benefits__title {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #262555;
}

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

.benefits__item {
    background: #E36C531A;
    padding: 24px;
    width: calc(33% - 55px);
    height: calc(400px - 48px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
}

.benefits__item:hover {
    background: #E36C53;
}

.benefits__item:hover .desc {
    color: white;
}

.benefits__item:hover .title {
    color: white;
}


.benefits__item .desc {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.4s ease-in-out;

    line-height: 140%;
    letter-spacing: 0%;
    color: #262555;
}

.benefits__item .title {
    font-family: Fixel Display;
    font-weight: 700;
    transition: all 0.4s ease-in-out;

    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #262555;
}

/* about programs section */

.about-programs {
    margin: 128px 0;
}

.info-banner {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 44px;
    padding: 64px 0;
    border-radius: 16px;
    overflow: hidden;
}

.info-banner img {
    position: absolute;
    top: 0;
    left: 0;
    animation: fade 5s infinite ease-in-out;
    opacity: 0;
}

.info-banner .text-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 822px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.info-banner img:nth-child(1) {
    animation-delay: 0s;
}

.info-banner img:nth-child(2) {
    animation-delay: 2s;
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    10%,
    45% {
        opacity: 1;
    }
}

.info-banner .text-section h3 {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;

}

.info-banner .text-section .desc {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.info-banner .register {
    background: #FFFFFF;
    color: #262555;
    position: relative;
    z-index: 1;
}

.info-banner .register:hover {
    background: #262555;
    color: white;
}

.logos {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 128px 0;
}

/* section with fortam style */

.format {
    margin: 128px 0;
}

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

.format__item {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 50%;

}

.format__item h3 {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #262555;
}

.format__item .desc {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #262555;
}

/* style for whom section */

.whom {
    margin: 0;
}

.whom__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.whom__wrapper h2 {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #262555;
}

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

.whom__card {
    width: calc(25% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 24px;
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 20px 0px #FFFFFF26;
    background: #E36C5314;
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
}

.whom__card img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.whom__card:hover {
    scale: 1.04;
}

.whom__card span {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #262555;
}

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


.advertising-benefits {
    margin-top: 128px;
    margin-bottom: 128px;
    padding: 44px 64px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    border-radius: 16px;
}

.advertising-benefits h4 {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #E36C53;
}

.advertising-benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 8px;
    background: linear-gradient(135deg, #E36C53, #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-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: #E36C53;
}

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

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

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

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


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

.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: 600px;
    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: #262555;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.slider__item-desc p {
    text-align: center;
    font-family: Avenir Next;
    color: #262555;
    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;
}


.teachers__title h2 {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #262555;

}

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

.slider__item-position {
    padding: 12px;
    font-family: Avenir Next;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    color: #262555;
    background-color: #66BBF933;
}

.main-position {
    background: #E36C5333;
}

.swiper-buttons__icons {
    cursor: pointer;
    padding: 16px 24px;
    background-color: #E36C53;
    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: #E36C53;
    transform: translateY(-2px);
}

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

.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;
}



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

    .teaching-banner {
        margin-top: 67px;
        height:790px;
    }

    .services {
        margin: 64px 0;
    }

    .services-item-hovers {
        opacity: 1;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .services-item {
        background: #E36C53;
    }

    .audience {
        padding-bottom: 64px;
    }

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

    .reg.tablet {
        display: none;
    }

    .audience__left-title h2 {
        font-family: Fixel Display;
        font-weight: 700;
        font-style: Bold;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;

    }

    .audience__left-title h2 br {
        display: none;
    }



    .team-slider {
        margin: 0;
    }

    .program-structure__wrap {
        gap: 24px;
    }

    .program-structure__left-button span {
        font-size: 16px;
    }

    .program-structure__accordion {
        flex-direction: column;
        padding: 12px 0;
    }

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

    .program-structure__title h2 {
        font-family: Fixel Display;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;

    }

    .team-wrapper h3 {
        font-family: Fixel Display;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;

    }

    .team-wrapper {
        gap: 32px;
    }

    .audience__left-list {
        font-family: Avenir Next;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;

    }

    .audience__right {
        height: 300px;
    }

    .reg.mobile {
        display: block !important;
        font-family: Avenir Next;
        font-weight: 600;
        font-style: Demi Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        width: calc(100% - 32px);
        letter-spacing: 0%;
        text-align: center;
        color: white;
        padding: 16px;
        background-color: #E36C53;
        border-radius: 16px;
    }

    .services-item img {
        display: none;
        opacity: 0;
    }

    .services-item p {
        color: white;
        font-size: 20px;
    }

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

    }

    .teaching-banner__content h1 {
        font-weight: 700;
        font-style: Bold;
        font-size: 42px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: -2%;
        text-align: center;

    }

    .teaching-banner__content {
        gap: 32px;
    }

    .teaching-banner__content-list {
        gap: 0;
        align-items: unset;
    }

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

    .maqr-wr {
        font-weight: 600;
        font-style: Demi Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;

    }

    .teaching-banner__content h2 {
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: -2%;
        text-align: center;
    }
 .teaching-banner__content h3 {
        font-weight: 400;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: -2%;
        text-align: center;
    }
 .teaching-banner__content h3 br{
    display: none;
 }
    .logos {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 64px 0;
    }

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

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

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

    }

    .teachers__swiper {
        width: 100%;
    }


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

    .slider__item {
        height: 420px;
    }

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


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

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

    .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: 14px 22px;
        background-color: #E36C53;
        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);
    }

    .info-banner {
        gap: 24px;
        padding: 24px 24px;
    }

    .info-banner .text-section {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
    }

    .info-banner img {
        height: 100%;
    }

    .info-banner img:nth-child(1) {
        animation-delay: 0s;
    }

    .info-banner img:nth-child(2) {
        animation-delay: 2s;
    }

    @keyframes fade {

        0%,
        100% {
            opacity: 0;
        }

        10%,
        45% {
            opacity: 1;
        }
    }

    .info-banner .text-section h3 {
        font-family: Fixel Display;
        font-weight: 700;
        font-size: 30px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;

    }

    .info-banner .text-section .desc {
        font-family: Avenir Next;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }

    .info-banner .register {
        background: #FFFFFF;
        color: #262555;
        position: relative;
        z-index: 1;
    }

    .info-banner .register:hover {
        background: #262555;
        color: white;
    }

    .format {
        margin: 64px 0;
    }

    .format__wrapper {
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

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

    }

    .format__item h3 {
        font-size: 32px;
    }

    .format__item .desc {
        font-size: 16px;
    }

    .content {
        overflow: hidden;
    }

    .whom {
        margin: 0;
    }

    .advertising-benefits {
        margin: 64px 0;
    }

    .advertising-benefits {
        padding: 32px 24px;
    }

    .advertising-benefits__btns a {
        padding: 16px 20px;
        font-family: Avenir Next;
        font-weight: 600;
        font-style: Demi Bold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;

    }

    .advertising-benefits h4 {
        font-family: Fixel Display;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
    }

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

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

    .whom__cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex-wrap: wrap;
    }

    .whom__card {
        width: calc(100% - 32px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 16px;
    }

    .whom__card svg {
        width: 44px;
    }

    .whom__card span {
        font-family: Avenir Next;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: #262555;
    }

    .benefits {
        margin: 128px 0;
    }

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

    .benefits__title {
        font-size: 32px;
    }

    .benefits__items__wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
    }

    .benefits__item {
        background: #E36C531A;
        padding: 24px;
        width: calc(100% - 48px);
        height: auto;
        display: flex;
        gap: 32px;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 16px;
        transition: all 0.4s ease-in-out;
    }

    .benefits__item:hover {
        background: #E36C53;
    }

    .benefits__item:hover .desc {
        color: white;
    }

    .benefits__item:hover .title {
        color: white;
    }


    .benefits__item .desc {
        font-family: Avenir Next;
        font-weight: 500;
        font-size: 16px;
        transition: all 0.4s ease-in-out;

        line-height: 140%;
        letter-spacing: 0%;
        color: #262555;
    }

    .benefits__item .title {
        font-family: Fixel Display;
        font-weight: 700;
        transition: all 0.4s ease-in-out;

        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #262555;
    }



    .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);
    }

    .teaching-banner__content-button {
        padding: 24px;
        text-align: center;
        width: calc(100% - 48px);
    }

    .banner-swiper {
        width: 100%;
    }

    .services-item {
        height: 100%;
        gap: 20px;
    }



}
