@charset "UTF-8";
@font-face {
    font-family: Icons-new;
    src: url(../assets/fonts/icons-new-new/icons-new.woff2) format("woff2"), url(../assets/fonts/icons-new-new/icons-new.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=" i-new-"]:before, [class^=i-new-]:before {
    font-family: Icons-new;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.b-select-lang:before, .i-new-chevron-down:before {
    content: "\e800"
}

.i-new-globe:before {
    content: "\e801"
}

.i-new-lock:before {
    content: "\e802"
}

.i-new-star:before {
    content: "\e803"
}

.i-new-cart:before {
    content: "\e804"
}

.i-new-search:before {
    content: "\e805"
}

.btn-close:before, .i-new-close:before {
    content: "\e806"
}

.i-new-hamburger:before {
    content: "\e807"
}

.i-new-pencil:before {
    content: "\e808"
}

.i-new-remove:before {
    content: "\e809"
}

.i-new-apply:before {
    content: "\e80A"
}

.i-new-company:before {
    content: "\f2BD"
}

.b-dropdown__title span:after, .b-select-lang:before, .i-new-chevron-down {
    content: "\e800"
}

.i-new-globe {
    content: "\e801"
}

.i-new-lock {
    content: "\e802"
}

.i-new-star {
    content: "\e803"
}

.i-new-cart {
    content: "\e804"
}

.i-new-search {
    content: "\e805"
}

.btn-close:before, .i-new-close {
    content: "\e806"
}

.i-new-hamburger {
    content: "\e807"
}

.i-new-pencil {
    content: "\e808"
}

.i-new-remove {
    content: "\e809"
}

.i-new-apply {
    content: "\e80A"
}

.i-new-company {
    content: "\f2BD"
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    background: none;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

a, button, label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

button, label, select {
    cursor: pointer
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    background: none;
    -webkit-transition: background-color 999s, color 999s;
    transition: background-color 999s, color 999s
}

input[type=file] {
    cursor: pointer
}

.wrapper-1200 {
    margin: 0 auto;
    padding: 0 24px
}

@media (min-width: 768px) {
    .wrapper-1200 {
        padding: 0 30px
    }
}

@media (min-width: 1200px) {
    .wrapper-1200 {
        padding: 0
    }
}

.wrapper-1200 {
    max-width: 1200px
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.vue-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.vue-ready {
    -webkit-animation: a .25s ease-out;
    animation: a .25s ease-out
}

@media (min-width: 768px) {
    .mod-only-sm {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .mod-only-lg {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .mod-no-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .mod-no-sm {
        display: none !important
    }
}

.hidden {
    display: none !important
}

.mod-rounded-gray {
    background: #f5f5f5;
    display: inline-block;
    color: var(--v-primary-base);
    font-weight: 500;
    border-radius: 11px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 22px;
    line-height: 22px;
    font-size: 12px
}

.bx-authform-social ul > li:first-child {
    padding-right: 0
}

.bx-authform-social ul > li:before {
    display: none
}

.bx-authform {
    margin: 0 auto
}

@media (max-width: 767px) {
    .bx-authform {
        padding: 0 24px
    }
}

@media (max-width: 1199px) {
    .bx-authform {
        padding: 0 30px
    }
}

.btn-close {
    position: relative;
    color: inherit
}

.btn-close:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px
}

.btn-close:active {
    -webkit-transform: none !important;
    transform: none !important
}

.btn-close:before {
    font-family: Icons-new
}

.b-where-used-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px
}

.b-where-used-list li {
    padding: 0;
    margin: 0
}

.b-where-used-list li:before {
    display: none !important
}

.b-where-used-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.b-where-used-list li:not(:last-child) {
    margin-bottom: 7px
}

.b-where-used-list li a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .25s;
    transition: .25s
}

.b-where-used-list li a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px
}

.b-where-used-list li a:not(:last-child) {
    max-width: 50%;
    margin-right: 2px
}

.b-where-used-list li a:hover {
    opacity: .65;
    -webkit-transition: .07s ease-out;
    transition: .07s ease-out
}

.b-where-used-list li a small {
    font-size: 12px;
    color: #cccdcc
}

.b-input-file {
    cursor: pointer
}

.b-input-file[data-file-selected=true] .b-input-file__text {
    color: rgba(0, 0, 0, .75)
}

.b-input-file__text {
    font-size: 14px;
    pointer-events: none;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 100%;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-input-file input[type=file] {
    cursor: inherit !important;
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0
}

.b-point {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
    color: #e64b19;
    border: thin solid;
    -webkit-transition: 0s;
    transition: 0s;
    font-weight: 400;
    height: 18px;
    min-width: 18px;
    font-size: 9px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-point[data-size=medium] {
    height: 20px;
    min-width: 20px;
    font-size: 11px;
    padding: 8px 5px
}

.b-point[data-size=large] {
    height: 22px;
    min-width: 22px;
    font-size: 13px;
    padding: 8px 6px
}

.b-point:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.b-point.is-active {
    font-weight: 700;
    -webkit-box-shadow: 0 0 20px rgba(230, 75, 25, .4);
    box-shadow: 0 0 20px rgba(230, 75, 25, .4);
    z-index: 1
}

.b-content {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

@media (min-width: 768px) and (max-width: 1198px) {
    .b-content {
        padding: 0 30px
    }
}

.b-content.mod-width-800 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

.b-content.mod-width-800:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    border-bottom: 1px solid #e6e6e6;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 960px) {
    .b-content.mod-width-800 {
        max-width: 800px;
        padding: 0
    }
}

.b-content.mod-width-full {
    max-width: none
}

.b-content.mod-width-full .b-content__content, .b-content.mod-width-full .b-content__top {
    max-width: 1200px;
    margin: 0 auto
}

.b-content.mod-width-full .b-content__wrapper {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px
}

.b-content.mod-width-full .b-content__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .b-content.mod-width-full .b-content__top {
        padding: 0 24px 16px
    }

    .b-content.mod-width-full .b-content__top section {
        width: 100%
    }

    .b-content.mod-width-full .b-content__top h1 {
        margin-bottom: 16px
    }

    .b-content.mod-width-full .b-content__top .b-search-new {
        position: static
    }
}

.b-content__top {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    padding-bottom: 40px
}

.b-content__top.mod-compact {
    padding-bottom: 32px
}

.b-content__top.mod-compact:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 50px;
    background: radial-gradient(rgba(0, 0, 0, .05), transparent 80%) no-repeat;
    background-position-y: -25px
}

@media (max-width: 767px) {
    .b-content__top.mod-compact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 24px;
        margin-bottom: 3px
    }

    .b-content__top.mod-compact:after {
        display: none
    }

    .b-content__top.mod-compact section {
        width: 100%;
        padding: 0 24px
    }

    .b-content__top.mod-compact h1 {
        margin: 0
    }

    .b-content__top.mod-compact .b-search-new {
        position: absolute;
        right: 24px;
        left: 24px;
        width: auto;
        bottom: 5px
    }
}

.b-content__top .b-breadcrumbs {
    margin-bottom: 16px
}

@media (max-width: 767px) {
    .b-content__top .b-breadcrumbs {
        margin-left: -25px
    }
}

.b-content__top .b-search-new {
    margin-bottom: 8px
}

.b-content__top h1 {
    margin: 0
}

.b-dropdown {
    display: inline-block;
    position: relative;
    max-width: 320px;
    margin-left: -24px
}

.b-dropdown a {
    text-decoration: none
}

.b-dropdown a, .b-dropdown a:hover {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    transition: 0s
}

.b-dropdown ul, .b-dropdown ul li {
    margin: 0;
    padding: 0
}

.b-dropdown ul li:before {
    display: none !important
}

.b-dropdown[data-active=true] {
    z-index: 10
}

.b-dropdown[data-active=true] .b-dropdown__content {
    display: block
}

.b-dropdown[data-active=true] .b-dropdown__title span:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.b-dropdown__title {
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    padding: 12px 24px 10px
}

.b-dropdown__title span {
    display: inline-block;
    position: relative
}

.b-dropdown__title span:after {
    font-family: Icons-new;
    font-size: 7px;
    margin-left: 8px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f5f5;
    min-width: 240px
}

.b-dropdown__content .b-dropdown__title {
    position: relative
}

.b-dropdown__content .b-dropdown__title:after {
    content: "";
    background: #e6e6e6;
    height: 1px;
    width: 90%;
    width: calc(100% - 48px);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}

.b-dropdown__content-inner {
    padding: 12px 24px 16px;
    max-height: 225px;
    overflow: auto;
    padding-right: 12px
}

.b-logo a {
    position: relative;
    color: inherit;
    text-decoration: none;
    background: none;
    -webkit-transition: 0s;
    transition: 0s
}

.b-logo a:after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px
}

.b-logo a:hover {
    background: none;
    color: inherit;
    -webkit-transition: 0s;
    transition: 0s
}

.b-logo img {
    width: 100%;
    max-width: 150px;
    display: block
}

.b-logo img.mod-only-sm {
    max-width: 55px
}

.b-scroll-helper-bottom, .b-scroll-helper-top {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    z-index: 11;
    height: 40px;
    -webkit-transition: .25s;
    transition: .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, .15)));
    background: linear-gradient(#fff, hsla(0, 0%, 100%, .15))
}

@media (max-width: 1199px) {
    .b-scroll-helper-bottom, .b-scroll-helper-top {
        display: none
    }
}

.b-scroll-helper-bottom:before, .b-scroll-helper-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: radial-gradient(rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .15) 70%) no-repeat;
    background-size: 100%
}

.b-scroll-helper-bottom span, .b-scroll-helper-top span {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 28px
}

.b-scroll-helper-top {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), color-stop(50%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0) 50%)
}

.b-scroll-helper-top:before {
    background-position-y: -25px
}

.b-scroll-helper-bottom {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .5)));
    background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5) 50%)
}

.b-scroll-helper-bottom:before {
    background-position-y: 25px
}

.b-select {
    position: relative
}

.b-select select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 188px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font: normal normal 16px/19px Roboto, Arial, sans-serif;
    font-size: 12px;
    height: 32px;
    padding: 5px 36px 6px 9px;
    color: #000
}

.b-select.form-error select {
    border: 1px solid #f43636
}

.b-select:after {
    content: "\e800";
    font-family: Icons;
    line-height: 100%;
    font-size: 8px;
    color: var(--v-primary-base);
    height: 14px;
    position: absolute;
    top: 5px;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto;
    pointer-events: none
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px
}

@media (min-width: 580px) and (max-width: 768px) {
    .banners {
        padding: 40px 16px 0
    }
}

.banner {
    width: 100%;
    height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent !important
}

@media (min-width: 580px) {
    .banner {
        width: 49%
    }
}

@media (min-width: 900px) {
    .banner {
        width: 24.5%
    }
}

.banners-grid-4 .banner {
    width: 100%
}

@media (min-width: 580px) {
    .banners-grid-4 .banner {
        width: 49%
    }
}

@media (min-width: 900px) {
    .banners-grid-4 .banner {
        width: 24.5%
    }
}

@media (min-width: 580px) and (max-width: 900px) {
    .banners-grid-4 .banner:nth-of-type(odd) {
        margin-right: auto;
        margin-bottom: 2%
    }
}

@media (min-width: 900px) {
    .banners-grid-4 .banner:not(:last-of-type) {
        margin-right: auto
    }
}

.banners-grid-3 .banner {
    width: 100%
}

@media (min-width: 580px) {
    .banners-grid-3 .banner {
        width: 32.5%
    }
}

.banners-grid-3 .banner:not(:last-of-type) {
    margin-right: auto
}

.banners-grid-2 .banner {
    width: 100%
}

@media (min-width: 580px) {
    .banners-grid-2 .banner {
        width: 49.5%
    }
}

.banners-grid-2 .banner:not(:last-of-type) {
    margin-right: auto
}

.banners-grid-1 .banner {
    width: 100%
}

.banner__img-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner__img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1.3s ease-out;
    transition: -webkit-transform 1.3s ease-out;
    transition: transform 1.3s ease-out;
    transition: transform 1.3s ease-out, -webkit-transform 1.3s ease-out;
    width: 100%;
    height: 100%
}

.banner:hover .banner__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.banner__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (min-width: 580px) {
    .banner__title {
        font-size: 38px
    }
}

.b-bmh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.b-bmh .b-popup:after {
    display: none !important
}

.b-bmh .b-mobile-filter {
    padding: 40px 40px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 16px solid #e6e6e6
}

.b-bmh .b-mobile-filter .b-table-list {
    position: relative;
    height: auto
}

.b-bmh .b-mobile-filter .b-table-list .b-table-list__list {
    position: relative
}

.b-bmh .b-mobile-filter .btn__wrap:hover span {
    color: #555
}

.b-bmh .b-mobile-filter .b-model-filter__info {
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    margin-left: 5px;
    margin-top: 7px
}

.b-bmh .b-mobile-filter .b-submit-filter {
    margin-bottom: 25px !important
}

.b-bmh .b-mobile-filter .b-item-filter {
    margin: 25px 0 55px
}

.b-bmh .b-mobile-filter .b-table-list__head span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

.b-bmh .b-mobile-filter .b-table-list__head span:last-child {
    margin-left: auto
}

.b-bmh .b-mobile-filter .close-window {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 40px;
    color: #e6e6e6
}

.b-bmh .b-mobile-filter .b-header__title {
    font-size: 36px
}

.b-bmh .b-mobile-filter button[type=reset] {
    display: block;
    margin: 15px auto;
    width: 100%;
    background: #fff
}

.b-bmh .b-mobile-filter .b-submit-filter {
    margin: auto;
    display: block;
    background: #e64b19;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0
}

.b-bmh .vue-slider-dot-handle {
    border-radius: 3px !important;
    background-color: #999 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.b-bmh .b-table-list__list {
    margin-bottom: 0 !important
}

.b-bmh .range-container {
    width: 50%
}

.b-bmh .b-mobile-list-of-belts {
    display: none;
    width: 100%;
    position: relative
}

.b-bmh .b-mobile-list-of-belts .mobile-filter-open {
    display: block;
    width: 100%;
    background: #f5f5f5;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 12px;
    margin: 8px 0;
    padding: 2px 0
}

.b-bmh .b-mobile-list-of-belts .mobile-filter-open span {
    color: #e64b19
}

.b-bmh .b-list-of-belts {
    width: 360px;
    margin-right: 20px;
    position: relative
}

.b-bmh .b-list-of-belts .found {
    position: absolute;
    left: 104%;
    top: 100px;
    padding: 15px 25px;
    z-index: 5;
    line-height: 12px;
    background: #fff;
    font-size: 14px;
    width: 158px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .3)
}

.b-bmh .b-list-of-belts .found:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    left: -19px;
    top: 24px
}

.b-bmh .b-list-of-belts .found .number-found {
    color: #555
}

.b-bmh .b-list-of-belts .found .number-found .number {
    display: inline-block;
    color: #000;
    margin-left: 3px
}

.b-bmh .b-list-of-belts .found .show-finding-items {
    border-bottom: 1px dashed rgba(0, 0, 0, .5)
}

.b-bmh .b-list-of-belts .b-table-list {
    border-bottom: none
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter {
    padding: 15px;
    position: relative
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter label:hover {
    color: #555
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter .input-range {
    margin-bottom: 35px;
    margin-top: 5px
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter label {
    margin-top: 5px
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter label span {
    margin-left: 10px
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-item-filter input[type=checkbox] {
    display: none;
    position: relative
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-table-list__head span:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info span:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto
}

.b-bmh .b-list-of-belts .b-table-list__item .b-item-info .b-model-filter__info {
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    margin-left: 5px;
    margin-top: 7px
}

.b-bmh .b-list-of-belts .b-table-list__item .b-submit-filter {
    margin: auto;
    display: block;
    background: #e64b19;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0
}

.b-bmh .b-belts__list {
    width: 100%;
    display: table;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-bmh .b-belts__list .b-table {
    display: table
}

.b-bmh .b-belts__list .b-table .b-table-head {
    display: table-row;
    border-bottom: 1px solid #e6e6e6;
    font-size: 10px;
    color: #555;
    line-height: 12px
}

.b-bmh .b-belts__list .b-table .b-table-head > div {
    display: table-cell;
    padding-bottom: 10px;
    padding-top: 32px
}

.b-bmh .b-belts__list .b-table .b-item {
    display: table-row
}

.b-bmh .b-belts__list .b-table .b-item .b-item-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    white-space: nowrap
}

.b-bmh .b-belts__list .b-table .b-item .b-item-cell:nth-child(2), .b-bmh .b-belts__list .b-table .b-item .b-item-cell:nth-child(3) {
    white-space: normal
}

.b-bmh .b-belts__list .b-table .b-item .b-item-cell span {
    padding-left: 10px;
    display: inline-block
}

.b-bmh .b-belts__list .b-table .b-item .b-item-cell .b-go-to {
    color: #e64b19;
    border: 1px solid #e64b19;
    border-radius: 5px;
    padding: 2px 8px;
    margin-left: 7px
}

.b-bmh .b-belts__list .b-table .b-item .b-item-cell[title]:before {
    content: attr(title);
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
    display: none
}

.b-bmh button[type=reset] {
    margin: 10px 0
}

.b-bmh button[type=reset] .b-reset {
    border-bottom: 1px dashed rgba(0, 0, 0, .5)
}

.b-bmh .e-filter {
    padding: 8px 0 8px 8px;
    width: 70%
}

.b-bmh .b-vendor {
    width: auto !important
}

@media (min-width: 1024px) {
    .b-bmh .b-table-list__head span:first-child {
        width: 70%;
        line-height: 1.3
    }
}

@media screen and (max-width: 1024px) {
    .b-bmh .b-table {
        display: block !important
    }

    .b-bmh .b-table .b-table-head {
        display: none !important
    }

    .b-bmh .b-table .b-item {
        display: block !important;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e6;
        padding-top: 15px
    }

    .b-bmh .b-table .b-item .b-item-cell {
        display: block !important
    }

    .b-bmh .b-table .b-item .b-item-cell span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 265px
    }

    .b-bmh .b-table .b-item .b-item-cell[title]:before {
        display: inline-block !important;
        width: 130px
    }

    .b-bmh .b-table .b-item .b-item-cell.b-item-image {
        display: none !important
    }

    .b-bmh .b-table .b-item .b-item-cell .b-go-to {
        width: 122px;
        height: 27px;
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .b-bmh {
        display: block
    }

    .b-bmh .b-list-of-belts {
        display: none
    }

    .b-bmh .b-mobile-list-of-belts {
        display: block
    }

    .b-bmh .b-go-to {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (max-width: 480px) {
    .b-bmh .b-order-history__info-block {
        left: -136px;
        top: 32px
    }

    .b-bmh .b-order-history__info-block:before {
        border: 6px solid transparent;
        border-bottom: 6px solid #e64b19;
        left: 136px;
        top: -14px
    }

    .b-bmh .b-item-cell[title]:before {
        width: 95px !important
    }

    .b-bmh .b-item-cell span {
        max-width: 200px !important
    }
}

@media screen and (max-width: 320px) {
    .b-item-cell span {
        max-width: 145px !important
    }
}

.b-belts__legend {
    text-align: center
}

.b-belts__legend img {
    max-height: 300px
}

.b-brand-menu {
    min-width: 200px;
    display: inline-block
}

.b-brand-menu__wrapper {
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .b-brand-menu__wrapper {
        padding: 0
    }
}

@media (max-width: 1199px) {
    .b-brand-menu__wrapper {
        overflow-x: scroll;
        width: 100%
    }
}

.b-brand-menu__change {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 9px;
    height: 100%;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px;
    margin-left: -30px;
    cursor: pointer
}

@media (max-width: 768px) {
    .b-brand-menu__change {
        margin-left: 0
    }
}

.b-brand-menu__content {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9
}

.b-brand-menu__content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;
    top: 100%;
    height: 50px;
    background: radial-gradient(rgba(0, 0, 0, .05), hsla(0, 0%, 100%, 0) 80%);
    background-position-y: -25px;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .b-brand-menu__content:after {
        height: 0
    }
}

@media (max-width: 1199px) {
    .b-brand-menu__content {
        width: 100%;
        overflow-x: scroll;
        left: auto;
        margin: auto
    }
}

.b-brand-menu__inline {
    width: 100%
}

.b-brand-menu__inline .b-brand-menu__content {
    display: block;
    position: relative
}

.b-brand-menu__inline .b-brand-menu__content:after {
    background: none
}

.b-brand-menu__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1199px) {
    .b-brand-menu__col {
        min-width: 180px
    }
}

.b-brand-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.b-brand-menu__letter {
    color: #e64b19;
    font-weight: 900;
    width: 20px;
    margin-right: 16px;
    font-size: 22px;
    line-height: 28px
}

.b-brand-menu__links a {
    display: block;
    color: #000;
    font-weight: 500
}

.b-brand-menu__links a:hover {
    background: none;
    color: #e64b19
}

.b-brand-menu__links a.active {
    font-weight: 900;
    color: #e64b19
}

.b-brand-menu__links a.selected {
    font-weight: 700
}

.b-brand-menu__links b {
    font-size: 22px;
    line-height: 28px
}

.b-breadcrumbs {
    font-size: 16px;
    line-height: 28px;
    color: #999;
    margin-bottom: 16px;
    overflow: hidden
}

@media (max-width: 767px) {
    .b-breadcrumbs {
        width: 100%;
        max-width: 480px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px;
        text-align: left;
        position: relative
    }

    .b-breadcrumbs__content {
        width: 100%;
        padding-left: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        line-height: 28px
    }

    .b-breadcrumbs:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(70%, hsla(0, 0%, 100%, 0)));
        background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 70%);
        pointer-events: none;
        width: 40px
    }
}

.b-breadcrumbs a {
    color: #999;
    background: none !important
}

.b-breadcrumbs a:not(:last-child):after {
    content: " / ";
    color: #999
}

.b-breadcrumbs a:hover {
    color: #000
}

.b-cart-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;
    -webkit-transition: .25s;
    transition: .25s
}

.b-cart-bottom.mod-hidden {
    visibility: hidden;
    bottom: -60px;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out
}

.b-cart-bottom .b-prods__total_inner:before {
    margin-right: 0
}

.b-catalog-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .b-catalog-results {
        max-height: none !important
    }
}

.b-catalog-results .catalog-results-btn {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.4;
    border: 2px solid #e64b19;
    border-radius: 7px;
    -webkit-transition: background-size .23s ease-out, color .23s ease-out, background-image .1s linear .13s;
    transition: background-size .23s ease-out, color .23s ease-out, background-image .1s linear .13s;
    text-align: center;
    margin: 4px 5px
}

@media (max-width: 768px) {
    .b-catalog-results .catalog-results-btn {
        margin: 5px;
        font-size: 12px
    }
}

.b-catalog-results .catalog-results-btn:hover {
    background: #e64b19 !important;
    color: #fff !important
}

.b-catalog-results:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    bottom: 100%;
    pointer-events: none;
    height: 50px;
    background: radial-gradient(rgba(0, 0, 0, .05), hsla(0, 0%, 100%, 0) 80%);
    background-position-y: 25px;
    background-repeat: no-repeat
}

.b-catalog-results__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width: 767px) {
    .b-catalog-results__item:not(:last-child) {
        margin-right: 35px
    }
}

@media (min-width: 768px) {
    .b-catalog-results__item:not(:last-child) {
        margin-right: 42px
    }
}

.b-catalog-results__item.mod-small {
    font-size: 14px
}

.b-catalog-results__item a {
    position: relative;
    -webkit-transition: .25s;
    transition: .25s
}

.b-catalog-results__item a:after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px
}

.b-catalog-results__item a:hover {
    -webkit-transition: .07s ease-out;
    transition: .07s ease-out;
    opacity: .7
}

.b-catalog-results__item a small {
    font-size: 12px;
    opacity: .5
}

.search-change-checkbox ~ label {
    width: 30px !important;
    height: 30px !important
}

.search-change-checkbox ~ label:after, .search-change-checkbox ~ label:before {
    top: 11px !important
}

.search-change-checkbox ~ label:before {
    width: 7px !important;
    left: 6px !important;
    top: 13px !important
}

.search-change-checkbox ~ label:after {
    width: 14px !important;
    left: 9px !important
}

@media (max-width: 767px) {
    .b-catalog-results {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .b-catalog-results .catalog-results-btn {
        width: 45% !important;
        padding: 4px
    }
}

.b-catalog {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 73px auto 32px;
    border-bottom: thin solid #e6e6e6;
    padding: 0 24px
}

.b-catalog .b-catalog__head {
    border-bottom: 1px solid #e6e6e6
}

.b-catalog__wrapper {
    position: relative
}

.b-catalog__wrapper.mod-results {
    padding-bottom: 152px
}

@media (min-width: 768px) {
    .b-catalog__wrapper.mod-results {
        padding-bottom: 88px
    }
}

.b-catalog__content {
    display: table;
    width: 100%
}

.b-catalog a {
    color: #000;
    background: none
}

.b-catalog p {
    padding: 0 30px
}

.b-catalog p, .b-catalog p:last-child {
    margin-bottom: 50px
}

.b-catalog__head {
    display: none
}

.b-catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 15px 0 14px;
    position: relative
}

.b-catalog__item:first-child .b-catalog-status-icons, .b-catalog__item:nth-child(2) .b-catalog-status-icons, .b-catalog__item:nth-child(3) .b-catalog-status-icons {
    padding-top: 12px
}

@media (max-width: 767px) {
    .b-catalog__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-catalog__item > [title]:not(.mod-where-used) {
        width: 100% !important
    }

    .b-catalog__item .mod-where-used {
        width: auto
    }

    .b-catalog__item .mod-where-used .b-dropdown__content {
        width: calc(100vw - 24px)
    }

    .b-catalog__item [title=schema] .b-dropdown__content {
        left: -100%
    }
}

.b-catalog__item > [title] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.b-catalog__item > [title][title=status] {
    width: 95px;
    display: block
}

.b-catalog__item > [title].mod-small {
    font-size: 12px !important
}

.b-catalog__item > [title]:first-child {
    font-size: 16px
}

.b-catalog__item > [title]:empty {
    display: none
}

.b-catalog__item [title=name] span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    width: 100%;
    vertical-align: middle
}

.b-catalog__item [title=select] {
    margin-bottom: 15px
}

.b-catalog__item [title=equipment], .b-catalog__item [title=subtype] {
    font-size: 12px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 767px) {
    .b-catalog__item [title="where used"] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .b-catalog__item [title="where used"]:before {
        display: none
    }
}

@media (max-width: 767px) {
    .b-catalog__item [title=schema] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .b-catalog__item [title=schema]:before {
        display: none
    }
}

.b-catalog__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-catalog__item + .b-catalog__item {
    border-top: 1px solid #e6e6e6
}

.b-catalog .b-catalog__item > [title=isAnalog], .b-catalog .b-catalog__item > [title=isKit], .b-catalog .b-catalog__item > [title=link] {
    background: bisque;
    display: none
}

.b-catalog__results {
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10
}

.b-catalog__results[data-fixed=false] {
    position: absolute;
    z-index: 1
}

@media (max-width: 768px) {
    .b-catalog__results[data-fixed=false] {
        bottom: 0;
        background: #fff;
        right: 5px;
        left: -30px
    }
}

@media (max-width: 425px) {
    .b-catalog__results[data-fixed=false] {
        right: -24px;
        left: -23px
    }
}

.b-catalog .b-catalog__item:hover {
    color: inherit;
    background: inherit
}

.b-catalog .b-dropdown {
    margin-left: -12px
}

.b-catalog .b-dropdown__title {
    font-size: 12px;
    padding: 10px 12px 11px
}

.b-catalog .b-dropdown__title:after {
    display: none
}

.b-catalog .b-dropdown__title span {
    line-height: 14px;
    border-bottom: 1px dashed;
    white-space: nowrap
}

.b-catalog .b-dropdown__title span:after {
    display: none
}

.b-catalog .b-dropdown__content {
    min-width: 180px;
    font-size: 12px
}

.b-catalog .b-dropdown__content-inner {
    padding: 0 12px 12px
}

.b-catalog .b-dropdown__content .b-where-used-list a {
    width: auto;
    font-size: 12px;
    padding: 0
}

.b-catalog .b-dropdown__content .b-where-used-list a small {
    font-size: 10px
}

.b-catalog .mod-min-height {
    min-height: 1px
}

.b-catalog__icon {
    display: inline-block;
    width: 14px
}

@media (max-width: 767px) {
    .b-catalog__icon:not(:first-child) {
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .b-catalog__icons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 49px
    }
}

.b-catalog__icons {
    margin-right: 10px;
    white-space: nowrap
}

.b-catalog__analog {
    margin-left: 20px
}

.b-catalog .mod-without-analog {
    margin-right: 18px
}

.b-catalog .b-legend {
    position: absolute;
    top: -60px;
    color: #555;
    font-size: 12px
}

.b-catalog .b-legend .b-legend__item {
    display: inline-block
}

.b-catalog .b-legend svg.have-analogs *, .b-catalog .b-legend svg.on-storage * {
    stroke: #555 !important
}

.b-catalog .b-legend svg.in-transit * {
    fill: #555 !important;
    stroke: #555 !important
}

.b-catalog .b-legend i {
    margin-right: 6px
}

.b-catalog .b-legend span {
    margin-right: 24px
}

.b-catalog.mod-margin-top {
    margin-top: 73px
}

.b-catalog i.i-svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 1px
}

.b-catalog i.i-svg:first-child {
    padding-right: 17px;
    padding-left: 0
}

.b-catalog i.i-svg svg.on-storage {
    width: 15px;
    height: 15px
}

.b-catalog i.i-svg svg.on-storage * {
    fill: none;
    stroke: #1a1a1a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 30px
}

.b-catalog i.i-svg svg.have-analogs {
    width: 15px;
    height: 15px
}

.b-catalog i.i-svg svg.have-analogs * {
    fill: none;
    stroke: #1a1a1a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 30px
}

.b-catalog i.i-svg svg.in-transit {
    width: 24px;
    height: 15px
}

.b-catalog i.i-svg svg.in-transit path {
    stroke-width: 130px
}

.b-catalog .b-catalog-status-icons {
    width: 80px;
    position: absolute;
    left: 18%;
    padding-top: 10px
}

.b-catalog .b-catalog-cell[title=vendor] {
    width: 35%
}

@media (min-width: 768px) and (max-width: 1199px) {
    .b-catalog__icons-container {
        width: 44px
    }
}

@media (min-width: 768px) {
    .b-catalog {
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0 30px
    }

    .b-catalog__content {
        display: table-row-group
    }

    .b-catalog__head {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        border-bottom: thin solid #e6e6e6;
        display: table-row
    }

    .b-catalog__head [type=checkbox] {
        display: none
    }

    .b-catalog__head [type=checkbox]:checked + label:after {
        content: " \2193"
    }

    .b-catalog__head div {
        display: table-cell;
        vertical-align: baseline;
        padding: 0 16px 0 10px
    }

    .b-catalog__head div[data-index="2"] {
        display: inline-block
    }

    .b-catalog__head div:first-child {
        padding-left: 30px
    }

    .b-catalog__head div:last-child {
        padding-right: 30px
    }

    .b-catalog__head button, .b-catalog__head label {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }

    .b-catalog__head button:after, .b-catalog__head label:after {
        content: " \2191";
        position: relative;
        top: -1px;
        display: none
    }

    .b-catalog__head button.is-active, .b-catalog__head label.is-active {
        color: #000;
        position: relative
    }

    .b-catalog__head button.is-active:before, .b-catalog__head label.is-active:before {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: -1px;
        left: 0;
        height: 1px;
        background-color: #000
    }

    .b-catalog__head button.is-active:after, .b-catalog__head label.is-active:after {
        display: inline
    }

    .b-catalog__head label.mod-cursor-default {
        cursor: default
    }

    .b-catalog__item {
        display: table-row;
        padding: 0
    }

    .b-catalog__item [title] {
        display: table-cell;
        vertical-align: baseline;
        padding: 10px;
        width: 18%
    }

    .b-catalog__item [title]:first-child {
        padding-left: 30px
    }

    .b-catalog__item [title]:last-child {
        padding-right: 30px
    }

    .b-catalog__item [title]:before {
        display: none
    }

    .b-catalog__item [title]:empty {
        display: block
    }

    .b-catalog__item [title=subtype] {
        margin-top: 0;
        width: 19%
    }

    .b-catalog__item [title=equipment] {
        width: 33%
    }

    .b-catalog__item [title=equipment], .b-catalog__item [title=subtype] {
        font-size: 14px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .b-catalog__item [title="where used"]:empty, .b-catalog__item [title=schema]:empty {
        display: table-cell
    }

    .b-catalog__item + .b-catalog__item {
        border: 0
    }

    .b-catalog__icons {
        position: relative;
        left: 8px;
        white-space: nowrap
    }

    .b-catalog__icon:first-child {
        margin-right: 6px
    }

    .b-catalog .b-catalog__icons-head {
        padding: 0
    }

    .b-catalog__icons-container {
        display: block;
        height: 1px
    }

    .b-catalog__icon a[title] {
        padding: 0 !important;
        display: inline-block
    }

    .mod-flex .b-catalog__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mod-flex .b-catalog__head > div {
        display: block
    }

    .mod-flex .b-catalog__content {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mod-flex .b-catalog__content, .mod-flex .b-catalog__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .mod-flex .b-catalog__item {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .mod-flex .b-catalog__item > div {
        display: block
    }

    .mod-without-analog {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .b-catalog {
        padding: 0
    }

    .b-catalog__content:hover a {
        color: #555
    }

    .b-catalog__content:hover a:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-catalog__head div, .b-catalog__item [title] {
        padding-right: 10px;
        width: 25%
    }

    .b-catalog__head div:first-child, .b-catalog__item [title]:first-child {
        padding-left: 12px
    }

    .b-catalog__head div:last-child, .b-catalog__item [title]:last-child {
        padding-right: 12px
    }
}

@media (max-width: 767px) {
    #catalog .b-filter, #catalog .e-heading {
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    #catalog .e-heading {
        margin: 0 0 24px
    }
}

@media screen and (min-width: 1024px) {
    .b-catalog .b-catalog-cell span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1.2
    }
}

@media screen and (max-width: 1023px) {
    .b-catalog, .b-catalog .b-catalog__content {
        display: block
    }

    .b-catalog .b-catalog-status-icons {
        top: 42px;
        padding-left: 51px;
        width: 100%;
        left: 45px
    }

    .b-catalog .b-catalog-status-icons:before {
        content: "status";
        display: block;
        text-transform: uppercase;
        position: absolute;
        left: -45px;
        font-size: 10px;
        color: #999
    }

    .b-catalog .b-catalog-cell[title=vendor] {
        margin-bottom: 40px
    }

    .b-catalog .b-catalog-cell {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .b-catalog .b-catalog__head {
        display: none
    }

    .b-catalog .b-catalog__item {
        position: relative;
        padding-bottom: 65px;
        padding-top: 15px;
        display: block;
        border-bottom: 1px solid #e6e6e6
    }

    .b-catalog .b-catalog__item .b-catalog__icons-container {
        position: absolute;
        bottom: 14px;
        right: 0
    }

    .b-catalog .b-catalog__item > div {
        display: block
    }

    .b-catalog .b-catalog__item > div.b-catalog__icons-container {
        height: 30px
    }

    .b-catalog .b-catalog__item div[title] {
        width: auto;
        padding: 3px 0;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .b-catalog .b-catalog__item div[title]:before {
        content: attr(title);
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 98px;
        display: inline-block;
        padding-right: 10px;
        line-height: 1.2;
        white-space: normal
    }

    .b-catalog .b-catalog__item div[title=name] {
        display: inline-block !important;
        width: 100% !important
    }

    .b-catalog .b-catalog__item div[title=name] span {
        width: 60%;
        display: inline-block;
        white-space: nowrap
    }

    .b-catalog .b-catalog__item div[title=status] {
        margin: 7px 0 4px
    }

    .b-catalog .b-catalog__item div[title="where used"] {
        position: absolute;
        bottom: 0
    }

    .b-catalog .b-catalog__item div[title="where used"]:before {
        display: none
    }

    .b-catalog .b-catalog__item div[title=schema] {
        position: absolute;
        bottom: 0;
        left: 105px
    }

    .b-catalog .b-catalog__item div[title=schema]:before {
        display: none
    }

    .b-catalog [title=select] label {
        margin-bottom: 5px
    }
}

.b-search .b-catalog .b-catalog__item div[title] {
    overflow: visible
}

@media screen and (max-width: 768px) {
    .b-catalog .b-catalog-status-icons {
        left: 45px
    }
}

@media screen and (max-width: 480px) {
    .b-catalog .b-legend {
        position: relative
    }
}

.b-catalog__item > [title=search].mod-small {
    font-size: 13px !important
}

.b-dropdown .b-where-used-list li h5 {
    margin-bottom: 0
}

.b-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 768px
}

.b-category .b-popup__inner {
    width: 660px
}

.b-category[data-hover=true] .b-images-grid__item[data-pair=true] figcaption {
    z-index: 5
}

.b-category[data-hover=true] .b-images-grid__item[data-pair=true] figcaption span {
    color: inherit
}

.b-category[data-hover=true] .b-images-grid__item[data-pair=true]:after, .b-category[data-hover=true] .b-table-list__list li[data-pair=true] {
    background: rgba(0, 0, 0, .02);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-category[data-hover=true][data-pair-selected=true] .b-images-grid__item[data-pair=false] figcaption {
    color: #555
}

.b-category[data-hover=true][data-pair-selected=true] .b-images-grid__item[data-pair=false] img {
    opacity: .6
}

.b-category[data-hover=true][data-pair-selected=true] .b-table-list li[data-pair=false] {
    color: #555
}

.b-category .b-scroll-helper-top {
    top: 50px
}

.b-category .b-images-grid {
    height: 96%
}

.b-category__images, .b-category__list {
    position: relative
}

.b-category__images[data-need-scroll-bottom=true] .b-scroll-helper-bottom, .b-category__images[data-need-scroll-top=true] .b-scroll-helper-top, .b-category__list[data-need-scroll-bottom=true] .b-scroll-helper-bottom, .b-category__list[data-need-scroll-top=true] .b-scroll-helper-top {
    opacity: 1;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-category__list {
    width: 300px;
    margin-right: 20px;
    overflow: hidden
}

.b-category__list .b-scroll-helper-top {
    top: 82px
}

.b-category__list .b-scroll-helper-bottom {
    border-bottom: 1px solid #e6e6e6
}

.b-category__images {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 33px
}

@media (max-width: 767px) {
    .b-category__images {
        height: 30%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-height: 300px;
        background: #fff
    }

    .b-category__images .b-images-grid {
        padding: 0
    }

    .b-category__images .b-images-grid figcaption {
        left: 5px;
        bottom: 5px;
        font-size: 12px
    }
}

.b-category .b-images-grid__content, .b-category .b-table-list__list {
    height: 100%;
    min-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25vh
}

@media (max-width: 767px) {
    .b-category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100vh;
        overflow: hidden
    }

    .b-category .b-images-grid__content {
        padding: 0 24px
    }

    .b-category__list {
        height: 50%;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-height: 500px;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-category__list .b-table-list {
        padding: 0 16px
    }
}

.b-category div.b-additional-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -33px;
    white-space: nowrap;
    width: 100%
}

.b-category div.b-additional-links:nth-child(2n) {
    margin: 0
}

.b-category div.b-additional-links .b-additional-links__link {
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px
}

.b-category div.b-additional-links .b-additional-links__link:hover {
    color: #000
}

.b-category .b-popup__inner .b-pdf-material {
    padding-left: 60px;
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.b-category .b-popup__inner .b-pdf-material span {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-category .b-popup__inner .b-pdf-material svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 49px;
    margin-right: 15px
}

.b-category .b-popup__inner .b-video iframe {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    visibility: visible
}

.b-category .b-popup__inner {
    max-height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important
}

@media screen and (max-width: 1199px) {
    .b-category .b-additional-links .b-additional-links__link {
        margin: 10px 10px 0 0;
        width: auto !important
    }

    .b-category .b-images-grid__content {
        height: 92%
    }
}

@media screen and (max-width: 1023px) {
    .b-category .b-images-grid__content {
        padding-bottom: 0 !important;
        height: 93%
    }

    .b-category .b-additional-links {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .b-category .b-category__list a {
        font-size: 14px
    }

    .b-category .b-additional-links {
        padding: 0 24px
    }

    .b-category .b-additional-links .b-additional-links__link {
        width: auto !important
    }
}

@media screen and (max-width: 767px) {
    .b-category .b-additional-links__link {
        margin: 5px 5px 0 0 !important;
        font-size: 12px !important
    }

    .b-category .b-popup__inner {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        max-height: unset !important;
        width: 100%
    }

    .b-category .b-popup__inner .js-popup-close {
        margin: 15px 15px 0 0
    }
}

@media screen and (max-width: 576px) {
    .b-category .b-images-grid__item {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .b-category .b-video iframe {
        height: 215px !important
    }
}

.b-company-profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-company-profile-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px
}

.b-company-profile-item__img img {
    height: 280px
}

.b-company-profile-item__descr {
    color: #6d6e71;
    font-size: 16px
}

@media (max-width: 1199px) {
    .b-company-profile-item__descr {
        margin-bottom: 12px
    }
}

@media (max-width: 767px) {
    .b-company-profile-item__data {
        padding: 20px
    }
}

.b-company-profile-item__list, .b-company-profile-item__table {
    position: relative;
    width: 100%
}

.b-company-profile-item__list {
    width: 360px;
    margin-right: 20px;
    overflow: hidden
}

.b-company-profile-item__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 1199px) {
    .b-company-profile-item__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-company-profile-item .b-table-list__list-el {
    cursor: pointer
}

.b-company-profile-item .b-table-list__list-el:hover {
    color: #fff;
    background-color: #999
}

.b-company-profile-item .b-table-list__head {
    cursor: pointer
}

.b-company-profile-item .b-table-list__list {
    height: 100%;
    min-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25vh
}

@media (max-width: 767px) {
    .b-company-profile-item .b-table-list__list {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .b-company-profile-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden
    }

    .b-company-profile-item__list {
        height: 50%;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-company-profile-item__list .b-table-list {
        padding: 0 16px
    }
}

.b-company-profile-item .series-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .b-company-profile-item .series-table {
        margin-top: 0;
        padding: 0
    }
}

@media (max-width: 767px) {
    .b-company-profile-item .series-table {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.b-company-profile-item .series-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.b-company-profile-item .series-table__head div {
    font-weight: 1000;
    width: 50%;
    padding-bottom: 10px;
    padding-left: 8px;
    border-bottom: 1px solid #000;
    display: inline-block;
    color: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center
}

.b-company-profile-item .series-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-company-profile-item .series-table__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #efefef
}

.b-company-profile-item .series-table__item div {
    width: 50%;
    font-size: 12px;
    color: #343434;
    padding: 2px;
    text-align: center
}

.b-company-profile-item .series-table__item div:first-child {
    font-weight: 500
}

.b-company-profile-item .series-table__item:hover {
    background-color: #999
}

.b-company-profile-item .series-table__item:hover div {
    color: #fff
}

.b-company-profile-item .series-table__not-found {
    width: 100%;
    padding: 8px 10px;
    opacity: .75;
    font-size: 12px
}

.b-company-profile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-company-profile-list .b-scroll-helper-top {
    top: 50px
}

.b-company-profile-list .b-images-grid {
    height: 96%
}

.b-company-profile-list__pair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1199px) {
    .b-company-profile-list__pair {
        width: 100%
    }
}

@media (max-width: 767px) {
    .b-company-profile-list__pair {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 24px
    }
}

.b-company-profile-list__pair-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .b-company-profile-list__pair-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.b-company-profile-list__pair-el {
    width: 33.3333%
}

.b-company-profile-list__pair-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 14px
}

@media (max-width: 767px) {
    .b-company-profile-list__pair-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.b-company-profile-list__pair-img img {
    width: 198px;
    background-color: #000
}

@media (max-width: 767px) {
    .b-company-profile-list__pair-img img {
        max-width: 60%
    }
}

.b-company-profile-list__pair-img img.active {
    background-color: var(--v-primary-base)
}

@media (max-width: 767px) {
    .b-company-profile-list__pair-img img.active {
        max-width: 70%
    }
}

.b-company-profile-list__pair-title {
    cursor: pointer;
    width: 100%;
    padding: 12px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.b-company-profile-list__list, .b-company-profile-list__table {
    position: relative;
    width: 100%
}

.b-company-profile-list__list {
    width: 360px;
    margin-right: 20px;
    overflow: hidden
}

.b-company-profile-list__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 1199px) {
    .b-company-profile-list__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-company-profile-list .b-table-list__list-el {
    cursor: pointer
}

.b-company-profile-list .b-table-list__list-el:hover {
    color: #fff;
    background-color: #999
}

.b-company-profile-list .b-table-list__head {
    cursor: pointer
}

.b-company-profile-list .b-table-list__list {
    height: 100%;
    min-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25vh
}

@media (max-width: 767px) {
    .b-company-profile-list .b-table-list__list {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .b-company-profile-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden
    }

    .b-company-profile-list__list {
        height: 50%;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-company-profile-list__list .b-table-list {
        padding: 0 16px
    }
}

.b-company-profile-list .series-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .b-company-profile-list .series-table {
        margin-top: 0;
        padding: 0
    }
}

@media (max-width: 767px) {
    .b-company-profile-list .series-table {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding: 0 16px
    }
}

.b-company-profile-list .series-table__caption {
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px
}

.b-company-profile-list .series-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.b-company-profile-list .series-table__head div {
    font-weight: 700;
    width: 25%;
    padding-bottom: 10px;
    padding-left: 8px;
    border-bottom: 1px solid #000;
    display: inline-block;
    color: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 768px) {
    .b-company-profile-list .series-table__head div {
        font-weight: 700;
        font-size: 6px;
        line-height: 10px
    }
}

.b-company-profile-list .series-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-company-profile-list .series-table__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #efefef
}

.b-company-profile-list .series-table__item div {
    width: 25%;
    font-size: 12px;
    color: #343434;
    padding: 2px;
    text-align: center
}

.b-company-profile-list .series-table__item div:first-child {
    font-weight: 500
}

.b-company-profile-list .series-table__item:hover {
    background-color: #999
}

.b-company-profile-list .series-table__item:hover div {
    color: #fff
}

.b-company-profile-list .series-table__not-found {
    width: 100%;
    padding: 8px 10px;
    opacity: .75;
    font-size: 12px
}

.b-company-profile-list .series-table p {
    text-align: justify;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 11px
}

.b-company-profile {
    display: table;
    width: 100%
}

@media (max-width: 767px) {
    .b-company-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-company-profile__item {
    cursor: pointer;
    display: table-row;
    vertical-align: middle;
    padding: 12px
}

.b-company-profile__item, .b-company-profile__item:hover {
    -webkit-transition: all .231s ease-in;
    transition: all .231s ease-in
}

.b-company-profile__item:hover {
    background-color: #efefef
}

@media (max-width: 767px) {
    .b-company-profile__item:hover {
        background-color: inherit
    }
}

.b-company-profile__image {
    display: table-cell;
    width: 70px;
    text-align: center
}

.b-company-profile__image img {
    height: 40px;
    vertical-align: middle
}

.b-company-profile__title {
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
    display: table-cell
}

@media (max-width: 767px) {
    .b-company-profile__title {
        padding-bottom: 0
    }
}

.b-company-profile__link {
    display: table-cell;
    text-align: right;
    padding-right: 10px
}

.b-company-profile__link a, .b-company-profile__link a:focus, .b-company-profile__link a:hover {
    background: none
}

.b-company-profile__link a:focus, .b-company-profile__link a:hover {
    color: #e64b19;
    text-decoration: underline
}

@media (max-width: 767px) {
    .b-company-profile__link {
        display: block;
        margin-left: 90px;
        text-align: left
    }
}

.b-content-tabs {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    text-align: center;
    cursor: pointer
}

.b-content-tabs::-webkit-scrollbar {
    height: 5px;
    background: #f5f5f5
}

.b-content-tabs::-webkit-scrollbar-thumb {
    height: 5px;
    background: #c8c8c8
}

@media (max-width: 767px) {
    .b-content-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-content-tabs__content {
    display: none
}

.b-content-tabs__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-content-tabs__link {
    background: none !important;
    color: #000 !important
}

.b-content-tabs__link:focus, .b-content-tabs__link:hover {
    background: none;
    background-color: none;
    text-decoration: underline
}

.b-content-tabs__title-descr {
    font-size: 18px;
    font-weight: 700;
    margin-top: auto
}

@media (max-width: 1199px) {
    .b-content-tabs__title-descr {
        font-size: 16px
    }
}

.b-content-tabs__image-wrapper {
    padding: 16px
}

.b-content-tabs__item a {
    text-decoration: none;
    padding: 12px 12px !important;
    background: none;
    background-color: none;
    color: #000;
    display: block;
    -webkit-transition: background-color .23s ease-out;
    transition: background-color .23s ease-out
}

@media (max-width: 767px) {
    .b-content-tabs__item a {
        padding: 8px 10px
    }
}

@media (max-width: 1199px) {
    .b-content-tabs__item a {
        padding: 10px 16px;
        font-size: 14px
    }
}

.b-content-tabs__item a:focus, .b-content-tabs__item a:hover {
    background: none;
    background-color: #fb8a6b;
    color: #fff;
    -webkit-transition: background-color .23s ease-out;
    transition: background-color .23s ease-out
}

.b-content-tabs__item.active a {
    background-color: var(--v-primary-base);
    /* padding: 12px 24px; */
    color: #fff;
    text-decoration: none;
    pointer-events: none
}

@media (max-width: 767px) {
    .b-content-tabs__item.active a {
        padding: 8px 10px
    }
}

@media (max-width: 1199px) {
    .b-content-tabs__item.active a {
        padding: 10px 16px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .b-content-tabs {
        padding-left: 24px;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .b-content-tabs__item {
        white-space: nowrap
    }

    .b-content-tabs__item a:focus, .b-content-tabs__item a:hover {
        background: inherit;
        color: inherit
    }
}

.b-content-tabs--inner {
    margin-top: -10px
}

.b-content-tabs--inner .b-content-tabs__item {
    font-size: 14px;
    padding: 0 5px;
    background-color: #fbfbfb
}

.b-content-tabs--inner .b-content-tabs__item:not(:last-of-type) {
    margin-right: 10px
}

@media (max-width: 1199px) {
    .b-content-tabs--inner .b-content-tabs__item a {
        padding: 8px 8px;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 140px;
        overflow: hidden;
    }
}

.b-content-tabs--inner .b-content-tabs__item.active a {
    background-color: #fbfbfb;
    color: var(--v-primary-base);
}

@media (max-width: 1199px) {
    .b-content-tabs--inner .b-content-tabs__item.active a {
        padding: 8px 16px;
        font-size: 12px
    }
}

.b-content-tabs--inner .b-content-tabs__item a:hover {
    background-color: #fbfbfb;
    color: var(--v-primary-base)
}

.b-cp__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    border-top: 10px solid #e4e4e4
}

@media (max-width: 1100px) {
    .b-cp__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-cp__nav {
    width: 20%;
    padding-top: 10px;
    border-right: 10px solid #e4e4e4
}

@media (max-width: 1100px) {
    .b-cp__nav {
        width: 100%;
        border-right: none;
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .b-cp__nav {
        padding-left: 20px;
        padding-right: 20px
    }
}

.b-cp__nav-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-cp__nav-title {
    font-size: 15px;
    font-weight: 700;
    color: #9c9c9c
}

.b-cp__content {
    width: 80%;
    padding-top: 10px
}

@media (max-width: 1100px) {
    .b-cp__content {
        width: 100%
    }
}

@media (max-width: 1100px) {
    .b-cp__content-scroll {
        min-width: 800px
    }
}

.b-cp__nav-items {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

p.b-cp__nav-item {
    font-size: 14px;
    font-weight: 700;
    word-break: break-all;
    line-height: 1.3;
    color: #000;
    padding: 14px 10px;
    border: 1px solid transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer
}

p.b-cp__nav-item--active {
    border: 1px solid var(--v-primary-base);
    -webkit-box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5)
}

button.b-cp__add-ps {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 4px 16px;
    border: 1px solid var(--v-primary-base);
    border-radius: 8px;
    color: var(--v-primary-base);
    font-size: 14px;
    font-weight: 700
}

.b-cp__top {
    border-bottom: 10px solid #e4e4e4;
    padding-bottom: 15px;
    padding-left: 35px
}

@media (max-width: 1100px) {
    .b-cp__top {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .b-cp__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

.b-cp__ib {
    padding-left: 35px;
    padding-bottom: 20px;
    border-bottom: 10px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1100px) {
    .b-cp__ib {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .b-cp__ib {
        padding-left: 20px;
        padding-right: 20px
    }
}

.b-cp__top-row, .b-cp__top-row-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-cp__top-row-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-cp__top-row-cell:first-of-type {
    width: auto;
    max-width: 70%;
    padding-right: 15px;
    border-right: 1px solid hsla(0, 0%, 61%, .5)
}

@media (max-width: 1100px) {
    .b-cp__top-row-cell:first-of-type {
        width: 40%
    }
}

.b-cp__top-row-cell:nth-of-type(2) {
    width: 8%;
    padding-left: 15px;
    line-height: 1.5
}

.b-cp__top-row-cell:nth-of-type(3) {
    width: 10%;
    line-height: 1.5
}

.b-cp__top-row-cell:nth-of-type(4) {
    margin-left: auto
}

.b-cp__top-row-title {
    font-size: 12px;
    line-height: 1.5;
    color: #9c9c9c
}

.b-cp__top-row .b-cp__top-row-cell:first-of-type .b-cp__top-row-title:nth-of-type(2) {
    padding: 4px 0;
    font-size: 22px;
    line-height: 1.1;
    color: #000;
    font-weight: 700
}

@media (max-width: 1100px) {
    .b-cp__top-row .b-cp__top-row-cell:first-of-type .b-cp__top-row-title:nth-of-type(2) {
        font-size: 19px
    }
}

.b-cp__top-row .b-cp__top-row-cell:nth-of-type(2) .b-cp__top-row-title:nth-of-type(2), .b-cp__top-row .b-cp__top-row-cell:nth-of-type(3) .b-cp__top-row-title:nth-of-type(2), .b-cp__top-row .b-cp__top-row-cell:nth-of-type(4) .b-cp__top-row-title span {
    color: var(--v-primary-base)
}

.b-cp__ib-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

p.b-cp__ib-title {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #565656
}

.b-cp__ib-download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.b-cp__ib-download-link svg {
    margin-right: 5px
}

.b-cp__ib-download-link:hover {
    background: transparent !important;
    color: var(--v-primary-base) !important
}

.b-cp__ib-download-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: var(--v-primary-base)
}

.b-cp__ib-download-file input {
    display: none
}

.b-cp__ib-download-file svg {
    margin-right: 5px
}

.b-cp__ib-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.b-cp__ib-cell:first-of-type {
    width: 10%
}

.b-cp__ib-cell:nth-of-type(2) {
    width: 18%
}

.b-cp__ib-cell:nth-of-type(3) {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-cp__ib-cell:nth-of-type(4), .b-cp__ib-cell:nth-of-type(5) {
    width: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-cp__ib-cell a {
    padding: 5px;
    width: 100%;
    display: inline-block;
    color: #000;
    -webkit-transition: color .25s;
    transition: color .25s
}

.b-cp__ib-cell a:hover {
    color: var(--v-primary-base)
}

.b-cp__ib-items-header {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.b-cp__ib-items-header .b-cp__ib-cell {
    color: #9c9c9c;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 11px
}

.b-cp__ib-cell--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-cp__ib-item {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5
}

.b-cp__ib-item .b-cp__ib-cell {
    color: #393939;
    line-height: 1.3;
    font-size: 12px
}

.b-cp__ib-item--hidden {
    pointer-events: none;
    position: relative;
    opacity: .35
}

.b-cp__ib-cell-mth {
    width: 8.2%
}

.b-cp__ib-cell-mth, .b-cp__ib-cell .b-cp__ib-cell-mth-box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.b-cp__ib-cell .b-cp__ib-cell-mth-box {
    width: 40px;
    height: 40px;
    border: 1px solid hsla(0, 0%, 61%, .7);
    border-radius: 8px;
    padding: 0;
    color: hsla(0, 0%, 61%, .7);
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 1100px) {
    .b-cp__ib-cell .b-cp__ib-cell-mth-box {
        width: 25px;
        height: 25px
    }
}

.b-cp__ib-cell input.b-cp__ib-cell-mth-box {
    background-color: transparent !important;
    -moz-appearance: textfield
}

.b-cp__ib-cell input.b-cp__ib-cell-mth-box::-webkit-inner-spin-button, .b-cp__ib-cell input.b-cp__ib-cell-mth-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.b-cp__ib-cell input.b-cp__ib-cell-mth-box--active {
    border: 1px solid var(--v-primary-base) !important;
    color: var(--v-primary-base) !important
}

.b-cp__ib-cell input.b-cp__ib-cell-mth-box--editable {
    color: #525252 !important;
    border: 1px solid hsla(0, 0%, 61%, .7) !important
}

.b-cp__ib-cell input.b-cp__ib-cell-mth-box--editable:focus, .b-cp__ib-cell input.b-cp__ib-cell-mth-box--editable:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 6px 0 rgba(234, 83, 41, .5);
    border: 1px solid rgba(234, 83, 41, .7) !important
}

.b-cp__ib-cell-mth--total {
    width: 100%
}

.b-cp__ib-cell-mth-box--total {
    background-color: var(--v-primary-base);
    -webkit-box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5)
}

.b-cp__ib-cell-mth-box--total span {
    color: #fff
}

.b-cp__ib-cell-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.b-cp__ib-cell-btn svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s;
    fill: #9c9c9c
}

.b-cp__ib-cell-btn:focus svg path, .b-cp__ib-cell-btn:hover svg path {
    fill: var(--v-primary-base)
}

.b-cp__ib-cell-btn:focus:after, .b-cp__ib-cell-btn:focus:before, .b-cp__ib-cell-btn:hover:after, .b-cp__ib-cell-btn:hover:before {
    background-color: var(--v-primary-base)
}

.b-cp__ib-cell-btn--remove {
    position: relative
}

.b-cp__ib-cell-btn--remove:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.b-cp__ib-cell-btn--remove:after, .b-cp__ib-cell-btn--remove:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #9c9c9c;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.b-cp__ib-cell-btn--remove:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

button.b-cp__ib-cell-btn-apply {
    background: var(--v-primary-base);
    -webkit-box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    border-radius: 8px;
    padding: 2px;
    height: 24px;
    width: 24px;
    display: block;
    color: #fff;
    font-weight: 700;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

button.b-cp__ib-cell-btn-apply:focus, button.b-cp__ib-cell-btn-apply:hover {
    -webkit-box-shadow: 0 0 10px 0 var(--v-primary-base);
    box-shadow: 0 0 10px 0 var(--v-primary-base)
}

button.b-cp__ib-cell-btn-reset {
    background: var(--v-primary-base);
    -webkit-box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 10px 0 rgba(234, 83, 41, .5);
    border-radius: 8px;
    padding: 2px;
    height: 24px;
    width: 24px;
    display: block;
    color: #fff;
    font-weight: 700;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

button.b-cp__ib-cell-btn-reset:after, button.b-cp__ib-cell-btn-reset:before {
    background: #fff
}

button.b-cp__ib-cell-btn-reset:focus, button.b-cp__ib-cell-btn-reset:hover {
    -webkit-box-shadow: 0 0 10px 0 var(--v-primary-base);
    box-shadow: 0 0 10px 0 var(--v-primary-base)
}

.b-cp__ib-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

button.b-cp__ib-cell-btn-add {
    padding: 3px 20px;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    color: #9c9c9c;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer
}

button.b-cp__ib-cell-btn-add--color {
    border-color: var(--v-primary-base);
    color: var(--v-primary-base)
}

button.b-cp__ib-cell-btn-add:not(:last-of-type) {
    margin-right: 8px
}

button.b-cp__ib-show {
    margin-left: auto;
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 700
}

button.b-cp__ib-show svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

button.b-cp__ib-show--active svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#upload-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

button.b-cp__ib-send-file {
    margin-left: 8px;
    margin-right: 4px;
    border: 1px solid var(--v-primary-base);
    border-radius: 4px;
    line-height: 1.2;
    padding: 4px;
    font-weight: 700;
    color: var(--v-primary-base)
}

button.b-cp__ib-remove-file {
    position: relative;
    width: 20px;
    height: 20px
}

button.b-cp__ib-remove-file:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

button.b-cp__ib-remove-file:after, button.b-cp__ib-remove-file:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: var(--v-primary-base)
}

button.b-cp__ib-remove-file:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: var(--v-primary-base) !important;
    outline-color: var(--v-primary-base)
}

.ajs-content {
    line-height: 1.4
}

textarea.textarea-equip {
    padding: 3px;
    border-radius: 6px;
    line-height: 1.3;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    border: 1px solid hsla(0, 0%, 61%, .7) !important
}

textarea.textarea-equip:focus, textarea.textarea-equip:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(234, 83, 41, .5);
    box-shadow: 0 0 6px 0 rgba(234, 83, 41, .5);
    border: 1px solid rgba(234, 83, 41, .7) !important
}

.b-cp__ib-item .b-cp__ib-cell:first-of-type {
    padding-top: 6px
}

.b-cp__ib-item .b-cp__ib-cell:nth-of-type(2) {
    padding-right: 3px
}

.b-cp__ib-cell a:hover {
    background: transparent
}

.b-cp__ib-cell--input {
    position: relative
}

.b-qt-input__search-result.b-qt-input__search-result--cp {
    width: 350px
}

.b-cp__ib--table {
    min-width: 900px;
    border-bottom: none;
    padding-left: 0
}

[data-popup=rpl-articles] .b-popup__inner {
    min-width: 720px
}

[data-popup=rpl-articles] .b-popup__inner .b-order__head {
    padding: 0 6px !important;
    margin: 0 !important
}

[data-popup=rpl-articles] .b-popup__inner .b-order__head div {
    width: 33% !important
}

.b-cp__articles {
    position: relative;
    overflow-y: scroll;
    height: 350px;
    padding-left: 20px;
    margin-left: -20px
}

.preloader.preloader--table {
    display: block !important;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.preloader.preloader--table.preloader--active, [data-popup=rpl-articles]:not(.is-open) .preloader--table {
    opacity: 1;
    pointer-events: auto
}

.b-cp__articles-table--empty p {
    font-size: 16px;
    text-transform: uppercase;
    color: #555;
    margin: 0 auto;
    width: auto;
    text-align: center;
    padding: 20px 0
}

.b-cp__articles-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    padding: 0 6px;
    position: relative
}

.b-cp__articles-article div {
    width: 33.3%;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.4
}

.b-cp__articles-add-btn {
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--v-primary-base)
}

.b-cp__articles-article--cp {
    background-color: rgba(234, 83, 41, .5)
}

.b-cp__articles-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-cp__articles-legend span:first-of-type {
    display: block;
    width: 20px;
    height: 10px;
    margin-right: 6px;
    background-color: rgba(234, 83, 41, .5)
}

.b-cp__articles-legend span:last-of-type {
    font-size: 12px;
    font-weight: 700
}

.b-customers-list__links {
    display: inline-block
}

.b-customers-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--v-primary-base)
}

.b-customers-list__icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--v-primary-base);
    border-radius: 50%;
    margin-right: 12px;
    position: relative
}

.b-customers-list__icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 7px;
    left: 3px
}

.b-customers-list__icon:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 3px;
    left: 7px
}

.b-debug-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    position: fixed;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 11;
    bottom: auto;
    left: -130px;
    width: 140px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s;
    transition: .25s
}

@media (max-width: 1199px) {
    .b-debug-menu {
        display: none
    }
}

.b-debug-menu:hover {
    left: -2px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-debug-menu a {
    color: #e74b19;
    -webkit-transition: .25s;
    transition: .25s
}

.b-debug-menu a[data-cute] {
    color: #ff00b8;
    font-weight: 700
}

.b-debug-menu a:hover {
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    opacity: .75
}

.b-debug-menu hr {
    border: .5px solid rgba(0, 0, 0, .15)
}

.js-popup-close:hover .i-close {
    color: #555
}

.b-equipment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 768px
}

.b-equipment-list .b-popup__inner {
    width: 660px
}

.b-equipment-list[data-hover=true] .b-images-grid__item[data-pair=true] figcaption {
    z-index: 5
}

.b-equipment-list[data-hover=true] .b-images-grid__item[data-pair=true] figcaption span {
    color: inherit
}

.b-equipment-list[data-hover=true] .b-images-grid__item[data-pair=true]:after {
    background: rgba(0, 0, 0, .02);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-equipment-list[data-hover=true] .b-table-list__list li[data-pair=true] {
    background: rgba(0, 0, 0, .05);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-equipment-list[data-hover=true][data-pair-selected=true] .b-images-grid__item[data-pair=false] figcaption {
    color: #555
}

.b-equipment-list[data-hover=true][data-pair-selected=true] .b-images-grid__item[data-pair=false] img {
    opacity: .6
}

.b-equipment-list[data-hover=true][data-pair-selected=true] .b-table-list li[data-pair=false] {
    color: #555
}

.b-equipment-list .b-scroll-helper-top {
    top: 50px
}

.b-equipment-list .b-images-grid {
    height: 96%
}

.b-equipment-list .b-images-grid .b-images-grid__item img {
    width: 100%;
    height: auto
}

.b-equipment-list__images, .b-equipment-list__list {
    position: relative
}

.b-equipment-list__images[data-need-scroll-bottom=true] .b-scroll-helper-bottom, .b-equipment-list__images[data-need-scroll-top=true] .b-scroll-helper-top, .b-equipment-list__list[data-need-scroll-bottom=true] .b-scroll-helper-bottom, .b-equipment-list__list[data-need-scroll-top=true] .b-scroll-helper-top {
    opacity: 1;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-equipment-list__list {
    width: 300px;
    margin-right: 20px;
    overflow: hidden
}

.b-equipment-list__list .b-scroll-helper-top {
    top: 82px
}

.b-equipment-list__list .b-scroll-helper-bottom {
    border-bottom: 1px solid #e6e6e6
}

.b-equipment-list__images {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 33px
}

@media (max-width: 767px) {
    .b-equipment-list__images {
        height: 30%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-height: 300px;
        background: #fff
    }

    .b-equipment-list__images .b-images-grid {
        padding: 0
    }

    .b-equipment-list__images .b-images-grid figcaption {
        left: 5px;
        bottom: 5px;
        font-size: 12px
    }
}

.b-equipment-list .b-images-grid__content, .b-equipment-list .b-table-list__list {
    height: 100%;
    min-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25vh
}

@media (max-width: 767px) {
    .b-equipment-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100vh;
        overflow: hidden
    }

    .b-equipment-list .b-images-grid__content {
        padding: 0 24px
    }

    .b-equipment-list__list {
        height: 50%;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-height: 500px;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-equipment-list__list .b-table-list {
        padding: 0 16px
    }
}

.b-equipment-list div.b-additional-links {
    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;
    position: relative;
    top: -33px;
    white-space: nowrap
}

.b-equipment-list div.b-additional-links:nth-child(2n) {
    margin: 0
}

.b-equipment-list div.b-additional-links .b-additional-links__link {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 100%;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px
}

.b-equipment-list div.b-additional-links .b-additional-links__link:hover {
    color: #000
}

.b-equipment-list .b-popup__inner .b-pdf-material {
    padding-left: 60px;
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.b-equipment-list .b-popup__inner .b-pdf-material span {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-equipment-list .b-popup__inner .b-pdf-material svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 49px;
    margin-right: 15px
}

.b-equipment-list .b-popup__inner .b-video .youtube-video {
    height: 300px;
    width: 100%;
    margin-top: 20px
}

.b-equipment-list .b-popup__inner_video {
    height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important
}

@media screen and (max-width: 1199px) {
    .b-equipment-list .b-additional-links {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .b-equipment-list .b-additional-links .b-additional-links__link {
        margin: 10px 10px 0 0;
        width: auto !important
    }

    .b-equipment-list .b-images-grid__content {
        height: 92%
    }
}

@media screen and (max-width: 1023px) {
    .b-equipment-list .b-images-grid__content {
        padding-bottom: 0 !important;
        height: 93%
    }

    .b-equipment-list .b-additional-links {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .b-equipment-list .b-equipment-list__list a {
        font-size: 14px
    }

    .b-equipment-list .b-additional-links {
        padding: 0 24px
    }

    .b-equipment-list .b-additional-links .b-additional-links__link {
        width: auto !important
    }
}

@media screen and (max-width: 767px) {
    .b-equipment-list .b-additional-links__link {
        margin: 5px 5px 0 0 !important;
        font-size: 12px !important
    }

    .b-equipment-list .b-popup__inner {
        width: 100%
    }

    .b-equipment-list .b-popup__inner_video {
        height: unset !important;
        overflow-y: hidden !important
    }

    .b-equipment-list .b-popup__inner_video .js-popup-close {
        margin: 15px 15px 0 0
    }
}

@media screen and (max-width: 576px) {
    .b-equipment-list .b-images-grid__item {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .b-equipment-list .youtube-video {
        height: 215px !important
    }
}

.b-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-faq .b-list-of-equipment__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.b-faq h3 {
    text-align: left
}

@media (max-width: 860px) {
    .b-faq .b-list-of-equipment__list {
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 1001;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        will-change: transform;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out
    }

    .b-faq .b-list-of-equipment__list .b-table-list {
        overflow-y: scroll
    }
}

@media (max-width: 860px) {
    .b-faq .b-list-of-equipment__list--active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.b-faq .b-list-of-equipment__table {
    position: relative;
    min-height: 100vh
}

@media (max-width: 768px) {
    .b-faq .b-list-of-equipment__table {
        padding-left: 24px;
        padding-right: 24px
    }
}

.b-faq .b-content-tabs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-faq .b-list-of-equipment__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #c9c9c9
}

.b-faq .b-list-of-equipment__item, .b-faq .b-list-of-equipment__item .b-content-tabs__prev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    max-width: 45%;
    position: relative
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    background: var(--v-primary-base);
    -webkit-transition: height .25s ease-out;
    transition: height .25s ease-out;
    left: -7px;
    top: 0
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev:hover {
    background: transparent;
    color: var(--v-primary-base)
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev:hover:before {
    position: absolute;
    content: "";
    height: 100%;
    background: var(--v-primary-base)
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev span:first-of-type {
    font-size: 13px;
    font-weight: 700
}

.b-faq .b-list-of-equipment__item .b-content-tabs__prev span:last-of-type {
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    color: #6e6e6e
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 45%;
    position: relative;
    margin-left: auto
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    background: var(--v-primary-base);
    -webkit-transition: height .25s ease-out;
    transition: height .25s ease-out;
    right: -8px;
    top: 0
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next:hover {
    background: transparent;
    color: var(--v-primary-base)
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next:hover:before {
    position: absolute;
    content: "";
    height: 100%;
    background: var(--v-primary-base)
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next span:first-of-type {
    font-size: 13px;
    font-weight: 700
}

.b-faq .b-list-of-equipment__item .b-content-tabs__next span:last-of-type {
    font-size: 13px;
    line-height: 1.2;
    text-align: right;
    color: #6e6e6e
}

.b-faq .b-list-of-equipment__item--nothing-found {
    border-bottom: none
}

.b-faq .b-table-list .b-table-list__list li a {
    width: 100%;
    display: inline-block;
    line-height: 1.4
}

.b-faq .b-content-tabs__short-text {
    text-align: left
}

.b-faq .b-content-tabs__article {
    cursor: auto
}

.b-faq .b-content-tabs__article h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

.b-faq .b-content-tabs__article p {
    text-align: left;
    margin-bottom: 24px
}

.b-faq .b-content-tabs__article img {
    margin-bottom: 16px
}

.b-faq .b-content-tabs__article ul {
    text-align: left
}

.b-faq .b-content-tabs__article ul li {
    margin-bottom: 0;
    padding-left: 18px
}

.b-faq .b-content-tabs__article ol {
    text-align: left
}

.b-faq .b-content-tabs__article ol li {
    margin-bottom: 0
}

.b-faq .b-content-tabs__article iframe {
    margin-bottom: 20px;
    max-width: 100%
}

.b-faq .b-content-tabs__title {
    margin-bottom: 12px;
    font-size: 36px
}

.b-faq .b-content-tabs__link {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--v-primary-base) !important
}

.b-faq .b-content-tabs__link:active, .b-faq .b-content-tabs__link:hover {
    text-decoration: none;
    cursor: auto
}

.b-faq .b-table-list__head {
    cursor: pointer
}

.b-faq .b-table-list__head .b-table-list__type {
    display: block;
    padding-right: 20px;
    line-height: 1.2
}

.b-faq .b-table-list__head .b-table-list__type span {
    display: inline
}

.b-faq .b-table-list__list-el {
    cursor: pointer;
    padding-left: 8px;
    white-space: normal
}

.b-content-tabs__nav-links-wrap {
    width: 100%;
    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;
    margin-top: 60px
}

.b-table-list .b-table-list__list li a.b-table-list__list-link:focus, .b-table-list .b-table-list__list li a.b-table-list__list-link:hover {
    background: none;
    color: var(--v-primary-base)
}

.b-table-list .b-table-list__list li a.b-table-list__list-link--active {
    color: var(--v-primary-base);
    font-weight: 700
}

.preloader.preloader--article {
    position: absolute;
    display: block;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.preloader.preloader--article.preloader--active {
    opacity: 1;
    pointer-events: auto
}

.preloader.preloader--article .preloader__spinner {
    top: 200px
}

button.b-faq__mobile-btn {
    display: none
}

@media (max-width: 860px) {
    button.b-faq__mobile-btn {
        display: block;
        padding: 0 6px;
        border: 1px solid var(--v-primary-base);
        border-radius: 6px;
        margin-bottom: 6px;
        font-weight: 700;
        color: var(--v-primary-base)
    }
}

button.b-faq__mobile-btn--close {
    margin-left: auto;
    border: none
}

.e-search__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
    background: transparent
}

.fade-enter-active.b-content-tabs__content, .fade-leave-active.b-content-tabs__content {
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.fade-enter.b-content-tabs__content, .fade-leave-to.b-content-tabs__content {
    opacity: 0
}

.e-filter__title {
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 10px
}

.e-filter__content, .e-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.e-filter__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.e-filter__control {
    width: 100%
}

.e-filter__content label[title] {
    position: relative;
    padding: 2px 30px 2px 13px
}

.e-filter__content label[title]:after {
    content: "\e800";
    font-family: Icons;
    line-height: 100%;
    font-size: 8px;
    color: #555;
    height: 14px;
    position: absolute;
    top: 5px;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto;
    pointer-events: none
}

.e-filter__content [type=checkbox][name=flabel]:checked ~ label[title]:after {
    content: "\e80a";
    font-family: Icons;
    line-height: 100%
}

.e-filter__content .m-search {
    position: relative
}

.e-filter__content .m-search:after {
    content: "\e809";
    font-family: Icons;
    line-height: 100%;
    font-size: 14px;
    color: #555;
    height: 14px;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto
}

.e-filter .e-filter__not-found {
    font-size: 13px;
    padding: 0 12px
}

.e-filter .e-filter__dd {
    overflow: auto;
    max-height: none;
    padding: 12px
}

.e-filter .e-filter__dd .e-search {
    margin-bottom: 12px;
    padding-right: 0 !important
}

.e-filter .e-filter__items {
    display: block;
    max-height: 280px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto
}

.e-filter__dd label, .e-filter label[for*=flabel] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.e-filter [type=radio][name=flabel]:checked ~ .e-filter__dd {
    display: block
}

.e-filter [type=radio][name=flabel] ~ button {
    display: block !important
}

.e-filter [type=radio][name=flabel] {
    display: none
}

.super-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.super-filter .btn-box {
    padding-left: 16px
}

.b-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-form__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px
}

.b-form__input {
    height: 40px;
    font-size: 16px;
    line-height: 18px
}

.b-form__input.form-error {
    border-color: #f43636
}

.b-form__textarea {
    height: 80px
}

.b-form .form__field {
    margin-top: 16px
}

.b-form .form__field:first-child {
    margin-top: 0
}

.b-form__err {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
    color: #ff001d;
    width: 100%
}

.b-form__file {
    position: relative;
    cursor: pointer
}

.b-form__file:hover label {
    border-color: #000
}

.b-form__file label {
    height: 60px;
    width: 100%;
    border: 1px dashed #e6e6e6;
    text-align: center;
    -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;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.b-form__file input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0
}

.b-form__files-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.b-form__files-row:last-child {
    margin-bottom: 16px
}

.b-form__files-name {
    font-size: 12px;
    color: #434343;
    font-weight: 700;
    padding-right: 8px
}

.b-form__files-size {
    font-size: 12px;
    color: #ababab;
    padding-right: 16px
}

.b-form__files-remove {
    font-size: 24px;
    cursor: pointer
}

.b-form__files-remove, .b-form__files-remove:hover {
    -webkit-transition: color .23s ease-out;
    transition: color .23s ease-out
}

.b-form__files-remove:hover {
    color: var(--v-primary-base)
}

.b-form__section {
    width: 100%;
    margin-bottom: 24px
}

.b-form__section:last-child {
    margin-bottom: 0
}

.b-form a {
    border-bottom: 1px solid #e6e6e6
}

.b-form__btn {
    width: 168px
}

@media (min-width: 960px) {
    .b-form {
        width: 480px
    }

    .b-form__input {
        width: 320px
    }
}

.b-form__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.b-form__col-4 {
    width: 25%
}

.b-form__col-5 {
    width: 20%
}

.b-form__col-2 {
    width: 50%
}

.b-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.form-error__text {
    position: absolute;
    left: 0;
    bottom: -26px;
    left: 13px;
    font-size: 10px;
    color: #f43636
}

.b-header-icons {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-header-icons a {
    text-decoration: none
}

.b-header-icons a, .b-header-icons a:hover {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    transition: 0s
}

.b-header-icons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-header-icons__item:not(:last-child) {
    margin-right: 24px
}

.b-header-icons__item:not(.mod-logout):hover i {
    color: #e64b19;
    -webkit-transition: .07s ease-out;
    transition: .07s ease-out
}

.b-header-icons__item i {
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 24px
}

.b-header-icons__item i:not(:last-child) {
    margin-right: 8px
}

.b-header-icons__item i.i-new-hamburger {
    font-size: 17px
}

.b-header-icons__item > a, .b-header-icons__item > div, .b-header-icons__item > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-header-icons__item button:active {
    -webkit-transform: none !important;
    transform: none !important
}

.b-header-icons__item.mod-logout a {
    cursor: pointer;
    margin-right: 8px
}

.b-header-icons__item.mod-logout a:hover i {
    color: #e64b19
}

.b-header-icons__item.mod-logout a:last-child {
    margin-right: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.b-header-icons__item.mod-logout a:last-child:hover {
    color: #e64b19;
    -webkit-transition: .07s ease-out;
    transition: .07s ease-out
}

.i-svg, .i-svg svg {
    width: 30px;
    height: 26px
}

.i-svg svg {
    fill: #000;
    stroke: #000;
    -webkit-transition: fill .25s;
    transition: fill .25s
}

.b-header-icons__item a:hover .i-svg svg, .b-header-icons__item a:hover .i-svg svg path {
    fill: #e64b19;
    stroke: #e64b19
}

.b-header {
    padding-bottom: 6px;
    position: relative
}

.b-header__top {
    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;
    padding-top: 28px
}

@media (max-width: 767px) {
    .b-header__top {
        padding-top: 28px
    }
}

.b-header__top:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .b-header__top {
        padding-bottom: 16px
    }

    .b-header__top:not(:last-child) {
        margin-bottom: 20px
    }
}

.b-header .b-header__title {
    font-size: 36px;
    letter-spacing: normal;
    line-height: 40px;
    font-weight: 700;
    margin: 0
}

@media (max-width: 767px) {
    .b-header .b-header__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media (min-width: 768px) {
    .b-header .b-header__title {
        max-width: 60%;
        display: inline-block
    }

    .b-header .b-header__title:not(:last-child) {
        margin-right: 40px
    }
}

.b-header .b-header__where-used {
    display: inline-block
}

.b-header .b-header__where-used .b-dropdown:not(:last-child) {
    margin-right: 32px
}

.b-header .b-header__subtitle {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 28px;
    color: #999;
    margin: 0
}

@media (max-width: 767px) {
    .b-header .b-header__subtitle {
        font-size: 12px;
        line-height: 20px
    }
}

.b-header__row {
    margin-top: 32px
}

@media (max-width: 767px) {
    .b-header__row {
        margin-top: 20px
    }
}

.b-header .b-header__rpl {
    margin: 0 17px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 100%;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px;
    display: inline-block
}

.b-header .b-header__rpl:hover {
    background: transparent;
    color: #000
}

.b-header .b-header__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .b-header .b-header__title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-header div.b-additional-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    white-space: nowrap
}

@media (max-width: 768px) {
    .b-header div.b-additional-links {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 0
    }
}

.b-header div.b-additional-links:nth-child(2n) {
    margin: 0
}

.b-header div.b-additional-links .b-additional-links__link {
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px
}

.b-header div.b-additional-links .b-additional-links__link:hover {
    color: #000;
    background: none
}

.b-header .b-popup__inner {
    max-height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 660px
}

.b-header .b-popup__inner a {
    background: none;
    color: inherit;
    cursor: pointer
}

.b-header .b-popup__inner .b-pdf-material {
    padding-left: 60px;
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.b-header .b-popup__inner .b-pdf-material span {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.b-header .b-popup__inner .b-pdf-material svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 49px;
    margin-right: 15px
}

.b-header .b-popup__inner .b-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-header .b-popup__inner .b-video iframe {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    visibility: visible
}

.b-header .b-popup__inner_video {
    height: 600px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important
}

@media screen and (max-width: 1199px) {
    .b-header .b-additional-links {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .b-header .b-additional-links .b-additional-links__link {
        margin: 10px 10px 0 0;
        width: auto !important
    }
}

@media screen and (max-width: 1023px) {
    .b-header .b-additional-links {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding: 0 24px
    }

    .b-header .b-additional-links .b-additional-links__link {
        width: auto !important
    }
}

@media screen and (max-width: 767px) {
    .b-header .b-additional-links__link {
        margin: 5px 5px 0 0 !important;
        font-size: 12px !important
    }

    .b-header .b-popup__inner {
        width: 100%
    }

    .b-header .b-popup__inner_video {
        height: unset !important;
        overflow-y: hidden !important
    }

    .b-header .b-popup__inner_video .js-popup-close {
        margin: 15px 15px 0 0
    }
}

@media screen and (max-width: 480px) {
    .b-header .b-video iframe {
        height: 215px !important
    }
}

.b-images-grid {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-images-grid__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-images-grid__item {
    margin: 0;
    position: relative;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer
}

@media (max-width: 767px) {
    .b-images-grid__item {
        width: 50%;
        padding-bottom: 50%
    }
}

@media (min-width: 768px) and (max-width: 839px) {
    .b-images-grid__item {
        width: 100%;
        padding-bottom: 100%
    }
}

@media (min-width: 840px) and (max-width: 1199px) {
    .b-images-grid__item {
        width: 50%;
        padding-bottom: 50%
    }
}

@media (min-width: 1200px) {
    .b-images-grid__item {
        width: 33%;
        padding-bottom: 33%
    }

    .b-images-grid__item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: hsla(0, 0%, 100%, 0)
    }
}

.b-images-grid__item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}

.b-images-grid__item figcaption {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-images-grid__item figcaption small {
    color: #555;
    font-size: 12px;
    margin-right: 4px
}

.b-images-grid__img {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    overflow: hidden;
    bottom: 45px
}

.b-images-grid__img img {
    position: absolute;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.b-industrial-parts {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-industrial-parts .b-industrial-parts__list {
    width: 100%;
    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
}

.b-industrial-parts .b-industrial-parts__list .b-table-list__list-el {
    cursor: pointer
}

.b-industrial-parts .b-industrial-parts__list .b-table-list__list-el:hover {
    color: #fff;
    background: #999
}

.b-industrial-parts .b-industrial-parts__list .b-industrial-part {
    width: 33.33333%;
    text-align: center;
    margin-bottom: 50px;
    position: relative
}

.b-industrial-parts .b-industrial-parts__list .b-industrial-part .b-industrial-part__link {
    display: block;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.b-industrial-parts .b-industrial-parts__list .b-industrial-part .b-industrial-part__link:hover {
    background: none
}

.b-industrial-parts .b-industrial-parts__list .b-industrial-part .b-industrial-part__link:hover ~ h3 {
    color: #e64b19
}

.b-industrial-parts .b-industrial-parts__list .b-industrial-part .b-industrial-part__image-wrapper {
    height: 200px
}

.b-industrial-parts .b-table-list__list-el {
    cursor: pointer;
    padding-left: 20px
}

.b-industrial-parts .b-table-list__list-el:hover {
    color: #fff;
    background: #999
}

.b-industrial-parts .b-table-list__head {
    width: 100%;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    .b-industrial-parts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-industrial-parts .b-list-of-equipment__list {
        width: 100%;
        margin: 0 0 50px
    }
}

@media screen and (max-width: 769px) {
    .b-industrial-part {
        width: 50% !important
    }
}

@media screen and (max-width: 425px) {
    .b-industrial-part {
        width: 100% !important
    }
}

.b-installed-base .b-form__title label {
    color: #000
}

.b-installed-base__links {
    display: inline-block
}

.b-installed-base__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--v-primary-base)
}

.b-installed-base__icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--v-primary-base);
    border-radius: 50%;
    margin-right: 12px;
    position: relative
}

.b-installed-base__icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 7px;
    left: 3px
}

.b-installed-base__icon:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 3px;
    left: 7px
}

.b-installed-base [tabindex] {
    outline: none
}

.b-installed-base .b-popup__inner {
    max-width: inherit
}

.b-installed-base .b-form {
    min-width: 660px
}

.b-installed-base .b-form .e-search {
    width: 100%;
    padding-right: 24px
}

.b-installed-base .b-form .e-filter {
    width: 20%
}

.b-installed-base .b-form .label, .b-installed-base .b-form label {
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 10px
}

.b-installed-base .b-form .label.required, .b-installed-base .b-form label.required {
    font-weight: 700
}

.b-installed-base .b-form .label--no-padding, .b-installed-base .b-form label {
    padding-left: 0
}

.b-installed-base .b-form input:not([type=submit]), .b-installed-base .b-form textarea {
    font-size: 12px;
    padding: 6px 10px;
    height: auto
}

.b-installed-base .b-form textarea {
    line-height: 1.5
}

.b-installed-base .b-form a {
    background: inherit;
    color: #666;
    font-size: 14px;
    border: 0;
    text-decoration: underline
}

.b-installed-base .b-form a:hover {
    color: #000
}

.b-installed-base .b-form a.cancel {
    font-size: 16px;
    margin-left: 32px
}

.b-installed-base .b-form__col {
    padding-right: 24px
}

.b-installed-base .b-form__col:last-child {
    padding-right: 0
}

.b-installed-base-table {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 32px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 24px;
    position: relative
}

.b-installed-base-table__content {
    display: table;
    width: 100%
}

.b-installed-base-table__head {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-installed-base-table__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-installed-base-table__customer-logo {
    width: 54px
}

.b-installed-base-table__customer-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-installed-base-table__header {
    display: table-row;
    position: relative;
    height: 80px
}

.b-installed-base-table__header span[title=header] {
    position: absolute;
    width: 100%;
    padding: 34px 0 8px;
    font-size: 16px;
    font-weight: 700
}

.b-installed-base-table__header span[title=header] div:first-of-type {
    display: inline-block
}

.b-installed-base-table__links {
    margin-right: 0 !important;
    display: block
}

.b-installed-base-table__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--v-primary-base)
}

.b-installed-base-table__icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid var(--v-primary-base);
    border-radius: 50%;
    margin-right: 12px;
    position: relative
}

.b-installed-base-table__icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 7px;
    left: 3px
}

.b-installed-base-table__icon:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 3px;
    left: 7px
}

.b-installed-base-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 15px 0 14px
}

.b-installed-base-table__item [title=logo] {
    padding: 12px
}

.b-installed-base-table__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-installed-base-table__item span:first-child {
    width: 20px
}

.b-installed-base-table__item span:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.b-installed-base-table__item span:nth-child(3), .b-installed-base-table__item span:nth-child(4), .b-installed-base-table__item span:nth-child(5), .b-installed-base-table__item span:nth-child(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-installed-base-table__item span:nth-child(7) {
    width: 120px
}

.b-installed-base-table__item span:nth-child(8) {
    width: 80px
}

.b-installed-base-table__item span[title=header] {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-installed-base-table__item + .b-installed-base-table__item {
    border-top: 1px solid #e6e6e6
}

.b-installed-base-table__item i {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: color .23s ease-out;
    transition: color .23s ease-out
}

.b-installed-base-table__item i:hover {
    color: var(--v-primary-base);
    -webkit-transition: color .23s ease-out;
    transition: color .23s ease-out
}

.b-installed-base-table__item i.disabled {
    opacity: .4;
    pointer-events: none
}

.b-installed-base-table__item .i-new-apply, .b-installed-base-table__item .i-new-pencil {
    font-size: 18px;
    margin-right: 16px;
    margin-left: 6px
}

.b-installed-base-table__item .i-new-apply {
    margin-left: 3px
}

.b-installed-base-table__item .mod-btn a.inactive {
    opacity: .4;
    pointer-events: none
}

.b-installed-base-table__item:hover {
    color: inherit;
    background: inherit
}

.b-installed-base-table .b-spinner .b-spinner__button {
    line-height: 1.2;
    padding: 5px 8px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .b-installed-base-table {
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0 30px
    }

    .b-installed-base-table__content {
        display: table-row-group
    }

    .b-installed-base-table__links {
        float: right;
        display: inline-block;
        margin-right: 20px
    }

    .b-installed-base-table__link {
        padding: 6px 8px;
        border: 1px solid;
        border-radius: 6px
    }

    .b-installed-base-table__head {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        display: table-row
    }

    .b-installed-base-table__head div {
        display: table-cell;
        vertical-align: baseline;
        padding: 0 20px;
        border-bottom: 1px solid #e6e6e6
    }

    .b-installed-base-table__head div:first-child {
        padding-left: 30px
    }

    .b-installed-base-table__head div:last-child {
        padding-right: 30px
    }

    .b-installed-base-table__head div span {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: auto;
        font-size: 10px;
        line-height: 22px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #555;
        letter-spacing: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }

    .b-installed-base-table__head div.mod-is-sorting span {
        cursor: pointer
    }

    .b-installed-base-table__item {
        display: table-row;
        padding: 0
    }

    .b-installed-base-table__item [title] {
        display: table-cell;
        vertical-align: baseline;
        padding: 10px 20px
    }

    .b-installed-base-table__item [title]:first-child {
        padding-left: 30px
    }

    .b-installed-base-table__item [title]:last-child {
        padding-right: 30px
    }

    .b-installed-base-table__item [title]:before {
        display: none
    }

    .b-installed-base-table__item [title]:empty {
        display: block
    }

    .b-installed-base-table__item [title=logo] {
        padding: 12px
    }
}

@media screen and (min-width: 1440px) {
    .b-installed-base-table {
        padding: 0
    }

    .b-installed-base-table__content a {
        color: #555
    }

    .b-installed-base-table__content a:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-installed-base-table__head div, .b-installed-base-table__item [title] {
        padding-left: 12px;
        padding-right: 12px
    }

    .b-installed-base-table__head div:first-child, .b-installed-base-table__item [title]:first-child {
        padding-left: 12px
    }

    .b-installed-base-table__head div:last-child, .b-installed-base-table__item [title]:last-child {
        padding-right: 12px
    }

    .b-installed-base-table__head div:nth-child(3) {
        padding-left: 18px
    }
}

.b-installed-base .b-form__file {
    position: relative
}

.b-installed-base .b-form__file input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: 0
}

.b-installed-base .b-form__file label {
    height: 60px;
    width: 100%;
    border: 1px dashed #e6e6e6;
    text-align: center;
    -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;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.b-installed-base .b-form__file:hover label {
    border-color: #000
}

[data-popup=installedbase] .pending {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.b-form__section--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.search-wrap label {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 13px;
    color: #e6e6e6
}

.search-wrap:after {
    content: "\e809";
    font-family: Icons;
    line-height: 100%;
    font-size: 14px;
    color: #555;
    height: 14px;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto
}

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

.search-result {
    max-height: 300px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 33px;
    left: 0;
    background: #f6f6f6;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25)
}

.search-result span.search-result__param {
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    width: 20%
}

.search-result span.search-result__param:last-of-type {
    width: 45%
}

.search-result .span.search-result__param:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    top: 0;
    right: -7px
}

.search-scroll-wrap {
    overflow-y: scroll;
    max-height: 270px
}

.search-result__item {
    padding: 8px 15px
}

.search-result__item:hover {
    cursor: pointer;
    background-color: #e6e6e6
}

.search-result__item:last-of-type {
    padding-bottom: 8px
}

.search-show-all {
    display: inline-block;
    border-bottom: 1px dotted #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    margin-left: 15px;
    padding-bottom: 2px;
    margin-bottom: 8px
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .25)
}

.preloader--active {
    display: block
}

.preloader__spinner {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-image: url(../assets/svg/preloader_2.svg)
}

.b-form__btn--disabled {
    opacity: .5;
    pointer-events: none
}

.b-form__add-prod-site {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 90%;
    min-height: 40%;
    background-color: #fff;
    border: 8px solid #e6e6e6;
    padding: 60px 24px 40px
}

.b-form__add-prod-site input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b-form__add-prod-site--single-modal {
    position: relative;
    top: 0;
    width: 800px;
    height: 630px
}

@media (max-width: 768px) {
    .b-form__add-prod-site--single-modal {
        width: 100%
    }
}

.b-popup[data-popup=productionsite] .b-popup__outer {
    width: 60%
}

@media (max-width: 768px) {
    .b-popup[data-popup=productionsite], .b-popup[data-popup=productionsite] .b-popup__outer {
        padding: 0
    }
}

.b-popup[data-popup=productionsite-single] .b-popup__outer {
    width: 60%
}

.b-form__add-prod-site__title {
    font-weight: 700;
    font-size: 24px
}

.b-form__add-prod-site-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 26px
}

.b-form__map-wrap {
    position: relative;
    margin-bottom: 28px
}

.b-form__map {
    width: 100%;
    height: 300px;
    background-color: #e6e6e6;
    overflow: hidden
}

.b-form__hint, .b-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-form__hint {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--v-primary-base);
    font-size: 10px;
    font-weight: 700;
    border: 1px solid var(--v-primary-base);
    border-radius: 50%;
    margin-bottom: 4px;
    margin-left: 5px;
    cursor: pointer
}

.b-form__hint-text {
    position: absolute;
    z-index: 15;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    left: -10px;
    bottom: 34px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    min-width: 200px;
    max-width: 250px;
    font-size: 13px;
    line-height: 1.3
}

.b-form__hint-text:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -7px;
    left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.b-form__required-label {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700
}

.b-form__col--links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.b-form__col--links a:first-of-type {
    margin-right: 12px
}

.b-installed-base .b-form__file--schemes {
    cursor: pointer
}

.b-installed-base .b-form__file--schemes label {
    margin-bottom: 0;
    height: auto;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: underline;
    color: #666
}

.b-installed-base .b-form__file--schemes input {
    opacity: 0;
    visibility: hidden
}

.b-installed-base .b-form__file--schemes:hover label {
    color: #000
}

.b-form__add-prod-site .b-form__add-prod-site__title {
    margin-bottom: 40px
}

.b-form__add-prod-site .b-form__add-prod-site__subtitle {
    font-size: 14px;
    line-height: 1
}

.b-form__select-wrap {
    width: 30%
}

@media (max-width: 568px) {
    .b-form__select-wrap {
        width: 100%;
        margin-bottom: 20px
    }
}

.b-form__select-wrap:not(:last-of-type) {
    margin-right: auto
}

@media (max-width: 568px) {
    .b-form__select-wrap:not(:last-of-type) {
        margin-bottom: 20px
    }
}

.b-form.b-form--inner {
    min-width: 1px;
    width: 100%
}

.b-form.b-form--inner select {
    min-width: 1px
}

.b-form__inner-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .08)
}

.b-form__add-prod-site {
    z-index: 101
}

@media (max-width: 568px) {
    .b-form__add-prod-site {
        width: 100%;
        height: 100%;
        top: 0;
        overflow-y: scroll
    }
}

.b-form__attach-file-label {
    max-width: 50%;
    line-height: 1.2;
    font-size: 12px
}

.b-filter__list {
    width: 100%
}

@media (max-width: 568px) {
    .b-installed-base input[type=submit].b-form__btn {
        width: 50%
    }
}

.op-time-labels {
    position: absolute;
    top: -29px;
    right: 0
}

.op-time-label {
    margin-right: 8px;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer
}

.form-error .form__field input {
    border: 1px solid red
}

@media (max-width: 768px) {
    .b-popup--confirm {
        bottom: auto
    }
}

.b-popup--confirm .b-popup__inner {
    padding: 30px 64px
}

.b-popup__confirm-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    min-width: 200px
}

.b-popup__confirm-btns button {
    border: 1px solid var(--v-primary-base);
    color: var(--v-primary-base);
    font-weight: 700;
    border-radius: 6px;
    padding: 2px 20px
}

.b-popup__confirm-btns button:first-of-type {
    margin-right: 10px
}

.b-form__abrasivity-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px
}

.b-form__abrasivity-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid var(--v-primary-base)
}

@media (max-width: 768px) {
    .b-form__abrasivity-header {
        word-break: break-all;
        font-size: 11px
    }
}

.b-form__abrasivity-header div {
    width: 15%;
    font-weight: 700;
    padding: 6px
}

.b-form__abrasivity-header div:not(:last-of-type) {
    border-right: 1px solid #c9c9c9
}

.b-form__abrasivity-header div:first-of-type {
    width: 25%
}

.b-form__abrasivity-header div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b-form__abrasivity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c9c9c9
}

.b-form__abrasivity-item:last-of-type {
    border: none
}

.b-form__abrasivity-item div {
    width: 15%;
    padding: 6px
}

.b-form__abrasivity-item div:not(:last-of-type) {
    border-right: 1px solid #c9c9c9
}

.b-form__abrasivity-item div:first-of-type {
    width: 25%
}

.b-form__abrasivity-item div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b-form__abrasivity-label {
    font-size: 11px;
    line-height: 1.3
}

.b-installed-base .b-form .b-form__abrasivity-btn {
    margin-left: 8px;
    margin-bottom: 4px;
    font-size: 12px
}

.b-item-card {
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 1199px) {
    .b-item-card {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.b-item-card__part:not(:last-child) {
    margin-bottom: 22px
}

@media (min-width: 1200px) {
    .b-item-card__part:not(:last-child) {
        margin-bottom: 24px
    }
}

.b-item-card__part-title:not(:last-child) {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .b-item-card__part-title:not(:last-child) {
        margin-bottom: 20px
    }
}

.b-item-card .b-item-card-table:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__left {
        margin-bottom: 18px;
        background: #f5f5f5;
        padding: 6px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.b-item-card .b-item-card-table__left .b-item-card-table__row, .b-item-card .b-item-card-table__left .b-item-card-table__top {
    -ms-grid-columns: 90px 100px auto;
    grid-template-columns: 90px 100px auto;
    grid-column-gap: 5px
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__row > div:first-child, .b-item-card .b-item-card-table__left .b-item-card-table__top > div:first-child {
        padding-left: 8px
    }
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__bottom {
        padding-left: 8px
    }
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    color: #555
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-title div {
    width: 33.3333%
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 20px;
    padding-bottom: 5px
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content {
        max-width: 100%
    }
}

@media (max-width: 568px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content .b-item-card-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    line-height: 1;
    margin-bottom: 4px
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content .b-item-card-table__item {
        padding-right: 8px
    }
}

@media (max-width: 568px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content .b-item-card-table__item {
        margin-bottom: 8px;
        width: 100%
    }
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content .b-item-card-table__item span:first-of-type {
    padding-right: 4px;
    font-size: 11px;
    color: #565656;
    white-space: nowrap
}

.b-item-card .b-item-card-table__left .b-item-card-table__bottom .b-item-card-table__bottom-content .b-item-card-table__item span:last-of-type {
    padding-right: 4px;
    font-size: 11px;
    color: #000
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__left .b-item-card-table__row > div:last-child {
        padding-right: 5px
    }
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__right {
        padding: 0 8px
    }
}

.b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
    grid-column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        -ms-grid-columns: 160px 150px 85px auto;
        grid-template-columns: 160px 150px 85px auto
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:last-child, .b-item-card .b-item-card-table__right .b-item-card-table__top > div:last-child {
        padding-right: 8px
    }
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        grid-column-gap: 5px;
        -ms-grid-columns: 150px 70px auto;
        grid-template-columns: 150px 70px auto
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:nth-child(3), .b-item-card .b-item-card-table__right .b-item-card-table__top > div:nth-child(3) {
        text-align: right
    }
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        -ms-grid-columns: 150px 140px auto;
        grid-template-columns: 150px 140px auto
    }
}

@media (max-width: 568px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        -ms-grid-columns: 130px 110px auto;
        grid-template-columns: 130px 110px auto
    }
}

.b-item-card .b-item-card-table__right .b-item-card-table__row {
    grid-template-areas: "a b c d"
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__row {
        grid-template-areas: "a b c" "d d d"
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row:not(:last-child) {
        margin-bottom: 18px
    }
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__right .b-item-card-table__top div:last-child {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .b-item-card .b-item-card-table__right .b-spinner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__right .b-spinner__input {
        margin-right: 9px
    }
}

@media (min-width: 1200px) {
    .b-item-card .b-item-card-table__right .b-spinner__button {
        max-height: 27px
    }
}

@media (min-width: 1200px) {
    .b-item-card-table {
        padding-bottom: 10px;
        display: -ms-grid;
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-grid-columns: 500px auto;
        grid-template-columns: 500px auto
    }
}

.b-item-card-table__top {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    color: #555;
    min-height: 40px
}

.b-item-card-table__top b {
    font-size: 8px
}

@media (max-width: 1199px) {
    .b-item-card-table__top {
        font-size: 8px;
        letter-spacing: .8px;
        line-height: 16px
    }
}

.b-item-card-table__top > div {
    white-space: nowrap
}

.b-item-card-table__top > div[data-active=true] span {
    color: #000
}

@media (min-width: 1200px) {
    .b-item-card-table__top > div {
        cursor: pointer;
        padding-bottom: 8px
    }

    .b-item-card-table__top > div[data-active=true] span {
        padding-bottom: 13px;
        position: relative;
        border-bottom: 1px solid #000
    }
}

.b-item-card-table__row {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1200px) {
    .b-item-card-table__row {
        height: 37px
    }

    .b-item-card-table__row:not(:last-child) {
        margin-bottom: 5px
    }
}

@media (min-width: 1200px) {
    .b-item-card-table__row.mod-highlighted {
        background: #f5f5f5;
        border-top: 1px solid #e6e6e6
    }
}

.b-item-card-table__row > div {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.b-item-card-table__row > div.mod-small {
    font-size: 10px
}

.b-item-card-table__show-more {
    margin-top: 4px;
    margin-bottom: 16px;
    padding-right: 8px;
    text-align: right;
    font-size: 12px;
    line-height: 14px
}

.b-item-card-table__show-more button {
    position: relative;
    padding-bottom: 1px;
    border-bottom: 1px dashed #7f7f7f
}

.b-item-card-table__show-more button:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px
}

@media (max-width: 1199px) {
    .b-item-card-table__show-more {
        margin-top: 16px;
        margin-bottom: 22px
    }
}

.b-item-card-table .grid-area-shop {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

.b-item-card-table .grid-area-shipping {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b
}

.b-item-card-table .grid-area-price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: c
}

.b-item-card-table .grid-area-spinner {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: d
}

@media (max-width: 1199px) {
    .b-item-card-table .grid-area-shop {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .b-item-card-table .grid-area-shipping {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .b-item-card-table .grid-area-price {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .b-item-card-table .grid-area-spinner {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media (max-width: 1199px) {
    .grid-area-spinner {
        margin-top: 16px
    }
}

button.b-item-card__btn {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #9c9c9c;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

@media (min-width: 768px) {
    button.b-item-card__btn {
        padding: 5px 10px;
        font-size: 14px
    }
}

button.b-item-card__btn:first-of-type {
    margin-right: 5px
}

button.b-item-card__btn.b-item-card__btn--orange {
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

button.b-item-card__btn.b-item-card__btn--orange:hover {
    background-color: rgba(234, 83, 41, .2)
}

.b-item-card-table__row > .grid-area-shipping {
    overflow: visible;
    padding-right: 0 !important
}

.grid-area-shipping__block {
    width: 95%;
    position: relative;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 0 8px;
    background-color: transparent;
    font-weight: 700;
    color: var(--v-primary-base)
}

.grid-area-shipping__block.grid-area-shipping__block--only-one {
    border: none
}

.grid-area-shipping__block.grid-area-shipping__block--only-one .grid-area-shipping__block-top-row {
    cursor: auto
}

.grid-area-shipping__block-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px
}

.grid-area-shipping__block-top-row svg {
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.grid-area-shipping__block-content {
    position: absolute;
    z-index: 1;
    width: calc(100% + 2px);
    top: 24px;
    left: -1px;
    background-color: #fff;
    border: 1px solid gray;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 8px
}

.grid-area-shipping__block-content-row {
    border-bottom: 1px solid #f5f5f5
}

@media (max-width: 568px) {
    .b-item-card-table .b-item-card-table__content .b-spinner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 1199px) {
    .b-item-card-table .b-item-card-table__content .b-spinner .b-spinner__button {
        max-width: 110px
    }
}

@media (max-width: 568px) {
    .b-item-card-table .b-item-card-table__content .b-spinner .b-spinner__button {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.b-item-card-table__warning, .b-item-card .b-item-card-table__right .b-item-card-table__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-item-card-table__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px
}

.b-item-card-table__warning .b-item-card-table__warning-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5
}

.b-item-card-table__warning .b-item-card-table__warning-content p {
    margin-bottom: 0
}

.b-item-card-table__warning .b-item-card-table__warning-content a {
    color: var(--v-primary-base);
    text-decoration: underline
}

.b-item-card-table__warning-icon {
    width: 20px;
    height: 20px;
    background-image: url(../assets/svg/warning_icon.svg);
    background-size: cover;
    color: var(--v-primary-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px
}

.b-item-card-table__warning-icon span {
    margin: auto;
    line-height: 1
}

.b-popup--sales-draft select, .b-popup--sales-draft textarea {
    border-radius: 6px
}

.b-popup--sales-draft .b-select.b-qt-input {
    margin-right: 0
}

.b-popup--sales-draft .b-popup__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.b-popup--sales-draft .b-popup__title span {
    font-weight: 700;
    color: #000;
    font-size: 22px
}

.b-popup--sales-draft .b-popup__wrap {
    margin-bottom: 24px
}

.b-popup--sales-draft .b-popup__wrap, .b-popup--sales-draft .b-popup__wrap div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-popup--sales-draft .b-popup__wrap div {
    margin-right: 16px
}

.b-popup--sales-draft .b-popup__wrap div span {
    font-size: 14px;
    line-height: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 4px;
    color: #9c9c9c
}

.b-popup--sales-draft .b-popup__wrap div p {
    font-size: 16px;
    line-height: 1
}

.b-list-of-equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-list-of-equipment .b-scroll-helper-top {
    top: 50px
}

.b-list-of-equipment .b-images-grid {
    height: 96%
}

.b-list-of-equipment__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 767px) {
    .b-list-of-equipment__item {
        width: 50%
    }
}

.b-list-of-equipment__list, .b-list-of-equipment__table {
    position: relative;
    width: 100%
}

.b-list-of-equipment__list {
    width: 360px;
    margin-right: 20px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .b-list-of-equipment__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-list-of-equipment .b-table-list__list-el {
    cursor: pointer
}

.b-list-of-equipment .b-table-list__list-el:hover {
    color: #fff;
    background-color: #999
}

.b-list-of-equipment .b-table-list__head {
    cursor: pointer
}

.b-list-of-equipment .b-table-list__list {
    height: 100%;
    min-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25vh
}

@media (max-width: 767px) {
    .b-list-of-equipment .b-table-list__list {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .b-list-of-equipment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden
    }

    .b-list-of-equipment__list {
        height: 50%;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-list-of-equipment__list .b-table-list {
        padding: 0 16px
    }
}

.b-materials__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .b-materials__wrap {
        padding: 0
    }
}

.b-materials__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-materials__container:nth-of-type(2n+2) {
    margin-left: auto
}

@media (min-width: 992px) {
    .b-materials__container {
        width: 49%
    }
}

.b-material-category {
    padding: 16px;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(85, 85, 85, .5);
    box-shadow: 0 0 5px rgba(85, 85, 85, .5);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .b-material-category {
        margin-bottom: 22px
    }
}

.b-material-category__title {
    font-size: 24px;
    font-weight: 700
}

.b-material__list {
    overflow-y: scroll;
    max-height: 250px
}

.b-material__list::-webkit-scrollbar {
    width: 4px;
    background: hsla(0, 0%, 54%, .2)
}

.b-material__list::-webkit-scrollbar-thumb {
    width: 4px;
    background: rgba(81, 81, 81, .4)
}

.b-material__list a.b-material__link {
    -webkit-transition: unset;
    transition: unset
}

.b-material__list-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-material__search {
    margin-bottom: 16px;
    position: relative
}

.b-material__search i {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-material__search input[type=search] {
    height: 40px;
    font-size: 14px;
    padding-right: 20px
}

#mill-lining-type {
    position: relative
}

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-handle > i:first-child, .irs--flat .irs-single, .irs--flat .irs-to {
    background-color: var(--v-primary-base)
}

.irs--flat .irs-bar, .irs--flat .irs-line {
    height: 8px
}

.irs--flat .irs-handle {
    height: 14px
}

.b-range {
    margin-bottom: 40px
}

.b-range__title {
    font-size: 14px;
    font-weight: 700
}

.mill-linings-btns {
    position: absolute;
    top: -85px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-model-top-element a.b-mill-lining__btn, a.b-mill-lining__btn {
    white-space: nowrap;
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: background .25s;
    transition: background .25s;
    background-size: auto;
    background: transparent;
    margin-left: 10px;
    cursor: pointer
}

.b-model-top-element a.b-mill-lining__btn:hover, a.b-mill-lining__btn:hover {
    background: rgba(234, 83, 41, .2);
    color: var(--v-primary-base)
}

.b-table-list__show-btn {
    font-size: 12px;
    line-height: 1.4;
    color: var(--v-primary-base);
    font-weight: 700;
    margin-left: 10px
}

.b-model-filter__info--mill .b-order-history__info-block {
    top: -15px;
    left: 24px;
    min-height: 45px
}

.b-list-of-equipment__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s;
    transition: all .25s
}

.b-list-of-equipment__item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.b-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #4d4d4d;
    padding: 28px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.b-mobile-menu a {
    text-decoration: none
}

.b-mobile-menu a, .b-mobile-menu a:hover {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    transition: 0s
}

.b-mobile-menu[data-active=true] {
    display: block
}

.b-mobile-menu__content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.b-mobile-menu__content, .b-mobile-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-mobile-menu__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 170px
}

.b-mobile-menu .b-mobile-menu__list {
    margin: 0 auto;
    padding: 0
}

.b-mobile-menu .b-mobile-menu__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    color: inherit;
    padding: 0;
    margin: 0
}

.b-mobile-menu .b-mobile-menu__list > li:before {
    display: none
}

.b-mobile-menu .b-mobile-menu__list > li:not(:last-child) {
    margin-bottom: 24px
}

.b-mobile-menu .b-mobile-menu__list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit
}

.b-mobile-menu .b-mobile-menu__list > li a:not(:last-child) {
    margin-right: 8px
}

.b-mobile-menu .b-mobile-menu__list > li i {
    min-width: 24px;
    margin-right: 8px;
    font-size: 23px
}

.b-model-top-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 36px
}

@media (max-width: 568px) {
    .b-model-top-element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.b-model-top-element__list {
    overflow: hidden;
    width: 220px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

@media (max-width: 568px) {
    .b-model-top-element__list {
        width: 100%
    }
}

.b-model-top-element__list .b-table-list__top p span {
    font-size: 10px;
    text-transform: capitalize;
    border-bottom: 1px dotted;
    font-weight: 500;
    margin-left: 14px;
    cursor: pointer
}

.b-model-top-element__list .b-table-list, .b-model-top-element__list .b-table-list__top {
    border-bottom: none
}

.b-model-top-element__list.wide {
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    width: 580px
}

@media (max-width: 568px) {
    .b-model-top-element__list.wide {
        width: 100%
    }
}

.b-model-top-element__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align: center;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

@media (max-width: 568px) {
    .b-model-top-element__image {
        padding: 0 20px 0 10px;
        margin-bottom: 10px
    }
}

.b-model-top-element__image object {
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    max-height: 480px
}

.b-model-top-element__image.wide object {
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    max-height: 640px
}

.b-model-top-element .b-table-list__list {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 568px) {
    .b-model-top-element .b-table-list__list {
        min-height: 25vh
    }
}

.b-model-top-element .b-table-list__list li[data-pair=true] {
    background: rgba(0, 0, 0, .02);
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.b-model-top-element .b-table-list .b-table-list__list li a {
    position: relative;
    cursor: pointer;
    color: inherit;
    padding: 0
}

.b-model-top-element .b-table-list .b-table-list__list li {
    font-size: 14px;
    line-height: 20px
}

.b-model-top-element a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-model-top-element a span.value {
    width: 40%;
    text-align: left;
    background-color: #6d6e71;
    padding: 6px 10px;
    color: #fff
}

.b-model-top-element a span.title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6px 10px 6px 30px
}

.b-model__title {
    font-size: 28px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 36px;
    font-weight: 700;
    margin: 0;
    display: inline-block
}

.b-model__title span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 24px
}

@media screen and (max-width: 768px) {
    .b-model__title {
        width: 100%;
        padding-left: 24px
    }

    .b-model__title span {
        float: right;
        padding-right: 24px
    }
}

.b-buttons-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .b-buttons-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-buttons-filter__item {
    padding: 6px 12px;
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid var(--v-primary-base);
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: var(--v-primary-base);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px
}

@media screen and (max-width: 768px) {
    .b-buttons-filter__item {
        margin-top: 8px
    }
}

.b-buttons-filter__item.active {
    -webkit-transition: all .25s;
    transition: all .25s;
    font-weight: 400;
    background-color: var(--v-primary-base);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #fff
}

.b-model-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

@media screen and (max-width: 768px) {
    .b-model-filter__item {
        padding-left: 24px;
        border-top: 1px solid #ebebeb;
        padding-top: 12px
    }
}

.b-model-filter__title {
    width: 120px
}

.b-model-filter__title__centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .b-model-filter__title__centered {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: 8px
    }
}

.b-model-filter__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .b-model-filter__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .b-model-filter__images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-model-filter__image {
    margin-right: 12px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .b-model-filter__image {
        margin-right: 0
    }
}

.b-model-filter__image-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.b-model-filter__image-container img {
    background-color: #000
}

.b-model-filter__image-container img.active, .b-model-filter__image-container img:hover {
    background-color: var(--v-primary-base)
}

@media screen and (max-width: 768px) {
    .b-model-filter__image-container {
        width: 64px;
        margin-right: 16px;
        margin-top: 6px
    }
}

.b-model-filter__image-title {
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding-right: 15px
}

.b-model-filter__info {
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    padding: 0 7px;
    line-height: 1;
    top: -2px;
    border: 2px solid var(--v-primary-base);
    color: var(--v-primary-base);
    cursor: pointer;
    position: relative
}

.b-model-table {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 32px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 24px;
    position: relative
}

.b-model-table__content {
    display: table;
    width: 100%
}

.b-model-table__orange {
    color: var(--v-primary-base)
}

.b-model-table__selected {
    font-weight: 900
}

.b-model-table__precontent {
    display: table-row;
    height: 80px
}

.b-model-table__precontent div {
    position: absolute;
    padding: 42px 0 0
}

.b-model-table__precontent div span {
    font-weight: 700;
    font-size: 28px
}

@media screen and (max-width: 768px) {
    .b-model-table__precontent {
        height: 60px
    }

    .b-model-table__precontent div {
        position: absolute;
        padding: 12px 0 0
    }

    .b-model-table__precontent div span {
        font-weight: 700;
        font-size: 18px
    }
}

.b-model-table__not-found {
    padding: 20px 0
}

.b-model-table__aftercontent {
    display: table-row;
    height: 70px
}

.b-model-table__aftercontent div {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    margin: 12px 12px 0 0;
    right: 0
}

.b-model-table__container {
    position: relative
}

.b-model-table__info {
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    padding: 0 9px;
    line-height: 1;
    border: 2px solid var(--v-primary-base);
    color: var(--v-primary-base);
    cursor: pointer;
    position: relative
}

.b-model-table__info-block {
    position: absolute;
    background-color: #fff;
    border: 2px solid var(--v-primary-base);
    top: -13px;
    left: 32px;
    z-index: 9999;
    min-width: 300px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 14px;
    cursor: auto
}

.b-model-table__info-block:before {
    position: absolute;
    top: 15px;
    left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid var(--v-primary-base)
}

.b-model-table__wrap {
    display: table;
    width: 100%;
    margin-top: 32px
}

.b-model-table a {
    color: #000;
    background: none
}

.b-model-table p.is-status {
    border: 1px solid #000;
    display: inline-block;
    margin-left: 10px;
    padding: 4px 24px;
    margin-bottom: 0
}

.b-model-table p.is-status:first-child {
    margin-left: 0
}

.b-model-table p.is-status__active {
    border: 1px solid var(--v-primary-base);
    background-color: var(--v-primary-base);
    color: #fff
}

.b-model-table p.is-status__canceled {
    border: 1px solid #6d6e71;
    background-color: #6d6e71;
    color: #fff
}

.b-model-table__head {
    display: none
}

.b-model-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 15px 0 14px
}

.b-model-table__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-model-table__item + .b-model-table__item {
    border-top: 1px solid #e6e6e6
}

@media screen and (max-width: 768px) {
    .e-search {
        padding-right: 24px
    }
}

@media screen and (min-width: 768px) {
    .b-model-table {
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0 30px
    }

    .b-model-table__content {
        display: table-row-group
    }

    .b-model-table__head {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        display: table-row
    }

    .b-model-table__head-el {
        display: table-cell;
        vertical-align: baseline;
        padding: 0 10px;
        border-bottom: 1px solid #e6e6e6
    }

    .b-model-table__head-el:first-child {
        padding-left: 30px
    }

    .b-model-table__head-el:last-child {
        padding-right: 30px
    }

    .b-model-table__head span {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: -moz-min-content;
        min-width: auto;
        font-size: 10px;
        line-height: 22px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #555;
        letter-spacing: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }

    .b-model-table__head span i {
        margin-left: 4px;
        line-height: 10px;
        height: 10px;
        font-style: normal
    }

    .b-model-table__head .mod-is-sorting {
        cursor: pointer
    }

    .b-model-table__head .mod-is-sorting span {
        border-bottom: 1px solid transparent
    }

    .b-model-table__head .mod-is-sorting.is-active span {
        border-bottom: 1px solid #000
    }

    .b-model-table__item {
        display: table-row;
        padding: 0
    }

    .b-model-table__item [title] {
        display: table-cell;
        vertical-align: baseline;
        padding: 10px
    }

    .b-model-table__item [title]:first-child {
        padding-left: 30px
    }

    .b-model-table__item [title]:last-child {
        padding-right: 30px
    }

    .b-model-table__item [title]:before {
        display: none
    }

    .b-model-table__item [title]:empty {
        display: block
    }

    .b-model-table__item [title=delivery] {
        font-size: 10px
    }

    .b-model-table__item [title=available], .b-model-table__item [title=price], .b-model-table__item [title=weight] {
        text-align: center
    }

    .b-model-table__item + .b-model-table__item {
        border: 0
    }
}

@media screen and (min-width: 1440px) {
    .b-model-table {
        padding: 0
    }

    .b-model-table__content:hover a {
        color: #555
    }

    .b-model-table__content:hover a:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-model-table__head div:first-child, .b-model-table__item [title]:first-child {
        padding-left: 8px
    }

    .b-model-table__head div:last-child, .b-model-table__item [title]:last-child {
        padding-right: 12px
    }
}

.b-model-table__content .p-group-201 {
    font-weight: 700
}

p.b-model__match {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px
}

p.b-model__match span {
    font-size: 14px;
    font-weight: 700;
    color: var(--v-primary-base)
}

.b-model-filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-model-filter-wrap .b-model-filter {
    width: 100%
}

.b-model-filter-wrap .b-model-filter__title {
    font-size: 14px;
    font-weight: 700
}

.b-model-filter-wrap .b-model__range {
    width: 50%
}

.b-model-filter-wrap .b-range {
    margin-bottom: 10px
}

.b-model-filter-wrap .b-range__title {
    margin-bottom: 6px
}

.b-mve__header {
    padding: 0 20px
}

@media (min-width: 768px) {
    .b-mve__header {
        padding: 0
    }
}

.b-mve__header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

.b-mve__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.b-mve__legend-item {
    max-width: 150px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.1;
    color: #9c9c9c
}

.b-mve__legend-item span:first-of-type {
    font-weight: 700
}

.b-mve__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 10px solid #f5f5f5
}

@media (min-width: 998px) {
    .b-mve__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.chart-legend {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 500px;
    overflow-y: scroll;
    border-left: 10px solid #f5f5f5
}

.chart-legend::-webkit-scrollbar {
    width: 5px;
    background: #f5f5f5
}

.chart-legend::-webkit-scrollbar-thumb {
    width: 5px;
    background: #c8c8c8
}

@media (max-width: 1100px) {
    .chart-wrapper {
        padding: 45px 50px
    }
}

@media (max-width: 998px) {
    .chart-wrapper {
        max-width: 100% !important
    }
}

@media (max-width: 568px) {
    .chart-wrapper {
        min-height: 1px !important
    }
}

@media (max-width: 568px) {
    .chart-wrapper canvas {
        width: 250px !important;
        height: 250px !important
    }
}

.chart-legend__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5
}

.chart-legend__header span {
    text-align: center;
    font-size: 12px;
    color: #9c9c9c;
    cursor: pointer
}

.chart-legend__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%
}

.chart-legend__btn, .chart-legend__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chart-legend__row {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.chart-legend__row:hover {
    background-color: #f5f5f5
}

.chart-legend__row:hover .chart-legend__color-dot {
    display: block;
    margin-right: 20px;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent;
    border-radius: 50%
}

.chart-legend__row span {
    width: 33%;
    text-align: center
}

.chart-legend__row .chart-legend__item {
    position: relative
}

.chart-legend__row .chart-legend__item--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
    color: #393939
}

@media (min-width: 568px) {
    .chart-legend__row .chart-legend__item--name {
        font-size: 14px
    }
}

@media (min-width: 998px) {
    .chart-legend__row .chart-legend__item--name {
        padding-left: 40px
    }
}

.chart-legend__row .chart-legend__item--name span:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

.chart-legend__row .chart-legend__item--mve {
    font-size: 10px;
    font-weight: 700;
    color: var(--v-primary-base)
}

@media (min-width: 568px) {
    .chart-legend__row .chart-legend__item--mve {
        font-size: 12px
    }
}

.chart-legend__row .chart-legend__item--cp {
    font-size: 10px;
    font-weight: 700;
    color: #636363
}

@media (min-width: 568px) {
    .chart-legend__row .chart-legend__item--cp {
        font-size: 12px
    }
}

.chart-legend__color-dot {
    display: block;
    margin-right: 20px;
    width: 10px !important;
    height: 10px !important;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all .25s;
    transition: all .25s
}

.b-mve__selected-item {
    width: auto;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: height .4s;
    transition: height .4s
}

@media (min-width: 768px) {
    .b-mve__selected-item {
        max-width: 25%
    }
}

.b-mve__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px
}

@media (min-width: 768px) {
    .b-mve__selected {
        padding: 0
    }
}

@media (max-width: 768px) {
    .b-mve__selected {
        overflow-x: scroll
    }
}

.b-mve__selected .b-mve__selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .b-mve__selected .b-mve__selected-wrap {
        width: 100%
    }
}

.b-mve__selected-title {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #8a8a8a
}

.b-mve__selected-name {
    min-height: 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    border: 1px solid var(--v-primary-base);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #000
}

.b-mve__selected-name, .chart-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chart-top__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0 20px
}

@media (min-width: 998px) {
    .chart-top__item {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.chart-top__name {
    width: 40%;
    font-size: 11px;
    line-height: 1.4;
    color: #8a8a8a
}

@media (min-width: 568px) {
    .chart-top__name {
        font-size: 12px
    }
}

.chart-top__mve {
    width: 20%;
    font-size: 10px;
    font-weight: 700;
    color: #797979
}

@media (min-width: 568px) {
    .chart-top__mve {
        font-size: 12px
    }
}

.chart-top__line-wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    width: 25%;
    background-color: #fff
}

.chart-top__line {
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    left: 0;
    background-color: red;
    -webkit-transition: width .45s ease-out;
    transition: width .45s ease-out
}

.chart-top__percent {
    position: absolute;
    top: 50%;
    left: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #8a8a8a
}

.b-mve .b-vendor__btn {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #9c9c9c;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

@media (min-width: 768px) {
    .b-mve .b-vendor__btn {
        padding: 5px 10px;
        font-size: 14px
    }
}

.b-mve .b-vendor__btn:first-of-type {
    margin-right: 5px
}

.b-mve .b-vendor__btn--del {
    padding: 0;
    margin-left: 5px;
    color: var(--v-primary-base);
    border: none;
    width: 26px;
    height: 26px;
    position: relative
}

.b-mve .b-vendor__btn--del:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.b-mve .b-vendor__btn--del:after, .b-mve .b-vendor__btn--del:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: var(--v-primary-base)
}

.b-mve .b-vendor__btn--del:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.inner-circle {
    position: absolute;
    width: 165px;
    height: 165px;
    top: 100px;
    left: 92px;
    z-index: 10;
    border-radius: 50%;
    background-color: transparent
}

@media (min-width: 568px) {
    .inner-circle {
        width: 270px;
        height: 270px;
        top: 132px;
        left: 116px
    }
}

.cp-legend {
    position: absolute;
    top: 44px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 568px) {
    .cp-legend {
        top: 52px;
        left: 52px
    }
}

@media (min-width: 768px) {
    .cp-legend {
        left: 0
    }
}

.cp-legend span:first-of-type {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-color: rgba(255, 0, 0, .3)
}

.cp-legend span:last-of-type {
    font-size: 8px;
    font-weight: 700;
    opacity: .7
}

@media (min-width: 568px) {
    .cp-legend span:last-of-type {
        font-size: 12px
    }
}

.b-mve__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px
}

.b-mve__table-item {
    width: 100%
}

@media (min-width: 1100px) {
    .b-mve__table-item {
        width: 60%
    }
}

.b-mve__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width: 1100px) {
    .b-mve__table-row {
        width: 60%
    }
}

.b-mve__table-cell {
    padding: 0 12px
}

.b-mve__table-cell:first-of-type {
    width: 10%
}

.b-mve__table-cell:nth-of-type(2) {
    width: 50%
}

.b-mve__table-cell:nth-of-type(3), .b-mve__table-cell:nth-of-type(4) {
    width: 20%
}

.b-mve__table-header {
    margin-bottom: 25px
}

.b-mve__table-header.b-mve__table-row {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px
}

.b-mve__table-header.b-mve__table-row .b-mve__table-cell {
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px
}

.b-mve__table-item {
    margin-bottom: 25px
}

.b-mve__table-item .b-mve__table-item-title {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px
}

.b-mve__table-item .b-mve__table-row {
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.b-mve__table-item .b-mve__table-row:last-of-type {
    border-bottom: none
}

.b-mve__table-item .b-mve__table-cell {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 22px
}

.slide-fade-enter.b-mve__table {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.slide-fade-leave-to.b-mve__table {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--map-ps {
    color: #1e98ff;
    border-color: #1e98ff
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--map-ps.b-vendors__toggle-btn--active {
    color: #fff;
    background-color: #1e98ff
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--map-company {
    color: #ed4543;
    border-color: #ed4543
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--map-company.b-vendors__toggle-btn--active {
    color: #fff;
    background-color: #ed4543
}

.super-filter {
    margin-bottom: 0 !important
}

.super-filter .e-filter {
    z-index: 2
}

.super-filter .e-filter .e-filter__dd {
    max-height: 350px;
    overflow-y: scroll;
    display: block !important;
    opacity: 0;
    pointer-events: none
}

.super-filter .e-filter .e-filter__dd label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
    margin-bottom: 4px
}

.super-filter .e-filter .e-filter__dd input {
    margin-top: 4px;
    margin-right: 4px
}

.super-filter .e-filter [type=radio][name=flabel]:checked ~ .e-filter__dd {
    opacity: 1;
    pointer-events: auto
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px
}

@media (max-width: 768px) {
    .navigation {
        padding-bottom: 20px
    }
}

.navigation a.navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    padding: 15px 0;
    margin-bottom: 2%;
    background: var(--v-primary-base);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (min-width: 568px) {
    .navigation a.navigation__link {
        width: 32.5%;
        margin-bottom: 1.25%;
        padding: 15px 0;
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .navigation a.navigation__link {
        padding: 15px 0;
        border-radius: 5px;
        font-size: 26px
    }
}

.navigation a.navigation__link:hover {
    color: var(--v-primary-base) !important;
    background-color: transparent !important;
    border: 2px solid var(--v-primary-base)
}

@media (max-width: 568px) {
    .navigation__link:nth-of-type(odd) {
        margin-right: auto
    }
}

@media (min-width: 568px) {
    .navigation__link:not(:nth-of-type(3n+3)) {
        margin-right: 1.25%
    }
}

.vue-hidden.b-notifications {
    max-width: 0;
    opacity: 0
}

.b-notifications {
    position: relative;
    max-width: 80px;
    opacity: 1;
    will-change: max-width;
    -webkit-transition: max-width .25s ease-out, opacity .75s;
    transition: max-width .25s ease-out, opacity .75s
}

.b-notifications__messages {
    position: absolute;
    top: 40px;
    left: -180px;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

@media (max-width: 768px) {
    .b-notifications__messages {
        left: -200px
    }
}

.b-notifications__messages:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    right: 94px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 3;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2)
}

@media (max-width: 768px) {
    .b-notifications__messages:before {
        right: 75px
    }
}

.b-notifications__wrap {
    overflow-y: scroll;
    max-height: 400px
}

.b-notifications__wrap::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

.b-notifications__wrap::-webkit-scrollbar-thumb {
    background-color: #c9c9c9
}

.b-notification__remove {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 5px
}

.b-notification__remove:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.b-notification__remove:after, .b-notification__remove:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #555
}

.b-notification__remove:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

button.b-notification__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--v-primary-base);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 21px;
    line-height: 1;
    border-radius: 20px;
    margin-right: 10px;
    min-width: 40px;
    padding-left: 6px;
    padding-right: 6px
}

button.b-notification__btn svg {
    margin-right: 4px
}

.b-notification {
    padding: 16px 15px;
    width: 300px;
    border-bottom: 1px solid #f5f5f5;
    position: relative
}

p.b-notification__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 4px;
    padding-right: 20px
}

p.b-notification__description {
    font-size: 12px;
    line-height: 1.4;
    color: #313131;
    margin-bottom: 6px
}

a.b-notification__link {
    display: inline-block;
    font-size: 11px;
    line-height: 1.3;
    word-break: break-all;
    color: #0094d4
}

a.b-notification__btn-link {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid var(--v-primary-base);
    border-radius: 6px;
    color: var(--v-primary-base);
    font-weight: 700
}

.b-notification__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-notification__close span {
    color: #a9a9a9;
    font-weight: 700;
    font-size: 12px
}

button.b-notification__all-is-read {
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: var(--v-primary-base);
    color: #fff
}

@media (max-width: 768px) {
    .b-order-history--detail {
        padding-left: 20px;
        padding-right: 20px
    }
}

.b-order-history--detail .mobile-only {
    display: inline-block
}

@media (min-width: 568px) {
    .b-order-history--detail .mobile-only {
        display: none
    }
}

.b-order-history--detail .b-order-history__wrap {
    max-width: 100%
}

@media (max-width: 768px) {
    .b-order-history--detail .b-order-history__wrap {
        margin: 0;
        width: 100%
    }
}

.b-order-history--detail .b-order-history__select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0
}

@media (max-width: 768px) {
    .b-order-history--detail .b-order-history__select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-order-history--detail .b-order-history__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto
}

.b-order-history--detail .b-order-history__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    max-width: 210px
}

@media (max-width: 992px) {
    .b-order-history--detail .b-order-history__param {
        margin-bottom: 14px
    }
}

.b-order-history--detail .b-order-history__param span:first-of-type {
    font-size: 12px;
    color: #9c9c9c
}

.b-order-history--detail .b-order-history__param span:last-of-type {
    font-size: 14px;
    line-height: 1;
    color: var(--v-primary-base)
}

.b-order-history--detail .b-order-history__param--last {
    margin-right: auto
}

.b-order-history--detail .b-vendors__search.search-wrap {
    margin-right: 20px
}

@media (max-width: 768px) {
    .b-order-history--detail .b-vendors__search.search-wrap {
        margin-bottom: 0
    }
}

@media (max-width: 568px) {
    .b-order-history--detail .b-vendors__search.search-wrap {
        margin-top: 20px;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%
    }
}

.b-order-history--detail .is-status.is-status__active {
    min-width: 160px;
    padding: 10px;
    font-size: 14px;
    cursor: default
}

.b-order-history--detail .b-order-history__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 568px) {
    .b-order-history--detail .b-order-history__head {
        display: none
    }
}

@media (max-width: 568px) {
    .b-order-history--detail .b-order-history__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-order-history--detail .b-order-history__item-cell {
    position: relative
}

.b-order-history--detail .b-order-history__item-cell[title] {
    padding: 15px 10px;
    font-size: 14px;
    color: #393939
}

@media (max-width: 568px) {
    .b-order-history--detail .b-order-history__item-cell[title] {
        width: 33% !important
    }
}

.b-order-history--detail .b-order-history__item-cell[title] .b-vendors__table-btn-wrap {
    font-size: 10px;
    color: #555;
    text-transform: uppercase
}

@media (max-width: 568px) {
    .b-order-history--detail .b-order-history__item-cell:first-of-type {
        display: none
    }
}

@media (max-width: 568px) {
    .b-order-history--detail .b-order-history__item-cell--name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100% !important
    }
}

.b-order-history--detail .b-order-history__item-cell--gray {
    color: #7d7d7d
}

.b-order-history--detail .b-order-history__item-cell--gray-2 {
    color: #5d5d5d
}

.b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type {
    font-size: 12px;
    font-weight: 700;
    color: var(--v-primary-base) !important
}

.b-order-history--detail .b-order-history__item-cell--delivery p span:last-of-type {
    font-size: 10px;
    color: #5c5c5c
}

.b-order-history--detail .b-order-history__item-cell--price {
    color: var(--v-primary-base);
    font-weight: 700
}

.b-order-history--detail .b-order-history__item-cell--price p {
    color: var(--v-primary-base)
}

.b-order-history--detail .b-order-history__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 30px 0
}

@media (max-width: 768px) {
    .b-order-history--detail .b-order-history__total {
        padding-right: 20px
    }
}

.b-order-history--detail .b-order-history__total span:first-of-type {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #a4a4a4
}

.b-order-history--detail .b-order-history__total span:last-of-type {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.b-order-history__item--shadow {
    position: relative;
    opacity: .2
}

button.b-order-history__item-show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--v-primary-base);
    left: 50%;
    margin-top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

button.b-order-history__item-show-all svg {
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

button.b-order-history__item-show-all--hide svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.b-order-history__back {
    width: 100%;
    margin-bottom: 16px
}

.b-order-history__back a {
    color: #9c9c9c;
    font-size: 16px
}

.b-order-history__back a svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.b-order-history__back a:hover {
    background: transparent
}

.b-order-history__back a:hover svg {
    -webkit-transform: rotate(180deg) translateX(10px);
    transform: rotate(180deg) translateX(10px)
}

.b-order__hint {
    position: relative
}

.b-order__hint-text {
    position: absolute;
    z-index: -1;
    opacity: 0;
    content: "";
    max-width: 200px;
    bottom: 124%;
    left: 20px;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    padding: 10px;
    background: #fff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media (max-width: 568px) {
    .b-order__hint-text {
        right: -30px
    }
}

.b-order__hint-text:before {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    content: "";
    bottom: -6px;
    left: 14px;
    border-bottom: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 568px) {
    .b-order__hint-text:before {
        left: auto;
        right: 35px
    }
}

.b-order__hint:hover .b-order__hint-text {
    opacity: 1;
    z-index: 2
}

.b-order-history--detail .b-order-history__item-cell[title=price], .b-order-history--detail .b-order-history__item-cell[title=qty], .b-order-history--detail .b-order-history__item-cell[title=total] {
    text-align: right
}

.b-order-history--detail .b-order-history__head div:last-of-type > span, .b-order-history--detail .b-order-history__head div:nth-last-of-type(2) > span, .b-order-history--detail .b-order-history__head div:nth-last-of-type(3) > span {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-order-history {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    border-collapse: collapse;
    margin: 0 auto
}

@media (max-width: 568px) {
    .b-order-history {
        padding-left: 24px
    }
}

.b-order-history__content {
    display: table-row-group;
    width: 100%
}

.b-order-history__container {
    position: relative
}

.b-order-history__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 1;
    border: 2px solid #3d3d3d;
    color: #3d3d3d;
    cursor: pointer;
    position: relative
}

.b-order-history__info-block {
    position: absolute;
    background-color: #fff;
    border: 2px solid var(--v-primary-base);
    top: 2px;
    left: calc(100% - 16px);
    z-index: 9999;
    min-width: 320px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 14px;
    cursor: auto
}

.b-order-history__info-block:before {
    position: absolute;
    top: 15px;
    left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid var(--v-primary-base)
}

.b-order-history__wrap {
    width: 100%;
    margin: 0 auto
}

.b-order-history__wrap-scroll {
    display: table;
    width: 100%
}

.b-order-history a {
    color: #000;
    background: none
}

.b-order-history p.is-status {
    width: 18%;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-block;
    margin-left: 5px;
    padding: 7px 12px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    color: #9c9c9c;
    font-size: 14px
}

@media (min-width: 1050px) {
    .b-order-history p.is-status {
        margin-left: 10px;
        padding: 8px
    }
}

.b-order-history p.is-status:first-child {
    margin-left: 0
}

.b-order-history p.is-status:first-letter {
    text-transform: uppercase
}

.b-order-history p.is-status__active {
    border: 1px solid transparent;
    background-color: rgba(234, 83, 41, .2);
    color: var(--v-primary-base)
}

.b-order-history p.is-status__canceled {
    border: 1px solid #6d6e71;
    background-color: #6d6e71;
    color: #fff;
    opacity: .8
}

.b-order-history__head {
    display: table-row;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555
}

.b-order-history__head div {
    display: table-cell;
    vertical-align: baseline;
    padding: 0 10px;
    border-bottom: 1px solid #f5f5f5
}

.b-order-history__head div:first-child {
    padding-left: 30px
}

@media (max-width: 568px) {
    .b-order-history__head div:first-child {
        padding-left: 10px
    }
}

.b-order-history__head div:last-child {
    padding-right: 30px
}

.b-order-history__head span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -moz-min-content;
    min-width: auto;
    font-size: 10px;
    line-height: 22px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.b-order-history__head span i {
    margin-left: 4px;
    line-height: 10px;
    height: 9px;
    font-style: normal
}

.b-order-history__head .mod-is-sorting {
    cursor: pointer
}

.b-order-history__head .mod-is-sorting span {
    border-bottom: 1px solid transparent
}

.b-order-history__head .mod-is-sorting.is-active span {
    border-bottom: 1px solid #000
}

.b-order-history__item {
    display: table-row;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-bottom: 1px solid #f5f5f5 !important
}

.b-order-history__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000 !important
}

.b-order-history__item [title] {
    display: table-cell;
    vertical-align: baseline;
    padding: 10px
}

.b-order-history__item [title]:first-child {
    padding-left: 30px
}

@media (max-width: 568px) {
    .b-order-history__item [title]:first-child {
        padding-left: 10px
    }
}

.b-order-history__item [title]:last-child {
    padding-right: 30px
}

@media (max-width: 568px) {
    .b-order-history__item [title]:last-child {
        padding-right: 10px
    }
}

.b-order-history__item [title]:before {
    display: none
}

.b-order-history__item [title]:empty {
    display: block
}

.b-order-history__item [title=messages] {
    display: table-cell;
    vertical-align: middle;
    width: 7%;
    line-height: 1.2
}

.b-order-history__item [title=messages] span {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

.b-order-history__item [title=messages] p {
    display: inline-block;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.b-order-history__item [title=messages] p span {
    color: var(--v-primary-base) !important;
    font-weight: 700;
    font-size: 11px;
    margin-left: 4px
}

.b-order-history__item [title=company] {
    width: 15%;
    line-height: 1.2
}

.b-order-history__item [title=company] span {
    color: #000
}

.b-order-history__item .b-order__table-cell--deal {
    width: 11%
}

.b-order-history__item [title=number] {
    width: 3%
}

.b-order-history__item [title=number] p span {
    padding: 5px 10px 5px 0;
    color: #9c9c9c
}

.b-order-history__item [title=manager] {
    width: 12%
}

.b-order-history__item [title=ordernumber] {
    width: 10%
}

.b-order-history__item [title=orderdetail] {
    width: 7%;
    position: relative
}

.b-order-history__item [title=date] {
    width: 8%
}

.b-order-history__item [title=status] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px
}

.b-order-history .b-order-history__item:hover {
    color: inherit;
    background: inherit
}

@media screen and (min-width: 1440px) {
    .b-order-history {
        padding: 0
    }

    .b-order-history__content a:hover {
        color: #555
    }

    .b-order-history__content a:hover:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-order-history__head div:first-child, .b-order-history__item [title]:first-child {
        padding-left: 8px
    }

    .b-order-history__head div:last-child, .b-order-history__item [title]:last-child {
        padding-right: 12px
    }
}

.b-order-history .b-order-history__btn {
    border: 1px solid var(--v-primary-base);
    background-color: transparent;
    color: var(--v-primary-base);
    font-weight: 700;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 16px;
    font-size: 12px;
    margin-bottom: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%;
    text-align: center
}

@media (min-width: 1050px) {
    .b-order-history .b-order-history__btn {
        width: auto;
        padding: 6px 15px;
        font-size: 14px
    }
}

.b-order-history .b-order-history__btn:hover {
    background-color: rgba(234, 83, 41, .2)
}

.b-order-history__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec
}

@media (max-width: 768px) {
    .b-order-history__select {
        padding-right: 20px
    }
}

.b-order-history__select .b-order-history__select-wrap {
    position: relative
}

.b-order-history__select .b-order-history__select-wrap:after {
    content: "\e800";
    font-family: Icons;
    line-height: 100%;
    font-size: 8px;
    color: var(--v-primary-base);
    height: 14px;
    position: absolute;
    top: 5px;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto;
    pointer-events: none
}

.b-order-history__select select {
    width: 140px;
    padding: 6px 30px 6px 14px;
    background-color: #f3f3f3;
    border-radius: 8px;
    border: none !important;
    outline: none !important;
    font-size: 12px
}

@media (min-width: 1050px) {
    .b-order-history__select select {
        width: 200px;
        font-size: 14px;
        padding: 8px 30px 8px 18px
    }
}

.b-order-history__select-label {
    margin-right: 10px;
    margin-bottom: 4px;
    padding-left: 15px;
    color: #9c9c9c
}

.b-order-history__select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 568px) {
    .b-order-history__select-container {
        margin-left: auto
    }
}

@media (min-width: 568px) {
    .b-order-history__select-container:last-of-type {
        margin-left: 20px
    }
}

.b-order-history p.is-status {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 768px) {
    .b-order-history p.is-status {
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .b-order-history p.is-status__no-mobile {
        display: none
    }
}

@media (max-width: 568px) {
    .b-order-history--no-mobile {
        display: none !important
    }
}

.slide-fade-enter-active.b-order-history__content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.slide-fade-leave-active.b-order-history__content {
    -webkit-transition: all .4s cubic-bezier(1, .5, .8, 1);
    transition: all .4s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter.b-order-history__content {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
}

.slide-fade-leave-to.b-order-history__content {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.b-vendors__table-btn-wrap {
    position: relative
}

.b-bmh .b-order-history__info-block, .b-model .b-order-history__info-block {
    top: -13px;
    left: 32px
}

.b-order {
    padding-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-order .b-form {
    max-width: 600px;
    width: 100%
}

@media (max-width: 1100px) {
    .b-order .b-form {
        margin: 0 auto
    }
}

.b-order__form .b-form__textarea {
    height: 200px
}

.b-order__title h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700
}

.b-order .b-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #555;
    margin-bottom: 10px;
    font-size: 12px
}

.b-order .b-legend i:before {
    margin-top: 8px
}

.b-order .b-legend svg.have-analogs *, .b-order .b-legend svg.on-storage * {
    stroke: #555 !important
}

.b-order .b-legend svg.in-transit * {
    fill: #555 !important;
    stroke: #555 !important
}

.b-order .b-legend i {
    margin-right: 6px
}

.b-order .b-legend span {
    margin-right: 24px
}

.b-order__head {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-order__head > div {
    margin-bottom: -2px;
    border-bottom: 1px solid transparent
}

.b-order__head span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -moz-min-content;
    min-width: auto;
    font-size: 10px;
    line-height: 16px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.b-order__head span i {
    margin-left: 4px;
    line-height: 10px;
    height: 10px;
    font-style: normal
}

.b-order__head .is-active span {
    border-bottom: 1px solid #000
}

.b-order__head .mod-is-sorting {
    cursor: pointer
}

.b-order__subtitle-sm {
    color: #555;
    letter-spacing: 1px;
    font-size: 8px;
    text-transform: uppercase;
    line-height: 18px
}

.b-order__content {
    margin-bottom: 16px;
    border-bottom: 1px solid #e6e6e6
}

.b-order__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-order__item:last-child {
    border-bottom: none
}

.b-order__item .mod-top-sm {
    padding: 8px 6px;
    background: #f5f5f5;
    margin-bottom: 18px;
    cursor: pointer
}

.b-order__item .mod-top-icons {
    padding: 8px 6px 0;
    background: #f5f5f5
}

.b-order__item:first-child {
    margin-top: 5px
}

.b-order__item:last-child {
    margin-bottom: 0
}

.b-order__item-attr {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-order__item-attr span {
    white-space: nowrap
}

.b-order__item-attr:last-child {
    margin-right: 0
}

.b-order__item-attr.mod-code {
    font-size: 12px;
    line-height: 18px
}

.b-order__item-attr.mod-oem {
    font-size: 9px;
    line-height: 18px
}

.b-order__item-attr.mod-name {
    font-size: 12px;
    line-height: 18px
}

.b-order__item-attr.mod-avail, .b-order__item-attr.mod-delivery, .b-order__item-attr.mod-price {
    font-size: 10px;
    line-height: 14px
}

.b-order__item-attr.mod-price {
    white-space: normal
}

.b-order__item-attr.mod-qty {
    height: 32px
}

.b-order__item-attr.mod-qty input {
    background: transparent !important
}

.b-order__item-attr.mod-btn {
    height: 32px;
    width: 100%;
    max-width: 168px
}

.b-order__icon {
    display: inline-block;
    width: 11px
}

.b-order__icon:not(:first-child) {
    margin-left: 6px
}

.b-order .b-spinner {
    height: 100%
}

.b-order .b-spinner__input {
    margin-right: 0;
    width: 100%;
    height: 100%
}

.b-order__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.b-order__section:nth-last-child(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11px
}

.b-order__section:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-order__section p {
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.b-order__total {
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.b-order__total > span {
    margin-right: 26px
}

.b-order__total > span:last-child {
    margin-right: 0
}

.b-order__total-price {
    font-size: 14px;
    font-weight: 700
}

.b-order__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 20px
}

@media (max-width: 1100px) {
    .b-order__bottom {
        max-width: 500px;
        margin: 0 auto
    }
}

.b-order__bottom a {
    font-size: 14px;
    line-height: 24px
}

.b-order__bottom a span {
    font-size: 12px;
    opacity: .5
}

.b-order__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media (min-width: 960px) {
    .b-order {
        padding-bottom: 56px
    }

    .b-order__title h2 {
        font-size: 36px;
        line-height: 40px
    }

    .b-order__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 99%
    }

    .b-order__item {
        margin-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0;
        border-bottom: none;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .b-order__item-attr {
        width: auto
    }

    .b-order__item-attr.mod-code {
        margin-left: 0;
        margin-right: 8px;
        width: 70px;
        line-height: 27px;
        position: relative;
        cursor: pointer
    }

    .b-order__item-attr.mod-oem {
        width: 58px;
        margin-right: 8px;
        font-size: 9px;
        line-height: 14px;
        position: relative;
        cursor: pointer
    }

    .b-order__item-attr.mod-name {
        width: 107px;
        margin-right: 8px;
        line-height: 27px;
        position: relative;
        cursor: pointer
    }

    .b-order__item-attr.mod-avail {
        width: 130px;
        margin-right: 8px;
        font-size: 9px;
        line-height: 14px
    }

    .b-order__item-attr.mod-delivery {
        width: 100px;
        margin-right: 8px;
        font-size: 9px;
        line-height: 14px
    }

    .b-order__item-attr.mod-price {
        width: 58px;
        margin-right: 8px;
        font-size: 10px;
        line-height: 27px
    }

    .b-order__item-attr.mod-qty {
        height: 27px;
        width: 88px;
        margin-right: 8px;
        text-align: center
    }

    .b-order__item-attr.mod-btn {
        height: 27px;
        width: 76px;
        margin: 0
    }
}

@media (min-width: 960px) and (min-width: 1100px) {
    .b-order__item-attr.mod-btn button {
        width: 76px
    }
}

@media (min-width: 960px) {
    .b-order__item .mod-top-icons, .b-order__item .mod-top-sm {
        padding: 0;
        margin-bottom: 0;
        background: transparent
    }

    .b-order__total {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 0 auto
    }

    .b-order__section:nth-last-child(2) {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .b-order__section:last-child {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .b-order__content {
        padding: 4px 8px 0;
        margin-bottom: 17px;
        border-bottom: 1px solid #e6e6e6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-order__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.b-order .mod-icons {
    display: block;
    margin-right: 8px;
    min-width: 32px;
    font-size: 11px
}

.b-order__icons-head {
    width: 54px
}

.b-order .mod-code.status-icons i.i-analog {
    margin-left: 8px
}

.b-order i.i-svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px
}

.b-order i.i-svg:first-child {
    padding-right: 17px;
    padding-left: 0
}

.b-order i.i-svg svg.on-storage {
    width: 15px;
    height: 15px
}

.b-order i.i-svg svg.on-storage * {
    fill: none;
    stroke: #1a1a1a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 30px
}

.b-order i.i-svg svg.have-analogs {
    width: 15px;
    height: 15px
}

.b-order i.i-svg svg.have-analogs * {
    fill: none;
    stroke: #1a1a1a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 30px
}

.b-order i.i-svg svg.in-transit {
    width: 24px;
    height: 15px
}

.b-order i.i-svg svg.in-transit path {
    stroke-width: 130px
}

.b-order .status-icons {
    display: block
}

@media screen and (max-width: 1100px) {
    .b-order .status-icons:before {
        content: "status";
        display: block;
        text-transform: uppercase;
        font-size: 8px;
        color: #555;
        margin-bottom: 13px
    }
}

@media (max-width: 768px) {
    .b-order .b-legend span {
        margin-right: 10px
    }
}

@media screen and (max-width: 375px) {
    .b-order .b-legend__item span {
        margin-right: 40px !important
    }

    .b-order .status-icons i {
        display: block;
        margin-top: 5px
    }
}

.b-thankyou {
    width: 100%;
    max-width: 500px;
    padding-bottom: 60px;
    display: none
}

.b-thankyou__title h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

.b-thankyou .b-thankyou__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px
}

.b-thankyou a .b-thankyou__btn {
    width: 100%
}

@media (min-width: 960px) {
    .b-thankyou {
        padding-bottom: 100px
    }

    .b-thankyou__title h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .b-thankyou .b-thankyou__text {
        margin-bottom: 32px
    }

    .b-thankyou a .b-thankyou__btn {
        width: 168px
    }
}

@media (max-width: 768px) {
    .b-order__wrap {
        padding: 0 20px
    }
}

@media (min-width: 1100px) {
    .b-order__subtitle-sm {
        display: none
    }
}

@media (max-width: 1100px) {
    .b-order__section.mod-top-icons {
        width: 100%;
        margin-bottom: 10px;
        background: #f5f5f5
    }
}

.b-order__item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px
}

@media (max-width: 1100px) {
    .b-order__item {
        max-width: 500px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border: none
    }
}

.b-order__item .b-spinner__input input[type=number] {
    padding-top: 8px
}

.b-order__item .grid-area-shipping__block {
    padding: 4px 8px
}

@media (max-width: 1100px) {
    .b-order__item .grid-area-shipping__block {
        width: 100%
    }
}

.b-order__item .grid-area-shipping__block-content {
    top: 20px;
    padding-top: 4px
}

.b-order__item .b-order__item-attr, .b-order__item p {
    font-size: 12px;
    line-height: 1.3
}

@media (max-width: 1100px) {
    .b-order__item-attr {
        margin-bottom: 8px;
        width: 30% !important;
        margin-right: 0 !important
    }
}

.b-order__item-attr.mod-number {
    width: 1%
}

@media (max-width: 1100px) {
    .b-order__item-attr.mod-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 700
    }

    .b-order__item-attr.mod-number span.b-order__subtitle-sm {
        font-size: 12px;
        line-height: 1.3
    }
}

.b-order__item-attr.mod-code, .b-order__item-attr.mod-oem {
    width: 10%
}

.b-order__item-attr.mod-oem p {
    word-break: break-all
}

.b-order__item-attr.mod-name {
    width: 16%
}

.b-order__item-attr.mod-code.status-icons {
    width: 10%
}

.b-order__item-attr.mod-avail, .b-order__item-attr.mod-delivery {
    width: 12%
}

.b-order__item-attr.mod-price, .b-order__item-attr.mod-qty {
    width: 8%
}

.b-order__item-attr.mod-qty .b-spinner {
    position: relative;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

@media (max-width: 1100px) {
    .b-order__item-attr.mod-qty {
        margin-top: 20px
    }
}

.b-order__item-attr.mod-btn {
    width: 6%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@media (max-width: 1100px) {
    .b-order__item-attr.mod-btn {
        margin-top: 20px
    }
}

.b-order__head {
    display: none
}

@media (min-width: 1100px) {
    .b-order__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.b-order__head div:first-of-type {
    width: 1%
}

.b-order__head div:nth-of-type(3) {
    width: 10%;
    margin-right: 7px
}

.b-order__head div:nth-of-type(4) {
    width: 10%;
    margin-right: 8px
}

.b-order__head div:nth-of-type(5) {
    width: 15%;
    margin-right: 8px
}

.b-order__head div:nth-of-type(6) {
    width: 10%;
    margin-right: 8px
}

.b-order__head div:nth-of-type(7) {
    width: 12%;
    margin-right: 8px
}

.b-order__head div:nth-of-type(8) {
    width: 11.5%;
    margin-right: 8px
}

.b-order__head div:nth-of-type(9) {
    width: 8.5%
}

.b-order__head div:nth-of-type(10) {
    width: 8%
}

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

@media (max-width: 568px) {
    .b-order__selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-order__selects .b-order-history__select {
    width: 48%;
    padding-right: 0
}

@media (max-width: 568px) {
    .b-order__selects .b-order-history__select {
        width: 100%
    }
}

.b-order__selects .b-order-history__select-container, .b-order__selects .b-order-history__select-wrap {
    width: 100%
}

.b-order__selects .b-order-history__select-label {
    font-size: 14px
}

.b-order__selects select {
    width: 100%;
    border: 1px solid transparent !important
}

.b-form__section--date {
    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;
    margin-bottom: 18px
}

.b-form__section--date p {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 16px;
    margin-bottom: 0
}

.b-form__section--date .b-orders__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 568px) {
    .b-form__section--date .b-orders__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.b-form__section--date .b-orders__date:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    left: auto;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "\e800";
    font-family: Icons;
    line-height: 100%;
    font-size: 8px;
    color: var(--v-primary-base);
    pointer-events: none;
    background-color: #f3f3f3;
    cursor: pointer
}

@media (max-width: 568px) {
    .b-form__section--date .b-orders__date:after {
        top: 26px
    }
}

.b-form__section--date .b-orders__date label {
    margin-right: 10px;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.4
}

@media (max-width: 568px) {
    .b-form__section--date .b-orders__date label {
        margin-bottom: 6px
    }
}

.b-form__section--date .b-orders__date input[type=date] {
    width: 140px;
    padding: 5px 5px 5px 16px;
    height: 46px;
    border-radius: 8px;
    border: none !important;
    background-color: #f3f3f3
}

.b-form__section--date .b-orders__date input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.b-order__item {
    position: relative
}

.b-order__item-warning {
    position: absolute;
    left: -36px;
    top: 10px
}

.b-order__item-warning .b-order__item-warning-content {
    display: none
}

.b-order__item-warning:hover .b-order__item-warning-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-order__item-warning:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    background: transparent;
    height: 40px;
    width: 50px
}

.b-order__item-warning .b-item-card-table__warning-icon {
    cursor: pointer
}

.b-order__item-warning .b-order__item-warning-content {
    position: absolute;
    width: 160px;
    bottom: calc(100% + 10px);
    left: -10px;
    background: #fff;
    z-index: 2;
    border: 1px solid #c9c9c9;
    padding: 8px;
    font-weight: 700
}

.b-order__item-warning .b-order__item-warning-content:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -6px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9
}

.b-order__item-warning .b-order__item-warning-content a {
    color: var(--v-primary-base);
    text-decoration: underline
}

.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__field .b-order-history__select-label {
    margin-right: 10px;
    margin-bottom: 4px;
    padding-left: 15px;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 28px
}

.form__field input[type=text] {
    height: 40px;
    border-radius: 8px
}

.form__field textarea.b-form__textarea {
    border-radius: 8px
}

.site .is-danger, .site .is-danger:focus, .site .is-danger:hover {
    border: 1px solid red !important
}

.b-order__form .b-form__err {
    position: absolute;
    left: 0;
    bottom: -22px
}

button.b-order__btn {
    padding: 2px 12px;
    text-align: center;
    border: 1px solid var(--v-primary-base);
    border-radius: 6px;
    color: var(--v-primary-base);
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    -webkit-transition: all .25s;
    transition: all .25s
}

button.b-order__btn:not(:last-of-type) {
    margin-right: 10px
}

button.b-order__btn:hover {
    color: #fff;
    background: var(--v-primary-base)
}

.b-404 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px
}

.b-404__text {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    font-weight: 700
}

.b-404__text p:first-of-type {
    color: var(--v-primary-base);
    font-size: 26px
}

.b-404__text p:last-of-type {
    font-size: 22px;
    line-height: 1.3
}

.b-404__img {
    margin: 40px auto
}

.b-404__img--animation #gear-1 {
    -webkit-animation: b 6s linear infinite;
    animation: b 6s linear infinite
}

.b-404__img--animation #gear-1, .b-404__img--animation #gear-2 {
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center
}

.b-404__img--animation #gear-2 {
    -webkit-animation: c 5s linear infinite;
    animation: c 5s linear infinite
}

.b-404__img--animation #gear-3 {
    -webkit-animation: c 8s linear infinite;
    animation: c 8s linear infinite;
    transform-box: fill-box;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes c {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.b-companies__list, .b-managers__list {
    min-width: 480px
}

.b-companies__item, .b-managers__item {
    display: block;
    width: 100%;
    margin: 1px 0 8px 8px
}

.b-companies__item.active, .b-managers__item.active {
    font-weight: 700
}

.b-companies__wrapper, .b-managers__wrapper {
    margin-bottom: 12px;
    width: 100%
}

.b-companies a, .b-managers a {
    background: none;
    color: #000
}

.b-companies a:hover, .b-managers a:hover {
    background: none;
    color: #e64b19
}

.b-popup .btn__wrap button {
    background: transparent;
    border: 0
}

.b-popup .h2 {
    font-weight: 700;
    font-size: 30px
}

.b-popup[data-popup=kit] .b-popup__inner {
    max-width: 960px
}

.b-popup[data-popup=kit] .b-popup__inner .h1 {
    margin-top: 0;
    margin-bottom: 20px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog {
    border-bottom: none
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__head > div {
    padding-left: 0;
    border-bottom: none;
    padding-right: 35px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__head > div:first-child {
    padding-left: 8px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__head > div:last-child {
    padding-right: 8px;
    width: 100%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__content {
    border-top: thin solid #e6e6e6;
    border-bottom: thin solid #e6e6e6
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item {
    font-size: 12px;
    line-height: 24px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item > div {
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 0
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item > div:nth-child(6) {
    white-space: nowrap
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item > div > span {
    font-size: 12px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item > div:first-child {
    padding-left: 8px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__item > div:last-child {
    padding-right: 8px
}

@media (max-width: 767px) {
    .site .b-popup[data-popup=kit] .b-popup__inner .h1 {
        margin: 0 auto 26px
    }

    .site .b-popup[data-popup=kit] .b-popup__inner .b-catalog {
        margin: 0;
        padding: 0
    }

    .site .b-popup[data-popup=kit] .b-popup__inner .b-catalog .b-catalog__item:first-child {
        margin-top: 0;
        padding-top: 0
    }

    .site .b-popup[data-popup=kit] .b-popup__inner .b-catalog .b-catalog__item > div {
        width: 100%
    }

    .site .b-popup[data-popup=kit] .b-popup__inner .b-catalog .b-catalog__item > div:first-child {
        padding-left: 0
    }
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="Element ID"] {
    width: 15%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="Product name"] {
    width: 36.7%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="OEM article"] {
    width: 13.25%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Count] {
    width: 9.75%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Availability] {
    width: 13.25%
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Price] {
    width: 12%
}

@media (min-width: 1200px) {
    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="Element ID"] {
        width: 108px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="Product name"] {
        max-width: 322px;
        min-width: 200px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title="OEM article"] {
        width: 110px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Count] {
        width: 81px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Availability] {
        width: 110px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog [title=Price] {
        width: 99px
    }
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog__content div[data-title=go-to] {
    padding-bottom: 12px
}

.b-popup[data-popup=kit] .b-popup__inner .b-catalog .btn {
    color: #e64b19;
    max-height: 27px;
    min-width: 49px;
    border: thin solid rgba(230, 75, 25, .4)
}

@media (max-width: 767px) {
    .b-popup[data-popup=kit] .b-popup__inner .b-catalog__item div[data-title=go-to] {
        padding: 0;
        margin-top: 8px
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog .b-catalog__bottom {
        padding: 24px 0 0;
        margin: 0
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog .b-catalog__bottom .btn {
        width: 100%
    }

    .b-popup[data-popup=kit] .b-popup__inner .b-catalog > a {
        margin-top: 26px;
        right: 0
    }
}

@media (min-width: 768px) {
    .b-popup[data-popup=kit] .b-catalog__bottom {
        padding: 16px 0 0
    }

    .b-popup[data-popup=kit] .b-catalog__bottom .btn {
        position: absolute;
        right: 8px;
        width: auto
    }
}

.b-production-sites-list__links {
    display: inline-block
}

.b-production-sites-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--v-primary-base)
}

.b-production-sites-list__icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--v-primary-base);
    border-radius: 50%;
    margin-right: 12px;
    position: relative
}

.b-production-sites-list__icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 7px;
    left: 3px
}

.b-production-sites-list__icon:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: var(--v-primary-base);
    position: absolute;
    top: 3px;
    left: 7px
}

.b-production-sites-list__table {
    margin-top: 12px
}

.b-production-sites-list [tabindex] {
    outline: none
}

.b-production-sites-table {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 32px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 24px
}

.b-production-sites-table__content {
    display: table;
    width: 100%
}

.b-production-sites-table__head {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-production-sites-table__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-production-sites-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 15px 0 14px
}

.b-production-sites-table__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-production-sites-table__item span:first-child {
    width: 20px
}

.b-production-sites-table__item span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-production-sites-table__item span:nth-child(3) {
    width: 180px
}

.b-production-sites-table__item + .b-production-sites-table__item {
    border-top: 1px solid #e6e6e6
}

.b-production-sites-table__item i {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: color .23s ease-out;
    transition: color .23s ease-out
}

.b-production-sites-table__item i:focus, .b-production-sites-table__item i:hover {
    color: var(--v-primary-base);
    -webkit-transition: color .23s ease-out;
    transition: color .23s ease-out
}

.b-production-sites-table__item i.disabled {
    opacity: .4;
    pointer-events: none
}

.b-production-sites-table__item .i-new-apply, .b-production-sites-table__item .i-new-pencil {
    font-size: 18px;
    margin-right: 16px;
    margin-left: 6px
}

.b-production-sites-table__item .i-new-apply {
    margin-left: 3px
}

.b-production-sites-table__item input {
    width: 100%;
    padding-left: 4px
}

.b-production-sites-table__item input[readonly=readonly] {
    border: 2px solid transparent
}

.b-production-sites-table__item:hover {
    color: inherit;
    background: inherit
}

@media screen and (max-width: 768px) {
    .b-production-sites-list {
        padding: 0 24px
    }

    .b-production-sites-list__link {
        font-size: 20px
    }

    .b-production-sites-table {
        margin: 0 auto;
        padding: 0
    }

    .b-production-sites-table__item {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .b-production-sites-table__item [title=number] {
        line-height: 28px;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .b-production-sites-table__item [title="production site"] {
        padding-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .b-production-sites-table__item [title=edit] {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .b-production-sites-table__item input {
        font-size: 16px
    }

    .b-production-sites-table__icons i {
        width: 40px;
        height: 30px;
        font-size: 26px !important
    }
}

@media screen and (min-width: 768px) {
    .b-production-sites-table {
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0 30px
    }

    .b-production-sites-table__content {
        display: table-row-group
    }

    .b-production-sites-table__head {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        display: table-row
    }

    .b-production-sites-table__head div {
        display: table-cell;
        vertical-align: baseline;
        padding: 0 20px;
        border-bottom: 1px solid #e6e6e6
    }

    .b-production-sites-table__head div:first-child {
        padding-left: 30px
    }

    .b-production-sites-table__head div:last-child {
        padding-right: 30px
    }

    .b-production-sites-table__head div span {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: auto;
        font-size: 10px;
        line-height: 22px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #555;
        letter-spacing: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap
    }

    .b-production-sites-table__head div.mod-is-sorting span {
        cursor: pointer
    }

    .b-production-sites-table__item {
        display: table-row;
        padding: 0
    }

    .b-production-sites-table__item [title] {
        display: table-cell;
        vertical-align: baseline;
        padding: 10px 20px
    }

    .b-production-sites-table__item [title]:first-child {
        padding-left: 30px
    }

    .b-production-sites-table__item [title]:last-child {
        padding-right: 10px
    }

    .b-production-sites-table__item [title]:before {
        display: none
    }

    .b-production-sites-table__item [title]:empty {
        display: block
    }
}

@media screen and (min-width: 1440px) {
    .b-production-sites-table {
        padding: 0
    }

    .b-production-sites-table__content:hover a {
        color: #555
    }

    .b-production-sites-table__content:hover a:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-production-sites-table__head div, .b-production-sites-table__item [title] {
        padding-left: 12px;
        padding-right: 12px
    }

    .b-production-sites-table__head div:first-child, .b-production-sites-table__item [title]:first-child {
        padding-left: 12px
    }

    .b-production-sites-table__head div:last-child, .b-production-sites-table__item [title]:last-child {
        padding-right: 12px
    }

    .b-production-sites-table__head div:nth-child(2) {
        padding-left: 18px
    }
}

.b-production-sites-list__map {
    padding-top: 16px
}

#map-full {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 550px
}

@media (min-width: 768px) {
    #map-full {
        height: 700px
    }
}

.b-production-sites-list__table .b-vendor__btn {
    padding: 5px 10px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #9c9c9c;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

@media (min-width: 768px) {
    .b-production-sites-list__table .b-vendor__btn {
        padding: 5px 10px;
        font-size: 14px
    }
}

.b-production-sites-list__table .b-vendor__btn:first-of-type {
    margin-left: 14px
}

.b-form__add-prod-site.b-form__add-prod-site--small {
    height: 530px
}

.b-form__map.b-form__map--single {
    height: 400px
}

.slide-fade-enter.b-production-sites-list__map, .slide-fade-enter.b-production-sites-list__table {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.slide-fade-leave-to.b-production-sites-list__map, .slide-fade-leave-to.b-production-sites-list__table {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.b-profile {
    padding: 0 24px
}

@media (min-width: 768px) {
    .b-profile {
        padding: 0
    }
}

.b-profile__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-profile .b-profile__field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .b-profile .b-profile__field-wrap {
        width: 50%
    }
}

.b-profile .b-profile__field-wrap label {
    width: 100%;
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9c9c9c
}

.b-profile .b-profile__field-wrap input {
    width: 100%
}

@media (min-width: 568px) {
    .b-profile .b-profile__field-wrap input {
        width: 85%
    }
}

@media (max-width: 568px) {
    .b-profile .b-profile__field-wrap input[type=password] {
        padding-right: 40px
    }
}

.b-profile .b-profile__field-wrap input[disabled] {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5
}

.b-profile__bottom-fields {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5
}

.b-profile__btns {
    padding-top: 20px
}

.b-profile .b-profile__btn {
    padding: 5px 20px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #9c9c9c;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

@media (min-width: 768px) {
    .b-profile .b-profile__btn {
        padding: 5px 35px;
        font-size: 14px
    }
}

.b-profile .b-profile__btn:first-of-type {
    margin-right: 5px
}

.b-profile .b-profile__btn--save {
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.b-profile .b-profile__btn--save:hover {
    background-color: rgba(234, 83, 41, .2)
}

.b-profile__status {
    position: absolute;
    top: 55%;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 50%
}

@media (min-width: 568px) {
    .b-profile__status {
        right: 9%
    }
}

.b-profile__status:before {
    position: absolute;
    content: "!";
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: red
}

.b-profile__status--success {
    border: 1px solid green
}

.b-profile__status--success:before {
    position: absolute;
    content: "\2713";
    color: green;
    font-size: 14px
}

.site .b-questionnaire .h1--questionnaire {
    font-size: 25px
}

.site .b-questionnaire .b-popup__inner {
    padding-top: 16px
}

.site .b-questionnaire form {
    width: 100%
}

.site .b-questionnaire select {
    border-radius: 6px
}

.site .b-questionnaire input[type=number], .site .b-questionnaire input[type=text] {
    padding: 15px 17px;
    height: 30px;
    border-radius: 6px
}

.site .b-questionnaire textarea {
    height: 150px;
    border-radius: 6px
}

.site .b-questionnaire .b-form a.cancel {
    font-size: 16px;
    margin-left: 32px;
    background: inherit;
    color: #666;
    border: 0;
    text-decoration: underline
}

.b-questionnaire__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

.b-questionnaire__img img {
    margin: auto
}

.b-select-with-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.b-select-with-props .b-select:after {
    top: auto;
    bottom: 5px
}

.b-select-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.b-qt-input {
    position: relative;
    margin-right: 20px
}

.cancel {
    cursor: pointer
}

.b-form__section.b-form__row--no-margin {
    margin-bottom: 0
}

.b-form__info-label {
    font-size: 13px
}

.b-form__select-img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-form__title label {
    position: relative;
    padding-left: 10px;
    color: #9c9c9c
}

.b-form__questionnaire-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.b-form__questionnaire-check input {
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0
}

.b-form__questionnaire-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 30px
}

.b-form__questionnaire-check label span:last-of-type {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.b-form__questionnaire-check label span:last-of-type:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    top: 4px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid var(--v-primary-base);
    border-left: 2px solid var(--v-primary-base)
}

.b-form__questionnaire-check input:checked ~ label span:before {
    opacity: 1
}

.b-popup__outer--questionnaire {
    padding: 0;
    margin: auto
}

.b-popup__outer--questionnaire .b-popup__inner {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 85vh
}

.b-popup__outer--questionnaire .b-popup__inner::-webkit-scrollbar {
    width: 7px;
    background: #fff
}

.b-popup__outer--questionnaire .b-popup__inner::-webkit-scrollbar-thumb {
    width: 7px;
    background: rgba(81, 81, 81, .4);
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-right: 2px solid #fff
}

.b-qt-input--img {
    position: absolute;
    top: 0;
    right: 0
}

.b-form__img-full {
    position: absolute;
    z-index: 101;
    bottom: calc(100% - 10px);
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 385px;
    min-height: 40%;
    background-color: #fff;
    border: 8px solid #e6e6e6;
    padding: 60px 24px 40px
}

.b-form__img-full--bottom {
    bottom: auto;
    top: calc(100% - 10px)
}

.fade-enter-active.b-form__img-full, .fade-leave-active.b-form__img-full {
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.fade-enter.b-form__img-full, .fade-leave-to.b-form__img-full {
    opacity: 0
}

.b-requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #dbdbdb
}

.b-requests .b-requests__hint-text {
    right: auto;
    left: -11px;
    padding: 8px
}

.b-requests label[for=incident_description] .b-requests__hint-text {
    width: 350px
}

.b-requests .b-order-history__select-label {
    padding-left: 10px
}

.b-requests input[type=date], .b-requests input[type=number], .b-requests input[type=phone], .b-requests input[type=search], .b-requests input[type=text], .b-requests select, .b-requests textarea {
    border: 1px solid #9c9c9c
}

.b-requests select[disabled] {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    pointer-events: none
}

.b-requests [data-popup=requests] .b-popup__inner {
    max-width: 700px;
    width: 700px;
    padding: 40px 28px
}

.b-requests [data-popup=requests] .b-form {
    width: auto
}

.b-requests .b-form__title label {
    line-height: 1.2;
    padding-bottom: 4px
}

.b-requests .b-form__col-2:first-of-type {
    margin-right: 16px
}

.b-requests .b-form__col-3 {
    width: 32%
}

.b-requests .b-form__col-3:not(:last-of-type) {
    margin-right: auto
}

.b-requests .b-qt-input {
    margin-right: 0
}

.b-requests textarea {
    border-radius: 6px
}

.b-requests .b-popup .h1 {
    margin-top: 0
}

.b-requests .b-select select {
    border-radius: 6px;
    min-width: auto
}

.b-requests .b-qt-input input {
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
    padding: 7px 10px
}

.b-requests__subtitle {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 50px 8px
}

button.b-requests__btn {
    width: 200px;
    height: 40px;
    border: 1px solid var(--v-primary-base);
    border-radius: 8px;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    color: var(--v-primary-base)
}

button.b-requests__btn--disabled {
    opacity: .5
}

.b-requests__content {
    width: 100%;
    margin-top: 8px
}

.b-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-shadow: inset 0 -5px 0 5px #fff;
    box-shadow: inset 0 -5px 0 5px #fff;
    background-color: transparent;
    -webkit-transition: background-color .25s ease-out, height 2s;
    transition: background-color .25s ease-out, height 2s
}

.b-request--opened {
    background-color: #f5f5f5
}

.b-request__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .b-request__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.b-request:first-of-type {
    border-top: 1px solid #f5f5f5
}

.b-request__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 840px;
    padding: 20px
}

h3.b-request__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.1;
    color: #000
}

.b-request__subject {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 4px;
    margin-bottom: 2px;
    color: var(--v-primary-base)
}

.b-request__description {
    font-size: 14px;
    line-height: 1.4;
    color: #9c9c9c
}

.b-request__date {
    font-size: 12px;
    color: #cbcbcb
}

.b-request__status {
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    color: #ffca41
}

.b-request__info {
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    margin-left: 20px
}

@media (min-width: 1200px) {
    .b-request__info {
        margin-left: 0
    }
}

.slide-fade-enter-active.b-request__message-counter, .slide-fade-leave-active.b-request__message-counter {
    -webkit-transition: all .5s cubic-bezier(.38, 0, .28, 1);
    transition: all .5s cubic-bezier(.38, 0, .28, 1)
}

.slide-fade-enter.b-request__message-counter, .slide-fade-leave-to.b-request__message-counter {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.b-request__files-wrap, .b-request__messages {
    overflow: hidden;
    -webkit-transition: all .7s;
    transition: all .7s
}

.b-request__description {
    overflow: hidden;
    -webkit-transition: all .7s ease-in;
    transition: all .7s ease-in;
    margin-bottom: 20px !important
}

.b-request__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px
}

p.b-request__message-counter {
    padding: 7px 15px;
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    margin-right: 10px
}

p.b-request__message-counter span:first-of-type {
    margin-right: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #868686
}

p.b-request__message-counter span:last-of-type {
    font-size: 11px;
    font-weight: 700;
    color: var(--v-primary-base)
}

.b-request__status--closed {
    color: #41cc24
}

.b-request__status--process {
    color: var(--v-primary-base)
}

.b-request__deadline {
    line-height: 1
}

.b-request__deadline span:first-of-type {
    font-size: 12px;
    font-weight: 700;
    color: #000
}

.b-request__deadline span:last-of-type {
    font-size: 12px;
    font-weight: 700;
    color: var(--v-primary-base)
}

.b-requests .b-requests__textarea {
    height: 150px
}

.b-requests .b-requests__textarea--sm {
    height: 80px
}

.b-requests .b-requests__text-input {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    height: 45px;
    border-radius: 6px
}

.b-requests .b-requests__textarea {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 8px
}

.b-requests .b-requests__text-input:focus::-webkit-input-placeholder, .b-requests .b-requests__textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.b-requests .b-requests__text-input:focus::-ms-input-placeholder, .b-requests .b-requests__textarea:focus::-ms-input-placeholder {
    color: transparent
}

.b-requests .b-requests__text-input:focus::placeholder, .b-requests .b-requests__textarea:focus::placeholder {
    color: transparent
}

.b-form--requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-form--requests .b-order-history__select {
    width: 48%;
    max-width: 48%
}

@media (max-width: 586px) {
    .b-form--requests .b-order-history__select {
        width: 100%;
        max-width: 100%
    }
}

.b-form--requests .b-order-history__select:not(:first-of-type) {
    margin-left: auto
}

.b-form--requests .b-order-history__select select {
    width: 100%;
    padding: 2px 30px 2px 12px;
    font-size: 12px
}

.b-form--requests .b-order-history__select--main {
    width: 60%;
    max-width: 100%
}

@media (max-width: 586px) {
    .b-form--requests .b-order-history__select--main {
        width: 90%
    }
}

.b-form--requests .b-order-history__select--main select {
    background: #fff;
    border: 1px solid #e4e4e4 !important
}

.b-form--requests .b-order-history__select-container {
    width: 100%
}

.b-form--requests .b-order-history__select-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-form--requests span.b-order-history__select-label {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6px
}

.b-request__bottom-row {
    width: 100%;
    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;
    margin: 0 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

button.b-request__show-all {
    font-size: 14px;
    font-weight: 700;
    color: #a9a9a9 !important;
    opacity: .7;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-right: 40px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    position: relative;
    margin-left: auto
}

button.b-request__show-all:after {
    position: absolute;
    content: "";
    top: 11px;
    right: 20px;
    width: 12px;
    height: 8px;
    background-image: url(../assets/svg/chevron-up.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

button.b-request__show-all--hide:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.b-request__show-all--hide, .b-request__show-all:active, .b-request__show-all:hover {
    color: #a9a9a9 !important;
    opacity: 1
}

button.b-request__show-all--vendor {
    -ms-flex-item-align: start;
    align-self: flex-start
}

button.b-request__show-all--vendor:after {
    top: 5px
}

ul.b-request__files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.b-request__files li {
    font-size: 14px;
    color: #9c9c9c;
    background-color: #e4e4e4;
    margin-bottom: 7px !important;
    padding: 0
}

ul.b-request__files li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../assets/svg/clip-gray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    left: auto
}

ul.b-request__files li a {
    display: inline-block;
    padding: 7px 40px 7px 8px;
    color: #8a8a8a;
    background: #e4e4e4;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out
}

ul.b-request__files li a:hover {
    background: #e4e4e4;
    color: var(--v-primary-base)
}

ul.b-request__files li:not(:last-of-type) {
    margin-right: 7px
}

.b-request__files-title {
    font-size: 12px;
    font-weight: 700;
    color: #000
}

.b-form__col-1, .b-request__messages {
    width: 100%
}

.b-request__message {
    width: 100%;
    padding: 15px;
    border-top: 10px solid #fff
}

.b-request__message .b-request__message-author {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #6e6e6e
}

.b-request__message .b-request__message-content {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #000
}

.b-request__message .b-request__message-date {
    font-size: 11px;
    font-weight: 500;
    color: #b9b9b9
}

.b-request__message .b-request__files-title {
    color: #8a8a8a
}

.b-request__message-files {
    margin-bottom: 10px
}

.b-request__user-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 0;
    border-top: 10px solid #fff
}

.b-request__user-message textarea {
    height: 80px;
    margin-right: 20px;
    border-radius: 4px
}

@media (max-width: 768px) {
    .b-request__user-message textarea {
        width: 100%;
        margin-bottom: 10px
    }
}

.b-request__user-message button.b-request__send-user-message {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background-color: var(--v-primary-base)
}

.b-request__user-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .b-request__user-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-request__user-bottom {
    width: 100%
}

.b-request__user-bottom .b-form__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: auto
}

.b-request__user-bottom .b-form__file input {
    width: 0
}

.b-request__user-bottom .b-form__file label {
    width: auto;
    height: auto;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer
}

.b-request__user-bottom .b-form__file label svg {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.b-request__user-bottom .b-form__file label span {
    color: var(--v-primary-base)
}

.b-form__row--subjects {
    margin-bottom: 8px
}

.b-form__col--subjects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-form__col--subjects .form-error__text {
    bottom: -15px
}

.b-form__subject {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px
}

.b-form__subject-input {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0
}

.b-form__subject-input + label {
    padding: 5px 20px;
    border: 1px solid #8f8f8f;
    border-radius: 2px
}

.b-form__subject-input + label:first-letter {
    text-transform: uppercase
}

.b-form__subject-input + label:hover, .b-form__subject-input:checked + label {
    border: 1px solid var(--v-primary-base);
    color: var(--v-primary-base)
}

.b-form__subject-input:checked + label {
    -webkit-box-shadow: 0 0 6px rgba(234, 83, 41, .6);
    box-shadow: 0 0 6px rgba(234, 83, 41, .6);
    font-weight: 700
}

.b-request__messages--order {
    max-height: 355px;
    overflow-y: scroll;
    margin-top: 24px
}

.b-request__messages--order .b-request__messages-scroll {
    padding-right: 20px
}

.b-request__messages--order .b-request__message-content {
    margin-bottom: 16px
}

.b-request__messages--order .b-request__message-files {
    margin-bottom: 0
}

.b-request__messages--order .b-request__message-label {
    font-weight: 700;
    color: #1c8c00;
    overflow: hidden;
    height: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 10px
}

.b-request__messages--order .b-request__files-title {
    display: inline-block;
    margin-bottom: 6px
}

.b-request__messages--order::-webkit-scrollbar {
    width: 4px;
    background: hsla(0, 0%, 54%, .2)
}

.b-request__messages--order::-webkit-scrollbar-thumb {
    width: 4px;
    background: rgba(81, 81, 81, .6)
}

.b-request__messages--order .b-request__message.list-item:first-of-type {
    border-top: none
}

.b-request__messages--order .b-request__message.list-item {
    background-color: #f5f5f5;
    -webkit-transition: background-color .8s;
    transition: background-color .8s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.b-request__messages--order .b-request__message.list-item.b-request__message--new {
    background-color: rgba(103, 234, 41, .15)
}

.b-request__messages--order .b-request__message-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.b-request__messages--order .b-request__message-author {
    margin-bottom: 0;
    margin-right: 10px
}

.b-request__messages--order .b-request__show-all:after {
    top: 5px
}

.b-request__user-message--order {
    background-color: #f8f8f8;
    padding-bottom: 16px
}

.b-request__user-message--order .b-request__user-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-request__user-message--order .b-request__user-top-title {
    font-size: 18px;
    font-weight: 700;
    color: #c4c4c4
}

.b-request__user-message--order .b-request__user-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .b-request__user-message--order .b-request__user-top-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-requests__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.b-requests__selects .form-error__text {
    bottom: -20px
}

.b-requests__selects--border {
    border-bottom: 1px solid #ececec;
    margin-bottom: 16px
}

@media (max-width: 568px) {
    .b-requests__selects--border {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-request__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.b-request__article-input {
    width: 35%;
    position: relative;
    margin-bottom: 3px;
    margin-right: 12px
}

@media (max-width: 568px) {
    .b-request__article-input {
        width: 45%
    }
}

.b-request__article-input button {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 36px;
    right: 6px
}

.b-request__article-input button:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.b-request__article-input button:after, .b-request__article-input button:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: red;
    top: 50%;
    left: 50%
}

.b-request__article-input button:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

button.b-request__articles-add-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 1px solid var(--v-primary-base);
    color: var(--v-primary-base);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 4px
}

@media (max-width: 568px) {
    button.b-request__articles-add-btn {
        margin-top: 10px
    }
}

.site input.is-error, .site select.is-error, .site textarea.is-error {
    border: 1px solid red !important
}

.b-requests__hint {
    position: absolute;
    right: -30px;
    top: auto;
    bottom: 5px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #9c9c9c;
    border-radius: 100%;
    color: var(--v-primary-base);
    font-weight: 700;
    cursor: default
}

.b-requests__hint-text {
    position: absolute;
    z-index: -1;
    opacity: 0;
    content: "";
    width: 180px;
    bottom: 30px;
    right: -150px;
    border: 1px solid var(--v-primary-base);
    color: var(--v-primary-base);
    -webkit-box-shadow: 0 0 8px rgba(234, 83, 41, .4);
    box-shadow: 0 0 8px rgba(234, 83, 41, .4);
    border-radius: 4px;
    color: #000 !important;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    padding: 4px;
    background: #fff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media (max-width: 568px) {
    .b-requests__hint-text {
        right: -30px
    }
}

.b-requests__hint-text:before {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    content: "";
    bottom: -6px;
    left: 14px;
    border-bottom: 1px solid var(--v-primary-base);
    border-right: 1px solid var(--v-primary-base);
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 568px) {
    .b-requests__hint-text:before {
        left: auto;
        right: 35px
    }
}

.b-requests__hint:hover .b-requests__hint-text {
    opacity: 1;
    z-index: 2
}

.b-requests__sort-btns {
    -ms-flex-item-align: start;
    padding-left: 20px
}

.b-requests__sort-btn, .b-requests__sort-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-self: flex-start
}

.b-requests__sort-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 10px;
    -ms-flex-item-align: start;
    text-transform: uppercase;
    font-size: 12px;
    color: #9c9c9c
}

.b-requests .b-vendors__toggle-btn.b-vendors__toggle-btn--active {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 35px 0 10px;
    height: 36px;
    font-size: 12px
}

.b-requests .b-form__col--adress input {
    height: 34px;
    border-radius: 6px;
    font-size: 12px
}

.b-form__title .b-requests__hint {
    width: 18px;
    height: 18px;
    right: -22px;
    bottom: 2px
}

.b-requests .b-form__add-prod-site {
    position: fixed;
    width: 50%
}

.b-qt-input__search-result {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 200px;
    max-height: 150px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    font-size: 12px;
    background-color: #fdeeea
}

.b-qt-input__search-result p {
    line-height: 1.4;
    cursor: pointer;
    padding: 4px 8px;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-transition: background-color .15s;
    transition: background-color .15s
}

.b-qt-input__search-result p:hover {
    background-color: #c9c9c9
}

.b-qt-input .b-qt-input-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    margin-bottom: 8px
}

.b-qt-input .b-qt-input-check p:first-of-type {
    color: #9c9c9c;
    font-size: 12px;
    margin-right: 10px;
    padding-left: 10px
}

.b-qt-input .b-qt-input-check p {
    line-height: 1;
    margin: 0
}

.b-qt-input .b-qt-input-check p input[type=checkbox], .b-qt-input .b-qt-input-check p input[type=radio] {
    display: none
}

.b-qt-input .b-qt-input-check p input[type=text] {
    height: 30px;
    width: 100px
}

.b-qt-input .b-qt-input-check label {
    font-size: 12px;
    font-weight: 700;
    color: #9c9c9c;
    margin-right: 6px
}

.b-qt-input .b-qt-input-check input:checked ~ label {
    color: var(--v-primary-base);
    text-decoration: underline
}

.b-requests .b-form__col--optime.b-form__col-3 {
    width: 26%
}

.b-requests .b-form__col--optime.b-form__col-3 label {
    word-break: break-word
}

.b-requests .b-form__col--optime-percent.b-form__col-3 {
    width: 100px
}

.b-requests .b-form__col--optime-percent.b-form__col-3 .b-form__title {
    position: absolute;
    right: 6px;
    bottom: 4px
}

.b-requests .b-form__col--optime-percent.b-form__col-3 .b-form__title label {
    font-size: 14px
}

.b-requests .b-form__col--optime-percent.b-form__col-3 input {
    margin-top: auto;
    padding-right: 8px
}

.b-form__col--optime .b-qt-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.b-form__col--optime .b-qt-input .b-form__title {
    margin-bottom: auto
}

.b-form__col--optime .b-qt-input .input {
    margin-top: auto
}

.b-form__custom-unit {
    position: relative;
    margin-left: 10px
}

.b-form__subtitle {
    line-height: 1.4
}

.b-rpl {
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6
}

@media (max-width: 1199px) {
    .b-rpl {
        max-width: 640px;
        margin: 0 auto;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .b-rpl .e-search {
        width: 100%
    }
}

.b-rpl__top {
    width: 100%;
    position: relative;
    margin-bottom: 55px
}

@media (max-width: 1199px) {
    .b-rpl__top {
        margin-bottom: 16px
    }
}

.b-rpl__top-content {
    background: #fff;
    position: relative;
    z-index: 2
}

@media (min-width: 1200px) {
    .b-rpl__top-content {
        padding-bottom: 12px
    }

    .b-rpl__top-content:after {
        content: "";
        position: absolute;
        fill-opacity: 0;
        -webkit-box-shadow: 35px 25px 65px rgba(0, 0, 0, .1);
        box-shadow: 35px 25px 65px rgba(0, 0, 0, .1);
        width: 80%;
        height: 10px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1
    }
}

@media (min-width: 1200px) {
    .b-rpl__part:not(:last-child) {
        margin-bottom: 24px
    }
}

.b-rpl__part-title:not(:last-child) {
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .b-rpl__part-title:not(:last-child) {
        margin-bottom: 20px
    }
}

.b-rpl .b-rpl-list__not-found {
    font-size: 16px;
    color: #555
}

.b-rpl .b-rpl-table:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 1199px) {
    .b-rpl .b-rpl-table {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 20px
    }

    .b-rpl .b-rpl-table:not(:first-child) {
        padding-top: 20px
    }
}

@media (max-width: 1199px) {
    .b-rpl .b-rpl-table__left {
        margin-bottom: 18px;
        background: #f5f5f5;
        padding: 6px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (min-width: 1200px) {
    .b-rpl .b-rpl-table__left .b-rpl-table__top {
        border-bottom: 1px solid #e6e6e6
    }
}

.b-rpl .b-rpl-table__left .b-rpl-table__row, .b-rpl .b-rpl-table__left .b-rpl-table__top {
    grid-template-areas: "e f g ";
    -ms-grid-columns: 40% 5px 30% 5px 25%;
    grid-template-columns: 40% 30% 25%;
    grid-column-gap: 5px
}

@media (min-width: 1200px) {
    .b-rpl .b-rpl-table__left .b-rpl-table__row > div:first-child, .b-rpl .b-rpl-table__left .b-rpl-table__top > div:first-child {
        padding-left: 8px
    }
}

.b-rpl .b-rpl-table__left .b-rpl-table__row {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px
}

@media (min-width: 1200px) {
    .b-rpl .b-rpl-table__left .b-rpl-table__row > div:last-child {
        padding-right: 5px
    }
}

@media (max-width: 1199px) {
    .b-rpl .b-rpl-table__right {
        padding: 0 8px
    }
}

@media (min-width: 1200px) {
    .b-rpl .b-rpl-table__right .b-rpl-table__top {
        border-bottom: 1px solid #e6e6e6
    }
}

.b-rpl .b-rpl-table__right .b-rpl-table__row, .b-rpl .b-rpl-table__right .b-rpl-table__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    .b-rpl .b-rpl-table__right .b-rpl-table__row, .b-rpl .b-rpl-table__right .b-rpl-table__top {
        grid-template-areas: "h i j k l";
        -ms-grid-columns: 20% 17% 20% 20% 24%;
        grid-template-columns: 20% 17% 20% 20% 24%
    }

    .b-rpl .b-rpl-table__right .b-rpl-table__row > div:last-child, .b-rpl .b-rpl-table__right .b-rpl-table__top > div:last-child {
        padding-right: 8px
    }
}

@media (max-width: 1199px) {
    .b-rpl .b-rpl-table__right .b-rpl-table__row, .b-rpl .b-rpl-table__right .b-rpl-table__top {
        grid-column-gap: 5px;
        -ms-grid-columns: 20% 5px 27% 5px 27% 5px 25%;
        grid-template-columns: 20% 27% 27% 25%;
        grid-template-areas: "h i j k" "l l l l"
    }
}

@media (max-width: 1199px) {
    .b-rpl .b-rpl-table__right .b-rpl-table__row:not(:last-child) {
        margin-bottom: 18px
    }
}

@media (min-width: 1200px) {
    .b-rpl-table {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        grid-template-areas: "m n";
        -ms-grid-columns: 45% 55%;
        grid-template-columns: 45% 55%
    }
}

.b-rpl-table__top {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #555
}

@media (min-width: 1200px) {
    .b-rpl-table__top {
        margin-bottom: 8px;
        line-height: 42px
    }
}

@media (max-width: 1199px) {
    .b-rpl-table__top {
        font-size: 8px;
        letter-spacing: .8px;
        line-height: 18px
    }
}

.b-rpl-table__top > div {
    white-space: nowrap
}

.b-rpl-table__top > div[data-active=true] span {
    color: #000
}

.b-rpl-table__row {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1200px) {
    .b-rpl-table__row:not(:last-child) {
        margin-bottom: 5px
    }
}

.b-rpl-table__row > div {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.b-rpl-table__row a.b-rpl-table-row__hrefToItem {
    display: block;
    font-weight: 700;
    color: #e64b19;
    text-align: center;
    height: 100%;
    max-height: 27px;
    width: 76px;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px
}

.b-rpl-table__row a.b-rpl-table-row__hrefToItem:disabled {
    pointer-events: none;
    opacity: .4
}

@media (max-width: 1199px) {
    .b-rpl-table__row a.b-rpl-table-row__hrefToItem {
        max-height: 32px;
        padding: 4px 8px;
        width: 100%;
        margin-top: 11px
    }
}

.b-rpl-table__row a.b-rpl-table-row__hrefToItem:hover {
    color: #e64b19 !important
}

.b-rpl-table .grid-area-tableLeft {
    grid-area: m
}

.b-rpl-table .grid-area-tableRight {
    grid-area: n
}

@media (min-width: 1200px) {
    .b-rpl-table .grid-area-tableLeft {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .b-rpl-table .grid-area-tableRight {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
}

.b-rpl-table .grid-area-eqType {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: e
}

.b-rpl-table .grid-area-brandName {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: f
}

.b-rpl-table .grid-area-subtype {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: g
}

.b-rpl-table .grid-area-model {
    grid-area: h
}

.b-rpl-table .grid-area-elemCode {
    grid-area: i
}

.b-rpl-table .grid-area-oemCode {
    grid-area: j
}

.b-rpl-table .grid-area-name {
    grid-area: k
}

.b-rpl-table .grid-area-hrefToItem {
    grid-area: l
}

@media (max-width: 1199px) {
    .b-rpl-table .grid-area-model {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .b-rpl-table .grid-area-elemCode {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .b-rpl-table .grid-area-oemCode {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .b-rpl-table .grid-area-name {
        -ms-grid-row: 1;
        -ms-grid-column: 7
    }

    .b-rpl-table .grid-area-hrefToItem {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7
    }
}

@media (min-width: 1200px) {
    .b-rpl-table .grid-area-model {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .b-rpl-table .grid-area-elemCode {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .b-rpl-table .grid-area-oemCode {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .b-rpl-table .grid-area-name {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }

    .b-rpl-table .grid-area-hrefToItem {
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }
}

.vue-item {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.vue-item--hidden {
    opacity: 0
}

.overflow-visible {
    overflow: visible
}

@media (max-width: 768px) {
    .b-prods {
        padding-bottom: 0
    }
}

@media (max-width: 600px) {
    .b-prods button.btn.m-sec {
        min-width: 45px
    }
}

.b-prods__inner {
    margin: 0
}

.b-prods__img--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.b-prods__data {
    margin: 40px auto
}

.b-prods__data .form__field.m-search {
    width: 100%
}

@media (max-width: 1278px) {
    .b-prods__data .form__field.m-search:not(.m-search--no-img) {
        width: 50%
    }
}

.b-prods__data .form__field.m-search input {
    border-radius: 4px;
    padding: 16px 36px 16px 9px
}

.b-prods__data .form__field.m-search:after {
    top: 22px;
    color: var(--v-primary-base)
}

.e-prod {
    padding-left: 16px
}

@media (max-width: 768px) {
    .e-prod {
        padding-left: 25px
    }
}

.b-point {
    cursor: pointer
}

.b-point.is-hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.b-point.is-active {
    color: #fff;
    background: #e64b19;
    border-color: #e64b19
}

.b-point.is-disabled {
    color: rgba(0, 0, 0, .3);
    background: #fff;
    border-color: rgba(0, 0, 0, .3);
    cursor: default
}

.b-prods__tools {
    padding-left: 0
}

.b-prods__tools button[switch] {
    font-weight: 700;
    font-size: 14px;
    color: var(--v-primary-base);
    margin-top: auto;
    margin-bottom: 2px;
    padding: 6px 16px;
    border: 1px solid var(--v-primary-base);
    border-radius: 6px
}

@media (max-width: 768px) {
    .b-prods__tools button[switch] {
        display: inline-block
    }
}

.b-prods__tools label {
    opacity: 0;
    font-size: 12px;
    color: #9c9c9c
}

.b-prods__tools label.label-visible {
    opacity: 1
}

@media (max-width: 1278px) {
    .b-prods__img {
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media (max-width: 1278px) {
    .b-prods__img.schema-width-dots .slick-list {
        padding-top: 0;
        padding-right: 10px
    }
}

@media (max-width: 768px) {
    .b-prods__img.schema-width-dots .slick-list {
        overflow-x: scroll
    }
}

.b-prods__img .b-prods__slider .slick-slide__inner {
    display: inline-block;
    position: relative;
    padding-bottom: 0
}

.e-prod__data span {
    font-size: 10px !important
}

.e-prod__data:before {
    width: 32px !important
}

@media (max-width: 768px) {
    .e-prod__data:before {
        width: 0 !important
    }
}

.e-prod__data--no-num:before {
    content: ""
}

.e-prod.is-active .e-prod__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-prods.b-schema-page .e-prod__data span {
    width: 22%
}

.e-prod__data span.e-prod__cell.e-prod__cell--article {
    width: 16%
}

@media (max-width: 768px) {
    .e-prod__data span.e-prod__cell.e-prod__cell--article {
        margin-left: 23px
    }
}

span.e-prod__cell:nth-of-type(2) {
    word-break: break-word
}

.b-header__rpl {
    margin-left: 0 !important
}

.b-prods.b-schema-page .i-svg svg {
    -webkit-transition: none;
    transition: none
}

.b-prods__group--expanded {
    -webkit-box-shadow: 0 0 5px 0 var(--v-primary-base);
    box-shadow: 0 0 5px 0 var(--v-primary-base);
    background-color: #fdf1ee
}

.b-prods__item--expanded .e-prod {
    padding-left: 16px
}

.b-prods__item:not(:last-child) {
    margin-bottom: 0
}

.b-prods__item--rpl {
    font-weight: 700
}

.e-prod.is-active:before {
    right: -2px;
    left: -2px
}

@media (min-width: 768px) {
    .e-prod.is-active:before {
        border-radius: 6px;
        right: -16px;
        left: -16px
    }
}

.e-prod__tools {
    position: absolute
}

.e-prod {
    position: relative
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
    position: absolute;
    content: "";
    right: -2px;
    left: -2px;
    top: -4px;
    bottom: -6px;
    background: #e64b19
}

@media (min-width: 768px) {
    .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
        right: -16px;
        left: -16px;
        border-radius: 6px
    }
}

.b-prods__group.b-prods__group--arrow .b-prods__item:not(.b-prods__item--expanded) .e-prod:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../assets/svg/add.svg) no-repeat 50%;
    left: 4px;
    top: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: background;
    -webkit-transition: background .2s;
    transition: background .2s
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:after, .b-prods__group .b-prods__item:not(.b-prods__item--expanded) .e-prod.is-active:after {
    background: url(../assets/svg/add-white.svg) no-repeat 50%
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod.is-active:after, .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):after {
    background: url(../assets/svg/remove-white.svg) no-repeat 50%
}

.b-prods__item {
    position: relative
}

.b-prods__item:after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 498px;
    height: 1px;
    background-color: #e6e6e6
}

@media (max-width: 768px) {
    .b-prods__item:after {
        max-width: 100%
    }
}

.b-prods__item:not(.b-prods__item--expanded):after {
    z-index: -1
}

.b-prods__item.b-prods__item--expanded:after {
    max-width: 100%
}

.b-prods__item.b-prods__item--expanded:last-of-type:after {
    width: 0
}

.b-prods__group {
    margin-bottom: 12px
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active) {
    color: #fff !important
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active) svg {
    fill: #fff !important
}

.b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active) svg * {
    stroke: #fff !important
}

@media (max-width: 768px) {
    .b-legend__item, .b-prods.b-schema-page .b-catalog-status-icons {
        display: none
    }
}

.b-prods__list-header {
    max-width: 498px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .05)
}

.b-prods__list-header:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -20px;
    top: 0;
    width: 112%;
    height: 34px;
    background-color: #fff
}

@media (max-width: 768px) {
    .b-prods__list-header {
        max-width: 100%
    }

    .b-prods__list-header div:first-of-type {
        margin-left: 55px !important
    }
}

@media (max-width: 520px) {
    .b-prods__list-header div p {
        font-size: 9px !important
    }
}

.b-prods__list-header div:first-of-type {
    width: 33%;
    margin-left: 90px
}

@media (max-width: 768px) {
    .b-prods__list-header div:first-of-type {
        width: 38%
    }
}

.b-prods__list-header div:nth-of-type(2) {
    width: 23.5%
}

@media (max-width: 768px) {
    .b-prods__list-header div:nth-of-type(2) {
        width: 40%
    }
}

.b-prods__list-header div:nth-of-type(3) {
    width: 20%
}

@media (max-width: 768px) {
    .b-prods__list-header div:nth-of-type(3) {
        width: 40%
    }
}

.b-prods__list-header div p {
    font-size: 11px;
    text-transform: uppercase;
    color: #9c9c9c
}

.no-access .b-prods__group:not(:nth-of-type(2)):not(:nth-last-of-type(2)) {
    pointer-events: none;
    opacity: .2
}

.no-access .b-prods__group:nth-last-of-type(2) {
    margin-top: 50px
}

.b-prods__list-noaccess {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.b-prods__list-noaccess p {
    color: var(--v-primary-base);
    font-size: 14px;
    text-align: center;
    line-height: 1.4
}

.b-prods__list-noaccess button.no-access-btn {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 6px 24px;
    background: var(--v-primary-base);
    border-radius: 6px;
    border: 2px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.b-prods__list-noaccess button.no-access-btn:hover {
    border: 2px solid var(--v-primary-base);
    color: var(--v-primary-base);
    background: #fff
}

.b-prods__list-noaccess a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 6px 24px;
    background: var(--v-primary-base);
    border-radius: 6px;
    border: 2px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.b-prods__list-noaccess a:hover {
    border: 2px solid var(--v-primary-base);
    color: var(--v-primary-base);
    background: #fff
}

.b-prods__list-noaccess .b-prods__item-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 498px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 4px 0;
    position: absolute;
    top: -90px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (max-width: 768px) {
    .b-prods__list-noaccess .b-prods__item-amount {
        max-width: 100%
    }
}

.b-prods__list-noaccess .b-prods__item-amount p {
    color: #7d7d7d;
    text-align: center;
    position: relative;
    line-height: 2
}

.b-prods__list-noaccess .b-prods__item-amount p:after {
    position: absolute;
    content: "";
    top: 11px;
    right: -18px;
    width: 12px;
    height: 8px;
    background-image: url(../assets/svg/chevron-up.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.b-prods__list-noaccess .b-prods__item-amount p:after, .b-prods__list-noaccess .b-prods__item-amount svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 768px) {
    .e-prod.is-active .e-prod__data span:last-child {
        max-width: none
    }

    .e-prod__tools {
        margin-top: 0
    }

    .b-header__rpl {
        margin-top: 10px !important
    }

    .b-prods.b-schema-page .b-legend {
        display: none
    }

    .b-item__wrap {
        margin-top: -30px
    }
}

.icon-is-hidden {
    opacity: 0;
    pointer-events: none
}

.b-prods__img-print {
    display: none
}

.b-prods__img-print img {
    max-width: 100%;
    width: auto;
    height: auto
}

@media print {
    .b-prods__img-print {
        display: block
    }
}

.b-prods__title-print {
    display: none;
    font-size: 30px;
    padding-top: 52px;
    padding-bottom: 16px
}

@media print {
    .b-prods__title-print {
        display: block
    }
}

@media print {
    .b-header, .b-prods__tools {
        display: none
    }

    .to-top-button {
        display: none !important
    }

    .b-prods__img, .footer {
        display: none
    }

    .b-prods__group--expanded {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .e-prod__tools {
        display: none !important
    }

    .e-prod.is-active:before {
        width: 0;
        height: 0
    }

    .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active), .e-prod.is-active {
        color: #000 !important
    }

    .b-prods__item.b-prods__item--expanded {
        padding-left: 8px
    }

    .b-prods__list-header div:last-of-type {
        display: none
    }

    .e-prod__data span {
        font-size: 16px !important
    }

    .b-prods__list-header p {
        font-size: 18px !important
    }

    .e-prod__data span:last-of-type {
        display: none
    }

    .e-prod__data span.e-prod__cell.e-prod__cell--article {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 150px
    }

    .b-prods__list-header div:first-of-type {
        width: 26%
    }
}

button.e-prod__tools-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 0;
    background: transparent;
    -webkit-transition: all .25s;
    transition: all .25s
}

button.e-prod__tools-btn span {
    pointer-events: none
}

button.e-prod__tools-btn:not(:last-of-type) {
    margin-right: 6px
}

button.e-prod__tools-btn:hover {
    background: #fff;
    color: var(--v-primary-base)
}

button.e-prod__tools-btn:hover path {
    fill: var(--v-primary-base) !important
}

.e-prod.is-active .e-prod__tools {
    right: 0
}

.search-change-checkbox {
    display: none
}

.search-change-checkbox ~ label {
    border: 2px solid #797979;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    top: 14px
}

.search-change-checkbox ~ label:after, .search-change-checkbox ~ label:before {
    content: "";
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 2px;
    top: 16px;
    background: #797979;
    position: absolute;
    border-radius: 2px
}

.search-change-checkbox ~ label:before {
    width: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 19px
}

.search-change-checkbox ~ label:after {
    width: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 12px
}

.search-change-checkbox:checked ~ label {
    border: 2px solid #e64b19
}

.search-change-checkbox:checked ~ label:after, .search-change-checkbox:checked ~ label:before {
    background: #e64b19
}

.b-search-header .b-search-header__search {
    background: #f5f5f5;
    -webkit-transition: .25s;
    transition: .25s
}

.b-search-header .b-search-header__search input {
    background: transparent;
    outline: none !important;
}

.b-search-header .b-search-header__search[data-focused=true] {
    -webkit-box-shadow: 0 0 40px rgba(230, 75, 25, .3);
    box-shadow: 0 0 40px rgba(230, 75, 25, .3);
    -webkit-transition: .07s ease-out;
    transition: .07s ease-out
}

.b-search-header .b-search-header__search[data-focused=true] .b-search-header__file, .b-search-header .b-search-header__search[data-focused=true] .b-search-header__submit {
    color: #000
}

@media (max-width: 768px) {
    .b-search-header .b-search-header__file svg + span {
        width: 0;
        overflow: hidden
    }
}

@media (max-width: 768px) {
    .b-search-header .b-search-header__file span.b-input-file__text svg {
        margin-right: 0
    }
}

.search-buttons-wrap {
    position: relative;
    white-space: nowrap;
    padding-right: 0 !important
}

button.search-del-button {
    position: relative;
    margin-left: 2px;
    top: 14px;
    width: 30px;
    height: 30px
}

@media (max-width: 1024px) {
    button.search-del-button {
        top: 10px
    }
}

button.search-del-button:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

button.search-del-button:after, button.search-del-button:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #797979;
    top: 50%;
    left: 50%
}

button.search-del-button:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.b-search-header {
    width: 100%
}

.b-search-header .b-search-header__search {
    position: relative;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 18px;
    line-height: 28px;
    -webkit-box-shadow: 0 0 30px rgba(230, 75, 25, .3);
    box-shadow: 0 0 30px rgba(230, 75, 25, .3)
}

.b-search-header .b-search-header__search input {
    width: 100%;
    height: 52px;
    padding: 17px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none
}

.b-search-header .b-search-header__search input:hover {
    border: none
}

.b-search-header .b-search-header__search[data-focused=true] {
    -webkit-box-shadow: 0 0 10px rgba(230, 75, 25, .3);
    box-shadow: 0 0 10px rgba(230, 75, 25, .3);
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.b-search-header .b-search-header__search[data-focused=true] .b-search-header__file {
    color: #000
}

.b-search-header .b-search-header__search[data-focused=true] .b-search-header__file svg {
    fill: #000
}

.b-search-header .b-search-header__search .b-search-header__file, .b-search-header .b-search-header__search .b-search-header__submit {
    color: #999
}

.b-search-header .b-search-header__submit {
    position: relative;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff !important
}

.b-search-header .b-search-header__submit:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    left: -10px;
    right: -10px;
    z-index: -1;
    background-color: var(--v-primary-base);
    border-radius: 50%
}

.b-search-header .b-search-header__file {
    position: absolute;
    right: 54px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.b-search-header .b-search-header__file .b-input-file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e4e4e4;
    padding: 4px 14px;
    border-radius: 46px;
    cursor: pointer
}

.b-search-header .b-search-header__file .b-input-file__text span {
    padding-top: 2px;
    cursor: pointer;
}

.b-search-header .b-search-header__file .b-input-file__text svg {
    margin-right: 10px;
    fill: #999;
    cursor: pointer;
}

.b-select-lang {
    position: relative;
    cursor: pointer;
    min-width: 45px
}

.b-select-lang:before {
    font-family: Icons-new;
    position: absolute;
    right: 5px;
    top: 40%;
    pointer-events: none;
    font-size: 5px;
    line-height: 6px
}

.b-select-lang[data-opened=true] {
    border-radius: 11px 11px 0 0;
    -webkit-box-shadow: 0 4px 10px hsla(0, 0%, 60%, .3);
    box-shadow: 0 4px 10px hsla(0, 0%, 60%, .3)
}

.b-select-lang[data-opened=true]:before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.b-select-lang[data-opened=true] .b-select-lang__list {
    -webkit-box-shadow: 0 4px 10px hsla(0, 0%, 60%, .3);
    box-shadow: 0 4px 10px hsla(0, 0%, 60%, .3);
    display: block
}

.b-select-lang .b-select-lang__list {
    display: none;
    margin: -1px 0 0;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 11;
    background: #f5f5f5;
    border-radius: 0 0 11px 11px
}

.b-select-lang .b-select-lang__list li {
    padding: 0 8px;
    margin: 0
}

.b-select-lang .b-select-lang__list li:not(:last-child) {
    margin-bottom: 2px
}

.b-select-lang .b-select-lang__list li:before {
    display: none
}

.b-select-lang .b-select-lang__list li a {
    display: block;
    position: relative
}

.b-select-lang .b-select-lang__list li a:after {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px
}

.b-select-lang .b-select-lang__list li a:hover {
    color: #e64b19
}

.b-shs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.b-shs .shs-item__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-shs .b-model-filter__info {
    position: static;
    margin-left: 6px;
    width: 22px;
    height: 22px;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center
}

.b-shs .b-order-history__info-block {
    top: -8px;
    left: calc(100% + 8px)
}

.b-shs .shs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-shs .shs-item, .b-shs .shs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-shs .shs-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.b-shs .shs-item object {
    width: 100%
}

@media (min-width: 860px) {
    .b-shs .shs-item object {
        width: 80%
    }
}

.b-shs .shs-item--type {
    padding: 10px 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

.b-shs .shs-item--type .shs-item__img {
    margin-bottom: 20px
}

.b-shs .shs-item--type img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.b-shs .shs-item--type:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.b-shs .shs-item__img {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-shs .shs-item__img img {
    margin: auto
}

.b-shs .b-table-list__head {
    cursor: pointer
}

.b-shs .b-table-list-scroll {
    max-height: 240px;
    overflow-y: scroll
}

.b-shs .b-table-list__list-el {
    padding-left: 8px;
    cursor: pointer
}

.b-shs .b-table-list .b-table-list__list li a:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.b-shs .b-table-list__list-el:hover {
    color: #fff;
    background-color: #999
}

.b-shs .b-list-of-equipment__table {
    min-height: auto
}

@media (min-width: 860px) {
    .b-shs .b-list-of-equipment__table {
        min-height: 600px
    }
}

.b-shs .fade-enter-active.shs-wrap, .b-shs .fade-leave-active.shs-wrap {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.b-shs .fade-enter.shs-wrap, .b-shs .fade-leave-to.shs-wrap {
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.b-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-offers .b-offer {
    width: 25%;
    margin: 0 5px 10px;
    height: 203px;
    position: relative
}

.b-offers .b-offer:before {
    content: "";
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .5)
}

.b-offers .b-offer .b-offer__image, .b-offers .b-offer:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}

.b-offers .b-offer .b-offer__link {
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2
}

.b-offers .b-offer .b-offer__link:hover {
    background: none
}

.b-pumps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px
}

.b-pumps .b-pump {
    text-align: center;
    margin-top: 65px
}

.b-pumps .b-pump .b-pump__image {
    cursor: pointer
}

.b-pumps .b-pump .view-title {
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize
}

.b-pumps .b-pump .view-title:hover {
    text-decoration: underline
}

.b-pumps .b-pump .full-info {
    display: inline-block;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    border: 2px solid #e64b19;
    color: #e64b19;
    font-size: 24px;
    margin-left: 10px;
    padding-top: 3px
}

.b-pumps .b-pump__description {
    position: relative;
    width: 258px;
    white-space: nowrap
}

.b-pumps .b-pump__description .types {
    position: relative
}

.b-pumps .b-pump__description .b-order-history__info-block {
    left: 40px;
    min-width: 190px;
    top: -9px
}

.b-pumps .b-pump__description h2 {
    font-size: 30px;
    margin: 50px 0 !important
}

.b-pumps .b-pump__description .type {
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative
}

.b-pumps .b-pump__description .type .b-model-filter__info div:before {
    top: 10px
}

.b-pumps .b-pump__description .type:hover {
    color: #e64b19
}

.b-pumps .b-pump__description .type:hover .subtype {
    color: #000
}

.b-pumps .b-pump__description .type .go-to {
    border: 1px solid #000;
    color: #000;
    margin-left: 5px;
    position: absolute;
    display: inline-block;
    right: 0;
    overflow: visible
}

.b-pumps .b-pump__description .type .go-to:hover {
    background: #e64b19;
    color: #fff
}

.b-pumps .b-pump__description .type .go-to:hover span {
    opacity: 1
}

.b-pumps .b-pump__description .type .go-to span {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #000;
    top: 11px;
    left: 82px
}

.b-pumps .b-pump__description .type .subtypes {
    padding-top: 19px;
    position: absolute;
    left: 305px;
    top: -36px
}

.b-pumps .b-pump__description .type .subtypes:after {
    content: "";
    display: block;
    height: calc(100% - 61px);
    width: 2px;
    background: #000;
    position: absolute;
    left: -28px;
    top: 48px
}

.b-pumps .b-pump__description .type .subtypes .subtype {
    position: relative;
    display: block;
    margin-top: 15px;
    white-space: nowrap;
    right: 10px
}

.b-pumps .b-pump__description .type .subtypes .subtype:hover {
    color: #e64b19
}

.b-pumps .b-pump__description .type .subtypes .subtype .subtype-link {
    color: #000
}

.b-pumps .b-pump__description .type .subtypes .subtype .subtype-link:hover {
    color: #e64b19;
    background: transparent
}

.b-pumps .b-pump__description .type .subtypes .subtype:before {
    content: "";
    display: block;
    background: #000;
    width: 10px;
    height: 1px;
    position: absolute;
    left: -18px;
    top: 14px
}

.b-pumps .b-pump .show-more {
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px
}

.visibility-hidden {
    visibility: hidden
}

@media screen and (max-width: 1024px) {
    .b-offers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .b-offers .b-offer {
        width: 48%
    }

    .b-pumps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .b-pumps .b-pump {
        margin: 0 85px
    }
}

@media screen and (max-width: 1023px) {
    .b-pumps {
        margin-top: 100px
    }

    .b-pumps .b-pump {
        width: 100%;
        margin-bottom: 90px !important
    }

    .b-pumps .b-pump .b-pump__description {
        margin: 0 auto !important;
        white-space: nowrap
    }

    .b-pumps .b-pump .b-pump__description .subtypes {
        position: unset !important;
        width: 50% !important;
        margin: auto
    }

    .b-pumps .b-pump .b-pump__description .subtypes .subtype {
        text-decoration: underline;
        font-size: 18px !important
    }

    .b-pumps .b-pump .b-pump__description .subtypes .subtype:first-child {
        margin-top: 0 !important
    }

    .b-pumps .b-pump .b-pump__description .subtypes .subtype:before, .b-pumps .b-pump .b-pump__description .subtypes:before {
        display: none !important
    }

    .b-pumps .b-pump .b-pump__description .subtypes:after {
        left: 50px !important;
        top: 50px !important;
        height: calc(100% - 50px) !important
    }

    .b-pumps .b-pump .go-to {
        top: 0 !important;
        width: auto !important
    }

    .b-pumps .b-pump .go-to span {
        display: none !important
    }

    .b-pumps .b-order-history__info-block {
        left: -115px !important;
        top: 43px !important
    }

    .b-pumps .b-order-history__info-block:before {
        border: 6px solid transparent;
        border-bottom: 6px solid #e64b19;
        top: -14px;
        left: 120px
    }
}

@media screen and (max-width: 576px) {
    .b-offer {
        width: 100% !important
    }
}

.b-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 32px
}

.b-spinner input[type=number]::-webkit-inner-spin-button, .b-spinner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.b-spinner__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px
}

@media (min-width: 1200px) {
    .b-spinner__input {
        margin-right: 8px
    }
}

.b-spinner__input input[type=number] {
    border: none;
    height: 100%;
    width: 38px;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px;
    font-weight: 700;
    background: transparent
}

.b-spinner__input input[type=number]:disabled {
    background: inherit;
    opacity: .4
}

.b-spinner__input button {
    height: 24px;
    width: 24px;
    font-size: 24px;
    color: #e64b19
}

.b-spinner__input button:disabled {
    pointer-events: none;
    opacity: .4
}

.b-spinner .b-spinner__button {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 100%;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(230, 75, 25, .4);
    border-radius: 4px
}

.b-spinner .b-spinner__button:disabled {
    pointer-events: none;
    opacity: .4
}

.b-spinner .b-spinner__button--item {
    width: 31%
}

.b-spinner .b-spinner__button--gray {
    border: 1px solid gray;
    color: gray;
    margin-left: 5px
}

.b-table-list {
    height: 100%;
    border-bottom: 1px solid #e6e6e6
}

.b-table-list__search {
    margin-bottom: 16px
}

.b-table-list__search .e-search {
    width: 100%;
    margin: 0
}

.b-table-list__letter {
    width: 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--v-primary-base);
    font-weight: 700
}

.b-table-list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-table-list__count {
    font-size: 12px;
    color: #828282;
    font-weight: 400;
    padding-left: 4px
}

.b-table-list__head {
    font-size: 18px;
    padding: 8px 0 8px 8px;
    background: #efefef;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-table-list__head span:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-table-list__head span {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.b-table-list__head span.opened {
    border-top: 6px solid var(--v-primary-base)
}

.b-table-list__head span.closed, .b-table-list__head span.opened {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-right: 16px
}

.b-table-list__head span.closed {
    border-top: 6px solid #ababab;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.b-table-list__list-el {
    font-size: 12px;
    color: #343434;
    white-space: nowrap;
    position: relative
}

.b-table-list__list-el small {
    width: 20px;
    position: block;
    text-align: left;
    padding: 0 8px
}

.b-table-list__list-el:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background: linear-gradient(270deg, #fff, transparent)
}

.b-table-list__top {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 1
}

.b-table-list__top p {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
    color: inherit
}

.b-table-list__top p span {
    color: inherit;
    font-weight: 700
}

.b-table-list__top p:first-child {
    margin-left: 28px
}

.b-table-list .b-table-list__list {
    list-style: none
}

.b-table-list .b-table-list__list li {
    -webkit-transition: .05s;
    transition: .05s;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 0
}

.b-table-list .b-table-list__list li a {
    position: relative;
    padding: 8px 10px;
    cursor: pointer;
    color: inherit
}

.b-table-list .b-table-list__list li a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px
}

.b-table-list .b-table-list__list li a small {
    font-size: 12px;
    line-height: 22px;
    margin-right: 9px;
    color: #555
}

.b-table-list .b-table-list__list li:not(:last-child) {
    margin-bottom: 4px
}

.b-table-list .b-table-list__list li:before {
    display: none
}

.b-table-list .b-table-list__list .b-table-list__not-found {
    padding: 8px 10px;
    opacity: .75
}

.b-table-list .b-table-list__list .b-table-list__not-found-plain {
    padding: 8px 10px;
    opacity: .75;
    font-size: 12px
}

.b-table {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 32px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 24px
}

.b-table__content {
    display: table;
    width: 100%
}

.b-table a {
    color: #000;
    background: none
}

.b-table p {
    padding: 0 30px
}

.b-table p, .b-table p:last-child {
    margin-bottom: 50px
}

.b-table__head {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 15px 0 14px
}

.b-table__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-table__item + .b-table__item {
    border-top: 1px solid #e6e6e6
}

.b-table__item:hover {
    color: inherit;
    background: inherit
}

@media screen and (min-width: 768px) {
    .b-table {
        display: table;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0 30px
    }

    .b-table__content {
        display: table-row-group
    }

    .b-table__head {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        display: table-row
    }

    .b-table__head [type=checkbox] {
        display: none
    }

    .b-table__head [type=checkbox]:checked + label:after {
        content: " \2193"
    }

    .b-table__head div {
        display: table-cell;
        vertical-align: baseline;
        padding: 0 20px;
        border-bottom: 1px solid #e6e6e6
    }

    .b-table__head div:first-child {
        padding-left: 30px
    }

    .b-table__head div:last-child {
        padding-right: 30px
    }

    .b-table__head button, .b-table__head label {
        font-size: 10px;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555;
        white-space: nowrap;
        padding: 10px 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }

    .b-table__head button:after, .b-table__head label:after {
        content: " \2191";
        position: relative;
        top: -1px;
        display: none
    }

    .b-table__head button.is-active, .b-table__head label.is-active {
        color: #000;
        position: relative
    }

    .b-table__head button.is-active:before, .b-table__head label.is-active:before {
        content: "";
        height: 1px;
        background-color: #000
    }

    .b-table__head button.is-active:after, .b-table__head label.is-active:after {
        display: inline
    }

    .b-table__item {
        display: table-row;
        padding: 0
    }

    .b-table__item [title] {
        display: table-cell;
        vertical-align: baseline;
        padding: 10px 20px;
        width: 16%
    }

    .b-table__item [title]:first-child {
        padding-left: 30px
    }

    .b-table__item [title]:last-child {
        padding-right: 30px
    }

    .b-table__item [title]:before {
        display: none
    }

    .b-table__item [title]:empty {
        display: block
    }

    .b-table__item [title=subtype] {
        margin-top: 0
    }

    .b-table__item [title=equipment], .b-table__item [title=subtype] {
        font-size: 14px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 26%
    }

    .b-table__item + .b-catalog__item {
        border: 0
    }
}

@media screen and (min-width: 1440px) {
    .b-table {
        padding: 0
    }

    .b-table__content:hover a {
        color: #555
    }

    .b-table__content:hover a:hover {
        color: #000;
        background: #f5f5f5
    }

    .b-table__head div, .b-table__item [title] {
        padding-left: 45px;
        padding-right: 45px
    }

    .b-table__head div:first-child, .b-table__item [title]:first-child {
        padding-left: 12px
    }

    .b-table__head div:last-child, .b-table__item [title]:last-child {
        padding-right: 12px
    }
}

.theme-nf .site .h1,.theme-nf .site h1{color:#435f63}.theme-nf .btn,.theme-nf a.btn,.theme-nf button.btn,.theme-nf input.btn,.theme-nf label.btn{background:#CF4520}.theme-nf .b-companies a:hover,.theme-nf .b-managers a:hover{color:#CF4520}.theme-nf .b-header-icons__item:not(.mod-logout) i{color:#435f63}.theme-nf .b-header-icons__item.mod-logout a:hover i,.theme-nf .b-header-icons__item:not(.mod-logout):hover i,.theme-nf .b-select-lang .b-select-lang__list li a:hover,.theme-nf .mod-rounded-gray{color:#CF4520}.theme-nf .b-header-icons__item a:hover .i-svg svg,.theme-nf .b-header-icons__item a:hover .i-svg svg path,.theme-nf .i-svg svg{fill:#435f63;stroke:#435f63}.theme-nf .b-logo img.mod-no-sm{max-width:300px}.theme-nf button.b-notification__btn{background-color:#CF4520}.theme-nf a.b-notification__btn-link{border-color:#CF4520;color:#CF4520}.theme-nf .b-header-icons__item.mod-logout a:last-child:hover{color:#CF4520}.theme-nf button.b-notification__all-is-read{background-color:#CF4520}.theme-nf .b-search-header .b-search-header__search{-webkit-box-shadow:0 0 30px hsla(13,73%,47%,.6);box-shadow:0 0 30px hsla(13,73%,47%,.6)}.theme-nf .b-search-header .b-search-header__submit:after{background-color:#CF4520}.theme-nf .b-brand-menu__change,.theme-nf .b-brand-menu__letter,.theme-nf .b-brand-menu__links a.active,.theme-nf .b-brand-menu__links a:hover,.theme-nf .b-category__item:hover h2,.theme-nf .b-pumps a.show-more{color:#CF4520}.theme-nf .b-pumps a.show-more:hover{color:#fff;background:#CF4520}.theme-nf .navigation a.navigation__link{background:#CF4520}.theme-nf .navigation a.navigation__link:hover{color:#CF4520!important;border-color:#CF4520}.theme-nf button.to-top-button svg{fill:#CF4520}.theme-nf a.footer__social-link:hover{background-color:#CF4520}.theme-nf .footer__data:before{opacity:0}.theme-nf .footer__list-item a:hover,.theme-nf .footer__list-item button:hover{color:#CF4520}.theme-nf .b-content-tabs__item.active a{background-color:#CF4520}.theme-nf .b-content-tabs__item a:focus,.theme-nf .b-content-tabs__item a:hover{background-color:#435f63}.theme-nf .b-content-tabs--inner .b-content-tabs__item.active a,.theme-nf .b-content-tabs--inner .b-content-tabs__item a:hover{background-color:#fbfbfb;color:#CF4520}.theme-nf .b-vendor--selected{border-color:#CF4520}.theme-nf .b-vendor__param-value--orange{color:#CF4520}.theme-nf .b-vendors .b-vendors__toggle-btn--active{background-color:#CF4520}.theme-nf .b-vendor .b-vendor__btn--add,.theme-nf .b-vendors__header .b-customers-list__link{color:#CF4520;border-color:#CF4520}.theme-nf .b-customers-list__icon{border-color:#CF4520}.theme-nf .b-customers-list__icon:after,.theme-nf .b-customers-list__icon:before{background-color:#CF4520}.theme-nf .b-vendor .b-vendor__btn--del{color:#CF4520}.theme-nf .b-vendor .b-vendor__btn--del:after,.theme-nf .b-vendor .b-vendor__btn--del:before{background-color:#CF4520}.theme-nf .b-form__custom-radio:checked+label,.theme-nf button.b-requests__btn{border-color:#CF4520;color:#CF4520}.theme-nf .b-installed-base-table__link,.theme-nf .b-select:after{color:#CF4520}.theme-nf .b-installed-base-table__icon{border-color:#CF4520}.theme-nf .b-installed-base-table__icon:after,.theme-nf .b-installed-base-table__icon:before{background-color:#CF4520}.theme-nf .b-form__hint,.theme-nf .b-spinner .b-spinner__button{color:#CF4520;border-color:#CF4520}.theme-nf .search-result__param span{color:#CF4520!important}.theme-nf .b-installed-base-table__item a{color:#CF4520}.theme-nf .b-order-history__item [title=messages] p span{color:#CF4520!important}.theme-nf .b-order-history .b-order-history__btn{border-color:#CF4520;color:#CF4520}.theme-nf .b-order-history__select .b-order-history__select-wrap:after{color:#CF4520}.theme-nf .b-order-history p.is-status__active{color:#fff;background-color:#435f63}.theme-nf .b-order-history__info-block{border-color:#CF4520}.theme-nf .b-order-history--detail .b-order-history__item-cell--price p,.theme-nf .b-order-history--detail .b-order-history__param span:last-of-type{color:#CF4520}.theme-nf .b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type{color:#CF4520!important}.theme-nf button.b-order-history__item-show-all{background:#CF4520}.theme-nf .b-request__user-message button.b-request__send-user-message{background-color:#CF4520}.theme-nf .b-qt-input .b-qt-input-check input:checked~label,.theme-nf .b-request__user-bottom .b-form__file label span{color:#CF4520}.theme-nf .b-wish-list .b-wish-list__top-row-selected,.theme-nf .b-wish-list__list-title--selected{border-color:#CF4520}.theme-nf .b-spinner__input button,.theme-nf .b-wish-list .b-wish-list__companies-qty,.theme-nf .b-wish-list .b-wish-list__top-row-change,.theme-nf .b-wish-list__content-cell--select:after,.theme-nf .b-wish-list__content-select{color:#CF4520}.theme-nf .b-wish-list__content-link{border-color:#CF4520;color:#CF4520}.theme-nf .b-wish-list__content-select svg path{fill:#CF4520}.theme-nf .b-wish-list__content-select{border-color:#CF4520}.theme-nf button.b-item-card__btn.b-item-card__btn--orange{color:#CF4520;border-color:#CF4520}.theme-nf button.b-item-card__btn.b-item-card__btn--orange:hover{background-color:#cceced}.theme-nf .b-wish-list__top-row-change svg path{fill:#CF4520}.theme-nf .b-vendor__equipment-scroll:before,.theme-nf .b-vendors .b-vendor__equipment li:before{background-color:#CF4520}.theme-nf .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map{color:#CF4520;border:1px solid #CF4520}.theme-nf .b-request__deadline span:last-of-type,.theme-nf .b-request__subject,.theme-nf .b-requests__hint,.theme-nf .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active,.theme-nf .chart-legend__row .chart-legend__item--mve,.theme-nf ul.b-request__files li a:hover{color:#CF4520}.theme-nf .b-profile .b-profile__btn--save,.theme-nf button.b-request__articles-add-btn{border-color:#CF4520;color:#CF4520}.theme-nf .b-consumption-plan-table__link,.theme-nf .b-consumption-plan-table__title{color:#CF4520}.theme-nf p.b-cp__nav-item--active{border-color:#435f63;-webkit-box-shadow:0 0 10px 0 #435f63;box-shadow:0 0 10px 0 #435f63}.theme-nf .b-consumption-plan-table__icon{border:2px solid #CF4520}.theme-nf .b-consumption-plan-table__icon:after,.theme-nf .b-consumption-plan-table__icon:before{background-color:#CF4520}.theme-nf button.b-cp__add-ps{border-color:#CF4520;color:#CF4520}.theme-nf .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(2),.theme-nf .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(3){color:#CF4520}.theme-nf .b-cp__ib-cell input.b-cp__ib-cell-mth-box--active{border:1px solid #CF4520!important;color:#CF4520!important}.theme-nf .b-cp__ib-cell-mth-box--total{background-color:#CF4520;-webkit-box-shadow:0 0 10px 0 #435f63;box-shadow:0 0 10px 0 #435f63}.theme-nf button.b-cp__ib-cell-btn-apply,.theme-nf button.b-cp__ib-cell-btn-reset{background:#CF4520;-webkit-box-shadow:0 0 10px 0 #435f63;box-shadow:0 0 10px 0 #435f63}.theme-nf .b-cp__ib-download-file,.theme-nf .b-cp__ib-download-link{color:#CF4520}.theme-nf .b-cp__ib-cell-btn:hover svg path{fill:#CF4520}.theme-nf .b-cp__ib-cell-btn:hover:after,.theme-nf .b-cp__ib-cell-btn:hover:before{background-color:#CF4520}.theme-nf button.b-cp__ib-cell-btn-add--color{border-color:#CF4520;color:#CF4520}.theme-nf .b-cp__top-row .b-cp__top-row-cell:nth-of-type(2) .b-cp__top-row-title:nth-of-type(2),.theme-nf .b-cp__top-row .b-cp__top-row-cell:nth-of-type(3) .b-cp__top-row-title:nth-of-type(2),.theme-nf .b-cp__top-row .b-cp__top-row-cell:nth-of-type(4) .b-cp__top-row-title span{color:#CF4520}.theme-nf .b-cp__ib-cell input.b-cp__ib-cell-mth-box--editable:focus,.theme-nf .b-cp__ib-cell input.b-cp__ib-cell-mth-box--editable:hover,.theme-nf textarea.textarea-equip:focus,.theme-nf textarea.textarea-equip:hover{-webkit-box-shadow:0 0 6px 0 #CF4520;box-shadow:0 0 6px 0 #CF4520;border:1px solid #CF4520!important}.theme-nf .b-cp__ib-cell a:hover{color:#CF4520}.theme-nf .b-cp__ib-download-file svg path,.theme-nf .b-cp__ib-download-link svg path{fill:#CF4520}.theme-nf .b-form__section--date .b-orders__date:after,.theme-nf .grid-area-shipping__block{color:#CF4520}.theme-nf button.b-order__btn{border:1px solid #CF4520;color:#CF4520}.theme-nf button.b-order__btn:hover{background:#cceced}.theme-nf .b-category div.b-additional-links .b-additional-links__link{color:#CF4520}.theme-nf .b-buttons-filter__item,.theme-nf .b-model-filter__info{border-color:#CF4520;color:#CF4520}.theme-nf .b-buttons-filter__item.active{background-color:#CF4520;border-color:#CF4520;color:#fff}.theme-nf .b-model-table__orange{color:#CF4520}.theme-nf .b-model-filter__image-container img.active,.theme-nf .b-model-filter__image-container img:hover{background-color:#CF4520}.theme-nf .b-category div.b-additional-links .b-additional-links__link{border-color:#CF4520}.theme-nf .b-table-list__head span.opened{border-top-color:#CF4520}.theme-nf .b-company-profile-list__pair-img img.active{background-color:#CF4520}.theme-nf .b-catalog-results .catalog-results-btn{border-color:#CF4520}.theme-nf .b-catalog-results .catalog-results-btn:hover{background-color:#CF4520!important}.theme-nf .search-change-checkbox:checked~label{border-color:#CF4520}.theme-nf .search-change-checkbox:checked~label:after,.theme-nf .search-change-checkbox:checked~label:before{background-color:#CF4520}.theme-nf .b-cp__top-row-title:last-of-type span,.theme-nf .b-rpl-table__row a.b-rpl-table-row__hrefToItem{color:#CF4520}.theme-nf a.b-rpl-button{border-color:#CF4520;color:#CF4520!important}.theme-nf .b-rpl-table__row a.b-rpl-table-row__hrefToItem{border-color:#CF4520}.theme-nf .e-prod.is-active:before{background:#CF4520}.theme-nf .b-point{color:#CF4520;border-color:#CF4520}.theme-nf .b-point:hover{color:#fff;background:#999;border-color:#999}.theme-nf .b-point.is-active{color:#fff;background:#01a0a3;border-color:#CF4520}.theme-nf .form__field.m-search:after{color:#CF4520}.theme-nf .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before{background:#CF4520}.theme-nf .b-prods__group--expanded{background-color:#cceced;-webkit-box-shadow:0 0 5px 0 #CF4520;box-shadow:0 0 5px 0 #CF4520}.theme-nf .b-prods__item:after{background-color:#CF4520}.theme-nf .e-prod.is-active:before{-webkit-box-shadow:0 0 20px 0 #CF4520;box-shadow:0 0 20px 0 #CF4520}.theme-nf button.e-prod__tools-btn:hover{color:#CF4520}.theme-nf button.e-prod__tools-btn:hover path{fill:#CF4520!important}.theme-nf .b-pumps .b-pump .full-info{border:2px solid #CF4520;color:#CF4520}.theme-nf .b-shs .shs-item--active img{background:#CF4520}.theme-nf .b-shs .shs-item:hover .shs-item__title{color:#CF4520}.theme-nf .b-header .b-header__rpl,.theme-nf .b-header div.b-additional-links .b-additional-links__link{color:#CF4520;border-color:#CF4520}.theme-nf .b-item-card-table__warning .b-item-card-table__warning-content a{color:#CF4520}.theme-nf .b-model-top-element a.b-mill-lining__btn,.theme-nf a.b-mill-lining__btn{color:#CF4520;border:1px solid #CF4520}.theme-nf .b-faq .b-content-tabs__link{color:#CF4520!important}.theme-nf .b-popup[data-popup=kit] .b-popup__inner .b-catalog .btn{color:#CF4520;border-color:#CF4520;background-color:transparent}.theme-nf .promo-slider__label:before{background:#CF4520}.theme-nf .promo-slider .swiper-slide:hover .promo-slider__label{color:#CF4520}.theme-nf .promo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before{border:1px solid #CF4520}.theme-nf .b-breadcrumbs__item:not(.b-breadcrumbs__item--disabled),.theme-nf .b-material__list-scroll a{color:#CF4520}

.theme-sm .site .h1, .theme-sm .site h1 {
    color: #333
}

.theme-sm .btn, .theme-sm a.btn, .theme-sm button.btn, .theme-sm input.btn, .theme-sm label.btn {
    background: #ff7900
}

.theme-sm .b-companies a:hover, .theme-sm .b-managers a:hover {
    color: #ff7900
}

.theme-sm .b-header-icons__item:not(.mod-logout) i {
    color: #666
}

.theme-sm .b-header-icons__item.mod-logout a:hover i, .theme-sm .b-header-icons__item:not(.mod-logout):hover i, .theme-sm .b-select-lang .b-select-lang__list li a:hover, .theme-sm .mod-rounded-gray {
    color: #ff7900
}

.theme-sm .i-svg svg {
    fill: #666;
    stroke: #666
}

.theme-sm .b-header-icons__item a:hover .i-svg svg, .theme-sm .b-header-icons__item a:hover .i-svg svg path {
    fill: #ff7900;
    stroke: #ff7900
}

.theme-sm .b-logo img.mod-no-sm {
    max-width: 300px
}

.theme-sm button.b-notification__btn {
    background-color: #ff7900
}

.theme-sm a.b-notification__btn-link {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-header-icons__item.mod-logout a:last-child:hover {
    color: #ff7900
}

.theme-sm button.b-notification__all-is-read {
    background-color: #ff7900
}

.theme-sm .b-search-header .b-search-header__search {
    -webkit-box-shadow: 0 0 30px rgba(255, 121, 0, .3);
    box-shadow: 0 0 30px rgba(255, 121, 0, .3)
}

.theme-sm .b-search-header .b-search-header__submit:after {
    background-color: #ff7900
}

.theme-sm .b-brand-menu__change, .theme-sm .b-brand-menu__letter, .theme-sm .b-brand-menu__links a.active, .theme-sm .b-brand-menu__links a:hover, .theme-sm .b-category__item:hover h2, .theme-sm .b-pumps a.show-more {
    color: #ff7900
}

.theme-sm .b-pumps a.show-more:hover {
    color: #fff;
    background: #ff7900
}

.theme-sm .navigation a.navigation__link {
    background: #ff7900
}

.theme-sm .navigation a.navigation__link:hover {
    color: #ff7900 !important;
    border-color: #ff7900
}

.theme-sm button.to-top-button svg {
    fill: #ff7900
}

.theme-sm a.footer__social-link:hover {
    background-color: #ff7900
}

.theme-sm .footer__data:before {
    opacity: 0
}

.theme-sm .footer__list-item a:hover,
.theme-sm .footer__list-item button:hover {
    color: #ff7900
}

.theme-sm .b-content-tabs__item.active a {
    background-color: #ff7900
}

.theme-sm .b-content-tabs__item a:focus, .theme-sm .b-content-tabs__item a:hover {
    background-color: rgba(255, 121, 0, .5)
}

.theme-sm .b-content-tabs--inner .b-content-tabs__item.active a, .theme-sm .b-content-tabs--inner .b-content-tabs__item a:hover {
    background-color: #fbfbfb;
    color: #ff7900
}

.theme-sm .b-vendor--selected {
    border-color: #ff7900
}

.theme-sm .b-vendor__param-value--orange {
    color: #ff7900
}

.theme-sm .b-vendors .b-vendors__toggle-btn--active {
    background-color: #ff7900
}

.theme-sm .b-vendor .b-vendor__btn--add, .theme-sm .b-vendors__header .b-customers-list__link {
    color: #ff7900;
    border-color: #ff7900
}

.theme-sm .b-customers-list__icon {
    border-color: #ff7900
}

.theme-sm .b-customers-list__icon:after, .theme-sm .b-customers-list__icon:before {
    background-color: #ff7900
}

.theme-sm .b-vendor .b-vendor__btn--del {
    color: #ff7900
}

.theme-sm .b-vendor .b-vendor__btn--del:after, .theme-sm .b-vendor .b-vendor__btn--del:before {
    background-color: #ff7900
}

.theme-sm .b-form__custom-radio:checked + label, .theme-sm button.b-requests__btn {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-installed-base-table__link, .theme-sm .b-select:after {
    color: #ff7900
}

.theme-sm .b-installed-base-table__icon {
    border-color: #ff7900
}

.theme-sm .b-installed-base-table__icon:after, .theme-sm .b-installed-base-table__icon:before {
    background-color: #ff7900
}

.theme-sm .b-form__hint, .theme-sm .b-spinner .b-spinner__button {
    color: #ff7900;
    border-color: #ff7900
}

.theme-sm .b-order-history__item [title=messages] p span, .theme-sm .search-result__param span {
    color: #ff7900 !important
}

.theme-sm .b-order-history .b-order-history__btn {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-order-history__select .b-order-history__select-wrap:after {
    color: #ff7900
}

.theme-sm .b-order-history p.is-status__active {
    color: #ff7900;
    background-color: rgba(255, 121, 0, .2)
}

.theme-sm .b-order-history__info-block {
    border-color: #ff7900
}

.theme-sm .b-order-history--detail .b-order-history__item-cell--price p, .theme-sm .b-order-history--detail .b-order-history__param span:last-of-type {
    color: #ff7900
}

.theme-sm .b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type {
    color: #ff7900 !important
}

.theme-sm button.b-order-history__item-show-all {
    background: #ff7900
}

.theme-sm .b-request__user-message button.b-request__send-user-message {
    background-color: #ff7900
}

.theme-sm .b-request__user-bottom .b-form__file label span {
    color: #ff7900
}

.theme-sm .b-wish-list .b-wish-list__top-row-selected, .theme-sm .b-wish-list__list-title--selected {
    border-color: #ff7900
}

.theme-sm .b-spinner__input button, .theme-sm .b-wish-list .b-wish-list__companies-qty, .theme-sm .b-wish-list .b-wish-list__top-row-change, .theme-sm .b-wish-list__content-cell--select:after, .theme-sm .b-wish-list__content-select {
    color: #ff7900
}

.theme-sm .b-wish-list__content-link {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm a.b-wish-list__content-link:hover {
    background: #ff7900
}

.theme-sm .b-wish-list__content-select svg path {
    fill: #ff7900
}

.theme-sm button.b-item-card__btn.b-item-card__btn--orange {
    color: #ff7900;
    border-color: #ff7900
}

.theme-sm button.b-item-card__btn.b-item-card__btn--orange:hover {
    background-color: rgba(255, 121, 0, .2)
}

.theme-sm .b-vendor__equipment-scroll:before, .theme-sm .b-vendors .b-vendor__equipment li:before {
    background-color: #ff7900
}

.theme-sm .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map {
    color: #ff7900;
    border: 1px solid #ff7900
}

.theme-sm .b-request__deadline span:last-of-type, .theme-sm .b-request__subject, .theme-sm .b-requests__hint, .theme-sm .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active, .theme-sm .chart-legend__row .chart-legend__item--mve, .theme-sm ul.b-request__files li a:hover {
    color: #ff7900
}

.theme-sm .b-profile .b-profile__btn--save, .theme-sm button.b-request__articles-add-btn {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-consumption-plan-table__link, .theme-sm .b-consumption-plan-table__title {
    color: #ff7900
}

.theme-sm p.b-cp__nav-item--active {
    border-color: rgba(255, 121, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-sm .b-consumption-plan-table__icon {
    border: 2px solid #ff7900
}

.theme-sm .b-consumption-plan-table__icon:after, .theme-sm .b-consumption-plan-table__icon:before {
    background-color: #ff7900
}

.theme-sm button.b-cp__add-ps {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(2), .theme-sm .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(3) {
    color: #ff7900
}

.theme-sm .b-cp__ib-cell input.b-cp__ib-cell-mth-box--active {
    border: 1px solid #ff7900 !important;
    color: #ff7900 !important
}

.theme-sm .b-cp__ib-cell-mth-box--total {
    background-color: #ff7900;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-sm button.b-cp__ib-cell-btn-apply {
    background: #ff7900
}

.theme-sm .b-cp__ib-download-file, .theme-sm .b-cp__ib-download-link {
    color: #ff7900
}

.theme-sm .b-cp__ib-cell-btn:hover svg path {
    fill: #ff7900
}

.theme-sm .b-cp__ib-cell-btn:hover:after, .theme-sm .b-cp__ib-cell-btn:hover:before {
    background-color: #ff7900
}

.theme-sm .b-form__section--date .b-orders__date:after, .theme-sm .grid-area-shipping__block {
    color: #ff7900
}

.theme-sm button.b-order__btn {
    border: 1px solid #ff7900;
    color: #ff7900
}

.theme-sm .b-category div.b-additional-links .b-additional-links__link {
    color: #ff7900
}

.theme-sm .b-buttons-filter__item, .theme-sm .b-model-filter__info {
    border-color: #ff7900;
    color: #ff7900
}

.theme-sm .b-buttons-filter__item.active {
    background-color: #ff7900;
    border-color: #ff7900;
    color: #fff
}

.theme-sm .b-model-table__orange {
    color: #ff7900
}

.theme-sm .b-model-filter__image-container img.active, .theme-sm .b-model-filter__image-container img:hover {
    background-color: #ff7900
}

.theme-sm .b-table-list__head span.opened {
    border-top-color: #ff7900
}

.theme-sm .b-company-profile-list__pair-img img.active {
    background-color: #ff7900
}

.theme-sm .b-catalog-results .catalog-results-btn {
    border-color: #ff7900
}

.theme-sm .b-catalog-results .catalog-results-btn:hover {
    background-color: #ff7900 !important
}

.theme-sm .search-change-checkbox:checked ~ label {
    border-color: #ff7900
}

.theme-sm .search-change-checkbox:checked ~ label:after, .theme-sm .search-change-checkbox:checked ~ label:before {
    background-color: #ff7900
}

.theme-sm .b-cp__top-row-title:last-of-type span, .theme-sm .b-rpl-table__row a.b-rpl-table-row__hrefToItem {
    color: #ff7900
}

.theme-sm .e-prod.is-active:before {
    background: #ff7900
}

.theme-sm .b-point {
    color: #ff7900;
    border-color: #ff7900
}

.theme-sm .b-point:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.theme-sm .b-point.is-active {
    color: #fff;
    background: #ff7900;
    border-color: #ff7900
}

.theme-sm .form__field.m-search:after {
    color: #ff7900
}

.theme-sm .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
    background: #ff7900
}

.theme-sm .b-prods__group--expanded {
    background-color: rgba(255, 121, 0, .2);
    -webkit-box-shadow: 0 0 5px 0 #ff7900;
    box-shadow: 0 0 5px 0 #ff7900
}

.theme-sm .b-prods__item:after {
    background-color: rgba(255, 121, 0, .15)
}

.theme-sm .e-prod.is-active:before {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 121, 0, .2);
    box-shadow: 0 0 20px 0 rgba(255, 121, 0, .2)
}

.theme-sm button.e-prod__tools-btn:hover {
    color: #ff7900
}

.theme-sm button.e-prod__tools-btn:hover path {
    fill: #ff7900 !important
}

.theme-sm .b-pumps .b-pump .full-info {
    border: 2px solid #ff7900;
    color: #ff7900
}

.theme-sm .b-header .b-header__rpl, .theme-sm .b-header div.b-additional-links .b-additional-links__link {
    color: #ff7900;
    border-color: #ff7900
}

.theme-sm .b-item-card-table__warning .b-item-card-table__warning-content a {
    color: #ff7900
}

.theme-sm .b-model-top-element a.b-mill-lining__btn, .theme-sm a.b-mill-lining__btn {
    color: #ff7900;
    border: 1px solid #ff7900
}

.theme-sm .b-faq .b-content-tabs__link {
    color: #ff7900 !important
}

.theme-vimelco .site .h1, .theme-vimelco .site h1 {
    color: #006a7a
}

.theme-vimelco .btn, .theme-vimelco a.btn, .theme-vimelco button.btn, .theme-vimelco input.btn, .theme-vimelco label.btn {
    background: #01a0a3
}

.theme-vimelco .b-companies a:hover, .theme-vimelco .b-managers a:hover {
    color: #01a0a3
}

.theme-vimelco .b-header-icons__item:not(.mod-logout) i {
    color: #006a7a
}

.theme-vimelco .b-header-icons__item.mod-logout a:hover i, .theme-vimelco .b-header-icons__item:not(.mod-logout):hover i, .theme-vimelco .b-select-lang .b-select-lang__list li a:hover, .theme-vimelco .mod-rounded-gray {
    color: #01a0a3
}

.theme-vimelco .b-header-icons__item a:hover .i-svg svg, .theme-vimelco .b-header-icons__item a:hover .i-svg svg path, .theme-vimelco .i-svg svg {
    fill: #006a7a;
    stroke: #006a7a
}

.theme-vimelco .b-logo img.mod-no-sm {
    max-width: 300px
}

.theme-vimelco button.b-notification__btn {
    background-color: #01a0a3
}

.theme-vimelco a.b-notification__btn-link {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-header-icons__item.mod-logout a:last-child:hover {
    color: #01a0a3
}

.theme-vimelco button.b-notification__all-is-read {
    background-color: #01a0a3
}

.theme-vimelco .b-search-header .b-search-header__search {
    -webkit-box-shadow: 0 0 30px #cceced;
    box-shadow: 0 0 30px #cceced
}

.theme-vimelco .b-search-header .b-search-header__submit:after {
    background-color: #01a0a3
}

.theme-vimelco .b-brand-menu__change, .theme-vimelco .b-brand-menu__letter, .theme-vimelco .b-brand-menu__links a.active, .theme-vimelco .b-brand-menu__links a:hover, .theme-vimelco .b-category__item:hover h2, .theme-vimelco .b-pumps a.show-more {
    color: #01a0a3
}

.theme-vimelco .b-pumps a.show-more:hover {
    color: #fff;
    background: #01a0a3
}

.theme-vimelco .navigation a.navigation__link {
    background: #01a0a3
}

.theme-vimelco .navigation a.navigation__link:hover {
    color: #01a0a3 !important;
    border-color: #01a0a3
}

.theme-vimelco button.to-top-button svg {
    fill: #01a0a3
}

.theme-vimelco a.footer__social-link:hover {
    background-color: #01a0a3
}

.theme-vimelco .footer__data:before {
    opacity: 0
}

.theme-vimelco .footer__list-item a:hover,
.theme-vimelco .footer__list-item button:hover {
    color: #01a0a3
}

.theme-vimelco .b-content-tabs__item.active a {
    background-color: #01a0a3
}

.theme-vimelco .b-content-tabs__item a:focus, .theme-vimelco .b-content-tabs__item a:hover {
    background-color: rgba(1, 160, 163, .7)
}

.theme-vimelco .b-content-tabs--inner .b-content-tabs__item.active a, .theme-vimelco .b-content-tabs--inner .b-content-tabs__item a:hover {
    background-color: #fbfbfb;
    color: #01a0a3
}

.theme-vimelco .b-vendor--selected {
    border-color: #01a0a3
}

.theme-vimelco .b-vendor__param-value--orange {
    color: #01a0a3
}

.theme-vimelco .b-vendors .b-vendors__toggle-btn--active {
    background-color: #01a0a3
}

.theme-vimelco .b-vendor .b-vendor__btn--add, .theme-vimelco .b-vendors__header .b-customers-list__link {
    color: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco .b-customers-list__icon {
    border-color: #01a0a3
}

.theme-vimelco .b-customers-list__icon:after, .theme-vimelco .b-customers-list__icon:before {
    background-color: #01a0a3
}

.theme-vimelco .b-vendor .b-vendor__btn--del {
    color: #01a0a3
}

.theme-vimelco .b-vendor .b-vendor__btn--del:after, .theme-vimelco .b-vendor .b-vendor__btn--del:before {
    background-color: #01a0a3
}

.theme-vimelco .b-form__custom-radio:checked + label, .theme-vimelco button.b-requests__btn {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-installed-base-table__link, .theme-vimelco .b-select:after {
    color: #01a0a3
}

.theme-vimelco .b-installed-base-table__icon {
    border-color: #01a0a3
}

.theme-vimelco .b-installed-base-table__icon:after, .theme-vimelco .b-installed-base-table__icon:before {
    background-color: #01a0a3
}

.theme-vimelco .b-form__hint, .theme-vimelco .b-spinner .b-spinner__button {
    color: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco .b-order-history__item [title=messages] p span, .theme-vimelco .search-result__param span {
    color: #01a0a3 !important
}

.theme-vimelco .b-order-history .b-order-history__btn {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-order-history__select .b-order-history__select-wrap:after {
    color: #01a0a3
}

.theme-vimelco .b-order-history p.is-status__active {
    color: #01a0a3;
    background-color: rgba(255, 121, 0, .2)
}

.theme-vimelco .b-order-history__info-block {
    border-color: #01a0a3
}

.theme-vimelco .b-order-history--detail .b-order-history__item-cell--price p, .theme-vimelco .b-order-history--detail .b-order-history__param span:last-of-type {
    color: #01a0a3
}

.theme-vimelco .b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type {
    color: #01a0a3 !important
}

.theme-vimelco button.b-order-history__item-show-all {
    background: #01a0a3
}

.theme-vimelco .b-request__user-message button.b-request__send-user-message {
    background-color: #01a0a3
}

.theme-vimelco .b-request__user-bottom .b-form__file label span {
    color: #01a0a3
}

.theme-vimelco .b-wish-list .b-wish-list__top-row-selected, .theme-vimelco .b-wish-list__list-title--selected {
    border-color: #01a0a3
}

.theme-vimelco .b-spinner__input button, .theme-vimelco .b-wish-list .b-wish-list__companies-qty, .theme-vimelco .b-wish-list .b-wish-list__top-row-change, .theme-vimelco .b-wish-list__content-cell--select:after, .theme-vimelco .b-wish-list__content-select {
    color: #01a0a3
}

.theme-vimelco .b-wish-list__content-link {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco a.b-wish-list__content-link:hover {
    background: #01a0a3
}

.theme-vimelco .b-wish-list__content-select svg path {
    fill: #01a0a3
}

.theme-vimelco button.b-item-card__btn.b-item-card__btn--orange {
    color: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco button.b-item-card__btn.b-item-card__btn--orange:hover {
    background-color: #cceced
}

.theme-vimelco .b-vendor__equipment-scroll:before, .theme-vimelco .b-vendors .b-vendor__equipment li:before {
    background-color: #01a0a3
}

.theme-vimelco .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map {
    color: #01a0a3;
    border: 1px solid #01a0a3
}

.theme-vimelco .b-request__deadline span:last-of-type, .theme-vimelco .b-request__subject, .theme-vimelco .b-requests__hint, .theme-vimelco .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active, .theme-vimelco .chart-legend__row .chart-legend__item--mve, .theme-vimelco ul.b-request__files li a:hover {
    color: #01a0a3
}

.theme-vimelco .b-profile .b-profile__btn--save, .theme-vimelco button.b-request__articles-add-btn {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-consumption-plan-table__link, .theme-vimelco .b-consumption-plan-table__title {
    color: #01a0a3
}

.theme-vimelco p.b-cp__nav-item--active {
    border-color: rgba(255, 121, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-vimelco .b-consumption-plan-table__icon {
    border: 2px solid #01a0a3
}

.theme-vimelco .b-consumption-plan-table__icon:after, .theme-vimelco .b-consumption-plan-table__icon:before {
    background-color: #01a0a3
}

.theme-vimelco button.b-cp__add-ps {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(2), .theme-vimelco .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(3) {
    color: #01a0a3
}

.theme-vimelco .b-cp__ib-cell input.b-cp__ib-cell-mth-box--active {
    border: 1px solid #01a0a3 !important;
    color: #01a0a3 !important
}

.theme-vimelco .b-cp__ib-cell-mth-box--total {
    background-color: #01a0a3;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-vimelco button.b-cp__ib-cell-btn-apply {
    background: #01a0a3
}

.theme-vimelco .b-cp__ib-download-file, .theme-vimelco .b-cp__ib-download-link {
    color: #01a0a3
}

.theme-vimelco .b-cp__ib-cell-btn:hover svg path {
    fill: #01a0a3
}

.theme-vimelco .b-cp__ib-cell-btn:hover:after, .theme-vimelco .b-cp__ib-cell-btn:hover:before {
    background-color: #01a0a3
}

.theme-vimelco .b-form__section--date .b-orders__date:after, .theme-vimelco .grid-area-shipping__block {
    color: #01a0a3
}

.theme-vimelco button.b-order__btn {
    border: 1px solid #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-category div.b-additional-links .b-additional-links__link {
    color: #01a0a3
}

.theme-vimelco .b-buttons-filter__item, .theme-vimelco .b-model-filter__info {
    border-color: #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-buttons-filter__item.active {
    background-color: #01a0a3;
    border-color: #01a0a3;
    color: #fff
}

.theme-vimelco .b-model-table__orange {
    color: #01a0a3
}

.theme-vimelco .b-model-filter__image-container img.active, .theme-vimelco .b-model-filter__image-container img:hover {
    background-color: #01a0a3
}

.theme-vimelco .b-table-list__head span.opened {
    border-top-color: #01a0a3
}

.theme-vimelco .b-company-profile-list__pair-img img.active {
    background-color: #01a0a3
}

.theme-vimelco .b-catalog-results .catalog-results-btn {
    border-color: #01a0a3
}

.theme-vimelco .b-catalog-results .catalog-results-btn:hover {
    background-color: #01a0a3 !important
}

.theme-vimelco .search-change-checkbox:checked ~ label {
    border-color: #01a0a3
}

.theme-vimelco .search-change-checkbox:checked ~ label:after, .theme-vimelco .search-change-checkbox:checked ~ label:before {
    background-color: #01a0a3
}

.theme-vimelco .b-cp__top-row-title:last-of-type span, .theme-vimelco .b-rpl-table__row a.b-rpl-table-row__hrefToItem {
    color: #01a0a3
}

.theme-vimelco .e-prod.is-active:before {
    background: #01a0a3
}

.theme-vimelco .b-point {
    color: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco .b-point:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.theme-vimelco .b-point.is-active {
    color: #fff;
    background: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco .form__field.m-search:after {
    color: #01a0a3
}

.theme-vimelco .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
    background: #01a0a3
}

.theme-vimelco .b-prods__group--expanded {
    background-color: #cceced;
    -webkit-box-shadow: 0 0 5px 0 #01a0a3;
    box-shadow: 0 0 5px 0 #01a0a3
}

.theme-vimelco .b-prods__item:after {
    background-color: #cceced
}

.theme-vimelco .e-prod.is-active:before {
    -webkit-box-shadow: 0 0 20px 0 #cceced;
    box-shadow: 0 0 20px 0 #cceced
}

.theme-vimelco button.e-prod__tools-btn:hover {
    color: #01a0a3
}

.theme-vimelco button.e-prod__tools-btn:hover path {
    fill: #01a0a3 !important
}

.theme-vimelco .b-pumps .b-pump .full-info {
    border: 2px solid #01a0a3;
    color: #01a0a3
}

.theme-vimelco .b-header .b-header__rpl, .theme-vimelco .b-header div.b-additional-links .b-additional-links__link {
    color: #01a0a3;
    border-color: #01a0a3
}

.theme-vimelco .b-item-card-table__warning .b-item-card-table__warning-content a {
    color: #01a0a3
}

.theme-vimelco .b-model-top-element a.b-mill-lining__btn, .theme-vimelco a.b-mill-lining__btn {
    color: #01a0a3;
    border: 1px solid #01a0a3
}

.theme-vimelco .b-faq .b-content-tabs__link {
    color: #01a0a3 !important
}

button.to-top-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 11;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff
}

@media (min-width: 568px) {
    button.to-top-button {
        bottom: 40px;
        right: 40px
    }
}

button.to-top-button svg {
    fill: #e64b19
}

.b-vendors {
    padding: 0 24px
}

@media (min-width: 768px) {
    .b-vendors {
        padding: 0
    }
}

.b-vendors .b-form__add-prod-site {
    width: 95%
}

.b-vendors .b-vendors__title {
    font-size: 22px;
    font-weight: 700
}

.b-vendors__header {
    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;
    margin-top: 0
}

@media (max-width: 768px) {
    .b-vendors__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }
}

.b-vendors__header .b-customers-list__link {
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid var(--v-primary-base);
    border-radius: 8px;
    padding: 4px 8px;
    font-weight: 700
}

@media (min-width: 568px) {
    .b-vendors__header .b-customers-list__link {
        margin-left: auto;
        margin-bottom: 0
    }
}

.b-vendors__table-header {
    display: none;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5
}

@media (min-width: 768px) {
    .b-vendors__table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.b-vendors__table-header-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 1100px) {
    .b-vendors__table-header-wrap {
        width: 79%
    }
}

.b-vendors__table-btn {
    width: 9.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4;
    color: #9c9c9c
}

.b-vendors__table-btn:first-of-type {
    width: 24.5%
}

.b-vendors__table-btn:not(.b-vendors__table-btn--disabled) {
    cursor: pointer
}

.b-vendors__table-btn-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 4px
}

.b-vendors__table-btn-arrow {
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

.b-vendors__table-btn-arrow svg {
    width: 8px;
    height: 8px;
    fill: #e7e7e7
}

.b-vendors__table-btn-arrow--top svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-vendors__table-btn-arrow--active svg {
    fill: #9c9c9c
}

.b-vendors__search.search-wrap {
    margin-bottom: 15px;
    max-width: 260px
}

.b-vendors__search.search-wrap input {
    padding: 14px 17px
}

@media (min-width: 768px) {
    .b-vendors__search.search-wrap {
        margin-bottom: 0
    }
}

.b-vendors__header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .b-vendors__header-btns {
        margin-bottom: 15px
    }
}

.b-vendors__list {
    position: relative;
    margin-top: 20px;
    min-height: 80vh
}

.b-vendors__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #fffdee
}

@media (min-width: 768px) {
    .b-vendors__map {
        height: 700px
    }
}

.b-vendors__map #map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 550px
}

@media (min-width: 768px) {
    .b-vendors__map #map {
        height: 700px
    }
}

.b-requests .b-vendors__toggle-btn, .b-vendors .b-vendors__toggle-btn {
    padding: 10px 35px 10px 10px;
    background-color: #e4e4e4;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    position: relative
}

.b-requests .b-vendors__toggle-btn:active, .b-vendors .b-vendors__toggle-btn:active {
    color: #8a8a8a
}

.b-requests .b-vendors__toggle-btn:first-of-type, .b-vendors .b-vendors__toggle-btn:first-of-type {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-right: 1px
}

.b-requests .b-vendors__toggle-btn:first-of-type .b-vendors__toggle-btn-icon svg, .b-vendors .b-vendors__toggle-btn:first-of-type .b-vendors__toggle-btn-icon svg {
    stroke: #8a8a8a
}

.b-requests .b-vendors__toggle-btn:last-of-type, .b-vendors .b-vendors__toggle-btn:last-of-type {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.b-requests .b-vendors__toggle-btn:last-of-type .b-vendors__toggle-btn-icon svg, .b-vendors .b-vendors__toggle-btn:last-of-type .b-vendors__toggle-btn-icon svg {
    fill: #8a8a8a
}

.b-vendors__toggle-btn-icon {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 45%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 10px
}

.b-vendors__toggle-btn-icon svg {
    width: 16px;
    height: 16px
}

.b-requests .b-vendors__toggle-btn--active, .b-vendors .b-vendors__toggle-btn--active {
    background-color: var(--v-primary-base);
    color: #fff
}

.b-requests .b-vendors__toggle-btn--active:first-of-type .b-vendors__toggle-btn-icon svg, .b-vendors .b-vendors__toggle-btn--active:first-of-type .b-vendors__toggle-btn-icon svg {
    stroke: #fff
}

.b-requests .b-vendors__toggle-btn--active:last-of-type .b-vendors__toggle-btn-icon svg, .b-vendors .b-vendors__toggle-btn--active:last-of-type .b-vendors__toggle-btn-icon svg {
    fill: #fff
}

.b-vendors .b-vendors__toggle-btn--sm {
    padding: 7px 35px 7px 10px;
    font-size: 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.b-vendors__selected-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    min-height: 80px;
    border-top: 1px solid #dbdbdb
}

.b-vendors__selected-company-row {
    width: 100%;
    margin-top: -1px
}

.b-vendors__selected-company-empty {
    font-size: 14px;
    color: #8a8a8a;
    text-align: center
}

.b-vendors__subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #8a8a8a
}

.b-vendors__subtitle.b-vendors__subtitle--selected {
    margin-bottom: 0;
    padding-top: 20px
}

.b-vendors__subtitle.b-vendors__subtitle--companies {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5
}

.b-vendors__subtitle--selected + .b-vendors__selected-company {
    margin-top: 10px
}

.b-vendor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5
}

.b-vendor--selected {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--v-primary-base);
    padding: 20px 25px
}

.b-vendor--selected .b-vendor__row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 768px) {
    .b-vendor--selected .b-vendor__row {
        width: 100%;
        padding-left: 0 !important
    }
}

.b-vendor--selected .b-vendor__param {
    width: 25%
}

@media (min-width: 768px) {
    .b-vendor--selected .b-vendor__param {
        width: 8.9%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.b-vendor--selected .b-vendor__param a {
    border: none
}

.b-vendor--selected .b-vendor__param-title {
    display: block;
    font-size: 10px;
    margin-bottom: auto
}

.b-vendor--selected .b-vendor__btns {
    width: 100%;
    margin-top: 20px
}

@media (min-width: 768px) {
    .b-vendor--selected .b-vendor__btns {
        width: auto
    }
}

@media (min-width: 1100px) {
    .b-vendor--selected .b-vendor__btns {
        margin-top: 0;
        margin-left: auto
    }
}

.b-vendor.b-vendor--map {
    height: auto;
    border: 1px solid #e4e4e4;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .b-vendor.b-vendor--map {
        max-width: 320px;
        height: 100%;
        top: 0;
        border-right: none
    }
}

.b-vendor.b-vendor--map .b-vendor__logo {
    margin-bottom: 20px;
    width: 30px !important;
    margin-right: 10px !important
}

.b-vendor.b-vendor--map .b-vendor__edit-btns {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 20px
}

.b-vendor.b-vendor--map .b-vendor__title {
    width: 80%;
    margin-bottom: 20px;
    padding-right: 20px
}

.b-vendor.b-vendor--map .b-vendor__description {
    display: none
}

@media (min-width: 768px) {
    .b-vendor.b-vendor--map .b-vendor__description {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.2;
        padding: 10px 0
    }
}

.b-vendor.b-vendor--map .b-vendor__row {
    padding: 0 20px
}

.b-vendor.b-vendor--map .b-vendor__row:not(:first-of-type) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .b-vendor.b-vendor--map .b-vendor__row:nth-of-type(3), .b-vendor.b-vendor--map .b-vendor__row:nth-of-type(5) {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 25px
    }
}

.b-vendor.b-vendor--map .b-vendor__param {
    display: none
}

@media (min-width: 768px) {
    .b-vendor.b-vendor--map .b-vendor__param {
        display: block;
        width: 50%;
        margin-bottom: 20px
    }
}

.b-vendor.b-vendor--map .b-vendor__param a {
    padding: 0;
    border: none
}

.b-vendor.b-vendor--map .b-vendor__param-title {
    display: block;
    font-size: 10px
}

.b-vendor.b-vendor--map .b-vendor__row--bottom .b-vendor__param {
    width: 25%
}

.b-vendor.b-vendor--map .b-vendor__btns {
    margin-bottom: 25px;
    width: 100%
}

@media (max-width: 768px) {
    .b-vendor.b-vendor--map .b-vendor__btns {
        margin-bottom: 0;
        margin-top: 0
    }
}

.b-vendor.b-vendor--map .b-vendor__btn {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 768px) {
    .b-vendor.b-vendor--map .b-vendor__btn {
        padding-left: 5px;
        padding-right: 5px
    }
}

.b-vendor__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-vendor__row--bottom {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-vendor__logo {
    width: 30px;
    margin-right: 10px;
    height: 30px
}

@media (min-width: 768px) {
    .b-vendor__logo {
        margin-right: 1%;
        width: 5%
    }
}

@media (min-width: 1100px) {
    .b-vendor__logo {
        width: 30px;
        margin-right: 10px
    }
}

.b-vendor__logo img {
    max-width: 100%;
    height: 100%
}

p.b-vendor__title {
    width: 80%;
    margin-bottom: 0;
    padding-right: 30px;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
    position: relative
}

@media (min-width: 768px) {
    p.b-vendor__title {
        width: 17.8%;
        font-size: 14px
    }
}

@media (min-width: 1100px) {
    p.b-vendor__title {
        width: 16%;
        font-size: 14px
    }
}

p.b-vendor__title:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 130%;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5f5f5
}

.b-vendor__edit-btns {
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

@media (min-width: 1100px) {
    .b-vendor__edit-btns {
        margin-top: 0
    }
}

.b-vendor__edit-btn {
    font-size: 16px;
    color: #e4e4e4
}

.b-vendor__remove-btn {
    font-size: 22px;
    color: #e4e4e4
}

.b-vendor__description {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    color: #9c9c9c
}

@media (min-width: 768px) {
    .b-vendor__description {
        font-size: 14px;
        line-height: 1.6
    }
}

.b-vendor__row--description, .b-vendors__subtitle {
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.b-vendor__row--description {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-vendor__param, .b-vendor__row--description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-vendor__param {
    width: 25%;
    line-height: 1.2;
    margin-top: 15px
}

@media (min-width: 768px) {
    .b-vendor__param {
        width: 9.5%;
        margin-top: 0
    }
}

@media (min-width: 1100px) {
    .b-vendor__param {
        width: 7.5%
    }
}

.b-vendor__param-title {
    margin-bottom: 3px;
    font-size: 10px;
    text-transform: uppercase;
    color: #9c9c9c
}

@media (min-width: 768px) {
    .b-vendor__param-title {
        display: none;
        font-size: 12px
    }
}

.b-vendor__param-value {
    font-size: 12px;
    font-weight: 500;
    color: #000
}

@media (min-width: 768px) {
    .b-vendor__param-value {
        font-size: 14px
    }

    .b-vendor__param-value a.b-vendor__btn {
        font-size: 14px;
        padding: 5px 10px
    }
}

.b-vendor__param-value--orange {
    color: var(--v-primary-base)
}

.b-vendor__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 30px;
    width: 80%
}

@media (min-width: 1100px) {
    .b-vendor__btns {
        width: auto;
        margin-top: 0
    }
}

.b-vendor .b-vendor__btn {
    padding: 4px 10px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    cursor: pointer
}

@media (min-width: 768px) {
    .b-vendor .b-vendor__btn {
        padding: 8px 10px;
        font-size: 11px
    }
}

.b-vendor .b-vendor__btn:first-of-type {
    margin-right: 5px
}

.b-vendor .b-vendor__btn--add {
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.b-vendor .b-vendor__btn--add:hover {
    background-color: rgba(234, 83, 41, .2)
}

.b-vendor a.b-vendor__btn {
    background: none;
    color: #9c9c9c
}

.b-vendor .b-vendor__btn--del {
    padding: 0;
    margin-left: 0;
    color: var(--v-primary-base);
    border: none;
    width: 26px;
    height: 26px;
    position: relative
}

.b-vendor .b-vendor__btn--del:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.b-vendor .b-vendor__btn--del:after, .b-vendor .b-vendor__btn--del:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: var(--v-primary-base)
}

.b-vendor .b-vendor__btn--del:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.b-popup[data-popup=vendors] .b-popup__inner {
    padding: 16px 64px 32px
}

.b-popup[data-popup=vendors] .b-form__section:last-of-type {
    margin-bottom: 36px
}

.b-vendors .b-form__col-2:first-of-type, .b-vendors .b-form__col:not(:last-of-type) {
    padding-right: 10px
}

.b-vendors .b-form__col input, .b-vendors .b-form__col input[type=radio] + label, .b-vendors .b-form__col select, .b-vendors .b-form__col textarea {
    font-size: 14px
}

.b-vendors .b-form__col input:not([type=radio]):not([type=checkbox]) {
    padding: 4px 10px;
    height: 42px;
    border-radius: 8px
}

.b-vendors .b-form__col input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder {
    font-size: 13px
}

.b-vendors .b-form__col input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder {
    font-size: 13px
}

.b-vendors .b-form__col input:not([type=radio]):not([type=checkbox])::placeholder {
    font-size: 13px
}

.b-vendors .b-select select {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    font-size: 13px
}

.b-vendors .b-form__row--title {
    margin-bottom: 5px
}

.b-form__col--adress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px
}

.b-vendors .b-form__col.b-form__col--currency {
    padding-right: 10px
}

.b-form__subtitle {
    width: 100%;
    font-size: 14px;
    font-weight: 700
}

.b-form__custom-radio {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0
}

.b-form__custom-radio + label {
    padding: 6px 15px;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    font-weight: 700
}

.b-form__custom-radio:checked + label {
    border: 1px solid var(--v-primary-base);
    color: var(--v-primary-base);
    background-color: rgba(234, 83, 41, .2)
}

.b-vendors__selected-company {
    z-index: 10
}

.b-vendors__selected-company--sticky {
    z-index: 10;
    position: fixed;
    top: 0;
    margin-top: 0;
    max-width: 1200px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.b-vendors__selected-company--sticky .b-vendor--selected {
    min-height: 80px
}

.b-vendors__selected-company--sticky-mobile {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    background-color: #fff
}

.b-vendors__selected-company--sticky-mobile .b-vendor__row {
    width: auto
}

.b-vendors__selected-company--sticky-mobile .b-vendor__btns {
    width: auto;
    margin-top: 0
}

.b-vendors__selected-company--sticky-mobile .b-vendor__btn:not(.b-vendor__btn--del), .b-vendors__selected-company--sticky-mobile .b-vendor__param {
    display: none
}

.b-vendors__selected-company--sticky-mobile .b-vendor--selected {
    min-height: 80px
}

.slide-fade-enter-active, .slide-fade-leave-active {
    -webkit-transition: all .5s cubic-bezier(.38, 0, .28, 1);
    transition: all .5s cubic-bezier(.38, 0, .28, 1)
}

.slide-fade-enter {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
}

.slide-fade-leave-to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
}

.slide-fade-enter.b-vendors__list, .slide-fade-enter.b-vendors__map {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.slide-fade-leave-to.b-vendors__list, .slide-fade-leave-to.b-vendors__map {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.slide-fade-enter.b-vendors__selected-company--sticky, .slide-fade-leave-to.b-vendors__selected-company--sticky {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px)
}

.slide-fade-enter.b-vendors__selected-company--sticky-mobile, .slide-fade-leave-to.b-vendors__selected-company--sticky-mobile {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.b-vendors.b-vendors--map .b-filter__list {
    width: auto;
    margin-right: auto
}

.b-vendors.b-vendors--map .b-vendor.b-vendor--map .b-vendor__row:nth-of-type(3), .b-vendors.b-vendors--map .b-vendor.b-vendor--map .b-vendor__row:nth-of-type(5) {
    border-bottom: none;
    padding-top: 10px;
    margin-bottom: 15px
}

.b-vendors.b-vendors--map .b-vendor__row--description {
    border-bottom: 1px solid #f5f5f5
}

.b-vendors.b-vendors--map .b-vendor__row--description .b-vendor__description {
    margin-bottom: 5px
}

.b-vendors.b-vendors--map .b-vendors__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .b-vendors.b-vendors--map .b-vendors__map {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.b-vendors.b-vendors--map .b-vendor--map {
    position: relative
}

.b-vendors.b-vendors--map .b-vendors__header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5
}

.b-vendors.b-vendors--map .b-vendors__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px
}

.b-vendors.b-vendors--map .filter {
    min-width: 100px;
    margin-right: 10px;
    position: relative
}

.b-vendors.b-vendors--map .filter label {
    font-size: 14px
}

.b-vendors.b-vendors--map .filter select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    font-size: 14px
}

.b-vendors .b-vendor__equipment {
    overflow-y: scroll;
    height: 180px;
    margin-bottom: 0;
    width: 100%;
    list-style: none
}

.b-vendors .b-vendor__equipment li {
    margin-bottom: 0;
    font-size: 12px
}

.b-vendors .b-vendor__equipment li a {
    color: #1a1a1a;
    background-size: 0;
    font-size: 13px;
    font-weight: 500
}

.b-vendors .b-vendor__equipment li a:hover {
    color: var(--v-primary-base)
}

.b-vendors .b-vendor__equipment li:before {
    content: "" !important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--v-primary-base);
    top: 10px;
    left: 2px
}

.b-vendors .b-vendor__equipment li:not(:last-of-type):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 5px;
    top: 10px;
    background-color: var(--v-primary-base)
}

.y-map {
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

@media (min-width: 768px) {
    .y-map {
        max-width: 880px;
        margin-left: auto
    }
}

.y-map--wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0
}

.b-vendor__equipment-scroll {
    width: 100%;
    position: relative
}

.b-vendors__header-btns.b-vendors__header-btns--map {
    position: absolute;
    top: 10px;
    right: 10px
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map {
    background-color: #fff;
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 14px
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map:first-of-type {
    margin-right: 5px
}

.b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active {
    background-color: rgba(234, 83, 41, .2);
    color: var(--v-primary-base)
}

.b-form__checkbox-item, .b-vendors__selected-company--sticky-mobile .b-vendor__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-form__checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-popup--lead .h2 {
    font-size: 18px
}

.b-popup--lead .b-form {
    margin-top: 24px
}

.b-popup--lead .b-form__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-popup--lead .b-form__checkbox-wrap {
    padding: 6px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    height: 150px;
    overflow-y: scroll
}

.b-popup--lead .b-form__checkbox-wrap--ps {
    height: auto;
    max-height: 150px;
    min-height: 35px
}

.b-popup--lead .b-form__checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px
}

.b-popup--lead .b-form__checkbox-item label {
    line-height: 1.2
}

.b-popup--lead .b-form__checkbox-item input {
    margin-right: 4px
}

.b-popup--lead .b-form__row--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 8px
}

.b-popup--lead .b-form__row--btns .b-vendor__btn {
    padding: 8px 10px;
    margin-bottom: 12px;
    background-color: transparent;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    color: #9c9c9c;
    border: 1px solid #e4e4e4;
    border-radius: 8px
}

@media (min-width: 768px) {
    .b-popup--lead .b-form__row--btns .b-vendor__btn {
        padding: 8px 10px;
        font-size: 14px
    }
}

.b-popup--lead .b-form__row--btns .b-vendor__btn:first-of-type {
    margin-right: 5px
}

.b-popup--lead .b-form__row--btns .b-vendor__btn--add {
    color: var(--v-primary-base);
    border: 1px solid var(--v-primary-base);
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.b-popup--lead .b-form__row--btns .b-vendor__btn--add:hover {
    background-color: rgba(234, 83, 41, .2)
}

.b-popup--lead .b-form__row--btns .b-vendor__btn--add[disabled] {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    pointer-events: none
}

.b-popup--lead .b-form__row--btns a.b-vendor__btn {
    background: none;
    color: #9c9c9c
}

.b-popup--lead .b-form__row--btns--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-popup--lead .b-form__row--btns--column .b-vendor__btn {
    margin-bottom: 12px
}

.b-form__check-title {
    font-size: 14px;
    font-weight: 700
}

.b-popup-articles.b-popup__outer {
    width: 90%;
    max-width: 90%;
    padding-top: 20px
}

.b-popup-articles .b-popup__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 64px
}

.b-popup-articles .b-order__content {
    max-height: 48vh;
    overflow-y: scroll;
    padding-left: 30px
}

.b-popup-articles .b-order__head {
    padding-left: 30px
}

.b-popup-articles .b-order__head div:nth-of-type(3) {
    width: 9.5%
}

.b-popup-articles .b-form__row--btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.b-popup-articles .b-form__row--btns .b-vendor__btn {
    margin-right: 6px
}

.b-popup-articles .b-order__icon i:before {
    color: #000
}

.b-popup-articles .b-order__item {
    position: relative
}

.b-popup-articles .b-order__item-add-to-selected {
    position: absolute;
    left: -30px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.b-popup-articles .b-order__item-add-to-selected:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 6px;
    top: 8px;
    left: 5px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background-color: #555
}

.b-popup-articles .b-order__item-add-to-selected:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    top: 4px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #555
}

.b-popup-articles .b-order__item-add-to-selected--active {
    border-color: var(--v-primary-base);
    background-color: rgba(234, 83, 41, .2)
}

.b-popup-articles .b-order__item-add-to-selected--active:after, .b-popup-articles .b-order__item-add-to-selected--active:before {
    background-color: var(--v-primary-base)
}

.b-popup-articles .b-order__content-title {
    margin-left: -28px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700
}

#inner-preloader {
    position: relative;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    height: 100px;
    -webkit-transition: all .25s;
    transition: all .25s
}

#inner-preloader.preloader--active {
    opacity: 1
}

#map-preloader {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .75)
}

.b-vendor__btn-close {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #c9c9c9
}

.slide-left-enter-active.b-vendor--map, .slide-left-leave-to.b-vendor--map {
    -webkit-transition: all .5s cubic-bezier(.38, 0, .28, 1);
    transition: all .5s cubic-bezier(.38, 0, .28, 1)
}

.slide-left-enter.b-vendor--map, .slide-left-leave-to.b-vendor--map {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ymaps-2-1-74-b-cluster-accordion__item_current_yes .ymaps-2-1-74-b-cluster-accordion__item-content {
    display: none !important;
    height: 0 !important;
    padding: 0 !important
}

.ymaps-2-1-74-b-cluster-accordion__item-title {
    padding: 9px !important
}

.ymaps-2-1-74-b-cluster-accordion__item-content {
    margin-top: 0 !important
}

.ymaps-2-1-74-b-cluster-accordion__item-content-expanded {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important
}

.ymaps-2-1-74-b-cluster-accordion__item {
    height: 38px !important;
    border: none !important
}

.ymaps-2-1-74-b-cluster-accordion__item:before {
    height: 0 !important
}

.ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
    margin-right: -10px !important
}

.ymaps-2-1-74-b-cluster-accordion__item-caption {
    padding: 0 0 0 16px !important
}

.ymaps-2-1-74-b-cluster-accordion__item-title {
    max-width: 90% !important
}

.b-vendor__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 12px
}

.b-vendor__btn-wrap .b-order__item-warning {
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: var(--v-primary-base)
}

.b-vendor__btn-wrap .b-order__item-warning:before {
    left: 0;
    height: 30px;
    width: 20px
}

.b-vendor__btn--createlead {
    width: 100%;
    position: relative;
    margin-right: 0 !important;
    margin-bottom: 0 !important
}

@media (min-width: 1100px) {
    .b-vendor__row .b-vendor__btns, .b-vendor__row .b-vendor__btns a {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .b-vendor__row .b-vendor__btns a {
        text-align: center
    }

    .b-vendor__row .b-vendor__btns button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.b-wish-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

@media (min-width: 768px) {
    .b-wish-list {
        padding: 0
    }
}

.b-wish-list .b-wish-list__top-row-title {
    font-size: 18px;
    font-weight: 700;
    color: #8a8a8a;
    margin-bottom: 0;
    margin-right: 10px
}

@media (max-width: 568px) {
    .b-wish-list .b-wish-list__top-row-title {
        margin-bottom: 10px
    }
}

.b-wish-list .b-wish-list__top-row-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--v-primary-base);
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

@media (max-width: 568px) {
    .b-wish-list .b-wish-list__top-row-selected {
        margin-bottom: 10px;
        width: 100%
    }
}

.b-wish-list .b-wish-list__top-row-selected p {
    margin-bottom: 0;
    margin-right: 10px
}

.b-wish-list .b-wish-list__top-row-change {
    font-weight: 700;
    font-size: 12px;
    color: var(--v-primary-base);
    margin-left: auto
}

@media (max-width: 568px) {
    .b-wish-list .b-wish-list__top-row-change {
        margin-bottom: 10px
    }
}

.b-wish-list .b-wish-list__top-row-change svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.b-wish-list .b-wish-list__top-row-change--active svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.b-wish-list .b-wish-list__companies-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    font-size: 11px;
    text-transform: uppercase;
    color: #9c9c9c
}

.b-wish-list .b-wish-list__companies-qty {
    color: var(--v-primary-base);
    font-weight: 700;
    line-height: 1.2
}

.b-wish-list .b-wish-list__companies-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    width: 85%
}

@media (min-width: 568px) {
    .b-wish-list .b-wish-list__companies-title {
        width: 70%
    }
}

@media (min-width: 992px) {
    .b-wish-list .b-wish-list__companies-title {
        width: 40%
    }
}

.b-wish-list .b-wish-list__companies-header-title:first-of-type {
    width: 85%
}

@media (min-width: 568px) {
    .b-wish-list .b-wish-list__companies-header-title:first-of-type {
        width: 70%
    }
}

@media (min-width: 992px) {
    .b-wish-list .b-wish-list__companies-header-title:first-of-type {
        width: 40%
    }
}

.b-wish-list .b-wish-list__companies-list {
    -webkit-transition: height .5s;
    transition: height .5s;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 16px
}

.b-wish-list .b-wish-list__companies-list::-webkit-scrollbar {
    width: 5px;
    background: #f5f5f5
}

.b-wish-list .b-wish-list__companies-list::-webkit-scrollbar-thumb {
    height: 5px;
    background: #c8c8c8
}

.b-wish-list .b-wish-list__companies-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
    cursor: pointer
}

.b-wish-list .b-wish-list__companies-item:first-of-type {
    border-top: 1px solid #eaeaea
}

.b-wish-list .b-wish-list__companies-item--active, .b-wish-list .b-wish-list__companies-item:hover {
    background-color: #f9f9f9
}

.b-wish-list__top-row {
    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;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .b-wish-list__top-row {
        margin-bottom: 25px
    }
}

.b-wish-list__top-row .b-wish-list__section-title {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700
}

@media (min-width: 768px) {
    .b-wish-list__top-row .b-wish-list__section-title {
        width: auto;
        margin-bottom: 0
    }
}

.b-wish-list__top-row .b-customers-list__link {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-weight: 700;
    color: #959595;
    padding: 4px 10px;
    margin-bottom: 10px;
    margin-left: auto
}

@media (min-width: 768px) {
    .b-wish-list__top-row .b-customers-list__link {
        margin-bottom: 0
    }
}

.b-wish-list__wrap {
    position: relative;
    margin-top: 25px
}

.b-wish-list__header {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 10px solid #f5f5f5
}

.b-wish-list__header-right {
    position: absolute;
    top: 0;
    right: 0
}

.b-wish-list__header-right:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 25px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.b-wish-list__scroll-bar {
    margin-bottom: 25px
}

.b-wish-list__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    max-width: 1000px;
    position: relative
}

.b-wish-list__list, .b-wish-list__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-wish-list__list--item {
    padding: 3px 0
}

.b-wish-list__list-title {
    font-size: 24px;
    font-weight: 700;
    color: #565656;
    margin-right: 44px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .25s;
    transition: all .25s
}

.b-wish-list__list-title--selected {
    border-bottom: 4px solid var(--v-primary-base)
}

.b-wish-list__list-title:hover:not(.b-wish-list__list-title--selected) {
    border-bottom: 4px solid #eaeaea
}

.b-wish-list__scroll-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-wish-list__scroll-bar .b-wish-list__scroll-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    cursor: pointer
}

.b-wish-list__scroll-btn--back {
    margin-right: 30px
}

.b-wish-list__scroll-btn--back svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-wish-list__scroll-btn--forward {
    margin-left: 30px
}

.b-wish-list__header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-wish-list__header-row .b-customers-list__link {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    font-weight: 700;
    color: #959595;
    padding: 4px 10px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .b-wish-list__header-row .b-customers-list__link {
        margin-bottom: 0
    }
}

.b-wish-list__header-row .b-customers-list__link:first-of-type {
    margin-right: 20px
}

.b-wish-list__header-row:first-of-type {
    margin-bottom: 14px
}

.b-wish-list__header-row:nth-of-type(2), .b-wish-list__header-row:nth-of-type(3) {
    margin-bottom: 10px
}

.b-wish-list__header input.b-wish-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 700;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    outline: none;
    background-color: #fafafa;
    color: #000;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 4px 10px
}

.b-wish-list__header input.b-wish-list__title:focus, .b-wish-list__header input.b-wish-list__title:hover {
    border-color: #e4e4e4
}

.b-wish-list__header h1.b-wish-list__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 8px 0 0;
    padding-top: 2px;
    background-color: transparent;
    color: #000
}

.b-wish-list__header h1.b-wish-list__title, .b-wish-list__header input.b-wish-list__text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: normal
}

.b-wish-list__header input.b-wish-list__text-info {
    font-size: 14px;
    line-height: 1;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    outline: none;
    background-color: #fafafa;
    color: #565656;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 4px 10px
}

.b-wish-list__header input.b-wish-list__text-info:focus, .b-wish-list__header input.b-wish-list__text-info:hover {
    border-color: #e4e4e4
}

.b-wish-list__header-text {
    line-height: 1.5
}

.b-wish-list__header-text:first-of-type {
    margin-right: 15px
}

.b-wish-list__header-text-label {
    color: #9c9c9c;
    font-size: 11px;
    text-transform: uppercase
}

.b-wish-list__header p.b-wish-list__text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    padding-top: 2px;
    background-color: transparent;
    color: #565656
}

.b-wish-list__header .b-wish-list__header-date {
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 400;
    margin-right: 24px;
    position: relative;
    display: inline-block
}

.b-wish-list__header .b-wish-list__header-date:first-of-type:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: -14px;
    background-color: #565656
}

.b-wish-list__header .b-wish-list__header-description {
    max-width: 730px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #565656
}

.b-wish-list__header textarea.b-wish-list__header-description:not(.b-form__textarea) {
    max-width: 730px;
    width: 70%;
    padding: 6px 10px;
    margin-bottom: 0;
    margin-right: 10px;
    height: 100px;
    resize: vertical;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 6px
}

button.b-wish-list__edit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 3px 15px;
    font-weight: 700;
    background-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s
}

button.b-wish-list__edit-btn span {
    margin-right: 10px;
    color: #959595;
    -webkit-transition: color .25s;
    transition: color .25s
}

button.b-wish-list__edit-btn:hover {
    background-color: rgba(234, 83, 41, .2);
    border: 1px solid rgba(234, 83, 41, .2)
}

button.b-wish-list__edit-btn:hover span {
    color: var(--v-primary-base)
}

.b-customers-list__icon--remove:after {
    width: 0
}

.b-wish-list .b-form__textarea {
    height: auto
}

.b-installed-base-table__links--left {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-installed-base-table__links--left .b-customers-list__link:first-of-type {
    margin-right: 10px
}

.b-wish-list__content-row {
    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;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea
}

@media (min-width: 950px) {
    .b-wish-list__content-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.b-wish-list__content-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-wish-list__content-item .b-wish-list__content-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.b-wish-list__content-cell--mobile {
    font-size: 11px;
    color: #9c9c9c;
    text-transform: uppercase
}

@media (min-width: 950px) {
    .b-wish-list__content-cell--mobile {
        display: none
    }
}

@media (min-width: 950px) {
    .b-wish-list__content-cell.b-wish-list__content-cell--go-to {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.b-wish-list__content-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 11.875%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.2;
    word-break: break-all
}

@media (min-width: 950px) {
    .b-wish-list__content-cell {
        margin-bottom: 0
    }
}

@media (min-width: 950px) {
    .b-wish-list__content-cell .b-spinner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.b-wish-list__content-cell .b-spinner__input {
    margin-right: 0
}

.b-wish-list__content-cell .b-spinner__input button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-wish-list__content-cell--btn {
    cursor: pointer
}

.b-wish-list__content-cell--select {
    position: relative
}

.b-wish-list__content-cell--select:after {
    content: "\e800";
    font-family: Icons;
    line-height: 100%;
    font-size: 8px;
    color: var(--v-primary-base);
    height: 14px;
    position: absolute;
    top: 5px;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto;
    pointer-events: none
}

.b-wish-list .b-wish-list__content-cell.b-wish-list__content-cell--search {
    width: 100%;
    margin-bottom: 0
}

@media (min-width: 950px) {
    .b-wish-list .b-wish-list__content-cell.b-wish-list__content-cell--search {
        width: 25.5%;
        margin-left: auto
    }
}

.b-wish-list .b-wish-list__content-cell.b-wish-list__content-cell--search .search-wrap {
    max-width: 100%
}

.b-wish-list .b-wish-list__content-cell.b-wish-list__content-cell--price div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-wish-list .b-wish-list__content-cell.b-wish-list__content-cell--price div span:first-of-type {
    margin-right: 5px
}

.b-wish-list__content-cell:first-of-type {
    display: none
}

@media (min-width: 950px) {
    .b-wish-list__content-cell:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 3%
    }
}

.b-wish-list__content-cell:nth-of-type(2) {
    width: 100%;
    padding-right: 5px
}

@media (min-width: 568px) {
    .b-wish-list__content-cell:nth-of-type(2) {
        width: 33%
    }
}

@media (min-width: 950px) {
    .b-wish-list__content-cell:nth-of-type(2) {
        width: 20%
    }
}

.b-wish-list__content-cell:nth-of-type(3), .b-wish-list__content-cell:nth-of-type(4), .b-wish-list__content-cell:nth-of-type(5) {
    width: 33%;
    padding-right: 5px
}

@media (min-width: 950px) {
    .b-wish-list__content-cell:nth-of-type(3), .b-wish-list__content-cell:nth-of-type(4), .b-wish-list__content-cell:nth-of-type(5) {
        width: 13%
    }
}

.b-wish-list__content-cell:nth-of-type(6) {
    width: 33%
}

@media (min-width: 950px) {
    .b-wish-list__content-cell:nth-of-type(6) {
        width: 9%
    }
}

.b-wish-list__content-cell:nth-of-type(7), .b-wish-list__content-cell:nth-of-type(8) {
    width: 33%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width: 950px) {
    .b-wish-list__content-cell:nth-of-type(7), .b-wish-list__content-cell:nth-of-type(8) {
        width: 12%
    }
}

.b-wish-list__content-cell:nth-of-type(9) {
    width: 5%
}

@media (max-width: 568px) {
    .b-wish-list__content-cell.b-wish-list__content-cell--select {
        width: 80%
    }
}

.b-wish-list__content-link {
    padding: 4px 10px;
    border: 1px solid var(--v-primary-base);
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer
}

.b-wish-list__content-link--cart {
    margin: 30px auto 0
}

.b-wish-list__content-select {
    width: 100%;
    padding: 6px 37px 6px 10px;
    border: 1px solid #e4e4e4;
    color: var(--v-primary-base);
    border-radius: 6px;
    font-weight: 700
}

.b-wish-list__content__header .b-wish-list__content-cell {
    color: #9c9c9c;
    font-size: 11px;
    text-transform: uppercase
}

@media (max-width: 950px) {
    .b-wish-list__content__header .b-wish-list__content-cell:not(:nth-of-type(8)) {
        display: none
    }
}

.b-wish-list__remove-btn {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    position: relative
}

.b-wish-list__remove-btn:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.b-wish-list__remove-btn:after, .b-wish-list__remove-btn:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #565656
}

.b-wish-list__remove-btn:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.b-wish-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-form__section--wl {
    position: relative;
    text-align: center
}

.b-form__section--wl label {
    width: 100%
}

.b-form__section--wl:last-of-type {
    margin-top: 20px
}

.b-form__section--wl svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

p.b-popup__no-wishlists {
    margin: 0
}

@supports (-moz-appearance:none) {
    .site input[type=number]::-webkit-inner-spin-button, .site input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .site input[type=number] {
        -moz-appearance: textfield
    }

    .site input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .site .b-form input.b-form__input {
        padding: 9px 17px
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .outer {
        width: 100%
    }

    main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: auto !important
    }

    input:-moz-read-only, input:disabled {
        pointer-events: none;
        background-color: #e6e6e6;
        border-color: #e6e6e6
    }

    input:disabled, input:read-only {
        pointer-events: none;
        background-color: #e6e6e6;
        border-color: #e6e6e6
    }

    .site {
        -ms-overflow-style: none;
        overflow-x: hidden;
        overflow-y: auto;
        height: 1px
    }

    .site::-webkit-scrollbar {
        display: none;
        background: transparent
    }

    .site::-webkit-scrollbar-thumb {
        background: transparent
    }

    .b-popup .form__field label {
        width: 100%
    }

    .b-search-new {
        margin-right: 0;
        margin-left: auto
    }

    .b-breadcrumbs__content {
        -ms-overflow-style: none
    }

    .b-category > section {
        overflow: auto;
        max-height: 768px
    }

    .b-category__images {
        max-width: none
    }

    .b-order__head .is-active span {
        display: inline-block
    }

    .b-spinner .b-spinner__input input[type=number] {
        height: 24px
    }

    .b-form__checkbox {
        width: 100%
    }

    .b-form input.b-form__input {
        padding: 0 17px
    }
}

@media (-ms-high-contrast: active) and (min-width: 1200px),(-ms-high-contrast: none) and (min-width: 1200px) {
    main {
        height: 100%
    }

    .b-filter .btn-box {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .b-item-card .b-item-card-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .b-item-card .b-item-card-table, .b-item-card .b-item-card-table__left .b-item-card-table__row, .b-item-card .b-item-card-table__left .b-item-card-table__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .b-item-card .b-item-card-table__left .b-item-card-table__row > div, .b-item-card .b-item-card-table__left .b-item-card-table__top > div {
        margin-right: 5px
    }

    .b-item-card .b-item-card-table__left .b-item-card-table__row > div:first-child, .b-item-card .b-item-card-table__left .b-item-card-table__top > div:first-child {
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px
    }

    .b-item-card .b-item-card-table__left .b-item-card-table__row > div:nth-child(2), .b-item-card .b-item-card-table__left .b-item-card-table__top > div:nth-child(2) {
        -ms-flex-preferred-size: 85px;
        flex-basis: 85px
    }

    .b-item-card .b-item-card-table__left .b-item-card-table__row > div:last-child, .b-item-card .b-item-card-table__left .b-item-card-table__top > div:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 0
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div, .b-item-card .b-item-card-table__right .b-item-card-table__top > div {
        margin-right: 5px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:first-child, .b-item-card .b-item-card-table__right .b-item-card-table__top > div:first-child {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:nth-child(2), .b-item-card .b-item-card-table__right .b-item-card-table__top > div:nth-child(2) {
        -ms-flex-preferred-size: 85px;
        flex-basis: 85px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:nth-child(3), .b-item-card .b-item-card-table__right .b-item-card-table__top > div:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 0
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:last-child, .b-item-card .b-item-card-table__right .b-item-card-table__top > div:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0
    }
}

@media (-ms-high-contrast: active) and (min-width: 1200px),(-ms-high-contrast: none) and (min-width: 1200px) {
    .b-item-card .b-item-card-table {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .b-item-card .b-item-card-table__left {
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px
    }

    .b-item-card .b-item-card-table__right {
        -ms-flex-preferred-size: 520px;
        flex-basis: 520px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row, .b-item-card .b-item-card-table__right .b-item-card-table__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div, .b-item-card .b-item-card-table__right .b-item-card-table__top > div {
        margin-right: 5px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:first-child, .b-item-card .b-item-card-table__right .b-item-card-table__top > div:first-child {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:nth-child(2), .b-item-card .b-item-card-table__right .b-item-card-table__top > div:nth-child(2) {
        -ms-flex-preferred-size: 85px;
        flex-basis: 85px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:nth-child(3), .b-item-card .b-item-card-table__right .b-item-card-table__top > div:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px
    }

    .b-item-card .b-item-card-table__right .b-item-card-table__row > div:last-child, .b-item-card .b-item-card-table__right .b-item-card-table__top > div:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 0
    }

    .b-item-card .b-item-card-table .b-spinner .b-spinner__button {
        width: 87px;
        margin-right: 0;
        margin-left: auto
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .bx-authform {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.b-prods__slider .slick-slide__inner {
    height: auto;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-category__item a h2 {
    text-align: center
}

#js-select-company-btn span, #js-select-manager-btn span, .link-to-profile span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.b-model-table__item_active {
    background: rgba(234, 83, 41, .25);
}

.e-search {
    display: flex;
    align-items: center;
    width: 280px;
}

.e-search .form__field.m-search::after {
    display: none;
}

.e-search__icon {
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 145px;
    margin: auto;
    width: 18px;
    cursor: pointer;
    z-index: 2;
}

.form__field {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.form__field input {
    width: 170px !important;
}

.form__field.m-search::after {
    right: inherit;
    left: 145px;
}

.e-search__button {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 24px;
    font-weight: 700;
    color: #e64b19;
    padding: 0 8px;
    height: 30px;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ea5239 !important;
    border-radius: 4px;
}

.b-model-table__item {
    display: table-row;
    padding: 0;
}

@media (max-width: 768px) {
    .b-model-table__item {
        flex-flow: column wrap;
    }
}

.theme-ugmk .site .h1, .theme-ugmk .site h1 {
    color: #333;
}

.theme-ugmk .btn, .theme-ugmk a.btn, .theme-ugmk button.btn, .theme-ugmk input.btn, .theme-ugmk label.btn {
    background: #f39420
}

.theme-ugmk .b-companies a:hover, .theme-ugmk .b-managers a:hover {
    color: #f39420
}

.theme-ugmk .b-header-icons__item:not(.mod-logout) i {
    color: #666
}

.theme-ugmk .b-header-icons__item.mod-logout a:hover i, .theme-ugmk .b-header-icons__item:not(.mod-logout):hover i, .theme-ugmk .b-select-lang .b-select-lang__list li a:hover, .theme-ugmk .mod-rounded-gray {
    color: #f39420
}

.theme-ugmk .i-svg svg {
    fill: #666;
    stroke: #666
}

.theme-ugmk .b-header-icons__item a:hover .i-svg svg, .theme-ugmk .b-header-icons__item a:hover .i-svg svg path {
    fill: #f39420;
    stroke: #f39420
}

.theme-ugmk .b-logo img.mod-no-sm {
    max-width: 300px
}

.theme-ugmk button.b-notification__btn {
    background-color: #f39420
}

.theme-ugmk a.b-notification__btn-link {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-header-icons__item.mod-logout a:last-child:hover {
    color: #f39420
}

.theme-ugmk button.b-notification__all-is-read {
    background-color: #f39420
}

.theme-ugmk .b-search-header .b-search-header__search {
    -webkit-box-shadow: 0 0 30px rgba(255, 121, 0, .3);
    box-shadow: 0 0 30px rgba(255, 121, 0, .3)
}

.theme-ugmk .b-search-header .b-search-header__submit:after {
    background-color: #f39420
}

.theme-ugmk .b-brand-menu__change, .theme-ugmk .b-brand-menu__letter, .theme-ugmk .b-brand-menu__links a.active, .theme-ugmk .b-brand-menu__links a:hover, .theme-ugmk .b-category__item:hover h2, .theme-ugmk .b-pumps a.show-more {
    color: #f39420
}

.theme-ugmk .b-pumps a.show-more:hover {
    color: #fff;
    background: #f39420
}

.theme-ugmk .navigation a.navigation__link {
    background: #f39420
}

.theme-ugmk .navigation a.navigation__link:hover {
    color: #f39420 !important;
    border-color: #f39420
}

.theme-ugmk button.to-top-button svg {
    fill: #f39420
}

.theme-ugmk a.footer__social-link:hover {
    background-color: #f39420
}

.theme-ugmk .footer__data:before {
    opacity: 0
}

.theme-ugmk .footer__list-item a:hover,
.theme-ugmk .footer__list-item button:hover {
    color: #f39420
}

.theme-ugmk .b-content-tabs__item.active a {
    background-color: #f39420
}

.theme-ugmk .b-content-tabs__item a:focus, .theme-ugmk .b-content-tabs__item a:hover {
    background-color: rgba(255, 121, 0, .5)
}

.theme-ugmk .b-content-tabs--inner .b-content-tabs__item.active a, .theme-ugmk .b-content-tabs--inner .b-content-tabs__item a:hover {
    background-color: #fbfbfb;
    color: #f39420
}

.theme-ugmk .b-vendor--selected {
    border-color: #f39420
}

.theme-ugmk .b-vendor__param-value--orange {
    color: #f39420
}

.theme-ugmk .b-vendors .b-vendors__toggle-btn--active {
    background-color: #f39420
}

.theme-ugmk .b-vendor .b-vendor__btn--add, .theme-ugmk .b-vendors__header .b-customers-list__link {
    color: #f39420;
    border-color: #f39420
}

.theme-ugmk .b-customers-list__icon {
    border-color: #f39420
}

.theme-ugmk .b-customers-list__icon:after, .theme-ugmk .b-customers-list__icon:before {
    background-color: #f39420
}

.theme-ugmk .b-vendor .b-vendor__btn--del {
    color: #f39420
}

.theme-ugmk .b-vendor .b-vendor__btn--del:after, .theme-ugmk .b-vendor .b-vendor__btn--del:before {
    background-color: #f39420
}

.theme-ugmk .b-form__custom-radio:checked + label, .theme-ugmk button.b-requests__btn {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-installed-base-table__link, .theme-ugmk .b-select:after {
    color: #f39420
}

.theme-ugmk .b-installed-base-table__icon {
    border-color: #f39420
}

.theme-ugmk .b-installed-base-table__icon:after, .theme-ugmk .b-installed-base-table__icon:before {
    background-color: #f39420
}

.theme-ugmk .b-form__hint, .theme-ugmk .b-spinner .b-spinner__button {
    color: #f39420;
    border-color: #f39420
}

.theme-ugmk .b-order-history__item [title=messages] p span, .theme-ugmk .search-result__param span {
    color: #f39420 !important
}

.theme-ugmk .b-order-history .b-order-history__btn {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-order-history__select .b-order-history__select-wrap:after {
    color: #f39420
}

.theme-ugmk .b-order-history p.is-status__active {
    color: #f39420;
    background-color: rgba(255, 121, 0, .2)
}

.theme-ugmk .b-order-history__info-block {
    border-color: #f39420
}

.theme-ugmk .b-order-history--detail .b-order-history__item-cell--price p, .theme-ugmk .b-order-history--detail .b-order-history__param span:last-of-type {
    color: #f39420
}

.theme-ugmk .b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type {
    color: #f39420 !important
}

.theme-ugmk button.b-order-history__item-show-all {
    background: #f39420
}

.theme-ugmk .b-request__user-message button.b-request__send-user-message {
    background-color: #f39420
}

.theme-ugmk .b-request__user-bottom .b-form__file label span {
    color: #f39420
}

.theme-ugmk .b-wish-list .b-wish-list__top-row-selected, .theme-ugmk .b-wish-list__list-title--selected {
    border-color: #f39420
}

.theme-ugmk .b-spinner__input button, .theme-ugmk .b-wish-list .b-wish-list__companies-qty, .theme-ugmk .b-wish-list .b-wish-list__top-row-change, .theme-ugmk .b-wish-list__content-cell--select:after, .theme-ugmk .b-wish-list__content-select {
    color: #f39420
}

.theme-ugmk .b-wish-list__content-link {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk a.b-wish-list__content-link:hover {
    background: #f39420
}

.theme-ugmk .b-wish-list__content-select svg path {
    fill: #f39420
}

.theme-ugmk button.b-item-card__btn.b-item-card__btn--orange {
    color: #f39420;
    border-color: #f39420
}

.theme-ugmk button.b-item-card__btn.b-item-card__btn--orange:hover {
    background-color: rgba(255, 121, 0, .2)
}

.theme-ugmk .b-vendor__equipment-scroll:before, .theme-ugmk .b-vendors .b-vendor__equipment li:before {
    background-color: #f39420
}

.theme-ugmk .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map {
    color: #f39420;
    border: 1px solid #f39420
}

.theme-ugmk .b-request__deadline span:last-of-type, .theme-ugmk .b-request__subject, .theme-ugmk .b-requests__hint, .theme-ugmk .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active, .theme-ugmk .chart-legend__row .chart-legend__item--mve, .theme-ugmk ul.b-request__files li a:hover {
    color: #f39420
}

.theme-ugmk .b-profile .b-profile__btn--save, .theme-ugmk button.b-request__articles-add-btn {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-consumption-plan-table__link, .theme-ugmk .b-consumption-plan-table__title {
    color: #f39420
}

.theme-ugmk p.b-cp__nav-item--active {
    border-color: rgba(255, 121, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-ugmk .b-consumption-plan-table__icon {
    border: 2px solid #f39420
}

.theme-ugmk .b-consumption-plan-table__icon:after, .theme-ugmk .b-consumption-plan-table__icon:before {
    background-color: #f39420
}

.theme-ugmk button.b-cp__add-ps {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(2), .theme-ugmk .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(3) {
    color: #f39420
}

.theme-ugmk .b-cp__ib-cell input.b-cp__ib-cell-mth-box--active {
    border: 1px solid #f39420 !important;
    color: #f39420 !important
}

.theme-ugmk .b-cp__ib-cell-mth-box--total {
    background-color: #f39420;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-ugmk button.b-cp__ib-cell-btn-apply {
    background: #f39420
}

.theme-ugmk .b-cp__ib-download-file, .theme-ugmk .b-cp__ib-download-link {
    color: #f39420
}

.theme-ugmk .b-cp__ib-cell-btn:hover svg path {
    fill: #f39420
}

.theme-ugmk .b-cp__ib-cell-btn:hover:after, .theme-ugmk .b-cp__ib-cell-btn:hover:before {
    background-color: #f39420
}

.theme-ugmk .b-form__section--date .b-orders__date:after, .theme-ugmk .grid-area-shipping__block {
    color: #f39420
}

.theme-ugmk button.b-order__btn {
    border: 1px solid #f39420;
    color: #f39420
}

.theme-ugmk .b-category div.b-additional-links .b-additional-links__link {
    color: #f39420
}

.theme-ugmk .b-buttons-filter__item, .theme-ugmk .b-model-filter__info {
    border-color: #f39420;
    color: #f39420
}

.theme-ugmk .b-buttons-filter__item.active {
    background-color: #f39420;
    border-color: #f39420;
    color: #fff
}

.theme-ugmk .b-model-table__orange {
    color: #f39420
}

.theme-ugmk .b-model-filter__image-container img.active, .theme-ugmk .b-model-filter__image-container img:hover {
    background-color: #f39420
}

.theme-ugmk .b-table-list__head span.opened {
    border-top-color: #f39420
}

.theme-ugmk .b-company-profile-list__pair-img img.active {
    background-color: #f39420
}

.theme-ugmk .b-catalog-results .catalog-results-btn {
    border-color: #f39420
}

.theme-ugmk .b-catalog-results .catalog-results-btn:hover {
    background-color: #f39420 !important
}

.theme-ugmk .search-change-checkbox:checked ~ label {
    border-color: #f39420
}

.theme-ugmk .search-change-checkbox:checked ~ label:after, .theme-ugmk .search-change-checkbox:checked ~ label:before {
    background-color: #f39420
}

.theme-ugmk .b-cp__top-row-title:last-of-type span, .theme-ugmk .b-rpl-table__row a.b-rpl-table-row__hrefToItem {
    color: #f39420
}

.theme-ugmk .e-prod.is-active:before {
    background: #f39420
}

.theme-ugmk .b-point {
    color: #f39420;
    border-color: #f39420
}

.theme-ugmk .b-point:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.theme-ugmk .b-point.is-active {
    color: #fff;
    background: #f39420;
    border-color: #f39420
}

.theme-ugmk .form__field.m-search:after {
    color: #f39420
}

.theme-ugmk .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
    background: #f39420
}

.theme-ugmk .b-prods__group--expanded {
    background-color: rgba(255, 121, 0, .2);
    -webkit-box-shadow: 0 0 5px 0 #f39420;
    box-shadow: 0 0 5px 0 #f39420
}

.theme-ugmk .b-prods__item:after {
    background-color: rgba(255, 121, 0, .15)
}

.theme-ugmk .e-prod.is-active:before {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 121, 0, .2);
    box-shadow: 0 0 20px 0 rgba(255, 121, 0, .2)
}

.theme-ugmk button.e-prod__tools-btn:hover {
    color: #f39420
}

.theme-ugmk button.e-prod__tools-btn:hover path {
    fill: #f39420 !important
}

.theme-ugmk .b-pumps .b-pump .full-info {
    border: 2px solid #f39420;
    color: #f39420
}

.theme-ugmk .b-header .b-header__rpl, .theme-ugmk .b-header div.b-additional-links .b-additional-links__link {
    color: #f39420;
    border-color: #f39420
}

.theme-ugmk .b-item-card-table__warning .b-item-card-table__warning-content a {
    color: #f39420
}

.theme-ugmk .b-model-top-element a.b-mill-lining__btn, .theme-ugmk a.b-mill-lining__btn {
    color: #f39420;
    border: 1px solid #f39420
}

.theme-ugmk .b-faq .b-content-tabs__link {
    color: #f39420 !important
}

.theme-ugmk .popular-brands {
    background: #f39420 !important
}


.theme-polymetal .site .h1, .theme-polymetal .site h1 {
    color: #ec9637
}

.theme-polymetal .btn, .theme-polymetal a.btn, .theme-polymetal button.btn, .theme-polymetal input.btn, .theme-polymetal label.btn {
    background: #aaabaf
}

.theme-polymetal .b-companies a:hover, .theme-polymetal .b-managers a:hover {
    color: #aaabaf
}

.theme-polymetal .b-header-icons__item:not(.mod-logout) i {
    color: #ec9637
}

.theme-polymetal .b-header-icons__item.mod-logout a:hover i, .theme-polymetal .b-header-icons__item:not(.mod-logout):hover i, .theme-polymetal .b-select-lang .b-select-lang__list li a:hover, .theme-polymetal .mod-rounded-gray {
    color: #aaabaf
}

.theme-polymetal .b-header-icons__item a:hover .i-svg svg, .theme-polymetal .b-header-icons__item a:hover .i-svg svg path, .theme-polymetal .i-svg svg {
    fill: #ec9637;
    stroke: #ec9637
}

.theme-polymetal .b-logo img.mod-no-sm {
    max-width: 300px
}

.theme-polymetal button.b-notification__btn {
    background-color: #aaabaf
}

.theme-polymetal a.b-notification__btn-link {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-header-icons__item.mod-logout a:last-child:hover {
    color: #aaabaf
}

.theme-polymetal button.b-notification__all-is-read {
    background-color: #aaabaf
}

.theme-polymetal .b-search-header .b-search-header__search {
    -webkit-box-shadow: 0 0 30px #ec9637;
    box-shadow: 0 0 30px #ec9637
}

.theme-polymetal .b-search-header .b-search-header__submit:after {
    background-color: #aaabaf
}

.theme-polymetal .b-brand-menu__change, .theme-polymetal .b-brand-menu__letter, .theme-polymetal .b-brand-menu__links a.active, .theme-polymetal .b-brand-menu__links a:hover, .theme-polymetal .b-category__item:hover h2, .theme-polymetal .b-pumps a.show-more {
    color: #aaabaf
}

.theme-polymetal .b-pumps a.show-more:hover {
    color: #fff;
    background: #aaabaf
}

.theme-polymetal .navigation a.navigation__link {
    background: #aaabaf
}

.theme-polymetal .navigation a.navigation__link:hover {
    color: #aaabaf !important;
    border-color: #aaabaf
}

.theme-polymetal button.to-top-button svg {
    fill: #aaabaf
}

.theme-polymetal a.footer__social-link:hover {
    background-color: #aaabaf
}

.theme-polymetal .footer__data:before {
    opacity: 0
}

.theme-polymetal .footer__list-item a:hover,
.theme-polymetal .footer__list-item button:hover {
    color: #aaabaf
}

.theme-polymetal .b-content-tabs__item.active a {
    background-color: #aaabaf
}

.theme-polymetal .b-content-tabs__item a:focus, .theme-polymetal .b-content-tabs__item a:hover {
    background-color: rgba(236, 150, 55, .7)
}

.theme-polymetal .b-content-tabs--inner .b-content-tabs__item.active a, .theme-polymetal .b-content-tabs--inner .b-content-tabs__item a:hover {
    background-color: #fbfbfb;
    color: #aaabaf
}

.theme-polymetal .b-vendor--selected {
    border-color: #aaabaf
}

.theme-polymetal .b-vendor__param-value--orange {
    color: #aaabaf
}

.theme-polymetal .b-vendors .b-vendors__toggle-btn--active {
    background-color: #aaabaf
}

.theme-polymetal .b-vendor .b-vendor__btn--add, .theme-polymetal .b-vendors__header .b-customers-list__link {
    color: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal .b-customers-list__icon {
    border-color: #aaabaf
}

.theme-polymetal .b-customers-list__icon:after, .theme-polymetal .b-customers-list__icon:before {
    background-color: #aaabaf
}

.theme-polymetal .b-vendor .b-vendor__btn--del {
    color: #aaabaf
}

.theme-polymetal .b-vendor .b-vendor__btn--del:after, .theme-polymetal .b-vendor .b-vendor__btn--del:before {
    background-color: #aaabaf
}

.theme-polymetal .b-form__custom-radio:checked + label, .theme-polymetal button.b-requests__btn {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-installed-base-table__link, .theme-polymetal .b-select:after {
    color: #aaabaf
}

.theme-polymetal .b-installed-base-table__icon {
    border-color: #aaabaf
}

.theme-polymetal .b-installed-base-table__icon:after, .theme-polymetal .b-installed-base-table__icon:before {
    background-color: #aaabaf
}

.theme-polymetal .b-form__hint, .theme-polymetal .b-spinner .b-spinner__button {
    color: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal .b-order-history__item [title=messages] p span, .theme-polymetal .search-result__param span {
    color: #aaabaf !important
}

.theme-polymetal .b-order-history .b-order-history__btn {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-order-history__select .b-order-history__select-wrap:after {
    color: #aaabaf
}

.theme-polymetal .b-order-history p.is-status__active {
    color: #aaabaf;
    background-color: rgba(236, 150, 55, .2)
}

.theme-polymetal .b-order-history__info-block {
    border-color: #aaabaf
}

.theme-polymetal .b-order-history--detail .b-order-history__item-cell--price p, .theme-polymetal .b-order-history--detail .b-order-history__param span:last-of-type {
    color: #aaabaf
}

.theme-polymetal .b-order-history--detail .b-order-history__item-cell--delivery p span:first-of-type {
    color: #aaabaf !important
}

.theme-polymetal button.b-order-history__item-show-all {
    background: #aaabaf
}

.theme-polymetal .b-request__user-message button.b-request__send-user-message {
    background-color: #aaabaf
}

.theme-polymetal .b-request__user-bottom .b-form__file label span {
    color: #aaabaf
}

.theme-polymetal .b-wish-list .b-wish-list__top-row-selected, .theme-polymetal .b-wish-list__list-title--selected {
    border-color: #aaabaf
}

.theme-polymetal .b-spinner__input button, .theme-polymetal .b-wish-list .b-wish-list__companies-qty, .theme-polymetal .b-wish-list .b-wish-list__top-row-change, .theme-polymetal .b-wish-list__content-cell--select:after, .theme-polymetal .b-wish-list__content-select {
    color: #aaabaf
}

.theme-polymetal .b-wish-list__content-link {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal a.b-wish-list__content-link:hover {
    background: #aaabaf
}

.theme-polymetal .b-wish-list__content-select svg path {
    fill: #aaabaf
}

.theme-polymetal button.b-item-card__btn.b-item-card__btn--orange {
    color: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal button.b-item-card__btn.b-item-card__btn--orange:hover {
    background-color: #cceced
}

.theme-polymetal .b-vendor__equipment-scroll:before, .theme-polymetal .b-vendors .b-vendor__equipment li:before {
    background-color: #aaabaf
}

.theme-polymetal .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map {
    color: #aaabaf;
    border: 1px solid #aaabaf
}

.theme-polymetal .b-request__deadline span:last-of-type, .theme-polymetal .b-request__subject, .theme-polymetal .b-requests__hint, .theme-polymetal .b-vendors .b-vendors__toggle-btn.b-vendors__toggle-btn--map.b-vendors__toggle-btn--active, .theme-polymetal .chart-legend__row .chart-legend__item--mve, .theme-polymetal ul.b-request__files li a:hover {
    color: #aaabaf
}

.theme-polymetal .b-profile .b-profile__btn--save, .theme-polymetal button.b-request__articles-add-btn {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-consumption-plan-table__link, .theme-polymetal .b-consumption-plan-table__title {
    color: #aaabaf
}

.theme-polymetal p.b-cp__nav-item--active {
    border-color: rgba(255, 121, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-polymetal .b-consumption-plan-table__icon {
    border: 2px solid #aaabaf
}

.theme-polymetal .b-consumption-plan-table__icon:after, .theme-polymetal .b-consumption-plan-table__icon:before {
    background-color: #aaabaf
}

.theme-polymetal button.b-cp__add-ps {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(2), .theme-polymetal .b-cp__top-row-content .b-cp__top-row-cell:nth-of-type(3) {
    color: #aaabaf
}

.theme-polymetal .b-cp__ib-cell input.b-cp__ib-cell-mth-box--active {
    border: 1px solid #aaabaf !important;
    color: #aaabaf !important
}

.theme-polymetal .b-cp__ib-cell-mth-box--total {
    background-color: #aaabaf;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5);
    box-shadow: 0 0 10px 0 rgba(255, 121, 0, .5)
}

.theme-polymetal button.b-cp__ib-cell-btn-apply {
    background: #aaabaf
}

.theme-polymetal .b-cp__ib-download-file, .theme-polymetal .b-cp__ib-download-link {
    color: #aaabaf
}

.theme-polymetal .b-cp__ib-cell-btn:hover svg path {
    fill: #aaabaf
}

.theme-polymetal .b-cp__ib-cell-btn:hover:after, .theme-polymetal .b-cp__ib-cell-btn:hover:before {
    background-color: #aaabaf
}

.theme-polymetal .b-form__section--date .b-orders__date:after, .theme-polymetal .grid-area-shipping__block {
    color: #aaabaf
}

.theme-polymetal button.b-order__btn {
    border: 1px solid #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-category div.b-additional-links .b-additional-links__link {
    color: #aaabaf
}

.theme-polymetal .b-buttons-filter__item, .theme-polymetal .b-model-filter__info {
    border-color: #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-buttons-filter__item.active {
    background-color: #aaabaf;
    border-color: #aaabaf;
    color: #fff
}

.theme-polymetal .b-model-table__orange {
    color: #aaabaf
}

.theme-polymetal .b-model-filter__image-container img.active, .theme-polymetal .b-model-filter__image-container img:hover {
    background-color: #aaabaf
}

.theme-polymetal .b-table-list__head span.opened {
    border-top-color: #aaabaf
}

.theme-polymetal .b-company-profile-list__pair-img img.active {
    background-color: #aaabaf
}

.theme-polymetal .b-catalog-results .catalog-results-btn {
    border-color: #aaabaf
}

.theme-polymetal .b-catalog-results .catalog-results-btn:hover {
    background-color: #aaabaf !important
}

.theme-polymetal .search-change-checkbox:checked ~ label {
    border-color: #aaabaf
}

.theme-polymetal .search-change-checkbox:checked ~ label:after, .theme-polymetal .search-change-checkbox:checked ~ label:before {
    background-color: #aaabaf
}

.theme-polymetal .b-cp__top-row-title:last-of-type span, .theme-polymetal .b-rpl-table__row a.b-rpl-table-row__hrefToItem {
    color: #aaabaf
}

.theme-polymetal .e-prod.is-active:before {
    background: #aaabaf
}

.theme-polymetal .b-point {
    color: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal .b-point:hover {
    color: #fff;
    background: #999;
    border-color: #999
}

.theme-polymetal .b-point.is-active {
    color: #fff;
    background: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal .form__field.m-search:after {
    color: #aaabaf
}

.theme-polymetal .b-prods__group--expanded .b-prods__item:not(.b-prods__item--expanded) .e-prod:not(.is-active):before {
    background: #aaabaf
}

.theme-polymetal .b-prods__group--expanded {
    background-color: #cceced;
    -webkit-box-shadow: 0 0 5px 0 #aaabaf;
    box-shadow: 0 0 5px 0 #aaabaf
}

.theme-polymetal .b-prods__item:after {
    background-color: #cceced
}

.theme-polymetal .e-prod.is-active:before {
    -webkit-box-shadow: 0 0 20px 0 #ec9637;
    box-shadow: 0 0 20px 0 #ec9637
}

.theme-polymetal button.e-prod__tools-btn:hover {
    color: #aaabaf
}

.theme-polymetal button.e-prod__tools-btn:hover path {
    fill: #aaabaf !important
}

.theme-polymetal .b-pumps .b-pump .full-info {
    border: 2px solid #aaabaf;
    color: #aaabaf
}

.theme-polymetal .b-header .b-header__rpl, .theme-polymetal .b-header div.b-additional-links .b-additional-links__link {
    color: #aaabaf;
    border-color: #aaabaf
}

.theme-polymetal .b-item-card-table__warning .b-item-card-table__warning-content a {
    color: #aaabaf
}

.theme-polymetal .b-model-top-element a.b-mill-lining__btn, .theme-polymetal a.b-mill-lining__btn {
    color: #aaabaf;
    border: 1px solid #aaabaf
}

.theme-polymetal .b-faq .b-content-tabs__link {
    color: #aaabaf !important
}

.theme-polymetal .popular-brands {
    background: #ec9637 !important
}
