@font-face {
    font-family: Volkhov Regular;
    src: url(volkhov-regular.9845e9d5.eot);
    src: url(volkhov-regular.9845e9d5.eot#iefix) format("embedded-opentype"), url(volkhov-regular.194e92dd.woff2) format("woff2"), url(volkhov-regular.e2ad1e89.woff) format("woff"), url(volkhov-regular.6c6b2b2f.ttf) format("truetype"), url(volkhov-regular.b2060d66.svg#svgFontName) format("svg")
}

@font-face {
    font-family: Volkhov Bold;
    src: url(volkhov-bold.72366ea4.eot);
    src: url(volkhov-bold.72366ea4.eot#iefix) format("embedded-opentype"), url(volkhov-bold.da0b046d.woff2) format("woff2"), url(volkhov-bold.054ac3e9.woff) format("woff"), url(volkhov-bold.d51dfc0e.ttf) format("truetype"), url(volkhov-bold.bc47565b.svg#svgFontName) format("svg");
    font-weight: 500
}

@font-face {
    font-family: Open Sans;
    src: url(OpenSans-Regular.af110243.eot);
    src: url(OpenSans-Regular.af110243.eot#iefix) format("embedded-opentype"), url(OpenSans-Regular.c9c88c28.woff2) format("woff2"), url(OpenSans-Regular.ad84207d.woff) format("woff"), url(OpenSans-Regular.edf9e01b.ttf) format("truetype"), url(OpenSans-Regular.6ee4c6fd.svg#svgFontName) format("svg")
}

@font-face {
    font-family: Open Sans Bold;
    src: url(OpenSans-Bold.04ee7ab2.eot);
    src: url(OpenSans-Bold.04ee7ab2.eot#iefix) format("embedded-opentype"), url(OpenSans-Bold.c8294688.woff2) format("woff2"), url(OpenSans-Bold.6a54587f.woff) format("woff"), url(OpenSans-Bold.8fceb72b.ttf) format("truetype"), url(OpenSans-Bold.17e92fa1.svg#svgFontName) format("svg");
    font-weight: 500
}

.swiper-slide .content, footer > div, .article, .navigation-list {
    width: 100%
}

@media screen and (min-width: 576px) {
    .swiper-slide .content, footer > div, .article, .navigation-list {
        width: 540px
    }
}

@media screen and (min-width: 768px) {
    .swiper-slide .content, footer > div, .article, .navigation-list {
        width: 720px
    }
}

@media screen and (min-width: 992px) {
    .swiper-slide .content, footer > div, .article, .navigation-list {
        width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .swiper-slide .content, footer > div, .article, .navigation-list {
        width: 1140px
    }
}

@media screen and (min-width: 1400px) {
    .swiper-slide .content, footer > div, .article, .navigation-list {
        width: 1320px
    }
}

.article {
    margin: 0 auto
}

html, body {
    scroll-behavior: smooth;
    font-size: 16px
}

@media screen and (max-width: 992px) {
    html, body {
        overflow-x: hidden
    }
}

.button-primary {
    color: #fff;
    opacity: 1;
    background-color: #023b8c;
    padding: .75rem 1.25rem;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background-color .125s linear, color .125s linear;
    display: inline-flex
}

.button-primary:hover {
    color: #023b8c;
    background-color: #fff
}

.button-primary:focus, .button-primary:focus-visible, .button-primary:active {
    box-shadow: 0 0 0 4px #023b8c
}

.button-icon {
    width: 49px;
    height: 49px;
    color: #023b8c;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color .125s linear;
    display: inline-flex
}

.button-icon svg {
    width: 24px;
    height: 24px
}

.button-icon svg path {
    fill: #023b8c;
    transition: color .125s linear
}

.button-icon:hover {
    background-color: #023b8c
}

.button-icon:hover svg path {
    fill: #fff
}

nav {
    height: 80px;
    z-index: 3;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px #0003
}

@media screen and (max-width: 992px) {
    nav {
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0
    }
}

.navigation-list {
    justify-content: flex-end;
    align-items: center;
    padding: 0 .75rem;
    display: inline-flex
}

.navigation-list__item {
    margin-left: 1.5rem
}

.navigation-list__item:first-of-type {
    margin-right: auto
}

.navigation-list__item a {
    color: #023b8c;
    text-transform: uppercase;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1.2rem;
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .navigation-list__item {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .navigation-list__item:first-of-type {
        display: none
    }

    .navigation-list {
        width: 100%;
        z-index: -1;
        background-color: #fff;
        padding: 0;
        transition: left .25s ease-in;
        display: block;
        position: absolute;
        top: 80px;
        left: 200%
    }
}

.mobile-logo {
    margin-left: 15px
}

@media screen and (min-width: 992px) {
    .mobile-logo {
        display: none
    }
}

#menu {
    visibility: hidden;
    opacity: 0
}

@media screen and (min-width: 992px) {
    #menu {
        tab-index: -1;
        display: none
    }
}

label[for=menu] {
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 15px;
    display: flex
}

label[for=menu] span {
    width: 40px;
    height: 4px;
    transform-origin: 50%;
    background-color: #023b8c;
    transition: rotate .25s linear, top .25s linear, opacity .25s linear;
    position: relative;
    top: 0
}

label[for=menu] span:first-of-type {
    margin-top: 6px
}

label[for=menu] span:last-of-type {
    margin-bottom: 6px
}

@media screen and (min-width: 992px) {
    label[for=menu] {
        tab-index: -1;
        display: none
    }
}

#menu:checked ~ label span:first-of-type {
    top: 12px;
    rotate: 45deg
}

#menu:checked ~ label span:nth-last-of-type(2) {
    opacity: 0
}

#menu:checked ~ label span:last-of-type {
    top: -12px;
    rotate: -45deg
}

#menu:checked ~ .navigation-list {
    top: 80px;
    left: 0
}

@media screen and (max-width: 992px) {
    main {
        margin-top: 80px
    }
}

.hero-section {
    grid-template-columns:55% 5% 40%;
    margin-bottom: -60px;
    display: grid;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        margin-bottom: 0;
        display: flex
    }
}

.hero-section__card-wrapper {
    z-index: 2;
    grid-area: 1/1/-1/3;
    position: relative
}

@media screen and (max-width: 992px) {
    .hero-section__card-wrapper {
        grid-area: 2/1/-1/-1
    }
}

.hero-section__text {
    position: absolute;
    bottom: 30px;
    left: 40px
}

.hero-section__image {
    max-height: 100vh;
    grid-area: 1/2/-1/-1;
    position: relative
}

.hero-section__image img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%
}

.hero-section__card-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex
}

@media screen and (max-width: 992px) {
    .hero-section__card-wrapper {
        order: 2;
        justify-content: normal;
        align-items: normal;
        margin-top: -20px
    }
}

.hero-section__card {
    box-sizing: border-box;
    width: 100%;
    background-color: #023b8c;
    padding: 2rem;
    box-shadow: 0 4px 6px #00000080
}

@media screen and (min-width: 992px) {
    .hero-section__card {
        width: calc(480px + 5%)
    }
}

@media screen and (min-width: 1200px) {
    .hero-section__card {
        width: calc(570px + 5%)
    }
}

@media screen and (min-width: 1400px) {
    .hero-section__card {
        width: calc(660px + 5%);
        margin-top: -60px
    }
}

.hero-section__card h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-family: Volkhov Regular, sans-serif, arial;
    font-size: 3rem
}

@media screen and (max-width: 992px) {
    .hero-section__card h1 {
        margin-bottom: 1.5rem;
        font-size: 2rem
    }
}

.hero-section__card h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Volkhov Regular, sans-serif, arial;
    font-size: 2rem
}

@media screen and (max-width: 992px) {
    .hero-section__card h2 {
        font-size: 1.5rem
    }
}

.hero-section__card blockquote {
    color: #fff;
    margin-top: 2rem;
    display: none
}

@media screen and (max-width: 992px) {
    .hero-section__card {
        width: 100%;
        margin-top: -2px;
        padding: 1rem
    }

    .hero-section__card blockquote {
        display: block
    }
}

.hero-section__quote {
    width: 100%;
    flex-direction: column;
    grid-area: 1/1/-1/2;
    justify-content: flex-end;
    margin-left: auto;
    padding-bottom: 3rem;
    display: flex;
    position: relative
}

@media screen and (min-width: 576px) {
    .hero-section__quote {
        width: calc(270px - 5%)
    }
}

@media screen and (min-width: 768px) {
    .hero-section__quote {
        width: calc(360px - 5%)
    }
}

@media screen and (min-width: 992px) {
    .hero-section__quote {
        width: calc(480px - 5%)
    }
}

@media screen and (min-width: 1200px) {
    .hero-section__quote {
        width: calc(570px - 5%)
    }
}

@media screen and (min-width: 1400px) {
    .hero-section__quote {
        width: calc(660px - 5%);
        padding-bottom: calc(3rem + 40px)
    }
}

@media screen and (max-width: 992px) {
    .hero-section__quote {
        display: none
    }
}

blockquote {
    color: #000;
    font-family: Volkhov Regular, sans-serif, arial;
    font-size: 1.5rem;
    line-height: 1.3
}

blockquote span {
    text-align: right;
    padding-right: 24px;
    display: block
}

@media screen and (min-width: 992px) {
    blockquote {
        font-size: .8rem
    }
}

@media screen and (min-width: 1200px) {
    blockquote {
        font-size: 1.1rem
    }
}

@media screen and (min-width: 1400px) {
    blockquote {
        font-size: 1.5rem
    }
}

.about-section, .training3-section, .training2-section, .training1-section, .about-me-section {
    margin-bottom: -61px;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.about-section article, .training3-section article, .training2-section article, .training1-section article, .about-me-section article {
    background-color: #026bab
}

.about-section .top-triangle, .training3-section .top-triangle, .training2-section .top-triangle, .training1-section .top-triangle, .about-me-section .top-triangle {
    width: 0;
    height: 0;
    border-bottom: 60px solid #026bab;
    border-left: 100vw solid #0000;
    border-right: 0 solid #0000;
    position: absolute;
    top: 0
}

@media screen and (max-width: 992px) {
    .about-section .top-triangle, .training3-section .top-triangle, .training2-section .top-triangle, .training1-section .top-triangle, .about-me-section .top-triangle {
        display: none
    }
}

.about-section .bottom-triangle, .training3-section .bottom-triangle, .training2-section .bottom-triangle, .training1-section .bottom-triangle, .about-me-section .bottom-triangle {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid #026bab;
    border-left: 0 solid #0000;
    border-right: 100vw solid #0000;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 992px) {
    .about-section .bottom-triangle, .training3-section .bottom-triangle, .training2-section .bottom-triangle, .training1-section .bottom-triangle, .about-me-section .bottom-triangle {
        display: none
    }

    .about-section, .training3-section, .training2-section, .training1-section, .about-me-section {
        margin-bottom: 0;
        padding: 0
    }

    .about-section .article, .training3-section .article, .training2-section .article, .training1-section .article, .about-me-section .article {
        padding: 2rem 0;
        display: block
    }

    .about-section .article > div, .training3-section .article > div, .training2-section .article > div, .training1-section .article > div, .about-me-section .article > div {
        padding: 0 1rem
    }
}

.about-me-section {
    text-align: center
}

.about-me-section h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-family: Volkhov Regular, sans-serif, arial;
    font-size: 3rem
}

@media screen and (max-width: 992px) {
    .about-me-section h3 {
        width: calc(100% - 2rem);
        font-size: 1.5rem
    }
}

.about-me-section p {
    color: #fff;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1.5rem;
    line-height: 1.35
}

@media screen and (max-width: 992px) {
    .about-me-section p {
        width: calc(100% - 2rem);
        font-size: 1rem;
        line-height: 1.5
    }

    .about-me-section .article {
        padding-left: 1rem
    }
}

.training1-section article {
    background-color: #029db3
}

.training1-section .article {
    grid-column-gap: 3rem;
    grid-template-columns:repeat(2, 1fr);
    display: grid
}

.training1-section .article__image-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.training1-section .article__text {
    text-align: center
}

.training1-section .article__text p, .training1-section .article__text h3 {
    color: #fff
}

.training1-section .article__text p {
    text-align: left
}

.training1-section .article__text .button-primary {
    margin-top: 1rem
}

.training1-section .top-triangle {
    border-bottom: 60px solid #029db3
}

.training1-section .bottom-triangle {
    border-top: 60px solid #029db3
}

@media screen and (max-width: 992px) {
    .training1-section article {
        display: block
    }

    .training1-section .article {
        grid-template-columns:1fr;
        display: block
    }

    .training1-section .article__image-wrapper {
        justify-content: center;
        margin-bottom: 1rem
    }
}

.training2-section article {
    background-color: #adcdc8
}

.training2-section .article {
    grid-column-gap: 3rem;
    grid-template-columns:repeat(2, 1fr);
    display: grid
}

.training2-section .article__image-wrapper {
    grid-area: 1/2/-1/-1;
    justify-content: flex-start;
    display: flex
}

.training2-section .article__text {
    text-align: center;
    grid-area: 1/1/-1/2
}

.training2-section .article__text p {
    text-align: left
}

.training2-section .button-primary {
    margin-top: 1rem
}

.training2-section .top-triangle {
    border-bottom: 60px solid #adcdc8
}

.training2-section .bottom-triangle {
    border-top: 60px solid #adcdc8
}

@media screen and (max-width: 992px) {
    .training2-section .article {
        grid-template-rows:repeat(2, auto);
        grid-template-columns:1fr
    }

    .training2-section .article__image-wrapper {
        grid-area: 1/1/2/-1;
        justify-content: center;
        margin-bottom: 1rem
    }

    .training2-section .article__text {
        grid-area: 2/1/-1/-1
    }
}

.training3-section article {
    background-color: #026bab
}

.training3-section .article {
    grid-column-gap: 3rem;
    grid-template-columns:repeat(2, 1fr);
    display: grid
}

.training3-section .article__image-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.training3-section .article__text {
    text-align: center
}

.training3-section .article__text p, .training3-section .article__text h3 {
    color: #fff
}

.training3-section .article__text p {
    text-align: left
}

.training3-section .article__text .button-primary {
    margin-top: 1rem
}

.training3-section .top-triangle {
    border-bottom: 60px solid #026bab
}

.training3-section .bottom-triangle {
    border-top: 60px solid #026bab
}

@media screen and (max-width: 992px) {
    .training3-section article {
        display: block
    }

    .training3-section .article {
        grid-template-columns:1fr;
        display: block
    }

    .training3-section .article__image-wrapper {
        justify-content: center;
        margin-bottom: 1rem
    }
}

.about-section {
    margin-bottom: 0;
    padding-bottom: 0
}

.about-section article {
    background-color: #029db3
}

.about-section article .article {
    padding-bottom: 0
}

.about-section h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .75rem;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1.3rem;
    line-height: 1.25
}

.about-section .button-primary {
    margin-top: 1rem
}

.about-section .top-triangle {
    border-bottom: 60px solid #029db3
}

.about-section .bottom-triangle {
    display: none
}

@media screen and (max-width: 992px) {
    .about-section .article {
        grid-template-rows:repeat(2, auto);
        grid-template-columns:1fr
    }

    .about-section .article__image-wrapper {
        grid-area: 1/1/2/-1;
        justify-content: center;
        margin-bottom: 1rem
    }

    .about-section .article__text {
        grid-area: 2/1/-1/-1
    }
}

.article {
    padding: 2rem .75rem
}

.article__image {
    aspect-ratio: 16/9;
    max-height: 400px;
    object-fit: cover;
    width: 100%
}

.article__text h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1.3rem;
    line-height: 1.25
}

.article__text p {
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1rem;
    line-height: 1.5
}

footer {
    height: 80px;
    background-color: #023b8c;
    justify-content: center;
    align-items: center;
    display: flex
}

footer > div {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex
}

@media screen and (max-width: 992px) {
    footer > div {
        flex-direction: column;
        justify-content: center
    }
}

footer p {
    color: #fff;
    text-transform: uppercase;
    font-family: Volkhov Regular, sans-serif, arial;
    font-size: 1.5rem;
    line-height: 1
}

footer ul {
    justify-content: center;
    gap: 1.5rem;
    margin-left: auto;
    display: inline-flex
}

@media screen and (max-width: 992px) {
    footer {
        height: auto;
        padding: 1rem
    }

    footer ul {
        margin-top: 1rem;
        margin-left: 0
    }
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    background: 0 0;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    font-size: 18px;
    display: flex
}

.swiper-slide .content {
    margin: 0 auto
}

.swiper-slide .content p {
    color: #fff;
    text-align: left;
    line-height: 24px;
    font-family: Open Sans Bold, sans-serif, arial;
    font-size: 1rem;
}

.swiper-slide .content p:last-of-type {
    text-align: right;
    margin-top: 12px;
    font-style: italic;
    font-family: Open Sans Bold, sans-serif, arial;
}

/*# sourceMappingURL=index.6943262d.css.map */
