@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.eot');
    src: local('DIN Pro'), local('../fonts/DINPro'),
    url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro.woff') format('woff'),
    url('../fonts/DINPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.eot');
    src: local('DIN Pro Medium'), local('../fonts/DINPro-Medium'),
    url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.eot');
    src: local('DIN Pro Bold'), local('../fonts/DINPro-Bold'),
    url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Bold.woff') format('woff'),
    url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
}

input::placeholder {
    color: inherit;
}

input::-webkit-input-placeholder {
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
}

input:-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder {
    color: inherit;
}

input[type="number"] {
    border: 1px solid #BBB;
    border-color: #BBB #ECECEC #ECECEC #BBB;
    padding: 5px 20px 5px 5px;
    text-align: center;
    position: relative;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}


input:-webkit-autofill {
    background: #ffffff;
    color: #174a8b;
}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

button:active, button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}


.mt-4 {
    margin-top: 40px;
}

.hidden {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

.slick-slide:focus {
    outline: none;
}


.slider {
    /* display: none; */
}

.slick-initialized {
    display: block !important;
}


.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.flex-column {
    flex-direction: column;
}

.order-right {
    margin-left: auto !important;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: bold !important;
}


hr {
    width: 100%;
    height: 0px;
    border: none;
    border-top: 2px dotted #adadad;
    /* margin: 15px 0; */
    left: 0;
    right: 0;
    margin: 0px auto;
    box-sizing: border-box;
}

body {
    font-family: 'DIN Pro';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1a3752;
    /* background: url(../images/bg_ng.png) top repeat; */
}

a {
    text-decoration: none;
    color: #237bed;
}

a:hover {
    text-decoration: none;
    color: #589ff9;
}

a.btn:hover {
    color: #ffffff;
}

.page_content {
    /* margin-top: 10px; */
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1260px;
    /* position: relative; */
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.v_header {
    font-size: 16px;
    font-weight: 400;
    transform: rotate(270deg) translateX(0%) translateY(-100%);
    transform-origin: 0% 0%;
}

.align-items-stretch {
    align-items: stretch;
}

.more {
    color: #0d57b1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2.4px;
    margin-top: 88px;
    margin-left: 64px;
    padding-right: 108px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 800ms;
    margin-bottom: 15px;
}

.more:hover {
    color: #589ff9;
}

.more:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1159b2;
    z-index: 5;
}

.more:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #589ff9;
    transition: all 800ms;
    z-index: 10;
}

.more:hover:before {
    width: 100%;
}


.menu {
    width: 170px;
    height: 160px;
    background: #174a8b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    cursor: pointer;
    transition: all 300ms;
    /* overflow: hidden; */
}

.menu.opened {
    width: 224px;
    height: 100vh;
    background: #174a8b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    cursor: pointer;
}

.menu.fixed {
    position: fixed;
}

.menu .logo {
    background: url("../images/logo.png") center no-repeat;
    width: 94px;
    height: 111px;
    margin: 24px auto 0;
    background-size: contain;
}

.menu .open_menu {
    position: absolute;
    right: -54px;
    top: 0;
    width: 54px;
    height: 54px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    transition: all 300ms;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.menu.fixed .open_menu {
    background: #f3f5f6;
}

.menu.opened .open_menu {
    display: none;
}

.menu .open_menu .line {
    width: 40px;
    height: 4px;
    background: #cacad4;
}

.menu .close_menu {
    display: none;
}

.menu.opened .close_menu {
    display: block;
    position: absolute;
    background: url("../images/icon_close.png") #ffffff center no-repeat;
    right: -54px;
    top: 0;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    transition: all 300ms;
}

.menu.opened.fixed .close_menu {
    background: url("../images/icon_close.png") #f3f5f6 center no-repeat;
}

.menu .links_menu {
    display: none;
}

.menu.opened .links_menu {
    margin-top: 87px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 450px);
}

.menu.opened .links_menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    margin-left: 38px;
    padding: 10px 20px 10px 0;
}

.menu.opened .links_menu a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -21px;
    width: 100%;
    height: 1px;
    background: #1b3d5a;
}

.menu .phone {
    display: none;
}

.menu.opened .phone {
    margin-top: 31px;
    margin-left: 38px;
}

.menu .phone {
    display: none;
}

.menu.opened .phone {
    display: block;
    margin-top: 31px;
    margin-left: 38px;
}

.menu.opened .phone a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6px;
}


.menu .lang {
    display: none;
}

.menu.opened .lang {
    display: block;
    margin-top: 0px;
    margin-left: 38px;
}

.menu.opened .lang a {
    margin: 0px 11px;
    color: #7593ba;
    letter-spacing: 3.5px;
}

.menu.opened .lang a.active {
    color: #ffffff;
    position: relative;
}

.menu.opened .lang a.active:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #ffffff;
}


.menu .address {
    display: none;
}

.menu.opened .address {
    display: block;
    margin-top: 40px;
    margin-left: 38px;
    color: #7593ba;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}


.v_block {
    top: 30%;
    position: absolute;
    right: 20px;
    transform: rotate(270deg) translateX(0%) translateY(-100%);
    transform-origin: 100% 0%;
    width: 470px;
    z-index: 900;
}

.v_block .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    letter-spacing: 3.5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    height: 60px;
}

.v_block.fixed {
    position: fixed;
    width: 650px;
    right: 0px;
    overflow: hidden;
}

.v_block a {
    color: #ffffff;
}

.v_block.fixed .phone a {
    color: #14324c;
}

.v_block.fixed a {
    color: #a6bdd1;
    z-index: 20;
}

.v_block .lang a {
    padding: 0px 11px;
    letter-spacing: 3.5px;
    color: #aec3d5;
}

.v_block .lang a.active {
    color: #ffffff;
}

.v_block.fixed .lang a {
    color: #a6bdd1;
}

.v_block.fixed .lang a.active {
    color: #3e7dc9;
}

.v_block .link {
    position: relative;
    padding-left: 55px;
    color: #ffffff;
    cursor: pointer;
}

.v_block .link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.v_block.fixed .link {
    padding: 0 30px;
    cursor: pointer;

}

.v_block.fixed .link .text {
    color: #ffffff;
    z-index: 900;
    position: relative;
}

.v_block.fixed .link:after {
    content: "";
    width: 100%;
    height: 60px;
    background: #174a8b;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.main_slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.main_slider .container {
    position: relative;
    z-index: 20;
    height: 100vh;
}

.main_slider .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -10;
}

.main_slider .slider .slider_filter {
    background: rgba(39, 99, 152, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main_slider .slider {
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
}

.main_slider .slider .slide img {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease-out 5000ms;
    transform: scale(1.1);
}

.main_slider .slick-initialized .slide.zoom img {
    transform: scale(1);
}


.main_slider .v_header_1 {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 16px; */
    bottom: 75px;
    color: #ffffff;
    position: absolute;
    left: 52px;
    transform: rotate(270deg) translateX(0%) translateY(-100%);
    transform-origin: 0% 0%;
    z-index: 30;
    opacity: 0.7;
    letter-spacing: 2.4px;
}

.main_slider .v_header_2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    top: 0;
    color: #ffffff;
    position: absolute;
    left: -2px;
    transform: rotate(270deg) translateX(-100%) translateY(-100%);
    transform-origin: 0% 0%;
    z-index: 30;
    letter-spacing: 4.5px;
}


.main_slider .info_block {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 57%;
    width: 562px;
    background: #174a8b;
}

.main_slider .info_block .slide_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 6px;
    background: #456ea2;
    transition: all 5000ms linear;
}

.main_slider .info_block .slide_description {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    padding: 45px 50px 50px 25px;
}

.main_slider .info_block .slider_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    width: 100px;
    position: absolute;
    top: 201px;
}

.slider_control .slide_next {
    background: url("../images/icon_next.png") center no-repeat;
    width: 13px;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
    cursor: pointer;
}

.slider_control .slide_separator {
    width: 1px;
    height: 20px;
    background: #4f7ab1;
}

.slider_control .slide_prev {
    background: url("../images/icon_prev.png") center no-repeat;
    width: 13px;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
    cursor: pointer;
}

.main_slider .info_block .slider_num {
    position: absolute;
    width: 130px;
    height: 292px;
    bottom: 108px;
    right: 0px;
    color: #456ea2;
    font-size: 350px;
    line-height: 300px;
    font-weight: 700;
    overflow: hidden;
}

.main_slider .scroll_down {
    background: url(../images/icon_scroll.png) center no-repeat;
    width: 22px;
    height: 42px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 50;
}

.main_slider .scroll_down:after {
    animation: up_down cubic-bezier(.65, .05, .36, 1) 1s;
    animation-iteration-count: infinite;
    background: #9ca9b3;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    top: 8px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 2px;
    border: 2px solid #9ca9b3;
    border-radius: 4px;
}

.login_fixed {
    position: fixed;
    width: 215px;
    height: 54px;
    top: 0;
    right: 0px;
    background: #174a8b;
    z-index: 50;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 53px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    /* justify-content: center; */
    z-index: 950;
    text-transform: uppercase;
}

.login_fixed:after {
    content: "";
    background: url("../images/icon_persona.png") center no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.login_fixed a {
    color: #ffffff;
}


@keyframes up_down {
    0% {
        top: 8px
    }
    100% {
        top: 14px
    }
}

.about {
    overflow: hidden;
    padding-bottom: 65px;
}

.about .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left {
    width: 469px;
}

.about .right {
    width: 562px;
    position: relative;
    height: 825px;
}

.about .right .overflow {
    width: 735px;
    height: 823px;
    z-index: 5;
    position: absolute;
    overflow: hidden;
}

.about .right .background {
    background: #174a8b;
    width: 562px;
    height: 100%;
    z-index: 5;
}


.about .header {
    color: #14324c;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 265px;
    padding-left: 64px;
}

.about .content {
    color: #1a3752;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 43px;
    padding-left: 64px;
}


.about .v_header {
    position: absolute;
    top: 200px;
    left: -20px;
    letter-spacing: 4.5px;
    font-size: 18px;
    color: #cacad9;
    font-weight: 400;
}

.about .image {
    background: url("../images/about_image.png") center no-repeat;
    width: 736px;
    height: 740px;
    position: absolute;
    z-index: 10;
    top: 85px;
    animation-delay: 1.2s;
}

.about .text_1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    z-index: 20;
    padding-top: 695px;
    position: relative;
    padding-left: 33px;
    animation-delay: 1.2s;
}

.about .text_2 {
    color: #ffffff;
    font-size: 110px;
    font-weight: 700;
    line-height: 105px;
    z-index: 20;
    position: relative;
    padding-top: 10px;
    padding-left: 18px;
    animation-delay: 1.4s;
}

.about .text_3 {
    color: #0e57b1;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    z-index: 20;
    position: absolute;
    bottom: -65px;
    padding-left: 33px;
    animation-delay: 1.6s;
}

.official_dealers {
    padding-top: 150px;
}

.official_dealers .container {
}

.official_dealers .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    /* height: 620px; */
}

.official_dealers .header {
    color: #13324c;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 20px;
}

.official_dealers .content {
    color: #193752;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 95px;
    padding-right: 360px;
}

.official_dealers .item {
    width: 310px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official_dealers .item_x3 {
    width: 930px;
}

.official_dealers .item_x2 {
    width: 620px;
}

.official_dealers .item:nth-child(3n) {
    animation-delay: .6s;
}

.official_dealers .item:nth-child(3n+2) {
    animation-delay: .3s;
}

.official_dealers .item.gray {
    background: #f2f5f7;
}

.official_dealers .info_block {
    position: absolute;
    width: 640px;
    height: 220px;
    right: 0;
    bottom: 0;
    background: #fff;
}

.official_dealers .info_block .text_1 {
    color: #b8c4c9;
    font-size: 150px;
    font-weight: 700;
    line-height: 110px;
    bottom: 0px;
    left: 70px;
    position: absolute;
}

.official_dealers .info_block .text_2 {
    color: #b8c4c9;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 257px;
    width: 270px;
}

.official_dealers .info_block .slider_control {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 152px;
    height: 85px;
    background: #f2f5f7;
    position: absolute;
    top: 0;
    left: 310px;
    z-index: 20;
}

.official_dealers .info_block .slide_next {
    background: url("../images/icon_next_blue.png") center no-repeat;
}

.official_dealers .info_block .slide_separator {
    width: 1px;
    height: 20px;
    background: #4f7ab1;
}

.official_dealers .info_block .slide_prev {
    background: url("../images/icon_prev_blue.png") center no-repeat;
}

.official_dealers .slider {
    position: relative;
}

.be_partner {
    padding-top: 190px;
    overflow: hidden;
}

.be_partner .container {
    position: relative;
}

.be_partner .flex {
    position: relative;
    padding-top: 45px;
}

.be_partner .header {
    color: #13324c;
    font-size: 50px;
    font-weight: 400;
    line-height: 48px;
    width: 485px;
    padding-left: 55px;
    position: relative;
    z-index: 50;
}

.be_partner .regions {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    padding-left: 55px;
    width: 320px;
}

.be_partner .regions .item {
    margin: 11px 0px;
    text-decoration: none;
    color: #174a8b;
    cursor: pointer;
    display: inline-block;
    height: auto;
}

.be_partner .city {
    height: 445px;
    padding-left: 90px;
}

.be_partner .city .region {
    font-size: 14px;
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
    max-height: 100%;
}

.be_partner .city .region.active {
    display: flex;
}

.be_partner .city .item {
    margin: 3px 60px 1px 0;
    font-size: 14px;
    line-height: 16px;
    color: #174a8b;
    cursor: pointer;
}

.be_partner .more {
    margin-top: 50px;
    margin-left: 55px;
}

.be_partner .region_map {
    position: absolute;
    top: 5px;
    right: 45px;
    background: url("../images/map.svg");
    width: 594px;
    height: 703px;
}

.be_partner .region_map:after {
    content: "";
    position: absolute;
    background: url('../images/region_map_part.png') center no-repeat;
    width: 301px;
    height: 356px;
    top: -104px;
    right: -30px;
    z-index: -20;
}

.be_partner .region_map .region {
    fill: #f2f5f7;
    stroke: #b8c4c9;
    stroke-width: 2px;
    transition: all 300ms;
}

.be_partner .region_map .cls-1, .cls-2 {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.be_partner .region_map .cls-2 {
    fill: #fff;
    stroke: #174a8b;
    stroke-width: 4px;
    fill-rule: evenodd;
}

.be_partner .region_map .region.active {
    fill: #174a8b;
    stroke: #ffffff;
    stroke-width: 1px;
    cursor: pointer;
    z-index: 20;
}

.be_partner .coverage {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 221px;
    height: 195px;
}

.be_partner .v_header {
    top: 114px;
    left: 34px;
    position: absolute;
    color: #b8c4c9;
    font-size: 16px;
    font-weight: 700;
}

.be_partner .text_1 {
    color: #b8c4c9;
    font-size: 150px;
    font-weight: 700;
    line-height: 113px;
}

.be_partner .text_2 {
    width: 200px;
    height: 59px;
    color: #b8c4c9;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    margin-top: 12px;
    margin-left: 13px;
}


.advantages {
    padding-top: 190px;
    padding-bottom: 40px;
}

.advantages .container {
}

.advantages .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantages .item_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 55px;
    flex-wrap: wrap;
}

.advantages .header {
    color: #13324c;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    width: 400px;
}

.advantages .text_1 {
    color: #b8c4c9;
    font-size: 100px;
    font-weight: 700;
    line-height: 85px;
    padding-left: 120px;
}

.advantages .text_2 {
    color: #b8c4c9;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    width: 343px;
    margin-left: 16px;
}


.advantages .item {
    background: #174a8b;
    width: 370px;
    height: 539px;
    position: relative;
    overflow: hidden;
}

.advantages .item .item_text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 52px 70px 0 34px;
}

.advantages .item .item_image {
    position: absolute;
    bottom: 30px;
    right: 0;
}


.advantages .item .item_image_1 {
    background: url("../images/advantages_logistica.png") center no-repeat;
    width: 330px;
    height: 457px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.advantages .item .item_image_2 {
    background: url("../images/advantages_exclusive.png") center no-repeat;
    width: 329px;
    height: 447px;
    position: absolute;
    bottom: 10px;
    right: 0;
    animation-delay: .2s;
}

.advantages .item .item_image_3 {
    background: url("../images/advantages_all.png") center no-repeat;
    width: 363px;
    height: 292px;
    position: absolute;
    bottom: 70px;
    right: 0;
    animation-delay: .4s;
}

.footer {
    background: #f3f5f6;
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 80px;
}

.footer:after {
    /* content: ""; */
    z-index: -10;
    background: #f3f5f6;
    height: 280px;
    width: 100%;
    position: absolute;
    top: -280px;
    left: 0;
}

.footer .container {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
}

.footer .copyright {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
}

.footer .footer_menu {
    display: flex;
    flex-direction: column;
}

.footer .footer_menu a {
    margin: 4px 0;
}

.footer .contact {
}

.footer .phone a {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.footer .email {
}

.footer .address {
    margin-top: 29px;
}

.b2b_banner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    background: #174a8b;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    margin: 20px 10px;
    border-radius: 20px;
}


.modal_right {
    display: none;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    right: 0;
    top: 0;
    padding: 10px 35px 10px;
    border: 1px solid #adadad;
    transition: all 300ms;
    /* overflow-y: auto; */
}

.modal_right.opened {
    display: block;
}

.modal_right .header {
    color: #14324c;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.modal_right .input_icon {
    height: 40px;
    line-height: 30px;
    padding: 0;
    text-indent: 50px;
    width: 100%;
    border-bottom: 1px solid #a8a8b7;
    display: block;
    margin: 30px auto 0;
    position: relative;
    padding-left: 50px;
}

.modal_right .input_icon input {
    border: none;
    height: 100%;
    line-height: 30px;
    padding: 0;
    width: 100%;
    color: #cacad8;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background: transparent;
}

.modal_right .input {
    height: 40px;
    line-height: 30px;
    padding: 0;
    text-indent: 50px;
    width: 100%;
    border-bottom: 1px solid #a8a8b7;
    display: block;
    margin: 15px auto;
    position: relative;
    padding-left: 10px;
}

.modal_right .input input {
    border: none;
    height: 100%;
    line-height: 30px;
    padding: 0;
    width: 100%;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background: transparent;
    position: relative;
}

.modal_right .input input::placeholder {

    color: #c5c5c5;
}

.modal_right .input.need:after{
    content: "*";
    color: #f41c1c;
    position: absolute;
    top: 7px;
    left: -11px;
    text-indent: 0;
}

.modal_right .close_form {
    display: block;
    position: absolute;
    background: url("../images/icon_close.png") #ffffff center no-repeat;
    left: -54px;
    top: -1px;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    transition: all 300ms;
    cursor: pointer;
    border: 1px solid #adadad;
    border-right: none;
}

.modal_right .input_button {
    background: #174a8b;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    border: none;
    padding: 20px 80px;
    text-align: center;
    margin: 40px auto;
    display: block;
    cursor: pointer;
    max-width: 100%;
}

.modal_right .links {
    text-align: center;
    margin-top: 40px;
}

.modal_right .errors {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #fa2867;
    margin: 10px 0;
}

.errors {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #fa2867;
    margin: 10px 0;
}

.login_form .input_icon_login {
    background: url("../images/icon_email.png") 5px center no-repeat;
}

.login_form .icon_password {
    background: url("../images/icon_password.png") 5px center no-repeat;
}


.message_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(92, 92, 92, 0.70);
    top: -0;
    right: 0;
    z-index: 1100;
    display: none;
    opacity: 0;
}

.message_overlay.opened {
    opacity: 1;
    display: block;
}

.message_overlay .container {
    height: 100%;
    position: relative;
}

.message_overlay .v_container {
    margin: auto;
    height: 220px;
    width: 600px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.message_overlay .icon {
    background: url("../images/icon_success.png") center no-repeat;
    width: 91px;
    height: 91px;
    margin: 10px auto;
    display: block;
}

.message_overlay.danger .icon {
    background: url("../images/icon_warning.png") center no-repeat;
}

.message_overlay.loading .icon {
    background: url("../images/icon_loading.png") center no-repeat;
}

.message_overlay .message {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}


.message_hint {
    width: 425px;
    height: 100px;
    position: fixed;
    background: #174a8b;
    bottom: -100px;
    right: 20px;
    z-index: 9000;
    opacity: 0;
    transition: all 500ms;
    padding: 15px;
    display: block;
    pointer-events: none;
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 75%);
}

.message_hint.opened {
    opacity: 1;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.55);
}

.message_hint .container {
    height: 100%;
    width: 100%;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.message_hint .icon {
    background: url("../images/icon_success.png") center no-repeat;
    width: 91px;
    height: 91px;
    margin: 0px;
    display: inline-block;
}

.message_hint.danger .icon {
    background: url("../images/icon_warning.png") center no-repeat;
}

.message_hint.danger {
    background: #fe9918;
}

.message_hint .close {
    background: url("../images/icon_close.png") center no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    pointer-events: all;
    filter: brightness(1000%);
}

.message_hint.opened .close {
    display: block;
}


.message_hint .message {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    /* padding-left: 20px; */
    width: 300px;
}


.main_content {
    color: #1A3751;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    min-height: calc(100vh - 350px);
    margin-top: 55px;
}

.main_content.b2b_menu_fixed {

}

.b2b_menu li:nth-child(1) {
    padding-left: 0;
}

.main_content .container {
    /* width: 1020px; */
    /* min-height: calc(100vh - 864px); */
}

.main_content .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #adadad;
    padding-top: 30px;
    /* margin-left: 80px; */
}

.main_content .breadcrumbs a {
    color: #174a8b;
}

.main_content .breadcrumbs a:after {
    content: "—";
    padding: 0 10px;
}

.main_content .main_image {
    position: relative;
    margin-bottom: 130px;
}

.main_content .main_image img {
    width: 100%;
    height: auto;
}

.main_content .image_descr {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    width: 460px;
    height: auto;
    position: absolute;
    bottom: -90px;
    right: 80px;
    padding: 25px;
    z-index: 60;
    background: #174a8b;
}

.main_content p {
    margin: 15px 0px;
    width: 100%;
}

.main_content table {
    width: 100%;
    margin: 40px 40px 40px 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 5px;
}

.main_content table thead {

}

.main_content table thead tr {
    border-bottom: 5px solid #174a8b;
    height: 40px;
    text-align: center;
}

.main_content table td:first-child, .main_content table th:first-child {
    text-align: left;
    padding-left: 40px;
}

.main_content table tbody tr {
    height: 40px;
    /* text-align: center; */
    border-bottom: 1px dashed #b7b7b7;
}

.main_content table tbody tr:nth-child(2n) {
    background: #f1f3f4;
}

.main_content table th {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 5px 0 0px;
}

.main_content table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 3px 1px;
}

.main_content table tr {
}

.main_content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0 40px 0px;
}

.main_content h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin: 40px 0;
    padding-left: 0px;
}


.main_content h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 40px 0;
}


.main_content ol {
    counter-reset: item;
    list-style: none;
    margin: 15px 0 15px 170px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.main_content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: flex;
    align-items: center;
    width: 270px;
    margin: 20px 45px;
}

.main_content ol li:before {
    content: counter(item);
    counter-increment: item;
    color: #b8c4c9;
    font-size: 100px;
    font-weight: bold;
    line-height: 120px;
    margin-right: 30px;
}

.main_content .ul {
    counter-reset: item;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    margin: 10px 0 10px 65px;
}

.main_content .ul li {
    /* font-size: 20px; */
    font-weight: 300;
    /* line-height: 24px; */
    position: relative;
    margin: 10px 0;
}

.main_content .ul li:before {
    bottom: 0;
    background: #174a8b;
    content: "";
    font-size: 22px;
    font-weight: 400;
    height: 2px;
    width: 28px;
    left: -47px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 11px;
}

.main_content .quote {
    /* border-top: 7px solid #f1f3f4;
     border-bottom: 7px solid #f1f3f4;*/
    /* width: 858px;*/
    padding: 5px 40px 5px 150px;
    margin: 40px 0 40px 0px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    min-height: 140px;
    display: flex;
    align-items: center;
}


.main_content .quote:after {
    content: "";
    width: 88px;
    height: 65px;
    background: url("../images/icon_quote.png") center no-repeat;
    position: absolute;
    top: 41px;
    left: 25px;
}

.main_content .info {
    background: #f1f3f4;
    border-left: 10px solid #174a8b;
    position: relative;
    width: 858px;
    padding: 35px 232px 35px 30px;
    margin: 40px 0 40px 80px;
}

.main_content .info:after {
    content: "";
    width: 145px;
    height: 145px;
    background: url("../images/icon_info.png") center no-repeat;
    position: absolute;
    top: 0;
    right: 74px;
    bottom: 0;
    margin: auto;
}

.main_content .info:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url("../images/icon_pageband.png") center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.main_content .close {
    display: block;
    position: absolute;
    background: url(../images/icon_close.png) #ffffff center no-repeat;
    right: 0px;
    border: 0;
    color: transparent;
    top: 0;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    transition: all 300ms;
    cursor: pointer;
    /* content: ""; */
}

.main_content .warning, .main_content .alert {
    border: 7px solid #174a8b;
    position: relative;
    padding: 50px 40px 50px 150px;
    margin: 40px 40px 40px 40px;
    font-weight: bold;
    color: #fa2867;
}

.main_content .warning:after, .main_content .alert:after {
    content: "";
    width: 107px;
    height: 100px;
    background: url("../images/icon_warning_block.png") center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    margin: auto 0;
}

.main_content .content_slider {
    position: relative;
    max-height: 600px;
    margin: 80px 0 120px 80px;
}

.main_content .content_slider .slick-list {
    overflow: visible;
    /* padding: 0 !important; */
}

.main_content .content_slider:after {
    background: linear-gradient(to right, rgba(245, 245, 245, .8) 0, #f5f5f5 300px);
    content: "";
    height: 100%;
    position: absolute;
    right: -200%;
    top: 0;
    width: 200%;
    z-index: 50;
}

.main_content .content_slider:before {
    background: #ffffff;
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: 50;
}

.main_content .content_slider .slide {
    height: 500px;
    width: 940px;
}

.main_content .content_slider .slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_content .slider_info {
    position: absolute;
    color: #93a5ac;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 80px;
    top: 510px;
    width: 556px;
}

.main_content .content_slider .slider_control {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 152px;
    height: 86px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 90;
    background: #174a8b;
}

.main_content .content_slider .slide_next {

}

.main_content .content_slider .slide_separator {

}

.main_content .content_slider .slide_prev {

}

.form_params .input_label {
    display: inline-block;
    position: absolute;
    top: -9px;
    background: #fff;
    left: 8px;
    padding: 0 5px;
    height: 15px;
    line-height: 15px;
    z-index: 10;
}

.form_params .spacer {
    margin-right: 15px;
    font-size: 25px;
    line-height: 35px;
    height: 39px;
    width: 25px;
    text-align: center;
    display: inline-block;
    color: #174a8b;
}

.form_params .input_label_text {
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    color: #adadad;
    font-weight: 400;
}

.form_params {
    margin: 20px 0;
}

.form_params input:not([type="submit"]), .form_params select, .form_params textarea {
    height: 100%;
    line-height: 18px;
    padding: 0;
    width: 100%;
    color: #174a8b;
    font-size: 15px;
    font-weight: 400;
    display: block;
    background: transparent;
    border: 1px solid #adadad;
    text-indent: 11px;
    padding-top: 3px;
}

.form_params .input_value {
    height: 100%;
    line-height: 22px;
    padding: 0;
    width: 100%;
    color: #174a8b;
    font-size: 18px;
    font-weight: 400;
    display: block;
    background: transparent;
    border: 1px solid #adadad;
    text-indent: 11px;
    padding-top: 6px;
    /* margin: 20px 0; */
}


.form_params input[type="checkbox"], .form_params [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.form_params .small_input {
    min-width: 100px;
}


.btn {
    background: #174a8b;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 16px;
    border: none;
    padding: 6px 10px;
    text-align: center;
    height: 55px;
    cursor: pointer;
    position: relative;
    display: block;
    min-width: 140px;
    margin: 0 4px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn[type="reset"] {
    opacity: 0.7;
    margin-right: 20px;
}

.btn.btn-danger {
    background: #174a8b;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}


.btn-group .btn.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.btn-group .btn:after {
    /* content: "";
     background: #4f7ab1;
     top: 0;
     bottom: 0;
     margin: auto 0;
     right: 0;
     left: auto;
     height: 21px;
     width: 1px;
     position: absolute;*/
}

.footer.content_page:after {
    display: none;
}


.data_table_container {
    position: relative;
    overflow: hidden;
}

.dataTables_wrapper {
    min-height: 180px;
}

.data_table_container table {
    color: black;
    /* min-height: 300px; */
    margin-bottom: 20px;
}

.data_table_container table td:first-child, .data_table_container table th:first-child {
    text-align: center;
    width: 40px !important;
    padding: 0 !important;
}

.data_table_container tr th {
}


.dataTables_length {
    font-size: 16px;
    color: #174a8b;
}

.dataTables_length select {
    border: none;
    color: #237bed;
    border-bottom: 1px solid #adadad;
}

.data_table_container input[type="number"] {
    display: inline-block;
    position: relative;
    margin: 0px 9px 0px 0;
    border: 1px solid #f1f3f4;
    padding: 0px;
    color: #174a8b;
    font-size: 23px;
    height: 23px;
    line-height: 20px;
    width: 66px;
    overflow: hidden;
    vertical-align: middle;
}

.data_table_container tr td input:last-of-type {
    margin-bottom: 0;
}

.data_table_container .storehouse {
    width: 130px;

}

.data_table_container .storehouse .in_stock {
    color: #174a8b;
}

.data_table_container .selected .storehouse .in_stock {
    color: #ffffff;
}

.data_table_container .storehouse .in_delivery {
    color: #979696;
}


.data_table_container tr td hr {
    width: 100%;
    margin: 4px auto;
}

.data_table_container tr td hr:last-child {
    display: none;
}

.dataTables_paginate ul {
    display: flex;
}

.dataTables_paginate ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 35px;
    height: 40px;
    background: #174a8b;
    color: #fff;
    margin: 0px;
}

.dataTables_paginate ul li.active {
    background: #386db1;
}

.dataTables_paginate ul li a {
    color: #fff;
    font-size: 17px;
}

.dataTables_paginate ul li.active a {
    font-weight: 600;
}

.dataTables_paginate ul li:before {
    background: #4f7ab1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    left: auto;
    height: 18px;
    width: 1px;
}

.dataTables_paginate ul li:last-child:before {
    display: none;
}

.b2b_menu {
    height: 54px;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 0px;
}

.warning {
    height: 105px;
    font-size: 20px;
}

.page_main .b2b_menu {
    display: none;
    animation-delay: 1.5s;
}

.b2b_menu.fixed {
    position: fixed;
    display: block;
    top: 0;
    background: #ffffff;
    width: 100%;
    z-index: 800;
    border-bottom: 1px solid rgb(202, 202, 212);
    /* box-shadow: -1px 0px 3px 0px rgba(218, 218, 218, 0.66); */
}

.b2b_menu .container {
    height: 54px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b2b_menu ul {
    counter-reset: item;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0;
    height: 55px;
    padding: 0 10px;
}

.b2b_menu li {
    padding: 10px 4px;
    margin-right: 50px;
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
    white-space: nowrap;
}

.b2b_menu li.dropdown a {
    /* margin-right: 18px; */
    position: relative;
}


.b2b_menu .login {
    position: relative;
    height: 53px;
    background: #174a8b;
    z-index: 50;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    word-break: break-all;
    text-align: center;
}

.b2b_menu .login a {
    color: #ffffff;
    white-space: nowrap;
}

.b2b_menu .login:after {
    content: "";
    /*background: url("../images/icon_persona.png") center no-repeat;*/
    width: 17px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.b2b_menu .user-links {
    margin-right: 15px;
}


.input_group {
    margin: 10px 15px 15px 0;
    position: relative;
    height: 35px;
    min-width: 170px;
}

.modal_right .input_group {
    width: 100%;
    margin-bottom: 25px;
}

.input_group_checkbox {
    margin: 1px 10px;
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.textarea-comment {
    height: 80px;
}


table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "\2611";
    font-weight: 400;
    font-size: 20px;
    text-shadow: none;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: "\2610";
    font-weight: 400;
    font-size: 20px;
    text-shadow: none;
    color: #898989;
    border: none;

}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    padding-top: 10px;
    font-size: 16px;
    color: #174a8b;
}

#order_buttons {
    margin: 40px;
    text-align: center;
}

#cart_buttons {
    margin: 25px 0;
    text-align: center;
}

#order_search {
}

.textarea-comment .input_label_text {
    height: 73px;
}

.textarea-comment textarea {
    resize: none;
}


.icon {
    display: inline-block;
    margin-right: 6px;
}

.icon.icon-acs {
    background: url("../images/icon-acs.png") center no-repeat;
    width: 25px;
    height: 20px;
}


.icon.icon-disk {
    background: url("../images/icon-disk.png") center no-repeat;
    width: 25px;
    height: 20px;
}

.icon.icon-tyres {
    background: url("../images/icon-tyres.png") center no-repeat;
    width: 25px;
    height: 20px;
}

.icon.icon-bullet {
    background: url("../images/icon_bullet.png") center no-repeat;
    width: 25px;
    height: 20px;
}

.icon.icon-menu {
    background: url("../images/icon_menu.png") center no-repeat;
    width: 25px;
    height: 20px;
}

.to_basket, .to_basket_modal {
    width: 56px;
    height: 28px;
    font-size: 18px;
    user-select: none;
}

.cart-delete {
    font-size: 27px;
    line-height: 14px;
    color: #174a8b;
    cursor: pointer;
}


.table-basket.table-basket {
    /* width: 100%; */
    /* margin: 0 auto; */
}

.table-basket thead {

}

.table-basket tr {

}

.table-basket tr td, .table-basket tr th {
    text-align: center;
    padding: 5px;
}

.table-basket tr td:nth-child(1), .table-basket tr th:nth-child(1) {
    min-width: 283px;
    padding: 5px;
    text-align: left;
}

.table-basket tr td:nth-child(2), .table-basket tr th:nth-child(2) {
    min-width: 90px;
}

.table-basket tr td:nth-child(3), .table-basket tr th:nth-child(3) {
    min-width: 100px;
}

.table-basket tr td:nth-child(4), .table-basket tr th:nth-child(4) {
    min-width: 100px;
}

.table-basket tr td:nth-child(5), .table-basket tr th:nth-child(5) {
    min-width: 100px;
}

.table-basket tr td:nth-child(6), .table-basket tr th:nth-child(6) {
    min-width: 70px;
}


.table-basket {
    width: 470px;
    max-width: 760px;
    /* margin: 0 !important; */
}

.modal_right .table-basket thead {
    display: block;
}

.modal_right .table-basket thead tr {
    display: block;
    border-bottom: 5px solid #174a8b;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.table-basket thead th, .table-basket thead td {
    padding: 5px;
}

.modal_right .table-basket tbody {
    max-height: calc(100vh - 690px);
    display: block;
    overflow: auto;
    width: 100%;
    line-height: 16px;
}

.modal_right .table-basket tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto !important;
}

.modal_right .table-basket tbody tr:nth-child(2n) {
    background: #f1f3f4;
}

.modal_right .table-basket tbody td {
    width: 100%;
    display: block;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
}


.modal-basket .input_group .input_label_text {
    /* min-width: 195px; */
}

.basket-total {
    text-align: right;
    font-size: 26px;
    border-top: 1px dashed #dee2e6;
    color: #1a3752;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
}

.form_list .input_group {
    margin: 5px;
    width: auto;
    margin: 20px 0;
}

.form_list .input_group .input_label_text {
    /* min-width: 220px; */
    font-weight: 600;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #a2d4ed;
}

table.dataTable tbody > tr {
    transition: 300ms ease-in;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #174a8b;
    border-bottom: 1px solid #ffffff;
}

.select-basket-col {
    position: relative;
    width: 100px;
}

.add_to_basket {
    cursor: pointer;
    width: 22px;
    height: 20px;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle;
    position: relative;
}

.add_to_basket:after {
    content: "+4";
    color: #174a8b;
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.selected .add_to_basket {
    background: url("../images/icon_addbacket.png") center no-repeat;
    filter: none;
}

.selected .to_basket_delivery {
    background: url("../images/icon_addbacket_delivery.png") center no-repeat;
}

.selected .add_to_basket:after {
    display: none;
}

.data_table_image {
    max-width: 50px;
}

.add_to_realize {
    cursor: pointer;
    width: 22px;
    height: 20px;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle;
    position: relative;
}

.add_to_realize:after {
    content: "+4";
    color: #174a8b;
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.selected .add_to_realize {
    background: url("../images/icon_addbacket.png") center no-repeat;
    filter: none;
}

#search_table_otx .selected .add_to_realize {
    background: url("../images/icon_addrealize.png") center no-repeat;
    filter: none;
}

.selected .add_to_realize:after {
    display: none;
}


.nav-item {
    margin: 0 0px;
}


.main_content .nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
}

.main_content .nav-tabs .nav-item {
    margin: 10px;
}

.main_content .nav-tabs .nav-link {
    padding: 3px;
    transition: all 300ms;
    display: flex;
    margin-bottom: 3px;
    border-bottom: 0px solid transparent;
    border-bottom: 3px solid #bebebe;
}

.main_content .nav-tabs .nav-item .active {
    border-bottom: 3px solid #174a8b;
}

.main_content .nav-tabs .nav-item:before {
    display: none;
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}


#search_ui.nav-tabs {
}

#search_ui.nav-tabs .nav-item {
    width: 10%;
    margin: 0 1% 0 0;
}

#search_ui.nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    justify-content: center;
    border: solid 2px #CCC;
    height: 170px;
}

#search_ui.nav-tabs .nav-link:hover {
    border: solid 2px #589ff9;
}

#search_ui.nav-tabs .nav-link:hover .title_n {
    color: #589ff9;
}

#search_ui.nav-tabs .active {
    border: solid 2px #174a8b;
}

#search_ui.nav-tabs .icon_n {
    display: flex;
    margin: 10px auto 0px auto;
    width: 80px;
    height: 80px;
}

#search_ui.nav-tabs .i_tyres {
    background: url("../images/search_ui_ico_tyres.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_truck {
    background: url("../images/search_ui_ico_truck.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_rims {
    background: url("../images/search_ui_ico_rims.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_industrial {
    background: url("../images/search_ui_ico_industrial.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_moto {
    background: url("../images/search_ui_ico_moto.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_tools {
    background: url("../images/search_ui_ico_tools.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_components {
    background: url("../images/search_ui_ico_components.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_accessories {
    background: url("../images/search_ui_ico_accessories.jpg") center no-repeat;
}

#search_ui.nav-tabs .i_clothes {
    background: url("../images/search_ui_ico_clothes.jpg") center no-repeat;
}

#search_ui.nav-tabs .title_n {
    text-align: center;
    color: #174a8b;
}

@media (max-width: 1705px) {
    #search_ui.nav-tabs .title_n {
        font-size: 12px;
    }
}

@media (max-width: 1460px) {
    #search_ui.nav-tabs .nav-link {
        height: 120px;
    }

    #search_ui.nav-tabs .icon_n {
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    #search_ui.nav-tabs .title_n {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    #search_ui.nav-tabs .nav-link {
        height: 100px;
    }

    #search_ui.nav-tabs .icon_n {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    #search_ui.nav-tabs .title_n {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    #search_ui.nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #search_ui.nav-tabs .nav-item {
        width: 30%;
        margin: 0 3% 0 0;
    }
}


.user-links a {
    margin: 0 10px;
}

.user-links a:hover {
    text-decoration: none;
}

.card {
    width: 300px;
    min-height: 20px;
    /* margin: 20px; */
    display: inline-block;
    position: relative;
    /* padding-bottom: 55px; */
    box-shadow: 4px 4px 10px 0px rgba(124, 124, 124, 0.57);
    margin: 10px;
}

.card-xl {
    width: calc(100% - 20px);
    margin-bottom: 40px;
}

.card-body {
    padding: 15px;
}

.card-title, .card-header {
    text-align: center;
    font-size: 21px;
    margin: 0px;
    padding: 20px;
    color: #ffffff;
    background: #174a8b;
}

.card-text {
    text-align: left;
    font-size: 16px;
}

.card-text p {
    margin: 17px 5px;
}

.card-address {
    width: 300px;
    min-height: 280px;
    margin: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 55px;
    box-shadow: 0px 2px 10px 0px rgba(179, 179, 179, 0.38);
}

.card-address .card-footer {
    bottom: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-address.card-add {
    text-align: center;
    /* width: 185px; */
    border: none;
    /* box-shadow: none; */
}

.icon-plus {
    background: url("../images/icon_plus.png") center no-repeat;
    width: 91px;
    height: 91px;
    display: block;
}

.card-address.card-add .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    height: 100%;
}

.card-address.card-add a {
    color: #ffffff;
    text-align: center;
}

.card-address.card-add .card-footer {
    background: transparent;
    border: 0;
}


.dropdown-toggle::after {
    display: block;
    position: absolute;
    right: -10px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #237bed transparent transparent transparent;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 40px;
    padding: 0px 0 0px;
    margin: 5px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #174a8b;
    background-clip: padding-box;
    border: 1px solid rgba(173, 173, 173, 0.4);
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    /* margin-left: 38px; */
    padding: 5px 20px;
}

.dropdown-item:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: #1b3d5a;
}

.dropdown-item:last-child:after {
    display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
}

.dropdown-menu.show {
    display: block

}

.ajax_basket {
    /*    cursor: pointer;
        color: #174a8b;
        font-size: 23px;
        font-weight: 500;
        display: inline-block;
        white-space: nowrap;*/
}


.show_load {
    display: block;
}

.hide_load {
    display: none;
}

.b2b_menu .widget {
    height: 54px;
    background-color: #174a8b;
    padding: 10px 13px 0 54px;
    background-repeat: no-repeat;
    background-position: 13px 13px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.b2b_menu .widget span {
    display: inline-block;
    line-height: 16px;
}

.b2b_menu .widget .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.b2b_menu .widget .sublink {
    font-weight: normal;
    margin-left: 3px;
    font-size: 12px;
    text-transform: lowercase;
    color: #FFF;
    text-decoration: underline;
}

.b2b_menu .widget:hover .sublink {
    text-decoration: none;
}

#basket_widget {
    background-image: url("/images/ico_cart.png");
    margin-left: auto;
}

#acc_widget {
    background-image: url("/images/ico_acc.png");
}

@media (max-width: 1024px) {
    .b2b_menu .widget .title {
        display: none;
    }

    .b2b_menu .widget .sublink {
        display: none;
    }
}

.flex_owner_hor {
    display: flex;
    align-items: flex-start;
    margin-top: 22px;
}

.flex_30 {
    display: flex;
    width: 27.5%;
    flex-direction: column;
    margin-right: 2.5%;
    font-size: 16px;
    line-height: 20px;
}

.flex_two_column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* white-space: nowrap; */
    padding: 7px 0 7px 0;
}

.flex_two_column .left {
    width: 48%;
    text-align: right;
    margin-left: 2%;
}

.flex_two_column .right {
    width: 46%;
    margin-left: 4%;
    flex-wrap: wrap;
}

.flex_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 7px 0 7px 0;
}

.flex_right .right {
    width: 46%;
}

.flex_70 {
    width: 70%;
    flex-direction: column;
}

.article {
    border: solid #bebebe 1px;
    display: flex;
    flex-direction: column;
    margin: 20px 0 15px 0;
    padding: 18px;
}

.article .a_title {
    background-color: #fff;
    color: #1a3751;
    font-size: 18px;
    padding: 0 10px 0 10px;
    margin: -31px auto 0 12px;
    font-weight: bold;
}

.article .a_content {
    font-size: 16px;
    line-height: 18px;
    color: #1a3751;
    display: flex;
    flex-direction: row;
}

.article .a_left_70 {
    width: 65%;
    padding: 0 0 0 5%;
}

.article .a_right_30 {
    width: 25%;
    padding: 10px 0 0 0;
}

.article .a_right_30 img {
    width: 100%;
    height: auto;
}


.make_order .manager {
    padding: 5px 0;
}

.make_order .manager span {
    font-weight: 600;
}

.make_order .manager_phone {
    padding: 5px 0;
}

.make_order .manager_phone span {
    font-weight: 600;
}

.make_order .header2 {
    font-size: 20px;
    max-width: 100%;
    padding: 15px 0;
}

.data_table_container .selected .select-checkbox:before {
    display: none;
}


.our_chain {

}

.our_chain .item {
    position: relative;
    height: 400px;
    margin: 60px 0;
    padding-right: 650px;
}

.our_chain .header {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}

.our_chain .map {
    height: 400px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 650px;
}

.our_chain .address {
    margin-bottom: 20px;
    color: #14324c;
    font-size: 16px;
    font-weight: 400;
}

.our_chain .info_block {
    line-height: 15px;
    /* margin: 18px 0; */
    position: absolute;
    z-index: 20;
    background: #174a8b;
    color: white;
    padding: 10px;
    bottom: 0;
    right: 0px;
    width: 250px;
    font-size: 14px;
}

.our_chain .info_block a {
    color: #ffffff;
}

.our_chain .info_block a:hover {
    color: #ffffff;
}

.our_chain .info_block b {
    text-align: center;
}

.our_chain ul {
    /* margin: 0; */
}

.our_chain ul li {
    margin: 6px 0;
}

.our_chain ul li:before {
    background: #ffffff;
    content: "";
    width: 20px;
    left: -28px;
}

.our_chain .phone {
    color: #14324c;
    font-family: "DIN Pro";
    font-size: 35px;
    font-weight: 300;
    line-height: 52px;
}

.our_chain .mail {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.our_chain .working_time {
    width: 250px;
    padding-top: 10px;
}

.our_chain .text_left {
    display: inline-block;
    text-align: right;
    float: right;

}


#nokian_guarantee-products {
    width: 100% !important;
}


.table-order input[type="number"] {
    width: 60px;
}

@media (max-width: 1705px) {
    .b2b_menu .login {
        right: 0px;
        /* width: 125px; */
        /* padding-left: 40px; */
        padding-right: 10px;
    }

    .b2b_menu .login:after {
        left: 12px;
    }

    .v_block {
        /* top: 48px; */
    }

    .container, .main_content .container, .b2b_menu .container {
        width: 1000px;
    }

    .advantages .item {
        width: 324px;
    }

    .about .left {
        width: 420px;
    }

    .official_dealers .item {
        width: 232px;
    }

    .official_dealers .item_x3 {
        width: 631px;
        padding-right: 90px;
    }

    .official_dealers .info_block {
        width: 558px;
    }

    .icon.icon-menu {
        display: none;
    }

    .flex_30 {
        width: 37.5%;
    }

    flex_70 {
        width: 60%;
    }

    .b2b_menu li {
        margin-right: 20px;
    }

}

@media (max-width: 1460px) {

    .menu {
        width: 80px;
        height: 80px;
    }

    .menu .logo {
        width: 100%;
        height: 80px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .flex_owner_hor {
        flex-direction: column;
    }

    .flex_30 {
        width: 90%;
    }

    .flex_70 {
        width: 90%;
    }

    .flex_right {
        justify-content: center;
    }

    .flex_right .right {
        width: 90%;
        justify-content: center;
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 1300px) {
    .menu {
        width: 0px;
        height: 0px;
    }

    .menu .logo {

    }

    .menu.opened {
        /* width: 140px; */
    }

    .menu.opened .links_menu {
        margin-top: 45px;
    }

    .menu.opened .links_menu a, .menu.opened .lang {
        margin: 0 15px 0;
    }
}

@media (max-width: 1200px) {

    .container, .main_content .container, .b2b_menu .container {
        width: 100%;
    }

    .main_content .container {
        padding: 0 5px;
    }

    .b2b_menu {
        font-size: 18px;
        padding-left: 60px;
    }

    .b2b_menu ul {
    }

    .menu {
        width: 0px;
        height: 0px;
    }

    .menu .logo {

    }

    .menu.opened {
        width: 140px;
    }

    .menu.opened .links_menu {
        margin-top: 45px;
    }

    .menu.opened .links_menu a, .menu.opened .lang {
        margin: 0 15px 0;
    }

    .menu.opened .phone {
        margin-left: 6px;
    }

    .menu.opened .phone a {
        font-size: 16px;
    }

    .menu.opened .address {
        margin-left: 11px;
    }

    .b2b_menu .user-links {

    }

    .menu .open_menu, .menu.opened .close_menu {
        width: 53px;
        height: 53px;
        right: -53px;
    }

    .v_block {
        display: none;
    }

    .main_content h1 {
        font-size: 32px;
    }


    .main_content .nav-tabs .nav-link {
        padding: 3px;
    }

    .main_content .nav-tabs .nav-item {
        margin: 6px;
    }

    .about .left {
        width: 462px;
    }

    .official_dealers {
        padding-top: 100px;
    }

    .official_dealers .item {
        width: 33%;
        height: 120px;
        padding: 8px;
    }

    .official_dealers .item_x3 {
        width: 66%;
    }

    .official_dealers .header {
        font-size: 17px;
        line-height: 19px;
        padding: 5px;
    }

    .official_dealers .content {
        color: #193752;
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .official_dealers .info_block {
        width: 100%;
        /* display: none; */
        position: relative;
        right: auto;
        bottom: auto;
        height: 120px;
    }

    .official_dealers .info_block .text_1 {
        font-size: 77px;
        line-height: 70px;
        left: auto;
        top: 0;
        bottom: auto;
        position: relative;
        text-align: center;
        font-size: 100px;
        font-weight: 700;
        line-height: 85px;
    }

    .official_dealers .info_block .text_2 {
        font-size: 13px;
        line-height: 22px;
        left: auto;
        width: 100%;
        top: auto;
        bottom: auto;
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        position: relative;
        padding-top: 15px;
    }

    .official_dealers .flex {
        width: 100vw;
    }

    .official_dealers .item.gray {
        background: transparent;
    }

    .official_dealers .info_block .slider_control {
        left: auto;
        right: 0;
        width: 90px;
        height: 45px;
    }

    .be_partner .regions {
        width: 220px;
        padding-left: 10px;
    }

    .be_partner .city {
        padding-left: 5px;
    }

    .be_partner .region_map {
        top: 140px;
    }

    .about .right {
        overflow: hidden;
    }

    .advantages .text_1 {
        padding-left: 20px;
    }

    .advantages .item {
        width: 335px;
    }
}

@media (max-width: 1024px) {

    .about .left {
        width: 420px;
    }

    .advantages .item {
        width: 324px;
    }

    .b2b_menu li {
        padding: 5px 10px 5px 0px;
        margin-right: 10px;
    }


    .main_content .nav-tabs {
        /* flex-direction: column; */
        /* justify-content: center; */
        /* align-items: center; */
    }

    .main_content h1 {
        font-size: 24px;
    }

    .menu.opened .links_menu {
        margin-top: 15px;
        height: auto;
    }

    .menu.opened .address {

    }

    .menu.opened .links_menu a {
        margin: 0 4px 0;
        padding: 4px 0px 4px 0;
    }

    .menu.opened .lang {
        margin-top: 15px;
    }

    .our_chain .item {
        width: 100%;
        height: auto;
        padding-right: 0;
        text-align: center;
    }

    .our_chain .map {
        margin: 10px auto;
        position: relative;
        width: 100%;
    }

    .our_chain .info_block {
        position: relative;
        left: 0;
        margin: auto;
    }

    .our_chain .working_time {
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .main_content .nav-tabs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .b2b_menu li {
        padding: 0px 1px 2px 1px;
        font-size: 9px;
        margin: 1px 2px;
        margin-left: 7px;
        white-space: normal;
    }

    .b2b_menu .widget {
        padding: 0 0 0 40px;
        background-position: 4px 4px;
        height: 40px;
    }

    .b2b_menu .widget {
    }

    .ajax_basket {
        font-size: 14px;
        white-space: nowrap;
    }

    .b2b_menu {
        height: 40px;
        padding-left: 0px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.78);
    }

    .b2b_menu .login {
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 0;
        overflow: hidden;
    }

    .menu .open_menu, .menu.opened .close_menu {
        width: 40px;
        height: 40px;
        right: -40px;
    }

    .b2b_menu .container {
        width: 100%;
        height: 40px;
    }

    .b2b_menu ul {
        padding-left: 40px;
        margin: 0;
        height: 40px;
        /*justify-content: space-between;*/
        justify-content: flex-start;
        align-items: center;
    }

    .b2b_menu .user-links {
        margin-right: 40px;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .main_content .nav-tabs .nav-item {
        margin: 6px;
        width: 100%;
        padding: 0 15px;
    }

    .main_content h1 {
        font-size: 24px;
        margin: 15px;
        text-align: center;
    }

    .main_content .breadcrumbs {
        margin: 5px;
        padding-top: 15px;
    }

    .footer {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .footer .container {
        flex-direction: column;
        padding: 10px 5px;
    }

    .footer .copyright {
        order: 1;
        align-self: auto;
        margin-top: 12px;
    }

    .form_params {
        margin: 25px 5px;
    }

    .form_params .small_input {
        min-width: 87px;
        margin: 6px 3px 15px;
    }

    .form_params .spacer {
        margin-right: 5px;
        font-size: 23px;
        line-height: 34px;
        height: 39px;
        width: 10px;
        text-align: center;
        display: inline-block;
        color: #174a8b;
    }

    .order-right {
        /* margin-left: 0 !important; */
    }

    .input_group {
        /* width: calc(50% - 6px); */
        margin: 6px 3px 15px;
        height: 30px;
    }

    .form_params .input_label_text {
        /* max-width: 108px; */
        max-height: 15px;
        overflow: hidden;
        display: block;
        font-size: 10px;
    }

    .menu.opened {
        width: 100%;
    }

    .menu.opened .close_menu {
        right: 0;
    }

    .menu.opened .links_menu a {
        font-size: 14px;
        text-align: center;
    }

    .menu.opened .links_menu a:after {
        position: absolute;
        bottom: 3px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 1px;
        background: #1b3d5a;
    }

    .menu.opened .lang {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu.opened .phone {
        text-align: center;
    }

    .menu.opened .address {
        text-align: center;
        margin: 0 auto;
        padding-top: 25px;
    }

    .menu .logo {
        width: 100%;
        height: 70px;
        margin-top: 5px;
    }

    .btn {
        font-size: 11px;
        line-height: 14px;
        padding: 0 3px;
        min-width: 60px;
        max-width: 90px;
        margin-right: 5px !important;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #order_buttons {
        margin: 15px 0px;
    }

    .btn-group {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        flex-wrap: wrap;
        margin: 0px;
        width: 100%;
    }

    .dataTables_paginate ul li {
        height: 25px;
    }

    .form_params input:not([type="submit"]), .form_params select, .form_params textarea {
        font-size: 12px;
    }

    .main_content table th {
        font-size: 11px;
        font-weight: 500;
        line-height: 18px;
        padding: 0 5px 0 0px;
    }

    table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
        padding-right: 10px;
    }

    .main_content table thead tr {
        border-bottom: 3px solid #174a8b;
        height: 30px;
        text-align: center;
    }

    .data_table_container table {
        width: 100% !important;
        margin: 0;
    }

    .main_content table td {
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        padding: 0px 0px;
        text-align: center;
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 5px;
        font-weight: 800;
        font-size: 8px;
        right: 0;
        display: block;
        opacity: 0;
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
        right: 9px;
        content: "\2191";
    }

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        right: 3px;
        content: "\2193";
        color: #174a8b;
    }

    div.dataTables_wrapper div.dataTables_info {
        width: 100%;
        float: none;
    }

    .dataTables_paginate ul {
        display: flex;

    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 10px 0;
        justify-content: center;
    }

    .data_table_container input[type="number"] {
        width: 35px;
        font-size: 15px;
        height: 19px;
        line-height: 19px;
        margin: 0px 0px 0px 0;
    }

    .add_to_basket:after {
        left: 0;
    }

    .add_to_basket {
        display: inline-block;
        margin-left: 5px;
        /* margin-top: 7px; */
        /* filter: brightness(0.55); */
        /* background: url(../images/icon_addbacket.png) center no-repeat; */
    }

    .data_table_container input[type="number"] {
        position: relative;
        margin: 0px 0 5px;
        padding-right: 15px;
        border: 1px solid #BBB;
        border-color: #BBB #ECECEC #ECECEC #BBB;
        padding-bottom: 1px;
        line-height: 20px;
    }


    .data_table_container input[type="number"]::-webkit-outer-spin-button,
    .data_table_container input[type="number"]::-webkit-inner-spin-button {
        width: 15px;
        border-left: 1px solid #BBB;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .data_table_container input[type="number"]::-webkit-inner-spin-button:hover,
    .data_table_container input[type="number"]::-webkit-inner-spin-button:active {
        opacity: 1;
    }

    .data_table_container .dtr-details > li {
        margin: 4px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 !important;
    }

    .data_table_container .dtr-details > li:before {
        display: none;
    }

    .data_table_container ul.dtr-details {
        width: 100%;
    }

    .dtr-details > li .dtr-title {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        position: relative;
        min-width: 130px;
        padding-left: 15px;
    }

    .dtr-details > li .dtr-data {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        text-align: right;
        padding-right: 15px;
    }

    .dtr-details > li .dtr-data img {
        max-height: 20px;
    }

    table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
        display: none;
    }

    table.dataTable.dtr-column > tbody > tr > td.control:after, table.dataTable.dtr-column > tbody > tr > th.control:after {
        top: 100%;
        content: "Подробнее";
        color: #ffffff;
        background: #174a8b;
        width: 65px;
        border: none;
        font-weight: 600;
        box-shadow: none;
        border-radius: 0px;
        font-family: "DIN Pro";
        position: relative;
        display: block;
        font-size: 10px;
        line-height: 14px;
        padding: 1px;
        margin: 5px auto;
    }

    table.dataTable.dtr-column > tbody > tr.parent td.control:after, table.dataTable.dtr-column > tbody > tr.parent th.control:after {
        content: 'Скрыть';
    }

    table.dataTable > tbody > tr.child {
        border-bottom: 1px solid #174a8b;
        border-top: 1px solid #174a8b;
        background: #ffffff;
    }

    .message_overlay .v_container {
        width: 100%;
    }

    .message_overlay .message {
        font-size: 18px;
        line-height: 20px;
    }

    .main_content table td.order_link_mobile {
        font-size: 16px;
    }

    .card {
        width: calc(100% - 20px);
        /* padding: 10px; */
        margin: 20px auto;
        display: block;
        padding-bottom: 55px;
    }

    .form_params .input_value {
        font-size: 12px;
    }

    .form_params .order-right {
        margin-left: 0 !important;
    }

    .main_content .breadcrumbs a:after {
        padding: 0 5px;
    }

    .card-address .card-footer {
        bottom: 0;
    }


    .table-basket tr td:nth-child(1), .table-basket tr th:nth-child(1) {
        min-width: 50px;
        padding: 0px;
        text-align: left;
    }

    .table-basket thead th, .table-basket thead td {
        padding: 3px;
    }

    .table-basket tr td:nth-child(2), .table-basket tr th:nth-child(2) {
        min-width: 30px;
    }

    .table-basket tr td:nth-child(3), .table-basket tr th:nth-child(3) {
        min-width: 30px;
    }

    .table-basket tr td:nth-child(4), .table-basket tr th:nth-child(4) {
        min-width: 30px;
    }

    .table-basket tr td:nth-child(5), .table-basket tr th:nth-child(5) {
        min-width: 30px;
    }

    .table-basket tr td:nth-child(6), .table-basket tr th:nth-child(6) {
        min-width: 30px;
    }


    .basket-total {
        font-size: 18px;
        margin-bottom: 10px;
        padding-top: 15px;
    }

    .modal_right .table-basket tbody {
        max-height: calc(100vh - 452px);
    }

    .modal_right .table-basket tbody td {
        width: 100%;
        display: block;
        line-height: 12px;
        font-size: 10px;
        font-weight: 400;
    }

    .modal_right {
        max-width: 100%;
        width: 100%;
        padding: 10px 5px 10px;
    }

    .modal_right .close_form {
        top: 0;
        left: auto;
        right: 0;
        border: none;
    }

    .modal_right .header {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 30px;
    }

    .table-basket {
        width: 100%;
        max-width: 100%;
    }

    .modal_right .table-basket thead tr {
        font-size: 10px;
        height: 30px;
        border-bottom: 3px solid #174a8b;
    }

    .select-basket-col {
        min-width: 58px;
        width: 58px;
    }

    .main_content .page-basket-table {
        margin: 0 5px;
        width: calc(100% - 10px);
    }

    .login_fixed {
        /* top: 11px; */
        width: 100px;
        height: 45px;
        right: 0px;
        padding-left: 32px;
        font-size: 12px;
        /* display: none; */
    }

    .main_slider {
        height: auto;
        /* margin-top: 40px; */
    }

    .main_slider .slider {
        position: relative;
        height: calc(100vh - 240px);

    }

    .main_slider .slider .slide img {
        height: calc(100vh - 240px);

    }

    .main_slider .info_block {
        width: 100%;
        position: relative;
        height: 240px;
        overflow: hidden;
    }

    .main_slider .v_header_1 {
        left: 41px;
        bottom: 220px;
        /* top: 390px; */
        color: #ffffff;
        font-weight: 600;
        width: 298px;
        text-shadow: #000000f2 -2px 2px 5px;
    }

    .main_slider .info_block .slide_description {
        padding: 25px 10px;
        font-size: 26px;
        line-height: 28px;
    }

    .main_slider .info_block .slider_num {
        font-size: 190px;
        line-height: 190px;
        bottom: -15px;
        height: 175px;
    }

    .main_slider .info_block .slider_control {
        top: 140px;
    }

    .main_slider .container {
        height: auto;
    }

    .main_slider .scroll_down {
        bottom: 254px;
    }

    .about .header {
        font-size: 28px;
        font-weight: 400;
        line-height: 30px;
        padding-top: 65px;
        padding-left: 0px;
        text-align: center;
    }

    .about .content {
        padding: 20px 10px;
    }

    .more {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-right: 0;
        text-align: center;
        /* width: 130px; */
        max-width: 200px;
    }

    .about .left {
        width: 100%;
        padding-bottom: 36px;
    }

    .about .right {
        width: 100%;
        height: 420px;
    }

    .about .right .overflow {
        width: 100%;
        height: 420px;
    }

    .about .image {
        background-size: contain;
        width: 100%;
        height: 100%;
        background-position: left;
    }

    .about .right .background {
        width: 100%;
    }

    .about .text_1 {
        padding-top: 255px;
    }

    .about .text_2 {
        font-size: 80px;
    }

    .official_dealers {
        padding-top: 100px;
    }

    .official_dealers .item {
        width: 33%;
        height: 120px;
        /* font-size: 50px; */
        padding: 8px;
    }

    .official_dealers .item_x3 {
        width: 66%;
    }

    .official_dealers .header {
        font-size: 17px;
        line-height: 19px;
        padding: 5px;
    }

    .official_dealers .content {
        color: #193752;
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .official_dealers .info_block {
        width: 100%;
        /* display: none; */
        position: relative;
        right: auto;
        bottom: auto;
        height: 120px;
    }

    .official_dealers .info_block .text_1 {
        font-size: 77px;
        line-height: 70px;
        left: auto;
        top: 0;
        bottom: auto;
        position: relative;
        text-align: center;
        font-size: 100px;
        font-weight: 700;
        line-height: 85px;
    }

    .official_dealers .info_block .text_2 {
        font-size: 13px;
        line-height: 22px;
        left: auto;
        width: 100%;
        top: auto;
        bottom: auto;
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        position: relative;
        padding-top: 15px;
    }

    .official_dealers .flex {
        width: 100vw;
    }

    .official_dealers .item.gray {
        background: transparent;
    }

    .official_dealers .info_block .slider_control {
        left: auto;
        right: 0;
        width: 90px;
        height: 45px;
    }

    .be_partner {
        /* display: none; */
        padding-top: 60px;
    }

    .advantages {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .advantages .header {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        width: 100%;
    }

    .advantages .text_1 {
        padding-left: 0;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }

    .advantages .text_2 {
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        line-height: 26px;
        margin-top: 10px;
        width: auto;
        text-align: center;
    }

    .advantages .item {
        width: 33%;
        height: 130px;
    }

    .advantages .item .item_text {
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        line-height: 19px;
        margin: 15px 5px 0 5px;
    }

    .advantages .item .item_image {
        width: 100%;
        height: 100%;
        background-size: contain;
        bottom: 0;
    }

    .footer .footer_menu {
        align-items: center;
        width: 100%;
    }

    .footer .contact {
        margin-top: 15px;
        width: 100%;
    }

    .footer .phone {
        text-align: center;
    }

    .footer .email {
        text-align: center;
    }

    .footer .address {
        text-align: center;
        margin-top: 15px;
    }

    .footer .copyright {
        text-align: center;
        width: 100%;
    }

    .be_partner .header {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
        padding: 0 5px;
        width: 100%;
        text-align: center;
    }

    .be_partner .flex {
        display: none;
    }

    .be_partner .region_map {
        display: none;
        position: relative;
        /* transform: scale(0.4); */
        width: 100%;
        /* height: 404px; */
        transform-origin: 0% 0%;
    }

    .be_partner .region_map svg {
        /* max-width: 100%; */
        /* height: auto; */
    }

    .be_partner .region_map:after {
        display: none;
    }

    .be_partner .more {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }

    .be_partner .coverage {
        position: relative;
        margin-top: 50px;
        width: 100%;
        height: 147px;
    }

    .be_partner .v_header {
        top: -7px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 59px;
        transform: none;
        text-align: center;
    }

    .be_partner .text_1 {
        text-align: center;
        font-size: 100px;
        font-weight: 700;
        line-height: 85px;
        padding-top: 16px;
    }

    .be_partner .text_2 {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        width: 100%;
        margin: 0;
        padding-top: 15px;
    }

    .modal_right .input_group {
        margin-bottom: 10px;
    }

    .main_content h2 {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        margin: auto;
        text-align: center;
        padding: 10px 5px;
    }

    .main_content .main_image {
        margin-bottom: 20px;
    }

    .main_content .image_descr {
        position: relative;
        bottom: auto;
        width: 100%;
        right: auto;
        font-size: 22px;
        padding: 10px 15px;
        height: auto;
        line-height: 35px;
    }

    .main_content p {
        padding: 10px 5px;
        margin: auto;
    }

    .main_content .quote {
        width: 100%;
        margin: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .main_content {
        color: #1a3752;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        position: relative;
        min-height: 100vh;
        margin-top: 40px;
    }
}

@media (max-height: 740px) {


    .form_params input:not([type="submit"]), .form_params select, .form_params textarea {
        font-size: 12px;
    }

    .modal_right .input_group {
        margin-bottom: 5px;
        height: 25px;
    }

    .basket-total {
        font-size: 18px;
        margin-bottom: 6px;
        padding-top: 10px;
    }

    .form_params {
        margin: 15px 0;
    }

    .modal_right .header {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .modal_right .table-basket tbody {
        max-height: calc(100vh - 415px);
        display: block;
        overflow: auto;
        width: 100%;
        line-height: 16px;
    }

    .menu.opened .phone {
        display: none;
    }

    .menu.opened .address {
        display: none;
    }

    .menu.opened .links_menu {
        margin-top: 0px;
        height: auto;
    }

}


.b2b_partner .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 25px;
    font-size: 18px;
    height: 156px;
    width: 310px;
}


.b2b_partner .image {
    min-height: 120px;
    display: flex;
    align-items: center;
}

.main_content .table-basket_content {
    width: 100%;
    max-width: 100%;
}

.page-basket-table.loading, .modal-basket-table.loading {
    opacity: 0.3;
    pointer-events: none;
    position: relative;
}

.table-basket .to_basket_page {
    max-width: 40px;
}

.pull-right {
    margin-left: auto;
    /* display: block; */
}

.select2-selection {
    margin-top: 10px;
}

.image-popup img {
    max-width: 50px;
}

.b2b_content .logo {
    background: url("../images/b2b_logo.png") center center no-repeat;
}


.page-oth-table.loading, .page-oth_scan-table.loading {
    opacity: 0.3;
    pointer-events: none;
    position: relative;
}

.page-oth-table, .page-oth_scan-table {
    text-align: center;
}

.modal-oth-scan {
    width: 100%;
    height: 100%;
}

.modal-oth-scan .close_form {
    left: auto;
    right: 0;
}


.modal-oth-scan .scaner {
    background: url("../images/scaner.jpg") center no-repeat;
    width: 282px;
    height: 212px;
    margin: auto;
    margin-bottom: 15px;
}

.scan_info .input_value {
    font-size: 12px;
    height: 29px;
}

.modal_right .scan_info .input_group {
    margin-bottom: 4px;
    margin-top: 4px;
}

.ext_search_false .ext_search {
    display: none;
}

.load_modal_product {
    cursor: pointer;
}

.load_modal_product:hover {
    text-decoration: underline;
}

.modal_product {
    max-width: 650px;
}

.modal_product .m_load {
    text-align: center;
    font-size: 24px;
}

.modal_product .m_load i {
    margin: 5px auto 5px auto;
    font-size: 30px;
}

.modal_product .m_load_true {
    display: block;
}

.modal_product .m_load_false {
    display: none;
}

.modal_product .m_body {
}

.item_cart {
    display: flex;
    flex-direction: column;
}

.item_cart .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 5px 0;
}

.item_cart .title {
    margin-left: 2%;
    font-weight: bold; /* width: 23%; */
    text-align: right;
    min-width: 140px;
}

.item_cart .value {
    margin-left: 2%; /* width: 73%; */
}

.item_cart .img {
    max-width: 300px;
    margin: 10px auto 10px auto;
}

.item_cart .img img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.m_content {
    padding-left: 64px;
    padding-top: 265px;
}

.tiny_in {
    color: #1a3752;
}

.tiny_in h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 43px;
    margin: 0;
}

.tiny_in p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


@media (max-width: 768px) {
    .modal_product {
        max-width: 100%;
    }

    .item_cart .row {
        flex-direction: column;
    }

    .item_cart .title {
        text-align: center;
        margin-bottom: 5px;
    }


    .flex_30 {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-right: 2.5%;
        font-size: 12px;
        line-height: 14px;
    }

    .b2b_banner{
        font-size: 14px;
        text-align: center;
    }
}


.input_tools_sub_category, .input_tools_brand {
    display: none;
}

.blur {
    filter: opacity(0.3);
}
