
:root {
    --font-family: "Montserrat", sans-serif;
    --content-width: 1230px;
    --container-offset: 10px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #ffffff;
    --blue-color: #1178B2;
    --dark-color: #000000;
    --green-color: #07AF91
}

.custom-checkbox__field:checked+.custom-checkbox__content::after {
    opacity: 1
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
    outline: red solid 2px;
    outline-offset: 2px
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
    opacity: .4;
    pointer-events: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%
}

.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 16px
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    text-decoration: none
}

.site-container {
    overflow: hidden
}

.is-hidden {
    display: none !important
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff
}

.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
    display: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width)
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

.centered {
    text-align: center
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.page--ios .dis-scroll {
    position: relative
}

.section-title {
    margin: 0 0 110px;
    font-weight: 700;
    font-size: 36px;
    line-height: 80px;
    color: var(--blue-color)
}

@media (max-width:1024px) {
    .section-title {
        font-size: 32px;
        text-align: center;
        margin: 0 0 20px
    }

    .header__text-logo {
        margin-left: 10px
    }
}

.header {
    padding-top: 33px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__text-logo {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--light-color);
    text-transform: uppercase
}

.header__text-logo span {
    font-size: 24px;
    color: #00b1e9
}

@media (max-width:900px) {

    .header__text-logo,
    .header__text-logo span {
        font-size: 20px
    }
}

@media (max-width:576px) {

    .header__text-logo,
    .header__text-logo span {
        font-size: 16px
    }
}

.header__btn-lk {
    display: block;
    padding: 15px 45px;
    background: #07af91;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__btn-lk:hover {
    background: #0b6554;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

@media (max-width:900px) {
    .header__btn-lk {
        padding: 10px 30px
    }
}

.burger-btn {
    display: none
}

@media (max-width:768px) {
    .header__btn-lk {
        margin-left: auto;
        margin-right: 30px;
        height: 40px;
        line-height: 1.1;
        border-radius: 5px;
        font-size: 16px
    }

    .burger-btn {
        display: -ms-grid;
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        padding: 10px;
        margin-right: 20px;
        overflow: hidden;
        cursor: pointer;
        background-color: #fff;
        border-radius: 5px;
        z-index: 99;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .modal {
        padding: 0 10px
    }
}

.burger__line {
    display: block;
    width: 20px;
    height: 2px;
    background: #07af91;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.burger__line:nth-child(1) {
    width: 14px
}

.burger__line:nth-child(2) {
    width: 20px
}

.burger__line:nth-child(3) {
    width: 14px
}

.burger--active .burger__line:nth-child(2),
.burger--active .burger__line:nth-child(4) {
    opacity: 0
}

.burger--active .burger__line:nth-child(1) {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg) translate(-20%, 0);
    -ms-transform: rotate(-45deg) translate(-20%, 0);
    transform: rotate(-45deg) translate(-20%, 0);
    width: 25px
}

.burger--active .burger__line:nth-child(3) {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(-10%, 75%);
    -ms-transform: rotate(45deg) translate(-10%, 75%);
    transform: rotate(45deg) translate(-10%, 75%);
    width: 25px
}

.burger--active {
    opacity: 1;
    display: block
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .59);
    width: 100%;
    height: 100%;
    z-index: 1
}

.modal__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 40px 60px;
    max-width: 500px;
    width: 100%;
    height: 500px;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #07af91;
    background: #fff;
    border-radius: 5px;
    z-index: 2
}

@media (max-width:768px) {
    .modal__wrapper {
        padding: 30px 40px
    }
}

@media (max-width:576px) {
    .modal__wrapper {
        padding: 20px;
        height: auto
    }
}

.modal__title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 80px;
    color: var(--dark-color);
    text-align: center
}

.modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__form-label {
    width: 100%;
    height: 80px
}

.modal__form-input {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 18px;
    color: var(--dark-color);
    background: #f1f1f1;
    border-radius: 5px;
    border: none
}

.modal__form-input::-webkit-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 18px
}

.modal__form-input::-moz-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 18px
}

.modal__form-input:-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 18px
}

.modal__form-input::-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 18px
}

.modal__form-input::placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 18px
}

.modal__form-input:focus {
    outline: #07af91 solid 1px
}

.modal__form-btnBox {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.modal__form-btn {
    display: inline-block;
    width: 260px;
    height: 60px;
    padding: 10px;
    background: #07af91;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal__form-btn:hover {
    background: #249d88;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.modal__link-regis {
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #07af91
}

.modal__close {
    position: absolute;
    display: block;
    top: -40px;
    right: 0;
    width: 25px;
    height: 25px;
    background: 0 0;
    cursor: pointer;
    opacity: .7;
    z-index: 3;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.modal__close:hover {
    opacity: 1
}

.modal__close:after,
.modal__close:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: #fff
}

.modal__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-active {
    opacity: 1;
    visibility: visible
}

.promo {
    background-image: url(../img/header/header-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.promo:before {
    content: "";
    background-color: rgba(0, 0, 0, .59);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.promo__content {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    color: var(--light-color)
}

.promo__title {
    margin: 0;
    font-weight: 700;
    font-size: 43px;
    line-height: 60px;
    text-transform: uppercase
}

.promo__title span {
    display: block
}

.promo__title span:nth-child(2) {
    background: #07af91;
    border-radius: 3px;
    padding-left: 3px
}

@media (max-width:1024px) {
    .promo {
        background-position: 55%
    }

    .promo__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        max-width: 100%
    }

    .promo__title {
        font-size: 36px
    }

    .promo__desc {
        display: none
    }
}

@media (max-width:576px) {
    .promo__title {
        font-size: 24px;
        line-height: 40px
    }
}

.promo__desc {
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 34px;
    line-height: 80px
}

@media (max-width:768px) {
    .promo__content {
        padding: 10px
    }

    .promo__desc {
        line-height: 40px
    }
}

.promo__desc-hidden {
    display: none;
    font-weight: 400;
    font-size: 18px;
    color: var(--light-color)
}

.promo__desc-hidden span {
    font-weight: 700;
    padding: 5px;
    color: #07af91;
    background: #fff;
    border-radius: 3px
}

.promo__btn {
    display: block;
    width: 220px;
    padding: 0 32px;
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 80px;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.promo__btn:hover {
    background: #016ca8;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:1024px) {
    .promo__desc-hidden {
        display: block
    }

    .promo__btn {
        line-height: 70px
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__item {
    padding: 10px
}

.nav__item:not(:last-child) {
    margin-right: 52px
}

@media (max-width:1024px) {
    .nav__item:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width:900px) {
    .nav__item:not(:last-child) {
        margin-right: 25px
    }
}

.nav__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--light-color)
}

@media (max-width:900px) {
    .nav__link {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #07af91;
        width: 100%;
        height: 55vh;
        z-index: 3;
        overflow-y: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 55vh
    }

    .nav__item:not(:last-child) {
        margin: 0;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav__item:not(:last-child):after {
        content: "";
        display: block;
        width: 162px;
        border: 1px solid rgba(255, 255, 255, .52)
    }

    .nav__link {
        line-height: 60px;
        padding: 0 40px
    }
}

.nav--active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.services {
    padding: 100px 0
}

.services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .services__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.services__content:not(:last-child) {
    margin-bottom: 100px
}

.services__content-left {
    max-width: 675px
}

@media (max-width:1200px) {
    .services__content-left {
        max-width: 550px;
        text-align: center
    }
}

.services__content-left-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 650px;
    margin-left: 30px
}

@media (max-width:1200px) {
    .services__content-left-order {
        max-width: 550px
    }
}

@media (max-width:1024px) {
    .services__content-left-order {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0
    }
}

.services__content-title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--blue-color)
}

.services__content-desc {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-color)
}

@media (max-width:1024px) {
    .services__content-desc {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .services__content-desc {
        font-size: 14px
    }
}

.services__content-link {
    display: inline-block;
    background: #07af91;
    border-radius: 10px;
    padding: 0 74px;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services__content-link:hover {
    background: #249d88;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.services__content-right {
    width: 495px;
    height: 320px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1024px) {
    .services__content-link {
        line-height: 70px
    }

    .services__content-right {
        margin-bottom: 20px;
        height: auto
    }
}

@media (max-width:576px) {
    .services__content-link {
        line-height: 55px;
        padding: 0 30px;
        font-size: 16px
    }

    .services__content-right {
        width: 100%
    }
}

.services__content-image {
    display: block;
    width: 100%
}

.services__bottom-title {
    margin-bottom: 35px
}

.services .services__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.services__bottom-item {
    max-width: 392px;
    height: 348px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (max-width:576px) {
    .services__bottom-item {
        padding: 20px
    }
}

.services__bottom-number {
    margin-top: 20px;
    font-weight: 800;
    font-size: 80px;
    color: rgba(17, 120, 178, .5)
}

.services__bottom-name {
    margin: auto 0 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-color)
}

.services__bottom-desc {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: var(--dark-color)
}

.learn {
    background-image: url(../img/learn/startup.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 605px;
    position: relative
}

.learn:before {
    content: "";
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.learn__content {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1390px;
    text-align: center;
    color: var(--light-color);
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 605px
}

.learn__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    background: #07af91;
    border-radius: 3px
}

@media (max-width:1024px) {
    .learn__title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .learn__content {
        padding: 0 20px
    }

    .learn__title {
        font-size: 24px;
        line-height: 35px
    }
}

.learn__desc {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px
}

@media (max-width:1024px) {
    .learn__desc {
        font-size: 16px;
        line-height: 30px
    }
}

.learn__btn {
    display: inline-block;
    padding: 0 37px;
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 80px;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.learn__btn:hover {
    background: #016ca8;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:1024px) {
    .learn__btn {
        line-height: 70px
    }
}

@media (max-width:768px) {
    .learn__btn {
        font-size: 16px;
        line-height: 55px;
        padding: 0 15px
    }

    .markets__title {
        line-height: 30px
    }
}

.markets {
    padding: 100px 0
}

.markets__title {
    margin-bottom: 35px
}

.markets__content {
    width: 100%;
    min-height: 660px
}

.tabs__nav {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #eef1f4;
    border-radius: 5px;
    padding-left: 0
}

.tabs__nav-item {
    width: 100%;
    height: auto
}

.tabs__nav-btn {
    width: 100%;
    height: 70px;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    color: #484848;
    position: relative;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.tabs__nav-btn--active {
    background: #88bbd8;
    border-radius: 5px;
    color: var(--light-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 60px
}

.tabs__nav-btn:focus {
    background: #88bbd8;
    color: var(--light-color)
}

.tabs__nav-btn:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #cfddeb;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0
}

@media (max-width:1024px) {
    .tabs__nav-btn {
        line-height: 1
    }
}

@media (max-width:768px) {
    .tabs__nav-btn {
        font-size: 14px
    }
}

@media (max-width:576px) {
    .tabs__nav-btn {
        font-size: 10px;
        padding: 0 5px
    }
}

.tabs__nav-btn-last:after {
    content: none
}

.tabs__content {
    margin-bottom: 50px
}

.tabs__panel {
    min-height: 420px;
    position: relative;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tabs__panel:before {
    content: "";
    width: 652px;
    height: 323px;
    background-image: url(../img/markers/map.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 31px;
    pointer-events: none;
    z-index: -1
}

.tabs__panel--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .tabs__content {
        margin: 0
    }

    .tabs__panel--active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs__panel-left {
        margin-bottom: 25px
    }
}

.tabs__panel-left {
    max-width: 300px;
    margin-right: 50px
}

.tabs__panel-title {
    margin: 0 0 29px;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase
}

.tabs__panel-title span {
    color: #07af91
}

@media (max-width:768px) {
    .tabs__panel-title {
        font-size: 24px;
        line-height: 30px
    }
}

.tabs__panel-desc {
    margin: 0 0 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-color)
}

.tabs__panel-btn {
    display: inline-block;
    margin-bottom: 34px;
    padding: 0 46px;
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    color: var(--light-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs__panel-btn:hover {
    background: #016ca8;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:768px) {
    .tabs__panel-btn {
        line-height: 70px
    }
}

@media (max-width:576px) {
    .tabs__panel-btn {
        line-height: 55px;
        font-size: 16px
    }
}

.tabs__people-list {
    width: 221px
}

.tabs__people-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__people-photo {
    display: block;
    margin-right: 10px
}

.tabs__people-name {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.tabs__people-name span {
    display: block;
    color: #727272;
    font-weight: 400;
    font-size: 14px
}

.tabs__right {
    max-width: 600px;
    margin-right: 155px
}

@media (max-width:1024px) {
    .tabs__right {
        margin-right: 100px
    }
}

@media (max-width:900px) {
    .tabs__right {
        margin-right: 0
    }

    .about__item {
        padding: 15px;
        text-align: center
    }
}

@media (max-width:768px) {
    .tabs__right {
        margin: 0 auto
    }
}

.tabs__right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.tabs__right-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    height: 200px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 200px
}

@media (max-width:1200px) {
    .tabs__right-item {
        padding: 15px
    }
}

.tabs__right-item-blue {
    background: #1178b2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.tabs__right-item-blue:hover {
    background: #07af91;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, .1)
}

.tabs__right-number {
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 48px;
    color: rgba(17, 120, 178, .5)
}

.tabs__right-number span {
    font-weight: 800;
    font-size: 24px;
    color: rgba(17, 120, 178, .5)
}

@media (max-width:1024px) {
    .tabs__right-item {
        min-width: 190px
    }

    .tabs__right-number {
        font-size: 36px;
        margin: 0 0 10px
    }
}

.tabs__right-desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: rgba(16, 16, 16, .5)
}

.tabs__right-icon {
    display: block;
    margin-bottom: 25px
}

.tabs__right-download {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.about__title {
    margin-bottom: 15px
}

.about__desc {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-color)
}

.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px 20px
}

@media (max-width:768px) {
    .about__desc {
        font-size: 16px;
        text-align: center
    }

    .about__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    margin: 0 10px;
    height: 284px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .about__item {
        max-width: 350px;
        width: 100%;
        margin: 10px 0
    }
}

@media (max-width:576px) {
    .about__item {
        max-width: 280px;
        width: 100%;
        margin: 10px 0
    }
}

.about__item-number {
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 120px;
    text-align: center;
    background: -o-linear-gradient(306.29deg, #8bd7dc 21.17%, #1246a9 127.82%);
    background: linear-gradient(143.71deg, #8bd7dc 21.17%, #1246a9 127.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:768px) {
    .about__item-number {
        font-weight: 600
    }

    .about__item-image {
        width: 40%
    }
}

.about__item-text {
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #232323
}

.about__item-image {
    display: block;
    margin-bottom: 30px
}

.about__video-box {
    width: 100%;
    height: 675px;
    background: #0f0f0f;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .about__video-box {
        height: 500px
    }
}

@media (max-width:768px) {
    .about__video-box {
        height: 345px
    }
}

@media (max-width:576px) {
    .about__video-box {
        height: 200px
    }
}

.about__play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    color: var(--light-color)
}

.about__play-icon {
    margin-top: 30px;
    width: 116px;
    height: 114px;
    display: block
}

@media (max-width:768px) {
    .about__play-btn {
        font-size: 18px;
        max-width: 220px;
        text-align: center;
        line-height: 30px
    }

    .about__play-icon {
        width: 63px;
        height: 63px
    }
}

.accelerator {
    padding: 100px 0
}

.accelerator__title {
    margin-bottom: 20px
}

.accelerator .accordion {
    --accordion-time: 0.3s
}

.accelerator__accordion {
    width: 100%
}

.accelerator__accordion:not(:last-child) {
    margin-bottom: 20px
}

.accelerator__control {
    padding: 0 50px;
    width: 100%;
    height: 86px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .accelerator__control {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:900px) {
    .accelerator__control {
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .accelerator__control {
        padding: 0 30px
    }
}

.accelerator .is-open .accelerator__control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accelerator__control-title {
    margin-right: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #2a79c2
}

@media (max-width:900px) {
    .accelerator__control-title {
        font-size: 16px;
        white-space: nowrap
    }
}

@media (max-width:576px) {
    .accelerator__control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .accelerator__control-title {
        margin: 10px 0
    }
}

.accelerator__control-text {
    font-weight: 500;
    font-size: 20px;
    color: #000
}

@media (max-width:1024px) {
    .accelerator__control-text {
        font-size: 16px;
        text-align: center;
        margin: 0 30px
    }
}

.accelerator__control-icon {
    margin-left: auto
}

.accelerator__control-image {
    min-width: 39px;
    min-height: 39px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accelerator .is-open .accelerator__control-image {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accelerator__accordion-content {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all var(--accordion-time) ease-out;
    -o-transition: all var(--accordion-time) ease-out;
    transition: all var(--accordion-time) ease-out
}

.accelerator .is-open .accelerator__accordion-content {
    opacity: 1
}

.accelerator__accordion-list {
    border-bottom: 1px solid #e9e9e9
}

.accelerator__accordion-item {
    height: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .accelerator__control-icon {
        margin-left: 0
    }

    .accelerator__accordion-item {
        height: 60px
    }
}

@media (max-width:576px) {
    .accelerator__control-text {
        font-size: 12px
    }

    .accelerator__accordion-item {
        height: auto;
        padding: 10px 0
    }
}

.accelerator__accordion-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 0
}

.accelerator__accordion-desc {
    margin: 0;
    padding: 0 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #555
}

@media (max-width:1024px) {
    .accelerator__accordion-desc {
        line-height: 1
    }
}

@media (max-width:900px) {
    .accelerator__accordion-desc {
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .accelerator__accordion-desc {
        padding: 0 30px
    }
}

@media (max-width:576px) {
    .accelerator__accordion-desc {
        font-size: 12px
    }
}

.accelerator__accordion-link {
    padding: 10px 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #2a79c2
}

@media (max-width:900px) {
    .accelerator__accordion-link {
        padding: 0 40px;
        line-height: 1;
        height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:768px) {
    .accelerator__accordion-link {
        padding: 0 30px
    }
}

@media (max-width:576px) {
    .accelerator__accordion-link {
        font-size: 12px
    }
}

.accelerator__btn-link {
    padding: 0 46px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px
}

@media (max-width:1024px) {
    .accelerator__btn-link {
        line-height: 60px;
        padding: 0 30px
    }
}

@media (max-width:768px) {
    .accelerator__btn-link {
        display: none
    }
}

.partners {
    background-image: url(../img/partners/partners-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px
}

.partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partners__left {
    max-width: 560px
}

@media (max-width:900px) {
    .partners__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 100px 0
    }

    .partners__left {
        text-align: center
    }
}

.partners__left-title {
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--light-color)
}

@media (max-width:1024px) {
    .partners__left-title {
        font-size: 36px;
        line-height: 50px
    }
}

@media (max-width:768px) {
    .partners__left-title {
        font-size: 32px
    }
}

.partners__left-desc {
    margin: 0 0 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.partners__left-link {
    display: inline-block;
    padding: 0 36px;
    background: #07af91;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    color: var(--light-color)
}

@media (max-width:1024px) {
    .partners__left-link {
        line-height: 70px
    }
}

@media (max-width:768px) {
    .partners__left-link {
        line-height: 55px;
        font-size: 16px;
        padding: 0 26px
    }
}

.partners__right {
    margin-top: 60px;
    max-width: 432px;
    position: relative
}

.partners__right:before {
    content: "";
    background-image: url(../img/partners/decor.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 368px;
    height: 231px;
    position: absolute;
    right: -107px;
    top: 93px;
    pointer-events: none
}

.partners__right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.partners__right-item {
    width: 206px;
    height: 113px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.partners__right-image {
    display: block
}

.result {
    padding-top: 100px
}

.result__title {
    margin: 0 0 20px
}

@media (max-width:576px) {
    .partners__right-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .result__title {
        line-height: 50px
    }
}

.result__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    counter-reset: result
}

.result__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.3333333333% - 20px);
    flex: 1 1 calc(33.3333333333% - 20px);
    height: 280px;
    padding: 27px 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (max-width:1024px) {
    .result__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:576px) {
    .result__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 20px);
        flex: 1 1 calc(100% - 20px)
    }
}

.result__item-number:before {
    counter-increment: result;
    content: counter(result, decimal-leading-zero);
    font-weight: 800;
    font-size: 80px;
    color: rgba(17, 120, 178, .5)
}

.result__item-name {
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--dark-color)
}

@media (max-width:768px) {
    .result__item {
        padding: 20px 30px
    }

    .result__item-name {
        font-size: 14px
    }
}

.result__item-desc {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: var(--dark-color)
}

.price {
    padding: 100px 0
}

.price__title {
    margin-bottom: 35px
}

.price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width:900px) {
    .price__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px
    }
}

@media (max-width:768px) {
    .result__item-desc {
        font-size: 14px
    }

    .price__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.price__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.3333333333% - 20px);
    flex: 1 1 calc(33.3333333333% - 20px);
    height: 800px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px
}

@media (max-width:900px) {
    .price__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
        flex: 0 1 calc(50% - 20px);
        margin: 10px
    }
}

.price__top {
    padding: 30px 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 206px
}

@media (max-width:1200px) {
    .price__top {
        padding: 30px 30px 0
    }
}

.price__top-image {
    margin-bottom: 15px;
    width: 67px;
    height: 76px;
    display: block
}

.price__top-image--two {
    width: 102px
}

.price__top-image--three {
    width: 80px;
    height: 71px
}

.price__top-desc {
    margin: 0 0 28px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #1b1b1b
}

@media (max-width:900px) {
    .price__top {
        padding: 20px
    }

    .price__top-desc {
        margin: 0;
        font-size: 18px
    }
}

.price__middle {
    position: relative;
    height: 282px
}

.price__middle:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    right: 0
}

.price__middle-title {
    padding: 0 40px 0 30px;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: var(--dark-color)
}

.price__list {
    padding: 0 40px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: decimal
}

.price__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #000
}

@media (max-width:1200px) {
    .price__list {
        padding: 0 20px 0 50px
    }

    .price__item {
        line-height: 30px
    }
}

.price__bottom {
    margin-top: auto;
    margin-bottom: 35px
}

.price__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 25px
}

.price__bottom-item {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1200px) {
    .price__bottom-item {
        padding: 0 30px
    }
}

.price__bottom-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    right: 0
}

.price__bottom-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #000
}

@media (max-width:1024px) {
    .result__item-number:before {
        font-size: 64px
    }

    .price__middle-title {
        margin-top: auto
    }

    .price__bottom-name {
        font-size: 16px
    }
}

.price__bottom-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #000
}

.price__bottom-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    color: #1178b2
}

.price__bottom-btn {
    display: block;
    height: 70px;
    margin: 0 auto;
    padding: 0 79px;
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price__bottom-btn:hover {
    background: #016ca8;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px
}

@media (max-width:1200px) {
    .price__bottom-btn {
        padding: 0 50px
    }
}

.info__title {
    margin-bottom: 35px
}

.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

@media (max-width:1024px) {
    .info__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.info__top-left {
    max-width: 585px;
    height: 459px;
    margin-right: 25px
}

@media (max-width:768px) {
    .info__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__top-left {
        margin: 0;
        max-width: 345px;
        height: auto
    }
}

.info__top-image {
    display: block
}

.info__top-right {
    width: 565px;
    height: 380px
}

.info__top-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

.info__top-text span {
    font-weight: 600;
    color: #1178b2
}

@media (max-width:1024px) {
    .info__top-text {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width:768px) {
    .info__top-right {
        max-width: 100%;
        height: auto
    }

    .info__top-text {
        text-align: center;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .info__top-text {
        font-size: 14px
    }
}

.info__middle {
    margin-top: 100px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px
}

@media (max-width:900px) {
    .info__middle {
        padding: 30px 30px 0
    }
}

.info__middle-left {
    max-width: 378px;
    height: 402px;
    margin-right: 25px
}

@media (max-width:768px) {
    .info__middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 20px 0
    }

    .info__middle-left {
        height: auto
    }
}

.info__middle-image {
    display: block
}

.info__middle-right {
    width: 608px;
    height: 315px
}

.info__middle-about {
    margin: 0 0 47px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color)
}

.info__middle-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #000
}

.info__middle-name span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #000
}

.info__bottom {
    padding-top: 100px
}

.info__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px
}

@media (max-width:1024px) {
    .info__bottom-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .info__middle-right {
        max-width: 100%;
        height: auto
    }

    .info__middle-about {
        text-align: center
    }

    .info__bottom-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .experts__title {
        line-height: 1
    }
}

.info__bottom-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 0 5px
}

@media (max-width:1024px) {
    .info__bottom-item {
        margin: 5px;
        min-width: 237px
    }
}

.info__bottom-image {
    display: block
}

@media (max-width:576px) {
    .info__middle-about {
        font-size: 14px
    }

    .info__bottom-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%
    }

    .info__bottom-image {
        width: 100%
    }
}

.experts {
    padding: 100px 0
}

.experts__title {
    margin-bottom: 35px
}

.experts__inner {
    position: relative
}

.experts .experts-swiper {
    width: 1055px;
    height: 331px
}

@media (max-width:1200px) {
    .experts .experts-swiper {
        max-width: 1024px;
        width: 100%
    }
}

.experts__swiper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.experts__swiper-image {
    width: 186px;
    height: 186px;
    display: block
}

.experts__swiper-name {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--dark-color)
}

.experts__swiper-desc {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: var(--dark-color)
}

@media (max-width:768px) {
    .experts .swiper-arrow-box {
        position: relative;
        top: 20px
    }
}

.experts .swiper-button-next:after,
.experts .swiper-button-prev:after {
    content: none
}

.experts .swiper-next,
.experts .swiper-prev {
    width: 39px;
    height: 39px;
    cursor: pointer;
    z-index: 1
}

.experts .swiper-prev {
    position: absolute;
    left: 0;
    top: 30%
}

.experts .swiper-next {
    position: absolute;
    right: 0;
    top: 30%
}

.experts .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.experts .swiper-arrow-icon {
    display: block
}

.company {
    padding-bottom: 100px
}

.company__title {
    margin-bottom: 20px
}

.company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.company__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 235px
}

.creating {
    background-image: url(../img/creating/creating-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 563px;
    position: relative
}

.creating:before {
    content: "";
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.creating__content {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width:1024px) {
    .creating__content {
        padding: 0 30px
    }
}

.creating__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--light-color)
}

@media (max-width:900px) {
    .creating__title {
        font-size: 32px;
        line-height: 50px
    }
}

@media (max-width:576px) {
    .creating__title {
        font-size: 24px;
        line-height: 1.2
    }
}

.creating__text {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--light-color)
}

@media (max-width:768px) {
    .creating__text {
        font-size: 16px;
        line-height: 26px
    }
}

.creating__content-link {
    display: block;
    width: 317px;
    font-weight: 600;
    font-size: 18px;
    line-height: 80px;
    color: var(--light-color);
    background: -o-linear-gradient(173.59deg, #016ca8 -7%, #61b5e4 77.16%);
    background: linear-gradient(276.41deg, #016ca8 -7%, #61b5e4 77.16%);
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.creating__content-link:hover {
    background: #016ca8;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:768px) {
    .creating__content-link {
        line-height: 70px
    }
}

.events {
    padding: 100px 0
}

.events__title {
    margin-bottom: 35px
}

@media (max-width:576px) {
    .creating__content-link {
        line-height: 55px;
        width: 280px;
        font-size: 16px
    }

    .events__title {
        line-height: 1
    }
}

.events__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width:768px) {
    .events__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px -10px
    }
}

.events__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    height: 379px;
    margin: 0 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    border-radius: 10px;
    min-width: 230px;
    position: relative
}

@media (max-width:900px) {
    .events__item {
        height: 310px
    }
}

@media (max-width:768px) {
    .events__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin: 10px;
        min-width: 300px
    }
}

.events__image {
    width: 100%;
    height: auto;
    display: block
}

.events__about {
    padding: 20px 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events__name {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--dark-color)
}

@media (max-width:900px) {
    .events__name {
        font-size: 14px;
        line-height: 1
    }
}

.events__desc {
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--dark-color)
}

.events__data {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: var(--dark-color);
    position: absolute;
    left: 30px;
    bottom: 20px
}

@media (max-width:768px) {
    .events__about {
        padding: 10px
    }

    .events__data {
        left: 10px;
        bottom: 10px
    }
}

.other {
    padding-bottom: 20px;
    background-image: url(../img/other/other-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 492px
}

.other__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:900px) {
    .events__desc {
        font-size: 14px
    }

    .other {
        height: auto;
        padding-top: 50px
    }

    .other__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.other__left {
    max-width: 466px;
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:900px) {
    .other__left {
        height: auto
    }
}

.other__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.other__left-title {
    margin: 0 0 7px;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: var(--light-color)
}

@media (max-width:768px) {
    .other__left-title {
        font-size: 32px;
        line-height: 1;
        text-align: center
    }

    .other__social-name {
        text-align: center
    }
}

.other__left-desc {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: var(--light-color)
}

.other__social {
    max-width: 390px
}

.other__social-name {
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    color: var(--light-color)
}

.other__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .other__social-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.other__social-item:not(:last-child) {
    margin-right: 58px
}

.other__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--light-color)
}

.other__social-image {
    width: 53px;
    height: 53px;
    display: block
}

.other__social-image span {
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    color: var(--light-color)
}

.other__right {
    margin: 76px 0;
    padding: 20px 42px;
    width: 598px;
    height: 340px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    border-radius: 10px;
    position: relative
}

@media (max-width:900px) {
    .other__right {
        margin: 36px 0;
        max-width: 598px;
        width: 100%
    }
}

.form {
    max-width: 513px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.form__input {
    width: 100%;
    height: 55px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: var(--dark-color)
}

.form__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #707070
}

.form__input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #707070
}

.form__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #707070
}

.form__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #707070
}

.form__input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    color: #707070
}

.form__btn {
    display: block;
    width: 246px;
    height: 70px;
    font-weight: 600;
    font-size: 18px;
    color: var(--light-color);
    background: #07af91;
    border-radius: 10px;
    position: absolute;
    left: 42px;
    bottom: 20px
}

@media (max-width:576px) {
    .other__social-item:not(:last-child) {
        margin-right: 0
    }

    .other__right {
        padding: 20px
    }

    .form__btn {
        left: 20px;
        height: 55px
    }

    .footer__column {
        margin-bottom: 20px
    }
}

.form-success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    font-size: 1.25rem;
    border-radius: .25rem
}

.form-success_hide {
    display: none
}

.form-success__message {
    position: relative;
    padding: 1rem;
    background-color: #fafafa
}

.form-success__btn {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    display: inline;
    padding: 0
}

.footer {
    margin-top: 20px;
    background-image: url(../img/footer/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 135px;
    position: relative
}

.footer:before {
    content: "";
    background: rgba(0, 0, 0, .78);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.footer__content {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media (max-width:768px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logo {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
    color: var(--light-color);
    text-transform: uppercase
}

.footer__logo span {
    font-weight: 700;
    font-size: 24px;
    color: #00b1e9
}

@media (max-width:900px) {
    .footer__logo span {
        font-size: 20px
    }

    .footer__logo {
        font-size: 20px;
        text-align: center
    }
}

.footer__copy-link {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: var(--light-color)
}

.footer__address {
    margin: 0 0 20px;
    max-width: 212px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--light-color)
}

.footer__email-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    color: var(--light-color)
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .footer__address {
        max-width: 100%;
        margin: 0
    }

    .footer__email-link {
        text-align: center
    }

    .footer__list {
        margin: 20px 0
    }
}

.footer__item:not(:last-child) {
    margin-right: 52px
}

@media (max-width:1024px) {
    .footer__item:not(:last-child) {
        margin-right: 35px
    }
}

.footer__link {
    font-weight: 500;
    font-size: 18px;
    color: var(--light-color)
}

@media (max-width:900px) {
    .footer__item:not(:last-child) {
        margin-right: 20px
    }

    .footer__link {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .footer__list {
        display: none
    }

    .footer__link {
        font-size: 14px
    }
}