@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&subset=cyrillic');
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700,300&subset=latin,cyrillic);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
/*@import url(fonts/open_sans.css);*/
/*@import url(fonts/open_sans_condensed.css);*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html,
body {
    height: 100%;
}

html {
    font-family: 'Rubik', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    background: #fff;
    min-width: 300px;
}

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

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

a {
    color: #ec0606;
    font-size: 14px;
    outline: none;
    text-decoration: none;
    font-weight: 300;
}

a.link-normal {
    font-weight: normal;
    font-size: 16px;
}

.link-search-return {
    font-weight: normal !important;
    margin-bottom: 5px;
}

.link-search-return div {
    display: inline-block;
}

.link-search-return div a {
    text-decoration: underline !important;
    color: #ec0606 !important;
    text-transform: none !important;
}

a.link-in-row {
    margin-right: 50px;
}

.link-no-wrap {
    display: inline-block;
    white-space: nowrap;
    margin-top: 15px;
}

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

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

img {
    border: 0;
    max-width: 100%;
}

figure {
    margin: 1em 40px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 500;
}

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

pre {
    overflow: auto;
}

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

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

optgroup {
    font-weight: 500;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 500;
}

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

td,
th {
    padding: 0;
}

/*! end normalize.css v3.0.2 | MIT License | git.io/normalize */

section p {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    /*text-align: justify;*/
}

.layout {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

.back-to-top {
    display: none;
}

.message-block {
    background: #ec0606;
    padding: 10px 0;
}

.message-block p,
.message-block a {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

.message-block .layout {
    position: relative;
}

a.close {
    background: url(../images/close.png) no-repeat center center;
    text-indent: -999px;
    overflow: hidden;
    text-align: left;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

header {
    box-shadow: 2px 3px 30px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    margin-bottom: 15px;
}

.home header {
    margin-bottom: 0;
}

header .block:before,
header .block:after,
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

header .block:after,
.clearfix:after {
    clear: both;
}

header .block,
.clearfix {
    zoom: 1;
}

/* IE < 8 */

.postcard {
    height: 441px;
    background: no-repeat center center;
    background-size: cover;
    border-radius: 25px;
    background-clip: content-box;
}

.postcard .layout {
    height: 100%;
    overflow: hidden;
}

.postcard .layout:before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.postcard__title {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    min-width: 300px;
    max-width: 400px;
    margin: 0;
    font-size: 32px;
    text-shadow: 0 0 16px #fff;
}

header .block>* {
    display: inline-block;
    vertical-align: middle;
}

header .block>.menu-header {
    display: inline;
}

header .block>.menu-header-mobile {
    display: none;
}

.quick_form__new_modal,
.low_price__new_modal {
    display: none;
}

@media (max-width: 1376px) {
    header .block>.menu-header {
        display: none;
    }

    header .block>.menu-header-mobile {
        display: inline;
    }

    header .block>.menu-header-mobile>a {
        margin-right: 0px;
        padding: 0px;
        height: 0px;
    }

    header .block>.menu-header-mobile>.cart {
        height: 35px;
    }

    header .block>.menu-header-mobile>.compare-icon {
        height: 35px;
    }
}

/* SEARCH FORM */
.search-container-embedded {
    position: relative;
    margin-left: 20px;
    width: -moz-available;
    width: -webkit-fill-available;
    min-width: 335px;
}

.search-container-embedded input.input-search {
    width: 100%;
}

.search-container-embedded.search-container-embedded-filter {
    min-width: unset;
    margin: 0 10px 36px 10px;
}

.search-container {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    width: 30%;
}

.search-container input.input-search {
    width: 100%;
}

.header-for-mobile .search-container {
    position: relative;
    margin: 0;
}

.header_fixed .search-container {
    position: relative;
    margin: 0 10px 0 71px;
    float: right;
    width: 319px;
}

input[type=search] {
    border-radius: 2px;
    background: #eeeeee;
    color: #a4a9b2;
    padding: 5px 30px 4px 10px;
    height: 36px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    border: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=search]::-moz-placeholder {
    color: #a4a9b2;
    opacity: 1;
}

.search-container button,
.search-container-embedded button {
    background: url(../images/search.png) no-repeat 11px 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    border: none;
    padding: 9px;
    outline: none;
}

.input-search+button {
    background: url(../images/search_white.png) #ec0606 no-repeat 11px 10px;
    border-radius: 0 2px 2px 0;
}

.input-search~span.close {
    mask: url(../images/close.svg) no-repeat;
    -webkit-mask: url(../images/close.svg) no-repeat;
    background-color: #354052;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 48px;
    cursor: pointer;
}

form.search-static>input {
    vertical-align: middle;
}

form.search-static input[type=search] {
    width: 40%;
}

form.search-static input[type=submit] {
    display: inline;
}

input.input-search {
    float: right;
    width: 170px;
    border: 2px solid #ec0606;
    border-radius: 2px;
    background: none;
    box-shadow: none;
    color: #6F6F6F;
}
input.input-search::placeholder {
    color: #9b9b9b;
    font-weight: normal;
}

/* END SEARCH FORM */

.cart,
.compare-icon {
    float: right;
    position: relative;
    height: 38px;
    width: 50px;
    margin-bottom: 10px;
}

.header_fixed .block .cart,
.compare-icon {
    margin-bottom: 0;
}

.forum-link {
    float: right;
    position: relative;
    height: 38px;
    width: 50px;
    margin-top: 10px;
    color: #A5AAB3;
    font-weight: 500;
    transition: all .3s;
    padding-left: 10px;
    margin-right: 34px;
}

.forum-link:before {
    content: '';
    position: absolute;
    left: -22px;
    top: -5px;
    background-image: url(../images/forum-new-gray.svg);
    background-size: 26px 26px;
    height: 22px;
    width: 26px;
    transition: all .3s;
}

.forum-link:hover {
    color: #ec0606;
}

.forum-link:hover:before {
    background-image: url(../images/forum-new-red.svg);
}

.personal-area-link,
.job-with-us-link {
    float: right;
    position: relative;
    height: 38px;
    width: 120px;
    margin-top: 10px;
    color: #A5AAB3;
    font-weight: 500;
    transition: all .3s;
    padding-left: 10px;
    margin-right: 45px;
}

.personal-area-link:before,
.job-with-us-link:before {
    content: '';
    position: absolute;
    left: -22px;
    top: -5px;

    transition: all .3s;
}

.personal-area-link:before {
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    background-image: url(../images/fix-menu/personal-area.svg);
}

.job-with-us-link:before {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    background-image: url(../images/fix-menu/job.svg);
}

.personal-area-link:hover,
.job-with-us-link:hover {
    color: #ec0606;
}

.personal-area-link:hover:before {
    background-image: url(../images/personal-area-red.svg);
}

.job-with-us-link:hover:before {
    background-image: url(../images/fix-menu/job-red.svg);
}

.order-status-link {
    float: right;
    position: relative;
    height: 38px;
    width: 100px;
    margin-top: 10px;
    color: #A5AAB3;
    font-weight: 500;
    transition: all .3s;
    padding-left: 10px;
    margin-left: 24px;
}

.order-status-link:before {
    content: '';
    position: absolute;
    left: -22px;
    top: -5px;
    background-image: url(../images/delivery-truck-gray.svg);
    background-size: 26px 25px;
    height: 23px;
    width: 26px;
    transition: all .3s;
}

.order-status-link:hover {
    color: #ec0606;
}

.order-status-link:hover:before {
    background-image: url(../images/delivery-truck-red.svg);
}

@media (max-width: 1024px) {
    .order-status-link {
        width: 0px;
    }

    .order-status-link:before {
        top: -9px;
        background-size: 28px 34px;
        height: 30px;
        width: 28px;
    }

    .personal-area-link {
        width: 0px;
        margin-right: 5px;
    }

    .personal-area-link:before {
        top: -9px;
        background-size: 28px 34px;
        height: 30px;
        width: 28px;
    }
}

@media (max-width: 780px) {
    .order-status-link {
        top: 4px;
    }

    .personal-area-link {
        margin-right: 5px;
    }
}

.cart {
    background: url(../images/cart.svg) no-repeat center center;
    background-size: 21px 21px;
}

.compare-icon {
    background: url(../images/compare-ok.svg) no-repeat center center;
}

.header_fixed .block .compare-icon {
    order: 6;
}

.header_fixed .block .cart {
    order: 7;
}

.cart span,
.compare-icon span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 24px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 30%;
    position: absolute;
    right: 6px;
    top: 0;
    background: #ec0606;
}

.header_fixed .block .code_prefix {
    order: 8;
}

.code_prefix {
    line-height: 14px;
    background-color: #eee;
    color: #000;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    float: right;
}

.code_prefix>span:nth-child(1) {
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
}

.code_prefix>span:nth-child(2) {
    display: block;
    font-size: 10px;
}

script {
    display: none !important;
}

header .block {
    overflow: visible;
    padding: 10px 0;
    position: relative;
    font-size: 0;
}

header .block.padding-none {
    padding: 0;
    position: relative;
}

header .padding-none {
    display: flex;
}

header .block.padding-none .logo {
    margin-top: 0;
    margin-bottom: 0;
}

header .block.block-add-line {
    font-size: inherit;
    padding: 5px 0;
}

header .block.block-add-line>div {
    display: block;
}

header a.quick_order {
    margin-bottom: 0;
}

header .block:first-child {
    border-bottom: 1px solid #edeef0;
    padding: 10px 0 10px;
}

.header_fixed .block:first-child {
    padding: 10px 0 10px;
}

header .block p {
    color: #a4a9b2;
    font-size: 10px;
    margin: 8px 0 8px 40px;
    line-height: 22px;
}

.header_fixed .block p {
    margin: unset;
}

.header_fixed .block p:first-of-type {
    margin-right: 25px;
}

header .block p:first-of-type {
    margin-left: 0;
}

header .block p b {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    color: #000;
}

.header_fixed .block p b {
    display: block;
}

@media (max-width: 1530px) {
    .header_fixed .block {
        justify-content: space-around;
    }

    .header_fixed .block p {
        display: flex;
        flex-direction: column;
    }

    .header_fixed .search-container {
        margin: 0 10px 0 0;
    }
}

.logo {
    margin: -10px 18px -10px 0;
    max-width: 180px;
    height: 60px;
    line-height: 60px;
    overflow: visible;
}

.logo img {
    vertical-align: middle;
    max-width: 180px;
    max-height: 60px;
}

.slider li.slide:not(.bg-slide) {
    padding: 115px 0;
    text-align: center;
    color: #000;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.slider li.slide.bg-slide img {
    width: 100%;
    height: 441px;
    object-fit: fill;
}

@media(min-width: 2840px) {
    .slider li.slide.bg-slide img {
        object-fit: contain;
    }
}

@media(max-width: 780px) {
    .slider li.slide.bg-slide img {
        height: 240px;
    }
}

.slider li.slide .text-white {
    color: #fff;
}

.slider.main {
    height: 441px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider.main li.slide {
    text-align: left;
}

.section-slider .slick-dots {
    height: 22px;
    margin-top: -3px;
    position: relative;
    bottom: 25px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.slider li.slide p {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.slider li.slide .slide-content {
    margin: 0;
    max-width: 70%;
}

.group-image-mobile {
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
    height: 250px;
    overflow: hidden;
}

.group-image-mobile li {
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
}

.group-image-mobile img {
    max-height: 200px !important;
    display: inline-block !important;
    vertical-align: middle;
}

.title-section {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 0;
    border-bottom: 1px solid #edeef0;

    margin-bottom: 15px;
}

.title-section .sub-title {
    color: #a4a9b2;
    font-size: 14px;
    margin-right: 35px;
    padding-left: 0;
}

.block-one-third {
    width: 33%;
    margin-top: 12px;
}

.block-two-third {
    float: left;
    width: 620px;
    margin-top: 27px;
}

.block-three-third {
    float: left;
    width: 100%;
    margin-top: 27px;
}

.preloader-catalog {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    background: #ffffffc4;
    height: 100% !important;
}

.section-catalog .block-full-width {
    margin-top: 27px;
}

.one-half {
    width: 460px;
}

.half {
    width: 50%;
    float: left;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fl.image {
    margin: 0 30px 20px 0;
}

.section-catalog .block-one-third {
    min-height: 210px;
}

.border {
    border: 1px solid #edeef0;
    border-radius: 2px;
    width: 150px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.border span {
    font-size: 16px;
    font-weight: 500;
    color: #a4a9b2;
    margin-right: 10px;
    float: right;
    text-transform: uppercase;
    display: inline;
    vertical-align: middle;
    line-height: 36px;
}

a.tip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* nav, dropdown menus */
.main-nav>div {
    display: inline;
}

.main-nav a {
    color: #000;
    margin-left: 22px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    /*border-bottom: 1px solid #f2f2f2;*/
}

.main-nav-full-width {
    width: 100%;
}

.main-nav a.active {
    color: #ec0606;
    border-bottom: 1px dashed #ec0606;
}

.menu_open .main-nav {
    float: none;
    overflow: hidden;
}

.menu_open .main-nav a {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin: 20px 0 0;
    border-bottom: 1px solid #f2f2f2;
}

.menu_open .main-nav a:first-child {
    margin-top: 0;
}

.menu_open>* {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.main-nav-1>div {
    display: inline-block;
}

.main-nav-1 a {
    margin-left: 0;
}

.main-nav-1>div>a {
    height: 60px;
    white-space: nowrap;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
}

.main-nav-1>div>a:hover {
    color: #ec0606;
}

.header-for-mobile .search-mobile {
    margin-top: 10px;
    margin-bottom: 15px;
}

.main-nav-1>div:last-child .dropdown-menu {
    left: -140px;
}

.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1910;
    display: none;
    font-weight: 300;
}

.dropdown-menu a {
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
}

.dropdown-menu a:hover,
.has-submenu>a.current {
    background-color: #f5f5f5;
    color: #ec0606;
}

.dropdown-menu .btn-primary.btn-sm {
    display: inline-block !important;
}

.submenu-main {
    width: 278px;
    border: 1px solid #edeef0;
    border-right: none;
    padding: 20px 0;
    position: relative;
}

.submenu-main>li {
    margin-bottom: 5px;
}

.submenu-main>li:last-child {
    margin-bottom: 0;
}

.submenu-main>li>a,
.submenu-inner a {
    padding: 7px 15px;
    display: block;
}

.has-submenu-main {
    padding: 10px 0;
}

.has-submenu-main,
.has-submenu-main>a {
    position: relative;
}

.has-submenu-main>a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.has-submenu-main>a:hover:after {
    border-top-color: #ec0606;
    border-right-color: #ec0606;
}

.has-submenu-main>a.current {
    color: #ec0606;
}

.has-submenu-main>a.current:after {
    border-top-color: #ec0606;
    border-right-color: #ec0606;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
}

.has-submenu>a {
    position: relative;
    padding-right: 25px !important;
    z-index: 50;
}

.has-submenu>a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-submenu:hover>a:before,
.has-submenu>a.current:before {
    border-top-color: #ec0606;
    border-right-color: #ec0606;
}

.submenu {
    top: 0;
    left: 100%;
    width: 100%;
    box-sizing: border-box;
    min-height: 100%;
    border: 1px solid #edeef0;
    overflow: hidden;
    background-color: #fff;
}

.submenu-inner {
    padding: 20px 0;
    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;
    margin-bottom: 10px;
}

.submenu-inner:last-child {
    margin-bottom: 0;
}

.submenu .item {
    width: 33.333%;
    padding: 0 14px;
    box-sizing: border-box;
}

.submenu>.level1>.item {
    width: 278px;
}

.submenu a {
    border-radius: 4px;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    background-color: #fff;
    border-top: none;
}

.has-submenu-main.width-full,
.width-full .submenu-main {
    position: static;
}


.js-list-hide,
.js-list-pump-hide {
    display: none;
}

.sub-title {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.sub-title a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.sub-title a>span {
    margin: 0 !important;
}

.sub-title a.news-title {
    border-bottom: 1px solid #ddd;
}

.sub-title>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.sub-title>ul>li {
    display: inline-block;
}

.list {
    margin: 10px 0 0;
    padding: 0;
}

.block-three-third .list {
    margin-bottom: 20px;
}

.manufacturer-block .list {
    margin-top: 4px;
}

.list li {
    padding-left: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-size: 12px;
    margin-bottom: 8px;
}

.list li a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #e0e0e0;
}

.list li a img {
    border-bottom: 0;
}

.link-dashed {
    text-decoration: none;
    border-bottom: 1px dashed #ec0606;
    text-transform: none;
}

@media (max-width: 480px) {
    .link-dashed {
        vertical-align: top;
    }
}


.list-half,
.list-three,
.list-four {
    font-size: 0;
}

.list-half li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.list-three li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.list-three li:nth-child(3n+1) {
    padding-left: 0;
}

.list-three li span {
    color: grey;
}

.list-three li a {
    border-bottom: 0 none;
    font-size: 18px;
}

.list-three li a:hover {
    color: red;
    border-bottom: 1px solid red;
}

.list-four li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.block-one-third.js-list-block {
    min-height: 310px;
}

/* ALTERNATIVE HEADERS */
header.header_fixed {
    position: fixed;
    width: 100%;
    z-index: 10009;
    background: #fff;
    top: 0;
    display: none;
}

@media screen and (min-width: 1351px) {
    header.header_fixed {
        display: block;
    }
}

.header_fixed .block {
    display: flex;
    align-items: center;
}

.header_fixed .logo {
    margin-right: 46px;
}

.header_fixed .block #nav-catalog-n {
    margin-right: 35px;
}

input:focus {
    outline: none;
}

/* END ALTERNATIVE HEADERS */

.info.time {
    padding: 20px 20px 20px 40px;
    background: url('../images/clock.png') no-repeat 15px center;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 20px;
}

/* filter */
.checkbox,
.radio {
    color: #a4a9b2;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    margin-bottom: 14px;
    display: block;
}

.col {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 30px;
    min-width: 180px;
}

/* END filter */

/* features-block */
.one-fourth {
    width: 220px;
    float: left;
    margin-left: 20px;
    font-size: 12px;
}

.one-fourth.fr {
    float: right;
}

.features-block {
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features-block .image {
    max-width: 100%;
    max-height: 150px;
    float: left;
    margin-top: 40px;
}

.features-block .one-fourth {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 20px;
    margin-left: 0;
}

.features-block>div {
    border-left: 1px solid #edeef0;
    border-right: none;
    padding-left: 30px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features-block>div.left-block {
    border: none;
    width: 40%;
}

.features-block>div.left-block img.fr {
    float: right;
}

.features-block>div.right-block {
    float: left;
    margin-left: 0;
    width: 56%;
}

.features-block>div.right-block .list-option {
    margin-top: 20px;
    margin-bottom: 10px;
}

.features-block>div.right-block .title-block:first-child {
    margin-top: 0;
}

.features-block .title-block,
.features-section .title-block {
    font-size: 14px;
    margin: 40px 0 0;
    text-transform: uppercase;
}

/* END features-block */

/* element page */
.left-block {
    width: 50%;
    border-right: 1px solid #edeef0;
    float: left;
    margin-top: 20px;
}

.features-section .left-block .image {
    max-width: 420px;
    max-height: 150px;
}

.right-block {
    width: 38%;
    float: right;
    margin-top: 20px;
}


.features-section .right-block {
    float: left;
    margin-left: 2%;
}

.features-section.reduced-padding-bottom .right-block.center {
    width: 47%;
}

.section-catalog .border input[type="text"] {
    width: 74px;
}

.cart-popup .border input[type="text"],
.border input[type="text"] {
    width: 40px;
    border: none;
    color: #000;
    padding: 5px;
    font-weight: 500;
}

p.mark span {
    color: #ec0606;
}

.price {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.price span {
    font-size: 24px;
    display: block;
}

.list-option {
    padding: 0;
    margin: 0 0 70px;
    font-size: 0;
    clear: both;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20 .list-option {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.p-10-0 {
    padding: 10px 0;
}

#requisites-block {
    padding: 10px;
}

#requisites-block>h3 {
    margin-top: 0;
}

.list-option li {
    vertical-align: middle;
    list-style: none;
    color: #ec0606;
    font-size: 12px;
    display: inline-block;
    width: 33%;
    margin-top: 18px;
}

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

.list-option li div.hint {
    display: none;
}

.list-option li a {
    border-bottom: 1px dashed #ec0606;
    color: #ec0606;
    font-size: 12px;
    text-decoration: none;
}

.list-option li a.active {
    color: #bf0000;
    border-bottom-color: #bf0000;
}

.list-option li span.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

.list-option li.delivery span.icon {
    background-position: 0 0;
}

.list-option li.pay span.icon {
    background-position: -47px 1px;
}

.list-option li.price span.icon {
    background-position: -84px 3px;
}

.list-option li.quality span.icon {
    background-position: 0 -39px;
}

.list-option li.return span.icon {
    background-position: -47px -39px;
}

.list-option li.feedback span.icon {
    background-position: -89px -39px;
}

.list-option li.insurance span.icon {
    background-position: -128px -39px;
}

/* END element page */

.not-display {
    display: none;
}

.column .address {
    color: #ec0606;
    font-size: 24px;
    margin: 0 0 25px;
    font-weight: 500;
}

.column .address a {
    color: #ec0606;
    font-size: 24px;
    border-bottom: 1px dotted #f79b9b;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

.column-3 .title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    overflow: hidden;
}

.column .phone {
    color: #000;
    font-size: 18px;
    margin: 0 0 25px;
}

.column-3>div {
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column-3 .title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: none;
    margin-bottom: 0;
}

.manager-block {
    font-size: 0;
}

.manager-block .department {
    margin-bottom: 40px;
}

.manager-block .title a {
    float: right;
    font-size: 10px;
    color: #A4A9B2;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: none;
    line-height: 22px;
}

.manager-block .title a.active {
    color: #000;
    font-size: 12px;
}


.phone,
.mail,
.place {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    padding-left: 28px;
    font-size: 14px;
}

.phone {
    background: url(../images/phone-red.png) no-repeat left top;
}

.mail {
    background: url(../images/mail.png) no-repeat left 6px;
}

.place {
    background: url(../images/pointer.png) no-repeat left top;
}

a.place-simple {
    font-weight: 500;
    text-decoration: underline;
    background: url(../images/reset-icon.png) no-repeat right top;
    background-size: contain;
    padding-right: 25px;
}

.mail .mail {
    padding-left: 0;
    background: none;
}

.phone p,
.mail a,
.place a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;

}

.phone span,
.mail span,
.place span {
    color: #a4a9b2;
    font-size: 10px;
    display: block;
}

header .place {
    min-width: 106px;
    min-height: 22px;
    margin-right: 46px;
}

header .place span {
    display: inline;
    vertical-align: middle;
    color: #ec0606;
    font-size: 14px;
    border-bottom: 1px dashed #ec0606;
}

.btn {
    border-radius: 2px;
    background-color: rgb(236, 6, 6);
    height: 37px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    min-width: 90px;
    line-height: 37px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    outline: none;
}

.btn-confirm {
    background: #3AC267;
}

.btn.btn-link {
    background: none;
    color: #a4a4a4;
    text-transform: none;
}

.btn.btn-link:hover {
    background: none;
    color: rgb(236, 6, 6);
}

.btn.btn-confirm:hover {
    background: rgb(26, 109, 54);
}

.btn-confirm:disabled,
.btn-confirm:disabled:hover {
    background: #808080;
}

.btn-no-bg {
    background: none;
    color: rgb(236, 6, 6);
}

.btn-no-bg:hover {
    background: none !important;
}

.btn-no-padding {
    padding: unset;
}

.btn:hover {
    background: #c70909;
}

.btn-fixed {
    width: 100%;
    max-width: 250px;
    height: 45px;
    line-height: 45px;
    text-transform: none;
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.btn-fixed-175 {
    max-width: 175px;
}

.btn-smooth {
    border-radius: 4px;
}

.btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #ffffff;
    background-color: #c0c0c0;
}

.btn-bg-container {
    height: 150px;
    min-width: 95px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.btn-bg-container>span {
    background: url("../images/icon-blank.png") no-repeat;
    height: 150px;
    width: 95px;
    position: absolute;
    left: -47px;
    margin-left: 50%;
}

.btn-bg-container>a.quick_order {
    margin-top: 50%;
    top: -18px;
}

.center-block {
    margin: 0 auto;
}

.slide-text-highlight {
    /* background: #E44754; */
    background-color: rgba(255, 255, 255, 0.77);
    display: inline;
    width: fit-content;
    height: 30px;
    margin-top: 2px;
    line-height: 1.3;
    padding: 0 4px;
    color: black;
}

.font {
    font-weight: 300;
}

.border-bottom-block {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    border-bottom: none;
    margin: 6px 0 10px 0;
}

.border-bottom-block .title {
    margin: 0;
    font-size: 30px;
}

.border-bottom-block h1.block-title {
    font-size: 16px;
}

.border-bottom-block .sub-title {
    padding: 0;
}

.border-bottom-block .sub-title span,
.border-bottom-block .sub-title a {
    text-transform: uppercase;
    color: #a4a9b2;
    font-size: 14px;
    margin-right: 36px;
    text-decoration: none;
    white-space: nowrap;
}

.border-bottom-block:not(.headline__middle) .sub-title span {
    white-space: normal;
}

.border-bottom-block .block-title {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.border-bottom-block .block-title span,
.border-bottom-block .block-title a {
    text-transform: uppercase;
    color: #898989;
    font-size: 12px;
    margin-left: 8px;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 4px;
}

.shape {
    background-color: rgb(238, 238, 238);
    position: absolute;
    left: 15px;
    top: 545px;
    width: 90px;
    height: 41px;
    z-index: 175;
}


.border-bottom-block .block-title span.active.small,
.border-bottom-block .block-title a.active.small {
    text-transform: uppercase;
    color: #898989;
    position: relative;
    background-color: rgb(238, 238, 238);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.border-bottom-block .block-title span.active.small:before,
.border-bottom-block .block-title a.active.small:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgb(238, 238, 238) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    content: "";
}

.border-bottom-block .block-title span.small,
.border-bottom-block .block-title a.small {
    margin-right: 36px;
    margin-left: 0;
}

.border-bottom-block .sub-title {
    padding: 0;
}

.border-bottom-block .border-title {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    overflow: hidden;
}

.border-bottom-block h1.block-title {
    font-size: 16px;
}

.border-bottom-block .sub-title a.active,
.border-bottom-block .sub-title a.active span,
.border-bottom-block .border-title a.active {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.border-bottom-block .sub-title h1 {
    color: #000;
    font-size: 24px;
    display: inline;
}

.info_icon {
    color: #a4a9b2;
    font-size: 10px;
    line-height: 18px;
    margin: 5px 0 25px;
    font-family: Arial, sans-serif;
    padding-left: 24px;
    background: url('../images/info_icon.png') 0 0 no-repeat;
    text-align: left;
}

/* Sidebar */
.sidebar {
    width: 220px;
    float: left;
    max-width: 22%;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar li a {
    font-size: 16px;
    color: #a4a9b2;
    font-weight: 500;
    text-decoration: none;
}

.sidebar li:not(.service) a {
    border-bottom: 1px solid #fbfbfb !important;
}

.sidebar li.service {
    margin: 0;
}

.sidebar li.active a {
    color: #000;
    border-bottom: none !important;
}

.section-news .sidebar {
    width: 170px;
}

.sidebar input[type="text"] {
    border: 1px solid #edeef0;
    border-radius: 2px;
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #a4a9b2;
    font-size: 12px;
    font-weight: 500;
}

.sidebar label {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.sidebar .btn {
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.sidebar p.description {
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.sidebar p.description strong {
    font-weight: 400;
}

/* END sidebar */

/* Page cooperation */
.section-cooperation {
    margin-top: 30px;
}

.section-cooperation .block-title a {
    font-size: 14px;
}

.section-cooperation .block-title a:first-child {
    margin-left: 0;
}

.section-cooperation .block-title a.active {
    font-size: 16px;
    color: #000;
}

.back {
    position: relative;
}

.back:before {
    content: url(../images/arr_back.png);
    margin-right: 5px;
}

/* Contacts - manager */
.personal-block {
    text-align: center;
}

.personal-block p.name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 15px;
}

.personal-block p.prof {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin: 15px 0;
}

.personal-block p.prof a {
    font-size: 16px;
    border-bottom: 1px solid #fde6e6;
}

.personal-block p.status {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0;
}

.personal-block p.online span {
    background: url('../images/online.png') no-repeat left center;
    padding-left: 16px;
}

.personal-block .img {
    border-radius: 50%;
    width: 202px;
    height: 202px;
    border: 2px solid #fcfcfc;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.personal-block .img img {
    max-width: 100%;
}

.personal-block p {
    text-align: center;
}

.rating p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0;
    line-height: 20px;
}

.rate {
    text-align: center;
}

.rate a.like {
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../images/like-none.png') -93px 0 no-repeat;
}

.rate a.dislike {
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../images/like-none.png') no-repeat;
}

.rate span {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin: 0 36px;
    line-height: 1.1;
}

.manager-title {
    background: url('../images/manage_icon.png') no-repeat left center;
    padding-left: 35px;
    line-height: 26px !important;
}

.manage-block>div {
    max-width: 610px;
    margin: auto;
}

.manage-block .rating {
    display: block;
}

.manage-block p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 25px 0;
}

/* END Contacts-manager */

div.info {
    font-size: 12px;
    line-height: 1.5em;
    border: 3px solid #f0f0f0;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 15px 0 0 0;
    /*width: 85%;*/
}

/*contact navigate*/
ul.nav-tabs li a,
ul.nav-tabs li h1 {
    color: #a4a9b2;
    background: none;
    display: block;
    padding: 0 0 0 24px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

ul.nav-tabs li {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
    padding: 4px 15px 4px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    filter: none;
    /* IE6-8 */
}

ul.nav-tabs li.active {
    margin-top: -3px;
    border-radius: 0;
    background: none;
    filter: none;
    /* IE6-8 */
}

ul.nav-tabs li.active a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

ul.nav-tabs li.active>h1 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*end navigate*/

.content p:first-child {
    margin-top: 0 !important;
}


.section-news .sidebar {
    width: 360px;
    float: right;
    padding: 0;
}

.section-news .sidebar div.subscribe-form {
    border: 1px solid #cccccc;
    background-color: #fff;
    padding: 34px;
    margin-bottom: 20px;
}

.section-news .border-bottom-block .title,
.section-articles .border-bottom-block .title {
    text-transform: uppercase;
}

.border-bottom-block .title.smaller {
    font-size: 24px;
}

.border-bottom-block .breadcrumbs {
    margin-bottom: 4px;
}

.section-tag .border-bottom-block .sub-title.hide-for-mobile {
    /*border-bottom: 1px solid #b2b2b2;*/
    margin-bottom: 4px;
}

.no-border {
    border: none;
}

.links-underline a {
    text-decoration: underline;
    color: inherit;
    font-weight: 400;
    margin-right: 20px;
}

.section-tag .content {
    width: 75%;
    margin: 20px 0;
}

.section-tag .list-item {
    padding: 10px 0;
    font-size: 16px;
}

.section-tag .list-item>a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: inherit;
}

.reviews-page-item {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 24px;
}

.reviews-page-item .image-block {
    vertical-align: top;
    width: 23%;
    max-width: 300px;
    margin-right: 1%;
}

.reviews-page-item .content-block {
    margin-bottom: 20px;
    width: 75%;
}

.reviews-page-item .content-block h2 {
    margin-top: 0;
}

.reviews-page-item .content-block h2 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.reviews-page-item>div {
    display: inline-block;
}

.reviews-page-item .reviews-box__time {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
}

.section-news .sidebar .sub-title {
    font-size: 16px;
    text-transform: uppercase;
}

.section-news-detail .content .sub-title {
    font-weight: 500;
    color: #000;
    font-size: 24px;
}

.section-article,
.section-news {
    padding-top: 20px;
}

.section-articles .sidebar {
    width: 340px;
    margin-right: 2%;
}

.section-articles .sidebar>div,
.section-manufacturer .sidebar.with-form>div {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.4);
    padding: 14px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-articles .sidebar .btn {
    width: auto;
}

.sidebar .sub-title {
    font-size: 24px;
    margin-top: 0;
}

.content .sub-title {
    font-weight: 500;
    color: #000;
    font-size: 24px;
}

.content {
    width: 73%;
    float: left;
    margin: 10px 30px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.content>div:first-child {
    margin-top: 0;
    padding-top: 0;
}

.content p.time,
.sidebar p.time {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    padding-left: 22px;
    background: url(../images/date.png) no-repeat left center;
    font-weight: 300;
}

.section-manufacturer p.time,
.section-news p.time {
    background: url(../images/clock.png) no-repeat left center;
}

.content .pagination ul li:before {
    content: "";
    display: none;
}

.manufacturer-catalog .list-three li {
    padding-left: 0;
}

.content p.location,
.sidebar p.location {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    background: url(../images/location.png) no-repeat left center;
    font-weight: 300;
}

.sidebar h4 {
    font-size: 14px;
}

.sidebar p.time,
.sidebar p.location {
    background-position: 0 5px;
    margin: 10px 0;
}

.sidebar p.info,
.sidebar p.tel,
.sidebar p.mail,
.sidebar p.site {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #000;
    padding-left: 30px;
    font-weight: 300;
    position: relative;
    background: none;
}

.hide-for-mobile .tel {
    cursor: pointer;
}

.sidebar p.info:before,
.sidebar p.tel:before,
.sidebar p.mail:before,
.sidebar p.site:before {
    background: url(../images/info.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 20px;
    height: 18px;
}

.sidebar p.info:before {
    background-position: 0 0;
}

.sidebar p.tel:before {
    background-position: 0 -24px;
}

.sidebar p.mail:before {
    background-position: 0 -47px;
}

.sidebar p.site:before {
    background-position: 0 -73px;
}

.sidebar p a {
    color: #000;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
}


.content-body {
    font-size: 12px;
    overflow: hidden;
}

.content-body p:first-child {
    margin: 0;
}

.content .content-body a {
    border-bottom: 1px solid #fde6e6;
}

.content-main-image {
    max-width: 240px;
    float: left;
    margin: 0 20px 20px 0;
}

.content-highlight {
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, .05);
}

.content-highlight p {
    margin: 10px 0 !important;
}

.content-highlight p:first-child {
    margin-top: 0 !important;
}

.content-highlight p:last-child {
    margin-bottom: 0 !important;
}

.timetable {
    margin-bottom: 20px;
}

.timetable>div {
    display: inline-block;

    box-sizing: border-box;
    width: 50%;
    margin-left: -4px;
    padding-right: 50px;

    vertical-align: top;
}

.timetable>div:first-of-type {
    margin-left: 0;
}

.timetable .contact-info-item {
    display: block;
    font-size: 16px;
    max-width: 300px;
}

.timetable h4 {
    font-size: 19px !important;
    font-weight: 400;
    margin-top: 0;
}

.timetable .contact-info-item a {
    text-decoration: underline;
}

.timetable .contact-info-item span {
    font-size: 12px;
}

.timetable .btn {
    text-transform: none;
    font-size: 16px;
    padding: 0 30px;
}

.timetable .font-gray-dark p {
    color: #545454;
}

.timetable span {
    font-size: 12px;
}

.section-manufacturer .sidebar.with-form {
    width: 20%;
    margin-left: 3%;
    padding: 0 1%;
    float: right;
}

.section-manufacturer .content {
    margin: 0;
}

/* COMPARISON STYLES */
.compare {
    margin-top: 10px;
    font-size: 12px;
    color: black;
    display: block;
    height: 20px;
}

.compare-popup {
    position: absolute;
    left: 0;
    top: 21px;
    width: 155px;
    height: 32px;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    z-index: 10;
}

.compare-popup div {
    min-width: 155px;
}

.compare-popup-add {
    margin-top: 10px;
}

.compare-popup-remove {
    margin-bottom: 3px;
}

.compare-popup:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-158px, -15px) rotate(-90deg);
    background: hsla(0, 0%, 100%, 0);
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-style: solid;
    border-width: 12px 0 12px 12px;
}

.compare span {
    display: inline-block;
}

.compare-add:hover,
.compare-remove:hover {
    text-decoration: underline solid;
}

span.compare-add,
span.compare-remove {
    position: relative;
    padding-left: 25px;
    font-weight: normal;
}

span.compare-remove {
    color: #EC0606;
}

span.compare-add:before,
span.compare-remove:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    mask-size: 20px;
    -webkit-mask-size: 20px;
    background-color: black;
    width: 25px;
    height: 25px;
    transition: all .3s;
}

span.compare-add:before {
    mask: url(../images/compare-plus.svg) no-repeat;
    -webkit-mask: url(../images/compare-plus.svg) no-repeat;
}

span.compare-remove:before,
span.compare-add.pressed:before {
    mask: url(../images/compare-ok.svg) no-repeat;
    -webkit-mask: url(../images/compare-ok.svg) no-repeat;
    background-color: #EC0606;
}

.section-comparison .center .back {
    margin-top: 35px;
}

.section-comparison .center .back a {
    font-weight: 400;
    font-size: 16px;
}

.tags-list {
    margin: 30px 0;
    padding: 10px 10px;
    background: #eeeeee;
}

.tags-list .tag-item {
    background: #fff;
    color: #808080;
    border-color: #808080;
}

.tags-list .tag-item__link {
    color: #808080;
}

.tags-list .tag-item:hover {
    color: #ec0606;
    border-color: #ec0606;
}

.tags-list .tag-item:hover .tag-item__link {
    color: #ec0606;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.categories.categories-main {
    margin-bottom: 20px;
}

.categories.categories-sub {
    margin-left: inherit;
}

.categories .item {
    border: 1px solid #D9D9D9;
    position: relative;
    border-radius: 2px;
    transition: .2s linear;
    margin: 4px 6px 0 0;
    padding: 2px 10px 2px 10px;
}

.categories .item:not(.active):hover {
    background-color: #efefef;
    cursor: pointer;
}

.categories .item.active {
    border-color: #EC0606;
    background-color: #EC0606;
}

.categories .item.active:hover {
    cursor: default;
}

.categories .item>div {
    margin: 5px 1px 5px 3px;
}

.categories .item .close {
    display: inline-block;
    margin: -3px 7px;
    mask: url(../images/close.svg) no-repeat;
    -webkit-mask: url(../images/close.svg) no-repeat;
    background-color: black;
    width: 13px;
    height: 13px;
    transition: .2s linear;
}

.categories .item .close:hover {
    transform: scale(1.5);
    cursor: pointer;
}

.categories .item .title {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #9C9C9C;
}

.categories .item.active .title {
    color: white;
}

.categories .item .count {
    border-radius: 10px;
    background-color: #D9D9D9;
    padding: 3px 15px 3px 15px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.categories .item.active .count {
    color: #EC0606;
    background-color: white;
}

.categories .item .close {
    background-color: #9C9C9C;
}

.categories .item.active .close {
    background-color: white;
}

.section-comparison .chart {
    transition: .2s linear;
    overflow: hidden;
}

.section-comparison .chart .comparison-empty-row {
    height: 20px;
}

.section-comparison .chart .head {
    display: flex;
    width: calc(100vw - 10px);
    max-width: 1510px;
}

.section-comparison .chart .head-dummy {
    height: 306px;
}

.section-comparison .chart .head.absolute-top {
    position: fixed;
    background-color: white;
    padding-top: 30px;
}

.section-comparison .chart .head .item {
    position: relative;
    margin-top: 10px;
}

.section-comparison .chart .head .item .product-box {
    float: none;
    margin: 16px 4% 0 0;
    width: auto;
}

.section-comparison .chart .head .item .product-box:hover {
    box-shadow: none;
}

.section-comparison .chart .head .item .remove {
    position: absolute;
    right: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ec0606;
}

.section-comparison .chart .head .item .remove:hover {
    cursor: pointer;
}

.section-comparison .chart .props .prop:nth-child(odd) {
    background-color: #f8f8f8;
}

.section-comparison .chart .props .prop {
    padding: 10px 0 10px 0;
    font-size: 14px;
}

.section-comparison .chart .props .prop .title {
    padding-left: 10px;
    font-weight: 500;
}

.section-comparison .chart .props .prop .values {
    display: flex;
    margin-top: 10px;
}

.section-comparison .chart .props .prop .values>div {
    overflow: hidden;
}

.section-comparison .chart .props .prop .values>div>div {
    padding: 0 0 0 10px;
}

.section-comparison .chart .arrows {
    position: relative;
    height: 29px;
}

.section-comparison .chart .arrows.arrows-fixed {
    position: fixed;
    z-index: 2;
    width: 100%;

}

.section-comparison .chart .arrows.paginated-arrows {
    width: 70%;
    margin: 5px 0 5px auto;
    display: none;
}

.section-comparison .chart .arrows.paginated-arrows .arrows-pagination {
    margin-top: 6px;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.section-comparison .chart .arrows .compare-arrow {
    content: '';
    position: absolute;
    left: 30px;
    mask: url(../images/arrow.svg) no-repeat;
    mask-size: 17px;
    -webkit-mask: url(../images/arrow.svg) no-repeat;
    -webkit-mask-size: 17px;
    background-color: #D9D9D9;
    width: 17px;
    height: 29px;
}

.section-comparison .chart .arrows .compare-arrow.active {
    background-color: #EC0606;
    cursor: pointer;
}

.section-comparison .chart .arrows .compare-arrow.arrow-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-comparison .chart .arrows.paginated-arrows .compare-arrow.arrow-left {
    left: -10%;
}

.section-comparison .chart .arrows.paginated-arrows .compare-arrow.arrow-right {
    left: 50%;
}

.section-comparison .chart .arrows .remove-all {
    color: #D9D9D9;
    margin-left: 27px;
    position: absolute;
    left: 85px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    max-width: 125px;
    transition: all .2s;
}

.section-comparison .chart .arrows .remove-all:hover {
    color: #EC0606;
}

.section-comparison .chart .arrows .remove-all:before {
    content: '';
    position: absolute;
    mask: url(../images/remove.svg) no-repeat;
    -webkit-mask: url(../images/remove.svg) no-repeat;
    background-color: #D9D9D9;
    width: 24px;
    height: 24px;
    top: 0;
    left: -27px;
    transition: all .2s;
}

.section-comparison .chart .arrows .remove-all:hover:before {
    background-color: #EC0606;
}

.section-comparison .chart .head .item:nth-child(n+6),
.section-comparison .chart .props .prop .values>div:nth-child(n+6) {
    display: none;
}

.section-comparison .chart .head .item {
    width: 20%;
}

.section-comparison .chart .props .prop .values>div {
    width: 20%;
}

.section-comparison .chart .head .item:nth-child(5) .product-box {
    margin-right: 0;
}

.section-comparison .chart .head .item:nth-child(5) .remove {
    right: 10px;
}

.section-comparison .product-box.short-tile .btn-buy-item-2 .text {
    width: 85%;
}

.section-comparison .btn-buy-item-2:hover {
    width: 85%;
}

@media screen and (max-width: 1530px) {
    .section-comparison .chart .head .item:nth-child(5) .product-box {
        margin-right: 5%;
    }

    .section-comparison .chart .head .item:nth-child(5) .remove {
        right: 25px;
    }

    .section-comparison .chart .props .prop .values>div:nth-child(2)>div {
        padding-left: 15px;
    }

    .section-comparison .chart .props .prop .values>div:nth-child(3)>div {
        padding-left: 20px;
    }

    .section-comparison .chart .props .prop .values>div:nth-child(4)>div {
        padding-left: 25px;
    }
}

@media screen and (max-width: 1504px) {
    .search-container {
        width: 19%;
    }

    .section-comparison .chart .head .item:nth-child(n+5),
    .section-comparison .chart .props .prop .values>div:nth-child(n+5) {
        display: none;
    }

    .section-comparison .chart .head .item {
        width: 25%;
    }

    .section-comparison .chart .props .prop .values>div {
        width: 25%;
    }
}

@media screen and (max-width: 1212px) {
    .search-container {
        width: 15%;
    }

    .section-comparison .chart .head .item:nth-child(n+4),
    .section-comparison .chart .props .prop .values>div:nth-child(n+4) {
        display: none;
    }

    .section-comparison .chart .head .item {
        width: 33.33%;
    }

    .section-comparison .chart .props .prop .values>div {
        width: 33.33%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
    .content {
        width: 72%;
        margin-right: 0;
    }
}


.text-small-for-mobile strong,
.text-small-for-mobile span {
    font-size: 26px;
}

@media screen and (max-width: 916px) {

    .section-comparison .chart .head .item:nth-child(n+3),
    .section-comparison .chart .props .prop .values>div:nth-child(n+3) {
        display: none;
    }

    .categories {
        display: block;
        padding-left: 0;
    }

    .section-comparison .chart .head .item {
        width: 50%;
    }

    .section-comparison .chart .props .prop .values>div {
        width: 50%;
    }

    .section-comparison .chart .arrows.paginated-arrows {
        display: block;
    }

    .section-comparison .chart .arrows:not(.paginated-arrows) .compare-arrow {
        display: none;
    }

    .section-comparison .chart .arrows .remove-all {
        left: 0;
    }

    .section-comparison .chart .head-dummy {
        height: 340px;
    }

    .section-comparison .product-box.short-tile .btn-buy-item-2 .text {
        width: 86%;
    }
}

@media screen and (max-width: 540px) {
    .section-comparison .btn-buy-item .text {
        font-size: 14px;
        padding-left: 20px;
    }

    .section-comparison .btn-buy-item .text:before {
        left: -7px;
    }

    .section-comparison .product-box.short-tile .btn-buy-item-2 .text {
        width: 75%;
        font-size: 13px;
    }

    .section-comparison .product-box.short-tile .price-actual {
        font-size: 16px;
    }

    .section-comparison .product-box.short-tile .price-actual .price-no-vat {
        padding: 2px 5px;
    }
}

@media screen and (max-width: 436px) {
    a.link-in-row {
        margin-right: 15px;
    }

    .section-comparison .product-box.short-tile .product-vendor {
        font-size: 10px;
    }

    .section-comparison .product-box.short-tile .product-box-title {
        font-size: 12px;
    }

    .section-comparison .product-box.short-tile .btn-buy {
        padding-right: 0;
        height: 35px;
        line-height: 30px;
    }

    .section-comparison .btn-buy-item {
        text-align: center;
        border-radius: 5px;
    }

    .section-comparison .btn-buy-item-2 {
        display: none;
    }

    .section-comparison .product-box.short-tile {
        height: 250px;
    }

    .section-comparison .chart .head-dummy {
        height: 315px;
    }

    .section-comparison .product-box.short-tile .price-actual {
        font-size: 12px;
        height: 24px;
    }

    .section-comparison .product-box.short-tile .price-actual .price-no-vat {
        padding: 1px 3px;
        font-size: 8px !important;
    }

    .section-comparison .chart .arrows.paginated-arrows {
        font-size: 14px;
    }

    form.search-static input[type=search] {
        width: 60%;
    }
}

@media screen and (max-width: 350px) {
    .section-comparison .btn-buy-item .text {
        font-size: 12px;
    }

    .section-comparison .product-box.short-tile .price-actual {
        font-size: 10px;
    }

    .section-comparison .product-box-availability {
        font-size: 12px;
    }
}

/* end COMPARISON STYLES */

.fw-light {
    font-weight: 300 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 500 !important;
}


.page-sidebar {
    width: 19%;
    margin: 30px 1% 0 0;
    float: left;
}

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

.page-sidebar li {
    padding: 10px;
    border: 1px #edeef0 solid;
    border-radius: 3px;
    margin-top: -1px;
}

.page-sidebar li:hover {
    background-color: #f7f7f7;
}

.page-sidebar li a {
    color: black;
    font-weight: 500;
    font-size: 17px;
    display: table-cell;
}

.page-sidebar li a.active {
    color: red;
}

.page-sidebar li div a:hover {
    color: red;
}

.page-sidebar li:before {
    content: ">";
    padding-right: 5px;
    font-size: 12px;
    display: table-cell;
    vertical-align: baseline;
}

.mt-fix {
    margin-top: 63px;
}


.image-cover {
    max-height: 330px;
    overflow: hidden;
}

.breadcrumb {
    margin-right: 0 !important;
    text-transform: none !important;
    text-decoration: none;
    border-bottom: none !important;
    font-weight: 500;
}

.breadcrumb.active {
    color: #808080 !important;
}

.breadcrumb.hide-on-desktop:before,
.breadcrumb.active:before {
    content: ">";
    margin: 0 7px;
    font-size: 14px;
}

.breadcrumbs-delimiter {
    color: #a7a7a7;
    margin: 0 6px !important;
}

.breadcrumbs-toggle a {
    border-bottom: none !important;
}

/* services */
.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list li {
    display: block;
}

.nav-list>li>a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding-left: 70px;
    margin-bottom: 30px;
    vertical-align: middle;
    position: relative;
    display: block;
}

.nav-list>li.active>a,
.nav-list>li>a:hover {
    font-weight: 500;
}

.nav-list>li>a span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    overflow: hidden;
    background: url('../images/icon-list.png') no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
}

.nav-list>li.list-cable>a span {
    background-position: 0 0;
}

.nav-list>li.list-weight>a span {
    background-position: 0 -66px;
}

.nav-list>li.list-dm>a span {
    background-position: 0 -125px;
}

.nav-list>li.list-transcript>a span {
    background-position: 0 -185px;
}

.nav-list>li.list-analog>a span {
    background-position: 0 -242px;
}

.nav-list>li.list-location>a span {
    background-position: 0 -302px;
}

.nav-list>li.list-section>a span {
    background-position: 0 -125px;
}

.nav-list>li.list-search>a span {
    background-position: 0 -185px;
}

.nav-list>li.active.list-cable>a span,
.nav-list>li.list-cable>a:hover span {
    background-position: -98px 0;
}

.nav-list>li.active.list-weight>a span,
.nav-list>li.list-weight>a:hover span {
    background-position: -98px -66px;
}

.nav-list>li.active.list-dm>a span,
.nav-list>li.list-dm>a:hover span {
    background-position: -98px -125px;
}

.nav-list>li.active.list-transcript>a span,
.nav-list>li.list-transcript>a:hover span {
    background-position: -98px -185px;
}

.nav-list>li.active.list-analog>a span,
.nav-list>li.list-analog>a:hover span {
    background-position: -98px -242px;
}

.nav-list>li.active.list-location>a span,
.nav-list>li.list-location>a:hover span {
    background-position: -98px -302px;
}

.nav-list>li.active.list-section>a span,
.nav-list>li.list-section>a:hover span {
    background-position: -98px -125px;
}

.nav-list>li.active.list-search>a span,
.nav-list>li.list-search>a:hover span {
    background-position: -98px -185px;
}

.cable_wrap {
    padding: 7px 110px 7px 10px;
    max-width: 633px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/cable-input.png') no-repeat right;
    white-space: nowrap;
    overflow: hidden;
}

.descr {
    margin-top: 5px !important;
    margin-bottom: 20px;
    font-size: 12px !important;
    color: #000;
    position: relative;
}

.descr span {
    color: #ec0606;
}

.descr>p {
    display: inline-block;
    position: absolute;
    left: 352px;
    margin: 0;
}

/* END services */

.page-content {
    width: 80%;
    display: inline-block;
}

.page-content_middlemost {
    display: block;

    margin: 0 auto;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
    clear: both;
    color: #000;
}

#map-container {
    padding-right: 0;
}

.menu_open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 16px 10px;
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
    z-index: 10002;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.search-mobile {
    width: 100% !important;
    margin-bottom: 10px;
}

.search-mobile>form {
    width: 100% !important;
    box-sizing: border-box;
}

.menu_open>a {
    width: auto !important;
    display: inline-block !important;
}

.menu_open p b {
    display: block;
}

.menu_open a.close {
    background: url(../images/close_popup.png) no-repeat;
    right: 11px;
    left: auto;
    width: 16px !important;
    top: 20px;
}

.pb5 {
    padding-bottom: 10px !important;
}

.city_confirm {
    margin: 10px auto;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    padding: 12px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}

.city_confirm.for-desktop {
    z-index: 2010;
    position: absolute;
    left: -5px;
    box-shadow: 1px -1px 16px 0 rgba(0, 0, 0, .2);
}

.city_confirm.for-mobile {
    max-width: 320px;
    margin-top: 20px;
    box-shadow: 1px 6px 12px 0 rgba(0, 0, 0, .2);
}

.city_confirm:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
}

.city_confirm .headline {
    color: #000;
    font-weight: 400;
    margin: 0 0 8px 0;
    white-space: nowrap;
}

.city_confirm button {
    margin-left: 5px;
    padding: 0 15px;
    border: 1px solid #ec0606;
    border-radius: 3px;
    outline: none;
}

.city_confirm button:nth-child(1) {
    color: #fff;
    background-color: #ec0606;
}

.city_confirm button:nth-child(2) {
    background-color: #fff;
    color: #ec0606;
}

.has-layout {
    overflow: hidden;
}

.show-mobile {
    display: none !important;
}

.popup {
    z-index: 100000 !important;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 422px;
    padding: 25px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

/* .lb_overlay.js_lb_overlay {
    z-index: 99999 !important;
} */

.popup.popup-550 {
    width: 100%;
    max-width: 550px;
}

.popup.js-quick_thanx--target,
.popup.js-feedback-target {
    padding: 24px;
}

.popup .close,
.subscribe-form .close {
    background: url(../images/close_popup.png) no-repeat;
    display: block;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 10px;
}

.subscribe-form .close {
    display: none;
}

.popup input {
    border: 1px solid #edeef0;
    border-radius: 2px;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 84px;
    margin: 0 5px;
}

.popup input.code {
    width: 40px;
}

.popup .phone {
    margin: 12px 0;
    padding: 0;
    background: none;
    vertical-align: middle;
}

.popup .phone>input {
    background: #fafafa;
    padding: 5px;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
    font-family: monospace;
}

footer {
    background: #363a3b;
    padding-top: 35px;
    color: #fff;
    margin-top: 160px;
}

@media (max-width: 1024px) {
    footer {
        padding-bottom: 90px;
    }
}

footer .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

footer .sub-title {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}

footer .list {
    margin: 0 0 20px;
    padding: 0;
}

footer .list li {
    padding-left: 0;
    margin-bottom: 10px;
}

footer .list li a,
.gray {
    color: #a4a9b2 !important;
    border-bottom-color: #404445;
    font-weight: 300;
}

footer .list li a {
    color: #fff;
    font-weight: 300;
}

footer p {
    font-size: 12px;
    line-height: 28px;
    margin-top: -6px;
}

.footer-minimal>div,
.footer-minimal>ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px !important;
}

.copyright {
    color: #a4a9b2;
    font-size: 12px;
    border-top: 1px solid #464646;
    padding: 20px 0 20px 0;
    margin-top: 47px;

    position: relative;
    /*line-height: 31px;*/
}

.subscribe-footer {
    width: 190px;
}

.subscribe-footer input,
.subscribe-footer button {
    width: 159px;
}

.footer-contacts-mobile {
    display: none;
}

.gray-input {
    border-radius: 2px;
    background: #eeeeee;
    color: #000;
    padding: 5px 10px;
    margin: 10px 0;
    height: 36px;
    min-width: 200px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.phone .code {
    font-family: monospace;
}

/* Bulleted list for SEO (placed right after <h1>) */
.description-bottom {
    display: none;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
}

.description-placeholder {
    margin: 10px 0;
}

.description-placeholder .description-bottom {
    display: block;
}

/***** Services new design ****/
.filter-search {
    background-color: #eee;
    padding: 26px 23px;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 34px;
}

.filter-search:last-child {
    margin-bottom: 0;
}

.filter-search-row {
    margin: 0 -8px 20px;
}

.filter-search-row:last-child {
    margin-bottom: 0;
}

.filter-search-row .size {
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

.filter-search-row .size-1 {
    width: 68%;
}

.filter-search-row .size-2 {
    width: 32%;
}

.filter-search .size-full {
    padding: 0 8px;
}

.filter-search .btn-default {
    padding: 12px 5px;
    border-radius: 3px;
    min-width: 0;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.filter-search .btn-default:hover {
    background-color: #c70909;
    color: #fff;
}

.filter-search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.filter-search-item .field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-search-item .has-input {
    margin: 0;
    padding: 5px 5px 5px 0;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filter-search-header {
    margin-bottom: 5px;
}

.filter-search-header .title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.filter-flex {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-flex>* {
    margin: 0 0 10px;
}

.filter-flex>*:first-child {
    margin-right: 10px;
}

.filter-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.filter-count .caption {
    padding-right: 5px;
}

.filter-count select {
    width: auto;
    min-width: 90px;
}

.filter-search-block {
    margin-bottom: 13px;
}

.filter-search-block:last-child {
    margin-bottom: 0;
}

.filter-search-block .size-1 {
    width: 265px;
}

.filter-search-block select {
    background-color: #fff;
    width: 100%;
    height: 45px;
}

.filter-search-caption {
    font-size: 18px;
    line-height: 1.1;
}

.filter-search-caption span {
    font-weight: 500;
}

.filter-search-btn>* {
    margin-right: 55px;
}

.filter-search-btn>*:last-child {
    margin-right: 0;
}

.filter-search .filter-link {
    border: none;
    height: auto;
    padding: 0;
    font-size: 16px;
}

.filter-reset {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    padding: 4px 0 4px 41px;
    position: relative;
    color: #777;
}

.filter-reset:hover {
    text-decoration: none;
}

.filter-reset:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/reset-icon.png) no-repeat;
    width: 33px;
    height: 26px;
}

.slick-slide:not(.bg-slide) img {
    display: inline-block !important;
}

/* скрываем изображения для галереи до инициализации slick (после нее между .carousel и .item появляются узлы) */
.carousel>.item {
    display: none;
}

/* manufacturer-col-wrap */
.manufacturer-col-wrap {
    margin: 0 -5px 30px;
}

.manufacturer-col-wrap:last-child {
    margin-bottom: 0;
}

.manufacturer-col {
    padding: 0 15px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 50px;
}

.manufacturer-link {
    display: block;
    text-align: center;
}

.manufacturer-link .image-container {
    width: 200px;
    height: 200px;
    line-height: 200px;
    display: inline-block;
}

.manufacturer-link .image-container img {
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
    vertical-align: middle;
}

.manufacturer-link:hover .manufacturer-link-logo {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.manufacturer-link:hover .manufacturer-link-title {
    color: #ec0d0d;
    font-weight: 500;
}

.manufacturer-link-logo {
    display: block;
    line-height: 78px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    background-color: #fff;
    height: 115px;
}

.manufacturer-link-logo img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
}

.manufacturer-mark {
    display: block;
    position: absolute;
    top: -1px;
    right: 10px;
    color: #fff;
    background-color: #578e00;
    width: 22px;
    height: 34px;
    padding: 5px 0 15px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    font-size: 12px;
}

.manufacturer-mark:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
}

.manufacturer-link-title {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.manufacturer-link-title span {
    display: inline-block;
    text-decoration: underline;
}

.table .compact h2,
.product-name h2 {
    font-size: inherit;
    margin: 0;
}

.product-wrap {
    display: flex;
    width: 100%;
    margin: 0 0 35px;
    border: 1px solid #eee;
    font-size: 16px;
    box-sizing: border-box;
}

.tabs__item .product-wrap {
    border: 0 none;
}

.tabs__item .description-placeholder {
    margin: 10px;
}

.product-wrap .controls-choice {
    float: left;
    margin-left: 10px;
}

.product-wrap-cell {
    display: flex;
    flex-flow: column;
    vertical-align: top;
    box-sizing: border-box;
    width: 53%;
    padding: 20px 0 20px 20px;
}

.product_main_photo_container {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_main_photo_container.fr {
    justify-content: flex-end;
    float: none;
}

.product-category {
    margin-bottom: 24px;
}

.product-category:last-child {
    margin-bottom: 0;
}

.product-category-slider {
    width: 26.5%;
    min-width: 285px;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
}

.product-category-panel {
    overflow: hidden;
}

.zoomContainer {
    z-index: 50;
}

.product-header {
    margin-bottom: 20px;
    flex: 0 1 auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .product-header {
        margin-bottom: 0;
    }
}

.fact_bg {
    display: inline-block;
    height: 150px;
    width: 44%;
    text-align: center;
    color: white;
    margin: 20px 2% 20px 0;
    background-size: cover;
}

.fact_bg span {
    display: block;
    font-size: 25px;
}

.fact_bg span:nth-child(1) {
    font-size: 65px;
    padding-top: 16px;
}

.warehouses_counter {
    background-image: url(../../../images/100stocks_bg.png);
    margin-right: 30px;
}

.elements_counter {
    background-image: url(../../../images/100000elements_bg.png);
}

/* Most important media queries */
@media screen and (min-width: 1352px) {

    .main-nav a {
        font-size: 15px;
    }

    .main-nav .dropdown-menu a {
        font-size: 14px;
    }

    .main-news-block p.time,
    .service-list.main li,
    .news-section p a,
    .border-bottom-block .sub-title span,
    .border-bottom-block .sub-title a,
    .info-section h2,
    .info-section,
    .table td,
    .table th,
    footer .list li a,
    .phone p,
    .mail a,
    .features-block .title-block,
    .features-section .title-block {
        font-size: 16px;
    }

    header .block p,
    .news-section p.time,
    footer p,
    .features-section p a,
    .border-bottom-block .block-title span,
    .border-bottom-block .block-title a,
    .phone span,
    .mail span {
        font-size: 14px;
    }

    .slider li.slide .slide-content {
        max-width: 40%;
    }

    header.header-for-mobile {
        display: none;
    }

    .city_confirm.for-mobile {
        display: none;
    }

    .content {
        margin-top: 0;
    }

    .hide-on-desktop {
        display: none;
    }

    .width-full .submenu {
        left: 278px;
        width: calc(100% - 278px);
    }

    .width-full .submenu .level1 {
        left: 278px;
        width: 278px;
    }

    .width-full .submenu .level2 {
        overflow: visible;
        -webkit-transform: translate3d(-14px, 0, 0);
        transform: translate3d(-14px, 0, 0);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .width-full .submenu .block-more {
        margin: 20px auto;
        text-align: center;
    }

    .submenu .level1 .item .submenu {
        opacity: 0;
        visibility: hidden;
        z-index: 1920;
    }

    .submenu .level1 .item:hover .submenu {
        opacity: 1;
        visibility: visible;
        z-index: 1930;
    }

    .submenu .level1 .item:hover .submenu .level2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .submenu.has-nested-submenu {
        background: transparent;
        border: none;
        overflow: visible;
    }

    .submenu.has-nested-submenu .level1 {
        border: 1px solid #edeef0;
        overflow: hidden;
        background-color: #fff;
    }

    .submenu {
        -webkit-transform: translate3d(-14px, 0, 0);
        transform: translate3d(-14px, 0, 0);
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: -1;
    }

    .has-submenu-main.onhover .dropdown-menu {
        display: block;
    }

    .has-submenu-main:hover>a {
        color: #ec0606;
    }

    .has-submenu-main.onhover>a:after {
        border-top-color: #ec0606;
        border-right-color: #ec0606;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px;
    }

    .has-submenu:hover .submenu {
        z-index: 50;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    .has-submenu:hover>a {
        background-color: #f5f5f5;
        color: #ec0606;
    }
}

@media screen and (max-width: 1024px) {
    .main-nav>div {
        display: block;
    }

    .menu_open .main-nav a {
        display: block;
    }

    .menu_open .main-nav>div>a {
        display: block;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropdown-menu,
    .submenu {
        position: static;
    }

    .submenu-main,
    .submenu {
        width: 100%;
        border: none;
        box-sizing: border-box;
    }

    ul.submenu-main {
        padding: 10px;
        background-color: #f5f5f5;
    }

    .menu_open .main-nav .submenu-main a {
        padding: 8px 5px;
        border: none;
        font-size: 15px;
    }

    .submenu {
        min-height: 0;
        display: none;
        padding: 5px 0;
    }

    .submenu .item {
        padding: 0 10px;
    }

    .has-submenu>a:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .has-submenu>a.current:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .filter-wrap .filter-btn,
    .filter-left {
        float: none;
    }

    .filter-left {
        white-space: normal;
    }

    .filter-left .aligner {
        margin-bottom: 0;
    }

    .filter-toggle {
        padding: 0 0 10px;
    }
}

@media (max-width: 1090px) {
    .main-nav a {
        margin-left: 12px;
    }
}

@media (max-width: 1040px) {
    .header_fixed .logo {
        margin-right: 30px;
    }

    input.input-search {
        width: 130px;
    }

    header .block p {
        margin-left: 15px;
    }

    header .code_prefix {
        padding: 3px 5px;
    }

    .cart,
    .compare-icon {
        margin-left: -5px;
    }

    .list-vertical li {
        width: 100% !important;
    }
}

@media (max-width: 980px) {
    .main-nav a {
        margin-left: 11px;
    }

    .main-nav div:first-child a {
        margin-left: 0;
    }
}

@media (min-width: 960px) {
    .features-section .middle-block {
        float: left;
        border-left: 1px solid #edeef0;
        border-right: 1px solid #edeef0;
    }

    .features-section.three-blocks-inside {
        display: table;
        width: 98%;
        padding: 10px 1%;
        border: none;
        outline: 1px solid rgb(238, 238, 238);
    }

    .features-section.three-blocks-inside>div {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .three-blocks-inside>.left-block {
        width: 33%;
        border: none !important;
        position: relative;
    }

    .three-blocks-inside>.left-block>p {
        position: absolute;
        top: 0;
        z-index: 999;
    }

    .three-blocks-inside>.middle-block {
        width: 30%;
        padding: 0 1%;
    }

    .three-blocks-inside>.right-block {
        width: 33%;
        margin-left: 0 !important;
        padding: 20px 0;
    }
}

.hide-for-desktop {
    display: none;
}

.color-white-for-mobile span,
.color-white-for-mobile strong {
    display: inline-block;
}

@media (max-width: 1351px) {
    .hide-for-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mobile-hidden {
        display: none;
    }

    .hide-for-desktop {
        display: block;
    }

    .header-for-mobile {
        display: block;
    }

    .header-for-mobile .menu {
        display: inline-block;
        background: url(../images/menu_red.png) no-repeat;
        background-size: 22px 18px;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        float: right;
        margin-top: 8px;
        margin-left: 6px;
    }

    .breadcrumbs-toggle li {
        margin: 10px 0;
    }

    .styled-tabs .styled-tabs-head-container {
        width: unset !important;
        margin: unset !important;
    }

    div.department-icon {
        margin: auto !important;
    }

    .styled-tabs .styled-tabs-head div.styled-tabs-head-item {
        width: 17.5%;
    }

    .styled-tabs .styled-tabs-head div.styled-tabs-head-item a {
        display: none;
    }

    .styled-tabs .styled-tabs-head div.styled-tabs-head-item {
        height: inherit !important;
    }

    .border-bottom-gray.font-adaptive h4,
    .border-bottom-gray.font-adaptive p,
    .border-bottom-gray.font-adaptive p a {
        font-size: 14px !important;
    }

    .btn-fixed-adaptive {
        width: 90%;
        font-size: 14px !important;
    }

    .rekv h4,
    .rekv p {
        font-size: 12px !important;
    }

    .page-sidebar-contacts {
        margin-top: 0;
    }
}

@media (max-width: 959px) {
    .page-sidebar {
        margin-top: 0;
        width: 24%;
    }

    .title-block-rekv {
        margin-top: 0;
    }

    .page-content {
        width: 74% !important;
    }

    .text-small-for-mobile strong,
    .text-small-for-mobile span {
        font-size: 26px;
    }
}

@media (max-width: 940px) {
    .slider li.slide {
        -webkit-background-size: auto;
        background-size: auto;
    }

    header .block p span {
        display: block;
        line-height: 14px;
    }
}

@media (max-width: 880px) {
    .half .btn {
        width: 120px;
    }

    span.hide-mobile {
        display: block;
        line-height: 14px;
    }
}

@media (max-width: 850px) {
    .page-sidebar {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .page-content {
        width: 100% !important;
        display: block;
    }

    .styled-tabs .styled-tabs-head div.styled-tabs-head-item {
        width: 15%;
    }

    .styled-tabs-head div.department-icon {
        width: 14vw;
        max-width: 72px;
        height: 14vw;
        max-height: 72px;
        margin: 0;
        background-size: 100% !important;
    }

    .text-small-for-mobile strong,
    .text-small-for-mobile span {
        font-size: 24px;
    }
}

@media (max-width: 786px) {
    header a[href^=tel] {
        font-weight: 500;
        font-size: 14px;
        color: #000;
    }

    .list-four li {
        width: 100%;
    }

    .text-small-for-mobile strong,
    .text-small-for-mobile span {
        font-size: 22px;
    }
}

@media (max-width: 780px) {
    .code_prefix {
        margin-top: 4px;
    }

    header a.cart,
    header a.compare-icon {
        position: relative;
        top: 4px;
    }

    .city_confirm {
        display: block;
    }

    .slider.main {
        height: 240px !important;
    }

    .section-slider .slick-dots {
        display: none !important;
    }

    .slider li.slide:not(.bg-slide) {
        padding: 10px 0 !important;
        background-position: 60% 50% !important;
    }

    .slider.main li.slide .slide-content {
        max-width: 100%;
    }

    .slider.main li.slide {
        height: 240px !important;
    }

    .slider.main li.slide p {
        font-size: 20px;
    }

    .postcard {
        height: 220px;
        background-position-x: 80%;
    }

    .submenu .item {
        width: 50%;
    }

    .header-for-mobile .menu {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .header-icon-block {
        left: 92%;
    }
}

@media (max-width: 1024px) {
    header .search-mobile {
        width: 95% !important;
    }

    .header-icon-block {
        float: left;
        left: 95%;
        position: absolute;
        top: 50px
    }

    .header-icon-block>.personal-area-link,
    .order-status-link,
    .cart {
        display: none;
    }

    .order-status-link:before {
        background-image: url(../images/delivery-truck-black.svg);
    }
}

@media (max-width: 940px) {
    .header-icon-block {
        top: 60px;
    }
}

@media (max-width: 540px) {
    span.hide-mobile {
        display: block;
    }

    .logo,
    .logo img {
        max-width: 160px;
    }

    .hide-less-540 {
        display: none !important;
    }

    header .search-mobile {
        width: 90% !important;
    }

    .text-small-for-mobile strong,
    .text-small-for-mobile span {
        font-size: 16px;
    }

    .color-white-for-mobile {
        color: #fff;
    }

    .color-white-for-mobile strong {
        font-weight: 500;
        font-size: 18px;
    }

    .color-white-for-mobile span {
        font-weight: 400;
        font-size: 12px;
    }

    .slide .layout {
        height: 100%;
    }

    .slide-content p {
        display: inline;
    }
}

@media (max-width: 479px) {
    img.hide-mobile {
        display: none !important;
    }

    .logo {
        height: auto;
        line-height: inherit;
        margin: 0 10px 0 0;
    }

    .show-mobile {
        display: inline-block !important;
    }

    .header-icon-block {
        float: right;
        left: 90%;
        position: absolute;
        top: 60px;
    }
}

@media (max-width: 400px) {
    .header-icon-block {
        left: 92%;
    }
}

@media (max-width: 400px) {
    .layout {
        padding: 0 5px;
    }

    .cart,
    .compare-icon {
        width: 30px;
    }

    .cart span,
    .compare-icon span {
        right: 2px;
    }

    header .block p {
        margin: 0 3px 0 0 !important;
    }

    .code_prefix {
        padding: 3px !important;
    }

    header .block p b {
        font-size: 13px;
    }

    .search-mobile {
        margin-bottom: 5px;
    }

    .submenu .item {
        width: 100%;
    }
}

.sub-title-block {
    display: flex;
    align-items: center;
}

.sub-title-block img {
    max-height: 70px;
}

.sub-title-block h3 {
    flex-grow: 2;
    padding-left: 30px;
}

.sub-title-block h3 a {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.ft {
    background-repeat: no-repeat;
    background-color: red;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-position: center center;
    display: inline-block;
    background-image: url("../images/facets/def.png");
}

.ft-title {
    vertical-align: top;
    padding: 20px 0 0 15px;
    display: inline-block;
}

.list-three-hidden-show {
    display: none;
    text-align: center;
    font-weight: bold;
}

.list-three li.list-three-hidden {
    display: none;
}

@media screen and (max-width: 900px) {
    .list-three li.list-three-hidden-mobile {
        display: none;
    }
}

.facet-quick-link ul {
    padding-left: 0;
}

.facet-quick-link li {
    display: inline-block;
    border: 1px solid #edeef0;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.facet-quick-link li a {
    color: #9c9c9c;
    font-size: 16px;
}

.facet-quick-link li:hover {
    border: 1px solid red;
}

.facet-quick-link li:hover a {
    color: red;
}

.layout #nav-catalog-ie {
    display: none;
}

.layout #nav-catalog-n .burger-menu,
.layout #nav-catalog-n .close-menu {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.layout #nav-catalog-n .close-menu {
    display: none;
}

.layout #nav-catalog-n {
    width: 127px;
    height: 36px;
    /* background-color: #EE2525; */
    border-radius: 3px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.layout #nav-catalog-n {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 19px;
    border: none;
    outline: none;
    text-transform: capitalize;
}

header .block .main-nav-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1150px) {
    header .block .main-nav-1 {
        display: none;
    }
}

.main-nav-full-width #nav-catalog-n {
    padding: 0 40px 0 15px;
}

@media (max-width: 640px) {
    .mobile-hide {
        display: none !important;
    }
}

.slide-content .small-text-slide {
    margin-top: 50px;
    position: absolute;
    font-size: 12px;
}

.slide .layout {
    height: 100%;
}

.slide-content .btn {
    margin-top: 12%;
    display: block;
    width: fit-content;
}

@media (max-width: 780px) {
    .slide-content .btn {
        margin-top: 20px;
    }
}

/* HEADER PRODUCT */
.header-product {
    display: flex;
    padding: 10px 0 10px;
    justify-content: space-between;
}

.header-product .action-btn-cart__new_back_header {
    margin-left: 60px;
}

.header-product .action-btn-cart__new_back_header .action-btn {
    width: 170px;
    height: 40px;
}

.header-product .action-btn-cart__new_header {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    background-color: #DF161A;
}

.header-product .action-btn-cart__new_header:hover {
    background-color: #c70909;
}

.header-product .action-btn-cart__new_header span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-product .action-btn-cart__new_header span:before {
    content: "";
    width: 23px;
    height: 22px;
    display: block;
    margin-right: 20px;
    background: url(../images/product_new_template/basket.svg);
}

.header-product .header-product-left {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
}

.header-product .header-product-left img {
    max-height: 100px;
}


.header-product .header-product-left .header-product-info {
    display: flex;
    margin-left: 24px;
    flex-direction: column;
}

.header-product .header-product-left .header-product-info .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.header-product .header-product-left .header-product-info .rating-and-code {
    display: flex;
}

.header-product .header-product-left .header-product-info .stars {
    display: flex;
}

.header-product .header-product-left .header-product-info .rating-reviews {
    display: flex;
    align-items: center;
}

.header-product .header-product-left .header-product-info .rating-reviews .link_tab_rating__new span {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.header-product .header-product-left .header-product-info .rating-and-code span {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
}

.header-product .header-product-right {
    display: flex;
    align-items: center;
}

.header-product .header-product-right .price-info {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.header-product .header-product-right .main-price {
    display: flex;
    align-items: center;
}

.header-product .header-product-right .main-price .price-block {
    white-space: nowrap;
    display: inline-block;
}

.header-product .header-product-right .old-price__new {
    color: #969EA9;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    width: max-content;
}

.header-product .header-product-right .old-price__new .text {
    text-decoration: line-through;
}

.nameplate {
    margin: 0;
    color: #FFFFFF;
    padding: 5px 8px;
    background: #6CCE5C;
    border-radius: 49px;
    font: 500 12px/14px "Rubik";
}

.header-product .header-product-right .main-price .from,
.header-product .header-product-right .main-price .price {
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

.header-product .header-product-right .main-price .from {
    font-size: 18px;
}

@font-face {
    font-family: "RubArial";
    font-weight: normal;
    font-style: normal;
    src: url("data:font/woff;charset=utf-8;base64,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") format("woff");
}

@font-face {
    font-family: "RubArial";
    font-weight: bold;
    font-style: normal;
    src: url("data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYMAA8AAAAACIwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAF8AAAABwAAAAcbqhabUdERUYAAAXQAAAAHQAAAB4AKAAQT1MvMgAAAdAAAABIAAAAYIZ9f8ljbWFwAAACNAAAAFwAAAFyCasSu2N2dCAAAAOYAAAAAgAAAAIAFAAAZnBnbQAAApAAAAECAAABcwZZnDdnbHlmAAADrAAAAQkAAAFErB9zO2hlYWQAAAFYAAAANgAAADb6J1hfaGhlYQAAAZAAAAAeAAAAJAYNAytobXR4AAACGAAAABoAAAAoB5YAF2xvY2EAAAOcAAAADgAAABYBRAFEbWF4cAAAAbAAAAAdAAAAIAIXAPxuYW1lAAAEuAAAANwAAAGwmS9zaXBvc3QAAAWUAAAAOgAAAFM9z/mGcHJlcAAAA5QAAAAEAAAABLgAACsAAQAAAAEAAEZZ/MtfDzz1AB8D6AAAAADJG2qwAAAAAM+fqgQAFwAAAiMCxgAAAAgAAgAAAAAAAHicY2BkYGBW+G/BcIL5BQMQMCkzMDKgAi4AV6sDPwAAeJxjYGRgYOBi0GJgYgABRjDJxQDiXgQxAQo5ARYAAAB4nGNgZljLOIGBlYGBaQ9TFwMDQw+EZrzLYMTwiwEFMDEi8woqi4qBFC+LM7PCfwuGE8wvGE4A+WA1jBOYFYCUAgMjAKXhDUF4nGPwZoAD5hdAwhuCmcwZxGFsEAAAOnkCswAAeJxjYGBgZoBgGQZGBhDIAfIYwXwWhgAgLQCEzGAZXgYFBj0WQxYHFuf//7GIMP//+v/J/+u/r/4+/vso1DQUwMjGADUKyGYCEkzoChiAliIDVkxDhjgAAGW7EnV4nF2QPU7EMBCFxzgs5AZIFpItKxQrr+ipUjiRUJpAKDwNP9KuRPYOSGloXHCWoTNdLoZgko222MYz783o87MTgGsS5G34FuILk/j7TOCvfyAH+fK8SSCc1lXvSbyyOHNsrA130umaZFE/Bos66ni/jbrW729byoq58mAX8VYTdKHn8ykYKlEd2x3iHXOyiZPNnIhM2C+E/UxgwC8vnbtGk7xpw0OgwSsqPSpjdEVjG2j0yiDy1uqYlOtHf7VkvuDMqzU3lwdKF6hUBBjjQVlDQ4wq8jsWnWA8MQScGuVi8E9MRFlUSQztPBqsUZNhjTWcEz3fnbumCxUnNbj5ByTqa+QAALgAACsAFAAAeJxjYEABiyAQAAo2AokAAHicLc5BSsNAFMbxL1OqtlJbk4yhpg3olEKTRZpMglhooUXErrLpxpaKW8ELCMW9R3DXrTeIPYDgQohb6Qk8hR/q4sf/MTweAwEHEEq8oYUePnP4YQ5FfiOHUVA4LuMLCt8klmMXFQ5N6tE5Tema7uiBnuiZXuiV3qm25FVerG55kW2zDV5vc7aLv7ej/x6zVTbYIocMNyiji1KwgQnrtx7qbA6PS+Ay+F2Ls8PZZJtsnXWLfmTpw5GhY09I+0AEhtRSSZWqVKfqTMcjkSZddbqz62T+PE5urwL/ch5drNePWZZ9JG7UkZPE7uwb98Z0r2L2Z5PhLHUGi9VqMbiptcKToS6JH91TRUUAAAB4nIWQQYrCQBBFXzQqAZFxmMXAgDTulbiZTVZewcXsIwQJBJUOWXgFD+AxPIPn8AJew59YOjBZTNfmdVf9+p8GhpwIqE9AxIdxhwFz4y5fbI1DxpyNe9Jejfu8BZEmgzDSy3ujqrnDiIlxl2/Vg0OmHI17fHIx7uO4saJiLVriyUkpYFWt3dLnaY1kbDRRqON1zTZVkQoWShw3lbDnoF4peuz63TT7q1/M4zhO9gdfJjJpPGavne0kruX/TOZeqh9N1O45O/2cs2ROjcyX+W7r5On4P1orzx21RUVseJxjYGIAg//NDEYM2AAXEDMyMDFwMzAzCDIyMTIzsjCyspfmZRqYGBtCaBMDKG3M4hfq4wMA/IkJiAAAeJxjYGRgYOABYjEgZmJgBGJOIMkC5jEAAAQOADkAAAAAAAABAAAAANXtRbgAAAAAyRtqsAAAAADPn6oE") format("woff");
}

.rub {
    font-family: "RubArial", Arial;
    display: inline-block;
    font-weight: 600;
}

.section-slider .slick-dots button {
    font-size: 0;
    outline: none;
    width: 37px;
    height: 4px;
    border-radius: 23px;
    border: 1px solid #dadada;
    background-color: rgba(0,0,0, 0);
    padding: 0;
}
.section-slider .slick-dots .slick-active button {
    border-color: #fff;
    background-color: #fff;
}

/* HEADER PRODUCT */

.extended-section-popular-group {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, 275px);
    justify-items: end;
    justify-content: space-around;
}

.extended-section-popular-group>.popular-group-element {
    min-width: 273px;
    height: 287px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.extended-section-popular-group>.popular-group-element>img {
    max-height: 173px;
    object-fit: contain;
}

.extended-section-popular-group>.popular-group-element>a {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}
