@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/proximanova/proximanovalight.woff) format("woff");
    font-weight: 300;
    font-style: "normal";
}
@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/proximanova/proximanovaregular.woff) format("woff");
    font-weight: 400;
    font-style: "normal";
}
@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/proximanova/proximanovasemibold.woff) format("woff");
    font-weight: 600;
    font-style: "normal";
}
@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/proximanova/proximanovabold.woff) format("woff");
    font-weight: 700;
    font-style: "normal";
}
html {
    font-family: "Proxima Nova", Arial, serif;
    font-size: 16px;
    height: 100%;
}

body {
    height: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-size: 16px;
    background-color: #fff;
    color: #212121;
    min-width: 320px;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

input:focus {
    border-color: #2A6EAE;
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.225s ease-out;
    -o-transition: all 0.225s ease-out;
    transition: all 0.225s ease-out;
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container_bigger {
    max-width: 1380px;
}

.section-title {
    color: #2A6EAE;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
}
@media screen and (max-width: 991.98px) {
    .section-title {
        font-size: 34px;
        line-height: 46px;
    }
}
@media screen and (max-width: 575.98px) {
    .section-title {
        font-size: 30px;
        line-height: 38px;
    }
}

.section-subtitle {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 575.98px) {
    .section-subtitle {
        font-size: 18px;
    }
}
.section-subtitle span {
    font-weight: 700;
}

.modal-window {
    display: none;
}

section:not(.hero) {
    padding: 85px 0 100px;
}
@media screen and (max-width: 1199.98px) {
    section:not(.hero) {
        padding: 65px 0 70px;
    }
}
@media screen and (max-width: 991.98px) {
    section:not(.hero) {
        padding: 40px 0 50px 0;
    }
}

footer {
    background-color: #fff;
    padding: 20px 0;
}
@media screen and (max-width: 1199.98px) {
    footer {
        padding: 10px 0;
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__nav {
    margin: 0 20px 0 60px;
}
@media screen and (max-width: 1199.98px) {
    .footer__nav {
        display: none;
    }
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__item:not(:last-child) {
    margin: 0 30px 0 0;
}
.footer__link {
    color: #212121;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
}
.footer__link:hover {
    color: #5DC3DC;
}
.footer__call {
    margin: 0 0 0 auto;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
    .footer__call {
        display: none;
    }
}
.footer__tell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__tell svg {
    display: block;
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    fill: #5DC3DC;
}
.footer__tell span {
    display: block;
    color: #212121;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    -webkit-transition: all 0.225s ease-out;
    -o-transition: all 0.225s ease-out;
    transition: all 0.225s ease-out;
}
.footer__tell:hover span {
    color: #5DC3DC;
}
.footer__callback {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #5EB0DD;
    text-decoration: underline;
}
.footer__callback:hover {
    color: #257fb0;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 40px;
}
@media screen and (max-width: 767.98px) {
    .footer__socials {
        margin: 0 0 0 auto;
    }
}
.footer__social {
    display: block;
    border-radius: 50%;
}
.footer__social img {
    height: 38px;
    height: 38px;
}
.footer__social:not(:last-child) {
    margin: 0 10px 0 0;
}
.footer__social:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
    .footer__logo {
        margin: 0 20px 0 0;
    }
}

header {
    background-color: #fff;
    padding: 20px 0;
    -webkit-transition: all 0.225s ease-out;
    -o-transition: all 0.225s ease-out;
    transition: all 0.225s ease-out;
    z-index: 11;
}
@media screen and (max-width: 1199.98px) {
    header {
        padding: 10px 0;
    }
}
@media screen and (max-width: 991.98px) {
    header {
        padding: 6px 0;
    }
}
header.header_scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
header.header_scrolled.header_visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__logo {
    position: relative;
    z-index: 13;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 0 60px;
}
@media screen and (max-width: 1199.98px) {
    .header__menu {
        margin: 0 0 0 35px;
    }
}
@media screen and (max-width: 991.98px) {
    .header__menu {
        right: -100%;
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 10;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        background-color: #fff;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 105px 25px 20px 25px;
        -webkit-transition: all 0.225s ease-out;
        -o-transition: all 0.225s ease-out;
        transition: all 0.225s ease-out;
    }
    .header__menu::after {
        content: "";
        position: fixed;
        opacity: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #fff;
    }
}
@media screen and (max-width: 991.98px) {
    .header__menu_active {
        right: 0;
    }
    .header__menu_active::after {
        opacity: 1;
    }
}
.header__nav {
    margin: 0 20px 0 0;
}
@media screen and (max-width: 991.98px) {
    .header__nav {
        margin: 0 0 20px 0;
    }
}
.header__call {
    margin: 0 0 0 auto;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width: 991.98px) {
    .header__call {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header__tell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .header__tell {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
}
.header__tell svg {
    display: block;
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    fill: #5DC3DC;
}
.header__tell span {
    display: block;
    color: #212121;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    -webkit-transition: all 0.225s ease-out;
    -o-transition: all 0.225s ease-out;
    transition: all 0.225s ease-out;
}
.header__tell:hover span {
    color: #5DC3DC;
}
.header__callback {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #5EB0DD;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .header__callback {
        background-color: #5EB0DD;
        color: #fff;
        margin: 5px 0 0 0;
        padding: 2px 15px 2px 4px;
        border-radius: 15px;
        text-decoration: none;
    }
}
.header__callback svg {
    display: none;
}
@media screen and (max-width: 991.98px) {
    .header__callback svg {
        display: block;
        margin: 0 7px 0 0;
        width: 18px;
        height: 18px;
        border-radius: 12px;
        fill: #5EB0DD;
        padding: 2px;
        background-color: #fff;
    }
}
.header__callback:hover {
    color: #257fb0;
}
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 40px;
}
@media screen and (max-width: 1199.98px) {
    .header__socials {
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .header__socials {
        margin: 25px 0 50px 0;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.header__social {
    display: block;
    border-radius: 50%;
}
.header__social img {
    height: 38px;
    height: 38px;
}
.header__social:not(:last-child) {
    margin: 0 10px 0 0;
}
.header__social:hover {
    opacity: 0.8;
}

@media screen and (max-width: 991.98px) {
    .nav {
        width: 100%;
    }
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.nav__item:not(:last-child) {
    margin: 0 30px 0 0;
}
@media screen and (max-width: 1199.98px) {
    .nav__item:not(:last-child) {
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 991.98px) {
    .nav__item:not(:last-child) {
        margin: 0 0 10px 0;
    }
}
.nav__link {
    color: #212121;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
}
@media screen and (max-width: 991.98px) {
    .nav__link {
        font-size: 18px;
    }
}
.nav__link:hover {
    color: #5DC3DC;
}

.burger-btn {
    position: relative;
    width: 30px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    cursor: pointer;
    display: none;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 12;
}
@media screen and (max-width: 991.98px) {
    .burger-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.burger-btn__line {
    background-color: #212121;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.225s ease-out;
    -o-transition: all 0.225s ease-out;
    transition: all 0.225s ease-out;
}
.burger-btn__line::before, .burger-btn__line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #212121;
}
.burger-btn__line::before {
    top: 0;
}
.burger-btn__line::after {
    bottom: 0;
}
.burger-btn_active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-btn_active span::after {
    opacity: 0;
}
.burger-btn_active span::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.callback-window {
    background-color: #fff;
    padding: 50px 35px;
    max-width: 465px;
    width: 100%;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 10px;
}

.callback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
}
.callback-form__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #2A6EAE;
    text-align: center;
    margin: 0 0 30px 0;
}
.callback-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.callback-form__fields input:not(:last-child) {
    margin: 0 0 13px 0;
}
.callback-form__input {
    background: #FAFAFA;
    border-radius: 90px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
    border: 1px solid #EAEAEA;
}
.callback-form__input:focus {
    border: 1px solid #5DC3DC;
}
.callback-form__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #BCBCBC;
}
.callback-form__input::-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #BCBCBC;
}
.callback-form__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #BCBCBC;
}
.callback-form__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #BCBCBC;
}
.callback-form__input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #BCBCBC;
}
.callback-form__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 0 0;
    max-width: 250px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
}
.callback-form__submit {
    max-width: 315px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 30px 0 0 0;
}
.callback-form__submit:disabled {
    cursor: default;
    background: #e3e3e3;
}
.callback-form__submit:disabled:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.callback-form__chbx-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.callback-form__chbx {
    margin: 0 10px 0 0;
}
.callback-form__chbx-text {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}
.callback-form__chbx-text a {
    text-decoration: underline;
    color: #212121;
}

.chbx {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 24px;
    height: 24px;
}
.chbx svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #292E43;
    width: 12px;
    height: 9px;
    opacity: 0;
    -webkit-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
}
.chbx input:checked ~ svg {
    opacity: 1;
}

.thanks-window {
    background-color: #fff;
    padding: 50px 35px;
    max-width: 365px;
    width: 100%;
    -webkit-box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
    border-radius: 10px;
    text-align: center;
}
.thanks-window__title {
    color: #2A6EAE;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.thanks-window__subtitle {
    color: #2A6EAE;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    padding: 20px 57px;
    border-radius: 90px;
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
    border: none;
    cursor: pointer;
}
.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.btn:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
@media screen and (max-width: 575.98px) {
    .btn {
        padding: 20px 35px;
    }
}

.about {
    background-color: #FAFAFA;
}
.about__title {
    margin: 0 0 35px 0;
}
@media screen and (max-width: 991.98px) {
    .about__title {
        margin: 0 0 20px 0;
    }
}
.about__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
}
.about__subtitle:not(:last-child) {
    margin: 0 0 25px 0;
}
@media screen and (max-width: 991.98px) {
    .about__subtitle:not(:last-child) {
        margin: 0 0 15px 0;
    }
}
.about__video {
    margin: 45px auto 0 auto;
    position: relative;
}
.about__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__certs {
    margin: 60px 0 0 0;
}
@media screen and (max-width: 991.98px) {
    .about__certs {
        margin: 30px 0 0 0;
    }
}
.about__cert-title {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 30px 0;
}
@media screen and (max-width: 991.98px) {
    .about__cert-title {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575.98px) {
    .about__cert-title {
        font-size: 20px;
        line-height: 26px;
    }
}
.about__slide {
    border-radius: 10px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    height: auto;
}
@media screen and (max-width: 575.98px) {
    .about__slide {
        border: none;
    }
}
.about__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__slide:hover img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.about-video {
    background: rgba(0, 0, 0, 0.26);
    -webkit-filter: drop-shadow(0px 4px 13px rgba(30, 35, 66, 0.11));
    filter: drop-shadow(0px 4px 13px rgba(30, 35, 66, 0.11));
    border: 12px solid #FFFFFF;
    border-radius: 10px;
    position: relative;
    max-width: 745px;
    width: 100%;
    padding: 0 0 35% 0;
}
@media screen and (max-width: 575.98px) {
    .about-video {
        border: 5px solid #fff;
        border-radius: 5px;
        padding: 0 0 56.25% 0;
    }
}
.about-video img {
    width: 100%;
}
.about-video__play {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
    cursor: pointer;
    border: none;
}
.about-video__play_clicked {
    display: none;
}
@media screen and (max-width: 575.98px) {
    .about-video__play {
        display: none;
    }
}
.about-video__play:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.about-video__play svg {
    width: 12px;
    height: 14px;
    fill: #fff;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.about-slider-cont {
    position: relative;
}
@media (max-width: 1400px) {
    .about-slider-cont {
        padding: 0 50px;
    }
}

.about-slider-wrapper {
    overflow: hidden;
    margin: -15px;
    padding: 15px 15px 15px 15px;
}

.about-slider {
    overflow: unset !important;
}
.about-slider__prev, .about-slider__next {
    position: absolute;
    z-index: 3;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .about-slider__prev, .about-slider__next {
        width: 40px;
        height: 40px;
    }
}
.about-slider__prev:hover, .about-slider__next:hover {
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
}
.about-slider__prev:hover svg, .about-slider__next:hover svg {
    fill: #fff;
}
.about-slider__prev svg, .about-slider__next svg {
    width: 18px;
    height: 32px;
    fill: #AFAFAF;
}
@media (max-width: 1400px) {
    .about-slider__prev svg, .about-slider__next svg {
        width: 13px;
        height: 22px;
    }
}
.about-slider__prev {
    left: -90px;
}
@media (max-width: 1400px) {
    .about-slider__prev {
        left: -5px;
    }
}
.about-slider__prev svg {
    -webkit-transform: rotate(-180deg) translateX(2px);
    -ms-transform: rotate(-180deg) translateX(2px);
    transform: rotate(-180deg) translateX(2px);
}
.about-slider__next {
    right: -90px;
}
@media (max-width: 1400px) {
    .about-slider__next {
        right: -5px;
    }
}
.about-slider__next svg {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.advantages__title {
    margin: 0 0 55px 0;
}
.advantages__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 45px 35px;
}
@media screen and (max-width: 991.98px) {
    .advantages__content {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 650px) {
    .advantages__content {
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
    }
}
.advantages__bottom {
    margin: 60px 0 0 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;
}
@media screen and (max-width: 575.98px) {
    .advantages__bottom {
        margin: 30px 0 0 0;
    }
}
.advantages__bot-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px 0;
    text-align: center;
}
.advantages__bot-text {
    max-width: 675px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 35px 0;
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .advantages-item br {
        display: none;
    }
}
.advantages-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 20px 0 0;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 50%;
    border: 1px solid #E7E7E7;
    width: 124px;
    height: 124px;
}
@media screen and (max-width: 1199.98px) {
    .advantages-item__icon {
        width: 100px;
        height: 100px;
    }
}
.advantages-item__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.advantages-item__icon::after {
    content: "";
    background: transparent;
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 10px solid #fff;
    border-radius: 50%;
}
.advantages-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.advantages-item__text span {
    font-weight: 600;
}

.contacts {
    position: relative;
    padding: 113px 0 145px !important;
}
@media screen and (max-width: 767.98px) {
    .contacts {
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 767.98px) {
    .contacts .container {
        padding: 0;
    }
}

.contacts-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 767.98px) {
    .contacts-map {
        position: static;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.contacts-block {
    position: relative;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    border-radius: 10px;
    padding: 30px 30px;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .contacts-block {
        max-width: 370px;
    }
}
@media screen and (max-width: 767.98px) {
    .contacts-block {
        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;
    }
}
@media screen and (max-width: 767.98px) {
    .contacts-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 575.98px) {
    .contacts-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts-block__title {
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 30px 0;
    color: #2A6EAE;
}
@media screen and (max-width: 767.98px) {
    .contacts-block__title {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 575.98px) {
    .contacts-block__title {
        text-align: left;
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 20px 0;
    }
}
.contacts-block__location, .contacts-block__tel, .contacts-block__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts-block__location svg, .contacts-block__tel svg, .contacts-block__mail svg {
    width: 16px;
    height: 16px;
    fill: #2276D9;
    display: block;
    margin: 0 10px 0 0;
}
.contacts-block__location span, .contacts-block__tel span, .contacts-block__mail span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #212121;
}
.contacts-block__tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contacts-block__tel span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.contacts-block__tel, .contacts-block__mail {
    margin: 12px 0 0 0;
}
@media screen and (max-width: 767.98px) {
    .contacts-block__tel, .contacts-block__mail {
        margin: 0 0 0 12px;
    }
}
@media screen and (max-width: 575.98px) {
    .contacts-block__tel, .contacts-block__mail {
        margin: 12px 0 0 0;
    }
}
.contacts-block__tel:hover span, .contacts-block__mail:hover span {
    color: #2A6EAE;
}

.hero {
    position: relative;
}

.hero-slider__slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 575.98px) {
    .hero-slider__slide {
        min-height: calc(100vh - 70px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.hero-slider__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(9.5deg, rgba(1, 22, 41, 0.85) 0%, rgba(73, 73, 73, 0) 97.89%);
    background: linear-gradient(80.5deg, rgba(1, 22, 41, 0.85) 0%, rgba(73, 73, 73, 0) 97.89%);
}
.hero-slider__content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 250px 0;
    color: #fff;
}
@media (max-width: 1400px) {
    .hero-slider__content {
        padding: 200px 65px;
    }
}
@media screen and (max-width: 1199.98px) {
    .hero-slider__content {
        padding: 150px 70px;
    }
}
@media screen and (max-width: 991.98px) {
    .hero-slider__content {
        padding: 90px 70px;
    }
}
@media screen and (max-width: 575.98px) {
    .hero-slider__content {
        padding: 60px 35px;
    }
}
.hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 40px;
}
@media screen and (max-width: 991.98px) {
    .hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
        bottom: 30px;
    }
}
.hero-slider__pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
}
.hero-slider__pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}
.hero-slider__title {
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 991.98px) {
    .hero-slider__title {
        text-align: center;
        font-size: 44px;
        line-height: 52px;
    }
}
@media screen and (max-width: 575.98px) {
    .hero-slider__title {
        text-align: center;
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width: 420.98px) {
    .hero-slider__title {
        font-size: 28px;
        line-height: 34px;
    }
}
.hero-slider__prev, .hero-slider__next {
    position: absolute;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.hero-slider__prev {
    left: 165px;
}
@media (max-width: 1650px) {
    .hero-slider__prev {
        left: 15px;
    }
}
@media screen and (max-width: 575.98px) {
    .hero-slider__prev {
        left: 0;
    }
}
.hero-slider__next {
    right: 165px;
}
@media (max-width: 1650px) {
    .hero-slider__next {
        right: 15px;
    }
}
@media screen and (max-width: 575.98px) {
    .hero-slider__next {
        right: 0;
    }
}
.hero-slider__prev svg, .hero-slider__next svg {
    fill: #fff;
    width: 37px;
    height: 37px;
}
@media screen and (max-width: 420.98px) {
    .hero-slider__prev svg, .hero-slider__next svg {
        width: 30px;
        height: 30px;
    }
}
.hero-slider__prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.hero-slider__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 40px 0;
}
@media screen and (max-width: 991.98px) {
    .hero-slider__subtitle {
        text-align: center;
    }
}
@media screen and (max-width: 420.98px) {
    .hero-slider__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}
.hero-slider__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media screen and (max-width: 991.98px) {
    .hero-slider__button {
        -ms-flex-item-align: center;
        align-self: center;
    }
}
.hero-slider__button:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.joy__title {
    margin: 0 0 60px 0;
}
@media screen and (max-width: 991.98px) {
    .joy__title {
        margin: 0 0 30px 0;
    }
}
.joy__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 55px 0 0 0;
}
@media screen and (max-width: 575.98px) {
    .joy__btn-block {
        margin: 30px 0 0 0;
    }
}

.joy-block__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 25px 0;
}
@media screen and (max-width: 575.98px) {
    .joy-block__title {
        margin: 0 0 10px 0;
    }
}
.joy-block__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}
.joy-block__text span {
    font-weight: 700;
}
.joy-block__text:not(:first-child) {
    margin: 15px 0 0 0;
}
@media screen and (max-width: 575.98px) {
    .joy-block__text:not(:first-child) {
        margin: 5px 0 0 0;
    }
}
.joy-block__images {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
    .joy-block__images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0 0 0;
    }
}
.joy-block__images img {
    border-radius: 10px;
    width: calc(50% - 15px);
}
@media screen and (max-width: 991.98px) {
    .joy-block__images img {
        width: calc(50% - 7px);
    }
}
@media screen and (max-width: 575.98px) {
    .joy-block__images img {
        width: 100%;
    }
}
@media screen and (max-width: 575.98px) {
    .joy-block__images img:not(:last-child) {
        margin: 0 0 20px 0;
    }
}
.joy-block:not(:last-child) {
    margin: 0 0 45px 0;
}
@media screen and (max-width: 575.98px) {
    .joy-block:not(:last-child) {
        margin: 0 0 30px 0;
    }
}

.safety {
    background-color: #FAFAFA;
}
.safety__title {
    margin: 0 0 20px 0;
}
.safety__subtitle {
    max-width: 1140px;
}
.safety__image {
    max-width: 905px;
    width: 100%;
    position: relative;
    margin: 30px auto 0 auto;
}
.safety__image img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 991.98px) {
    .safety__image img {
        display: none;
    }
}
.safety__tooltip_1 {
    top: 80px;
    right: 145px;
}
.safety__tooltip_2 {
    top: 25px;
    right: 190px;
}
.safety__tooltip_3 {
    top: 32px;
    right: 255px;
}
.safety__tooltip_4 {
    left: 271px;
    top: 139px;
}
.safety__tooltip_5 {
    left: 418px;
    top: 180px;
}
.safety__tooltip_6 {
    left: 157px;
    top: 251px;
}
.safety__tooltip_7 {
    left: 135px;
    bottom: 205px;
}
.safety__tooltip_8 {
    left: 215px;
    bottom: 105px;
}
.safety__tooltip_9 {
    left: 323px;
    bottom: 30px;
}
.safety__tooltip_10 {
    left: 380px;
    bottom: 168px;
}
.safety__tooltip_11 {
    left: 476px;
    bottom: 163px;
}
.safety__tooltip_12 {
    right: 369px;
    bottom: 247px;
}
.safety__tooltip_13 {
    right: 329px;
    bottom: 174px;
}
.safety__tooltip_14 {
    right: 250px;
    bottom: 100px;
}
.safety__bottom {
    margin: 55px auto 0 auto;
    max-width: 950px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}
@media screen and (max-width: 575.98px) {
    .safety__bottom {
        margin: 30px auto 0 auto;
    }
}
.safety__bottom span {
    font-weight: 700;
}

.safety-tooltip {
    position: absolute;
}
@media screen and (max-width: 991.98px) {
    .safety-tooltip {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 991.98px) {
    .safety-tooltip:nth-child(5) ~ .safety-tooltip {
        display: none;
    }
}
.safety-tooltip__button {
    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;
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    width: 45px;
    height: 45px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
    .safety-tooltip__button {
        pointer-events: none;
        margin: 0 10px 0 0;
    }
}
.safety-tooltip__button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#6CC161), to(#6AD78F)), #C4C4C4;
    background: -o-linear-gradient(left, #6CC161 0%, #6AD78F 100%), #C4C4C4;
    background: linear-gradient(90deg, #6CC161 0%, #6AD78F 100%), #C4C4C4;
}
.safety-tooltip__button svg {
    fill: #fff;
    width: 21px;
    height: 21px;
}
.safety-tooltip__content {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    border-radius: 10px;
    padding: 15px 20px;
    display: none;
}
@media screen and (max-width: 991.98px) {
    .safety-tooltip__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 991.98px) {
    .safety-tooltip:not(:last-child) {
        margin: 0 0 20px 0;
    }
}

.tippy-box {
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    border-radius: 10px;
    padding: 12px 15px;
    background-color: #fff;
    color: #212121;
}

.tippy-arrow {
    color: #fff;
}

.tippy-content {
    padding: 0;
}
.tippy-content strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.tippy-content span {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}

.stages__title {
    margin: 0 0 15px 0;
}
.stages__subtitle {
    margin: 0 0 50px 0;
}
.stages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 767.98px) {
    .stages__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 75px 0 0 0;
    }
}
.stages__bottom {
    margin: 35px 0 0 0;
}
@media screen and (max-width: 767.98px) {
    .stages__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.stages__line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 767.98px) {
    .stages__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.stages__line::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
}
@media screen and (max-width: 767.98px) {
    .stages__line::after {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 49%;
        width: 1px;
        height: 100%;
    }
}
.stages__line span {
    width: 11px;
    height: 11px;
    background-color: #C4C4C4;
    border-radius: 50%;
}
.stages__marks {
    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: 8px 0 0 0;
    padding: 0px 95px;
}
@media screen and (max-width: 991.98px) {
    .stages__marks {
        padding: 0px 65px;
    }
}
@media screen and (max-width: 767.98px) {
    .stages__marks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px 0 0;
        margin: 175px 0 0 0;
    }
}
.stages__marks span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #BDBDBD;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: center;
}
@media screen and (max-width: 767.98px) {
    .stages__marks span {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@media screen and (max-width: 767.98px) {
    .stages__marks span:not(:last-child) {
        margin: 0 0 160px 0;
    }
}
@media screen and (max-width: 767.98px) {
    .stages__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.stages-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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.stages-item__icon {
    position: relative;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
    margin: 0 0 20px 0;
}
@media screen and (max-width: 991.98px) {
    .stages-item__icon {
        margin: 0 0 15px 0;
    }
}
.stages-item__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.stages-item__text {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    padding: 0 5px;
    max-width: 180px;
}
@media screen and (max-width: 991.98px) {
    .stages-item__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 767.98px) {
    .stages-item:not(:last-child) {
        margin: 0 0 30px 0;
    }
}

.system {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 96px 0 16px 0 !important;
}
@media screen and (max-width: 1199.98px) {
    .system {
        padding: 65px 0 70px !important;
    }
}
@media screen and (max-width: 991.98px) {
    .system {
        padding: 40px 0 50px 0 !important;
    }
}
.system__title {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 575.98px) {
    .system__title {
        margin: 0 0 15px 0;
    }
}
.system__subtitle {
    max-width: 815px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.system__img {
    display: block;
    margin: 0 auto;
}

.types {
    background-color: #fafafa;
}
.types__title {
    margin: 0 0 65px 0;
}
@media screen and (max-width: 991.98px) {
    .types__title {
        margin: 0 0 30px 0;
    }
}
.types__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.types-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
}
@media screen and (max-width: 767.98px) {
    .types-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.types-item__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media screen and (max-width: 991.98px) {
    .types-item__img {
        width: 50%;
    }
}
@media screen and (max-width: 767.98px) {
    .types-item__img {
        width: 100%;
    }
}
.types-item__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.types-item__content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 50px;
    color: #212121;
}
@media screen and (max-width: 420.98px) {
    .types-item__content {
        padding: 25px 20px;
    }
}
.types-item__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 12px 0;
}
.types-item__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 30px 0;
}

.types__item:not(:last-child) {
    margin: 0 0 65px 0;
}
@media screen and (max-width: 991.98px) {
    .types__item:not(:last-child) {
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 768px) {
    .types__item:nth-child(even) .types-item__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.what__title {
    margin: 0 0 55px 0;
}
.what__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 45px 30px;
}
@media screen and (max-width: 991.98px) {
    .what__content {
        grid-gap: 30px 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .what__content {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 575.98px) {
    .what__content {
        grid-template-columns: 1fr;
    }
}

.what-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E7E7E7;
}
.what-item__img {
    display: block;
    overflow: hidden;
    margin: 0 0 25px 0;
    border-radius: 10px;
}
.what-item__img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.225s ease-out;
    transition: -webkit-transform 0.225s ease-out;
    -o-transition: transform 0.225s ease-out;
    transition: transform 0.225s ease-out;
    transition: transform 0.225s ease-out, -webkit-transform 0.225s ease-out;
}
.what-item__bottom {
    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;
}
.what-item__name {
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 991.98px) {
    .what-item__name {
        font-size: 16px;
        line-height: 20px;
    }
}
.what-item__arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-filter 0.225s ease-out;
    transition: -webkit-filter 0.225s ease-out;
    -o-transition: filter 0.225s ease-out;
    transition: filter 0.225s ease-out;
    transition: filter 0.225s ease-out, -webkit-filter 0.225s ease-out;
}
.what-item__arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 20px;
    fill: #fff;
}
.what-item:hover .what-item__img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.what-item:hover .what-item__arrow {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.works {
    background-color: #FAFAFA;
}
@media screen and (max-width: 575.98px) {
    .works {
        padding: 40px 0 90px 0 !important;
    }
}
.works__title {
    margin: 0 0 40px 0;
}
@media screen and (max-width: 991.98px) {
    .works__title {
        margin: 0 0 25px 0;
    }
}
.works__slider-container {
    position: relative;
    width: 100%;
    padding: 5px 105px 0;
}
@media screen and (max-width: 991.98px) {
    .works__slider-container {
        padding: 5px 55px 0;
    }
}
@media screen and (max-width: 575.98px) {
    .works__slider-container {
        padding: 5px 0 0;
    }
}
@media screen and (max-width: 575.98px) {
    .works .container {
        padding: 0;
    }
}
.works__slider-wrapper {
    overflow: hidden;
    margin: -20px -20px -50px -20px;
    padding: 20px 20px 50px 20px;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .works__slider-wrapper {
        margin: -10px -10px -50px -10px;
        padding: 10px 10px 50px 10px;
    }
}
@media screen and (max-width: 575.98px) {
    .works__slider-wrapper {
        margin: 0 0 -40px 0;
        padding: 0 0 40px 0;
    }
}
.works__slider-wrapper::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 100px);
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}
@media screen and (max-width: 575.98px) {
    .works__slider-wrapper::before {
        width: calc(100% - 70px);
        bottom: 25px;
        height: 15px;
    }
}
.works__slider-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 150px);
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 575.98px) {
    .works__slider-wrapper::after {
        width: calc(100% - 115px);
        height: 15px;
        bottom: 10px;
    }
}

.works-slider {
    width: 100%;
    margin: 0 auto;
    overflow: unset !important;
    z-index: 3;
}
.works-slider__slide {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
    border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
    .works-slider__slide {
        padding: 20px;
    }
}
@media screen and (max-width: 575.98px) {
    .works-slider__slide {
        padding: 0;
    }
}
.works-slider__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 575.98px) {
    .works-slider__img {
        margin: 0;
        border-radius: 0;
    }
}
.works-slider__img img {
    width: 100%;
}
.works-slider__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 991.98px) {
    .works-slider__title {
        margin: 0 0 5px 0;
        line-height: 26px;
    }
}
@media screen and (max-width: 575.98px) {
    .works-slider__title {
        padding: 0 15px;
        font-size: 20px;
        line-height: 26px;
        display: none;
    }
}
.works-slider__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
@media screen and (max-width: 575.98px) {
    .works-slider__subtitle {
        padding: 0 15px;
        font-size: 16px;
        line-height: 20px;
        display: none;
    }
}
.works-slider__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
@media screen and (max-width: 575.98px) {
    .works-slider__text {
        padding: 0 15px;
        font-size: 14px;
        line-height: 20px;
        display: none;
    }
}
.works-slider__prev, .works-slider__next {
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}
@media screen and (max-width: 991.98px) {
    .works-slider__prev, .works-slider__next {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 575.98px) {
    .works-slider__prev, .works-slider__next {
        background-color: transparent;
    }
}
.works-slider__prev:hover, .works-slider__next:hover {
    background: -webkit-gradient(linear, left top, right top, from(#5DA7DC), to(#5DC3DC));
    background: -o-linear-gradient(left, #5DA7DC 0%, #5DC3DC 100%);
    background: linear-gradient(90deg, #5DA7DC 0%, #5DC3DC 100%);
}
@media screen and (max-width: 575.98px) {
    .works-slider__prev:hover, .works-slider__next:hover {
        background: transparent;
    }
}
.works-slider__prev:hover svg, .works-slider__next:hover svg {
    fill: #fff;
}
@media screen and (max-width: 575.98px) {
    .works-slider__prev:hover svg, .works-slider__next:hover svg {
        fill: #fff;
    }
}
.works-slider__prev svg, .works-slider__next svg {
    width: 18px;
    height: 32px;
    fill: #AFAFAF;
}
@media screen and (max-width: 991.98px) {
    .works-slider__prev svg, .works-slider__next svg {
        width: 13px;
        height: 22px;
    }
}
@media screen and (max-width: 575.98px) {
    .works-slider__prev svg, .works-slider__next svg {
        fill: #fff;
    }
}
.works-slider__prev {
    left: 0;
}
@media screen and (max-width: 575.98px) {
    .works-slider__prev {
        left: 0;
    }
}
.works-slider__prev svg {
    -webkit-transform: rotate(-180deg) translateX(2px);
    -ms-transform: rotate(-180deg) translateX(2px);
    transform: rotate(-180deg) translateX(2px);
}
.works-slider__next {
    right: 0;
}
@media screen and (max-width: 575.98px) {
    .works-slider__next {
        right: 0;
    }
}
.works-slider__next svg {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}