/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@font-face {
    font-family: 'Basis grotesque pro';
    src: url('/themes/basic/fonts/Basis-Grotesque-Pro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis grotesque pro';
    src: url('/themes/basic/fonts/Basis-Grotesque-Pro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis grotesque pro';
    src: url('/themes/basic/fonts/Basis-Grotesque-Pro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: 'Basis grotesque pro', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #2f2f30;
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -0.03em;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #2f2f30;
    font-size: 50px;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h3 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #2f2f30;
    font-size: 44px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 100%;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}


a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: underline;
}

.section {
    position: relative;
    /*overflow: hidden;*/
    padding: 50px 30px;
}

.section._1sect {
    position: static;
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.section._1sect.b2c {
    padding-bottom: 46px;
}

.section.b_2sect {
    z-index: 1;
    overflow: visible;
    padding-top: 38px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.section.b_3sect {
    padding-top: 187px;
    padding-bottom: 327px;
    background-image: url('/themes/basic/images/bg1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.section.b_4sect {
    z-index: 1;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.section.b_5sect {
    padding-top: 174px;
    padding-bottom: 420px;
    background-image: url('/themes/basic/images/bg2.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.section.b_6sect {
    z-index: 1;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 131px;
    background-color: #f5f5f5;
}

.section.b_7sect {
    padding-top: 68px;
    padding-bottom: 150px;
}

.section.b_8sect {
    padding-top: 80px;
    padding-bottom: 75px;
}

.section.b_10sect {
    padding-top: 105px;
    padding-bottom: 134px;
    background-color: #002E5A;
    color: #fff;
}

.section.b_10sect h2 {
    line-height: 120%;
}

.section.b_10sect .b_block1 {
    width: 650px;
}

.section.b_10sect .par3 {
    margin-bottom: 46px;
}

.section.b_10sect .par3.w610 {
    max-width: 610px;
}

.section.b_10sect .par3.w650 {
    max-width: 650px;
}

.section.b_footer {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #002e5a;
    color: #fff;
    font-size: 16px;
}

.section.b_footer.b2c {
    background-color: #e42313;
}

.section.c_2sect {
    overflow: visible;
    padding-top: 103px;
    background-color: #f5f5f5;
}

.section.c_3sect {
    padding-top: 100px;
    background-color: #f5f5f5;
}

.section.c_4sect {
    background-color: #f5f5f5;
}

.section.c_5sect {
    padding-bottom: 134px;
    background-color: #f5f5f5;
}

.container {
    z-index: 1;
    max-width: 1320px;
}

.navbar {
    position: relative;
    z-index: 3;
    margin-bottom: 80px;
}

.navbar.b2c {
    margin-bottom: 0;
}

.nav-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nav-logo-col {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    height: 53px;
}

.logo {
    width: auto;
    height: 55px;
}

.nav-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    padding: 0;
}

.menu > li.navlink {
    display: inline-block;
    margin-left: 20px;
    color: #1a1a1a;
    line-height: 140%;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    outline: none;
}

li.navlink > a {
    text-decoration: none;
    color: #1a1a1a;
}

li.navlink:hover > a,
li.navlink.show > a {
    color: #E42313;
}

li.navlink > .menu-caret {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 10px;
}

li.navlink > .menu-caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 5px solid #191919;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(0deg);
    transition: transform .2s linear;
}

li.navlink:hover > .menu-caret:before,
li.navlink.show > .menu-caret:before {
    border-top-color: #E42313;
    transform: rotate(180deg);
}

.land-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.land-list.mobile {
    display: none;
}

.land-list ul {
    padding: 0;
    margin: 0 10px;
    display: none;
    position: absolute;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.land-list ul li {
    color: #191919;
    list-style: none;
}

.land-list.show ul, .land-list:hover ul {
    display: block;
}

li.navlink > ul {
    position: absolute;
    top: 25px;
    right: 0;
    width: 288px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: none;
    z-index: 999;
}

li.navlink > ul ul {
    box-shadow: none;
    padding: 0;
    position: unset;
    display: none;
}

.menu > li.navlink > a {
    font-weight: bold;
}

.menu > li.navlink > ul > li.navlink {
    position: relative;
}

.menu > li.navlink > ul > li.navlink {
    border-bottom: 1px solid rgba(189, 189, 189, 1);
}

.menu > li.navlink > ul > li.navlink > a {
    padding: 10px 17px;
    font-weight: 400 !important;
    display: block;
}

.menu > li.navlink > ul > li.navlink > .menu-caret {
    position: absolute;
    top: 10px;
    right: 15px;
}

.menu > li.navlink > ul > li.navlink:last-child a {
    border-bottom: none;
}

.menu > li.navlink > ul > li.navlink > ul a {
    color: rgba(47, 47, 48, 0.8);
    font-weight: 400 !important;
    padding: 7px 17px;
    line-height: 120%;
}

li.navlink > ul li.navlink {
    list-style: none;
    display: block;
    font-size: 14px;
    text-align: left;
}

li.navlink > ul li.navlink a {
    display: block;
}

li.navlink > ul li.navlink:last-child {
    margin-bottom: 0;
}

a.navlink.b2b-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #002E5A;
}

.menu li.navlink:hover > ul,
.menu li.navlink.show > ul {
    display: block;
}

.lang-btn {
    display: inline-block;
    padding: 7px 8px;
    color: #1a1a1a;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    min-width: 43px;
}

.lang-btn.current {
    /*margin-right: 10px;*/
    margin-left: 10px;
    background-color: #e42313;
    color: #fff;
    border-radius: 5px;
}

.land-list.show .lang-btn.current,
.land-list:hover .lang-btn.current {
    background-color: #fff;
    color: #e42313;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lang-btn.b2c.current {
    background-color: #002e5a;
}

.login-button {
    padding: 10px 30px;
    background-color: #e42313;
    color: #fff;
    line-height: 140%;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
}

.login-button * {
    pointer-events: none;
}

.login-button.blue {
    background-color: #002e5a;
}

.login-col {
    position: relative;
    width: 220px;
}

.login-col:hover .login-button-drop-down, .login-col:focus .login-button-drop-down {
    display: block;
}

.login-button-drop-down {
    padding: 17px 15px 27px 15px;
}

.login-button-drop-down-item {
    margin-bottom: 17px;
}

.login-button-drop-down-item:last-child {
    margin-bottom: 0;
}

.login-button-drop-down-item a {

}

.login-button-drop-down-item p {
    margin-bottom: 9px;
}

.login-button-drop-down-item p a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #757F88;
}

.login-button-drop-down-item p:last-child {
    margin-bottom: 0;
}

.login-button-drop-down-item-header {
    margin-bottom: 8px;
    position: relative;
}

.login-button-drop-down-item-header a {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #002E5A;
    text-decoration: none;
}

.login-col .menu-caret {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 5px;
    width: 10px;
}

.login-col .menu-caret::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #002E5A;
    border-right: 4px solid transparent;
}

.login-button-drop-down {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
}

.login-col.b2b .login-button-drop-down .login-button-drop-down-item-header {
    display: flex;
    gap: 19px;
    align-items: flex-start;
}

.login-col.b2b .login-button-drop-down {
    padding: 19px 15px;
}

.login-col.b2b .login-button-drop-down .login-button-drop-down-item-header img {
    display: block !important;
    margin-left: 3px;
    margin-top: 3px;
}

.btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-ic {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.btn-ic.mob {
    display: none;
}

.sp0 {
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.sp1, .sp3 {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.sp3 {
    width: 83px;
}

.sp2 {
    display: none;
    width: 92px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.track-form-block {
    position: absolute;
    left: 0;
    top: 100%;
    right: auto;
    bottom: auto;
    width: 464px;
    margin-top: 33px;
}

.track-form-block.b2c {
    position: static;
    margin-top: 0;
    margin-bottom: 47px;
}

.form-block {
    margin-bottom: 0;
}

.track-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.track-row input[type=text] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: #002e5a;
}

.track-row input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.text-field {
    height: auto;
    margin-bottom: 0;
    padding: 10px 10px 8px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 140%;
}

.text-field:focus {
    border-color: #fff;
}

.text-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.text-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.text-field::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.text-field::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.text-field.gray {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f5f5f5;
}

.text-field.gray::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.text-field.gray:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.text-field.gray::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.text-field.gray::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.text-field.gray.mb30 {
    margin-bottom: 30px;
}

.text-field.textarea {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
}

.text-field.track.b2c {
    background-color: #fff;
}

.text-field.border {
    padding-left: 12px;
    border-color: #f5f5f5;
}

.text-field.border:focus {
    border-color: #f5f5f5;
}

.text-field.border::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field.border:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field.border::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field.border::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.text-field.border.mr10 {
    margin-right: 10px;
}

.text-field.error {
    padding-right: 50px;
    border-color: #e42313;
    background-image: url('/themes/basic/images/error_ic.svg');
    background-position: 97% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.button {
    padding: 8px 24px;
    background-color: #002e5a;
    color: #fff;
    line-height: 140%;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
}

.button.big {
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 2px solid #002e5a;
}

.button.big.border {
    display: block;
    border: 1px solid #e42313;
    background-color: rgba(0, 46, 90, 0);
    color: #2f2f30;
}

.button.big.border-button {
    border: 2px solid #002e5a;
    background-color: rgba(0, 46, 90, 0);
    color: #002e5a;
}

.button.red {
    background-color: #e42313;
    border: 2px solid #e42313;
    border-radius: 0;
}

.b_10sect .button.red,
.section-header-container .button.red {
    border-radius: 5px;
}

.button.red.big.slide-btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.button.red.big.pad37 {
    padding-right: 37px;
    padding-left: 37px;
}

.button.red.big.test-btn {
    padding: 14px 23px;
}

.button.red.big.more {
    padding: 15px 32px;
}

.block1 {
    position: relative;
    z-index: 1;
    max-width: 708px;
}

.h1.mb0 {
    margin-bottom: 0;
}

.par1 {
    margin-bottom: 92px;
    color: rgba(26, 26, 26, 0.9);
    line-height: 140%;
}

.white-block {
    margin-bottom: -67px;
    padding: 60px;
    background-color: #fff;
}

.white-block._2 {
    margin-top: -67px;
    margin-bottom: 0;
    padding-top: 50px;
}

.b_row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 61px;
    padding-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid rgba(26, 26, 26, 0.1);
}

.b_row1._2 {
    margin-bottom: 37px;
    padding-bottom: 64px;
}

.h2.white {
    color: #fff;
}

.h2.f64 {
    font-size: 54px;
    line-height: 120%;
}

.h2.f64.w1040 {
    max-width: 1040px;
    margin-bottom: 62px;
}

.h2.f64.w1040._2 {
    display: inline-block;
    margin-bottom: 30px;
}

.h2.w790 {
    max-width: 790px;
}

.h2.f66 {
    font-size: 66px;
    line-height: 100%;
    letter-spacing: -1px;
}

.h2.f66.mb127 {
    margin-bottom: 127px;
}

.h2.h100 {
    line-height: 100%;
}

.h2-col1 {
    width: 53%;
    padding-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.text-col1 {
    padding-right: 68px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subtitle {
    color: rgba(26, 26, 26, 0.9);
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
}

.b_row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -50px;
    margin-left: -35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b_col2 {
    width: 50%;
    padding-right: 35px;
    padding-bottom: 50px;
    padding-left: 35px;
}

.b_ic-block1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 134px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b_ic-block1._2 {
    height: 125px;
    margin-bottom: 15px;
}

.b_ic1 {
    width: auto;
    max-height: 100%;
    margin-left: -19px;
}

.b_ic1._2 {
    margin-left: -44px;
}

.b_ic1._3 {
    margin-left: -26px;
}

.b_ic1._4 {
    margin-left: -43px;
}

.b_ic1.ml0 {
    margin-left: 0;
}

.h4.cost-heading {
    margin-bottom: 15px;
    line-height: 27px;
}

.h4.cost-heading.mb0 {
    margin-bottom: 0;
}

.par2 {
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.h2-caption {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.par3 {
    margin-top: 11px;
    margin-bottom: 105px;
    line-height: 140%;
}

.par3.w490 {
    max-width: 490px;
}

.b_block1 {
    position: relative;
    z-index: 1;
    width: 583px;
    max-width: 54%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.b_row4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -68px -17px;
}

.b_col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    padding-right: 17px;
    padding-left: 17px;
}

.b_card1 {
    padding: 47px 52px 36px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.b_row5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -50px;
}

.b_col5 {
    width: 50%;
    padding-right: 70px;
}

.h3.f54 {
    font-size: 54px;
    letter-spacing: -1px;
}

.h3.f54._1 {
    max-width: 563px;
}

.b_list1 {
    margin-top: 64px;
    margin-bottom: -47px;
}

.b_li1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 47px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b_ic3 {
    max-width: 24%;
    margin-right: 9%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.par4 {
    max-width: 252px;
    color: #2f2f30;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.start-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 545px;
    margin-top: 40px;
    background-color: #f5f5f5;
}

.start-block.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.start-img-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 583px;
    margin-top: -1px;
    margin-right: -16px;
    margin-bottom: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('/themes/basic/images/b2b-home/mask-1.webp'), linear-gradient(0deg, rgba(89, 174, 255, 0.5), rgba(89, 174, 255, 0.5)), url('/themes/basic/images/b2b-home/b2b-home-1.webp');
    background-position: 100% 50%, 100% 100%, 50% 50%;
    background-size: auto 100%, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-blend-mode: normal, multiply, normal;
}


.start-img-col._2 {
    width: 750px;
    max-width: 57%;
    margin-right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('/themes/basic/images/b2b-home/mask-2.webp'), linear-gradient(0deg, rgba(89, 174, 255, 0.5), rgba(89, 174, 255, 0.5)), url('/themes/basic/images/b2b-home/b2b-home-2.webp');
    background-position: 0% 50%, 100% 100%, 50% 50%;
}

.start-img-col._3 {
    width: 583px;
    margin-right: -16px;
    background-image: url('/themes/basic/images/b2b-home/mask-3.webp?v=1'), linear-gradient(0deg, rgba(89, 174, 255, 0.5), rgba(89, 174, 255, 0.5)), url('/themes/basic/images/b2b-home/b2b-home-3.webp');
}

.start-img-col._4 {
    width: 590px;
    margin-right: 0;
    margin-left: -90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('/themes/basic/images/b2b-home/mask-4.webp'), linear-gradient(0deg, rgba(89, 174, 255, 0.5), rgba(89, 174, 255, 0.5)), url('/themes/basic/images/b2b-home/b2b-home-4.webp');
    background-position: 0% 50%, 100% 100%, 50% 50%;
}

.start-text-col {
    padding-top: 84px;
    padding-right: 50px;
    padding-bottom: 75px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.start-text-col.rev {
    padding-right: 0;
    padding-left: 57px;
}

.par5 {
    margin-bottom: 84px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.par5._2 {
    margin-bottom: 17px;
}

.par5._3 {
    margin-bottom: 57px;
}

.par5._4 {
    margin-bottom: 25px;
}

.list {
    margin-bottom: 0;
    padding-left: 0;
}

.list-item {
    margin-bottom: 13px;
    padding-left: 20px;
    background-image: url('/themes/basic/images/li_ic.svg');
    background-position: 0 8px;
    background-size: auto;
    background-repeat: no-repeat;
    line-height: 160%;
    letter-spacing: -0.02px;
}

.b_row6 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b_col6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b_col6._1 {
    margin-right: 9%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b_8sect .help-block {
    color: #e42313;
    margin-bottom: 30px;
}

.form-row.mb0 {
    margin-bottom: 0;
}

.form-row.mb11 {
    margin-bottom: 11px;
}

.form-row.mb11.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.field-label {
    width: 148px;
    margin-right: 20px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.field-label.mt10 {
    margin-top: 10px;
}

.field-label.w83 {
    width: 83px;
    margin-right: 18px;
}

.form-field-col {
    width: 396px;
    max-width: 31vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.policy-text {
    margin-top: 20px;
    color: rgba(0, 46, 90, 0.5);
    font-size: 12px;
    line-height: 120%;
}

.contact-text {
    max-width: 364px;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.contact-text-title {
    max-width: 428px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #1A1A1A;
}

.contact-text-phone {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #002E5A;
}

.black-link {
    color: #1a1a1a;
}

.soc-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.soc-links.ft {
    margin-bottom: 20px;
}

.soc-link {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.soc-link:last-child {
    margin-right: 0;
}

.success-message {
    padding: 0;
    background-color: #ffffff;
    text-align: center;
    display: block;
}

.ft-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ft-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ft-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ft-text {
    margin-bottom: 30px;
    line-height: 105%;
}

.ft-menu-col {
    padding-left: 120px;
}

.ft-menu-heading {
    margin-bottom: 15px;
    color: hsla(0, 0%, 100%, 0.5);
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ft-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ft-link {
    display: inline-block;
    margin-bottom: 9px;
    color: #fff;
    line-height: 140%;
    text-decoration: none;
}

.burger, .burger2 {
    display: none;
}

.arrow-back {
    display: none;
}

.background-video {
    position: absolute;
    left: 55%;
    top: -179px;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 655px;
    height: 664px;
}

.background-video.b2c {
    top: -193px;
}

.lottie {
    position: absolute;
    left: auto;
    top: 44px;
    right: -12px;
    bottom: auto;
    width: 457px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.lottie2 {
    position: absolute;
    left: auto;
    top: 0;
    right: 47px;
    bottom: auto;
    width: 782px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.lottie3 {
    height: 310px;
    max-height: 25vw;
    margin-top: 107px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.lottie3._2 {
    margin-right: 0;
}

.lottie3._3 {
    margin-top: 70px;
    margin-left: -20px;
}

.lottie3._4 {
    margin-top: 42px;
    margin-right: -20px;
}

.lottie4 {
    position: absolute;
    left: auto;
    top: auto;
    right: -187px;
    bottom: -158px;
    width: 475.20000000000005px;
}

.lottie4._2 {
    position: static;
    display: inline-block;
}

.h1-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 140px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.border-text {
    margin-left: 24px;
    padding: 12px 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #2f2f30;
    color: rgba(47, 47, 48, 0.9);
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
}

.slider {
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.hide {
    display: none;
}

.slide {
    background-color: #fff;
}

.slide-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
}

.slide-text-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 452px;
    padding: 35px 75px 37px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slide-img-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('/themes/basic/images/c_img1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-nav {
    left: 412px;
    top: 0;
    right: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
}

.slide-caption {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.slide-title {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -0.01em;
}

.c_row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
}

.c_tabs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.c_col1 {
    width: 32%;
    margin-left: 35px;
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tab-link {
    width: 227px;
    padding: 6px 22px 7px;
    background-color: #e8e8e8;
    color: rgba(47, 47, 48, 0.3);
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}

.tab-link.w--current {
    background-color: #fff;
    color: #2f2f30;
}

.body-b2c {
    color: #2f2f30;
    background-color: #f5f5f5;
}

.tabs-content {
    background-color: #fff;
}

.tab-pane {
    padding: 39px 33px 58px 34px;
}

.c_white-block {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    padding: 54px 40px 46px;
    background-color: #fff;
}

.c_row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c_num1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 53px;
    height: 53px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #e42313;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.c_num1-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.tab-row1 {
    display: block;
}

.tab-col1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-col1._2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.fields-block {
    padding-bottom: 54px;
}

.form-border-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 25px 35px 25px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
}

.cost-total {
    color: #000;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.cost-total.mb22 {
    margin-bottom: 22px;
}

.cost-text {
    margin-bottom: 10px;
    line-height: 21px;
}

.form-row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-bottom: -10px;
}

.form-row2.w405 {
    max-width: 405px;
}

.radio-button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    border-color: #f5f5f5;
    border-radius: 0;
}

.radio-button.w--redirected-checked {
    border: 1px solid #e42313;
    border-radius: 0;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
}

.radio-button-field {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 21px;
}

.radio-button-label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 12px 16px 12px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.radio-button-label.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.radio-button-label.center.w91 {
    width: 91px;
}

.form-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.radio-description-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(47, 47, 48, 0.5);
    font-size: 12px;
    line-height: 16px;
}

.form-field-col-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-text {
    max-width: 194px;
    margin-bottom: 15px;
    color: rgba(47, 47, 48, 0.5);
    font-size: 12px;
    line-height: 100%;
}

.form-row3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-text-2 {
    max-width: 246px;
    margin-top: 8px;
    color: rgba(47, 47, 48, 0.5);
    font-size: 12px;
    line-height: 100%;
}

.black-link-2 {
    color: #2f2f30;
    text-decoration: none;
}

.radio-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-weight: 400;
}

.radio-btn-text {
    width: 50%;
    padding-right: 15px;
}

.c_row3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c_col3 {
    width: 68%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.c_col3._1 {
    width: 32%;
    max-width: 100%;
    padding-right: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.faq-dd {
    margin-bottom: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
}

.dd-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 24px 18px 37px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.faq-question {
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 21px;
    line-height: 140%;
    font-weight: 700;
}

.faq-ic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.faq-answer {
    overflow: hidden;
    padding-right: 24px;
    padding-left: 37px;
}

.faq-text-block {
    padding-bottom: 28px;
    line-height: 140%;
}

.paragraph-2 {
    margin-bottom: 0;
}

.faq-link {
    color: #002e5a;
    font-weight: 700;
    text-decoration: none;
}

.partners-block {
    margin-top: 15px;
    padding: 38px;
    background-color: #fff;
}

.partner-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    margin-right: 66px;
    margin-bottom: 30px;
    margin-left: 66px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.partner-logo-block:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.partner-logo {
    width: auto;
    max-height: 100%;
}

.partners-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -66px;
    margin-bottom: -30px;
    margin-left: -66px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c_text {
    margin-top: 20px;
}

.text-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 535px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
}

.test-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.test-col.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 451px;
    padding: 37px 32px 40px 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.test-col.img {
    background-image: url('/themes/basic/images/test-img.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.test-question-block {
    margin-bottom: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.test-heading {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 100%;
    font-weight: 700;
}

.test-heading.mb40 {
    margin-bottom: 40px;
}

.test-slides-num {
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.test-current-slide {
    color: #e42313;
}

.checkboxes-block {
    max-width: 355px;
}

.checkbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 14px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-color: #e1e1e1;
    border-radius: 0;
}

.checkbox.w--redirected-checked {
    border-style: solid;
    border-color: #e42313;
    border-radius: 0;
    background-color: #e42313;
    background-size: 16px;
}

.checkbox.w--redirected-focus {
    border-color: #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox-label {
    font-size: 16px;
    line-height: 22px;
}

.posts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-col {
    width: 25%;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
}

.post-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    padding: 14px 21px 35px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 11px solid #fff;
    background-image: url('/themes/basic/images/post-1.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

.post-card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.post-date {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
}

.post-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-photo {
    width: 29px;
    height: 29px;
    margin-right: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.post-text {
    overflow: hidden;
    height: 3.8em;
    max-width: 200px;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.selet-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 4px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.selet-lang-ic {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-image: url('/themes/basic/images/ru.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.selet-text {
    overflow: hidden;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
}

.selet-arrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.field {
    height: 40px;
}

.rel-block {
    position: relative;
}

.section-left-menu {
    background-color: #f5f5f5;
    padding: 0 30px 150px 30px;
}

.section-left-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}

.section-left-menu-col-1 {
    width: 30%;
}

.section-left-menu-col-2 {
    width: 70%;
}

.left-menu-item {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2F2F30;
    opacity: 0.5;
    text-decoration: none;
    margin-bottom: 40px;
}

.left-menu-item:last-child {
    margin-bottom: 0;
}

.left-menu-item:hover, .left-menu-item:focus {
    color: #E42313;
    opacity: 1;
}

.left-menu-item.active {
    color: #E42313;
    opacity: 1;
}

.flip-horizontally {
    transform: scale(-1, 1);
}

.flip-vertically {
    transform: scale(1, -1);
}

.flip {
    transform: scale(-1, -1);
}

.alert-error {
    background-color: #f5f5f5;
    color: #e42313;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.alert-error.hidden {
    display: none;
}

.breadcrumb {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    list-style: none;
    margin: 109px 0 0 0;
    display: flex;
    align-items: center;
}

.breadcrumb li,
.breadcrumb li a {
    color: #757F88;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
}

.breadcrumb li a:after {
    content: "";
    background: url(../images/breadcrumb-arrow.svg);
    width: 6px;
    height: 10px;
    display: inline-block;
    margin: 0 12px;
}

.breadcrumb li:last-child a:after {
    display: none;
}

.breadcrumb li:hover a {
    color: #002E5A;
}

.blog-post-header .breadcrumb {
    top: auto;
    margin: 0 0 40px 0;
    position: initial;
    left: auto;
}

.blog-post-header .breadcrumb li a,
.blog-post-header .breadcrumb div span {
    color: #fff;
}

.blog-post-header .breadcrumb li a:after {
    background: url(../images/breadcrumb-arrow-white.svg);
}

.blog-post-header .breadcrumb li:hover a {
    color: #c4c2c2;
}

.body-b2c .breadcrumb {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 0 20px 0;
}

.breadcrumb-tracking {
    margin: 20px 0 0 0
}

.top-banner {
    height: 60px;
    background: #002E5A;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner a {
    display: flex;
    flex-direction: row;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.section-items {
    background-color: #f5f5f5;
}

.section-items {
    padding-right: 30px;
    padding-left: 30px;
}

.section-title {
    color: #2F2F30;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 60px */
    letter-spacing: -0.5px;
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 17px;
    margin-bottom: 67px;
}

.contact-row {
    display: flex;
    flex-direction: row;
    gap: 41px;
}

.contact-item {
    border-radius: 15px;
    background: #FFF;
    padding: 33px 35px 48px 35px;
    flex: 2;
    position: relative;
    overflow: hidden;
}

.contact-row.social .contact-item {
    padding-bottom: 40px;
}

.contact-item.contact-item-big {
    flex: 3;
}

.contact-item-title {
    color: #1A1A1A;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}

.contact-row.social .contact-item-title {
    font-size: 32px;
}

.contact-row .contact-item-container {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
}

.contact-row.social .contact-item-container {
    min-height: 195px;
}

.contact-button {
    border-radius: 5px;
    background: #C1D5E9;
    color: #002E5A;
    text-align: center;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 29.4px */
    padding: 17px;
    display: block;
    text-decoration: none;
}

.contact-button:hover,
.contact-button:visited,
.contact-button:active {
    background: #C1D5E9;
    color: #002E5A;
    text-decoration: none;
}

.contact-row.social .contact-item-container .social {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact-row.social .contact-item-container .social .contact-button {
    display: inline-block;
    padding: 12px;
}

.contact-item-description {
    color: #333;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.contact-item-description.description-phone {
    width: 229px;
}

.contact-item-description.description-telegram {
    width: 378px;
}

.contact-item-description.description-legal {
    width: 494px;
}

.contact-item-description.description-help {
    width: 418px;
}

.contact-item-description.description-delivery {
    width: 435px;
}

.contact-item.contact-item-big .contact-button {
    display: inline-block;
    width: 362px;
}

.contact-item-bg-small {
    display: none;
}

.contact-item-bg-phone,
.contact-item-bg-telegram,
.contact-item-bg-legal,
.contact-item-bg-help,
.contact-item-bg-chat,
.contact-item-bg-delivery {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    pointer-events: none;
    border-bottom-right-radius: 15px;
}

.contact-item-value-phone {
    color: #002E5A;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 13px;
}

.cooperate-form-title {
    color: #2F2F30;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 32px;
}

.cooperate-form-description {
    color: #1A1A1A;
    text-align: center;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.9;
    width: 686px;
}

.b24-form-header-padding {
    padding: 0 !important;
}

.b24-form-padding-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.cooperate-form-row {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    gap: 20px;
}

.cooperate-form-info-container {
    border-radius: 15px;
    background: #F5F5F5;
    width: 536px;
    padding: 30px 31px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cooperate-form-info-container-mobile {
    display: none;
}

.cooperate-form-info-text {
    color: #1A1A1A;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.9;
}

.cooperate-form-info-text a {
    color: #002E5A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cooperate-form-info-title {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cooperate-form-info-title div {
    width: 301px;
    color: #1A1A1A;
    font-family: "Basis Grotesque Pro", serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 21px */
}

@media screen and (max-width: 1360px) {
    .body-b2c .breadcrumb {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 18px;
    }

    .section {
        padding-right: 60px;
        padding-left: 60px;
    }

    .lang-btn {
        padding: 9px 10px;
    }

    .sp2 {
        display: block;
    }

    .b_col2 {
        width: 25%;
    }

    .start-img-col._2 {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .start-img-col._4 {
        width: 660px;
        margin-left: -80px;
    }

    .background-video {
        top: -193px;
    }

    .background-video.b2c {
        top: -204px;
    }

    .lottie3 {
        margin-right: 30px;
        margin-left: 30px;
    }

    .lottie4 {
        width: 350px;
    }

    .c_white-block {
        padding-right: 52px;
        padding-left: 52px;
    }

    .c_row2 {
        margin-bottom: 66px;
    }

    .c_num1-text {
        font-size: 21px;
        line-height: 27px;
    }

    .tab-row1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tab-col1._2 {
        width: 295px;
        max-width: 37%;
        margin-left: 10px;
    }

    .form-border-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 298px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form-border-block.h_auto {
        height: auto;
    }

    .radio-button-label {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .test-text {
        font-size: 16px;
        line-height: 140%;
    }

    .posts-row {
        margin-right: -18px;
        margin-left: -18px;
    }

    .post-col {
        padding-right: 18px;
        padding-left: 18px;
    }

    .section-left-menu {
        padding: 0 60px 150px 60px;
    }
}

@media screen and (max-width: 991px) {
    .section.b_3sect {
        padding-top: 140px;
        padding-bottom: 228px;
    }

    .section.b_5sect {
        padding-bottom: 294px;
    }

    .section.b_7sect {
        padding-bottom: 100px;
    }

    .section.b_footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .navbar {
        margin-bottom: 55px;
    }

    .navbar.b2c {
        margin-bottom: 74px;
    }

    .nav-row {
        position: static;
        background: #FFF;
        display: flex;
        padding: 15px 10px 19px 10px;
        justify-content: center;
        align-items: center;
    }

    .nav-logo-col {
        margin-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
    }

    .logo {
        height: 46px;
    }

    .nav-menu-block {
        position: fixed;
        left: 0;
        top: 80px;
        right: 10px;
        bottom: 0;
        z-index: 1000;
        display: none;
        overflow: auto;
        height: calc(100% - 80px);
        padding: 20px 30px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #fff;
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        align-items: start;
    }

    .menu ul {
        width: 100% !important;
    }

    .menu li.navlink {
        text-align: left;
        width: 100%;
    }

    .menu > li.navlink {
        margin-bottom: 25px;
        margin-left: 10px !important;
    }

    .menu > li.navlink > ul {
        position: unset;
        box-shadow: none;
        margin-top: 15px;
    }

    .menu > li.navlink > ul > li.navlink {
        border: none;
        margin-bottom: 10px;
    }

    .menu > li.navlink > ul > li.navlink > ul {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .menu > li.navlink > ul > li.navlink > ul li.navlink {
        margin-bottom: 5px;
    }

    .menu > li.navlink > ul > li.navlink a {
        padding: 0;
        font-size: 16px;
        display: inline-block;
    }

    .menu > li.navlink > ul > li.navlink i.menu-caret {
        position: unset;
    }

    .menu > li.navlink > ul > li.navlink i.menu-caret:before {
        position: unset;
        display: block;
    }

    .menu > li.navlink > ul > li.navlink > ul a {
        padding: 0;
    }

    .menu-col2 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .land-list {
        display: none;
    }

    .land-list.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        padding-right: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .login-col {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        /*padding-bottom: 20px;*/
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        /*border-bottom: 1px solid rgba(26, 26, 26, 0.1);*/
    }

    .login-button {
        padding-right: 40px;
        padding-left: 40px;
        border: 1px solid #002e5a;
        background-color: rgba(255, 255, 255, 0);
        color: #2f2f30;
    }

    .login-col:hover .login-button-drop-down, .login-col:focus .login-button-drop-down {
        display: none;
    }

    .login-button.active + .login-button-drop-down {
        display: block;
        left: 0;
        top: 43px;
        background: #f5f5f5;
        z-index: 2;
    }

    .login-button.blue {
        border-color: #e42313;
        background-color: rgba(0, 46, 90, 0);
    }

    .btn-ic.mob {
        display: block;
        margin-top: -3px;
    }

    .btn-ic.desk {
        display: none;
    }

    .sp1 {
        display: none;
    }

    .track-form-block {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .track-form-block.b2c {
        margin-bottom: 80px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .text-field.track {
        border-color: #f5f5f5;
        background-color: #f5f5f5;
    }

    .button.big {
        font-size: 18px;
    }

    .block1 {
        max-width: 52%;
    }

    .block1.b2c {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 59%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .h1 {
        font-size: 50px;
        line-height: 120%;
    }

    .b_row1 {
        display: block;
    }

    .h2 {
        font-size: 44px;
    }

    .h2.f64 {
        font-size: 54px;
    }

    .h2.f66 {
        font-size: 56px;
    }

    .h2.f66.mb127 {
        margin-bottom: 80px;
    }

    .h2-col1 {
        width: auto;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .text-col1 {
        max-width: 500px;
        padding-right: 0;
    }

    .b_ic-block1 {
        height: 100px;
    }

    .b_ic-block1._2 {
        height: 100px;
    }

    .b_ic1 {
        margin-left: -15px;
    }

    .b_ic1._2 {
        margin-left: -35px;
    }

    .b_ic1._3 {
        margin-left: -18px;
    }

    .b_ic1._4 {
        margin-left: -34px;
    }

    .h4 {
        font-size: 19px;
    }

    .b_row4 {
        margin-right: -5px;
        margin-left: -5px;
    }

    .b_col4 {
        margin-right: 5px;
        padding-right: 10px;
        padding-left: 5px;
    }

    .b_card1 {
        padding-right: 30px;
    }

    .h3 {
        font-size: 34px;
    }

    .h3.f54 {
        margin-bottom: 30px;
        font-size: 44px;
    }

    .start-block {
        min-height: 0;
    }

    .start-img-col {
        width: 40%;
        margin-right: 0;
        background-image: url('/themes/basic/images/b2b-home/b2b-home-1.webp');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .start-img-col._2 {
        width: 40%;
        max-width: 100%;
        background-image: url('/themes/basic/images/b2b-home/b2b-home-2.webp');
        background-position: 50% 50%;
    }

    .start-img-col._3 {
        width: 40%;
        margin-right: 0;
        background-image: url('/themes/basic/images/b2b-home/b2b-home-3.webp');
    }

    .start-img-col._4 {
        width: 40%;
        margin-left: 0;
        background-image: url('/themes/basic/images/b2b-home/b2b-home-4.webp');
        background-position: 50% 50%;
    }

    .start-text-col {
        padding-left: 50px;
    }

    .start-text-col.rev {
        padding-right: 50px;
        padding-left: 50px;
    }

    .par5 {
        margin-bottom: 25px;
    }

    .b_col6._1 {
        margin-right: 7%;
    }

    .field-label {
        width: 129px;
    }

    .form-field-col {
        max-width: 34vw;
    }

    .contact-text {
        font-size: 24px;
    }

    .contact-text-title {
        font-size: 20px;
    }

    .contact-text-phone {
        font-size: 24px;
    }

    .ft-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .ft-menu-col {
        padding-right: 60px;
        padding-bottom: 60px;
        padding-left: 0;
    }

    .section-menu {
        padding: 0 !important;
    }

    .burger {
        display: block;
        width: 46px;
        height: 46px;
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #fff;
        background-image: url('/themes/basic/images/burger.svg');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .burger.red-menu {
        background-image: url('/themes/basic/images/red-burger.svg');
    }

    .burger2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 46px;
        height: 46px;
        background: #F5F5F5;
        border-radius: 10px;
        cursor: pointer;
        padding: 14px;
    }

    .burger2 span {
        display: block;
        height: 3px;
        width: 100%;
        background: #002E5A;
        transition: all 0.3s ease;
    }

    /* состояние крестика */
    .burger2.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .burger2.active span:nth-child(2) {
        opacity: 0;
    }

    .burger2.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .arrow-back {
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 6px;
        margin-left: -7px;
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('/themes/basic/images/arrow-back.svg');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .arrow-back.red-arrow {
        background-image: url('/themes/basic/images/arrow-red.svg');
    }

    .background-video {
        left: 42%;
        width: 605px;
        height: 614px;
    }

    .lottie {
        width: 319.9px;
    }

    .lottie2 {
        right: -20px;
        width: 547.4px;
    }

    .lottie3 {
        height: auto;
        max-height: none;
        margin-top: 84px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .lottie3._2 {
        margin-right: 30px;
    }

    .lottie3._3 {
        margin-left: 30px;
    }

    .lottie3._4 {
        margin-top: 70px;
        margin-right: 30px;
    }

    .lottie4 {
        right: -137px;
        bottom: -75px;
        width: 415.79999999999995px;
    }

    .h1-row {
        margin-bottom: 52px;
    }

    .border-text {
        padding: 10px 24px;
    }

    .slide-text-col {
        width: 350px;
        padding-right: 60px;
    }

    .slide-nav {
        left: 318px;
    }

    .slide-title {
        font-size: 26px;
    }

    .c_row1 {
        display: block;
    }

    .c_col1 {
        display: none;
    }

    .c_row3 {
        display: block;
    }

    .c_col3 {
        width: 100%;
    }

    .c_col3._1 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }

    .faq-dd {
        margin-bottom: 30px;
    }

    .partner-logo-block {
        margin-right: 25px;
        margin-left: 25px;
    }

    .partners-row {
        margin-right: -25px;
        margin-left: -25px;
    }

    .test-col.text {
        width: 50%;
    }

    .test-heading.mb40 {
        margin-bottom: 20px;
    }

    .checkbox-field {
        margin-bottom: 15px;
    }

    .post-col {
        width: 50%;
    }

    .selet-lang-ic {
        width: 20px;
        height: 20px;
        margin-right: 7px;
    }

    .section._1sect {
        padding-bottom: 0;
    }

    .section._1sect.b2c {
        padding-bottom: 0;
    }

    .section-left-menu {
        padding: 0 30px 150px 30px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        width: 100%;
        overflow: auto;
        padding-bottom: 5px;
        margin: 5px 10px 0 30px !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 19px;
    }

    .section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section._1sect {
        padding-top: 20px;
    }

    .section._1sect.b2c {
        padding-bottom: 0;
    }

    .section.b_2sect {
        padding-right: 7px;
        padding-left: 7px;
    }

    .section.b_3sect {
        padding-top: 46px;
        padding-bottom: 60px;
    }

    .section.b_4sect {
        padding-right: 0;
        padding-left: 0;
    }

    .section.b_5sect {
        padding-top: 35px;
        padding-bottom: 110px;
    }

    .section.b_6sect {
        padding-right: 7px;
        padding-bottom: 51px;
        padding-left: 7px;
    }

    .section.b_7sect {
        padding-top: 33px;
        padding-bottom: 56px;
    }

    .section.b_8sect {
        padding-top: 21px;
        padding-bottom: 28px;
    }

    .section.b_footer {
        padding-top: 37px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .section.c_2sect {
        padding-top: 0;
    }

    .section.c_3sect {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .section.c_4sect {
        padding-top: 29px;
    }

    .section.c_5sect {
        padding-bottom: 80px;
    }

    .navbar.b2c {
        margin-bottom: 55px;
    }

    .nav-menu-block {
        padding-right: 22px;
        padding-left: 22px;
    }

    .land-list.mobile {
        width: 350px;
        max-width: 100%;
        padding-right: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lang-btn {
        width: 36px;
    }

    .lang-btn.current {
        margin-right: 0;
        margin-left: 0;
    }

    .login-button {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .track-form-block.b2c {
        margin-bottom: 0;
    }

    .text-field {
        padding-top: 9px;
        padding-bottom: 8px;
        padding-left: 15px;
        font-size: 15px;
    }

    .text-field.gray.mb30 {
        margin-bottom: 20px;
    }

    .text-field.border.mr10 {
        margin-right: 20px;
    }

    .button.big {
        padding: 14px 24px 12px;
        font-size: 16px;
    }

    .button.red.big.pad37 {
        padding-right: 26px;
        padding-left: 26px;
    }

    .button.red.big.test-btn {
        min-width: 204px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .block1 {
        max-width: 100%;
    }

    .block1.b2c {
        max-width: 400px;
    }

    .h1 {
        font-size: 31px;
    }

    .par1 {
        margin-bottom: 28px;
    }

    .white-block {
        margin-bottom: -18px;
        padding: 30px 13px;
    }

    .white-block._2 {
        margin-top: -16px;
        padding-top: 30px;
    }

    .b_row1 {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom-width: 1px;
    }

    .b_row1._2 {
        padding-bottom: 48px;
    }

    .h2 {
        font-size: 24px;
        line-height: 117%;
    }

    .h2.f64 {
        font-size: 24px;
        line-height: 117%;
    }

    .h2.f64.w1040 {
        margin-bottom: 36px;
    }

    .h2.f66 {
        font-size: 24px;
        line-height: 117%;
    }

    .h2.f66.mb127 {
        margin-bottom: 19px;
    }

    .h2-col1 {
        padding-bottom: 20px;
    }

    .subtitle {
        font-size: 15px;
        line-height: 19px;
        font-weight: 400;
    }

    .b_row2 {
        margin-bottom: -30px;
        margin-left: 0;
    }

    .b_col2 {
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .b_ic-block1 {
        height: auto;
        margin-bottom: 20px;
    }

    .b_ic-block1._2 {
        height: auto;
        margin-bottom: 0;
        margin-left: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .b_ic1 {
        width: 55px;
        margin-left: 0;
    }

    .b_ic1._2 {
        margin-left: 0;
    }

    .b_ic1._3 {
        margin-left: 0;
    }

    .b_ic1._4 {
        margin-left: 0;
    }

    .h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .par2 {
        letter-spacing: 0em;
    }

    .h2-caption {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .par3 {
        margin-top: 20px;
        margin-bottom: 55px;
        color: hsla(0, 0%, 100%, 0.9);
        line-height: 19px;
    }

    .par3.w490 {
        margin-bottom: 60px;
    }

    .b_block1 {
        width: 330px;
        max-width: 100%;
    }

    .b_row4 {
        display: block;
        margin: 0;
    }

    .b_col4 {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .b_card1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 22px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b_card1.last {
        padding-bottom: 30px;
    }

    .b_row5 {
        margin-right: -20px;
    }

    .b_col5 {
        padding-right: 30px;
    }

    .h3 {
        margin-bottom: 32px;
        font-size: 18px;
        letter-spacing: 0;
    }

    .h3.f54 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .b_list1 {
        margin-top: 32px;
        margin-bottom: -30px;
    }

    .b_li1 {
        padding-bottom: 30px;
    }

    .b_ic3 {
        width: 55px;
        max-width: 100%;
        margin-right: 20px;
    }

    .par4 {
        line-height: 19px;
        letter-spacing: 0em;
    }

    .start-block {
        margin-right: -10px;
        margin-left: -10px;
    }

    .start-text-col {
        padding: 20px 15px 15px;
    }

    .start-text-col.rev {
        padding-right: 15px;
        padding-left: 15px;
    }

    .par5 {
        margin-bottom: 40px;
        line-height: 19px;
    }

    .par5._3 {
        margin-bottom: 40px;
    }

    .par5._4 {
        margin-bottom: 40px;
    }

    .list {
        margin-bottom: 12px;
    }

    .list-item {
        background-size: 6px;
    }

    .b_row6 {
        display: block;
    }

    .b_col6._1 {
        margin-right: 0;
        padding-bottom: 30px;
    }

    .form-row {
        margin-bottom: 10px;
    }

    .form-row.mb11 {
        margin-bottom: 15px;
    }

    .form-row.mb11.center {
        margin-bottom: 20px;
    }

    .field-label {
        font-size: 15px;
    }

    .form-field-col {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .policy-text {
        margin-top: 10px;
        color: rgba(0, 46, 90, 0.3);
    }

    .contact-text {
        margin-bottom: 24px;
        font-size: 15px;
    }

    .contact-text-title {
        font-size: 16px;
    }

    .contact-text-phone {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .soc-links.ft {
        margin-bottom: 13px;
    }

    .soc-link {
        margin-right: 11px;
    }

    .ft-menu {
        margin-right: -30px;
        margin-bottom: 14px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .ft-text {
        margin-bottom: 11px;
    }

    .ft-logo {
        height: 40px;
    }

    .ft-menu-col {
        width: 50%;
        padding-right: 30px;
        padding-bottom: 6px;
    }

    .ft-menu-col._3 {
        width: 100%;
    }

    .ft-menu-heading {
        margin-bottom: 24px;
        line-height: 19px;
        text-transform: none;
    }

    .ft-link {
        margin-bottom: 12px;
        line-height: 19px;
    }

    .background-video {
        display: none;
    }

    .lottie {
        display: none;
    }

    .lottie2 {
        display: none;
    }

    .lottie3 {
        display: none;
    }

    .b_card-col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .lottie4 {
        display: none;
    }

    .lottie4._2 {
        display: none;
    }

    .h1-row {
        margin-bottom: 58px;
    }

    .border-text {
        margin-left: 9px;
        padding: 5px 33px;
        font-size: 15px;
        line-height: 19px;
    }

    .slider {
        display: none;
    }

    .c_tabs {
        margin-right: -20px;
        margin-left: -20px;
        font-size: 15px;
    }

    .tab-link {
        width: 50%;
        padding: 11px 12px;
        font-size: 18px;
        line-height: 18px;
    }

    .tab-pane {
        padding: 8px 20px 48px;
    }

    .fields-block {
        padding-bottom: 20px;
    }

    .form-border-block {
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 20px 8px 0;
    }

    .cost-total {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 16px;
        line-height: 21px;
    }

    .cost-total.mb22 {
        margin-bottom: 0;
    }

    .cost-text {
        margin-right: 28px;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        line-height: 16px;
    }

    .form-div1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-row2 {
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .form-row2.w405 {
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .radio-button-label.center.w91 {
        width: 55px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .form-col2 {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .radio-description-text {
        font-size: 11px;
        line-height: 14px;
    }

    .form-field-col-2 {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .form-text {
        margin-bottom: 10px;
    }

    .form-text-2 {
        margin-top: 11px;
        font-size: 11px;
    }

    .radio-row {
        font-size: 13px;
    }

    .c_col3._1 {
        padding-bottom: 15px;
    }

    .faq-dd {
        margin-right: -20px;
        margin-left: -20px;
    }

    .dd-toggle {
        padding-right: 20px;
        padding-left: 20px;
    }

    .faq-question {
        font-size: 18px;
        line-height: 100%;
    }

    .faq-ic {
        height: 15px;
    }

    .faq-answer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .faq-text-block {
        padding-top: 8px;
        font-size: 16px;
    }

    .partners-block {
        margin-top: 31px;
        margin-right: -20px;
        margin-left: -20px;
        padding: 22px 20px;
    }

    .partner-logo-block {
        height: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .partners-row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .c_text {
        margin-top: 15px;
    }

    .test-slider {
        margin-right: -20px;
        margin-left: -20px;
    }

    .text-slide {
        display: block;
        min-height: 0;
        padding-bottom: 20px;
    }

    .test-col.text {
        width: 100%;
        padding: 30px 20px;
    }

    .test-col.img {
        height: 60vw;
        margin-right: 20px;
        margin-left: 20px;
    }

    .test-heading {
        font-size: 18px;
    }

    .test-slides-num {
        font-size: 18px;
    }

    .posts-row {
        margin-top: 30px;
    }

    .post-col {
        width: 100%;
        padding-bottom: 30px;
    }

    .author-photo {
        width: 37px;
        height: 37px;
        margin-right: 9px;
    }

    .selet-row {
        padding-right: 11px;
        padding-left: 11px;
    }

    .section-left-menu-row {
        flex-wrap: wrap;
    }

    .section-left-menu-col-1, .section-left-menu-col-2 {
        width: 100%;
    }

    .section-left-menu-col-1 {
        padding: 0 0 50px 0;
    }

    .section-left-menu {
        padding: 0 20px 150px 20px;
    }

    .track-row .text-field.track {
        width: 70%;
    }

    .track-row .button.track-btn {
        width: 30%;
    }

    .top-banner {
        height: auto;
        min-height: 60px;
        padding: 7px !important;
        justify-content: left;
        line-height: 140%;
        font-size: 15px;
    }

    .top-banner a {
        height: auto;
        min-height: 60px;
        justify-content: left;
        line-height: 140%;
        font-size: 15px;
    }

    .section-header {
        padding-bottom: 33px !important;
    }

    .section-header-link {
        margin-top: 15px !important;
    }

    .section-items {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .contact-container {
        gap: 18px;
        margin-bottom: 33px;
    }

    .contact-row {
        flex-direction: column;
        gap: 18px
    }

    .contact-item {
        padding: 25px 12px 15px 12px;
    }

    .contact-item-title {
        font-size: 18px !important;
    }

    .contact-item-description {
        font-size: 15px;
    }

    .contact-row.social .contact-item-container {
        min-height: auto;
        gap: 9px;
    }

    .contact-row.social .contact-item {
        padding: 21px 12px;
    }

    .contact-button {
        font-size: 16px;
        padding: 12px;
    }

    .contact-row.social .contact-item-container .social .contact-button img {
        height: 28px;
    }

    .contact-item-description.description-phone {
        width: 173px;
    }

    .contact-item-description.description-telegram {
        width: 225px;
    }

    .contact-item-description.description-legal {
        width: 191px;
    }

    .contact-item-description.description-help {
        width: 198px;
    }

    .contact-item-description.description-chat {
        width: 198px;
    }

    .contact-item-description.description-delivery {
        width: 221px;
    }

    .contact-item-bg-big {
        display: none;
    }

    .contact-item-bg-small {
        display: block;
    }

    .contact-row .contact-item-container {
        min-height: auto;
        gap: 9px;
    }

    .contact-item-description {
        margin-top: 9px;
    }

    .contact-item.contact-item-big .contact-button {
        width: calc(100% - 90px);
        display: block;
    }

    .contact-item-value-phone {
        font-size: 20px;
        margin-bottom: 0;
    }

    .cooperate-form-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .cooperate-form-row > div:last-child {
        display: none;
    }

    .cooperate-form-description {
        width: auto;
        text-align: left;
    }

    .cooperate-form-info-container-mobile {
        display: block;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        width: auto !important;
        margin-bottom: 30px;
    }

    .cooperate-form-info-text {
        margin-top: 13px;
    }

    .breadcrumb {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .land-list.mobile {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .track-form-block.b2c {
        width: auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .button.big {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .button.red.big {
        width: 100%;
    }

    .button.red.big._2 {
        display: inline-block;
        width: auto;
        padding-right: 53px;
        padding-left: 53px;
    }

    .button.red.big.pad37 {
        padding-right: 14px;
        padding-left: 14px;
    }

    .button.red.big.test-btn {
        width: auto;
    }

    .button.track-btn {
        padding-right: 9px;
        padding-left: 9px;
    }

    .b_row1._2 {
        margin-bottom: 20px;
    }

    .b_col2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b_ic-block1 {
        margin-right: 20px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .b_ic-block1._2 {
        margin-right: 0;
    }

    .b_block1 {
        width: auto;
    }

    .b_row5 {
        display: block;
        margin-right: 0;
    }

    .b_col5 {
        width: 100%;
        padding-right: 0;
    }

    .b_col5._1 {
        margin-bottom: 20px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    }

    .start-block {
        display: block;
    }

    .start-img-col {
        width: 100%;
        height: 38vw;
        margin-top: 0;
        margin-bottom: 0;
    }

    .start-img-col._2 {
        width: 100%;
    }

    .start-img-col._3 {
        width: 100%;
    }

    .start-img-col._4 {
        width: 100%;
    }

    .form-row {
        display: block;
    }

    .field-label {
        width: auto;
        margin-right: 0;
    }

    .field-label.mt10 {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .field-label.w83 {
        width: auto;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .ft-menu {
        margin-right: -20px;
    }

    .ft-menu-col {
        padding-right: 20px;
    }

    .ft-menu-col._5 {
        order: 1;
    }

    .radio-description-text {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .radio-row {
        display: block;
    }

    .radio-btn-text {
        width: 100%;
        padding-top: 5px;
        padding-right: 0;
    }

    .test-col.img {
        height: 75vw;
    }

    .breadcrumb {
        margin-top: 20px;
        width: calc(100% - 20px);
        overflow: auto;
        padding-bottom: 5px;
    }
}

/* Selection Header */

.section-header {
    background-color: #f5f5f5;
    padding-bottom: 80px;
}

.section-header .section-header-container {
    padding-right: 500px;
    padding-left: 30px;
    z-index: 2;
    position: relative;
}

.section-header .section-header-h1 {
    margin-bottom: 5px;
}

.section-header .section-header-description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.section-header .section-header-link {
    margin-top: 27px;
}

.b24-form-wrapper.b24-form-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

@media screen and (min-width: 1280px) {
    .section-header {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section-header .section-header-container {
        padding-left: 0;
    }

    .section-items {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (min-width: 991px) {
    .lang-btn {
        padding: 9px 10px;
    }
}

@media screen and (min-width: 1440px) {
    .section-header .section-header-container {
        padding-left: 0;
    }

    .section-items {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section-header .section-header-container {
        padding-right: 350px;
    }
}

@media screen and (max-width: 991px) {
    .section-header {
        min-height: auto;
    }

    .background-video {
        display: none !important;
    }

    .section-header .section-header-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .section-header .section-header-h1 {
        font-size: 31px;
    }

    .section-header .section-header-description {
        font-size: 16px;
    }

    .section-header {
        padding-bottom: 40px;
    }

    .section-header .section-header-link {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contact-row {
        flex-direction: column;
    }

    .cooperate-form-info-container {
        width: 330px;
    }

    .cooperate-form-info-title div {
        width: auto;
    }

    .contact-item-bg-help.contact-item-bg-big,
    .contact-item-bg-chat.contact-item-bg-big {
        height: 80%;
    }
}

@media screen and (max-width: 767px) {
    .section-header .section-header-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .cooperate-form-info-container {
        width: 330px;
    }
}

/* Selection Header */

@media (max-width: 991px) and (min-width: 768px) {
    html.w-mod-js:not(.w-mod-ix) #menu-widget-block {
        opacity: 0;
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    html.w-mod-js:not(.w-mod-ix) #menu-widget-block {
        opacity: 0;
        display: none;
    }
}

@media (max-width: 479px) {
    html.w-mod-js:not(.w-mod-ix) #menu-widget-block {
        opacity: 0;
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .contact-item-description.description-telegram {
        width: 265px;
    }

    .contact-item.telegram .contact-button {
        width: calc(100% - 180px);
    }

    .contact-item.legal .contact-item-title {
        width: 320px;
    }

    .contact-item-description.description-legal {
        width: 280px;
    }

    .contact-item.legal .contact-button {
        width: calc(100% - 140px);
        padding-left: 5px;
        padding-right: 5px;
    }

    .contact-item-description.description-help {
        width: 220px;
    }

    .contact-row {
        gap: 22px;
    }

    .contact-container {
        gap: 22px;
    }

    .contact-row.social {
        gap: 15px;
    }

    .contact-item.contact-item-big {
        flex: 2;
    }

    .contact-item-bg-legal.contact-item-bg-big {
        right: -45px;
    }

    .contact-item-bg-telegram.contact-item-bg-big {
        right: -45px;
    }

    .contact-item-description.description-delivery {
        width: 306px;
    }

    .contact-item-bg-delivery.contact-item-bg-big {
        right: -118px;
        bottom: -16px;
    }

    .contact-item.delivery .contact-button {
        width: calc(100% - 140px);
        padding-left: 5px;
        padding-right: 5px;
    }

    .contact-item.delivery .contact-item-title {
        font-size: 34px;
    }

    .section-header .section-header-container {
        padding-right: 30px;
        width: 100%;
    }
}