* {
    margin: 0;
    padding: 0;
    box-sizing:border-box
}

html {
    height: 100%;  
}

body {
    min-height: 100%;
    overflow-x:hidden;
}

body, html {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: "Noto Sans";
    src: url('/fonts/NotoSans.eot');
    src: url('/fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
    url('/fonts/NotoSans.woff') format('woff'),
    url('/fonts/NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#__layout, #__nuxt, body, html {
    min-height: 100vh;
    min-width: 320px;
}

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

.ra{
    position:relative;
}
.ra::before{
    content:'';
    display:block;
}
.ra-1_1::before{
    padding-top:100%;
}
.ra-1_2::before{
    padding-top:200%;
}
.ra-1_3::before{
    padding-top:300%;
}
.ra-2_1_1::before{
    padding-top:19%;
}
.ra-2_3::before{
    padding-top:150%;
}
.ra-3_4::before{
    padding-top:133.33333333%;
}
.ra-2_1::before{
    padding-top:50%;
}
.ra-3_2::before{
    padding-top:66.6666666%
}
.ra-4_3::before{
    padding-top:75%;
}
.ra-5_4::before{
    padding-top:72%;
}
.ra-16_9::before{
    padding-top:56.25%;
}
.ra-16_10::before{
    padding-top:62.5%;
}
.ra-16_14::before{
    padding-top:96.5%;
}
.ra-16_12::before{
    padding-top:84.5%;
}

.ra-container {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow:hidden;
    width: 100%;
    height: 100%;
    margin: auto;
}

.ra-container img {
    position: absolute;
}

.ra-container img:not(.width100):not(.height100) {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}

.ra-container img.width100 {
    width: 100%;
    height:auto;
    max-height: inherit;
    top: 50%;
    transform: translateY(-50%);
}

.ra-container img.height100 {
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
}

.ra-container img.kvadrat {
    max-width: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.ra-container img.no_transform {
    left: 0 !important;
    top:0 !important;
    transform: none !important;
}

.header_W3jx8 {
    width: 100%;
    position: sticky;
    top: 0;
    height: 90px;
    z-index: 10;
    background: #212226;
}

.header__container_Man82 {
    position: relative;
    z-index: 6;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.header__container-inner_WfqDE {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}

.header__container-logo_86WXC {
    margin-right: 8px;
}

.link_GKGAU {
    display: flex;
    text-decoration: none;
    align-items: center;
    height: 100%;
}

.link-logo_6wFjH {
    width: 60px;
    height: 70px;
    fill: #ffb400;
    margin-right: 8px;
}

.header__navigation_sKi4R {
    display: flex;
    align-items: center;
}

.header__navigation-list_WyJTK {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.navigation__item_OQC5Z {
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.navigation__item-link_wgoV5 {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .2px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.dropdown_l06CQ {
    position: absolute;
    width: calc(100vw - var(--scrollbar-width));
    top: 100px;
    left: calc(-50vw + 50% + var(--scrollbar-width)/2);
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 32px 32px rgba(0,0,0,.08);
}

.header__navigation-list_WyJTK {
    list-style: none;
}

.header__container-burger_ITQVR {
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}

.header__container-burger-svg_DVriG {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.header__container-panel_w2Wef {
    margin-left: auto;
    height: 100%;
}

.wrapper_pA9Oc {
    display: flex;
    align-items: center;
    height: 100%;
}

.wrapper__contact_iFhuz {
    display: flex;
    align-items: center;
    height: 100%;
}

.wrapper__icon_A1B-i {
    height: 20px;
    width: 20px;
    margin-left: 16px;
    position: relative;
    display: none;
}

.wrapper__icon-svg_uggd5 {
    height: 20px;
    width: 20px;
    fill: #212226;
}

.main_Fqkhs {
    width: 100%;
}

.main-screen_CNyvN {
    width: 100%;
    background: url(/_nuxt/img/main-screen-bg.d7b199d.jpg);
    padding: 90px 0;
    height: calc(100vh - 90px);
    background-size: cover;
}

.main-screen__container_rAu2c {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.main-screen__info_2nCzB {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 350px;
    position: relative;
    z-index: 2;
}

.main-screen__info-description_Y64X6,
.main-screen__info-title_F5R8p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
}

.main-screen__info-description_Y64X6 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 140px;
}

.main-screen__info-title_F5R8p {
    font-size: 60px;
    line-height: 64px;
    margin: 0 0 24px;
}

button, input, textarea {
    outline: none;
}

.button_nHlPa {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    border: none;
    justify-content: center;
    padding: 12px 20px 15px;
    background-color: #1990ff;
    min-height: 42px;
    position: relative;
    transition: transform .25s ease-out;
    touch-action: manipulation;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    border-radius: 30px;
}

.button--md_GxpGF {
    padding: 15px 24px 16px;
}

.button_nHlPa.button--red_dKuW0 {
    background-color: #bd1e2d;
}

.button--with-wave_cYyDY {
    overflow: hidden;
}

.button_nHlPa::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    border-radius: 30px;
    transition: background-color .25s ease;
    z-index: -1;
}

.button--with-wave_cYyDY::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent 0,ivory 50%,transparent);
    opacity: .3;
    animation: wave_JXQCN 1.2s cubic-bezier(.4,0,.6,1) infinite;
}

.main-screen__bg_\+f6nU {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 730px;
    height: auto;
}

.benefits_k1\+yZ {
    width: 100%;
    padding: 90px 0;
}

.benefits__container_6qOnK {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.benefits__info_BBzNC {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.benefits__info-description_nZprk, .benefits__info-title_ChRqQ {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
}

.benefits__info-title_ChRqQ {
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 24px;
    color: #212226;
}

.benefits__info-description_nZprk,
.benefits__info-title_ChRqQ {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
}

.benefits__info-description_nZprk {
    font-size: 28px;
    line-height: 40px;
    color: rgba(33,34,38,.88);
    text-align: center;
}

.benefits__cards_yYYxH {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 64px;
}

.benefits-card_K-PgW {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 24px;
}

.benefits-card__icon_Nc0cL {
    height: 72px;
    width: 72px;
    margin-bottom: 20px;
    transition: transform .5s ease;
}

.benefits-card_K-PgW {
    text-align: center;
}

.benefits-card__description_-YGPa,
.benefits-card__title_BVyjA {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    margin: 0 0 20px;
}

.benefits-card__description_-YGPa {
    font-size: 18px;
    line-height: 25px;
    color: rgba(33,34,38,.72);
}

.benefits__video_lrEKw {
    max-width: 900px;
    margin: 0 auto;
}

.benefits__video-container_bTGvc {
    position: relative;
    padding-bottom: 56.25%;
}

.benefits__video-frame_-CgTZ {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    outline: 2px solid #fff;
    outline-offset: -1px;
}

.technical_szVtg {
    width: 100%;
    padding: 90px 0;
    background: #212226;
}

.technical__container_5-IR5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.technical__info_xBY06 {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    max-width: 695px;
}

.technical__info-description_2quyp,
.technical__info-title_95DRS {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
}

.technical__info-title_95DRS {
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 24px;
    color: #fff;
}

.technical__info-description_2quyp {
    font-size: 28px;
    line-height: 40px;
    color: hsla(0,0%,100%,.88);
    max-width: 603px;
    margin-bottom: 60px;
}

.button_nHlPa {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    border: none;
    justify-content: center;
    padding: 12px 20px 15px;
    background-color: #1990ff;
    min-height: 42px;
    position: relative;
    transition: transform .25s ease-out;
    touch-action: manipulation;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    border-radius: 30px;
}

.button--md_GxpGF {
    padding: 15px 24px 16px;
}

.button_nHlPa::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    border-radius: 30px;
    transition: background-color .25s ease;
    z-index: -1;
}

.technical__cards_VYxHr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.technical__cards-card_jeQXi {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    height: -moz-fit-content;
    height: fit-content;
}

.technical_qDpoq {
    width: 100%;
    padding: 32px 0;
    background: #212226;
}

.technical__container_gGvNE {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.technical__table_8gNeA {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}

.technical__table-head_hN5qx {
    width: 100%;
}

.technical__table-head_hN5qx th,
.technical__table-head_hN5qx tr {
    border: 1px solid hsla(0,0%,100%,.64);
    color: #fff;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: .2px;
    text-align: center;
}

.technical__table-body_Ku-v9 {
    width: 100%;
}

.technical__table-body_Ku-v9 td,
.technical__table-body_Ku-v9 tr {
    border: 1px solid hsla(0,0%,100%,.64);
    color: #fff;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: .2px;
    white-space: nowrap;
}

.technical__table-body_Ku-v9 td {
    padding: 8px 12px;
}

.technical__table-body_Ku-v9 tr td:first-child,
.technical__table-body_Ku-v9 tr td:not([class="technical__table-body-label"]) {
    text-align: center;
}

.technical__table-title_m7xeC {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: .2px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    color: #fff;
}

.technical-description_j7KiX {
    width: 100%;
    padding: 32px 0 64px;
    background: #212226;
}

.technical-description__container_VxeCb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.technical-description__container_VxeCb img {
    display: block;
    margin: 32px auto;
}

.technical-description__container_VxeCb h2,
.technical-description__container_VxeCb h3 {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    color: #fff;
}

.technical-description__container_VxeCb h2 {
    font-size: 48px;
    line-height: 55px;
    margin: 38px 0;
}

.technical-description__container_VxeCb h3 {
    font-size: 20px;
    line-height: 34px;
    margin: 24px 0;
}

.technical-description__container_VxeCb p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .2px;
    color: hsla(0,0%,100%,.88);
    margin: 22px 0;
}

.technical-description__container_VxeCb ol,
.technical-description__container_VxeCb ul {
    padding-left: 20px;
}

.technical-description__container_VxeCb ol li,
.technical-description__container_VxeCb ul li {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .1px;
    color: hsla(0,0%,100%,.88);
}

.technical-description__container_VxeCb ol li:nth-child(n+2),
.technical-description__container_VxeCb ul li:nth-child(n+2) {
    margin-top: 10px;
}

.developers_7GHoy {
    width: 100%;
    padding: 80px 0;
    background: url(/_nuxt/img/developers-bg.c56aec3.jpg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}

.developers__info_4HOpO {
    display: flex;
    flex-direction: column;
    background: rgba(33,34,38,.88);
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    padding: 16px 32px 32px;
    margin: 0 auto 64px;
}

.developers__info-description_DpGQt,
.developers__info-title_7D9HL {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
}

.developers__info-title_7D9HL {
    font-size: 48px;
    line-height: 55px;
    padding: 10px;
    margin: 0 0 10px;
}

.developers__files_Qe1bv {
    display: flex;
    padding: 48px;
    background: rgba(33,34,38,.88);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.developers__column_ud-48 {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 2;
}

.developers__column-file_yLbzy,
.developers__column-title_pnEB0 {
    font-family: "Noto Sans";
    font-style: normal;
    letter-spacing: .2px;
}

.developers__column-title_pnEB0 {
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    padding-left: 8px;
    margin-bottom: 40px;
}

.developers__column-file_yLbzy {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    transition: all .2s ease;
}

.developers__column-file-svg_N6kBP {
    height: 80px;
    width: 80px;
    margin-right: 16px;
    fill: #fff;
}

.developers__files-bg_1zJFn {
    height: 640px;
    width: 640px;
    position: absolute;
    bottom: -267px;
    right: -260px;
    animation: rotation_RpRV\+ 40s linear infinite;
}

.developers__container_PZTp6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.developers__column-file_yLbzy + .developers__column-file_yLbzy {
    margin-top: 40px;
}

.developers__info-description_DpGQt {
    font-size: 28px;
    line-height: 40px;
}

.contacts_d29vL {
    width: 100%;
    background-size: cover;
    padding-top: 24px;
}

.contacts-description_ssjeN,
.contacts-title_X9UNw {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    text-align: center;
}

.contacts-title_X9UNw {
    font-size: 60px;
    line-height: 64px;
    color: #212226;
    margin: 0 0 16px;
}

.contacts-description_ssjeN,
.contacts-title_X9UNw {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .2px;
    text-align: center;
}

.contacts-description_ssjeN {
    font-size: 28px;
    line-height: 40px;
    color: rgba(33,34,38,.88);
    margin: 0 auto 64px;
    max-width: 903px;
}

.contacts__container_7i-tb {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    vertical-align: middle;
    padding: 0 20px;
    display: flex;
}

.contacts__left_le\+yx {
    max-width: 350px;
    width: 100%;
    padding: 32px;
    border: 1px solid rgba(33,34,38,.24);
}

.group--vertical_loa\+V {
    flex-direction: column;
}

.group_QOt9r {
    display: flex;
}

.group--horizontal_Es4wL {
    flex-direction: row;
    align-items: center;
}

.group_QOt9r + .group_QOt9r {
    margin-top: 4px;
}

.label_eeCG- {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .2px;
    display: block;
    color: #212226;
}

.label--with-margin_9It4z {
    margin-bottom: 8px;
}

.label--required_5slV6 {
    color: red;
}

.input__instance_WuNi8 {
    padding: 8px 6px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .2px;
    color: rgba(33,34,38,.72);
    width: 100%;
    border: none;
    transition: background-color .25s ease;
    border: 1px solid rgba(33,34,38,.32);
}

.input_ESi6M textarea {
    min-height: 210px;
    resize: none;
}

.contacts__container-error_U7kAe {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(189,30,45,.72);
    padding-top: 4px;
    height: 16px;
}

.contacts__right_Q-1cE {
    display: flex;
    flex-direction: column;
    margin-left: 48px;
    width: 100%;
}

.contacts__right-cards_jD-8Y {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    margin-bottom: 32px;
}

.contacts-card_\+wur- {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    outline: none;
    position: relative;
}

.contacts-card__icon_OhjrN {
    height: 48px;
    width: 48px;
    margin-bottom: 8px;
    transition: transform .5s ease;
}

.contacts-card__text_66ELE {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .1px;
    color: rgba(33,34,38,.88);
    margin-bottom: 15px;
    text-align: center;
}

.contacts-card__link_qr1Nt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contacts__right-image_z9cbp {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: auto;
}

.checkbox__squared_RrcZ3 {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.contacts__container-agreement-checkbox_SUtY0 {
    margin: 0 10px 0 0;
}

.contacts__container-agreement_UVtVn {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .1px;
    color: rgba(33,34,38,.88);
}

.contacts__container-submit_NTVQB {
    margin-top: 32px;
}

.checkbox__squared_RrcZ3 svg {
    display: none;
    /*display: inline-block;*/
    max-width: 100%;
    width: 18px;
    height: 18px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.footer_0sKpt {
    width: 100%;
}

.footer__container_JijBU {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 100px 20px;
    justify-content: space-between;
}

.footer__left_usy1j {
    display: flex;
    flex-direction: column;
}

.link_GKGAU {
    display: flex;
    text-decoration: none;
    align-items: center;
    height: 100%;
}

.footer__left-logo_BCtBO {
    margin-bottom: 32px;
}

.link-logo_6wFjH {
    width: 60px;
    height: 70px;
    fill: #ffb400;
    margin-right: 8px;
}

.link-black_L0F31 .link-logo_6wFjH {
    fill: #212226;
}

.footer__navigation_jinHB {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.footer__navigation-link_6thC9 {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .2px;
    text-decoration: none;
    color: #212226;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.footer__navigation-link--active_h2\+q9::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #212226;
}

.footer__navigation-link_6thC9 + .footer__navigation-link_6thC9 {
    margin-top: 18px;
}

.footer__left-text_0UPKI {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .2px;
}

.footer__right_Q69jI {
    display: flex;
    flex-direction: column;
}

.footer__subscribe_KgSWb {
    display: flex;
    flex-direction: column;
    max-width: 335px;
    margin-bottom: 32px;
}

.footer__socials_XhAX8 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: auto;
}

.footer__right-decore_42f8S {
    height: 250px;
    width: 300px;
}

.footer__socials-title_Ds5mL {
    font-family: "Noto Sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.wrapper_HspOr {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.wrapper__icon_u6m0i {
    height: 40px;
    width: 40px;
    position: relative;
}

.wrapper__icon_u6m0i + .wrapper__icon_u6m0i {
    margin-left: 12px;
}

.wrapper__icon-svg_nlZtY {
    height: 40px;
    width: 40px;
    fill: rgba(33,34,38,.32);
}

.wrapper__icon-link_KDpGf {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.errorField {
    border-color: #ff5555 !important;
  }
  
  .contacts__container-agreement--error_k72mX {
    color: rgba(189,30,45,.72);
}

.modalbox {
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    z-index:99;
    display: none;
}

.modalbox_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
}

.modalbox_content .container {
    background-color: #fff;
    padding: 2rem 2.5rem;
    position: relative;
    width: auto;
}

.modalbox .close {
    display: block;
    width: 42px;
    height: 44px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(/images/close.png) no-repeat center;
}

.modal-content_HX-WR {
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 9px;
    background: #fff;
    width: 400px;
    max-height: calc(100vh - 64px);
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__close_W7Wc4 {
    position: absolute;
    top: 32px;
    right: 24px;
    background-color: rgba(33,34,38,.06);
    border: none;
    border-radius: 7px;
    height: 40px;
    width: 40px;
    padding: 0;
    z-index: 1;
}

.modal__header_epJp- {
    position: sticky;
    top: 0;
    height: 86px;
    padding: 32px 24px 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.modal__body_z36TG {
    flex-grow: 1;
    margin-bottom: 8px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-callback_g0h09 {
    max-width: 400px;
    width: 100%;
    padding: 0 24px 26px;
}

.modal-callback__title_7pmGt {
    font-size: 48px;
    line-height: 55px;
}

.modal-callback__description_kIqnN {
    font-size: 18px;
    line-height: 25px;
    margin: 24px 0 16px;
}

.ps__rail-x, .ps__rail-y {
    display: block;
    position: absolute;
    pointer-events: none;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-y {
    width: 15px;
    right: 5px;
}

.ps__thumb-x, .ps__thumb-y {
    background: #212226;
    border-radius: 2px;
    position: absolute;
}

.ps__thumb-y {
    width: 2px;
    right: 2px;
}

.ps__thumb-x {
    height: 6px;
    bottom: 2px;
}

.menu_qMyXq {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: auto;
    right: 100%;
    bottom: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.menu__header_oqdeP {
    padding: 22px 28px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu__header-close_uaHF9 {
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu__header-close_uaHF9 svg {
    height: 20px;
    width: 20px;
    fill: #212226;
}

.menu__body_vs3XF {
    padding: 16px;
}

.link_Rj6mZ, .link__label_-\+b6x {
    text-decoration: none;
}

.link_Rj6mZ {
    display: flex;
    align-items: center;
    padding: 16px 12px 16px 24px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.link__label_-\+b6x {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .2px;
    color: #212226;
    margin: 0 auto 0 0;
}

.menu__footer_HC1sC {
    margin-top: auto;
    padding: 14px 28px 56px;
}

.menu__footer-icons_pSZkU {
    margin-top: 42px;
}

.wrapper__icon_u6m0i {
    height: 40px;
    width: 40px;
    position: relative;
}

.wrapper__icon-svg_nlZtY {
    height: 40px;
    width: 40px;
    fill: rgba(33,34,38,.32);
}

.wrapper__icon_u6m0i + .wrapper__icon_u6m0i {
    margin-left: 12px;
}

.menu__overlay_ojww8 {
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.benefits__cards_yYYxH .ra_icon {
    margin-bottom: 20px;
    width: 100%;
}

.content_wrapper p,
.content_wrapper ul,
.content_wrapper li {
    margin: 0.7rem 0;
}

.content_wrapper ul li {
    list-style-type: disc;
}

.content_wrapper ul {
    list-style-position: inside;
}

.content_wrapper {
    padding: 1rem 0;
}

@keyframes rotation_RpRV\\+{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes wave_JXQCN{0%{left:-100%}to{left:100%}}

@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}

@media (min-width: 1100px) {

    .header__container-burger_ITQVR {
    display: none;
}

}


@media(max-width:1440px){
    .technical__table-body_Ku-v9 td,.technical__table-body_Ku-v9 tr{white-space:normal}
}

@media (min-width: 1200px) {

.developers__column-file_yLbzy:hover {
    transform: translateY(8px);
}

.developers__column-file_yLbzy:hover .developers__column-file-label_nb4GG {
    text-shadow: 0 0 15px #fff;
}
    
    .wrapper_qwWeL{display:none}
.wrapper__icon--mobile_ICPDC{display:none}

.contacts-card_\+wur-:hover {
    outline: 1px solid rgba(33,34,38,.32);
}

.wrapper__icon--mobile_ICPDC {
    display: none;
}

.navigation__item-link_wgoV5:hover {
    text-decoration: underline;
}

.benefits-card_K-PgW:hover {
    outline: 1px solid rgba(33,34,38,.32);
}

}

@media(max-width:1200px){
    .wrapper__contact-phone_EeB6p{display:none}
}

@media(max-width:1100px){
    .wrapper_pA9Oc{display:none}
.navigation__item_OQC5Z{display:none}
.header__navigation_sKi4R{display:none}
}

@media(max-width:1024px){
    .benefits-card_K-PgW{border:1px solid #1990ff}
    .benefits__info-description_nZprk{font-family:"Noto Sans";font-style:normal;font-weight:400;font-size:18px;line-height:25px;letter-spacing:.2px}
    .benefits__cards_yYYxH{grid-template-columns:1fr}.benefits__cards-card_Wq3Lt+.benefits__cards-card_Wq3Lt{margin-top:16px}
    .technical-description_j7KiX{padding:16px 0 32px}.technical-description__container_VxeCb h2{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:32px;line-height:28px;letter-spacing:.1px;color:#fff}.technical-description__container_VxeCb img{width:100%}
    .partners_SoKO5{padding:64px 0}.partners__cards_QXgIN{grid-template-columns:1fr 1fr}
}

@media(max-width:1024px)and (max-width:767px){.benefits__info-description_nZprk{font-size:16px;line-height:20px}}

@media(max-width:1023px){
    .contacts__container_t63iT{flex-direction:column-reverse}.contacts__right_a4jef{margin-left:0;margin-bottom:32px}.contacts__right-cards_WR0zG{grid-template-columns:1fr 1fr 1fr}.contacts__left_8tAq8{max-width:none}
    .contacts__container_7i-tb{flex-direction:column-reverse}.contacts__right_Q-1cE{margin-left:0;margin-bottom:32px}.contacts__right-cards_jD-8Y{grid-template-columns:1fr 1fr 1fr}.contacts__left_le\\+yx{max-width:none}
}

@media(max-width:1000px){
    .technical__table_8gNeA{height:100%;width:100%;border-collapse:collapse}.technical__table-title_m7xeC{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:26px;line-height:28px;letter-spacing:.2px}.technical__table-head_hN5qx{width:100%}.technical__table-head_hN5qx th,.technical__table-head_hN5qx tr{font-family:"Noto Sans";font-style:normal;font-weight:350;font-size:10px;line-height:24px}.technical__table-head_hN5qx th{padding:4px}.technical__table-body_Ku-v9 td,.technical__table-body_Ku-v9 tr{font-family:"Noto Sans";font-style:normal;font-weight:350;font-size:10px;line-height:24px}.technical__table-body_Ku-v9 td{padding:4px}
    .developers__info_4HOpO{align-items:flex-start;padding:20px}.developers__info-title_7D9HL{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:26px;line-height:28px;letter-spacing:.2px;padding:0;margin-bottom:16px}.developers__info-description_DpGQt{font-family:"Noto Sans";font-style:normal;font-weight:400;font-size:14px;line-height:23px;letter-spacing:.1px}.developers__files-bg_1zJFn{height:400px;width:400px;right:-200px;bottom:-200px}.developers__column-title_pnEB0{font-weight:600;font-size:26px;line-height:28px;padding-left:4px}.developers__column-file_yLbzy,.developers__column-title_pnEB0{font-family:"Noto Sans";font-style:normal;letter-spacing:.2px}.developers__column-file_yLbzy{font-weight:400;font-size:20px;line-height:34px}.developers__column-file-svg_N6kBP{height:40px;width:40px}
}

@media(max-width:880px){
    .developers__files_Qe1bv{flex-direction:column;padding:24px 12px 48px}.developers__column_ud-48+.developers__column_ud-48{margin-top:32px}.developers__column-title_pnEB0{margin-bottom:16px}.developers__column-file_yLbzy+.developers__column-file_yLbzy{margin-top:32px}
}

@media(max-width:800px){.link-logo_6wFjH{margin-right:0}}

@media(max-width:768px){
    .dropdown-link_7XfSs{
    font-family:"Noto Sans";font-style:normal;font-weight:350;font-size:10px;line-height:24px
}
.input__instance_WuNi8{font-size:16px;line-height:20px}
.main-screen_CNyvN{padding:32px 0}
.main-screen__info_2nCzB{padding-bottom:0}
.main-screen__info-title_F5R8p{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:26px;line-height:28px;letter-spacing:.2px}
.main-screen__info-description_Y64X6{margin-bottom:32px}.main-screen__bg_\\+f6nU{width:365px}
.benefits_k1\\+yZ{padding:32px 0}
.benefits__info_BBzNC{align-items:normal}
.benefits__info-title_ChRqQ{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:32px;line-height:28px;letter-spacing:.1px}
.benefits__info-description_nZprk{text-align:left;text-align:initial}
.benefits__video_lrEKw{max-width:900px;margin:0 auto}
.benefits__video-container_bTGvc{position:relative;padding-bottom:56.25%}
.benefits__video-frame_-CgTZ{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:5;border-radius:24px;border:1px solid #fff}.benefits__video-frame_-CgTZ body{background:transparent!important}
.technical_szVtg{padding:32px 0}
.technical__info-title_95DRS{font-family:"Noto Sans";font-style:normal;font-weight:600;font-size:32px;line-height:28px;letter-spacing:.1px}
.technical__info-description_2quyp{font-family:"Noto Sans";font-style:normal;font-weight:400;font-size:18px;line-height:25px;letter-spacing:.2px}
.technical__cards_VYxHr{flex-direction:column;align-items:normal}.technical__cards-card_jeQXi{width:-moz-fit-content;width:fit-content;max-width:100%}.technical__cards-card_jeQXi+.technical__cards-card_jeQXi{margin-left:0;margin-top:32px}
.technical_qDpoq{padding:16px 0}.technical__table_8gNeA th{font-family:"Noto Sans";font-style:normal;font-weight:350;font-size:10px;line-height:24px}.technical__table-body_Ku-v9 tr td:not(:nth-child(2)){text-align:center}
}

@media(max-width:767px){
    .text_5NilG{font-size:16px;line-height:20px}
    .menu__ad-title_iZ3HY{font-size:16px;line-height:20px}
    .footer__left-text_0UPKI{font-size:16px;line-height:20px}
    .footer__subscribe-description_KfD7L{font-size:16px;line-height:20px}
    .footer__left_usy1j{margin-bottom:32px}.footer__container_JijBU{padding:64px 20px;flex-direction:column}.footer__subscribe_KgSWb{margin-bottom:0;max-width:none}.footer__right_Q69jI{flex-direction:column-reverse}.footer__right-decore_42f8S{width:100%}.footer__socials_XhAX8{align-items:flex-start}
    .contacts-description_4x4pg{font-size:16px;line-height:20px}
    .contacts-title_U14Mt{font-weight:600;font-size:26px;line-height:28px}.contacts-description_4x4pg,.contacts-title_U14Mt{font-family:"Noto Sans";font-style:normal;letter-spacing:.2px;text-align:left;text-align:initial;padding:0 20px}.contacts-description_4x4pg{font-weight:400;font-size:18px;line-height:25px}
    .contacts__right-cards_WR0zG{grid-template-columns:1fr;grid-gap:16px}.contacts__right-image_FMkdb{-o-object-position:100% center;object-position:100% center;height:500px}
    .main-screen__info-description_Y64X6{font-size:16px;line-height:20px}
    .benefits-card__description_-YGPa{font-size:16px;line-height:20px}
    .technical-description__container_VxeCb p{font-size:16px;line-height:20px}
    .partners_SoKO5{padding:32px 0}.partners__container-title_vJ7tR{font-weight:600;font-size:26px;line-height:28px}.partners__container-description_0FJCl,.partners__container-title_vJ7tR{font-family:"Noto Sans";font-style:normal;letter-spacing:.2px}.partners__container-description_0FJCl{font-weight:400;font-size:18px;line-height:25px;margin-bottom:32px}
    .partners__cards_QXgIN{grid-template-columns:1fr}
    .contacts-card_\\+wur-{outline:1px solid rgba(33,34,38,.32)}
    .contacts-title_X9UNw{font-weight:600;font-size:26px;line-height:28px}.contacts-description_ssjeN,.contacts-title_X9UNw{font-family:"Noto Sans";font-style:normal;letter-spacing:.2px;text-align:left;text-align:initial;padding:0 20px}.contacts-description_ssjeN{font-weight:400;font-size:18px;line-height:25px}
    .contacts__right-cards_jD-8Y{grid-template-columns:1fr;grid-gap:16px}.contacts__right-image_z9cbp{-o-object-position:100% center;object-position:100% center;height:500px}
    .modal-callback__description_kIqnN{font-size:16px;line-height:20px}
}

@media(max-width:768px)and (max-width:767px){.technical__info-description_2quyp{font-size:16px;line-height:20px}}

@media(max-width:767px)and (max-width:767px){
    .contacts-description_4x4pg{font-size:16px;line-height:20px}
    .partners__container-description_0FJCl{font-size:16px;line-height:20px}
    .contacts-description_ssjeN{font-size:16px;line-height:20px}
}

@media(max-width:369px){.modal-content_HX-WR{width: calc(100% - 30px);}}
