@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Black.eot');
    src: url('/../fonts/Inter/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Black.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Black.woff') format('woff'),
        url('/../fonts/Inter/Inter-Black.ttf') format('truetype'),
        /*url('/../fonts/Inter/Inter-Black.svg#Inter-Black') format('svg');*/
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Bold.eot');
    src: url('/../fonts/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Bold.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Bold.woff') format('woff'),
        url('/../fonts/Inter/Inter-Bold.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-ExtraBold.eot');
    src: url('/../fonts/Inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-ExtraBold.woff') format('woff'),
        url('/../fonts/Inter/Inter-ExtraBold.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Medium.eot');
    src: url('/../fonts/Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Medium.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Medium.woff') format('woff'),
        url('/../fonts/Inter/Inter-Medium.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-ExtraLight.eot');
    src: url('/../fonts/Inter/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-ExtraLight.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-ExtraLight.woff') format('woff'),
        url('/../fonts/Inter/Inter-ExtraLight.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Light.eot');
    src: url('/../fonts/Inter/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Light.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Light.woff') format('woff'),
        url('/../fonts/Inter/Inter-Light.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Thin.eot');
    src: url('/../fonts/Inter/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Thin.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Thin.woff') format('woff'),
        url('/../fonts/Inter/Inter-Thin.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-Regular.eot');
    src: url('/../fonts/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-Regular.woff') format('woff'),
        url('/../fonts/Inter/Inter-Regular.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/../fonts/Inter/Inter-SemiBold.eot');
    src: url('/../fonts/Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
        url('/../fonts/Inter/Inter-SemiBold.woff') format('woff'),
        url('/../fonts/Inter/Inter-SemiBold.ttf') format('truetype'),
        url('/../fonts/Inter/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






* {
    outline: none; 
    margin: 0px; 
    padding: 0px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::selection {
    background: 1px solid rgb(29 111 255 / 35%);
}



p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgb(50 73 96 / 75%);
}

a {
    background-color: transparent;
    color: inherit;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 1;
    height: max-content;
}



input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    -webkit-appearance: none;
}

button, input {
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-family: Inter;
    font-style: normal;
    color: #121C24;
    font-weight: normal;
    line-height: 1.5;
    font-size: 0.9375rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.load {
    opacity: 0;
}



h1, .h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #121C24;
}

h2, .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #121C24;
}

h3, .h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: rgba(18, 28, 36, 1);
}


ul, ol {
    list-style: none;
    padding-left: 16px;
    position: relative;
}

ul li, ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(18 28 36 / 70%);
    text-align: left;
}

ul li:before {
    content:'\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -17px;
    top: 0px;
    color: #1D6FFF;
    font-size: 15px;
}


ol { 
    counter-reset: item; 
    padding-left: 2px;
}
ol li { 
    display: block; 
}
ol li .num {
    font-weight: 500;
    color: #1D6FFF;
}

.article {
    padding-top: 60px;
    padding-bottom: 60px;
}

.article h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1.2;
}

.article h2 {
    padding-top: 30px;
    font-size: 26px;
    line-height: 1.3;
}

.article p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.article ul li {
    margin-bottom: 3px;
}

.article ol {
    margin-top: 15px;
    margin-bottom: 15px;
}
.article ol li {
    margin-bottom: 3px;
}

.article ul ul, .article ol ul {
    margin-left: 20px;
    margin-top: 5px;
}


.article__wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}



.nav-bar {
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
}

.nav-bar ul {
    margin: 0px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-bar ul li:before {
    display: none;
}

.nav-bar ul ul {
    padding-right: 0px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
}





.nav-bar__link {
    width: 100%;
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all .2s ease-out;
    color: #121C24;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    background-color: #f1f6fa;
}

.nav-bar__link:hover {
    background-color: #F1F6FA;
    color: #121C24;
}

.nav-bar__link--active {
    background: #1d6fff26;
    color: #1D6FFF;
}
.nav-bar__link--active:hover {
    background: #1d6fff26;
    color: #1D6FFF;
}

.nav-bar__link--wrap::before {
    content: '';
    background-image: url(/img/select-rectangle.svg);
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    top: 52%;
    right: 18px;
    width: 8px;
    height: 6px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    transform-origin: center;
}


.nav-bar__sub-link {
    width: 100%;
    display: block;
    border-radius: 4px;
    transition: all .2s ease-out;
    color: #121C24;
    line-height: 1.3;
    position: relative;
    padding: 3px 10px;
    font-size: 13px;

}

.nav-bar__sub-link--active {
    color: #1D6FFF;
}

/*ul li:before*/


.article__content {
    background-color: #fff;
    padding: 30px 30px;
    padding-right: 0px;
    border-left: 1px solid #f1f6fa;
    width: calc(100% - 300px);
}

.article--nav {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}

.container {
    position: relative;
    width: calc(1170px + 30px);
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    width: -webkit-fill-available;
}

.wrap {
    /*overflow-x: hidden;*/
}


.btn {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-out;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


.btn__ico, 
.btn__text {
    opacity: 1;
}

.btn--load .btn__ico, 
.btn--load .btn__text {
    opacity: 0;
}

.btn--load .btn__loader {
    display: block;
}

.btn--load {
    opacity: .75;
    user-select: none;
    pointer-events: none;
}

.btn__loader {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.btn--blue .btn__loader,
.btn--black .btn__loader {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMTAiIHI9IjM2IiBzdHJva2UtZGFzaGFycmF5PSIxNjkuNjQ2MDAzMjkzODQ4ODIgNTguNTQ4NjY3NzY0NjE2Mjc2Ij4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMC40cyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+);
}


.btn--outline .btn__loader {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLXYtMzE3Y2MyMjE9IiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0iZHluYW1pYy13cmFwcGVyX19sb2FkIj48Y2lyY2xlIGRhdGEtdi0zMTdjYzIyMT0iIiBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMUQ2RkZGIiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNiIgc3Ryb2tlLWRhc2hhcnJheT0iMTY5LjY0NjAwMzI5Mzg0ODgyIDU4LjU0ODY2Nzc2NDYxNjI3NiI+PGFuaW1hdGVUcmFuc2Zvcm0gZGF0YS12LTMxN2NjMjIxPSIiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjRzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
}

.btn--blue {
    font-weight: 500;
    background: #1D6FFF;
    background-size: 300%;
    background-position-x: 150%;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.btn--blue:hover {
    background-color: #1b5dcd;
}

.btn--gray {
    font-weight: 600;
    background: #F1F6FA;
    background-size: 300%;
    background-position-x: 150%;
    color: #121C24;
    border: none;
}

.btn--gray:hover {
    opacity: .75;
}


.btn--black {
    font-weight: 500;
    background-color: #00338D;
    background-size: 300%;
    background-position-x: 150%;
    color: rgba(255, 255, 255, 1);
    border: none;
}

/*.btn--black:hover {*/
    /*background-color: #121C24;;*/
/*}*/




.btn--outline {
    font-weight: 600;
    background: transparent;
    color: #1D6FFF;
    border: 1px solid rgb(29 111 255 / 35%)
}

.btn--outline:hover {
    border-color: rgb(29 111 255 / 100%);
    background-color: rgb(29 111 255 / 100%);
    color: #fff;
}



.btn--lg {
    padding: 0px 39px;
    font-size: 16px;
    height: 60px;
    border-radius: 30px;
}

.btn--md {
    padding: 0px 25px;
    font-size: 16px;
    height: 50px;
    border-radius: 25px;
}

.btn--sm {
    padding: 0px 21px;
    font-size: 15px;
    height: 41px;
    border-radius: 22px;
}

.btn--inline {
    width: 100%;
}


.btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.btn-group__separator {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgb(18 28 36 / 50%);
    margin-left: 15px; 
    margin-right: 15px;
}

.googleplay-btn {
    background-color: rgb(0, 0, 0);
    width: 215px;
    background-image: url(/img/googleplay.svg);
    background-position: center center;
    background-size: 158px;
    background-repeat: no-repeat;
    padding: 20px 20px;
}


.link-blue-s {
    font-weight: 600;
    line-height: 1;
    color: #1D6FFF;
    border-bottom: 1px solid rgb(29 111 255 / 35%);
}

.link-blue-s:hover {
    border-color: transparent;
}








.header {
    background: #F1F6FA;
    padding-top: 32px;
    padding-bottom: 32px;
}
.header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #121C24;
} 

.header__link:hover {
    color: #1D6FFF;
}

.header__menu .header__link:not(:last-child) {
    margin-right: 50px;
}

.header__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
}

.header__right .header__link {
    margin-right: 25px;
}






.main {
    background: #F1F6FA;
    padding-top: 80px;
    padding-bottom: 135px;
}

.main__title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.main__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.main__buttons a:last-child {
    margin-left: 10px;
}

.main__buttons .googleplay-btn {
    width: 215px;
}

.main__bottom {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #121C24;
    margin-top: 25px;
    text-align: center;
}


.presentation {
    position: absolute;
    right: 20px;
    bottom: -135px;
    width: 342px;
    height: 570px;
    background: #fff;
    box-shadow: 0px 30px 150px rgb(0 68 121 / 15%);
    border-radius: 45px 45px 0px 0px;
} 

.presentation__terminal {
    position: absolute;
    left: -55px;
    bottom: 50px;
    z-index: 3;
    background-image: url(/img/presentation/terminal.png);
    background-size: cover;
    width: 315px;
    height: 187px;
    box-shadow: 0px 30px 60px -20px rgb(18 28 36 / 25%), 0px 20px 60px -20px rgb(18 28 36 / 35%);
    border-radius: 10px;
    padding-top: 40px;
    padding-left: 15px;
    overflow: hidden;
}

.presentation__img {
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
    width: 100%;
}

.presentation__row {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
}

.presentation__middle {
    position: absolute;
    left: 0px;
    top: 220px;
    display: flex;
}

.presentation__middle svg {
    overflow: visible;
    width: 100%;
}




@media (max-width: 767px) {

    .presentation {
        position: relative;
        bottom: -65px;
        left: 50%;
        transform: translateX(-50%);
        width: 270px;
        height: 450px;
    }

    .presentation__middle {
        top: 170px;
    }

    .presentation__terminal {
        left: -21px;
        bottom: 21px;
    }
}



#js-presentation-follow {
    transition: all .3s ease-out;
    transform: scale(1);
    opacity: 1;
    transform-origin: 62px;
}

#js-presentation-follow.animate {
    transform: scale(2.5);
    /*height: 300px;*/
    /*width: 300px;*/
    opacity: 1;
}








.landing {
    z-index: 1;
    overflow-x: hidden;
}

.presentation__btn {
    position: absolute;
    left: 50%;
    top: 206px;
    transform: translateX(-50%);
}

/*
@media (max-width: 767px) {

     .main__back {
        position: static;
        margin-left: -70px;
        margin-right: -70px;
        margin-bottom: -65px;
        margin-top: -30px;
    }

    .main__image {
        width: 460px;
    }

    .main__terminal {
        position: absolute;
        left: calc(50% - 30px);
        transform: translateX(-50%);
        bottom: -80px;
        width: 330px;
    }


}*/




.custom-list {
    list-style: none;
    padding-left: 33px;
    list-style: none;
}

.custom-list li {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #121C24;
    position: relative;
}

.custom-list li:not(:last-child) {
    margin-bottom: 15px;
}

.custom-list li::before {
    content: '';
    background-image: url(/img/check-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 16px;
    width: 20px;
    max-height: 16px;
    max-width: 20px;
    position: absolute;
    left: -32px;
    top: 13px;
    transform: translateY(-50%);
}


.custom-list.custom-list--sm {
    padding-left: 25px;
}

.custom-list.custom-list--sm li {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #121C24;
}

.custom-list.custom-list--sm li::before {
    height: 12px;
    width: 14px;
    left: -25px;
    top: 11px;
}






.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #121C24;
    margin-top: 8px;
}





.brand {
    padding-top: 90px;
    padding-bottom: 70px;
    z-index: 2;
    position: relative;
    /*background-color: #fff;*/
}

.advanced {
    margin-top: 70px;
}

.advanced__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #121C24;
    margin-bottom: 40px;
}



.block {
    border-radius: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    text-align: left;
    height: calc(100% - 30px);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.block--blue {
    background-color: #1d6fff;
}

.block--sky {
    background-color: #E0EEF9;
}

.block--gray {
    background-color: #F1F6FA;
}

.block--white {
    background-color: #FFFFFF;
}


.block--md {
    padding: 45px 50px;
}
.block--sm {
    padding: 40px 40px;
}
.block--lg {
    padding: 60px 60px;

    margin-bottom: 40px;
    height: calc(100% - 40px);
}


.block--bg {
    background-position: right; 
    background-repeat: no-repeat;
    background-size: contain;
}




.block__number {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D6FFF;
    text-align: left;
    width: fit-content;
}

.block__number--mo {
    padding-left: 27px;
    padding-right: 60px;
    position: relative;
}

.block__number--mo span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    white-space: nowrap;
}

.block__number--mo span:first-child {
    top: 10px;
    left: 0px;
}

.block__number--mo span:last-child {
    bottom: 5px;
    right: 55px;
    transform: translateX(100%);
}

.block__badge {
    position: absolute;
    background-color: #00338D;
    border-radius: 12px;
    top: -11px;
    left: 40px;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px;
}



.block__label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: rgb(18 28 36 / 35%);
    text-align: left;
}

.block__icon {
    display: flex;
}

.block__text-m {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #121C24;
    text-align: left;
}

.block__text-md {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #121C24;
    text-align: left;
}

.block__text-lg {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
}

.block__text-gray {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(18 28 36 / 70%);
    text-align: left;
}




.block--sm .block__separator {
    height: 1px;
    width: -webkit-fill-available;
    background-color: rgb(18 28 36 / 10%);
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 35px;
    margin-bottom: 35px;
}


.block--blue .block__text-md {
    color: #fff;
}
.block--blue .block__text-gray {
    color: rgb(255 255 255 / 70%);
}
.block--blue .block__text-lg {
    color: #fff;
}
.block--blue .block__number {
    color: #fff;
}
.block--blue .block__separator {
    background-color: rgb(255 255 255 / 10%);
}
.block--blue .custom-list--sm li {
    color: #FFFFFF;
}
.block--blue .custom-list li::before {
    background-image: url(/img/check-white.svg);
}






.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #f1f6fa;
}

.footer__bottom {
    margin-top: 50px;
}

.footer__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgb(18 28 36 / 50%);
}

.footer__links {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.footer__links a {
    font-size: 12px;
    display: inline-block;
    width: fit-content;
}

.footer__links a:not(:last-child) {
    margin-right: 30px;
}

.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.social__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
}

.social__item:not(:last-child) {
    margin-right: 25px;
}

.social__item path {
    transition: all .2s ease-out;
}

.social__item:hover path {
    opacity: 1;
    /*fill: #1D6FFF;*/
}


.steps {
    padding-top: 95px;
    padding-bottom: 70px;
    background-color: #F1F6FA;
}

.steps__items {
    margin-top: 50px;
}

.steps__item {
    position: relative;
}



.steps__number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-align: right;
    color: #2770AA;
    opacity: 0.1;
    position: absolute;
}


.steps__item--left .steps__number {
    right: 55px;
    top: 40px;
}

.steps__item--right .steps__number {
    left: 55px;
    top: 40px;
}


.steps__item .block {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.steps__image {
    background: #FFFFFF;
    box-shadow: 0px 20px 120px rgba(13, 41, 63, 0.12);
    border-radius: 30px 30px 0px 0px;
    position: absolute;
}

.steps__image--right {
    right: 60px;
    bottom: 0px;
}

.steps__image--left {
    left: 60px;
    bottom: 0px;
}

.steps__content {
    width: 100%;
}


.safety {
    padding-top: 90px;
    padding-bottom: 70px;
}

.safety__blocks {
    margin-top: 50px;
}


.prices {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #F1F6FA;
}

.prices__container {
    margin-top: 50px;
}


.question {
    padding-top: 90px;
    padding-bottom: 100px;
}

.question__items {
    margin-top: 40px;
}



.accordion {
    width: 100%
}

.accordion__header {
    background: #F1F6FA;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    transition: all .2s ease-out;
    cursor: pointer;
    user-select: none;
}

.accordion__name:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    height: 20px;
    width: 20px;
    background-image: url(/img/arrow-down-blue.svg);
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: all .2s ease-out;
}

.accordion__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #121C24;
    padding: 23px 30px;
    margin-left: 70px;
    border-left: 1px solid rgb(18 28 36 / 5%);
    position: relative;
    text-align: left;
}

.accordion__content {
    background: #F1F6FA;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-direction: row;
}

.accordion__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(18 28 36 / 70%);
    text-align: left;
    padding: 0px 30px 30px 30px;

    margin-left: 70px;
    border-left: 1px solid rgb(18 28 36 / 5%);
}

.accordion__info P:first-child {
    margin-top: 0px;
}

.accordion__info P:last-child {
    margin-bottom: 0px;
}


.ui-accordion-header-active {
    border-radius: 10px 10px 0px 0px;
}

.ui-accordion-header-active .accordion__name::before {
    transform: translate(-50%, -50%) rotate(180deg);
}


.ui-accordion-header-active .accordion__name {
    /*padding-bottom: 10px;*/
}



.fly {
    position: absolute;
    width: 342px;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    height: 30px;
}

.fly__heart {
    animation: fly 2.3s infinite ease-in-out;
    position: absolute;
    opacity: 0;
    top: 0px;
}

.fly__heart--1 {
    right: -20px;
    animation-delay: 0s;
}
.fly__heart--2 {
    right: 300px;
    animation-delay: 1s;
}
.fly__heart--3 {
    right: 230px;
    animation-delay: 0.5s;
}
.fly__heart--4 {
    right: 170px;
    animation-delay: 1.3s;
}
.fly__heart--5 {
    right: 130px;
    animation-delay: 1s;
}
.fly__heart--6 {
    right: 50px;
    animation-delay: 1.5s;
}


@keyframes fly {
    from {
        transform: scale(.6) translateX(0px)translateY(0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        transform: scale(1) translateX(0px) translateY(-300px);
        opacity: 0;
    }
}



.work {
    padding-top: 90px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(18 28 36 / 5%);

    z-index: 2;
    position: relative;
    background-color: #fff;
}

.work__title {
    margin-bottom: 50px;
}

.work__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.work__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.work__state {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    width: fit-content;
    align-items: center;
    transition: all .3s ease-out;
}

.work__state:not(:last-child) {
    margin-bottom: 31px;
}

.work__state div {
    height: 100%;
}

.work__state div:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}

.work__state div:last-child {
    min-width: 370px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    padding: 20px 35px;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100px;
}

.work__state--1 {
    background-color: #121C24;
    width: calc(100% - 20px);
}
.work__state--1 div:first-child {
    border-right: 1px solid #4e555b;
}
.work__state--1:hover {
    transform: translateX(-20px);
}


.work__state--2 {
    background-color: #15325D;
    width: calc(100% - 45px);
}
.work__state--2 div:first-child {
    border-right: 1px solid #4f6585;
}
.work__state--2:hover {
    transform: translateX(-45px);
}


.work__state--3 {
    background-color: #184694;
    width: calc(100% - 70px);
}
.work__state--3 div:first-child {
    border-right: 1px solid #5274af;
}
.work__state--3:hover {
    transform: translateX(-70px);
}


.work__state--4 {
    background-color: #1B5CCC;
    width: calc(100% - 95px);
}
.work__state--4 div:first-child {
    border-right: 1px solid #5485d9;
}
.work__state--4:hover {
    transform: translateX(-95px);
}


.work__state--5 {
    background-color: #1D6FFF;
    width: calc(100% - 120px);
    filter: drop-shadow(0px 25px 75px rgba(29, 111, 255, 0.35));
}
.work__state--5 div:first-child {
    border-right: 1px solid #5593ff;
}
.work__state--5:hover {
    transform: translateX(-120px);
}


.work__btn {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
}

.work__btn a:first-child {
    margin-right: 10px;
}





.instruction {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #F1F6FA;
}
.instruction__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}




.player {
    width: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}

.player__bg {
    width: 100%;
    transition: all .2s ease-out;
}

.player__control {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.player.hide {
    display: none;
}


.player__btn {
    margin-right: 25px;
    width: 80px;
    height: 80px;
    background: #1D6FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s ease-out;
}

.player__ico {
    margin-left: 6px;
    width: 16px;
    height: 18px;
}

.player__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    text-align: left;
}

.player__btn svg {
    margin-left: 4px;
}

.player:hover .player__btn {
    transform: scale(1.1);
}

.player:hover .player__bg {
    opacity: .75;
    filter: blur(2px);
}



a[data-fancybox] img {
  cursor: zoom-in;
}




.load-container {
    position: relative;
    min-height: 250px;
}

.load-container::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
}

.load-container::after {
    content: '';
    height: 50px;
    width: 50px;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLXYtMzE3Y2MyMjE9IiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0iZHluYW1pYy13cmFwcGVyX19sb2FkIj48Y2lyY2xlIGRhdGEtdi0zMTdjYzIyMT0iIiBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMUQ2RkZGIiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNiIgc3Ryb2tlLWRhc2hhcnJheT0iMTY5LjY0NjAwMzI5Mzg0ODgyIDU4LjU0ODY2Nzc2NDYxNjI3NiI+PGFuaW1hdGVUcmFuc2Zvcm0gZGF0YS12LTMxN2NjMjIxPSIiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjRzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
}

.load-container--load {
    min-height: 250px;
}

.load-container--load::before, .load-container--load::after {
    opacity: 1;
    visibility: visible;
} 




.adaptive-row {
    display: flex;
    flex-direction: row;
}

.adaptive-row div:first-child {
    margin-right: 30px;
}


.adaptive-gallerey {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
}

.adaptive-gallerey a {
    margin-right: 10px;
}
.adaptive-gallerey img {
    max-width: 250px;
}

@media (max-width: 992px) {
    .adaptive-row {

        flex-direction: column;

    }
    .nav-bar {
        width: 260px;
    }
    .article__content {
        width: calc(100% - 260px);
    }
    .adaptive-gallerey img {
        max-width: 200px;
    }

}

@media (max-width: 767px) {

    .adaptive-gallerey img {
        max-width: 150px;
    }


    .adaptive-row div:first-child {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

























@media (max-width: 1200px) {
    .work__state:hover {
        transform: translateX(0px);
    }

    .work__state--1 {
        width: calc(100% - 00px);
    }

    .work__state--2 {
        width: calc(100% - 25px);
    }
 
    .work__state--3 {
        width: calc(100% - 50px);
    }

    .work__state--4 {
        width: calc(100% - 75px);
    }
 
    .work__state--5 {
        width: calc(100% - 100px);
        filter: drop-shadow(0px 25px 75px rgba(29, 111, 255, 0.35));
    }

    .work__state div:last-child {
        font-size: 15px;
        min-width: 340px;
    }

}


@media (max-width: 767px) {

    .nav-bar {
        width: 100%;
        position: static;
    }
    .article__wrap {
        flex-direction: column;
    }
    .article__content {
        width: 100%;
        border-left: none;
        padding-left: 0px;
    }

    .player__control {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .player__ico {
        height: 16px;
        margin-left: 4px;
    }

    .player__btn {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .player__text {
        font-size: 18px;
    }


    .fly {
        left: 40px;
        bottom: -77px;
    }

    .work {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .work__right {
        align-items: center;
    }

    .work__btn {
        margin-bottom: 40px;
        flex-direction: column;
        width: 100%;
    }

    .work__btn a:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .work__state {
        height: auto;
        flex-direction: column;
    }

    .work__state div:first-child {
    }
    .work__state div:last-child {
        min-width: auto;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .work__state--1 {
        width: 100%;
    }

    .work__state--2 {
        width: calc(100% - 20px);
    }

    .work__state--3 {
        width: calc(100% - 40px);
    }

    .work__state--4 {
        width: calc(100% - 60px);
    }

    .work__state--5 {
        width: calc(100% - 80px);
    }


    .work__state--1 div:first-child {
        border-right: none;
        border-bottom: 1px solid #4e555b;
    }

    .work__state--2 div:first-child {
        border-right: none;
        border-bottom: 1px solid #4f6585;
    }
    .work__state--3 div:first-child {
        border-right: none;
        border-bottom: 1px solid #5274af;
    }
    .work__state--4 div:first-child {
        border-right: none;
        border-bottom: 1px solid #5485d9;
    }
    .work__state--5 div:first-child {
        border-right: none;
        border-bottom: 1px solid #5593ff;
    }




    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1, .h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .inline-xs {
        width: 100%;
    }

    .subtitle {
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
        margin-top: 15px;
    }

    .block--sm {
        padding: 30px 30px;
    }

    .block--md {
        padding: 30px 30px;
    }

    .block--lg {
        padding: 30px 30px;
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }

    .block--sm .block__separator {
        margin-left: -30px;
        margin-right: -30px;
    }



    .block__text-lg {
        font-size: 24px;
        line-height: 1.3;
    }

    .block--bg {
        background-position: 190px 60px;
    }



    .advanced {
        margin-top: 50px;
    }

    .advanced__title {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 35px;
    }



    .custom-list li {
        font-size: 16px;
        line-height: 1.3;
    }

    .custom-list li::before {
        height: 16px;
        width: 20px;
        max-height: 16px;
        max-width: 20px;
        left: -32px;
        top: 11px;
        transform: translateY(-50%);
    }

    .custom-list li:not(:last-child) {
        margin-bottom: 10px;
    }



    .steps__number {
        font-size: 40px;
    }
    .steps__item--right .steps__number, .steps__item--left .steps__number {
        right: 25px;
        top: 355px;
        z-index: 3;
    }

    .steps__item .block {
        align-items: center;
    }


    .steps__content {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0px 30px;
        background-color: #fff;
        z-index: 2;
        padding-top: 30px;
        width: calc(100% + 60px);
    }
    .steps__image {
        position: static;
        max-width: 250px;
    }


    .footer__links {
        flex-direction: column;
        margin-top: 40px;
    }
    
    .footer__links a:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .accordion__name {
        font-size: 15px;
        line-height: 1.3;
        padding: 15px 20px;
    }

    .accordion__info {
        padding: 20px 25px 20px 25px;
        border-top: 1px solid rgb(18 28 36 / 5%);
        border-left: none;
        margin-left: 0px;
    }



    .steps {
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .header {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .main {
        padding-top: 65px;
        padding-bottom: 65px;
    }


    .brand {
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .safety {
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .prices {
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .question {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .social {
        justify-content: left;
        margin-top: 30px;
    }


    .btn-group {
        flex-direction: column;
    }

    .btn-group__separator {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .btn-group a:first-child {
        margin-bottom: 10px;
    }


    .main__buttons {
        flex-direction: column;
        width: 100%;
    }
    .main__buttons a {
        width: 100%!important;
    }

    .main__buttons a:last-child {
        margin-left: 0px;
        margin-top: 10px;
    }
    .main__bottom {
        width: 100%;
    }
    .main__desc {
        font-size: 14px;
    }

    .btn__text--short-xs {
        overflow: hidden;
        max-width: 120px;
        text-overflow: ellipsis;
    }

    .work__btn a {
        width: 70%;
    }

/*    .player {
        width: 90%;
    }*/
}

@media (max-width: 350px) {
   .container {
        padding-left: 15px;
        padding-right: 15px;
    }  
}
