@import "fonts.css";
@import "reset.css";
@import "global.css";

@import "header.css";
@import "footer.css";

/* ============================================= */

.hero {
    position: relative;
}

.button__consultation {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 152px;
    left: 123px;
    border-radius: 50%;
    box-shadow: 0px 7px 20px -7px #00e0ff;
    background: linear-gradient(180.00deg, #03e1ffa8, #13cdc2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.button__consultation::before {
    content: 'Бесплатная консультация';
    position: absolute;
    top: 245px;
    width: 281px;
    height: 13px;
    transform: rotate(-90.00deg);
    color: rgba(0, 224, 255, 1);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.button__consultation:hover.button__consultation::before {
    opacity: 1;
    visibility: initial;
}

.button__consultation-animation {
    background: var(--accent-text);
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: move-consultation;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes move-consultation {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.hero__inner {
    position: relative;
}

.hero__inner::before {
    content: '';
    position: absolute;
    top: -506px;
    left: -132px;
    display: block;
    width: 438px;
    height: 438px;
    filter: blur(110px);
    background: #00e0ff;
    opacity: 0.16;
}

.hero__inner::after {
    content: '';
    position: absolute;
    top: 541px;
    left: 406px;
    display: block;
    width: 451px;
    height: 451px;
    filter: blur(120px);
    background: #00e0ff;
    opacity: 0.28;
    z-index: 1;
}

.header__hero-img-1 {
    position: absolute;
    top: -140px;
    left: 595px;
    mix-blend-mode: lighten;
}

.header__hero-img-2 {
    position: absolute;
    top: -478px;
    left: 275px;
    mix-blend-mode: lighten;
}

.header__hero-img-3 {
    position: absolute;
    top: 354px;
    left: -1259px;
    mix-blend-mode: lighten;
}

.hero__glare {
    position: absolute;
    top: -59px;
    left: 784px;
}

.hero__glare-1 {
    position: absolute;
    top: 17px;
    left: -9px;
    width: 438px;
    height: 438px;
    filter: blur(247px);
    background: #00e0ff;
    opacity: 0.16;
}

.hero__glare-2 {
    position: absolute;
    top: 347px;
    left: 378px;
    width: 305px;
    height: 305px;
    filter: blur(247px);
    background: #00e0ff;
    opacity: 0.32;
}

.hero__glare-3 {
    position: absolute;
    top: 671px;
    left: 522px;
    width: 18px;
    height: 18px;
    filter: blur(247px);
    background: #00e0ff;
    opacity: 0.32;
    z-index: 1;
}

.hero__glare-4 {
    position: absolute;
    left: 37px;
    width: 18px;
    height: 18px;
    filter: blur(10px);
    background: #00e0ff;
    z-index: 1;
}

.hero__glare-5 {
    position: absolute;
    top: 43px;
    left: 295px;
    width: 18px;
    height: 18px;
    filter: blur(8px);
    background: #ffef5a59;
    z-index: 1;
}

.hero__glare-6 {
    position: absolute;
    top: 182px;
    left: 73px;
    width: 18px;
    height: 18px;
    filter: blur(10px);
    background: #ffb800;
    z-index: 1;
}

.hero__glare-7 {
    position: absolute;
    top: 278px;
    width: 18px;
    height: 18px;
    filter: blur(11px);
    background: #00e0ff;
    z-index: 1;
}

.hero__glare-8 {
    position: absolute;
    top: 496px;
    left: 694px;
    width: 18px;
    height: 18px;
    filter: blur(4px);
    background: #00e0ff4d;
    z-index: 1;
}

.hero__glare-9 {
    position: absolute;
    top: 269px;
    left: 504px;
    width: 18px;
    height: 18px;
    filter: blur(8px);
    background: #00e0ff;
    z-index: 1;
}

.hero__glare-10 {
    position: absolute;
    top: 377px;
    left: 46px;
    width: 18px;
    height: 18px;
    filter: blur(8px);
    background: #ffc700;
    z-index: 1;
}

.hero__glare-11 {
    position: absolute;
    top: 34px;
    left: 557px;
    width: 18px;
    height: 18px;
    filter: blur(8px);
    background: #00e0ff;
    z-index: 1;
}

.hero__glare-12 {
    position: absolute;
    top: 627px;
    left: 160px;
    width: 18px;
    height: 18px;
    filter: blur(12px);
    background: #00e0ff;
    z-index: 1;
}

.hero__glare-13 {
    position: absolute;
    top: 370px;
    left: 378px;
    width: 18px;
    height: 18px;
    filter: blur(5px);
    background: #00e0ff;
    z-index: 1;
}

.hero__content {
    padding-bottom: 178px;
    position: relative;
}

.hero__span {
    color: #747d81;
    font-size: 18px;
    font-weight: 600;
}

.hero__title {
    background: linear-gradient(180.00deg, #ffffff 32%, #1a3031 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 108px;
    padding-left: 3px;
    margin-bottom: 18px;
}

.hero__text {
    max-width: 580px;
    font-size: 18px;
    margin-bottom: 80px;
}

.advantage {
    display: flex;
    gap: 33px;
}

.border {
    padding: 2px;
    box-sizing: border-box;
    background: linear-gradient(80deg, #00e0ff1c, #4abcec, #00e0ff0d 100%);
}

.hero__border {
    border-radius: 14px;
    max-width: 75px;
    width: 100%;
    height: 75px;
}

.advantage-img {
    max-width: 71px;
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 12px;
    background: linear-gradient(180deg, #0d4a55, #0b3d49 100%);
    position: relative;
}

.advantage-img>img {
    position: absolute;
    bottom: 20%;
}

.advantage__text {
    max-width: 472px;
    font-size: 18px;
    margin-bottom: 123px;
}

.advantage__text-1 {
    margin-bottom: 10px;
}

.advantage__text-2 {
    color: var(--accent-text);
}

.button {
    position: relative;
    border-radius: var(--border-radius-button);
    box-shadow: 0px 7px 20px -7px #00e0ff;
    background: linear-gradient(180.00deg, #03e1ffa8, #13cdc2 100%);
    padding: 22px 30px 25px;
    letter-spacing: 3.5px;
    color: var(--general-text);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: var(--transition);
    z-index: 1;
}

.button::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-button);
    box-shadow: 0px 7px 21px -7px #00e0ff;
    background: linear-gradient(180.00deg, #03e2fff9, #13cdc1a1 100%);
    transition: var(--transition);
    z-index: -1;
}

.button:hover::before {
    opacity: 1;
}

/* ======================================================= */

.main {
    flex-grow: 1;
}

.main__reasons {
    background: #000000;
    position: relative;
}

.main__reasons-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335cc, #0c373dcc 100%);
    position: absolute;
}

.reasons__inner {
    padding: 124px 0px;
    position: relative;
}

.reasons__title {
    max-width: 776px;
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 58px;
}

.reasons__content-flex-1 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.reasons__content-flex-2 {
    display: flex;
    gap: 20px;
}

.reasons__border-1 {
    max-width: 285px;
    width: 100%;
    height: 212px;
    border-radius: var(--border-radius-img2);
    position: relative;
}

.reasons__border-2 {
    max-width: 387px;
    width: 100%;
    height: 217px;
    border-radius: var(--border-radius-img2);
    position: relative;
}

.reasons__border-glare-1 {
    position: absolute;
    top: 97%;
    left: 15%;
    width: 41px;
    height: 10px;
    filter: blur(4px);
    background: #03e1ffa8;
    transition: 0.5s;
}

.reasons__border-glare-2 {
    position: absolute;
    top: 97.5%;
    left: 10%;
    width: 41px;
    height: 10px;
    filter: blur(4px);
    background: #03e1ffa8;
    transition: 0.5s;
}

.reasons__border-1:hover .reasons__border-glare-1 {
    left: 70%;
}

.reasons__border-2:hover .reasons__border-glare-2 {
    left: 78%;
}

.reasons__cell-1 {
    background: linear-gradient(180deg, #0d4a55, #0b3d49 100%);
    border-radius: var(--border-radius-img);
    width: 100%;
    height: 100%;
}

.reasons__cell-2 {
    background: linear-gradient(180deg, #0d4a55, #0b3d49 100%);
    border-radius: var(--border-radius-img);
    width: 100%;
    height: 100%;
}

.reasons__cell-container {
    padding: 34px 36px 0px;
}

.reasons__img {
    margin-bottom: 15px;
}

.reasons__text-1 {
    max-width: 205px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.reasons__text-2 {
    max-width: 305px;
    font-size: 15px;
    font-weight: 500;
}

/* ======================================================= */

.main__intelligence {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.main__intelligence-img {
    position: absolute;
    top: 217px;
    left: 495px;
}

.intelligence__img-bg {
    top: 100px;
    left: 5px;
    background-size: cover;
    background-position: top center;
    position: absolute;
    background-image: url(../img/decor/intelligence-glare.png);
    width: 754px;
    height: 542px;
    animation: move-bg 5s infinite alternate linear;
    pointer-events: none;
}

@keyframes move-bg {
    0% {
        transform: rotateX(30deg) rotateY(10deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(10deg);
    }
}

.intelligence__img-glare-1 {
    position: absolute;
    top: 73px;
    left: 453px;
    width: 305px;
    height: 305px;
    filter: blur(125px);
    background: #ffa800;
    opacity: 0.32;
}

.intelligence__img-glare-2 {
    position: absolute;
    top: 215px;
    left: 793px;
    width: 305px;
    height: 305px;
    filter: blur(120px);
    background: #00e0ff;
    opacity: 0.32;
}

.main__intelligence-img-ai {
    box-shadow: inset 0px 0px 110px 14px #000000;
    mix-blend-mode: lighten;
}

.main__intelligence-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335e6, #043a41e6 100%);
    position: absolute;
}

.intelligence__inner {
    position: relative;
    padding: 117px 0px;
}

.intelligence__title {
    max-width: 776px;
    width: 100%;
    height: 126px;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.intelligence-check {
    margin-bottom: 69px;
}

.intelligence-check__item {
    display: flex;
    align-items: start;
    gap: 19px;
    background: linear-gradient(90.00deg, rgba(31.237504959106445, 63.08890151977539, 76.5, 0.54), rgba(30.777082443237305, 74.94816589355469, 93.5, 0) 100%);
    padding: 20px 24px;
    margin-bottom: 5px;
}

.intelligence-check__item:last-child {
    margin-bottom: 0px;
}

.intelligence-check__item-text--1 {
    max-width: 624px;
    width: 100%;
}

.intelligence-check__item-text--2 {
    max-width: 559px;
    width: 100%;
}

.intelligence-check__item-text--3 {
    max-width: 505px;
    width: 100%;
}

.intelligence-check__item-text--4 {
    max-width: 430px;
    width: 100%;
}

.intelligence-check__item-text {
    color: var(--general-text);
    font-size: 15px;
}

/* ======================================================= */

.main__info {
    background: #000000;
    position: relative;
    z-index: -1;
}

.main__info-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335cc, #0c373dcc 100%);
    position: absolute;
    z-index: -1;
}

.info__inner {
    padding: 104px 0 132px;

}

.info__title {
    max-width: 776px;
    width: 100%;
    height: 126px;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.info__table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 20px;
    row-gap: 49px;

}

.info__img-border {
    border-radius: var(--border-radius-img2);
    max-width: 289px;
    width: 100%;
    height: 207px;
    position: relative;
}

.info__border-glare {
    position: absolute;
    top: 97%;
    left: 15%;
    width: 41px;
    height: 10px;
    filter: blur(4px);
    background: #03e1ffa8;
}

.info__bg-img-1 {
    background: #000000;
    border-radius: var(--border-radius-img);
}

.info__bg-img-2 {
    background: linear-gradient(-47.00deg, #022335cc, #0c373dcc 100%);
    border-radius: var(--border-radius-img);
}

.info__bg-img-2>img {
    max-width: 285px;
    max-height: 203px;
    box-sizing: border-box;
    border-radius: var(--border-radius-img);
    object-fit: none;
    pointer-events: none;
}

.info__item-cell {
    padding: 34px 22px 0px 0px;
}

.info__item-cell--2 {
    padding: 16px 30px 0px 49px;
}

.info__text {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
}

/* ==================================================== */

.main__why {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.main__why-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335, #043a41 100%);
    position: absolute;
}

.why__inner {
    position: relative;
    padding: 100px 0 116px;
}

.why__glare-1 {
    position: absolute;
    width: 380px;
    height: 380px;
    filter: blur(120px);
    background: #00e0ff;
    top: -93px;
    left: 1300px;
    opacity: 0.1;
}

.why__glare-2 {
    position: absolute;
    width: 380px;
    height: 380px;
    filter: blur(120px);
    background: #00e0ff;
    top: 234px;
    left: 860px;
    opacity: 0.24;
}

.main__why-img {
    position: absolute;
    top: 129px;
    left: 502px;
    box-shadow: inset 100px 0px 143px 76px #000000;
    mix-blend-mode: lighten;
}

.main__why-img::after {
    content: "";
    top: 52px;
    left: 230px;
    background-size: cover;
    background-position: top center;
    position: absolute;
    background-image: url(../img/decor/glare.png);
    width: 754px;
    height: 542px;
    animation: move-bg 5s infinite alternate linear;
    pointer-events: none;
}

@keyframes move-bg {
    0% {
        transform: rotateX(30deg) rotateY(10deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(10deg);
    }
}

.why__title {
    max-width: 871px;
    width: 100%;
    height: 126px;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.why__reasons {
    margin-bottom: 53px;
}

.why__reasons-item {
    display: flex;
    align-items: start;
    gap: 21px;
    margin-bottom: 22px;
}

.why__reasons-item:last-child {
    margin-bottom: 0px;
}

.why__reasons-text {
    position: relative;
    padding-top: 11px;
    max-width: 633px;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
}

.why__reasons-text::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -12px;
    width: 41px;
    height: 10px;
    filter: blur(6px);
    background: #03e1ffa8;
}

/* ==================================================== */

.main__list {
    background: #000000;
    position: relative;
}

.main__list-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335cc, #0c373dcc 100%);
    position: absolute;
}

.list__inner {
    position: relative;
    padding: 103px 0 109px;
}

.list__title {
    max-width: 1200px;
    width: 100%;
    height: 126px;
    font-size: 54px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: -40px;
}

.list__inner-text {
    max-width: 580px;
    width: 100%;
    height: 23px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 27px;
}

.program__tab-content {
    margin-bottom: 81px;
}

.accordion-list__item {
    margin-bottom: 18px;
}

.accordion-list__item:last-child {
    margin-bottom: 0px;
}

.accordion-list__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    max-width: 1200px;
    width: 100%;
    height: 56px;
    padding: 0 15px;
    border-radius: 6px;
    background: linear-gradient(-47.00deg, #073447, #08262b 100%);
    transition: var(--transition);
}

.accordion-list__control-title {
    position: relative;
    max-width: 1048px;
    width: 100%;
    height: 23px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-left: 28px;
}

.accordion-list__control-title::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px #00e0ff8f;
    background: linear-gradient(180.00deg, #00e0ff, #4a8bec 100%);
}

.control-title__span {
    color: var(--accent-text);
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-left: 8px;
}

.control-title__span-development {
    width: 102px;
    height: 17px;
    padding: 0 4px;
    margin-left: 10px;
    background: var(--accent-text);
    color: rgba(8, 38, 43, 1);
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
}

.accordion-list__control-border {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.accordion-list__control-icon-1 {
    position: relative;
    background: #073447;
    height: 100%;
    border-radius: 4px;
}

.accordion-list__control-icon-2 {
    position: absolute;
    background: linear-gradient(180.00deg, #00e0ff1c, #00e0ff0d 100%);
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-list__control-icon-2 svg {
    transition: var(--transition);
}

.accordion-list__item--opened .accordion-list__control-icon-2 svg {
    transition: var(--transition);
    transform: rotate(180deg);
}

.accordion-list__content {
    max-height: 0px;
    overflow: hidden;
    transition: var(--transition);
}

.accordion-content {
    padding: 34px 0;
}

.accordion-content__item {
    display: flex;
    align-items: start;
    justify-content: left;
    gap: 16px;
    margin-bottom: 40px;
}

.accordion-content__item:last-child {
    margin-bottom: 0;
}

.accordion-content__item-number {
    width: 27px;
    height: 27px;
    background: rgba(74, 188, 236, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #08262b;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;

    flex-shrink: 0;
}

.accordion-content__item-info {
    padding-top: 5px;
}

.accordion-content__title {
    max-width: 1157px;
    width: 100%;
    height: auto;
    color: var(--accent-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    margin-bottom: 14px;
}

.accordion-content__item-text {
    max-width: 1157px;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}

/* ============================================== */

.main__author {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.main__author-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335, #043a41 100%);
    position: absolute;
}

.author__inner {
    position: relative;
    padding: 100px 0;
}

.author__img {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 581px;
}

.author__img::after {
    content: "";
    top: -599px;
    left: -28px;
    background-size: cover;
    background-position: top center;
    position: absolute;
    background-image: url(../img/decor/author_glare.png);
    width: 801px;
    height: 528px;
    animation: move-bg 5s infinite alternate linear;
    pointer-events: none;
}

@keyframes move-bg {
    0% {
        transform: rotateX(30deg) rotateY(10deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(10deg);
    }
}

.author__img-glare {
    position: absolute;
    width: 359px;
    height: 359px;
    top: -563px;
    left: 0;
    filter: blur(90px);
    background: #00e0ff1a;
}

.author__img-bg {
    position: absolute;
    top: -628px;
    left: -86px;
    mix-blend-mode: lighten;
}

.author__img-man {
    position: absolute;
    top: -672px;
}

.author__person {
    position: absolute;
    top: -141px;
    left: 250px;
}

.author__name {
    width: 184px;
    height: 20px;
    color: var(--accent-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 7px;
}

.author__job-title {
    width: 143px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.author__title {
    width: 871px;
    height: 126px;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: -19px;
}

.author-inner__content {
    max-width: 488px;
    width: 100%;
    height: 429px;
}

.author-inner__content-text {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.author-inner__content-text::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -12px;
    width: 41px;
    height: 10px;
    filter: blur(6px);
    background: #03e1ffa8;
}

/* =============================================== */

.main__school {
    background: #000000;
    position: relative;
}

.main__school-background {
    width: 100%;
    height: 100%;
    transform: rotate(-180.00deg);
    background: linear-gradient(-47.00deg, #022335cc, #0c373dcc 100%);
    position: absolute;
}

.school__inner {
    position: relative;
    padding: 91px 0 49px;
}

.school__head {
    display: flex;
    justify-content: space-between;
}

.school__title {
    width: 776px;
    font-size: 54px;
    text-align: left;
    text-transform: uppercase;
}

.school__button {
    width: 213px;
}

.button-2 {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 224, 255, 1);
    border-radius: 9px;
    margin-top: 3px;
    width: 213px;
    color: var(--accent-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    transition: var(--transition);
}

.button-2:hover {
    box-shadow: 0px 7px 20px -7px var(--accent-text);
}

.nav__container {
    display: flex;
    justify-content: center;
}

.school__nav {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    gap: 15px;
    padding: 0 20px;
    position: absolute;
    top: 87px;
    z-index: 2;
}

.nav__prev,
.nav__next {
    background: var(--accent-text);
    cursor: pointer;
    border-radius: 50%;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: var(--transition);
}

.swiper-button-disabled.nav__prev,
.swiper-button-disabled.nav__next {
    background: rgba(8, 38, 43, 1);
    opacity: 0.7;
    cursor: auto;
}

.swiper-button-disabled.nav__prev:hover,
.swiper-button-disabled.nav__next:hover {
    box-shadow: none;
}

.nav__prev path,
.nav__next path {
    transition: var(--transition);
}

.nav__prev:hover,
.nav__next:hover {
    box-shadow: 0px 7px 21px -7px #00e0ff;
}

.gallery__slider {
    padding-bottom: 84px;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: 387px;
    position: relative;
    box-sizing: border-box;
    object-fit: none;
    pointer-events: none;
    opacity: 0.5;
}

.swiper-slide-active.gallery__slide {
    opacity: 1;
}

.swiper-slide-img {
    position: relative;
    width: 387px;
    border-radius: var(--border-radius-img);
    margin-bottom: 29px;
}

.swiper-slide-img>img {
    width: 100%;
    border-radius: var(--border-radius-img);
}

.swiper-slide__glare {
    position: absolute;
    bottom: -3px;
    left: 12%;
    width: 41px;
    height: 10px;
    filter: blur(4px);
    background: #03e1ffa8;
}

.school__data {
    width: 87px;
    height: 19px;
    display: flex;
    gap: 7px;
    align-items: center;
    position: absolute;
    top: 21px;
    right: 25px;
}

.school__data-text {
    padding-top: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
}

.slide__info {
    max-width: 387px;
}

.slide-title {
    height: 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    margin-bottom: 18px;
}

.slide-text {
    height: 66px;
    background: linear-gradient(180.00deg, #ffffff 66%, #69686800 100%);
    ;
    -webkit-background-clip:
        text;
    -webkit-text-fill-color:
        transparent;
    background-clip:
        text;
    text-fill-color:
        transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    margin-bottom: 9px;
}

.details {
    display: block;
    width: 80px;
    height: auto;
    color: var(--accent-text);
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    text-decoration-line: underline;
}

/* ========================================== */

.main__job {
    background: #000000;
    position: relative;
}

.main__job-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(-47.00deg, #022335, #043a41 100%);
    position: absolute;
}

.job__inner {
    position: relative;
    padding: 91px 0 49px;
}

.job__head {
    display: flex;
    justify-content: space-between;
}

.job__title {
    width: 776px;
    font-size: 54px;
    text-align: left;
    text-transform: uppercase;
}

.job__button {
    width: 183px;
}

.job__nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    padding: 0 20px;
    position: absolute;
    top: 87px;
    z-index: 2;
}

/* ======================================================= */
/* ======================================================= */
/* ======================================================= */

@media (max-width: 1700px) {
    .button__consultation {
        position: fixed;
        top: 15%;
        left: 70%;
    }

    .button__consultation::after {
        display: none;
    }

    .header__top-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__hero-img-1 {
        top: -80px;
        left: 350px;
    }

    .hero__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intelligence__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .author__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .school__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .job__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* ----------------------------- */

    .button__up {
        left: 70%;
    }
}

@media (max-width: 1500px) {
    .info__table {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 0.7fr 1fr 0.7fr;
        justify-items: center;
        gap: 20px;
    }

    .info__img-border--1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .info__img-border--2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .info__img-border--3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .info__img-border--4 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .info__item--1 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .info__item--2 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .info__item--3 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .info__item--4 {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }

    .info__item {
        max-width: 289px;
        width: 100%;
        height: auto;
    }

    .info__item-cell {
        padding: 0;
    }

    .info__text {
        text-align: left;
    }
}

@media (max-width: 1200px) {

    .header__hero-img-1 {
        max-width: 1211px;
    }
}

@media (max-width: 1100px) {

    .reasons__text-1 {
        font-size: 12px;
    }

    .reasons__text-2 {
        font-size: 12px;
    }

    /* ------------------------------------ */

    .author__img {
        left: 20%;
    }

    .author-inner__content {
        margin-bottom: 600px;
    }
}

@media (max-width: 900px) {

    .button__consultation {
        display: none;
    }

    .button__up {
        display: none;
    }

    .nav {
        display: block;
        position: fixed;
        background: #000000ba;
        inset: 0;
        z-index: 10;
        padding: 26vh 15px 30px;
        font-size: 24px;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

    .nav__list {
        flex-direction: column;
        align-items: center;
    }

    .nav__item {
        margin-bottom: 50px;
    }

    .title-nav {
        font-size: 30px;
        width: 100%;
        font-weight: 500;
        text-align: left;
        text-transform: uppercase;
    }

    .body--opened-menu .nav {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }

    .burger-icon {
        top: 120px;
        display: flex;
        position: fixed;
        right: 40px;
    }

    /* ---------------------------------- */

    .hero__inner {
        display: flex;
        justify-content: center;
        margin-bottom: 70px;
    }

    .hero__content {
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .advantage {
        margin-bottom: 300px;
    }

    .advantage__text {
        text-align: left;
    }

    .header__hero-img-1 {
        max-width: 1500px;
        top: 40%;
        left: 0%;
    }

    .header__hero-img-1>img {
        width: 100%;
    }

    /* ---------------------------------- */

    .reasons__inner {
        padding: 50px 0px 70px;
    }

    .reasons__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .reasons__content {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .reasons__content-flex-1 {
        max-width: none;
        width: 100%;
        display: block;
    }

    .reasons__border-1 {
        max-width: none;
        height: auto;
        margin-bottom: 15px;
    }

    .reasons__cell-1 {
        padding-bottom: 25px;
    }

    .reasons__text-1 {
        max-width: none;
        font-size: 14px;
    }

    .reasons__content-flex-2 {
        max-width: none;
        width: 100%;
        display: block;
    }

    .reasons__border-2 {
        max-width: none;
        height: auto;
        margin-bottom: 15px;
    }

    .reasons__cell-2 {
        padding-bottom: 25px;
    }

    .reasons__text-2 {
        max-width: none;
        font-size: 14px;
    }

    /* ---------------------------------- */

    .intelligence__inner {
        padding-top: 70px;
        display: flex;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .intelligence__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
        margin-bottom: 25px;
    }

    .intelligence-check {
        margin-bottom: 550px;
    }

    .main__intelligence-img {
        max-width: 800px;
        width: 100%;
        top: 600px;
        left: 0px;
    }

    .main__intelligence-img-ai {
        width: 100%;
    }

    .main__intelligence-img-ai>img {
        width: 100%;
    }

    .intelligence-check__item-text {
        font-size: 14px;
    }

    /* -------------------------------------------- */

    .info__inner {
        padding-top: 70px;
    }

    .info__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    /* -------------------------------------------- */

    .why__inner {
        padding-top: 70px;
        display: flex;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .main__why-img {
        top: 40%;
        left: -200px;
    }

    .why__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .why__reasons {
        margin-bottom: 500px;
    }

    /* -------------------------------------------- */

    .list__inner {
        padding-top: 70px;
        display: flex;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 1200px;
        width: 100%;
    }

    .list__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .list__inner-text {
        max-width: 900px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .program__tab-content {
        max-width: 1200px;
        width: 100%;
    }

    /* -------------------------------------------- */

    .author__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    /* -------------------------------------------- */

    .gallery__slider {
        padding-bottom: 140px;
    }

    .swiper-slide {
        width: 300px;
    }

    .swiper-slide-img {
        width: 300px;
        border-radius: var(--border-radius-img);
    }

    .swiper-slide-img>img {
        width: 300px;
    }

    .school__inner {
        padding-top: 70px;
    }

    .school__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .button-2 {
        position: absolute;
        top: 580px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    /* -------------------------------------------- */

    .job__inner {
        padding-top: 70px;
    }

    .job__title {
        font-size: 44px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    /* -------------------------------------------- */

    .modal__window {
        max-width: 320px;
        padding: 17px 14px 22px;
        border-radius: 10px;
    }

    .modal__title {
        font-size: 22px;
    }

    .modal__form-label {
        margin-bottom: 19px;
    }

    .modal__form-label span {
        font-size: 13px;
    }

    .field__input--tel {
        padding: 21px 70px 16px;
    }

    .field__input--date {
        padding: 21px 100px 16px;
    }

    /* -------------------------------------------- */

    .modal__school-window {
        max-width: 320px;
        height: 530px;
        padding: 50px 20px;
        border-radius: 10px;
    }

    .modal__school-scroll {
        width: 100%;
        height: 450px;
        border-radius: var(--border-radius-img);
        overflow-y: auto;
    }

    .modal__school-slide {
        position: relative;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .modal__school-slide:last-child {
        margin-bottom: 10px;
    }

    .modal__school-slide-img {
        max-width: 299px;
        height: auto;
    }

    .modal__school-slide-img>img {
        width: 100%;
        border-radius: var(--border-radius-img);
    }

    /* -------------------------------------------- */

    .modal__job-window {
        max-width: 320px;
        height: 530px;
        padding: 50px 20px;
        border-radius: 10px;
    }

}

@media (max-width: 800px) {

    html {
        scroll-padding-top: 50px;
    }

    .header__hero-img-1 {
        top: 45%;
    }

    .hero__title {
        font-size: 85px;
    }

    /* ---------------------------------- */

    .reasons__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .intelligence__title {
        font-size: 40px;
    }

    .main__intelligence-img {
        top: 50%;
    }

    .intelligence-check {
        margin-bottom: 500px;
    }

    /* ---------------------------------- */

    .info__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .why__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .list__title {
        font-size: 40px;
    }

    .accordion-list__control {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion-list__control-title {
        height: auto;
    }

    .control-title__span {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .control-title__span-development {
        display: block;
        margin-left: 0;
        width: 105px;
    }

    /* ---------------------------------- */

    .author__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .school__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .job__title {
        font-size: 40px;
    }

    /* ---------------------------------- */

    .footer__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__col {
        display: block;
    }

    .footer__logo {
        display: block;
        max-width: 400px;
        height: auto;
        margin-bottom: 34px;
    }

    .footer__logo>img {
        width: 100%;
    }

    .footer__socials {
        position: static;
    }
}

@media (max-width: 700px) {

    .info__table {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 2fr 1fr 2.5fr;
    }

    .info__img-border {
        width: 138px;
        height: 98px;
    }

    .info__bg-img-2>img {
        width: 100%;
        object-fit: contain;
    }

    .info__item {
        width: 138px;
    }

    /* --------------------------------------- */

    .list__title {
        margin-bottom: 5px;
    }
}

@media (max-width: 600px) {

    .nav {
        text-align: left;
    }

    .nav__item {
        margin-bottom: 40px;
    }

    .title-nav {
        font-size: 25px;
    }

    .header__top-inner {
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
    }

    .header__logo {
        margin-bottom: 50px;
    }

    .header__hero-img-1 {
        top: 50%;
    }

    .hero__title {
        font-size: 77px;
    }

    .advantage {
        margin-bottom: 200px;
    }

    .button {
        font-size: 8px;
        font-weight: 700;
    }

    /* ---------------------------------- */

    .reasons__inner {
        padding-bottom: 20px;
    }

    .reasons__title {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .reasons__content {
        display: block;
    }

    /* ---------------------------------- */

    .intelligence__inner {
        padding: 50px 0 50px;
    }

    .intelligence__title {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .intelligence-check {
        margin-bottom: 300px;
    }

    /* ---------------------------------- */

    .info__title {
        font-size: 35px;
        margin-bottom: -20px;
    }

    /* ---------------------------------- */

    .main__why-img {
        width: 581px;
        height: 343px;
        top: 60%;
        left: 0px;
    }

    .main__why-img>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .why__inner {
        padding: 50px 0 50px;
    }

    .why__title {
        font-size: 35px;
        margin-bottom: 0;
    }

    .why__reasons {
        margin-bottom: 250px;
    }

    /* -------------------------------------- */

    .list__inner {
        padding: 50px 0 50px;
    }

    .list__title {
        font-size: 35px;
    }

    /* -------------------------------------- */

    .author__img {
        max-width: 581px;
        width: 100%;
        left: 10px;
    }

    .author__img-bg {
        width: 691px;
        height: 389px;
        top: -400px;
        left: -200px;
    }

    .author__img-man {
        width: 281px;
        height: 428px;
        top: -428px;
    }

    .author__img-man>img {
        max-width: 281px;
        width: 100%;
        object-fit: contain;
    }

    .author__inner {
        padding: 50px 0 50px;
    }

    .author__title {
        height: auto;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .author-inner__content {
        margin-bottom: 400px;
    }

    /* ------------------------------------ */

    .school__title {
        font-size: 35px;
    }

    /* ------------------------------------ */

    .job__title {
        font-size: 35px;
    }

    /* ------------------------------------ */

    .button__consultation {
        position: fixed;
        width: 80px;
        height: 80px;
    }

    .button__consultation::before {
        top: 220px;
        width: 250px;
    }

    .button__up {
        position: absolute;
        width: 80px;
        height: 80px;
        top: -40px;
    }
}

@media (max-width: 550px) {

    .hero__title {
        font-size: 67px;
    }

    /* ---------------------------------- */

    .reasons__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .main__intelligence-img {
        top: 57%;
    }

    .intelligence__title {
        font-size: 30px;
    }

    .intelligence-check {
        margin-bottom: 250px;
    }

    /* ---------------------------------- */

    .info__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .why__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .list__title {
        font-size: 30px;
        margin-bottom: -20px;
    }

    /* ---------------------------------- */

    .author__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .school__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .job__title {
        font-size: 30px;
    }

    /* ---------------------------------- */

    .contact__col {
        display: block;
    }

    .contact__col-mail {
        margin-bottom: 10px;
    }

    .footer__copyright {
        margin-bottom: 10px;
    }

    .footer__bottom {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: start;
    }
}

@media (max-width: 500px) {

    .hero__title {
        font-size: 60px;
    }

    .hero__text {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .advantage {
        margin-bottom: 150px;
    }

    .advantage__text {
        font-size: 14px;
    }

    /* ---------------------------------- */

    .main__intelligence-img {
        top: 60%;
    }

    /* ---------------------------------- */

    .info__inner {
        padding-bottom: 60px;
    }

    .info__text {
        font-size: 14px;
    }

    /* ---------------------------------- */

    .accordion-list__control-title {
        font-size: 14px;
    }

    .control-title__span {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .control-title__span-development {
        font-size: 12px;
    }

    /* ---------------------------------- */

    .author__person {
        left: 153px;
        top: -90px;
    }

    .author__name {
        font-size: 18px;
    }

    .author__job-title {
        font-size: 12px;
    }

    .author-inner__content {
        margin-bottom: 500px;
    }

    .author-inner__content-text {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    /* -------------------------------- */

    .footer__logo {
        width: 195px;
    }
}

@media (max-width: 450px) {

    .nav__item {
        margin-bottom: 30px;
    }

    .title-nav {
        font-size: 20px;
    }

    .hero__inner {
        margin-bottom: 100px;
    }

    .hero__span {
        margin-bottom: 20px;
    }

    .hero__title {
        font-size: 50px;
    }


    /* ---------------------------------- */

    .reasons__title {
        font-size: 25px;
    }

    /* ---------------------------------- */

    .main__intelligence-img {
        top: 60%;
    }

    .intelligence__title {
        font-size: 25px;
        height: auto;
    }

    .intelligence-check {
        margin-bottom: 250px;
    }

    /* ---------------------------------- */

    .info__title {
        font-size: 25px;
    }

    /* ---------------------------------- */

    .why__title {
        font-size: 25px;
        height: auto;
        margin-bottom: 30px;
    }

    .main__why-img {
        top: 65%;
        left: -70px;
    }

    /* ---------------------------------- */

    .list__title {
        font-size: 25px;
        height: auto;
        margin-bottom: 30px;
    }

    .program__tab-content {
        margin-bottom: 50px;
    }

    .accordion-content__item {
        margin-bottom: 15px;
    }

    .accordion-content__item:last-child {
        margin-bottom: 0px;
    }

    .accordion-content__title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .accordion-content__item-text {
        font-size: 12px;
    }

    /* ---------------------------------- */

    .author__title {
        font-size: 25px;
    }

    /* ---------------------------------- */

    .school__title {
        font-size: 25px;
    }

    /* ---------------------------------- */

    .job__title {
        font-size: 25px;
    }
}

@media (max-width: 400px) {

    .hero__inner {
        margin-bottom: 30px;
    }

    .hero__span {
        font-size: 14px;
    }

    .hero__title {
        font-size: 42px;
    }

    .hero__text {
        margin-bottom: 30px;
    }

    .advantage {
        margin-bottom: 100px;
    }

    .advantage__text {
        font-size: 10px;
    }

    .button {
        font-size: 6px;
        font-weight: 700;
        padding: 15px 20px;
    }

    /* ----------------------------------- */

    .main__intelligence-img {
        top: 70%;
    }

    .intelligence-check {
        margin-bottom: 200px;
    }

    .main__why-img {
        top: 67%;
        left: -90px;
    }

    /* ----------------------------------- */

    .list__title {
        margin-bottom: 20px;
    }

    .list__inner-text {
        padding-right: 120px;
        margin-bottom: 45px;
        font-size: 14px;
    }

    /* ----------------------------------- */

    .author__title {
        margin-bottom: 20px;
    }

    /* ----------------------------------- */

    .slide__info {
        width: 299px;
    }
}

@media (max-width: 350px) {

    .hero__span {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .hero__title {
        font-size: 35px;
        margin-bottom: 8px;
    }

    .hero__text {
        font-size: 10px;
    }
}

@media (max-width: 300px) {

    .hero__span {
        font-size: 10px;
    }

    .hero__title {
        font-size: 32px;
    }
}