*,
::after,
::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif
}

body:not(.home) {
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    display: inline-block
}

address {
    font-style: normal
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}


.header {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 50;
}

.mobile-menu {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 27px 29px;
    z-index: 99;
    width: 100%;
    height: 100%;

    opacity: 0;
    transition: 0.2s linear;
    visibility: hidden;
}

.menu-opened {
    overflow: hidden;
}

.menu-opened .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}

.mobile-menu__header .logo img {
    max-width: 150px;
}

.close {
    height: 24px;
}

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

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-left: auto;
}

.mobile-menu ul a {
    text-decoration: none;
    text-align: center;
    color: black;
}

.header__inner {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#lang-select {
    color: #1E2E50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    border: none;

    color: #1E2E50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cart {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 20px;
}

@media(min-width: 992px) {
    .burger {
        display: none;
    }
}

.header__inner ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.header__inner ul a {
    color: #1E2E50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.header__inner ul a:hover {
    color: #2870DE;
}

.hero__inner {
    height: 700px;
    padding: 20px 0px;
    display: flex;
    align-items: flex-end;
}

.hero .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__inner .hero__content {
    padding: 20px;
    border-radius: 24px;
    background: var(--Main-dark-blue, #1E2E50);
    max-width: 600px;
    width: 100%;
}

.hero__inner .hero__content h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 10px;
}


.hero__inner .hero__content .text {
    color: var(--Main-wight, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero .swiper-nav {
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
    z-index: 25;
    justify-content: space-between;
    margin-top: 16px;
}


.hero .swiper-nav .hero__dot {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    opacity: 1;
}

.hero__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero .swiper-nav .hero__dot.is-active {
    background: #2870DE;
}

.swiper-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-arrows>div {
    cursor: pointer;
}

.swiper-arrows>div:hover {
    opacity: 0.8;
}

section {
    margin-bottom: 60px;
}


.section__title {
    color: #1E2E50;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.section__text {
    color: #1E2E50;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.section-header .section__text {
    margin-bottom: 0;
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.section-header .slider__nav {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.section-header .slider__nav>div {
    cursor: pointer;
}

.section-header .slider__nav>div:hover {
    opacity: 0.8;
}

.solutions__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}





.solutions__grid-item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #E9E9E9;
    background: #F6F6F6;
    position: relative;
    text-decoration: none;
}

.solutions__grid-item img {
    transition: 0.4s linear;
}


.solutions__grid-item:hover img {
    transform: scale(1.05);
}

.solutions__grid-item:hover {
    border-color: #2870DE;
}


.solutions__grid-item:hover circle {
    fill: #2870DE;
}

.solutions__grid-item:hover path {
    fill: #fff;
}

.solutions__grid-item img {
    height: 240px;
    object-fit: contain;
    margin-bottom: 20px;
}

.solutions__grid-item .title {
    color: #1E2E50;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 64px;
}

.solutions__grid-item svg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.advantages__list-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.advantages__list-item .icon {
    padding: 20px;
    border-radius: 64px;
    background: #2870DE;
    min-width: 64px;
}

.advantages__list-item .icon img {
    width: 24px;
    height: 24px;
}

.advantages__list-item .title {
    color: #1E2E50;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.advantages__list-item .text {
    color: #1E2E50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


.call_to_action__inner {
    padding: 120px 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
}


.button {
    padding: 16px;
    border-radius: 12px;
    background: var(--Main-blue, #2870DE);

    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;

    text-align: center;
}

.home .button {
    min-width: 390px;
}

.button:hover {
    background: #225eb8;
}

.call_to_action .title {
    color: var(--Main-wight, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 700px;
    text-decoration: none;
}

.our_news .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: cover;

    border-radius: 16px;
    border: 1px solid #E9E9E9;
    display: block;
    margin-bottom: 20px;

}

.our_news .swiper-slide .post-title {
    color: #1E2E50;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    text-decoration: none;
}

.our_news .swiper-slide .date {
    color: #B9B9B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.exceptr {
    color: var(--Main-dark-blue, #1E2E50);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}




.our_news .button {
    margin: 30px auto;
    display: flex;
    width: max-content;
    justify-content: center;
}


.videos__slider .swiper-slide {
    position: relative;
}

.videos__slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.videos__slider .swiper-slide .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-date {
    color: #B9B9B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
}


.video-data {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.instructors__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.instructors__grid-item iframe {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.instructors__grid-item .name {
    color: var(--Main-dark-blue, #1E2E50);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
}


.instructors__grid-item .country {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Main-dark-blue, #1E2E50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.instructors__grid-item .text {
    color: var(--Main-dark-blue, #1E2E50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 20px;
}

.footer__inner {
    padding: 20px;
    border-radius: 10px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.footer__inner ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer__inner ul a {
    color: #1E2E50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer__inner .copyright {
    color: #B9B9B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.burger {
    height: 24px;
    max-height: 24px;
}

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


@media(max-width: 991px) {
    .solutions__grid {
        grid-template-columns: 1fr 1fr;
    }

    .advantages__list {
        grid-template-columns: 1fr;
    }

    .header__menu {
        display: none !important;
    }


    .header__inner {
        padding: 16px;
    }

    .cart__amount {
        display: none;
    }

    .header__inner .logo {
        margin-right: auto;
    }

    .header__inner .logo img {
        max-width: 150px;
    }
}


@media(max-width: 767px) {
    .hero__inner .hero__content h2 {
        font-size: 24px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 32px;
        align-items: center;
        justify-content: center;
        text-align: center;

    }

    .header__inner {
        gap: 8px;
    }

    .cart {
        margin-left: 0 !important;
    }

    .footer__inner ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer__inner ul a {
        text-align: center;
    }

    .instructors__grid-item iframe {
        height: 200px;
    }

    .call_to_action .title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .instructors__grid {
        grid-template-columns: 1fr;
    }


    .button {
        min-width: 0;
        font-size: 14px;
    }

    .advantages__list-item .text {
        font-size: 14px;
    }

    .hero__inner .hero__content .text {
        font-size: 16px;
    }

    .advantages__list-item .title {
        font-size: 16px;
    }

    section {
        margin-bottom: 48px;
    }

    .solutions__grid {
        grid-template-columns: 1fr;
    }

    .solutions__grid-item {
        padding: 16px;
    }

    .solutions__grid-item .title {
        font-size: 16px;
        padding-right: 48px;
    }

    .solutions__grid-item svg {
        right: 16px;
        bottom: 16px;
        width: 32px;
        height: 32px;
    }

    .solutions__grid-item img {
        margin-left: auto;
        margin-right: auto;
        height: 180px;
    }

    .section__title {
        font-size: 32px;
    }

    .section__text {
        font-size: 16px;
    }

    #lang-select {
        font-size: 14px !important;
    }


    .container {
        padding: 0px 12px;
    }
}


.seo-text__content {
    padding: 30px 0px;
    border-top: 1px solid #E9E9E9;
}

.seo-text__content hr {
    height: 1px;
    background-color: #E9E9E9;
    margin: 30px 0px;
    border: none;
}


.seo-text__content {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.seo-text__content p {
    margin: 16px 0px;
}

.seo-text__content h2 {
    color: var(--Main-dark-blue, #1E2E50);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;

}


.seo-text__content ul,
.seo-text__content ol {
    margin: 16px 0px;
}

.seo-text__content h3 {
    color: var(--Main-dark-blue, #1E2E50);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 10px 0ex;
}

.seo-text__content a {
    color: var(--Main-blue, #2870DE);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.seo-text__content ul,
.seo-text__content ol {
    margin: 16px 0px;
    padding-left: 1em;
}

/* Маркированный список */
.seo-text__content ul {
    list-style-type: disc;
}

/* Нумерованный список */
ч .seo-text__content ol {
    list-style-type: decimal;
}

/* Элементы списка */
.seo-text__content li {
    margin: 0.2em 0;
    line-height: 1.5;
}

.seo-text__content ul ul,
.seo-text__content ol ul {
    list-style-type: circle;
    margin-top: 0.3em;
}

.seo-text__content ol ol,
.seo-text__content ul ol {
    list-style-type: lower-alpha;
    margin-top: 0.3em;
}

@media(max-width: 767px) {
    .seo-text__content h2 {
        font-size: 28px;
    }

    .seo-text__content,
    .seo-text__content a {
        font-size: 16px;
    }

    .seo-text__content h3 {
        font-size: 20px;
    }
}


.our_news__slider {
    overflow: visible;
}

.our_news__slider .swiper-slide {
    padding: 10px;
    border-radius: 24px;
    background: var(--Main-wight, #FFF);
    transition: 0.2s linear;
}

.our_news__slider .swiper-slide:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);

}