@charset "UTF-8";
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: "FuturaDemiC";
    font-display: swap;
    src: url("../fonts/FuturaDemiC.eot");
    src: local("Futura Demi Cyrillic"), local("FuturaDemiC"), url("../fonts/FuturaDemiC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaDemiC.woff") format("woff"), url("../fonts/FuturaDemiC.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "FuturaBookC";
    font-display: swap;
    src: url("../fonts/FuturaMediumC.eot");
    src: local("Futura Medium Cyrillic"), local("FuturaMediumC"), url("../fonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaMediumC.woff") format("woff"), url("../fonts/FuturaMediumC.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "FuturaBookC";
    font-display: swap;
    src: url("../fonts/FuturaBookC.eot");
    src: local("Futura Book Cyrillic"), local("FuturaBookC"), url("../fonts/FuturaBookC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBookC.woff") format("woff"), url("../fonts/FuturaBookC.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    min-width: 100%;
    margin: 0 0 474px;
    font-family: "FuturaBookC";
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

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

input, textarea {
    font-family: "FuturaBookC";
}

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

.content {
    font-size: 18px;
    line-height: 110%;
}

.content ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.content ul li {
    display: list-item;
}

#wrapper {
    min-width: 1200px;
    overflow: hidden;
}

.middle,
.middle2,
.middle3 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.middle2 {
    padding-left: 69px;
}

.middle3 {
    padding-left: 46px;
    padding-right: 46px;
}

.middle:after,
.middle2:after,
.middle3:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.product .product_image img,
.partners_slider .partner img {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100% !important;
    max-height: 100%;
}

/*----------------------шапка------------------------*/
header {
    position: relative;
    left: 0;
    top: 0;
    height: 122px;
    width: 100%;
    display: block;
    background: #fff;
    z-index: 10;
}

.imgPreview img {
    padding: 8px;
    max-width: 100px;
}

/*
header.is_stuck {
	position: fixed;
	height: 65px;
}
*/
#logo {
    position: absolute;
    top: 43px;
    left: 7px;
    display: block;
    background: url("../images/logo.png") no-repeat;
    width: 278px;
    height: 41px;
    outline: none;
    font-size: 0;
}

.cat_button {
    position: absolute;
    right: 734px;
    top: 40px;
    background: #0B1E57;
    width: 124px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    padding-left: 49px;
    line-height: 44px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #0B1E57;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.cat_button:hover {
    background: #fff;
    color: #0B1E57;
}

.cat_button div {
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 15px;
    border-radius: 1px;
    background: #fff;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.cat_button div:before,
.cat_button div:after {
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    position: absolute;
    right: 0;
    border-radius: 1px;
    background: #fff;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: width 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, background 0.3s;
    transition: transform 0.3s, width 0.3s, background 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s, width 0.3s, background 0.3s;
}

.cat_button div:before {
    top: -5px;
}

.cat_button div:after {
    bottom: -5px;
}

.cat_button:hover div {
    background: #0B1E57;
}

.cat_button:hover div:before {
    background: #0B1E57;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.cat_button:hover div:after {
    background: #0B1E57;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.menu_opened .cat_button div {
    background: rgba(0, 0, 0, 0);
}

.menu_opened .cat_button div:before,
.menu_opened .cat_button div:after {
    width: 18px;
}

.menu_opened .cat_button div:before {
    transform: rotate(-45deg) translateY(-2px);
    -webkit-transform: rotate(-45deg) translateY(-2px);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
}

.menu_opened .cat_button div:after {
    transform: rotate(45deg) translateY(2px);
    -webkit-transform: rotate(45deg) translateY(2px);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
}

.notice {
    position: relative;
    background: #0B1E57;
    display: block;
    width: 209px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    padding-left: 44px;
    line-height: 44px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #0B1E57;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.notice:hover {
    background: #fff;
    color: #0B1E57;
}

.notice:before, .notice:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    border-radius: 1px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.notice:before {
    left: 16px;
    height: 2px;
    width: 16px;
}

.notice:after {
    left: 23px;
    height: 16px;
    width: 2px;
}

.notice:hover:before, .notice:hover:after {
    background: #0B1E57;
}

header .notice {
    position: absolute;
    right: 489px;
    top: 40px;
}

.site_enter {
    position: absolute;
    right: 239px;
    top: 40px;
    display: block;
    width: 214px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #0B1E57;
    padding-left: 49px;
    font-size: 18px;
    color: #0B1E57;
    text-decoration: none;
    font-weight: 500;
    background: url("../images/icon_user.svg") no-repeat 15px 7px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.site_enter:hover {
    background: url("../images/icon_user_h.svg") no-repeat 15px 7px #0B1E57;
    color: #fff;
}

.header_info {
    position: absolute;
    right: 0;
    top: 45px;
    width: 203px;
    line-height: 125%;
    font-weight: 500;
    font-size: 14px;
    color: #091c59;
}
.header_info span {
    display: block;
    font-weight: 500;
    color: #babadb;
}

.header_info a {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #152c70;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.header_info a:hover {
    color: #70DFE8;
}

#catalog_popup {
    position: absolute;
    top: 86px;
    margin: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding: 27px 0 3px 35px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.cat_button:hover + #catalog_popup, #catalog_popup:hover {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

#catalog_popup > div {
    position: absolute;
    margin: auto;
    right: 558px;
    /*    left: 0;*/
    top: 0;
    /*    width: 806px*/
}

#catalog_popup div:before {
    content: "";
    display: block;
    width: 215px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}

#catalog_popup div > ul {
    display: inline-block;
    background: #0B1E57;
    /*    width: 806px;*/
    width: 300px;
    padding: 37px 0 0 0;
    /*    min-height: 335px;*/
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

#catalog_popup ul {
    overflow: hidden;
}

#catalog_popup ul:hover {
    overflow: visible;
}

#catalog_popup ul > li {
    padding-bottom: 20px;
}

#catalog_popup li {
    position: relative;
    width: 300px;
    padding-left: 30px;
    padding-right: 10px;
}

#catalog_popup span, #catalog_popup a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

#catalog_popup ul ul {
    /*    margin-left: 174px;*/
    position: absolute;
    left: 300px;
    width: 0;
    width: 0;
    top: -37px;
    padding-left: 0;
    background: #0B1E57;
    padding-top: 37px;
    /*    min-height: 337px;*/
    transition: width 0.3s, padding 0.3s;
    -webkit-transition: width 0.3s, padding 0.3s;
}

#catalog_popup li:hover > ul {
    width: 300px;
}

/*
#catalog_popup ul ul ul {
  margin-left: 227px;
}

#catalog_popup >div >ul >li.active >ul {
    padding-left: 53px;
    width: 590px
}


#catalog_popup ul ul >li.active >ul {
    padding-left: 53px;
    width: 307px
}

#catalog_popup ul ul li {
    width: 240px
}

#catalog_popup ul ul:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 38px;
    bottom: 40px;
    background: #fff;
    z-index: 2;
    display: none;
}

#catalog_popup ul ul:after {
    content: '';
    display: block;
    width: 6px;
    height: 100px;
    position: absolute;
    left: -5px;
    top: 0;
    background: #0B1E57;
}
*/
#catalog_popup ul > li > span,
#catalog_popup ul > li > a {
    display: inline-block;
    position: relative;
    font-size: 20px;
}

#catalog_popup ul > li.has_sub > span,
#catalog_popup ul > li.has_sub > a {
    padding-right: 40px;
    display: block;
}

#catalog_popup ul > li.has_sub > span:after,
#catalog_popup ul > li.has_sub > a:after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/forward.svg") no-repeat 50%;
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
}

#catalog_popup ul ul > li.has_sub > span:after,
#catalog_popup ul ul > li.has_sub > a:after {
    left: auto;
}

#catalog_popup ul > li.has_sub.active > span:after,
#catalog_popup ul > li.has_sub.active > a:after {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#catalog_popup ul ul a {
    position: relative;
}

#catalog_popup ul ul a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #0B1E57;
    bottom: -5px;
    opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

#catalog_popup ul ul a:hover:after {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

h2 {
    font-size: 40px;
    line-height: 110%;
    color: #0B1E57;
    font-weight: 500;
}

input[type=text],
input[type=email],
input[type=password] {
    display: block;
    width: 100%;
    height: 54px;
    background: #F0F0F8;
    border: 1px solid #0B1E57;
    color: #0B1E57;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    padding-left: 16px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #BABADB;
}

input.is-invalid {
    border: 1px solid red;
}

.searchbar {
    width: 100%;
    margin-bottom: 38px;
}

.searchbar form {
    width: 100%;
    position: relative;
}

.searchbar form input[type=text] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 140px 0 28px;
    background: #fff;
    border: 1px solid #0B1E57;
    color: #0B1E57;
    font-size: 18px;
    outline: none;
}

.searchbar form input[type=text]::-webkit-input-placeholder {
    color: #0B1E57;
}

.searchbar form input[type=submit] {
    display: block;
    width: 116px;
    height: 46px;
    background: url("../images/icon_search.svg") no-repeat 15px 50% #0B1E57;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 48px;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.top-search {
    height: 309px;
    margin-bottom: 54px;
    padding-top: 55px;
    position: relative;
}

.top-search__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.top-search__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-search h2 {
    margin-bottom: 37px;
    color: #fff;
    max-width: 600px;
}

.top-search .searchbar {
    max-width: 751px;
    -webkit-transition: max-width 0.3s;
    transition: max-width 0.3s;
}

.categ {
    padding-bottom: 34px;
}

.categ ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.categ ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.categ ul li:last-child {
    margin-right: 0;
}

.categ ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 111px;
    border: 1px solid #0B1E57;
    padding: 0 50px 0 26px;
    color: #152C70;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 125%;
    background: url("../images/arrow.svg") no-repeat right 32px center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.categ ul li a:hover {
    background: url("../images/arrow_h.svg") no-repeat right 18px center;
}

table,
table tr,
table td,
table th {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.data-table table,
.lk__notify table {
    vertical-align: middle;
    text-align: left;
}

.data-table table tr:nth-child(odd),
.lk__notify table tr:nth-child(odd) {
    background: #F0F0F8;
}

.data-table table tr:nth-child(even),
.lk__notify table tr:nth-child(even) {
    background: #fff;
}

.data-table table td,
.lk__notify table td {
    height: 70px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 110%;
    font-weight: 500;
}

.data-table table td a {
    color: #0B1E57;
}

.data-table table th,
.lk__notify table th {
    height: 60px;
    vertical-align: middle;
    color: #989898;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
}

input[type=submit] {
    font-family: "FuturaBookC";
    border: none;
    padding: 0;
}

input[type=submit].button {
    border: 1px solid #0B1E57;
}

.button,
.button2 {
    display: block;
    width: 167px;
    height: 46px;
    background: #0B1E57;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border: 1px solid #0B1E57;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.button:hover,
.button2:hover {
    background-color: #fff;
    color: #0B1E57;
}

.button2 {
    background: #70DFE8;
    border: 1px solid #70DFE8;
    color: #000;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.button2:hover {
    background-color: #fff;
    color: #70DFE8;
}

.updates {
    padding: 58px 0 28px;
    background: #F0F0F8;
}

.updates .switch {
    position: absolute;
    right: 0;
    top: -36px;
}

.updates .data-table {
    margin-bottom: 47px;
}

.updates .data-table table {
    width: 100%;
}

.updates .data-table table tr td:first-child,
.updates .data-table table tr th:first-child {
    padding-left: 28px;
    width: 100px;
}

.updates .data-table table tr td:nth-child(2),
.updates .data-table table tr th:nth-child(2) {
    width: 67px;
}

.updates .data-table table tr td:nth-child(3),
.updates .data-table table tr th:nth-child(3) {
    width: 30%;
}

.updates .data-table table tr td:nth-last-child(2),
.updates .data-table table tr th:nth-last-child(2) {
    padding-left: 35px;
}

.updates .data-table table tr td:last-child,
.updates .data-table table tr th:last-child {
    text-align: right;
    width: 100px;
    padding-right: 29px;
}

.updates__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.updates__buttons .button,
.updates__buttons .notice {
    margin-bottom: 20px;
}

.updates__buttons div {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 20px;
}

.pluses {
    padding: 75px 0 34px;
}

.pluses h2 {
    margin-bottom: 22px;
}

.pluses .content {
    margin-bottom: 37px;
    max-width: 930px;
}

.pluses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pluses__list li {
    margin-bottom: 20px;
    max-width: 240px;
}

.pluses__block {
    font-size: 18px;
    line-height: 110%;
}

.pluses__block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 25px;
    min-height: 53px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.pluses__image {
    display: block;
    position: relative;
    height: 79px;
    width: 75px;
    margin-bottom: 6px;
}

.pluses__image img {
    display: block;
    position: absolute;
    margin: auto;
    bottom: -20px;
    right: -20px;
    left: -20px;
    top: -20px;
}

/*----------------------Хлебные Крошки------------------------*/
.breadcrumbs {
    width: 1200px;
    margin: 0 auto 5px;
    padding-left: 27px;
    position: relative;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 15px 0;
    padding-left: 18px;
    background: url("../images/crumb.svg") no-repeat 0 50%;
    font-size: 14px;
    font-weight: 500;
    color: #989898;
}

.breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li a {
    color: #CCC;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.breadcrumbs li a:hover {
    color: #989898;
}

h1 {
    color: #0B1E57;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    width: 1200px;
    margin: 0 auto 42px;
    padding-left: 27px;
}

.link {
    text-decoration: none;
    color: #000;
    position: relative;
}

.link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    background: #000;
}

.link:hover:after {
    opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

/*----------------------Список Товаров------------------------*/
.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 77px;
}

.switch a {
    display: block;
    width: 36px;
    height: 32px;
    text-decoration: none;
    font-size: 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.switch .list {
    background: url("../images/icon_list.svg") no-repeat 50%;
}

.switch .list.active {
    background: url("../images/icon_list-h.svg") no-repeat 50% #0B1E57;
}

.switch .tile {
    background: url("../images/icon_tile.svg") no-repeat 50%;
}

.switch .tile.active {
    background: url("../images/icon_tile-h.svg") no-repeat 50% #0B1E57;
}

.product {
    width: 240px;
    min-height: 340px;
    position: relative;
    color: #000;
    background: #fff;
}

.product__image {
    display: block;
    width: 100%;
    height: 175px;
    margin-bottom: 13px;
    position: relative;
}

.product__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__enlarge {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    background: url("../images/icon_photo.svg") no-repeat 50%;
    display: none;
}

.lk .data-table .product__enlarge {
    display: inline-block;
}

.product__name {
    display: block;
    color: #0B1E57;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    padding: 0 16px;
    margin-bottom: 16px;
}

.product__name:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product span {
    display: block;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 2px;
}

.product__size {
    float: left;
    padding-left: 16px;
    margin-bottom: 14px;
    width: 145px;
    line-height: 130%;
    font-size: 14px;
    font-weight: 500;
}

.product__size b {
    font-weight: 500;
}

.product__code, .product__color {
    margin-bottom: 2px;
    margin-left: 146px;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

.product__price {
    clear: both;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 13px;
}

.product__price span {
    display: inline-block;
}

.items-list .product {
    width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 17px;
    padding-right: 42px;
}

.items-list .product__image {
    display: none;
}

.items-list .product__enlarge {
    display: block;
}

.items-list .product__name {
    padding: 0;
    margin-bottom: 0;
    width: 30%;
}

.items-list .product__name:before {
    display: none;
}

.items-list .product span {
    display: none;
}

.items-list .product__size {
    float: none;
    padding-left: 0;
    margin-bottom: 0;
    width: auto;
    min-width: 100px;
}

.items-list .product__code, .items-list .product__color {
    margin-bottom: 0;
    margin-left: 0;
}

.items-list .product__color {
    width: 80px;
    width: 58px;
}

.items-list .product__code {
    width: 30px;
    width: 36px;
}

.items-list .product__code {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.items-list .product__price {
    clear: both;
    padding-left: 0;
    padding-bottom: 0;
    min-width: 70px;
}

.items-list .product__price span {
    display: none;
}

.filter__menu {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #F0F0F8;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

.filter__menu a {
    color: #0B1E57;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.filter__menu a:hover {
    color: #70DFE8;
}

.filter__menu span {
    color: #70DFE8;
}

.filter__menu ul {
    display: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    padding: 14px 0 14px 14px;
}

.filter__menu span + ul,
.filter__menu .active + ul {
    display: block;
}

.filter__menu ul ul {
    padding: 12px 0 12px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.filter__block {
    margin-bottom: 22px;
    font-size: 0;
}

.filter__block p {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 11px;
}

.filter__block input[type=text] {
    display: inline-block;
    width: 50%;
}

.filter__block input[type=text] + input[type=text] {
    border-left: none;
}

.filter .button {
    width: 181px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 47px;
}

.filter__reset {
    color: #393E41;
    font-size: 14px;
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none;
}

input[type=number] {
    margin: auto;
    width: 48px;
    height: 40px;
    display: block;
    color: #000;
    font-size: 24px;
    text-align: center;
    background: none;
    outline: none;
    pointer-events: none;
}

span.spinner {
    position: relative;
    display: block;
    width: 108px;
    height: 40px;
    margin: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

span.spinner > .sub,
span.spinner > .add {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.2);
}

span.spinner > .sub:before {
    content: "-";
}

span.spinner > .add:before {
    content: "+";
}

span.spinner > .sub {
    left: 0;
}

span.spinner > .add {
    right: 0;
}

/*----------------------Фильтр------------------------*/
.middle_with_sidebar {
    display: table;
    width: 1200px;
    margin: 0 auto 0;
    padding-bottom: 78px;
}

.middle_with_sidebar > * {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.middle_with_sidebar .left_side {
    width: 407px;
    padding-left: 27px;
    padding-right: 17px;
}

.middle_with_sidebar.middle-company .left_side {
    width: auto;
    padding: 0;
}

.middle_with_sidebar.middle-company .right_side {
    width: 387px;
    padding-left: 47px;
}

.middle-company h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #152c70;
    margin-bottom: 21px;
}

.middle-company .left_side h3 {
    padding-left: 27px;
}

.middle-company .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 39px;
}
.middle-company .products__top {
    padding: 14px 28px 0;
}
.middle-company .products-list {
    padding: 21px 28px 5px;
}

.filter_button {
    display: none;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
    padding-left: 39px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: inline-block;
    margin-bottom: 17px;
    position: relative;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -10px;
    top: -10px;
    cursor: pointer;
}

input[type=checkbox]:checked + label:before {
    background: url("../images/check.png") no-repeat 50%;
}

input[type=checkbox] + label a {
    color: #000;
}

/*---------------------Селект------------------------*/
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
}

.select2-dropdown.search_select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 51;
}

.search_select .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search_select .select2-results__option {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.search_select .select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown.search_select {
    left: 0;
}

.select2-dropdown {
    border: 1px solid #0B1E57;
}

.select2-close-mask,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default .select2-results__option--disabled,
.select2-results__option--disabled {
    display: none;
}

.select2-dropdown .select2-search__field {
    width: 100%;
    padding-left: 18px;
    height: 39px;
    outline: none !important;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container .select2-selection--single {
    height: 28px;
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    background: url("../images/sel.svg") no-repeat 50%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select2-results__option {
    padding: 2px 0;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2.select2-container {
    width: 100%;
    background: #F0F0F8;
    border: 1px solid #0B1E57;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container .select2-selection--single {
    height: 54px;
    padding-left: 18px;
    padding-right: 30px;
    background: rgba(0, 0, 0, 0);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0B1E57;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #BABADB;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 16px;
}

.select2-container {
    overflow: hidden;
}

body > .select2-container {
    overflow: visible;
}

.select2-container,
.select2-container * {
    outline: none !important;
}

.select2-search.select2-search--dropdown {
    position: absolute;
    top: -55px;
    left: 1px;
    right: 1px;
    z-index: 10;
    height: 54px;
    display: none;
}

.select_search .select2-search.select2-search--dropdown {
    display: block;
}

.select2-dropdown--above .select2-search.select2-search--dropdown {
    top: auto;
    bottom: -55px;
}

.select2-search.select2-search--dropdown input {
    background: #F0F0F8;
    border: none;
    height: 54px;
    outline: none;
}

.select2-dropdown {
    display: block;
    width: 100%;
    background: #F0F0F8;
    padding: 0 0;
}

.select2-dropdown li {
    padding: 10px 10px 10px 18px;
    cursor: pointer;
    color: #0B1E57;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #0B1E57;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.select2-dropdown li:last-child {
    border: none;
}

.select2-dropdown li:hover,
.select2-dropdown .select2-results__option--selected {
    background: #0B1E57;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    margin: 0;
    padding: 0;
    line-height: 56px;
    height: 56px;
    padding-left: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #3E3F3B;
    line-height: 56px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: auto;
    min-height: 56px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    display: inline-block;
    vertical-align: middle;
    margin: 2.5px 5px 2.5px 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 54px;
    cursor: text;
    /*    padding-bottom: 5px;*/
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0B1E57;
    border: 1px solid #0B1E57;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    line-height: normal;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #0B1E57;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    background: #0B1E57;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
    height: 21px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #fff;
    color: #0B1E57;
    outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #0B1E57;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #0B1E57;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.middle_with_sidebar .products {
    background: #F0F0F8;
}

.products__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 18px 0;
}

.products__top div {
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

.products__top .sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 21px 18px 5px;
}

.products-list li {
    margin-bottom: 19px;
}

.products-list:after {
    content: "";
    display: block;
    width: 240px;
}

.products-list.items-list {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.products-list.items-list:after {
    display: none;
}

.products-list.items-list li {
    margin-bottom: 0;
}

.products-list.items-list li:nth-child(odd) {
    background: #fff;
}

.products-list.items-list li .product {
    background: rgba(0, 0, 0, 0);
}

.items-titles {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    height: 60px;
    padding-left: 17px;
    padding-right: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.items-titles.items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.items-titles li:first-child {
    width: 36px;
}

.items-titles li:nth-child(2) {
    width: 32px;
}

.items-titles li:nth-child(3) {
    width: 30%;
}

.items-titles li:nth-child(4) {
    min-width: 98px;
}

.items-titles li:nth-child(5) {
    min-width: 56px;
}

.sorting .select2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 5px;
}

.sorting .select2.select2-container {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.sorting .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    white-space: nowrap;
}

.sorting .select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: clip;
}

.sorting .select2-container .select2-selection--single {
    padding: 0 12px 0 0;
    min-width: 126px;
    height: auto;
}

.sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 130%;
    color: #0B1E57;
    border-bottom: 2px dashed #0B1E57;
}

.sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 17px;
}

.sorting .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
}

.select2-dropdown.sort_select {
    background: no-clip;
    padding: 0;
    border: none;
}

.select2-dropdown.sort_select .select2-results__option {
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
    color: #0B1E57;
    white-space: nowrap;
    position: relative;
}

.select2-dropdown.sort_select .select2-results__option:before {
    display: none;
}

.select2-container--default .select2-dropdown.sort_select {
    padding-top: 3px;
}

.select2-container--default .select2-dropdown.sort_select .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-dropdown.sort_select .select2-results__option--selected {
    background: rgba(0, 0, 0, 0);
}

.select2-dropdown.sort_select {
    border-radius: 0;
}

.pagination {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    margin-right: -6px;
}

.pagination li {
    margin: 0 8px;
}

.pagination li span,
.pagination li a {
    display: inline-block;
    margin: 0 -2px;
    text-decoration: none;
}

.pagination li span:hover,
.pagination li a:hover {
    text-decoration: underline;
}

.pagination span,
.pagination .pag_left,
.pagination .pag_right {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #0B1E57;
    line-height: 46px;
}

.pagination .pag_left,
.pagination .pag_right {
    background: url("../images/arrow_w.svg") no-repeat 50% #0B1E57;
    font-size: 0;
}

.pagination .pag_right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-button-next,
.swiper-button-prev {
    width: 46px;
    height: 46px;
    background: url("../images/arrow_w.svg") no-repeat 50% #0B1E57;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

.product-big {
    overflow: hidden;
    margin-bottom: 60px;
}
.product-big__quantity {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #000;
    text-align: right;
    padding-right: 21px;
}

.product-big__left {
    float: left;
    width: 692px;
    position: relative;
    margin-bottom: 43px;
}

.product-big .swiper_cat2 {
    width: 100%;
}

.product-big .slide_image {
    display: block;
    height: 519px;
    width: 100%;
}

.product-big .slide_image img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-big .slide_image .slide_bg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(13px);
    filter: blur(13px);
    -o-object-fit: cover;
    object-fit: cover;
}

.product-big .swiper_cat {
    width: 430px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-big .swiper_cat img {
    display: block;
    width: 120px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    border: 1px solid #0B1E57;
    cursor: pointer;
}

.product-big .swiper_cat .swiper-slide-thumb-active img {
    border: 1px solid rgba(0, 0, 0, 0);
}

.product-big__right {
    margin-left: 752px;
    margin-left: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-big__left + .product-big__right {
    margin-left: 739px;
}

.product-big__price {
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    color: #152c70;
    margin-bottom: 6px;
    min-width: 130px;
}
.product-big__price-old {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-decoration: line-through;
    color: #152c70;
    margin-right: 2px;
}
.product-big__price-discount {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    background: #152C70;
    padding: 0 7px;
}

.product-big__company {
    padding-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-big__company-image {
    width: 78px;
    height: 78px;
    border-radius: 100px;
    border: 4px solid #152c70;
    margin-right: 15px;
    overflow: hidden;
    flex: 0 0 78px;
}
.product-big__company-image img {
    display: block;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-big__buttons {
    width: 181px;
    margin-bottom: 7px;
}

.product-big .button {
    width: 100%;
    margin-bottom: 11px;
}
.product-big .button.button-order {
    text-indent: 30px;
    background: url("../images/point.svg") no-repeat 11px 50% #152C70;
    margin-bottom: 6px;
}
.product-big .button.button-order:hover {
    background-color: #fff;
    background-image: url("../images/point_h.svg");
}

.product-big__company {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #152c70;
    margin-bottom: 7px;
    max-width: 270px;
    min-width: 140px;
    padding-top: 30px;
}

.product-big__company a {
    display: inline-block;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #152c70;
}

.product-big__phone {
    width: 181px;
    color: #000;
    padding-top: 23px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.product-big__phone-hide {
    display: none;
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap;
}
.product-big__phone-show {
    display: block;
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap;
}
.product-big__phone .show_phone {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}
.product-big__phone .show_phone:hover {
    text-decoration: none;
}

.product-big__tech {
    margin-top: 34px;
    width: 100%;
}

.product-big__tech > div {
    color: #152C70;
    font-size: 24px;
    font-weight: 450;
    line-height: 130%;
    margin-bottom: 19px;
}

.product-big__tech ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.product-big__tech .dots {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 2px dotted #BABADB;
    margin: 0 20px;
    margin-bottom: 7px;
}

.product-big h3 {
    color: #0B1E57;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 19px;
}

.product-big .content {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 28px;
}

.lk__sell .alert.alert-success {
    color: #0a5f0a;
    margin-bottom: 20px;
}

.products h2 {
    margin-bottom: 34px;
}

.products__slider {
    margin-bottom: 93px;
    position: relative;
}

.products .swiper-button-next,
.products .swiper-button-prev {
    bottom: auto;
    top: 166px;
}

.products .swiper-button-next {
    right: -20px;
}

.products .swiper-button-prev {
    left: -20px;
}

.page-404 {
    position: relative;
    padding-top: 40px;
    margin-bottom: 160px;
}

.page-404__text {
    padding-left: 107px;
    position: relative;
    z-index: 2;
    width: 542px;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.page-404 .button {
    display: inline-block;
    width: 197px;
    margin-top: 45px;
}

.page-404 img {
    position: absolute;
    right: 50px;
    top: -83px;
}

.input {
    position: relative;
    margin-bottom: 29px;
}

.input > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 11px;
}

.input .input_cat {
    font-size: 12px;
    color: #70dfe8;
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: 500;
}

.input .select2 {
    margin-bottom: 0;
}

.input .select2-container .select2-selection--single {
    line-height: 52px;
}

.input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../images/sel2.svg");
}

.input textarea {
    font-family: "FuturaBookC";
    display: block;
    width: 100%;
    height: 225px;
    background: #F0F0F8;
    border: 1px solid #0B1E57;
    color: #0B1E57;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 15px 10px 10px 16px;
    resize: none;
}

.input textarea::-webkit-input-placeholder {
    color: #BABADB;
}

.invalid-feedback {
    color: #f00;
    padding-top: 11px;
}

.invalid-feedback strong {
    font-weight: 400;
}

.confirm-phone {
    width: 181px;
    position: absolute;
    /*  bottom: 0;*/
    top: -11px;
    right: 0;
    text-align: right;
}

.confirm-phone div {
    display: inline-block;
    text-align: left;
    color: #0B1E57;
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
    width: 155px;
    margin-bottom: 13px;
    min-height: 23.5px;
}

.confirm-phone .button {
    background: url("../images/icon_sms.svg") no-repeat right 16px center #0B1E57;
    height: 54px;
    text-align: left;
    text-indent: 26px;
    line-height: 54px;
    width: 181px !important;
}

.confirm-phone .button:hover {
    background: url("../images/icon_sms_h.svg") no-repeat right 16px center #fff;
}

.enter {
    margin-bottom: 121px;
}

.enter h2 {
    margin-bottom: 48px;
}

.enter form {
    position: relative;
}

.enter__auth {
    width: 360px;
    float: left;
    margin-left: 27px;
}

.enter input[type=text],
.enter input[type=email],
.enter input[type=password] {
    width: 360px;
}

.enter .switch-password {
    display: block;
    width: 38px;
    height: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    background: url("../images/icon_eye.svg") no-repeat 0 50%;
}

.enter__auth.form_register {
    width: 380px;
}

.enter__auth.form_register input[type=text],
.enter__auth.form_register input[type=email],
.enter__auth.form_register input[type=password] {
    width: 380px;
}

.enter .button {
    display: inline-block;
    vertical-align: middle;
    width: 181px;
    cursor: pointer;
    outline: none;
}

.enter .button[disabled] {
    color: rgba(255, 255, 255, 0.5) !important;
}

.enter .button[disabled]:hover {
    color: #F0F0F8 !important;
}

.enter .forgot_password {
    display: inline-block;
    vertical-align: middle;
    color: #393E41;
    font-size: 14px;
    font-weight: 500;
    margin-left: 52px;
}

.enter__reg {
    float: right;
    width: 528px;
    margin-right: 82px;
}

.enter__reg form > .button {
    width: 228px;
}

.enter .confirm {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 110%;
    width: 260px;
    margin-left: 36px;
}

.enter .confirm {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    width: auto;
}

.enter .confirm a {
    color: #0B1E57;
}

.lk {
    padding-top: 18px;
    padding-bottom: 62px;
}

.lk h1 {
    margin: 0 0 40px;
    padding-left: 0;
}

.lk__left {
    float: left;
    width: 214px;
}

.lk__menu li {
    margin-bottom: 16px;
}

.lk__menu li * {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #0B1E57;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lk__menu li a {
    color: #0B1E57;
    text-decoration: none;
}

.lk__menu li a:hover {
    color: #fff;
}

.lk__menu li span {
    color: #fff;
}

.lk1 a {
    background: url("../images/lk1.svg") no-repeat 17px 50% #fff;
}

.lk1 span,
.lk1 a:hover {
    background: url("../images/lk1_h.svg") no-repeat 17px 50% #152C70;
}

.lk2 a {
    background: url("../images/lk6.svg") no-repeat 17px 50% #fff;
}

.lk2 span,
.lk2 a:hover {
    background: url("../images/lk6_h.svg") no-repeat 17px 50% #152C70;
}

.lk3 a {
    background: url("../images/lk2.svg") no-repeat 19px 50% #fff;
}

.lk3 span,
.lk3 a:hover {
    background: url("../images/lk2_h.svg") no-repeat 19px 50% #152C70;
}

.lk4 a {
    background: url("../images/lk3.svg") no-repeat 13px 50% #fff;
}

.lk4 span,
.lk4 a:hover {
    background: url("../images/lk3_h.svg") no-repeat 13px 50% #152C70;
}

.lk5 a {
    background: url("../images/lk4.svg") no-repeat 19px 50% #fff;
}

.lk5 span,
.lk5 a:hover {
    background: url("../images/lk4_h.svg") no-repeat 19px 50% #152C70;
}

.lk6 a {
    background: url("../images/lk5.svg") no-repeat 20px 50% #fff;
}

.lk6 span,
.lk6 a:hover {
    background: url("../images/lk5_h.svg") no-repeat 20px 50% #152C70;
}

.lk7 a {
    background: url("../images/icon_star.svg") no-repeat 20px 50% #fff;
}

.lk7 span,
.lk7 a:hover {
    background: url("../images/icon_star_h.svg") no-repeat 20px 50% #152C70;
}

.lk8 a {
    background: url("../images/icon_bell.svg") no-repeat 20px 50% #fff;
}

.lk8 span,
.lk8 a:hover {
    background: url("../images/icon_bell_h.svg") no-repeat 20px 50% #152C70;
}

.lk__right {
    margin-left: 285px;
}

.lk__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 12px;
}

.lk__title-row h1 {
    margin-bottom: 0;
    white-space: nowrap;
}

.lk__qr-activation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.lk__qr-activation input[type=checkbox] {
    display: none;
}

.lk__qr-activation-text {
    cursor: pointer;
    margin-bottom: 0;
}

.lk__qr-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lk__qr-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0B1E57;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    cursor: default;
}

.lk__qr-help-tooltip {
    position: absolute;
    top: 28px;
    right: 0;
    width: 320px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #152C70;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 20;
}

.lk__qr-help:hover .lk__qr-help-tooltip {
    opacity: 1;
    visibility: visible;
}

.lk__title-row + .lk__notice {
    margin-top: 0;
}

.lk__inventory {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #F0F4FA;
    border: 1px solid #D4DDE8;
}

.lk__inventory-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk__inventory-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 240px;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}

.lk__inventory-text strong {
    color: #0B1E57;
}

.lk__inventory-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.lk__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk__notice-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 11px;
}

.lk__notice-top a, .lk__notice-top span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
}

.lk__notice-top a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.lk__notice-top a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #000;
  pointer-events: none;
  transition: transform .3s, opacity.3s;
}

.lk__notice-top a:hover:after {
  opacity: 0;
  transform: translateY(5px);
}

.lk__notice-top a:hover,
.lk__notice-top span {
    color: #0B1E57;
}

.lk__notice-expired-tab {
    position: relative;
    display: inline-block !important;
    padding-left: 30px;
    vertical-align: baseline;
}

.lk__notice-top a.lk__notice-expired-tab:after {
    display: none;
}

.lk__notice-top a.lk__notice-expired-tab .lk__notice-expired-text {
    position: relative;
    display: inline-block;
    margin-bottom: 0 !important;
}

.lk__notice-top span.lk__notice-expired-text {
    margin-bottom: 0;
}

.lk__notice-top a.lk__notice-expired-tab .lk__notice-expired-text:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #000;
    pointer-events: none;
    transition: transform .3s, opacity .3s;
}

.lk__notice-top a.lk__notice-expired-tab:hover .lk__notice-expired-text:after {
    opacity: 0;
    transform: translateY(5px);
}

.lk__notice-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 999px;
    background: #FF0000;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
}

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

.lk__search form {
    width: 216px;
    height: 64px;
    position: relative;
    height: 55px;
    width: 100%;
}

.lk__search input[type=text] {
    border: 1px solid #091C59;
    background: #FFF;
    outline: none;
    padding-left: 55px;
    font-size: 16px;
    color: #0B1E57;
    width: 100%;
    height: 100%;

    padding-left: 18px;
    padding-right: 70px;
}

.lk__search input[type=submit] {
    background: url("../images/icon_search2.svg") no-repeat 24px 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 48px;
    cursor: pointer;
    outline: middle;

    width: 65px;
    right: 0;
    left: auto;
    background: url(../images/icon_search.svg) no-repeat 50% #0B1E57;
}

.lk .data-table {
    width: 100%;
    margin-bottom: 83px;
}

.lk .lk__notify table,
.lk .data-table table {
    width: 100%;
}

.lk .lk__notify table {
    margin-bottom: 24px;
}

.lk .data-table table td > span {
    display: block;
    color: #989898;
    font-size: 14px;
    line-height: 110%;
}

.lk .data-table table tr > td:first-child,
.lk .data-table table tr > th:first-child {
    padding-left: 17px;
    vertical-align: middle;
}

.lk .data-table .form-check {
  height: 24px;
}

.lk .data-table input[type=checkbox] + label {
  margin-bottom: 0;
}

.lk .data-table table tr th:last-child {
    text-align: center;
}

.lk .data-table table tr td:nth-last-child(3),
.lk .data-table table tr th:nth-last-child(3) {
    width: 150px;
}

.lk .data-table table tr td:nth-last-child(4),
.lk .data-table table tr th:nth-last-child(4) {
    width: 110px;
}

.lk .data-table table tr td:nth-child(4),
.lk .data-table table tr th:nth-child(4) {
/*    width: 130px;*/
  padding: 0 10px 0 0;
}

.lk .data-table table tr td:nth-child(3),
.lk .data-table table tr th:nth-child(3) {
    padding: 0 10px 0 0;
}

.lk .data-table tr td:nth-child(3) a {
    display: block;
    width: 35px;
    height: 35px;
}

.data-table table tr th:nth-child(3) {
    text-indent: 7px;
}

.lk .data-table tr td:nth-last-child(3) {
    width: 100px;
}

.lk .data-table tr td:last-child {
    width: 110px;
}

.lk .data-table tr td:nth-child(3) a img {
    display: block;
    width: 100%;
}

.lk .data-table__interact {
    position: relative;
    width: 33px;
    margin: auto;
}

.lk .data-table__interact ul {
    position: absolute;
    right: 0;
    top: 33px;
    border: 1px solid #0B1E57;
    background: #F0F0F8;
    padding: 20px 32px 20px 30px;
    display: none;
}

.lk .data-table__interact ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #0B1E57;
}

.lk .data-table__dots {
    display: block;
    width: 33px;
    height: 33px;
    background: #0B1E57;
    position: relative;
}

.lk .data-table__dots span {
    display: block;
    width: 4.25px;
    height: 4.25px;
    background: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    font-size: 0;
    right: 0;
}

.lk .data-table__dots span:before, .lk .data-table__dots span:after {
    content: "";
    display: block;
    width: 4.25px;
    height: 4.25px;
    background: #fff;
    position: absolute;
    top: 0;
}

.lk .data-table__dots span:before {
    left: -7px;
}

.lk .data-table__dots span:after {
    right: -7px;
}

.lk .data-table .items {
  transition: background .3s;
  -webkit-transition: background .3s;
}

.lk .data-table .items.active {
  background: rgba(186, 186, 219, 0.7) !important;
}


.lk__profile form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 721px;
}

.lk__notify table th,
.lk__notify table td {
    padding-left: 5px;
}

.lk__notify table th:first-child,
.lk__notify table td:first-child {
    padding-left: 21px;
}


.lk #change_all {
  display: block;
  width: 25%;
  height: 56px;
  background: #0B1E57;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  float: right;
  text-align: center;
  border: 1px solid #0B1E57;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.lk .select_all {
  margin-right: auto;
  margin-left: 30px;
}

.lk .select_all input[type=checkbox] + label {
  margin-bottom: 0;
}

.lk__notice {
  align-items: center;
}

.lk #error_message {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    color: #FE5F55;
}

.lk #change_all:hover {
    background-color: #fff;
    color: #0B1E57;
}

.action_items {
  width: 515px;
  display: inline-block;
  vertical-align: middle;
}

.action_items .select2.select2-container {
  width: 75%;
  height: 56px;
}

input[type=checkbox] + .check-toggle {
    padding: 0;
    font-size: 0;
    margin-bottom: 0;
    position: relative;
    width: 36px;
    height: 22px;
    border-radius: 20px;
    background: #CCC;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

input[type=checkbox]:checked + .check-toggle {
    background: #152C70;
}

input[type=checkbox] + .check-toggle:before {
    width: 14px;
    height: 14px;
    border: none;
    left: 4.5px;
    margin: auto;
    bottom: 0;
    top: 0;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}

input[type=checkbox]:checked + .check-toggle:before {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    background: #fff;
}

.lk__notify table tr:nth-child(odd) input[type=checkbox] + .check-toggle:before {
    background: #F0F0F8;
}

.lk__notify table tr:nth-child(odd) input[type=checkbox]:checked + .check-toggle:before {
    background: #F0F0F8;
}

/*
.lk__profile form:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lk__profile form *:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lk__profile form *:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lk__profile form *:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.lk__profile form *:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.lk__profile form *:nth-child(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.lk__profile form *:nth-child(7) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
*/
.lk__profile .input textarea {
    height: 149px;
}

.lk__profile .confirm-phone {
    right: -181px;
    top: auto;
    bottom: 0;
}

.lk__profile .input {
    width: 347px;
}

.lk__sell form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lk__sell .input input {
    font-size: 16px;
}

.lk__sell .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.lk__sell .button {
    margin-right: auto;
}

.lk .input-half {
    width: 48.2%;
}

.lk .input-fourth {
    width: 22.1%;
}

.lk .input-text {
    width: 100%;
}

.lk .input-third {
    width: 31.05%;
}

.lk__profile .config .button {
    margin-top: 28px;
}

.lk__profile .config:after {
    content: "";
    display: block;
    width: 150px;
    height: auto;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.lk-order .lk__notice-top {
    padding-right: 148px;
    padding-bottom: 13px;
}

.lk .lk-order .data-table table tr td:nth-last-child(3),
.lk .lk-order .data-table table tr th:nth-last-child(3) {
    width: auto;
}

.lk .lk-order .data-table tr td:nth-child(2) a {
    display: inline;
    width: auto;
    height: auto;
}

.reviews_item {
    background: #efefef;
    padding: 15px 30px 0px 30px;
    margin-bottom: 20px;
}

.reviews_item-name {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
}

.reviews_item-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}

.reviews_item-img {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.input-images {
    margin-bottom: 15px;
}

.input-images label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 11px;
}

.form-row input[type=text] {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-images {
    width: 100%;
}

.add_file_block {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    margin-bottom: 31px;
}

.add_file_block .file_input {
    display: none;
}

.add_file_block .add_file, .add_file_block .add_logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
    background: url("../images/clip.svg") no-repeat 0 50%;
    font-size: 14px;
    line-height: 25px;
    color: #6BDFE9;
    font-weight: 500;
    white-space: nowrap;
    width: 247px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Стили для вывода превью */
.img-item {
    display: inline-block;
    margin: 0 20px 20px 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-item img {
    border: 1px solid #767676;
}

.img-item a {
    display: inline-block;
    background: url("../images/remove.png") no-repeat 50% #152C70;
    background-size: 18px auto;
    position: absolute;
    top: -8px;
    right: -3px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.jq-ry-container {
    position: relative;
    margin: 0 0 19px 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.jq-ry-container[readonly=readonly] {
    cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lk__review-list li {
    margin-bottom: 36px;
}

.lk__review-block {
    background: #F0F0F8;
    padding: 36px 30px 77px 148px;
    position: relative;
}

.lk__review-left {
    position: absolute;
    left: 10px;
    top: 34px;
    width: 100px;
    text-align: right;
}

.lk__review-author {
    display: block;
    text-align: right;
    margin-bottom: 13px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

.lk__review .rateYo {
    display: inline-block;
}

.lk__review-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}

.lk__review-date {
    font-size: 12px;
    line-height: 110%;
    position: absolute;
    left: 148px;
    bottom: 42px;
}

.lk__review-answer {
    position: absolute;
    right: 35px;
    bottom: 38px;
    color: #152C70;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    border-bottom: 2px dashed #152C70;
    text-decoration: none;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.lk__review-answer:hover {
    border-color: rgba(0, 0, 0, 0);
}

/*---------------------Всплывашка------------------------*/
html.popup_opened body {
    overflow: hidden;
    height: 100%;
}

html.popup_opened #wrapper {
    overflow-y: scroll;
}

#overlay,
#overlay2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

#overlay2 {
    background: rgba(186, 186, 219, 0.7);
}

.popup_form {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 203;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    width: 592px;
    background: #0B1E57;
}

.popup_form .button {
    cursor: pointer;
    outline: none;
}

.popup_form .close_popup {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 29px;
    right: 20px;
    background: url("../images/close.svg") no-repeat 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup_form .close_popup:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup_center {
    padding: 33px 76px 41px 34px;
}

.popup_center h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    color: #fff;
    margin-bottom: 23px;
}

.popup_form textarea {
    border: 1px solid #FFF;
    background: #F0F0F8;
    height: 182px;
    padding: 10px;
    resize: none;
    color: #0B1E57;
    font-family: "FuturaBookC";
    font-size: 16px;
    font-weight: 500;
    outline: none;
    width: 100%;
    margin-bottom: 29px;
}

.popup_opened .select2-container--open {
    z-index: 210;
}

#popup_region,
#popup_reviews,
#popup_order {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}
#popup_region .popup_center,
#popup_reviews .popup_center,
#popup_order .popup_center {
    padding: 29px 26px 33px 33px;
}
#popup_region .close_popup,
#popup_reviews .close_popup,
#popup_order .close_popup {
    background: url("../images/close2.svg") no-repeat 50%;
}
#popup_region h4,
#popup_reviews h4,
#popup_order h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #091c59;
    margin-bottom: 18px;
    padding-right: 0;
}

#popup_region .select2.select2-container {
    margin-bottom: 174px;
}
#popup_region .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select_search.popup_search .select2-search--dropdown input {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #babadb;
}

.select2-container--default .select_search.popup_search .select2-results > .select2-results__options {
    max-height: 152px;
}

.select_search.popup_search.select2-dropdown {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 0;
    border-top: none;
    padding: 8px 0;
}
.select_search.popup_search.select2-dropdown li {
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #152c70;
    padding: 1px 0 1px 18px;
}
.select_search.popup_search.select2-dropdown li:hover {
    color: #fff;
}

#popup_order .button {
    background: #152C70;
}
#popup_order .button:hover {
    background: #fff;
}
#popup_order .popup_center {
    overflow: hidden;
}
#popup_order .content {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #000;
    padding-top: 10px;
    max-width: 450px;
    margin-bottom: 31px;
}
#popup_order .enter_form {
    float: left;
    width: 51%;
}
#popup_order .enter_form h4 {
    margin-bottom: 22px;
}
#popup_order .enter_form .input {
    margin-bottom: 22px;
}
#popup_order .enter_form .switch-password {
    display: block;
    width: 38px;
    height: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    background: url("../images/icon_eye.svg") no-repeat 0 50%;
}
#popup_order .enter_form .button {
    margin-top: 9px;
    width: 129px;
    text-align: left;
    text-indent: 33px;
    display: inline-block;
    vertical-align: middle;
}
#popup_order .enter_form .forgot_password {
    display: inline-block;
    vertical-align: middle;
    color: #393E41;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 9px;
}
#popup_order .enter_reg {
    float: right;
    width: 42.2%;
    padding-right: 18px;
}
#popup_order .enter_reg h4 {
    margin-bottom: 30px;
}
#popup_order .enter_reg .content {
    min-height: 122px;
}
#popup_order .enter_reg .content p {
    margin: 0 0 20px;
}
#popup_order .enter_reg .button {
    width: 100%;
}

.lk__sell .hr {
    width: 100%;
    height: 1px;
    background: #F0F0F8;
    margin-bottom: 29px;
}

.lk__sell h3 {
    width: 100%;
    color: #0B1E57;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 29px;
}

.company {
    padding: 0 0 0 27px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 /*   -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.company__logo {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 24px 40px 29px;
    margin-bottom: 30px;
    margin-right: 50px;
}
.company__logo img {
    display: block;
    width: auto;
    height: auto;
    width: 350px;
/*    max-width: 275px;*/
/*    max-height: 82px !important;*/
}
.company__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    margin-right: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.company__phone {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #152c70;
}
.company__phone span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 11px;
}
.company .rate_num {
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 14px;
    line-height: 130%;
    color: #152c70;
    margin-right: 16px;
}
.company .rateYo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}
.company__reviews {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #152c70;
}
.company__data {
    margin-top: 12px;
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    color: #000;
}
.company__text {
    margin-bottom: 30px;
    flex: 498px;
    max-width: 498px;
}
.company__text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #152c70;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.company__text .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #000;
}

.reviews__list {
    margin-bottom: 66px;
}
.reviews__list li {
    margin-bottom: 14px;
}
.reviews__block {
    padding-top: 13px;
    border-bottom: 1px solid #152C70;
    padding-bottom: 21px;
}
.reviews__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.reviews__author {
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #152c70;
    margin-bottom: 21px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.reviews .rateYo {
    margin-bottom: 21px;
}
.reviews__date {
    width: 103px;
    text-align: right;
    font-size: 12px;
    line-height: 110%;
    color: #000;
    margin-bottom: 21px;
}
.reviews__text {
    font-size: 14px;
    line-height: 110%;
    color: #000;
}
.reviews__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #000;
}
.reviews__form .input {
    margin-bottom: 17px;
}
.reviews__form .input textarea {
    height: 193px;
}
.reviews__rate {
    margin-bottom: 18px;
}
.reviews__rate > div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #152c70;
    padding-left: 18px;
    margin-right: 14px;
}
.reviews__rate .rateYo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.reviews .button {
    width: 204px;
}

.lk__right {
    position: relative;
}

.go-to-profile {
    position: absolute;
    left: 213px;
    top: 16px;
}

.go-to-profile a {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #0B1E57;
}

/* Footer
-----------------------------------------------------------------------------*/
footer {
    display: block;
    height: 474px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #0B1E57;
    overflow: hidden;
}

footer .middle > * {
    position: absolute;
}

.logo_footer {
    display: block;
    background: url("../images/logo_footer.png") no-repeat 50%;
    width: 278px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 0;
}

.footer_menu {
    position: absolute;
    left: 327px;
    right: 0;
    top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_menu .column > a {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    text-decoration: none;
    color: #fff;
}

.footer_menu .column > a:hover {
    text-decoration: underline;
}

.footer_menu .column ul {
    margin-bottom: 32px;
}

.footer_menu .column ul li {
    line-height: 125%;
    font-size: 14px;
    color: #fff;
}

.footer_menu .column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_menu .column ul li a:hover {
    text-decoration: underline;
}

.copyright,
.footer_links,
.developer {
    position: absolute;
    left: 65px;
    font-size: 14px;
    line-height: 125%;
}

.copyright {
    top: 115px;
    color: #fff;
}

.footer_links {
    top: 168px;
    color: #fff;
}

.footer_links li:nth-child(2) {
    margin-bottom: 20px;
}

.footer_links li a {
    color: #fff;
}

.developer {
    top: 313px;
    color: #fff;
    text-decoration: none;
}

.developer span {
    display: block;
    color: #FE5F55;
}

.developer:hover {
    text-decoration: underline;
}

.developer:hover span {
    text-decoration: underline;
}

#go_top {
    position: fixed;
    bottom: 0;
    left: 0;
    cursor: pointer;
    display: none;
    width: 100%;
    font-size: 16px;
    background: rgba(112, 223, 232, 0.8);
    font-weight: bolder;
    color: #0B1E57;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    z-index: 10;
    height: 0;
    padding-top: 0;
    overflow: hidden;
    z-index: 40;
}

@media (max-width: 1240px) {
    #wrapper {
        width: auto;
        min-width: 0;
    }
    .middle,
    .middle2,
    .middle3,
    .middle_with_sidebar {
        width: auto;
        margin: 0 20px;
    }
    .middle_with_sidebar {
        width: calc(100% - 40px);
    }
    h1,
    .breadcrumbs {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
    }
    .page-404__text {
        padding-left: 0;
        width: auto;
        margin-right: 600px;
    }
    .page-404 img {
        right: 0;
    }
    .enter__auth {
        margin-left: 0;
    }
    .enter__reg {
        margin-right: 0;
    }
    .lk__right {
        margin-left: 245px;
    }
    .company,
    .middle-company .left_side h3 {
        padding-left: 0;
    }
    .middle-company .products__top {
        padding: 14px 18px 0;
    }
    .middle-company .products-list {
        padding: 21px 18px 5px;
    }
}
@media (max-width: 1200px) {
    .products-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 1170px) {
    .middle2 {
        padding-left: 0;
    }
    #logo {
        left: 0;
    }
    .site_enter {
        right: 120px;
    }
    header .notice {
        right: 365px;
    }
    .cat_button {
        right: 605px;
    }
    .header_info {
       width: 609px;
       right: 0;
       top: 80px;
    }

    .header_info span {
        display: inline-block;
        margin: 0 10px;
    }
    .top-search h2 {
        padding-left: 20px;
    }
    .updates h2 {
        padding-left: 20px;
    }
    .products__slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .products__slider .product {
        margin: auto;
    }
    .middle3 {
        padding-left: 0;
        padding-right: 0;
    }
    .product-big .slide_image {
        height: 400px;
    }
    .product-big__left {
        width: 50%;
    }
    .product-big__right {
        margin-left: 0;
    }
    .product-big__left + .product-big__right {
        margin-left: 55%;
    }
    .product-big__tech {
        padding-right: 0;
    }
    .lk__profile form {
        display: block;
    }
    .site_enter {
        right: 0;
        top: 25px;
    }
    header .notice {
        right: 240px;
        top: 25px;
    }
    .cat_button {
        right: 485px;
        top: 25px;
    }
    #catalog_popup {
        top: 70px;
    }
}
@media (max-width: 1100px) {
    .footer_menu {
        display: none;
    }
    .footer_links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
        width: 290px;
        margin: auto;
        left: 80px;
        right: 0;
        top: 40px;
    }
    .footer_links li a {
        white-space: nowrap;
    }
    .copyright {
        top: 40px;
        right: 0;
        left: auto;
    }
    .developer {
        top: 113px;
    }
    footer {
        height: 180px;
    }
    body {
        margin-bottom: 180px;
    }
    .items-list .product,
    .items-titles {
        padding-right: 10px;
    }
    .products__top {
        padding-right: 10px;
    }
    .lk-order .lk__notice-top {
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    #logo {
        width: 168px;
        height: 25px;
        background-size: contain;
        top: 23px;
    }
    header {
        height: 72px;
        height: 92px;
    }
    .header_info {
        width: 593px;
        top: 63px;
    }
    .site_enter,
    header .notice,
    .cat_button {
        top: 15px;
        height: 36px;
        line-height: 36px;
    }
    .site_enter {
        background-position: 5px 50%;
        padding-left: 40px;
        width: 200px;
    }
    .cat_button {
        width: 130px;
        right: 463px;
    }
    header .notice {
        right: 225px;
    }
    .categ {
        padding-bottom: 8px;
    }
    .categ ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .categ ul li a {
        background: url(../images/arrow.svg) no-repeat right 21px center;
        padding-right: 43px;
        height: 65px;
    }
    .categ ul li a:hover {
        background: url(../images/arrow.svg) no-repeat right 21px center;
    }
    .updates .data-table table tr td:first-child,
    .updates .data-table table tr th:first-child {
        display: none;
    }
    .updates .data-table table tr td:nth-child(2),
    .updates .data-table table tr th:nth-child(2) {
        padding-left: 22px;
    }
    .pluses {
        padding: 44px 0 7px;
    }
    .pluses h2 {
        margin-bottom: 33px;
    }
    .pluses__list li {
        margin-bottom: 40px;
        max-width: 100%;
        width: 48%;
    }
    .pluses__block p {
        margin-bottom: 10px;
    }
    #catalog_popup {
        top: 50px;
    }
    #catalog_popup > div {
        right: 580px;
    }
}
@media (max-width: 980px) {
    .page-404 {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .page-404 img {
        position: static;
        display: block;
        margin: auto;
        max-width: 100%;
    }
    .page-404__text {
        margin-right: 0;
        text-align: center;
    }
    .filter_button {
        display: block;
        width: 262px;
        margin: auto;
        padding: 0 20px;
        margin-bottom: 40px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }
    .filter_button.active {
        font-size: 0;
    }
    .filter_button.active:before {
        content: "закрыть фильтр";
        font-size: 18px;
    }
    .filter {
        display: none;
        padding-bottom: 50px;
    }
    .middle_with_sidebar {
        display: block;
    }
    .middle_with_sidebar > * {
        display: block;
    }
    .middle_with_sidebar .left_side {
        width: auto;
        max-width: 500px;
        padding-right: 0;
        margin: auto;
        padding-left: 0;
    }
    .enter__auth, .enter__reg {
        float: none;
        margin: auto;
    }
    .enter__reg {
        position: relative;
        left: 91px;
        margin-top: 50px;
    }
    .lk__left {
        float: none;
        width: auto;
        max-width: 380px;
        margin: 0 auto 30px;
    }
    .lk__right {
        margin-left: 0;
    }
    .lk__profile form {
        width: auto;
    }
    .middle_with_sidebar.middle-company .left_side {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .middle_with_sidebar.middle-company .right_side {
        width: 100%;
        padding-left: 0;
    }
    .company {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .company__info {
        margin-right: 0;
    }
    .company__text {
        max-width: 100%;
        display: block;
    }
}
@media (max-width: 880px) {
    .product-big__left {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }
    .product-big .slide_image {
        height: 519px;
    }
    .product-big__left + .product-big__right {
        margin-left: 0;
    }
    .product-big .content {
        margin-bottom: 50px;
    }
    .product-big__buttons,
    .product-big__price {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .product-big__buttons,
    .product-big__price,
    .product-big__company,
    .product-big__phone {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 820px) {
    .cat_button {
        width: 36px;
        padding-left: 0;
        font-size: 0;
    }
    .cat_button div {
        margin: auto;
        left: 0;
        right: 0;
    }
    .header_info {
        width: 499px;
        top: 63px;
    }
    .developer {
        right: 0;
        left: auto;
    }
    .copyright {
        top: 113px;
        left: 45px;
        right: auto;
    }
    .footer_links {
        left: auto;
        right: 28px;
    }
    header {
        height: auto;
    }
    header .middle {
        padding-top: 72px;
        padding-top: 90px;
    }
    #catalog_popup {
        display: none;
        width: 100%;
        transform: none;
        padding: 0;
        -webkit-transform: none;
        transition: none;
        -webkit-transition: none;
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100vw;
        margin-left: -20px;
        padding-bottom: 30px;
    }
    #catalog_popup > div {
        position: static;
        width: 100%;
    }
    #catalog_popup div:before {
        display: none;
    }
    #catalog_popup div > ul {
        display: block;
        height: auto !important;
        width: 100%;
        padding: 20px;
    }
    #catalog_popup div ul {
        display: block;
        width: 100%;
        padding: 0;
        min-height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        transition: none;
        -webkit-transition: none;
    }
    #catalog_popup ul > li.has_sub > span:after,
    #catalog_popup ul > li.has_sub > a:after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        opacity: 1;
    }
    #catalog_popup ul > li {
        padding-left: 0;
        width: 100%;
        padding-bottom: 0;
    }
    #catalog_popup ul ul {
        overflow: visible;
    }
    #catalog_popup ul > li.has_sub.active > span:after,
    #catalog_popup ul > li.has_sub.active > a:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    #catalog_popup ul ul:before {
        display: none;
    }
    #catalog_popup div:before {
        display: none;
    }
    #catalog_popup div > ul {
        display: block;
        width: auto;
        padding: 0;
        min-height: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: none;
        -webkit-transition: none;
        padding: 20px;
    }
    #catalog_popup div > ul > li {
        padding-bottom: 0;
    }
    #catalog_popup ul ul {
        margin-left: 0;
        position: static;
        padding-top: 0;
        min-height: 0;
        transition: none;
        -webkit-transition: none;
        padding-left: 30px;
        display: none;
    }
    #catalog_popup div > ul > ul {
        padding-left: 30px;
    }
    #catalog_popup ul ul ul {
        margin-left: auto;
        padding-left: 30px;
    }
    #catalog_popup ul ul > li.active > ul {
        padding-left: 30px;
    }
    #catalog_popup > div > ul > li.active > ul {
        padding-left: 30px;
        width: auto;
    }
    #catalog_popup ul ul > li.active > ul {
        width: auto;
    }
    #catalog_popup ul ul li {
        width: auto;
    }
    #catalog_popup ul li,
    #catalog_popup ul ul li {
        margin-bottom: 20px;
    }
    #catalog_popup ul ul {
        padding-top: 20px;
    }
    #catalog_popup ul > li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    header .notice {
        width: 36px;
        padding-left: 0;
        font-size: 0;
        right: 211px;
    }
    header .notice:before, header .notice:after {
        left: 0;
        right: 0;
    }
    .header_info {
        width: 294px;
    }
    .cat_button {
        right: 258px;
    }
    .top-search {
        padding: 21px 0 25px;
        margin-bottom: 29px;
        height: auto;
    }
    .top-search h2 {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .top-search .searchbar {
        margin-bottom: 0;
    }
    h2, h1 {
        font-size: 32px;
    }
    .searchbar form input[type=text] {
        padding-left: 23px;
    }
    .updates {
        padding: 25px 0 0;
    }
    .updates h2 {
        margin-bottom: 30px;
    }
    .updates .data-table table {
        display: block;
    }
    .updates .data-table table tbody {
        display: block;
    }
    .updates .data-table table th {
        display: none;
    }
    .updates .data-table table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        padding-top: 19px;
        padding-bottom: 62px;
    }
    .updates .data-table table tr:first-child {
        display: none;
    }
    .updates .data-table table tr td {
        height: auto;
        vertical-align: top;
        position: relative;
    }
    .updates .data-table table tr td:first-child {
        display: none;
    }
    .updates .data-table table tr td:nth-child(2) {
        width: 74px;
        margin-bottom: 9px;
    }
    .updates .data-table table tr td:nth-child(3) {
        width: calc(100% - 74px - 92px);
        padding-top: 7px;
        margin-bottom: 18px;
    }
    .updates .data-table table tr td:nth-child(4), .updates .data-table table tr td:nth-child(5), .updates .data-table table tr td:nth-child(6) {
        position: absolute;
        bottom: 44px;
    }
    .updates .data-table table tr td:nth-child(4) {
        left: 74px;
    }
    .updates .data-table table tr td:nth-child(5) {
        left: 132px;
    }
    .updates .data-table table tr td:nth-child(6) {
        left: 190px;
    }
    .updates .data-table table tr td:nth-child(7) {
        position: absolute;
        bottom: 14px;
        left: 74px;
    }
    .updates .data-table table tr td:nth-last-child(2) {
        width: 92px;
        padding-left: 0;
        padding-right: 19px;
        padding-top: 7px;
        text-align: right;
    }
    .updates .data-table table tr td:last-child {
        position: absolute;
        right: 19px;
        bottom: 14px;
        padding-right: 0;
    }
    .updates .data-table {
        margin-bottom: 16px;
    }
    .updates .switch {
        position: absolute;
        right: 0;
        top: -62px;
    }
    .updates h2 {
        margin-right: 95px;
    }
    .enter__reg {
        width: 347px;
        left: 0;
    }
    .enter .confirm-phone .button {
        width: 155px !important;
        text-indent: 15px;
        background-position: right 8px center;
    }
    .enter .confirm-phone div {
        font-size: 11px;
        width: 142px;
    }
    .enter .confirm {
        margin: 20px 0 0;
    }
    .products__slider,
    .enter {
        margin-bottom: 50px;
    }
    .items-titles.items-list {
        display: none;
    }
    .products-list.items-list {
        padding-top: 20px;
    }
    .items-list .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        position: relative;
        padding: 19px 0 62px;
    }
    .items-list .product__code {
        display: none;
    }
    .items-list .product__enlarge {
        margin: 0 16px 9px 22px;
    }
    .items-list .product__name {
        width: calc(100% - 74px - 92px);
        padding-top: 7px;
        margin-bottom: 18px;
    }
    .items-list .product__size {
        position: absolute;
        bottom: 39px;
        left: 74px;
        font-size: 16px;
        line-height: 110%;
        font-weight: 500;
    }
    .items-list .product__size br {
        display: none;
    }
    .items-list .product__size b {
        font-size: 0;
        display: inline-block;
        margin-left: 5px;
    }
    .items-list .product__size span + b {
        display: none;
    }
    .items-list .product__color {
        position: absolute;
        bottom: 14px;
        left: 74px;
    }
    .items-list .product__price {
        width: 92px;
        padding-left: 0;
        padding-right: 19px;
        padding-top: 7px;
        text-align: right;
    }
    .lk__search {
        display: block;
        width: 100%;
    }
    .lk__search form {
        width: 100%;
    }
    .lk .data-table__interact {
        margin: 0;
    }
    .lk .data-table__interact ul {
        right: auto;
        left: 0;
    }
    .lk .data-table table th {
        display: none;
    }
    .lk .data-table table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        padding-top: 19px;
        padding-bottom: 62px;
    }
    .lk .data-table table tr td:nth-last-child(4), 
    .lk .data-table table tr th:nth-last-child(4) {
      width: 100px;
    }
    .lk .data-table table tr:first-child {
        display: none;
    }
    .lk .data-table table tr td {
        height: auto;
    }
    .lk .data-table table tr > td:first-child {
        display: none;
    }
    .lk .data-table table tr td:nth-child(2) a {
        width: 33px;
        height: 33px;
        margin-left: 0;
        margin-right: 10px;
    }
    .lk .data-table table tr td:nth-child(4) {
        width: calc(100% - 74px - 92px);
        width: calc(100% - 74px - 136px);
        padding-top: 7px;
        margin-bottom: 18px;
        padding-left: 0;
    }
    .lk .data-table table tr td:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 74px;
        margin-bottom: 9px;
        padding-left: 22px;
    }
    .lk .data-table table tr td:nth-child(5) {
        width: 92px;
        padding-left: 0;
        padding-right: 19px;
/*        padding-top: 7px;*/
/*        text-align: right;*/
        width: calc(100% - 100px);
        padding-left: 22px;
    }
    .lk .data-table table tr td:nth-last-child(3) {
        position: absolute;
        bottom: 14px;
        left: 74px;
        left: 22px;
    }
    .lk .data-table table tr td:nth-last-child(2) {
        position: absolute;
        right: 19px;
        bottom: 14px;
        padding-right: 0;
        text-align: right;
    }
    .lk .input-half,
    .lk .input-third {
        width: 100%;
    }
    .lk .input-fourth {
        width: 48.2%;
    }
    .lk .lk-order .data-table {
        margin-bottom: 40px;
    }
    .lk .lk-order .data-table table tr {
        padding-bottom: 30px;
    }
    .lk .lk-order .data-table table tr > td:first-child {
        display: block;
        position: absolute;
        bottom: 14px;
        left: 74px;
        padding-left: 0;
    }
    .lk .lk-order .data-table table tr td:nth-last-child(3) {
        width: calc(100% - 74px);
        padding-top: 7px;
        margin-bottom: 18px;
        padding-left: 0;
        position: static;
    }
    .lk .lk-order .data-table table tr td:nth-child(4) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 74px;
        margin-bottom: 9px;
        padding-left: 22px;
        text-align: left;
        padding-top: 0;
    }
    .lk .lk-order .data-table table tr td:nth-last-child(2) {
        margin-bottom: 0;
    }
    .go-to-profile {
        left: auto;
        right: 0;
        top: 10px;
    }

    .lk .select_all {
      width: 100%;
      margin: 20px 0 0;
    }
}
@media (max-width: 650px) {
    .logo_footer {
        width: 168px;
        height: 25px;
        top: 36px;
        background-size: contain;
    }
    .copyright {
        top: 80px;
    }
    .footer_links {
        left: 45px;
        top: 116px;
        right: auto;
    }
    .developer {
        left: 45px;
        top: 174px;
        right: auto;
    }
    footer {
        height: 262px;
    }
    body {
        margin-bottom: 262px;
    }
}
@media (max-width: 600px) {
    .updates__buttons .notice {
        display: none;
    }
    .product-big .slide_image {
        height: 350px;
    }
    #go_top {
        height: 38px;
        padding-top: 8px;
    }
    .popup_form {
        width: 100%;
    }
    .popup_center {
        padding-right: 34px;
    }
    .popup_center h4 {
        padding-right: 42px;
    }
    .lk__notice-top a,
    .lk__notice-top span {
        font-size: 20px;
    }
    .lk__title-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lk__qr-activation {
        font-size: 14px;
        width: 100%;
        justify-content: flex-end;
    }
    .lk__qr-help-tooltip {
        right: -10px;
        width: 260px;
    }
    .lk__inventory-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .lk__inventory-btn {
        width: 100%;
        white-space: normal;
    }
    #popup_order .enter_form {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    #popup_order .enter_reg {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #popup_order .enter_reg .content {
        min-height: 0;
    }
    #popup_order .enter_reg .button {
        width: 200px;
    }
}
@media (max-width: 560px) {
    .lk__profile .confirm-phone {
        right: 0;
    }
    .lk__profile .confirm-phone .button {
        width: 155px !important;
        text-indent: 15px;
        background-position: right 8px center;
        display: inline-block;
    }
    .lk__profile .confirm-phone div {
        font-size: 11px;
        width: 142px;
    }
    .lk__profile .confirm {
        margin: 20px 0 0;
    }
}
@media (max-width: 520px) {
    .site_enter {
        width: 36px;
        padding-left: 0;
        font-size: 0;
        background-position: 50%;
    }
    header .notice {
        right: 47px;
    }
    .cat_button {
        right: 94px;
    }
    .product-big .swiper_cat {
        width: 280px;
    }
    .product-big .swiper_cat img {
        width: 70px;
        height: 50px;
    }
    .header_info {
        width: auto;
        right: auto;
        left: 40px;
    }
}
@media (max-width: 480px) {
    .product-big .slide_image {
        height: 250px;
    }
    .product-big__tech ul li {
        font-size: 16px;
    }
    .product-big__tech .dots {
        margin: 0 10px 7px;
    }
    .product-big__price {
        font-size: 32px;
    }
    .lk__review-block {
        padding-left: 30px;
    }
    .lk__review-date {
        left: 30px;
    }
    .lk__review-left {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        text-align: left;
    }
    .lk__review-author {
        width: calc(100% - 70px);
        text-align: left;
        margin-bottom: 17px;
    }
    .lk__review .rateYo {
        position: absolute;
        right: 0;
        top: 0;
    }
    .updates .switch {
        position: static;
        margin: -20px 0 10px;
    }
    .updates h2 {
        margin-right: 0;
    }
    .action_items .select2.select2-container {
      width: 65%;
    }
    .lk #change_all {
      width: 35%;
    }
}
@media (max-width: 400px) {
    .company {
        display: block;
    }
    .company__logo {
        display: inline-block;
        max-width: 100%;
        margin-right: 0;
    }
    .company__logo img {
        max-width: 100%;
    }
    .footer_links {
        width: 235px;
    }
}
@media (max-width: 387px) {
    .enter__auth, .enter__reg,
    .enter input[type=text],
    .enter input[type=email],
    .enter input[type=password] {
        width: 100%;
    }
    .enter .forgot_password {
        margin-left: 30px;
    }
    .lk__profile .input,
    .lk__profile input[type=text],
    .lk__profile input[type=email],
    .lk__profile input[type=password] {
        width: 100%;
    }
    .input span {
        font-size: 14px;
    }
    .products__slider {
        padding-left: 0;
        padding-right: 0;
    }
}

.send_success {
    line-height: 50px;
    color: #0b1e57;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    padding-left: 30px;
    margin: 30px 0;
}