togle-show-brands_activ/** Fonts **/
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("fonts/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("fonts/PlayfairDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Pro';
  src: url("fonts/Gotham-Pro.ttf");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
  .mk-footer__block-title {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}@charset "UTF-8";

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamProReg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("..fonts/GothamPro/GothamProBol.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url(fonts/Helvetica/Helvetica-Light.eot);
    src: url(fonts/Helvetica/Helvetica-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Helvetica/Helvetica-Light.woff2) format("woff2"), url(fonts/Helvetica/Helvetica-Light.woff) format("woff"), url(fonts/Helvetica/Helvetica-Light.ttf) format("truetype"), url(fonts/Helvetica/Helvetica-Light.svg#Helvetica-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url(fonts/Helvetica/Helvetica-Bold.eot);
    src: url(fonts/Helvetica/Helvetica-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Helvetica/Helvetica-Bold.woff2) format("woff2"), url(fonts/Helvetica/Helvetica-Bold.woff) format("woff"), url(fonts/Helvetica/Helvetica-Bold.ttf) format("truetype"), url(fonts/Helvetica/Helvetica-Bold.svg#Helvetica-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("fonts/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}




input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #000 !important; /* цвет текста */
    color: #000 !important; /* цвет текста */
}

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    font-family: "Gotham Pro", Helvetica, arial, sans-serif;
}

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

html {
    /*font-size: 14px;*/
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
}

body {
    background-color: #fcfcfc !important;
}

body.noscroll, body.menu-in {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}

body.menu-in .bg-mask {
    opacity: 1;
    visibility: visible;
    z-index: 1050;
}

.bg-mask {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: -2;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.white_bg {
    background-color: #fff;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: unset;
    -ms-touch-action: unset;
    -webkit-touch-callout: unset;
}

.show {
    opacity: 1;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a {
    color: inherit;
}

button, input, textarea {
    outline: none !important;
    font: inherit;
    border: none;
}
input:focus{
    outline: none;
}
button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
}

h1, h2 {
    font-weight: bold;}


sup {
    font-size: smaller;
    display: inline;
}
.row:before, .row:after {
    display: none;
}

main {
    min-height: -moz-calc(100vh - 395px);
    min-height: calc(100vh - 395px);
}
.form-control,.form-control:focus{
    box-shadow: none !important;
    border-radius: 0 !important;
}
.jq-selectbox.focused .jq-selectbox__select {
    border-color: #252525;
}

.jq-selectbox li:hover {
    background: #f3f3f3;
    color: #000 !important;
}

.text_box-big {
    margin-bottom: 70px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.rubl {
    font-family: ASLRubl;
    font-style: normal;
    text-transform: none;
}

.container_wrp {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.box_shadow {
    // border: 1px solid #f0f0f0;
    //background-color: #fff;
    //box-shadow: 0 2px 2px rgba(0,0,0,.05);
}

.dot_link_orng {
    cursor: pointer;
    color: #252525;
    border-bottom: 1px solid #252525;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.dot_link_orng:hover, .dot_link_orng:active {
    border-bottom-color: transparent;
    color: #252525;
}

.dot_link {
    border-bottom: 1px dashed;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.dot_link:hover {
    border-color: transparent;
}

ul.dots_list li, ul.line_list li {
    position: relative;
    line-height: 2;
}

ul.dots_list li:before, ul.line_list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-color: #252525;
}

ul.dots_list li {
    padding-left: 25px;
}

ul.dots_list li:before {
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

ul.line_list li {
    padding-left: 50px;
    margin-bottom: 10px;
}

ul.line_list li:before {
    top: 13px;
    width: 30px;
    height: 3px;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 0;
    min-width: 100px;
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.bx-soa-more-btn .btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
	border-radius: 20px;
	float: left;
	margin: 0 20px 0 0;
}

.btn-primary {
    border-radius: 0;
    background: #252525;
    border-color: #252525;
    color: #fff;
    box-shadow: none !important;
}

.btn-primary:hover,.btn-primary:focus {
    border-color: #252525;
    background: #252525;
    color: #fff;
}

.btn-outline-secondary {
    color: #252525;
    border-color: #252525;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    border-color: #252525;
    background: #252525;
    color: #fff;
    box-shadow: none;
}


.btn_cncl {
    text-decoration: none;
    text-align: center;
    background-color: #dcdcdc;
    color: #646464;
    transition: .2s ease-in-out;
}
.btn_cncl:hover,.btn_cncl:focus{
    background-color: #cdcdcd;
    opacity: 1;
}
.btn_cncl:active{
    background-color: #bdbdbd;
}
.btn_orng_bd {
    background: #fff;
    border: 1px solid #252525;
    color: #252525;
    padding: 13px 0;
    min-width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content {
    background: #fff;}
.popup-window.popup-window-with-titlebar {
    padding: 50px 75px;
    width: 100%;
    max-width: 600px;
}

.popup-window-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.popup-window-buttons .product_row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version, .popup-window-titlebar div {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    display: block;
    text-align: center;
    padding: 0;
    line-height: unset;
    margin: 0 !important;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 20px 0 0;}
.popup-window-with-titlebar .popup-window-content img {
    max-height: 130px !important;}

.popup-window-with-titlebar .popup-window-content p {
    font-size: 16px;
    margin-top: 10px;
}

.popup-window-close-icon:after {
    width: 20px;
    height: 20px;
}

.header .logo_box {
    height: 70px;
    padding: 15px 0;
}
.logo_box a.logo_link img {
    max-height: 70px;
}

.desktop_hide, #vertical-multilevel-menu li ul.root-item-menu li.desktop_hide {
    display: none;
}

.callback_link span {
    color: rgba(17, 17, 17, 0.75);
    font-size: 12px;
}

.metro_logo {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 5px;
    background-image: url(img/logo/spb-metro-logo.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.header {
    background-color: #fff;
    //-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    //box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header p {
    margin: 0;
}

.header .header_wrp {
    position: relative;
}

.header .header_top, .header_wrp {
    border-bottom: 1px solid #000;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
}

.header .header_l-side, .header .header_r-side {
    //display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-left: -0.25em;
}

.header .header_r-side {
    text-align: right;
}

.header .top_user-box {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.header .top_user-box.desktop_hide {
    display: none;
}

.header .top_menu {
    color: #5f5f5f;
}

.header .top_menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
}

.header .top-bottom-menu {
    flex: 0 0 46%;
    max-width: 46%;
}

.header .top-bottom-menu ul {
    display: flex;
}

.header .top-bottom-menu ul li {
    font-weight: bold;
    color: #000;
}

.header .top_menu ul li:first-child {
    padding-left: 0;
}

.header .top_menu ul li a, .header .top_user-box a {
    border-bottom: 1px solid transparent;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header .top_menu ul li a:hover,
.header .top_user-box a:hover {
    border-bottom-color: inherit;
}
.header .top_menu ul li a.selected{
    color: #252525;
    border-bottom: none;
}
.header .top_menu ul li a.selected:hover{
    border-bottom: none;
}
.header .header_mid {
    border-bottom: solid 1px #e5e5e5;
}

.header .header_mid .container_wrp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .info_item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.header .info_item b {
    display: inline-block;
    vertical-align: middle;
}

.header .info_item.address a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header .info_item.address a:hover {
    border-bottom-color: #808080;
}

.footer .info_item.address a div {
    border-bottom: 1px solid transparent;
}

.footer .info_item.address a:hover div {
    border-bottom: 1px solid;
}

.header .info_item.desktop_hide {
    display: none;
}

.header .info_item .title {
    font-size: 14px;
    position: relative;
}

.header .info_item.phone .fa {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.header span.circle {
    font-size: 7px;
    margin-right: 5px;
}

.header .header_bot {
    height: 45px;
}

.header .hb_content {
    background-color: #fff;
    height: 45px;
}
.hb_content-wrapper {
    position: relative;
}

.header .fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999999;
	border-bottom: 1px solid #000000;
    //-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    //box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.header .basket_top {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header .basket_top .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.header .basket_top .text-icon {
    position: relative;
}

.nicescroll-rails {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
}

.header .basket_top .bx-basket .counter {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -23px;
    background-color: #252525;
    border: none;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    padding-right: 2px;
}

.header .basket_top .bx-basket span.text-icon {
    position: relative;
    font-size: 13px;
    color: #656565;
}

.header .basket_top .bx-basket .all_sum {
    display: block;
    font-weight: bold;
    color: #252525;
    font-size: 14px;
}

.header .top_icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    color: #000;
}

.header .top_icon a {
    display: block;
    transition: .2s ease-in-out;
}
.header .compare_top a {
    cursor: default;
}
.header .compare_top .btn-primary {
    cursor: pointer;
}

.header .compare-icon i {
    border-color: #fff;
}
.header span.icon {
    background-color: #252525;
    color: #fff;
}
.header a:hover span.icon, .header .basket_top:hover span.icon {
    background-color: #111;
    color: #252525;
}

.header .top_icon.bx-basket {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.header .top_icon span.basket {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-image: none;
}

.header .top_icon span.basket:before, .header .top_icon span.basket:after, .product_item .catalog_btns .btn_cart:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 6px 50%;
    transition: .2s ease-in-out;
}
.product_item .catalog_btns .btn_cart:before {
    display: none;
}
.product_item .catalog_btns .btn_cart:before  {
    //background-image: url("img/icons/cart.svg");
		background-image: url(/upload/medialibrary/ecd/ecda4ed071765b871e80e24606ec46af.png);
		width: 25px;
		height: 27px;
    background-position: center;
}
.header .top_icon .basket:after,
.header .top_icon:hover .basket:before, .header .basket_top:hover .basket:before {
    opacity: 0;
}
.header .top_icon .basket:before,
.header .top_icon:hover .basket:after, .header .basket_top:hover .basket:after {
    opacity: 1;
}
.header .top_icon span.basket:before {
    background-image: url("/upload/medialibrary/ed9/ed99b98888a2ef0d120588c1b13e73e2.png");
}
.header .top_icon span.basket:after {
    background-image: url("/upload/medialibrary/ed9/ed99b98888a2ef0d120588c1b13e73e2.png");
}


.header .top_icon span {
    display: inline-block;
    vertical-align: middle;
}

.header span.icon {
    line-height: 25px;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    text-align: center;
    border: 1px solid #252525;
    border-radius: 50%;
    transition: .2s ease-in-out;
}
.header span.text-icon {
    font-size: 12px;
}
.header .top_icon .counter {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .4);
    font-size: 11px;
    text-align: center;
    position: relative;
    bottom: 14px;
    left: -16px;
		background: #fff;
    z-index: 10;
}

.compare-icon i {
    display: inline-block;
    width: 3px;
    border: 1px solid #656565;
    margin-right: 1px;
    transition: .2s ease-in-out;
}
.compare-icon i:nth-child(1) {
    height: 8px;
}
.compare-icon i:nth-child(2) {
    height: 13px;
}
.compare-icon i:nth-child(3) {
    height: 11px;
}
.btn-small.btn-compare.active .btn-small-mini i, .header .top_icon a:hover .compare-icon i {
    border-color: #252525;
}

.header .compare_top {
    position: relative;
}

.header .compare_top .bx_catalog_compare_list {
    display: block;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: 0;
    width: 400px;
    transition: .3s ease-in-out;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media screen and (max-width: 400px){
    .header .compare_top .bx_catalog_compare_list {
        width: 320px;
    }
}

.header .compare_top:hover .bx_catalog_compare_list {
    opacity: 1;
    visibility: visible;
    z-index: 500;
}

.header .compare_top .bx_catalog_compare_form {
    max-height: 397px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c8ccd1;
    border-color: #c8ccd1;
}
.header .compare_top .bx_catalog_compare_form ul .btn-item {
    padding: 15px;
}


.header span.user {
    height: 15px;
    background-size: 15px;
}

.header span.favour_org {
    background-size: 18px;
}

.header .catalog_btn {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    cursor: pointer;
    position: static;
    flex: 0 0 8%;
    max-width: 20%;
}

.header .catalog_btn .catalog_link {
    display: flex;
    align-items: center;
    justify-content: center;
    //background-color: #252525;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.header .catalog_btn .catalog_link:before {
    content: '';
		display: none;
    // display: block;
    width: 100%;
    position: absolute;
    border-top: 1px solid #252525;
    left: 0;
    top: -1px;
}

.header .catalog_btn .catalog_link span {
    display: inline-block;
    vertical-align: middle;
}

.header .catalog_btn .catalog_link span.icon_menu {
    position: relative;
    width: 16px;
    height: 2px;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.header .catalog_btn .catalog_link span.icon_menu:before, .header .catalog_btn .catalog_link span.icon_menu:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.header .catalog_btn .catalog_link span.icon_menu:before {
    top: 5px;
    width: 9px;
}

.header .catalog_btn .catalog_link span.icon_menu:after {
    bottom: 5px;
    width: 13px;
}

.header .catalog_btn.open .catalog_link span.icon_menu, .header .catalog_btn .catalog_link.active span.icon_menu {
    background: transparent;
}

.header .catalog_btn.open .catalog_link span.icon_menu:before, .header .catalog_btn .catalog_link.active span.icon_menu:before {
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .catalog_btn.open .catalog_link span.icon_menu:after, .header .catalog_btn .catalog_link.active span.icon_menu:after {
    bottom: 0;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .btn_action {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.header .btn_action.desktop_hide {
    display: none;
}

.header .btn_action a {
    display: block;
    padding: 10px 20px;
    background-color: #252525;
    transition: .2s ease-in-out;
}

.header .btn_action a:hover {
    background: #252525;
}

.header .btn_action a:active {
    background: #252525;
}

.header .btn_action .polygon {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    background-image: url(img/icons/star.svg);
    background-size: cover;
    background-position: 50%;
    font-size: 12px;
}

.header .form_search_wrp {
    position: relative;}

.header .form_search {
    font-size: 14px;
    position: relative;
}

.header_bot .hb_content.fixed .form_search {
    position: static;}

.header .form_search.desktop_hide {
    display: none;
}

.form_search form {
    border: none;
}

.form_search .input_search {
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
    margin: 0;
    width: 100%;
}

.form_search {
    font-size: 14px;
}

.form_search form {
    position: relative;
}

.form_search form:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #e5e5e5;
}

.search_page-container .form_search {
    margin: 35px 0;
    border: 1px solid #dbdbdb;
}
.search_page-container .form_search form:before {
    display: none;
}
.form_search .btn_search {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: transparent;
    background-image: url(img/icons/search-icon.svg);
    background-size: 17px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.footer {
    background-color: #ececec;
}

.footer .footer_top {
    padding: 25px 0;
    line-height: 2;
}

.footer .title_big {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer .pays_box {
    margin-top: 30px;
}
.footer .pays_box .pay_item {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.footer .pays_box .pay_item:first-child {
    padding-left: 15px;
}

.footer .pays_box .pay_item img {
    max-height: 20px;
}

.footer .bot_menu-box {
    width: 23%;
    margin: 0 2%;
}

.footer .bot_menu-box .yamarket {
    display: inline-block;
    margin-top: 10px;
}

.footer .bot_menu-box .yamarket img {
    max-height: 25px;
}

.footer .bot_menu-box .bot_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px;
}

.footer .bot_menu-box .bot_menu ul li {
    display: inline-block;
    width: 75%;
    margin-bottom: 5px;
}

.footer .bot_menu-box .bot_menu ul li.small {
    width: 25%;
}

.footer .bot_menu-box .bot_menu ul li a {
    border-bottom: 1px solid transparent;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.footer .bot_menu-box .bot_menu ul li a:hover {
    border-bottom-color: inherit;
}

.footer .info_box {
    width: 24%;
    margin: 0 2%;
    font-size: 12px;
}

.footer .info_box .phone {
    margin-bottom: 10px;
}

.footer .info_box .timejob, .footer .info_box .address {
    display: inline-block;
    vertical-align: top;
    color: #808080;
}

.footer .info_box .title {
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
}

.footer .footer_bot {
    padding: 10px 0;
    border-top: solid 1px #dbdbdb;
    position: relative;
}

.footer .footer_bot p, .footer .footer_bot a {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.footer .footer_bot a:hover {
    text-decoration: underline;
}

.social-item {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 3px;
}

.mir {
    background-image: url(img/icons/mir.png);
}

.mcard {
    background-image: url(img/icons/mastercard.png);
}

.visa {
    background-image: url(img/icons/visa.png);
}

.yamoney {
    background-image: url(img/icons/yamoney.png);
}

.catalog_menu {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    /*transition-delay: .3s;*/
}

.header .catalog_btn:hover .catalog_menu {
    opacity: 1;
    z-index: 1500;
    visibility: visible;
    transition: .2s ease-in-out;
}

.catalog_menu .catalog_menu-wrp {
    margin: auto;
    max-width: 1300px;
    min-height: 300px;
    position: relative;
}

.catalog_menu .root-menu {
    width: 100%;
    height: 100%;
}

.catalog_menu .root-menu-container {
    width: 220px;
    height: 100%;
}

.catalog_menu .root-menu li.root-item:hover ul.sub-root-menu, .catalog_menu .root-menu li.p_select ul.sub-root-menu {
    display: flex;
}

.catalog_menu ul.sub-root-menu {
    display: none;
    position: absolute;
    width: calc(100% - 220px);
    bottom: 40px;
    left: 220px;
    top: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog_menu ul.sub-root-menu li.sub-root-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    padding-left: 35px;
}

.catalog_menu .catalog_menu-list {
    padding-right: 25px;
}

.catalog_menu .catalog_menu-list li {
    margin: 0;
}


.catalog_menu .root-menu li.root-item a.root-item-link {
    display: block;
    padding: 8px 0;
}

.catalog_menu .root-menu li.root-item {}

.catalog_menu .catalog_menu-list li.catalog_menu-item a,
.catalog_menu ul.sub-root-menu li.sub-root-item a {
    border-bottom: 1px solid transparent;
    color: #656565;
    font-size: 14px;
    font-weight: normal;
}

.catalog_menu .catalog_menu-list li.catalog_menu-item:hover a, .catalog_menu .catalog_menu-list li.p_select a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.catalog_menu .catalog_menu-list li.catalog_menu-item ul li.item {
    padding: 8px 0;
}

.catalog_menu .catalog_menu-list li.catalog_menu-item ul li.item a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.catalog_menu .catalog_menu-list li.catalog_menu-item ul li.item:hover a {
    border-bottom-color: inherit;
    color: #000;
}

.catalog_menu .scroll_box {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.catalog_menu .sub-root-menu .scroll_box {
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
}

.catalog_menu .scroll_box::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 1px 0 #cacaca;
    box-shadow: inset 0 0 1px 0 #cacaca;
}

.catalog_menu .scroll_box::-webkit-scrollbar {
    width: 3px;
}

.catalog_menu .scroll_box::-webkit-scrollbar-thumb {
    background-color: #252525;
}

.catalog_menu .sub_menu-list {
    height: 100%;
}

.catalog_menu .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.catalog_menu .root-item-link .fa {
    display: none;
}

.tooltip_templates {
    display: none;
}

.title_big {
    font-family: 'PlayfairDisplay-Regular' !important;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
		font-weight: 200 !important;
}

.sub_title {
  	 font-family: 'PlayfairDisplay-Regular';
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
		font-weight: 200;
}

.sub_title .fa {
    position: absolute;
    right: 25px;
    color: #242424;
    font-size: 27px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sub_title.open_list {
    cursor: pointer;
}

a.open_hide {
    position: relative;
    color: #4a90e2;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

a.open_hide.open:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #fff;
}

a.open_hide.open:after {
    content: 'Скрыть';
    position: absolute;
    border-bottom: 1px dashed;
    left: 0;
}

.hide_text {
    display: none;
}

.delivery_page ol {
    list-style: decimal;
    -webkit-padding-start: 20px;
    -moz-padding-start: 20px;
}

.delivery_page ol li {
    padding-left: 10px;
    line-height: 2;
    margin-bottom: 10px;
}

.delivery_page ul.dots_list li {
    padding-left: 25px;
    margin-bottom: 0;
}

.delivery_page .pays ul.line_list li {
    margin-bottom: 0;
}

.delivery_page .table_wrap {
    width: 75%;
    float: left;
}

.delivery_page .map_wrap {
    width: 23%;
    margin-left: 2%;
    float: right;
}

.delivery_page .conditions {
    margin-top: 50px;
    border-top: 1px solid #dbdbdb;
}

.delivery_page .delivery_wrp .sub_title {
    margin: 0;
    padding: 25px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}

.delivery_page .delivery_wrp.open_in {
    border-bottom: 1px solid #252525;
}

.delivery_page .delivery_wrp.open_in .sub_title {
    border-color: #252525;
}

.delivery_page .delivery_wrp.open_in .sub_title .fa {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.table_wrap table {
    width: 100%;
    border: 1px solid #dbdbdb;
}

.table_wrap table th, .table_wrap table .t_head {
    font-weight: bold;
}

.table_wrap table .sub_head {
    font-weight: bold;
    text-transform: uppercase;
}

.table_wrap table tr {
    border: 1px solid #dbdbdb;
}

.table_wrap table td, .table_wrap table th {
    border-right: 1px solid #dbdbdb;
    text-align: center;
    padding: 20px;
}

.table_wrap table td .line_table, .table_wrap table th .line_table {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #000;
    width: 20px;
    height: 1px;
}

.table_wrap table.delivery tr:hover {
    background-color: #eee;
}

.table_wrap table.delivery td {
    position: relative;
    min-width: 150px;
    cursor: pointer;
}

.table_wrap table.delivery td.colHover {
    background-color: #eee;
}

.table_wrap table.delivery td.current {
    background-color: #252525;
    color: #fff;
}

.table_wrap table.delivery td.current .line_table {
    background-color: #fff;
}

.table_wrap table.lift {
    max-width: 795px;
}

.table_wrap table.service {
    margin-top: 50px;
    max-width: 825px;
}

.table_wrap table.service td {
    padding: 10px;
}

.table_wrap table.service .sub_head {
    padding: 20px;
}

.about_page .flex_box {
    margin-bottom: 50px;
}

.about_page .certificate {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
}

.about_page .certificate .flex_box {
    margin-bottom: 0;
}

.about_page .certificate .about_img .about_img_box {
    display: block;
    position: absolute;
    width: 370px;
    top: 5px;
    left: 0;
    z-index: 20;
}

.about_page .certificate .about_img .about_img_box img {
    width: 100%;
    max-height: none;
    z-index: 10;
    position: relative;
}

.about_page .certificate .about_img .about_img_box:nth-child(2) {
    left: 60px;
    z-index: 15;
    opacity: .7;
}

.about_page .certificate .about_img .about_img_box:nth-child(3) {
    left: 120px;
    z-index: 10;
    opacity: .4;
}

.about_page .certificate .about_img .figure.rec1 {
    top: -25px;
    left: -28px;
    z-index: 0;
}

.about_page .about_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.about_page .about_text {
    width: 51%;
    padding-right: 2%;
}

.about_page .about_text.right {
    padding-right: 0;
    padding-left: 2%;
}

.about_page .about_img {
    width: 47%;
    position: relative;
    padding: 25px;
    text-align: center;
}

.about_page .about_img .about_img_box {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 330px;
}

.about_page .about_img .about_img_box img {
    width: 100%;
}

.about_page .about_img .figure {
    position: absolute;
    width: 150px;
    background-image: url(img/icons/rect.svg);
}

.about_page .about_img .figure.rec1 {
    height: 150px;
    left: 0;
    bottom: 0;
}

.about_page .about_img .figure.rec2 {
    height: 85%;
    right: 0;
    top: 0;
}

.fancybox-custom-layout .fancybox-button {
    color: #fff !important;
    background: none;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button {
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: opacity .3s ease-in-out, visibility 0s, color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, visibility 0s, color .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility 0s, color .3s ease-in-out;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button:before {
    display: block;
    font-family: FontAwesome;
    margin-top: -7px;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 25px;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
    content: '\f104';
    margin-left: -3px;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 25px;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
    content: '\f105';
    margin-right: -3px;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button:hover {
    border-color: #252525;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button.disabled, .fancybox-custom-layout .fancybox-navigation .fancybox-button.disabled:hover {
    border-color: inherit;
    opacity: .5;
}

.fancybox-custom-layout .fancybox-navigation .fancybox-button svg {
    display: none;
}

.modal {
    text-align: center;
}
.product_card_fast .product_card_wrp {
    width: 96%;
    max-width: 500px;
    position: relative;
    white-space: normal;
    text-align: left;
}

.product_card_fast .modal-content {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.product_card_fast .product_card {
    margin-top: 0;
    margin-bottom: 0;
}

.product_card_fast .fast_title {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: solid 1px #e5e5e5;
}
.product_card_fast .product_card .product_title {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    overflow: hidden;
}
.product_card_fast .product_card .product_title h1 {
    font-size: 14px;
}
.product_card_fast .product_title h1 {
    font-weight: normal;
}

.product_card_fast .product_header {
    padding: 20px;
}

.product_card_fast .bx_bigimages_box {
    width: 100px;
    padding-right: 0;
}
.product_card_fast .bx_item_detail .bx_item_slider {
    margin-bottom: 0;
}
.product_card_fast .bx_bigimages_aligner {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    cursor: default;
}
.product_card_fast .bx_bigimages_imgcontainer img {
    pointer-events: none;
    height: 98px;
}
.product_card_fast .product_title_box {
    width: calc(100% - 130px);
}

.product_card_fast .product_card .big_price_box .price, .product_card_fast .product_card .big_price_box .price .fa {
    font-size: 14px;
}
.product_card_fast .product_card .big_price_box .price {
    margin-right: 5px;
}
.product_card_fast .product_card .big_price_box .price_old, .product_card_fast .product_card .big_price_box .price_old .fa  {
    font-size: 12px;
}
.btn-close, .popup-window-close-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    opacity: .5;
    transition: .2s ease-in-out;
}

.btn-close:hover, .popup-window-close-icon:hover {
    opacity: .7;
}
.btn-close:hover:before, .btn-close:hover:after,
.popup-window-close-icon:hover:before, .popup-window-close-icon:hover:after {
    box-shadow: 0 0 1px;
}

.btn-close:before, .btn-close:after, .popup-window-close-icon:before, .popup-window-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 20px;
    width: 25px;
    height: 2px;
    background-color: #000000;
    transition: .2s ease-in-out;
}

.btn-close:before, .popup-window-close-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close:after, .popup-window-close-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_mask, .popup_inner {
    display: none;
    z-index: 500;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.6);
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}
.user_form .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.user_form .modal-header, .user_form .modal-body, .user_form .modal-footer {
    border: none;
    padding: 0;
}
.user_form .modal-header {
    justify-content: center;
}
.user_form .modal-footer {
    flex-wrap: wrap;
}
.user_form .modal-body {
    padding-top: 20px;
}

a.requisites {
    border-bottom: 1px solid #000;
    color: #000;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

a.requisites:hover {
    border-color: transparent;
}

.auth-form-box {
    width: 100%;
    max-width: 500px;
    margin-bottom: 100px;
}
.auth-form-box .text_box {
    padding-bottom: 20px;
}
.user_form .user_form_wrp .modal-content {
    max-width: 500px;
    padding: 50px;
    padding-bottom: 25px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    background: #fff;
    white-space: normal;
    z-index: 1500;
}

.user_form .user_form_wrp .title {
    font-size: 20px;
    font-weight: bold;
    color: #656565;
    text-align: center;
}

.user_form .user_form_wrp .title a {
    color: #000;
    border-bottom: 1px dashed #252525;
}

.user_form .user_form_wrp .title a:hover {
    border-bottom-color: transparent;
}

.user_form .user_form_wrp .text_box {
    font-size: 16px;
    margin-bottom: 20px;
}

.user_form a.login_link {
    color: #252525;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}

.user_form a.login_link span {
    border-bottom: 1px dashed;
}

.user_form a.login_link:hover span {
    border-bottom-color: transparent;
}

.user_form .form_widget {
    position: relative;
    margin-top: 40px;
    text-align: left;
}

.user_form .form_widget-input {
    position: relative;
    display: block;
    float: right;
    padding: 10px 15px;
    color: #808080;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    width: 100%;
    background-color: none;
    border: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: border-color 0.25s;
}

.user_form .form_widget-input::-webkit-input-placeholder { color:transparent;    transition: 0.25s ease-in-out; }
.user_form .form_widget-input::-moz-placeholder { color:transparent;    transition: 0.25s ease-in-out; }
.user_form .form_widget-input:-moz-placeholder { color:transparent;    transition: 0.25s ease-in-out; }
.user_form .form_widget-input:-ms-input-placeholder { color:transparent;    transition: 0.25s ease-in-out; }

.input_focus .form_widget-input::-webkit-input-placeholder { color:#bbbbbb; }
.input_focus .form_widget-input::-moz-placeholder { color:#bbbbbb; }
.input_focus .form_widget-input:-moz-placeholder { color:#bbbbbb; }
.input_focus .form_widget-input:-ms-input-placeholder { color:#bbbbbb; }

.user_form .form_widget-input:focus {
    outline: none;
}

.user_form .form_widget-label {
    display: inline-block;
    float: right;
    font-weight: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 15px;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 37px, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.user_form .form_widget-label i {
    font-style: normal;
    color: #d93333;
}

.user_form .form_widget-label span {
    position: relative;
    display: block;
    width: 100%;
    color: #8B8C8B;
    padding: 0.25em 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.user_form .form_widget-label span:after {
    content: attr(data-content);
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    color: #5f5f5f;
    padding: 0.25em 0;
    letter-spacing: 1px;
    font-size: 14px;
}

.form_widget-input:focus + .form_widget-label,
.input_focus .form_widget-label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.form_widget-input:focus + .form_widget-label .form_widget-label span,
.input_focus .form_widget-label span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.form_widget-input:focus + .form_widget-input,
.input_focus .form_widget-input {
    border-color: #252525;
}

.error .form_widget-input,
.error.input_focus .form_widget-input {
    border-color: red;
}

.form_checkbox input[type='checkbox'] {
    display: none;
}

.form_checkbox .form_checkbox-label {
    font-weight: normal;
}

.form_checkbox .form_checkbox-text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
}

.form_checkbox .form_checkbox-check {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: solid 1px #bdbdbd;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.form_checkbox input[type='checkbox'] + label .form_checkbox-check:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    color: #252525;
    opacity: 0;
}

.form_checkbox input[type='checkbox']:checked + label .form_checkbox-check:before {
    opacity: 1;
}


.bx-authform-link-container, .bx-authform-description-container {
    padding-bottom: 0;
}



.user_form .form_widget-checkbox {
    text-align: left;
}

.order .order_info-save .checkbox input[type='checkbox'] + a {
    position: relative;
    display: block;
    padding-left: 25px;
}

.order .order_info-save .checkbox {
    padding: 0;
    margin: 0;
}

.order .order_info-save .checkbox label {
    padding: 0;
    display: inline-block;
}

.user_form .form_widget-checkbox .checkbox_in input[type='checkbox'] + label span,
.order .order_info-save .checkbox input[type='checkbox'] + a:before {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.order .order_info-save .checkbox input[type='checkbox'] + a:before {
    content: '';
    position: absolute;
    left: 0;
}

.user_form .form_widget-checkbox .checkbox_in input[type='checkbox'], .order .order_info-save .checkbox input[type='checkbox'] {
    display: none;}

.user_form .form_widget-checkbox .checkbox_in input[type='checkbox']:checked + label span:before,
.order .order_info-save .checkbox input[type='checkbox']:checked + a:after,
input[type=checkbox].bx-soa-pp-company-checkbox:checked + .bx-soa-pp-company-image:after {
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: -2px;
    left: 1px;
    color: #252525;
}

#bx-soa-order input[type=checkbox].bx-soa-pp-company-checkbox + .bx-soa-pp-company-image:before {
    left: 5px;
    top: 5px;
}
#bx-soa-order input[type=checkbox].bx-soa-pp-company-checkbox:checked + .bx-soa-pp-company-image:after {
    top: 5px;
    left: 6px;
}

.order .order_info-save .checkbox input[type='checkbox']:checked + a:after {
    left: 2px;
    top: 2px;
}

.user_form .form_widget-checkbox .description {
    font-size: 14px;
    font-style: italic;
}

.user_form .description.out {
    font-size: 12px;
    margin-top: 20px;
}

.user_form .form_widget-btn {
    font-size: 18px;
    width: 100%;
}

.user_form .mfeedback .form_widget-btn {
    margin: 25px 0;
}

div.mf-ok-text, div.mf-error-text {
    align-items: center;
    font-size: 18px;
}
.user_form div.form_widget-content em {
    opacity: 0;
    position: absolute;
    top: 100%;
    font-size: 11px;
    color: red;
    margin-top: 3px;
    font-style: normal;
}

.user_form .description {
    color: #858585;
    font-size: 12px;
}
.main-user-consent-request-input {
    display: none;
}
.main-user-consent-request-announce {
    font-weight: 400;
    position: relative;
    font-size: 12px;
    padding-left: 25px;
}
.main-user-consent-request-announce:before,
.auth-remember:before,
input[type=checkbox].bx-soa-pp-company-checkbox + .bx-soa-pp-company-image:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    content: '';
}
#modalReg .user_form_wrp .modal-body .main-user-consent-request a::before{
    left: -22px;
}
#modalReg .user_form_wrp .modal-body .main-user-consent-request{
    padding-left: 10px;
}
#modalReg .user_form_wrp .modal-body .main-user-consent-request input[type="checkbox"]:checked + a::after{
    left: -22px;
}
.auth-remember{
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 15px;
}
.auth-remember:before{
    left: -10px;
    top: 2px;
}
.user_form_wrp .modal-body .main-user-consent-request input[type=checkbox],.bx-auth-table input[type=checkbox]{
    display: none;
}
.main-user-consent-request input[type=checkbox]:checked + .main-user-consent-request-announce:after,
.bx-auth-table input[type=checkbox]:checked + .auth-remember:after{
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: 2px;
    left: 2px;
    color: #252525;
}
.bx-auth-table input[type=checkbox]:checked + .auth-remember:after{
    left: 0;
}
.user_form.requisites .user_form_wrp {
    text-align: left;
}

.contacts_page .advantage {
    margin: 35px 0;
}

.contacts_page .advantage .flex_item {
    width: 25%;
    padding: 0 35px;
    text-align: center;
}

.contacts_page .advantage .flex_item .icon {
    width: 65px;
    height: 65px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.contacts_page .contact_block {
    width: 45%;
    padding-right: 5%;
}

.contacts_page .contact_map {
    width: 55%;
}

.contacts_page .contact_text {
    margin-bottom: 45px;
}

.contacts_page .contact_text .contact {
    font-weight: bold;
    color: #656565;
    padding-left: 30px;
}

.contacts_page .contact_text .contact span {
    display: block;
}

.contacts_page .contact_text .descr {
    margin-top: 15px;
    padding-left: 30px;
}

.contacts_page .sub_title {
    font-size: 22px;
    margin: 10px 0;
    padding-left: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.contacts_page .slider_box {
    padding: 50px 0 30px;
    overflow-x: hidden;
}

.contacts_page .slider_center {
    overflow: visible;
    max-width: 1300px;
}

.contacts_page .slider_center .carousel-button-default {
    top: -50px;
}

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

.flex_box.img_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.action_slider .title_big {
    font-size: 36px;
    margin-top: 25px;
    user-select: none;
}

.action_slider .slider .carousel-button-default {
    top: -35px;
}
.action_page .title_big {
    margin-bottom: 50px;
}
.action_page .sales_detail .title_big {
    margin-bottom: 15px;
}

.action_page .action_pic {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
}
.action_page .action_pic:before {
    padding-top: 25%;
}
.action_page .action_pic .embed-responsive-item {
    opacity: .6;
    transition: ease-in-out .3s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.action_page .action_pic:hover .embed-responsive-item, .action_page .sales_detail .action_pic .embed-responsive-item {
    opacity: .85;
}

.action_page .action_text {}

.action_page .action_text .action_title {
    display: block;
    font-weight: bold;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 10px;
}
.action_page .action_text .action_title h2 {
    font-size: 22px;
}

.action_page .action_text .action_title:hover {
    color: #252525;
}

.action_page .action_text {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 15px;
    transition: ease-in-out .3s;
}
.action_page .action_pic:hover .action_text, .action_page .sales_detail .action_pic .action_text {
    background-color: rgba(0,0,0,.3);
}
.action_page .action_text .row {
    align-items: flex-end;
}
.action_page .action_content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.action_page .action_count span, .action_page .action_text {
    color: #fff;
}
.action_page .action_count {
    text-align: right;
}

.action_page .action_count .date_end span {
    display: inline-block;
    vertical-align: middle;
}

.action_page .action_count .date_end .count {
    border: solid 1px #dedbdb;
    padding: 4px 0;
    color: #000;
    font-weight: bold;
    width: 36px;
    height: 36px;
    font-size: 17px;
    text-align: center;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 50%;
}

.action_page .action_count .count_items {
    color: #252525;
}

.action_page .action_count .count_items .count {
    font-weight: bold;
}
.action_page .action_text .detail_link {
    margin-top: 10px;
}
.action_page .action_text .detail_link a {
    padding: 8px 12px 9px;
    display: inline-block;
    transition: .2s ease-in-out;
}

.action_page .action_count .count_items a:hover {
    border-bottom-color: transparent;
}

.catalog {
    margin-bottom: 50px;
}





.advantage {
    position: relative;
}

.advantage .advantage_box {
    position: absolute;
    max-width: 900px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -80px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.advantage .advantage_item {
    width: 32%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.advantage .advantage_item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background-size: 70px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.advantage .advantage_item .text_box {
    width: 60%;
    line-height: 1.7;
    padding: 4px 0;
    display: inline-block;
    vertical-align: middle;
}

.quick_filter-box {
    padding: 80px 0 100px;
}

.quick_filter-box .filter_parameters, .quick_filter-box .filter_parameters_box_btn {
    display: inline-block;
    vertical-align: top;
}

.quick_filter-box .filter_parameters {
    width: 77%;
}

.quick_filter-box .filter_parameters_box_btn {
    width: 22%;
    text-align: right;
    padding-top: 40px;
}

.quick_filter-box .title_big {
    margin-bottom: 50px;
}

.quick_filter-box .filter_block {
    min-width: 240px;
}

.quick_filter-box .filter_parameters_box_btn {
    font-weight: bold;
}

.quick_filter-box .filter_parameters_box_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.quick_filter-box .jq-selectbox__select {
    background-color: #fff;
}

.quick_filter-box .filter_input_checkbox.color {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
}

.quick_filter-box .filter_input_checkbox.color label {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.catalog_wrp {
    padding-bottom: 50px;
}

.catalog_wrp .title_big {
    margin: 0;
}

.catalog_wrp .dot_link_orng {
    font-size: 18px;
}

.catalog_wrp .owl-carousel {
    margin-top: 35px;
}

.catalog_wrp .owl-carousel .owl-nav button {
    top: -100px;
}


.catalog_wrp .owl-carousel .owl-nav button span, .compare_slider .owl-carousel .owl-nav button span {
    display: none;
}

.catalog_wrp .owl-carousel .owl-nav button:hover, .compare_slider .owl-carousel .owl-nav button:hover {
    border-color: #252525;
    opacity: 1;
}

.catalog_wrp .owl-carousel .owl-nav button:before, .compare_slider .owl-carousel .owl-nav button:before {
    display: block;
    font-family: FontAwesome;
    margin-top: -3px;
}

.catalog_wrp .owl-carousel .owl-nav button.owl-next, .compare_slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.catalog_wrp .owl-carousel .owl-nav button.owl-next:before, .compare_slider .owl-carousel .owl-nav button.owl-next:before {
    content: '\f105';
    margin-left: 4px;
}

.catalog_wrp .owl-carousel .owl-nav button.owl-prev, .compare_slider .owl-carousel .owl-nav button.owl-prev {
    right: 55px;
}

.catalog_wrp .owl-carousel .owl-nav button.owl-prev:before, .compare_slider .owl-carousel .owl-nav button.owl-prev:before {
    content: '\f104';
    margin-right: 4px;
}

.category_item .mask {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 37, 37, 0.45);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category_item .mask .text_box {
    width: 180px;
    height: 100px;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.3;
}

.category_item .mask .text_box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.category_item .mask .text_box span {
    display: block;
}

.category_item .category_pic {
    background-color: #f2f2f2;
    padding: 50px;
    text-align: center;
    position: relative;
}

.category_item .category_pic .image_wrp {
    max-width: 100%;
    width: 200px;
    height: 200px;
    line-height: 200px;
}

.category_item .category_name {
    padding: 20px 25px;
    font-size: 18px;
    position: relative;
    background-color: #e5e5e5;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.category_item .category_name .fa {
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 27px;
}

.category_item a:hover .category_pic .mask {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.category_item a:hover .category_name {
    color: #fff;
    background-color: #252525;
}

.category_item a:active .category_name {
    background: #252525;
}

.category_item a:active .category_pic .mask {
    background-color: rgba(44, 37, 37, 0.65);
}

.banner-wrapper {
    margin: 35px 0;
}

.banner-wrapper.action {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000;
    position: relative;
    padding: 20px;
}

.banner-wrapper.action .text {
    z-index: 1;
    position: relative;
}

.banner-wrapper .banner {
    display: block;
}

.banner .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 0;
}

.filter_flex_box {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-pack: start;*/
    /*-webkit-justify-content: flex-start;*/
    /*-moz-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    max-height: 175px;
    overflow: hidden;
}

.filter_box .filter_top {
    justify-content: space-between;
    align-items: center;
}

.filter_box .filter_top .title {
    float: left;
    font-size: 18px;
    font-weight: 200;
}

.filter_box .filter_top .reset_fltr {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    color: #252525;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px dotted transparent;
}

.filter_box .filter_top .reset_fltr:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url(img/icons/backup.svg);
    background-size: cover;
    left: 0;
    bottom: 4px;
}
.filter_box .filter_top .reset_fltr input {
    background: none;
    padding: 0;
}
.filter_box .filter_top .reset_fltr:hover {
    border-bottom-color: #252525
}
.param_item_list {
    border-top: 1px solid #000;
    padding-top: 5px;
    margin-top: 10px;
    display: block;
    width: 100%;
}
.param_item_list:empty {
    border-color: transparent;
    padding-top: 0;
    margin-top: 0;
}

.filter_box .filter_block {
    display: none;
    padding-top: 20px;
}

.filter_box .filter_input_checkbox {
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 33.3%;*/
    /*-moz-box-flex: 0;*/
    /*-ms-flex: 0 0 33.3%;*/
    /*flex: 0 0 33.3%;*/
    /*max-width: 33.3%;*/
    margin: 0 0 15px;
	outline: none;
    /*padding-left: 0;*/
}
.klass_iznosostoykosti .filter_input_checkbox {
    flex: 0 0 33%;
    max-width: 33%;
}
.filter_box .brand_filtr .filter_input_checkbox:last-child {
    margin-bottom: 0;
}

.filter_box .filter_input_checkbox input {
    display: none;
}

.filter_box .filter_input_checkbox input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.filter_box .filter_input_checkbox input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.filter_box .filter_input_checkbox input[type="checkbox"]:checked + label:after {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    color: #252525;
    border-radius: 50%;
    content: "\f192";
    line-height: 1;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
}

.filter_box .brand_filtr .filter_input_checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title {
    padding-bottom: 1rem;
		font-weight: 200;
}

.filter_box .filter_parameters_box .filter_parameters_box_title:after {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    display: block;
    left: -1.5rem;
    right: -1.5rem;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .2s ease-in-out;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title:after {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.filter_box .filter_parameters_box.open .filter_parameters_box_title .fa {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.filter_box .applied {
    color: #656565;
    border-top: 0;
    padding-bottom: 0;
}

.filter_box .applied:empty {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none;
}

.filter_box .param_item {
    display: inline-block;
    vertical-align: middle;
}

.filter_box .applied .param_item:first-child {
    margin-top: 10px;
}

.filter_box .param_item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.filter_box .param_item span.del_param {
    cursor: pointer;
    width: 13px;
    height: 13px;
    position: relative;
}

.filter_box .param_item span.del_param:before, .filter_box .param_item span.del_param:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 11px;
    height: 1px;
    background-color: #aaa;
}

.filter_box .param_item span.del_param:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter_box .param_item span.del_param:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter_box .filter_parameters_box_title {
    font-weight: bold;
    position: relative;
    cursor: pointer;
    /*padding-left: 25px;*/
    font-size: 16px;
		font-weight: 200;
}

.filter_box .filter_parameters_box_title .fa {
    position: absolute;
    /*left: 0;*/
		right: 0;
    font-size: 22px;
}

.filter_box .bx-filter-button-box {
    display: none;}

.filter_box .filter_slider_track {
    padding-bottom: 10px;
    justify-content: space-between;
}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block {
    max-width: 45%;
}
.filter_box .filter_slider_track .bx-filter-input-container {
    border: 1px solid #d5d4d4;
    padding-left: 30px;
    position: relative;
}
.filter_box .filter_slider_track .bx-filter-parameters-box-container-block .bx-ft-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    left: 10px;
    font-style: normal;
    font-size: 13px;
}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-left {
    padding-right: 0;}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block.bx-right {
    padding-left: 0;}

.filter_box .filter_slider_track .bx-filter-parameters-box-container-block input {
    border: transparent;
    text-align: left;
    font-size: 14px;
    color: #242424;
    height: 30px;
    padding-right: 10px;
}

.filter_box .filter_slider_track .bx-ui-slider-track-container {
    padding: 25px 16px;
    flex: 0 0 91%;
    margin: 0px 13px;
}

.filter_box .filter_slider_track .bx-ui-slider-track {
    background-color: #e5e4e4;
    height: 3px;
}

.filter_box .filter_slider_track .bx-ui-slider-part {
    background: none;
    top: 15px;
    width: 100px;
}

.filter_box .filter_slider_track .bx-ui-slider-part.p2 {
    left: auto;
    right: 0;
}

.filter_box .filter_slider_track .bx-ui-slider-part span {
    font-size: 14px;
    top: auto;
}

.filter_box .filter_slider_track .bx-ui-slider-part.p1 span {
    text-align: left;}

.filter_box .filter_slider_track .bx-ui-slider-part.p2 span {
    text-align: right;}

.filter_box .filter_slider_track .bx-ui-slider-pricebar-vd {
    background-color: #252525;}

.filter_box .filter_slider_track .bx-ui-slider-range {
    z-index: 65;}

.filter_box .filter_slider_track .bx-ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    padding: 2px;
    background: #252525;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.filter_box .filter_slider_track .bx-ui-slider-handle.left {
    margin-left: -16px;}

.filter_box .filter_slider_track .bx-ui-slider-handle.right {
    margin-right: -16px;}

.filter_box .filter_slider_track .bx-ui-slider-handle span {
    background: #fff;
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.filter_box .filter_slider_track .separator_line {
    text-align: center;
}

.filter_box .filter_slider_track .separator_line span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background-color: #d5d4d4;
}
.catalog_box .text p {
    margin-bottom: 10px;
}

.tags_box {
    margin-bottom: 20px;
}

.tags ul li {
    display: inline-block;
    color: #505050;
    position: relative;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tags ul li a {
    border: solid 1px #d5d4d4;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    display: block;
    padding: 2px 10px;
    border-radius: 3px;
}

.tags ul li a:hover {
    border-color: #252525;
    color: #252525;
}

.brands_box {
    margin: 20px 0 50px 0;
}

.brands_box .brands {
	position: relative;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.brands_box .brands_item a {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
	border: 1px solid rgba(0,0,0,.2);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-color: #fff;
    text-transform: uppercase;
}

@media(min-width: 768px){
	.brands_box .brands_item a {
		justify-content: flex-start;
		align-items: center;
		position: relative;
		width: 100%;
		height: 195px;
		/*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
		border: 0px solid rgba(0,0,0,.2);
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		background-color: #fff;
		text-transform: uppercase;
		overflow: hidden;
		color: #000;
	}

	#togle-show-brands span {
		color: #000;
		font-size: 12px;
		width: 110px;
	}

	#togle-show-brands span:before {
		display: none;
	}
}

.brands_box .brands_item img {
    /*max-width: 70px;
    max-height: 35px;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brands_box .brands_item span {
    margin-left: 10px;
}

@media(min-width: 768px){

	.brands_box .brands_item span {
		margin-left: 10px;
		position: absolute;
		width: 97%;
		left: -4px;
		top: 12px;
		font-size: 20px;
		color: white;
		z-index: 1;
		padding: 0 0 10px 10px;
		transition: .3s ease-in-out;
		background: rgba(255,255,255,0.5);
		backdrop-filter: blur(2px);
	}

	.brands_box .brands_item #togle-show-brands {
		padding: 10px 0;
		margin: 30px 0 0 0;
        /*border: 0.5px solid #888;*/
		background: none;
    }

	.brands_box .brands_item #togle-show-brands span {
		width: 150px;
		margin: 50px 0 0 0;
		/*margin-left: 10px;*/
		position: static;
		right: 15px;
		bottom: 10px;
		font-size: 14px;
		color: #000;
		z-index: 1;
		padding: 0 0 10px 0;
		text-align: left;
		transition: .3s ease-in-out;
	}

	.brands_box .brands_item #togle-show-brands span:after {
		content: '';
  		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 16px;
		top: 3px;
		background: url('/upload/medialibrary/65f/65ff6c43168f855d42f185226c90664b.png') center no-repeat;
		background-size: contain;
	}

	.togle-show-brands_active:after {
		transform: rotate(180deg);
	}

	.brands_box .brands_item span:hover {
		color: #000;
		transition: .3s ease-in-out;
	}

	.brands_box .brands_item span:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		bottom: -180px;
		right: -90px;
		/*border-radius: 50%;
		border-radius: 70% 0% 0% 0%;*/
		background: rgba(255,255,255,0.5);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		z-index: -1;

	}
}

@media(min-width: 1024px){

	.brands_box .brands_item span {
		margin-left: 10px;
		position: absolute;
		left: -2px;
		width: 95%;
		top: 16px;
		/*bottom: 10px;*/
		font-size: 18px;
		color: white;
		z-index: 1;
	}
}

.brands_box .brands_item:hover {
    border-color: rgba(222, 222, 222, 0);
}

.brands_box .brands_item:hover a {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-color: rgba(222, 222, 222, 0);
    z-index: 10;
    opacity: 1;
}

.brands_box .brands_item.ellips {
    border: none;
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.brands_box .brands_item.ellips a:hover {
	border: none;
	box-shadow: none;
}

.brands_box .brands_item.ellips a {
   padding: 5px 0;
}

.brands_box .brands_item.ellips span {
    width: 120px;
    text-align: center;
    display: inline-block;
    /*position: absolute;*/
    margin: 30px 0 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background-color: #252525;
    width: 7px;
    height: 7px;
    border-radius: 50%;*/
}

/*.brands_box .brands_item.ellips span:before, .brands_box .brands_item.ellips span:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #252525;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 0;
}*/

.brands_box .brands_item.ellips span:before {
    left: 11px;
}

.brands_box .brands_item.ellips span:after {
    right: 11px;
}


.sorting_box {
	padding: 0 0 10px 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #000;
    /*background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
}

.sorting_box .sorting, .sorting_box .sorting_label {
    display: inline-block;
    vertical-align: middle;
}

.sorting_box .sorting_label {
    font-size: 16px;
    /*font-weight: bold;*/
    margin-right: 20px;
}

.sorting_box .sorting_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    color: #000;
}

.sorting_box .sorting_item a {
 font-style: italic;
}

.sorting_box .sorting_item:first-child {
    margin-left: 0;
}
@media all and (max-width: 481px){
    .sorting_box{
        /*flex-direction: column;*/
        align-items: flex-start;
    }
    .sorting_box .sorting_item{
        margin-left: 10px;
    }
}
.sorting_box .sorting_item:hover {
    color: #252525;
}
.sorting_box .sorting_item.active {
    font-weight: bold;
}

.sorting_box .sorting_item.price a {
    display: none;
    position: relative;
    padding-right: 20px;
}

.sorting_box .sorting_item.price .sort_icon {
    display: block;
    position: absolute;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 0;
    top: 1px;
}

.sorting_box .sorting_item.price .sort_icon.price_down {
    background-image: url(img/icons/price_down.svg);
}

.sorting_box .sorting_item.price .sort_icon.price_up {
    /*background-image: url(img/icons/price_up.svg); */
}

.sorting_box .sorting_item.price a.current {
    display: block;
}

.sorting_box .sorting_item.action label, .sorting_box .sorting_item.action input {
    display: inline-block;
    vertical-align: middle;
}

.sorting_box .sorting_item.action input[type="checkbox"] {
    float: right;
    top: 0px;
    cursor: pointer;
    margin: 0;
    margin-left: 5px;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: relative;
}

.sorting_box .sorting_item.action input:checked[type="checkbox"] {
    background: #252525;
}

.sorting_box .sorting_item.action input:checked[type="checkbox"] + label {
    color: #505050;
}

.sorting_box .sorting_item.action input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 3px;
    background: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 3px;
}

.sorting_box .sorting_item.action input:checked[type="checkbox"]::before {
    left: 23px;
}

.view {
    background-image: url(img/icons/view.svg);
}

.favour {
    background-image: url(img/icons/like.svg);
}

.libra {
    background-image: url(img/icons/libra.svg);
}

.favour_org {
    background-image: url(img/icons/like_org.svg);
}

.libra_org {
    background-image: url(img/icons/libra_org.svg);
}

.user {
    background-image: url(img/icons/user.svg);
}
.label_class {
    text-align: center;
    position: absolute;
    width: 45px;
    height: 40px;
    padding: 4px 0;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    color: #2b5cab;
    background-color: rgba(236, 236, 236, .67);
    border-radius: 3px;
}
.labels {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: -5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.product_card .labels {
    top: 15px;
    left: 5px;
}
.calc_label .jq-selectbox {
    z-index: 9;
}

.labels .label_item {
    margin-bottom: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.labels .label_item.left {
    width: 90px;
    letter-spacing: 1px;
    height: 27px;
    padding: 4px;
}

.labels .label_item.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #759854;
}

.labels .label_item.sale {
    background-color: #c33c18;
    font-size: 12px;
}
.label_brand {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}
.label_brand .brand_img {
    display: block;
    max-width: 75px;
    opacity: .85;
    background-color: rgba(236, 236, 236, .67);
    padding: 5px;
}
.label_brand .brand_name {
    display: block;
    padding: 5px;
    max-width: 100px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(236, 236, 236, .67);
}

.labels .label_item.new {
    background-color: #10b712;
}

.labels .label_item.hit {
    background-color: #105fb7;
}

.labels .label_item.is_sale {
    background-color: #f00;
}

.price_box .price {
    font-weight: bold;
}

.price_box .rubl {
    font-weight: normal;
}

.price_box .price_old {
    color: #aaa;
    font-size: 16px;
    position: relative;
}

.price_box .price_old span {
    display: inline-block;
    position: relative;
}

.price_box .price_old span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #aaa;
    bottom: 0;
    top: 0;
    margin: auto;
}

.catalog .description {
    margin-bottom: 35px;
}

.catalog .description * {
    line-height: 2;
}

.description_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.catalog_list {
    margin-bottom: 25px;
}
.catalog_list .product_item {
    margin: 0 auto;
}
.product_item {
    font-size: 13px;
    list-style: none;
    position: relative;
    margin: 5px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product_item .price_box {
    height: 42px;
    align-items: flex-start;
}

.product_item .price_box .price_one {
    font-size: 15px;
}
.product_item .price .price_pack {
    font-size: 13px;
}
.product_item .price_box .price_old {
    font-size: 12px;
}

.product_item .product_item-wrp, .slider_compare .product_item .product_item-wrp {
    display: block;
    position: relative;
    width: 100%;
    //background-color: #fff;
    //-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    //box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product_item:hover {
}

.product_item:hover .product_item-wrp {
    z-index: 10;
    opacity: 1;
}
.product_item .catalog_item-wrapper {
    padding: 15px;
}
.product_item .catalog_pic, .slider_compare .product_item .catalog_pic {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 0;
    padding-top: 85%;
    line-height: initial;
    margin: 0 auto;
    float: none;
}

.product_item .catalog_pic .catalog_pic-abs, .slider_compare .product_item .catalog_pic .catalog_pic-abs {
    padding-right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_item .catalog_pic .catalog_pic-abs a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item .catalog_pic img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    z-index: 5;
}
.product_item .catalog_btns .mask_box {
    padding-top: 15px;
    background-color: #fff;
}

.product_item .catalog_btns .btn_cart {
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*width: 100%;*/
    width: 186px;
    font-size: 14px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    position: relative;
}
.product_item .catalog_btns .btn_cncl, .product_card .btn_cncl {
    cursor: default;
    pointer-events: none;
}
.product_item .catalog_btns .compare_box a:hover, .product_item .catalog_btns .compare_box a.active {
    color: #252525;
}
.product_item .catalog_btns a:hover .compare-icon i, .product_item .catalog_btns a.active .compare-icon i {
    border-color: #252525;
}
.product_item .catalog_btns a.active .compare-icon i {
    background-color: #252525;
}
.product_item .compare_box {
    text-align: center;
}
.product_item .compare_box a {
    white-space: nowrap;
}


.product_item:hover .catalog_btns {
    opacity: 1;
    z-index: 15;
}

.product_item .catalog_btns a span, .product-item-compare span {
    display: inline-block;
    vertical-align: middle;
}
.product_item .catalog_btns .compare_box a.active .text_out, .product_item .catalog_btns .compare_box a .text_in {
    display: inline-block;
}

.product_item .catalog_btns .compare_box a.active .text_in, .product_item .catalog_btns .compare_box a .text_out {
    display: none;
}
.product_item .catalog_btns a .icon, .product-item-compare .icon {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 50%;
    margin-right: 5px;
    transition: .2s ease-in-out;
}
.product_item .catalog_btns .compare_box a.active .fa:before {
    content: "\f004";
}
.product_item .catalog_btns a .text, .product-item-compare .text {
    border-bottom: 1px solid;
    line-height: 1;
    transition: .2s ease-in-out;
}
.product_item .catalog_btns a:hover .text {
    border-bottom-color: transparent;
}

.product-item-compare .compare-icon i {
    border-color: rgba(0, 0, 0, .5);
}

.product-item-compare input[type='checkbox'] {
    display: none;
}

.description-link:hover {
    color: #4a90e2;
    border-bottom: transparent;
}

.product_item .mask_box_container {

}
.product_item .mask_box .icon.favour.active{
    background-image: url(img/icons/like_org.svg);
}
.product_item .mask_box .icon.libra.active {
    background-image: url(img/icons/libra_org.svg);
}

.product_item .mask_box .libra,
.product_card .title_icons .libra {
    background-size: auto 18px;
}

.product_item .mask_box .view,
.product_card .title_icons .view {
    background-size: auto 17px;
}

.product_item .catalog_name, .slider_compare .product_item .catalog_name {
    height: 40px;
    margin-right: -2px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
}

.product_item .catalog_name:hover, .product_item .catalog_name:hover * {
    color: #252525;
}

.product_item .catalog_name a {
    display: block;
}

.product_item .catalog_prop {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.product_item .catalog_prop span {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 13px;
}

.product_item .catalog_prop .type {
    opacity: .7;
    font-weight: normal;
}

.product_item .catalog_cart .add_cart:hover {
    background-color: #252525;
}
.product_item .catalog_cart .add_cart:active {
    background-color: #252525;
}
.product_item .catalog_cart .add_cart.load:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
    background-image: url("img/icons/load.svg");
    background-position: center;
    background-size: 34px;
    background-repeat: no-repeat;
}
.product_item_catalog .favour_del {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px;
    text-align: center;
    opacity: 0;
    z-index: 30;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ececec;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.product_item_catalog:hover .favour_del {
    opacity: .67;
}
.product_item_catalog .favour_del:hover {
    opacity: 1;
}

.product_item_catalog .favour_del a {
    display: block;
    color: #d5533e;
}

.product_item_catalog .favour_del a span, .product_item_catalog .favour_del a svg {
    display: inline-block;
    vertical-align: baseline;
}

.product_item_catalog .favour_del a svg {
    width: 10px;
    height: 10px;
}

.slider .product_item .price_box .price, .slider_compare .product_item .price_box .price {
    font-size: 16px;
}
.slider .product_item .price_box .price .fa, .slider_compare .product_item .price_box .price .fa {
    font-size: 15px;
}
.slider .product_item .price_box .price_pack {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.slider .carousel-button-default, .slider_center .carousel-button-default, .action_slider .carousel-button-default {
    top: -150px;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid #656565;
    border-radius: 50%;
    font-size: 30px;
    opacity: .7;
    background: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.stock_slider-container {
    position: relative;
    margin-bottom: 80px;
}

.slider .carousel-button-default:before, .slider_center .carousel-button-default:before, .action_slider .carousel-button-default:before {
    display: block;
    font-family: FontAwesome;
    margin-top: -1px;
}

.slider .carousel-button-default:hover, .slider_center .carousel-button-default:hover, .action_slider .carousel-button-default:hover {
    border-color: #252525;
    opacity: 1;
}

.slider .carousel-button-prev, .slider_center .carousel-button-prev, .stock_slider .carousel-button-prev {
    right: 65px;
    left: auto;
}

.slider .carousel-button-prev:before, .slider_center .carousel-button-prev:before, .stock_slider .carousel-button-prev:before {
    content: '\f104';
    margin-right: 3px;
}

.slider .carousel-button-next:before, .slider_center .carousel-button-next:before, .stock_slider .carousel-button-next:before {
    content: '\f105';
    margin-left: 5px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-dots {
    bottom: -50px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 88px;
    height: 88px;
    position: relative;
    background: none;
    opacity: .5;
    margin: 0 3px;
    border-radius: 0%;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 88px;
    height: 88px;
    background: #252525;
    border-radius: 0%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-size: cover !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    /*border: 1px solid #252525;*/
    opacity: 1;
}


.favorite .title_big {
    margin-bottom: 50px;
}

.compare_page {
    margin-bottom: 100px;
}

.compare_page .compare_btn {
    font-size: 16px;
    font-weight: bold;;
    float: right;
}

.compare_page .compare_table .table_col {
    padding-left: 45px;
}
.table_radio-box span {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}
.table_radio-box span.title {
    font-weight: bold;
}
.table_radio-box span.fa {
    font-size: 15px;
    margin-right: 3px;
}
.compare_page .table_radio-box a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    font-size: 13px;
}
.compare_page .table_radio-box a.current, .compare_page .table_radio-box a.current:hover {
    color: #000;
    padding-left: 13px;
}
.compare_page .table_radio-box a.current:hover {
    cursor: default;
}
.compare_page .table_radio-box a:hover {
    color: #252525;
}

.compare_page .table_radio-box a.current:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #252525;
    border-radius: 50%;
}


.compare_page .compare_slider {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.compare_page .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.compare_page .owl-carousel .owl-stage-outer {
    margin-top: 30px;
    padding-top: 40px;
}

.compare_page .owl-carousel .owl-nav {
    margin: 0;
}

.compare_page .table_row {
    height: 50px;
    color: #b0a6ad;
    text-transform: uppercase;
    margin-top: 10px;
}

.compare_page .table_prop {
    color: #808080;
}

.compare_page .prop_col, .compare_page .table_col {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.compare_page .prop_row {
    margin-top: 10px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: 13px;
}
.compare_page .product_item:hover .favour_del {
    z-index: 50;
    opacity: 1;
    visibility: visible;
}

.search_page .tabs_block {
    margin: 0 auto;
}

.bx-pagination_box {
    margin: 30px 0;
}

.bx-pagination_box .bx-pagination {
    text-align: center;
}

.bx-pagination_box .pagination_item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 27px;
    text-align: center;
}

.bx-pagination_box .pagination_item.points,
.bx-pagination_box .pagination_item.nav-page-all {
    border: none;
    width: auto;
}
.bx-pagination_box .pagination_item.points {
    color: #000 !important;
}

.bx-pagination_box .pagination_item a, .bx-pagination_box .pagination_item span {
    display: block;
    padding: 0 5px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.bx-pagination_box .pagination_item.active, .bx-pagination_box .pagination_item.active:hover {
    border-color: #252525;
    background-color: #252525;
}

.bx-pagination_box .pagination_item:hover {
    border-color: #252525;
    color: #252525;
}

.bx-pagination_box .pagination_item.active span {
    font-weight: bold;
    color: #fff;
}

.bx-pagination_box .bx-pag-prev, .bx-pagination_box .bx-pag-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 10px;
}

.bx-pagination_box .bx-pag-prev {
    margin-left: 0;}

.bx-pagination_box .bx-pag-prev a, .bx-pagination_box .bx-pag-next a {
    color: #252525;
}

.product_card {
    margin-top: 25px;
	position: relative;
}

@media(min-width: 1220px){
.product_card:before {
  content: '';
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  background: url("/upload/medialibrary/348/34854d6cc88cf73a4896a4151b0206cc.png") center no-repeat;
  background-size: contain;
  top: 466px;
  left: -374px;
}

.product_card:after {
  content: '';
  display: block;
  position: absolute;
  width: 280px;
  height: 280px;
  background: url("/upload/medialibrary/0ad/0ad20c70f750a5b4c3ee55e23dd245c8.png") center no-repeat;
  background-size: contain;
  bottom: -220px;
  right: -354px;
}

}




.popup-window-overlay {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
}
.popup-window-buttons .bx_item_detail {
    display: block;
}
.product_card .product_title h1 {
    font-size: 28px;
    line-height: 1.3;
}
.product_card .product_title {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product_card .product_title .prop_article {
    margin: 5px 0 15px;
    font-size: 15px;
}
.product_card .product_header_top {
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 5px;
}
.product_card .title_icons {
    text-align: right;
}
.product_card .title_icons .compare-icon i {
    border-color: #808080;
    width: 4px;
}
.product_card .title_icons .compare-icon i:nth-child(1) {
    height: 12px;
}
.product_card .title_icons .compare-icon i:nth-child(2) {
    height: 17px;
}
.product_card .title_icons .compare-icon i:nth-child(3) {
    height: 15px;
}

.product_card .title_icons .icon {
    padding: 3px 5px;
    font-size: 18px;
    opacity: .8;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product_card .title_icons .icon:hover {
    opacity: 1;
    color: #252525;
}
.product_card .title_icons .add_favour.active .fa:before {
    content: "\f004";
}
.product_card .title_icons .icon.active, .breadcrumbs_list .breadcrumbs_item span {
    color: #252525;
}
.product_card .title_icons .icon.active .compare-icon i, .product_card .title_icons .icon:hover .compare-icon i {
    border-color: #252525;
}
.product_card .title_icons .icon.active i {
    background-color: #252525;
}

.product_card .sample_text {
    position: relative;
    color: #00af5a;
    padding-left: 15px;
    margin-top: 5px;
    font-size: 12px;
    display: inline-block;
}

.product_card .sample_text:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00af5a;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.product_card .main_options .opt {
    color: #000;
    line-height: 1.3;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.product_card .main_options .opt span {
    display: inline-block;
    vertical-align: middle;
}
.product_card .main_options .opt_row {
    width: 100%;
    align-items: center;
}
.product_card .main_options .opt_image {
    text-align: center;
}
.product_card .main_options .brand .opt_image {
    height: 40px;
}
.product_card .main_options .opt_img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product_card .main_options .opt_text {
    width: 69%;
    padding-left: 10px;
}

.product_card .main_options .country .opt_img,
.product_card .main_options .vlagostoykost .opt_img,
.product_card .main_options .poroda_dereva .opt_img,
.product_card .main_options .kollektsiya .opt_img {
    width: 47px;
    height: 47px;
    overflow: hidden;
    background-size: 35px;
}
.product_card .main_options .country .opt_img {
    border: 1px solid #f0f0f0;
    /*border-radius: 50%;*/
    background-size: cover;
}
.product_card .main_options .vlagostoykost .opt_img {
    background-image: url(img/icons/drops.svg);
}
.product_card .main_options .kollektsiya .opt_img {
    background-image: url(img/icons/layer.svg);
    background-size: contain;
}
.product_card .main_options .poroda_dereva .opt_img {
    background-image: url(img/icons/wood-board.svg);
}
.product_card .main_options .opt.kollektsiya .img_text, .product_card .main_options .opt.brand .img_text {
    font-size: 11px;
}

.product_card .main_options .opt .img_text {
    max-width: 60px;
    min-width: 45px;
    min-height: 40px;
    margin: 2px auto;
    text-align: center;
    padding: 6px;
    border: 1px solid #252525;
    border-radius: 4px;
    color: #252525;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product_card .main_options .opt.height .img_text {
    padding-left: 15px;
}

.product_card .main_options .opt.height .img_text:before {
    content: '\f07d';
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    top: 12px;
    left: 8px;
    font-size: 18px;
}

.product_card .main_options .opt img {
    max-height: 40px;
}

.product_card .price_box p {
    display: inline;
}

.product_card .price_box .price {
    font-size: 30px;
}
.product_card .big_price_box .price .fa {
    font-size: 28px;
}

.product_card .product_buy {
    align-items: flex-start;
}
.product_card_fast  .product_card .product_buy {
    padding: 20px;
}
.product_card .price_box.sum .all_sum {
    margin-top: 5px;
}
.product_card .price_box.sum .all_sum div {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1;
}
.product_card .price_box.sum .all_sum .text {
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
}
.product_card .price_box.sum .price_sum .price {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.product_card .price_box.sum .price_sum .price_old {
    display: inline-block;
}
.product_card .price_box .price .fa {
    font-size: 26px;
}

.product_card .price_pack {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product_card .price_pack p {
    margin-bottom: 0;
}

.product_card .discount_box {
    padding-left: 36px;
    width: 50%;
    float: right;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.product_card .discount_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-color: #dadada;
    border-left: 0;
    left: 12px;
    top: 0;
}

.product_card .discount_box span {
    display: flex;
    align-items: center;
    padding: 14px 0;
    background-color: #dadada;
    border-radius: 2px;
    position: relative;
    height: 50px;
}

.product_card .btn_red {
  background: #000 !important;
  border: none;
  border-radius: 26px !important;
}

.product_card .btn_red:hover {
  background: #252525 !important;
}

.product_card .btn_to_buy a, .product_card .btn_cncl.btn_cart {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product_card .btn_one_click a {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #80828c;
}
.product_card .btn_one_click .text {
    font-size: 13px;
    border-bottom: 1px solid #80828c;
}

.product_card .btn_one_click:hover .text {
    border-color: transparent;
}

.product_card .btn_one_click:hover a {
    opacity: 1;
}

.product_card .mini_description * {
    display: inline;
}

.product_card .mini_description p {
    line-height: 1.5;
    margin: 0;
    display: inline;
}
.product_card .mini_description a {
    display: inline-block;
    line-height: 1.2;
    margin-left: 5px;
}

.product_card .calc_box {
    position: relative;
}

.product_card .calc_box.calc_box-bd {
    padding: 15px;
    margin: 10px 0;
}
.product_card.laminate .calc_box.calc_box-bd {
    padding-bottom: 25px;
}

.product_card .calc_box .percent_icon {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    color: #252525;
    text-align: center;
    padding: 12px;
    z-index: 9;
    right: -25px;
    top: -30px;
    opacity: 1;
    cursor: default;
}

.product_card .calc_box .percent_icon span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #252525;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 33px;
}

.product_card .big_slider_wrp {
    position: relative;
}

.product_card .big_slider {
    padding-top: 0;
    margin-bottom: 0;
}
.gallery {
    display: flex;
    align-items: center;
}
.product_card .big_slider_wrp, .product_card .big_slider, .gallery, .bx_slider_conteiner, .bx_item_detail .bx_item_slider .bx_slider_scroller_container, .bx_item_detail .bx_item_slider .bx_slide, .bx_item_detail .bx_item_slider .bx_slide ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
}

.gallery .owl-carousel {
  display: block !important;
}

.product_card .big_slider .labels {
    left: -5px;
    top: 10px;
    width: 100px;
    font-size: 12px;
}

.product_card .big_slider .labels .label_item {
    width: 100px;
    height: auto;
    padding: 5px 0;
}

.product_card .big_slider .owl-carousel {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.product_card .big_slider .owl-carousel .owl-item, .big_slider_box {
    overflow: hidden;
}
.big_slider_box, .big_properties_box {
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.big_properties_box {
    align-self: flex-start;
}
.product_card .big_slider .owl-carousel .owl-item {
    /*border-right: 1px solid #f0f0f0;*/
}

.product_card .big_slider .owl-carousel .slider_item {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0;
    font-size: 0;
    text-align: center;
}

.product_card .big_slider .owl-carousel .slider_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*height: 100%;*/
    width: 100%;
	/*object-fit: cover;*/
    max-height: 100%;
    max-width: 100%;
    transform: translateY(-50%) translateX(-50%);
}

.product_card .big_slider .owl-carousel .slider_item .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.product_card .product_about {
    margin: 45px 0 50px;
}

@media (min-width: 1200px){
.product_card .product_about {
    width: 800px;
    margin: 0 auto;
}
}

.product_card .about_tab .properties .prop_list_wrapper {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.product_card .about_tab .open_prop_list {
    margin-bottom: -20px;
}
.product_card .about_tab .btn_open {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.product_card .about_tab .btn_open * {
    display: inline-block;
    vertical-align: middle;
}
.product_card .about_tab .btn_open .fa {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    opacity: .7;
    background-color: #ddd;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-size: 18px;
    margin-left: 5px;
}
.product_card .about_tab .btn_open:hover .fa {
    opacity: 1;
}
.product_card .about_tab .btn_open.collapsed .fa {
    line-height: 26px;
}
.product_card .about_tab .btn_open .fa {
    line-height: 23px;
}
.product_card .about_tab .title.collapsed .fa:before {
    content: "\f107";
}
.product_card .about_tab .title .fa:before {
    content: "\f106";
}
.product_card .about_tab .prop_list {
    flex-wrap: wrap;
}
.card_desc{
    padding-top: 25px;
    padding-bottom: 30px;
}
.card_desc h2{
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product_card .about_tab .prop_list .prop {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_card .about_tab .prop_list .prop .name {
    padding-left: 5px;
    margin-top: -1px;
	font-weight: 800;
}
.product_card .about_tab .prop_list .prop .prop_dotted {
    width: 0;
    display: inline-block;
    line-height: 1;
}

.product_card .about_tab .prop_list .prop .type {
    padding-right: 2px;
    overflow: hidden;
    line-height: 1;
    color: #80828c;
}

.product_card .about_tab .prop_list .prop span a {
    border-bottom: 1px solid;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.product_card .about_tab .prop_list .prop span a:hover {
    border-bottom-color: transparent;
}

.product_card .about_tab .prop_list .prop .prop_inner,
.product_card.door .about_tab .prop_list .prop_inner{
    position: relative;
}

.product_card .about_tab .prop_list .prop .prop_inner .prop_dotted:before,
.product_card.door .about_tab .prop_list .prop_inner .prop_dotted:before{
   /*content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
*/
	display: block;
    width: 100%;
    white-space: nowrap;
}

.product_card .about_tab .file_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_card .about_tab .file_list .file_item {
    display: inline-block;
    width: 100%;
    max-width: 33.3%;
    margin-bottom: 10px;
    padding-right: 5%;
}

.product_card .about_tab .file_list .file_img img {
    max-height: 52px;
}

.product_card .about_tab .file_list .file_inner {
    position: relative;
    padding-left: 60px;
}

.product_card .about_tab .file_list .file_img {
    display: block;
    position: absolute;
    width: 60px;
    left: 0;
}

.product_card .about_tab .file_list .file_size {
    margin-top: 5px;
    color: #aaa;
}

.product_card .about_tab .variation_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

.product_card .about_tab .variation_list .variant {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 0;
    position: relative;
    padding-top: 70%;
}

.product_card .about_tab .variation_list .variant .variant_wrp {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product_card .about_tab .variation_list .variant .variant_wrp a {
    opacity: 1;
    position: static;
    z-index: 0;
    line-height: inherit;
}

.product_card .about_tab .variation_list .variant .img-bg {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
}

.product_card .about_tab .variation_list .no_photo .variant_wrp{
    border: 1px solid #dadada;
}
.big_slider_box .owl-nav button.owl-prev, .big_slider_box .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background: #868383;
    opacity: .7;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.big_slider_box .owl-nav button span {
    display: none;
}

.big_slider_box .owl-nav button:before {
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
}

.big_slider_box .owl-nav button.owl-prev {
    left: 10px;
    padding-right: 3px !important;
}

.big_slider_box .owl-nav button.owl-prev:before {
    content: '\f104';
}

.big_slider_box .owl-nav button.owl-next {
    right: 10px;
    padding-left: 3px !important;
}

.big_slider_box .owl-nav button.owl-next:before {
    content: '\f105';
}

.big_slider_box .owl-nav.disabled {
    display: block;}

.big_slider_box .owl-nav button.disabled, .big_slider_box .owl-nav button.disabled:hover {
    opacity: .3;
    cursor: default;
}

.big_slider_box .owl-nav button:hover {
    opacity: 1;
}

.product_card .variation_list {
    position: relative;
    width: 100%;
}

.product_card .colors .variation_list, .product_card .colors .more_link {
    display: inline-block;
    vertical-align: middle;
}

.product_card .colors .more_link {
    margin-left: 10px;
}

.product_card .colors .variant_item .variant_link {}
.product_card .colors .variation_list ul li .variant_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    border: 1px solid #979797;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    background-size:contain;
    background-repeat: no-repeat;
}

.product_card .calc_label {
    margin-bottom: 15px;
}
.product_card .calc_label.area_floor, .product_card_fast .type .calc_label {
    padding-right: 25px;
}
.product_card_fast .calc_label.area_floor {
    padding-right: 60px;
}

.product_card.accessory .calculator .jq-number, .product_card.default .calculator .jq-number {
    width: 200px;
    text-align: center;
}

.product_card.laminate .jq-number {
    width: 100%;
}

.jq-number__squared, .jq-number__packs, .basket-item-amount-field-description {
    display: block;
    position: absolute;
    bottom: -17px;
    width: calc(100% - 30px);
    opacity: 1;
    background: none;
    text-align: center;
    font: 100 11px Arial;
}

.jq-number__field input{
    border-radius: 0;
}
.calc_packing {
    text-align: right;
    padding-right: 2px;
    border-right: none;
}

.product_card.door .big_price_box .price {
    display: inline-block;
    margin-right: 10px;
}

.product_card.door .calc_box {
    padding: 10px 35px;
}

.product_card.door .calc_label {
    margin-bottom: 0;}

.product_card.door .calculator .calc_item {
    padding: 10px 0;
    margin-bottom: 5px;
}
.product_card.door .calculator .calc_item_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.product_card.door .calculator .calc_item .calc_label {
    display: inline-block;
    vertical-align: middle;
    flex: 25% 0;
}

.product_card.door .calculator .calc_item .jq-selectbox, .product_card.door .calculator .calc_item .bx_scu_scroller_container, .product_card.door .calculator .calc_item .bx_size_scroller_container {
    flex: 0 75%;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.product_card.door .calculator .calc_item .jq-selectbox__select {
    height: 34px;
    line-height: 32px;
    border: 1px solid #808080;
}

.product_card.door .calculator .double_select .calc_item_inner {
    width: 48%;
    display: inline-block;
}

.product_card.door .calculator .double_select .jq-selectbox {
    width: 195px;
}

.product_card.door .about_tab .prop_list {
    -height: 300px;
    height: auto;
}

.product_card.door .about_tab .prop_list .prop {
    max-width: 100%;
}

.product_card.door .about_tab .prop_list .prop_inner {
    position: relative;
    padding-left: 0px;
}

.main_page_recom.product_recom .title_big {
    font-size: 36px;
    margin-top: 25px;
    max-width: 80%;
}
.product_card .product_recom .product_item .catalog_prop {
    display: none;
}
.product_card .main_info {
    margin-bottom: 45px;
}

.product_recom .title_big {
    margin-bottom: 45px;
    user-select: none;
}

.not_found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: -moz-calc(100vh - 500px);
    min-height: calc(100vh - 500px);
    text-align: center;
}

.not_found .title_bigger h1 {
    font-size: 170px;
    color: #808080;
}

.colors_variant .more_colors {
    text-align: left;
    max-width: 732px;
    padding: 45px;
}

.colors_variant .more_colors .modal-content {
    max-width: 100%;
    padding-bottom: 50px;
}

.colors_variant .more_colors .title {
    font-size: 24px;
    color: #242424;
}

.colors_variant .more_colors .more_link {
    margin-left: 10px;
}

.colors_variant .more_colors .color_item {
    width: 80px;
    height: 80px;
    display: block;
    padding: 5px;
}

.colors_variant .more_colors .color_item a.variant_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #d2d2d2;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.colors_variant .more_colors .color_item a.variant_link .cnt_item {
    border: 1px solid #eee;
}

.colors_variant .more_colors .color_item a.variant_link:hover, .colors_variant .more_colors .color_item a.variant_link.active,
.product_card .colors .variation_list ul li:hover .cnt, .product_card .colors .variation_list ul li.bx_active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt, .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    border: 1px solid #252525;
}
.colors_variant .more_colors .color_item a.variant_link.active, .product_card .colors .variation_list ul li.bx_active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt, .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    box-shadow: inset 0 0 1px 1px #252525;
}

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

.nav-tabs, .recom_links {
    font-size: 16px;
}

.tabs_box {
    position: relative;
}
.nav-tabs, .recom_links ul, .about_links ul, .tab_nav ul {
    position: relative;
    border: none;
    align-items: flex-end;
}

.product_item_box .recom_links ul {
    border-bottom: 1px solid #c4c4c4;
}

.nav-tabs .nav-item, .recom_links ul li, .about_links ul li, .tab_nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.nav-tabs .nav-link, .recom_links ul li a, .tab_nav ul li a {
    display: inline-block;
    padding: 0;
    position: relative;
    font-weight: bold;
    border: none;
    line-height: 1;
    color: #000 !important;
}

.about_links ul li a.nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: normal;
    font-size: 16px;
}

.product_item_box .recom_links ul li a.nav-link {
    font-size: 16px;
    padding-bottom: 8px;
}
.product_item_box .recom_tabs .slider .owl-nav {
    top: -100px;
}

.about_links ul li a:after, .product_item_box .recom_links ul li a:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #252525;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.recom_links ul li a:after {
    bottom: -2px;
}
.recom_links {
    margin-top: 30px;
}

.about_links ul li a:hover:after {
    height: 2px;
    opacity: 1;
}

.nav-tabs .nav-link.active, .tab_nav ul li a.active {
    font-size: 20px;
    background-color: transparent;
    cursor: default;
}

.about_links ul li a.nav-link.active, .product_item_box .recom_links ul li a.nav-link.active {
    font-size: 16px;
    font-weight: bold;
}

.nav-tabs .nav-link.active:after, .recom_links ul li a.active:after, .about_links ul li a.active:after {
    height: 3px;
    opacity: 1;
}

.nav-tabs .nav-item:first-child, .recom_links ul li:first-child, .about_links ul li:first-child,
.tab_nav ul li:first-child {
    margin-left: 0;
}

.tab-content > .tab-pane, .recom_tab, .about_tab, .action_tab {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

.tab-content > .tab-pane.active, .recom_tab.active, .about_tab.active, .action_tab.active {
    position: relative;
    opacity: 1;
    z-index: 150;
}

.action_tab {
    min-height: 100%;}

.action_tab {
    margin: 25px 0 40px;
}

.tab-content > .tab-pane .title, .recom_tab .title, .about_tab .title, .action_tab .title {
    display: none;
    margin: 0;
}

.tab-content > .tab-pane .hidden_list, .recom_tab .hidden_list, .about_tab .hidden_list, .action_tab .hidden_list {
    display: block;
}

.hidden_list {
    position: relative;
}

.tab-content > .tab-pane .hidden_list.big, .recom_tab .hidden_list.big, .about_tab .hidden_list.big {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 25px 0;
}

span.help {
    border: 1px solid #252525;
    border-radius: 50%;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
    color: #252525;
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}

.tooltip_help div {
    padding: 5px 0;
}

.tooltip_help img, .tooltip_help span {
    display: inline-block;
    vertical-align: middle;
}

.tooltip_help span {
    margin-left: 5px;
    color: #808080;
    line-height: 1.3;
}

.tooltipster-sidetip {
    font-size: 11px;
}
.tooltipster-fade.tooltipster-show {
    z-index: 1500 !important;
}

.tooltipster-sidetip .tooltipster-box {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.5);
    box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.5);
    background-color: #fff;
    border-radius: 0;
}

.tooltipster-sidetip .tooltipster-content {
    color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -2px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ddd;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px;
}

.product_col {
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product_col .param_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 23px;
    padding-bottom: 15px;
}

.personal_menu {
    margin-top: 53px;
    border: 1px solid #979797;
    padding: 0 30px;
}

.personal_menu.mobile {
    display: none;
}

.personal_menu ul li.personal_menu-item {
    border-bottom: 1px solid #dbdbdb;
}

.personal_menu ul li.personal_menu-item:last-child {
    border-bottom: none;
}

.personal_menu ul li.personal_menu-item.current a {
    color: #252525;
    font-weight: bold;
}

.personal_menu a.personal_menu-link {
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    position: relative;
}

.personal_menu a.personal_menu-link:hover {
    color: #252525;
}

.personal_menu a.personal_menu-link .fa {
    width: 10px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.personal_cab {
    margin-bottom: 80px;
}

.personal_cab .personal_info-title {
    margin-bottom: 20px;
}

.personal_cab .personal_info-title .title {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    font-size: 20px;
    font-weight: bold;
}

.personal_cab .personal_info-title .edit_profile {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: right;
    font-size: 16px;
}

.personal_cab .personal_info-box {
    float: left;
    width: 75%;
    margin-right: 2%;
}

.personal_cab .personal_menu-box {
    float: right;
    width: 21%;
    margin-left: 2%;
}

.personal_cab .order .order_info-form-group .bx-soa-customer {
    flex-wrap: wrap;
    padding-bottom: 0;
}

.personal_cab .personal_info-form .form_content {
    padding: 35px 50px 45px;
    border: 1px solid #979797;
}

.personal_cab .personal_info-form .form_widget {
    margin-bottom: 35px;
}

.personal_cab .personal_info-form .form_widget-content {
    width: 47%;
    position: relative;
}

.personal_cab .personal_info-form .form_widget-content.form_widget-phone input {
    padding-left: 75px;
}

.personal_cab .personal_info-form .form_widget-content.form_widget-phone:before {
    content: '+7';
    display: block;
    width: 56px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    border: 1px solid #dbdbdb;
    background: #fff;
    bottom: 0;
    left: 0;
}

.personal_cab .personal_info-form .form_widget-content.form_widget-phone.input_focus:before {
    border-color: #252525;
}

.personal_cab .personal_info-form .form_widget-input, .personal_cab .personal_info-form .form_widget-textarea,
.soa-property-container input, .bx-soa-customer-comments textarea {
    width: 100%;
	border: none;
    border-bottom: 1px solid #dbdbdb;
	background-color: transparent;
}

.bx-soa-customer-comments textarea{
    height: 100px;
    resize: none;
}

.personal_cab .personal_info-form .form_widget-input:focus, .personal_cab .personal_info-form .form_widget-textarea:focus {
    border-color: #252525;
}

.personal_cab .personal_info-form .form_widget-textarea {
    resize: none;
    height: 120px;
}

.personal_cab .personal_info-form .form_widget-label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.personal_cab .personal_info-form .form_widget_content-btn {
    margin-top: 35px;
    text-align: right;
}

.personal_cab .personal_info-form .form_widget-btn {
    margin-left: 15px;
}

.personal_cab .personal_info-form .jq-selectbox__select {
    height: 54px;
    line-height: 54px;
}

.personal_cab .edit_form {
    margin-bottom: 0;
}

.personal_cab .edit_form .form_content {
    margin-bottom: 50px;
}

.personal_cab .personal_profile-table .table_header {
    font-weight: bold;
    padding: 10px 15px;
}

.personal_cab .personal_profile-table .profile_item, .personal_cab .personal_profile-table .profile_table-header {
    border-bottom: 1px solid #979797;
}

.personal_cab .personal_profile-table .item_body {
    padding: 15px;
}

.personal_cab .personal_profile-table .col_code {
    font-weight: bold;
    width: 10%;
}

.personal_cab .personal_profile-table .col_date, .personal_cab .personal_profile-table .col_move {
    width: 22%;
}

.personal_cab .personal_profile-table .col_name, .personal_cab .personal_profile-table .col_payer {
    width: 23%;
}

.personal_cab .personal_profile-table .col_move-in {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}

.personal_cab .profile_del {
    text-align: right;
}

.personal_cab .profile_del a {
    font-size: 12px;
    display: block;
    color: #d5533e;
}

.personal_cab .profile_del a span, .personal_cab .profile_del a svg {
    display: inline-block;
    vertical-align: baseline;
}

.personal_cab .profile_del a svg {
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.personal_cab .personal_info-search {
    margin-top: 53px;
    margin-bottom: 40px;
}

.personal_cab .personal_info-search input {
    padding: 20px;
}

.personal_cab .personal_info-search .descr {
    margin: 15px 0;
}

.personal_cab .order_item.col_img {
    width: 155px;
}

.personal_cab .order_item.col_name {
    text-align: left;
    vertical-align: top;
    max-width: 200px;
}

.personal_cab .order_item.col_price .price {
    font-size: 16px;
}

.personal_cab .order_item.col_price .price_old {
    font-size: 12px;
}

.personal_cab .order_item.col_totalsum {
    font-weight: bold;
    font-size: 16px;
}

.personal_cab .order_item:nth-child(2n-1) .order_item-header-table {
    background: #f7f7f7;
}

.personal_cab .order_item-header-table, .personal_cab .info_orders-header-table {
    display: table;
    width: 100%;
}

.personal_cab .orders_header-tr, .personal_cab .item_header-tr {
    display: table-row;
}

.personal_cab .orders_header-td {
    display: table-cell;
    font-weight: bold;
    padding: 15px 20px;
}

.personal_cab .col_id {
    width: 15%;
}

.personal_cab .col_date {
    width: 21%;
}

.personal_cab .col_status {
    width: 26%;
}

.personal_cab .col_totalprice {
    width: 38%;
}

.personal_cab .item_header-td {
    display: table-cell;
    padding: 25px 20px;
}

.personal_cab .item_header-td.col_id {
    font-weight: bold;
}

.personal_cab .item_header-td.col_totalprice {
    width: 16%;
}

.personal_cab .item_header-td.more_info {
    width: 22%;
}

.personal_cab .item_header-td.more_info .fa {
    margin-left: 5px;
}

.personal_cab .order_item-goods {
    padding: 0 20px;
    display: none;
}

.personal_cab .item_goods-table {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.personal_cab .item_goods-tr {
    display: table-row;
}

.personal_cab .item_goods-td {
    padding: 25px 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px dashed #b0b0b0;
}

.personal_cab .item_goods-td.col_img {
    padding-left: 0;
    width: 50%;
}

.personal_cab .item_goods-td.col_totalsum {
    padding-right: 0;
}

.personal_cab .item_goods-td.col_totalsum .item_goods-td-content {
    font-weight: bold;
}

.personal_cab .item_goods-td .price_old {
    font-size: 12px;
}

.personal_cab .item_goods-td-title {
    display: none;
}

.personal_cab .item_goods-td-content {
    display: inline-block;
    position: relative;
}

.personal_cab .goods_img {
    display: table-cell;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    width: 120px;
    height: auto;
    position: relative;
}

.personal_cab .goods_img .goods_img_wrp {
    display: block;
    width: 100%;
    padding-top: -moz-calc(100% - 2px);
    padding-top: calc(100% - 2px);
    border: solid 1px #dbdbdb;
    position: relative;
}

.personal_cab .goods_img .goods_img-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.personal_cab .goods_name {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
}

.bx-soa-item-content.goods_name {
    font-size: inherit;}

.personal_cab .goods_name a:hover, .personal_cab .goods_name a:hover span {
    color: #252525;
}

.personal_cab .order_item-payblock {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px dashed #b0b0b0;
    border-bottom: 1px dashed #b0b0b0;
}

.personal_cab .payblock {
    width: 45%;
    position: relative;
}

.personal_cab .payblock .order_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal_cab .payblock .order_info span {
    display: inline-block;
    line-height: 2;
}

.personal_cab .payblock .order_info span.big_text {
    font-size: 20px;
}

.personal_cab .payblock .pay_btn-link {
    position: absolute;
    bottom: 8px;
    right: 0;
}




.order .order_info-form-group {
    padding: 0;
}

.order .order_info-form-group .form_content {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.order .order_info-form-group .bx-soa-customer-comments {
    padding: 0 0 35px;
}
.sticky {
   /* position: relative;
    z-index: 101;*/
}
.stop {
   /* position: relative;
    z-index: 101;*/
}

.door_price {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: normal;
}
.product_card_fast .product_card .price_box.sum .all_sum .text {
    font-weight: bold;
    font-size: 18px;
}
.product_card_fast .product_card .price_box .price_old {
    font-size: 14px;
}
.product_card_fast .product_card .price_box.sum .price_sum .price {
    font-size: 18px;
}
.product_card_fast .price_box .price .fa {
    font-size: 16px;
}
.product_card_fast .bx_item_detail {
    margin-bottom: 0;
}
.product_card_fast .product_card .calc_box.calc_box-bd {
    margin: 0;
    box-shadow: none;
}
.product_card_fast .btn-close {
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
}
.product_card_fast .btn-close:before, .product_card_fast .btn-close:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#exampleModal_content .product_card .price_pack {
    margin-top: 15px;
}
.ordercart_total {
    margin-top: 0;
    margin-bottom: 25px;
}
.order .order_info-cart-total-btn.mobile {
    display: block;
}

.order .form_widget-title {
    font-size: 18px;
}
.personal_cab {
    margin-bottom: 30px;
		font-family: 'PlayfairDisplay-Regular' !important;
		text-align: center !important;
}

.personal_cab .personal_info-title .title {
    font-size: 18px;
}

.personal_cab .personal_info-title .edit_profile {
    font-size: 13px;
}

.personal_cab .personal_menu-box {
    width: 100%;
    float: none;
    position: relative;
    margin-left: 0;
}

.personal_cab .personal_info-search {
    margin: 10px 0 30px;
}

.personal_cab .personal_info-search input {
    padding: 10px 20px;
}

.personal_cab .personal_info-box {
    width: 100%;
    margin: 0;
}

.personal_cab .personal_info-form .jq-selectbox__select {
    height: 52px;
    line-height: 52px;
}

.personal_cab .personal_info-form .form_widget-label {
    font-size: 13px;
}

.personal_cab .payblock .order_info span {
    font-size: 18px;
}
.personal_menu {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 35px;
}

.personal_menu .catalog_link {
    display: block;
}

.personal_menu ul:after {
    content: '';
    display: table;
    clear: both;
}

.personal_menu ul li.personal_menu-item {
    display: block;
    float: left;
    border-bottom: 0;
    border-right: 1px solid #dbdbdb;
    width: 25%;
    padding: 0;
    text-align: center;
}

.personal_menu ul li.personal_menu-item:last-child {
    border-right: 0;
}

.personal_menu ul li.personal_menu-item.current a {
    color: #fff;
    background-color: #252525;
    font-weight: normal;
}

.personal_menu a.personal_menu-link .fa {
    display: none;
}

.fast_wrapper.popup_mask {
    display: none;
}

body.noscroll {
    padding-right: 0;
}

@media all and (max-width: 1200px) {
    .category .category_item, .category .category_item:nth-child(4n-3) {
        width: 31.5%;
        margin-left: 2.5%;
    }
.category .category_item:nth-child(3n-2) {
    margin-left: 0;
}
}


.category .category_item .mask .text_box {
    font-size: 28px;
}

.category .category_item .category_name {
    font-size: 16px;
}

.contacts_page .sub_title {
    font-size: 18px;
}

.contacts_page .advantage .flex_item {
    padding: 0 10px;
}

.contacts_page .advantage .flex_item .icon {
    width: 55px;
    height: 55px;
}
.compare_table-box {
    position: relative;
}

.compare_table-box .ajax-preloader-wrap {
    position: fixed;
    font-size: 20px;
    color: #252525;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .7);
}

.compare_page .compare_btn {
    font-size: 14px;
}

.compare_page .compare_slider {
    display: block;
    padding-top: 10px;
}
.compare_page .compare_slider .slider {
    padding-top: 0;
    min-height: 500px;
}
.compare_page .compare_slider .slider .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}
.compare_page .compare_table .table_col {
    padding-left: 0;
}

.compare_page .product_prop{
    margin-top: 0;
}

.compare_page .table_prop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.compare_page .owl-carousel .owl-stage-outer {
    margin-top: 0;
}

.compare_page .owl-carousel .owl-nav {
    top: 8px;
}

.search_page .tabs_block {
    margin: 0;
}


.personal_cab .sale-personal-section-index-block.bx-theme-blue {
    background: #252525;
}


/***********K************/
.call_top{
    width: 60px;
    padding: 0;
    height: 60px;
    margin-right: -40px;
    float: right;
    align-items: center;
    margin-left: 23px;
    display: none;
}
.header span.user{
height: 20px;
}
.header .top_menu_personal{
    margin-left: 0;
}
.call_top a{
    opacity: .8;
    width: 18px;
    height: 18px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjBA8OFQIiwt8oAAACRElEQVRIx5XVW2jPYRgH8M+kEVvEmLM5lpzVlpZSlkyKohxqjV3IYRdOF1w5lGxKbEUkOeXClWNELlYUk0jKobVGTjvY5r/JIblw8f/32+9/2J//9+r5vs/zfp/ned+35yWKQY6KqDdahugDyrxRYKFnLsnKXOK0RqWgn5cqMxVY65UhASsSMTEzgXs2xPEqdQltFLrupErjUgu0mRbHk9sYrNweV31304xkgV/yE1bmiZicIlWuAyK2Ji53pyit2o0Qm2Sv9UaCWd7aFx/8XEmSwAIf4wRq3fXDOUNRoNWqcPB5e5JaaLI3STTfRY3GYYnPBvY4VqmPC6wQsTnhEJfJi93QM31xx64ed44uUwO2UrOihNyFnuqyCX08sTE56RFnQnaNVJijxWKs8wA5fhvU4xzjm4KYXazdsJQSle5ilJ+y8Mn0+Gu7HTrUCykFprgWayIbl+MFBmiyOmbn+WK5jLFUSzALSnUmPO//wmEPZcfsnd4bn6lAX3WOB+yghtjjzQAjfLAtYMc0ZF7FNG3KQ1W8TziL/VrcSD9wCnVaEbAdOkM3skWTYtUiKtNNzkUiIYkl2lwwTHTYzQVFXqpLV0eJr9YHLM857Wo1qwjW+qtKX8d8HbaHeLFDoaqE6hjTm8RM75wI3kVq9HfS497dw933qPcMYLaOdO5sx7RYkybiiqP+gcU+umVCSl+p5vBU6A25qnU7G5paUQzVqOzf26MYr0aXeruVGGusGTZ47dT/bo8ix2rnvRDxR6t71kR/9r/WMI6VeioOIQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wNC0xNVQxMjoyMTowMiswMjowMLfuWdgAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDQtMTVUMTI6MjE6MDIrMDI6MDDGs+FkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
    background-size: 18px;
}
.action_slider .slider .carousel-button-default{
    top: -56px;
}
.recom_tabs_block{
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    z-index: 1;
}
.recom_tabs{
    position: relative;
}
@media all and (max-width: 768px){
    .recom_tabs_block{
        display: none;
    }
}
.product_card .jq-number__field input{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.bx-yandex-map{
    width: 100% !important;
}
.product_row{
    width: 100%;
}
.bx_item_detail {
    margin-bottom: 50px;
}
.product_buy_top  div span b:nth-of-type(1){
    margin-left: 3px;
    margin-right: 3px;
}
.about_tabs {
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin-top: 15px;
}
.about_tabs .tab_box {
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
}
.about_tabs .properties {
    padding: 15px;
    line-height: 20px;
}
.about_tabs .variation {
    padding-top: 0;
    padding-bottom: 0;
}
.carousel_button_cont,.carousel_button_cont_index{
    position: absolute;
    width: 115px;
    height: 46px;
    right: 0;
    top: -172px;
}
.carousel_button_cont .carousel-button-default,.carousel_button_cont_index .carousel-button-default{
    top: 23px;
}
.recom_slider {
    width: 100% !important;
}

.modal-dialog .product_card__content .accessory .option.left_side{
    flex-direction: column;
    align-items: flex-start;
}
.modal-dialog .product_card__content .accessory .price_box{
    display: flex;
    align-items: flex-end;
}
.product_card.default .bx_item_detail_size.full{
    margin-bottom: 10px !important;
}
.product_card.default .bx_item_detail_size.full .title_colors {
    margin-bottom: 5px;
}
.product_card.default .calculator .calc_item.pack {
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.product_card.laminate.jq-number__field{
    width: 250px;
}
.product_card.door .calc_box.calc_box-bd{
    border: 1px solid #cecece;
}
.product_card.default .calc_label {
    margin-top: 0;
    margin-bottom: 0;
}
 .product_card.default .jq-selectbox{
    position: unset;
}
.product_card .calc_box.calc_box-bd, .product_card .colors.calc_box-bd{
    // border: 1px solid #ececec;
}
.product_card_fast .product_card.laminate .jq-number__spin.plus{
    right: 1px;
    border-left: 1px solid #cdcdcd;
}
.product_card_fast .product_card.default .calc_box.calc_box-bd{
    padding-left: 0 !important;
}
.product_card_fast .product_card.default .calculator .calc_item.pack{
    align-items: center;
}
.product_card_fast .product_card.accessory #calc_podlozhka .jq-number{
    width: 194px !important;
    max-width: 194px !important;
}
.product_card_fast .product_card.laminate .jq-number__spin.plus{
    border-left: 1px solid #cdcdcd;
}
.product_card_fast .product_card.accessory .jq-number{
    max-width: 161px !important;
}
.product_card_fast .product_card.accessory .option_box{
    margin-bottom: 5px;
}
.pers_data{
    opacity: 0.85;
    transition: .2s;
}
.pers_data:hover{
    opacity: 1;
}
.pers_data:active{
    opacity: .75;
}
.main-user-consent-request-popup-button {
    font-weight: bold;
}
.main-user-consent-request-popup-button-rej {
    padding-left: 10px;
    padding-right: 10px;
}
.filter_open{
    display: none;
}
.search_page .catalog_list{
    display: flex;
    flex-wrap: wrap;
}
.product_item .catalog_pic img::selection {background: none;}
.product_item .catalog_pic img::-moz-selection {background: none;}
.product_item .catalog_pic img::-webkit-selection {background: none;}



/* ---------- NEW ---------------------------------------------------------------- */

.main_banner_image {
    width: 100%;
    position: relative;
    text-align: center;
}

.main_banner_image img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}


/* region sliders */
.catalog-products-viewed .product_item .catalog_prop {
    display: none;
}
.catalog-products-viewed .product_item, .product_card .product_recom .product_item {
    height: 385px !important;
}

.slider_box .title h2, .description .title h2 {
    font-size: 26px;
}
.slider {
    padding-top: 30px;
}
.slider .owl-carousel {
    margin: 0 -10px;
    width: calc(100% + 20px);
}
.slider .owl-carousel .owl-stage-outer, .main_page_recom .slider .owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
}
.slider .owl-stage-outer .owl-item {
    padding: 0 20px;
}

.slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 5px;
    margin: 0;
}

.slider .owl-carousel .owl-nav [class*='owl-'], .slider .owl-carousel .owl-nav [class*='owl-']{
    font-size: 0;
    margin: 5px 10px;
    background-image: url(/upload/medialibrary/960/9600a87cf609b1de071f7766f20eb0e1.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .65;
    transition: .2s ease-in-out;
		border: 1px solid #3F3F3F;
		border-radius: 50%;
}
.slider .owl-carousel .owl-nav button.owl-prev {}
.slider .owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.slider .owl-carousel .owl-nav button.owl-prev:hover {
	width: 40px;
	height: 40px;
	margin: 5px 10px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .65;
	transition: .2s ease-in-out;
	border: 1px solid #3F3F3F;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav button.owl-next:hover {
  margin: 5px 10px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .65;
	transition: .2s ease-in-out;
	border: 1px solid #3F3F3F;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav button.disabled, .slider .owl-carousel .owl-nav button.disabled:hover {
    opacity: .3;
    cursor: default;
}

.slider_compare .owl-carousel .owl-nav [class*='owl-']:hover {
    opacity: 1;
}

.slider_compare_box .title h2, .description .title h2 {
    font-size: 26px;
}
.slider_compare .owl-carousel {
    margin: 0 -10px;
    width: calc(100% + 20px);
}
.slider_compare .owl-stage-outer .owl-item {
    padding: 5px;
}

.slider_compare .owl-nav {
    position: absolute;
    top: -50px;
    right: 5px;
    margin: 0;
}

.slider_compare .owl-carousel .owl-nav [class*='owl-'], .slider_compare .owl-carousel .owl-nav [class*='owl-']{
    font-size: 0;
    margin: 5px 10px;
    background-image: url(img/icons/left-arrow.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .65;
    transition: .2s ease-in-out;
}
.slider_compare .owl-carousel .owl-nav button.owl-prev {}
.slider_compare .owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
.slider_compare .owl-carousel .owl-nav button.disabled, .slider_compare .owl-carousel .owl-nav button.disabled:hover {
    background-size: 80%;
    opacity: .3;
    cursor: default;
}

.slider_compare .owl-carousel .owl-nav [class*='owl-']:hover {
    opacity: 1;
}

/*endregion*/

.description_image .embed-responsive {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.description_image .embed-responsive-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.advantage_item .number {
    font-size: 30px;
    font-weight: bold;
    color: #252525;
}

.advantage_item .text {
    font-weight: bold;
}



/* region categories */

.category-list .category-block {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}
.category-list .category-item {
    font-weight: bold;
    position: relative;
    padding: 10px;
}
.category .category-list .category-item:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}
.category-list .category-item .category-item-title {
    color: #fff!important;
}
//.category-list .category-item:nth-child(1), .category-list .category-item:nth-child(2) {
    //flex: 0 0 50%;
    //max-width: 50%;
//}
.category-list .category-item .category-item-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 25px;
    transition: .2s ease-in-out;
}

@media (min-width: 992px){

	.category-list .category-item .category-item-title {
		height: 70px;
        font-size: 12px;
	}
}

@media (min-width: 1220px){

	.category-list .category-item .category-item-title {
		height: 70px;
        font-size: 16px;
	}
}


//.category-list .category-item:hover .category-item-title {
     //background-color: rgba(0,0,0,.3);
//}

.category-item-title {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.5);
}


.category-list .category-item .category-item-title span {
    display: inline-block;
    vertical-align: middle;
}
.category-list .category-item .category-item-name {
    width: auto;
    max-width: calc(100% - 45px);
}
.category-list .category-item .category-item-counter {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    transition: .2s ease-in-out;
}
.category-list .category-item:hover .category-item-counter {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}

.category-list .category-item-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
//.category-list .category-item:nth-child(1) .img-box, .category-list .category-item:nth-child(2) .img-box {
    //padding-top: 38%;
//}
.category-list .category-item .img-box, .category .category-list .category-item:nth-child(2) .img-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
    padding-top: 78%;
}
.category-list .category-item:hover .img-box {
    transform: none;
}
.category-block .category-item-img .img-box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .7;
    transition: ease-out .3s;
}
.category-list .category-item:hover .img-box .img {
    opacity: 1;
}
.category-list .category-item .category-link {
    position: relative;
    display: block;
}

/* region filter */

.filter-item-shadow {
    /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
}

/* endregion */

.category_banner img {
    width: 100%;
}

.about_links {
    /*box-shadow: 0 2px 2px rgba(0,0,0,.05);
    background-color: #fff;
    border: 1px solid #e9e9e9;*/
		border-bottom: 1px solid #000;
}

.about_links .nav-tabs {
    justify-content: center;
}

/* region big properties */

.product_card .big_properties {
    height: 100%;
}
.product_card .big_properties .main_options {
    height: 100%;
}

/* endregion */

.breadcrumbs_list .breadcrumbs_item {
    display: inline;
}
.breadcrumbs_list .breadcrumbs_item i {
    font-size: inherit;
}

/* region calc input style */
.product_card .jq-selectbox {
    width: 100%;
}
.product_card .jq-selectbox__select, .product_card .jq-number__field,
.basket_quantity_control .jq-selectbox__select, .basket_quantity_control .jq-number__field {
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 12px;
}
.product_card .jq-number__field, .basket_quantity_control .jq-number__field {
    box-shadow: none;
}
.product_card .jq-number.focused .jq-number__field, .product_card .jq-selectbox.focused .jq-selectbox__select,
.product_card .jq-number.focused .jq-number__spin, .product_card .jq-selectbox.focused .jq-selectbox__trigger,
.product_card .jq-number:hover .jq-number__field, .product_card .jq-selectbox:hover .jq-selectbox__select,
.product_card .jq-number:hover .jq-number__spin, .product_card .jq-selectbox:hover .jq-selectbox__trigger,
.basket_quantity_control .jq-number.focused .jq-number__field, .basket_quantity_control .jq-selectbox.focused .jq-selectbox__select,
.basket_quantity_control .jq-number.focused .jq-number__spin, .basket_quantity_control .jq-selectbox.focused .jq-selectbox__trigger,
.basket_quantity_control .jq-number:hover .jq-number__field, .basket_quantity_control .jq-selectbox:hover .jq-selectbox__select,
.basket_quantity_control .jq-number:hover .jq-number__spin, .basket_quantity_control .jq-selectbox:hover .jq-selectbox__trigger{
    border-color: #252525;
}
.product_card .jq-number__field input,
.basket_quantity_control .jq-number__field input {
    text-align: center;
    font: inherit;
    font-size: 12px;
    height: 34px;
}
.product_card .jq-number__spin, .product_card .jq-selectbox__trigger,
.basket_quantity_control .jq-number__spin, .basket_quantity_control .jq-selectbox__trigger {
    background: none;
    box-shadow: none;
    text-shadow: none;
    border-width: 0 0 0 1px;
    width: 30px;
    height: 18px;
    border-radius: 0;
    right: 1px;
    text-align: center;
    font-weight: bold;
}
.product_card .jq-selectbox__trigger, .basket_quantity_control .jq-selectbox__trigger {
    height: 100%;
}
.product_card .jq-selectbox__dropdown, .basket_quantity_control .jq-selectbox__dropdown {
    /*width: 100% !important;*/
    right: 0;
    font: inherit;
    font-size: 12px;
}
.product_card .jq-selectbox li, .basket_quantity_control .jq-selectbox li {
    padding: 5px 7px 6px;
}
.jq-selectbox__trigger-arrow, .jq-selectbox__trigger-arrow {
    border: 0;
}
.product_card .jq-number__spin:after, .product_card .jq-selectbox__trigger-arrow,
.basket_quantity_control .jq-number__spin:after, .basket_quantity_control .jq-selectbox__trigger-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 0;
    border: 0;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: .6;
    transition: .2s ease-in-out;
}
.product_card .jq-number__spin:hover:after, .product_card .jq-selectbox__trigger-arrow:hover,
.basket_quantity_control .jq-number__spin:hover:after, .basket_quantity_control .jq-selectbox__trigger-arrow:hover {
    opacity: 1;
}
.product_card .jq-number__spin.plus:after, .basket_quantity_control .jq-number__spin.plus:after {
    content: '\f106';
}
.product_card .jq-number__spin.minus:after, .product_card .jq-selectbox__trigger-arrow:after,
.basket_quantity_control .jq-number__spin.minus:after, .basket_quantity_control .jq-selectbox__trigger-arrow:after {
    content: '\f107';
}
.product_card .jq-number, .basket_quantity_control .jq-number  {
    padding: 0;
}
.product_card .jq-number__field, .basket_quantity_control .jq-number__field {
    width: 100%;
    padding-right: 30px;
}
.product_card .jq-selectbox__select-text, .basket_quantity_control .jq-selectbox__select-text  {
    padding: 8px 9px;
    padding-right: 30px;
    border-radius: 4px;
}

/* endregion */

.bx-sbb-empty-cart-text {
    font-size: 18px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}


#open__basket:hover .bx-basket-item-list, #open__compare:hover .bx_catalog_compare_form {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}


/* region top basket/compare list */

.bx-basket {}
.bx-basket-block {
    font-size: 12px;
    padding-bottom: 5px;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}
.bx-basket-block>.fa {
    color: #97a1ab;
    width: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}
.bx-basket-block a {
    color: #039BE5;
    border-bottom: 1px dashed;
    margin-right: 10px;
}
.bx-basket-block a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

/* fix */
.form-control:focus{
    border-color: #252525;
}
.product_card_fast .product_card .price_box.sum .all_sum .text{
    margin-top: 0;
}
.product_card_fast .product_card .price_box.sum .all_sum div{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.product_card_fast .product_card .price_box.sum .price_sum{
    flex-direction: column;
    align-items: flex-start !important;
}
.product_card_fast .product_card .price_box.sum .price_sum .price_old{
    margin-top: 5px;
}
.sale-personal-profile-list-arrow-up:hover, .sale-personal-profile-list-arrow-down:hover,
.sale-personal-profile-list-arrow-up:focus, .sale-personal-profile-list-arrow-down:focus{
    color: #252525;
}
.sale-personal-profile-list-arrow-up:active, .sale-personal-profile-list-arrow-down:active{
    color: #252525;
}
.sale-personal-account-wallet-currency-item{
    color: #fff;
}
.sale-accountpay-fixedpay-list .sale-accountpay-fixedpay-item{
    background: #f5a623d4;
    color: #fff;
}
.sale-accountpay-fixedpay-list .sale-accountpay-fixedpay-item:hover{
    background: #f39700;
}
.sale-account-pay-button{
    width: max-content;
}
.popup-window-buttons{
    justify-content: center;
}
.bx-authform-social-popup .btn.btn-primary{
    margin-top: 10px;
    width: 100%;
}
@media all and (max-width: 575px){
    .product_card_fast .product_card .price_box.sum .price_sum{
        flex-direction: row;
    }
    .product_card_fast .product_card .price_box.sum .price_sum .price{
        margin-bottom: 5px;
    }
    .product_card_fast .product_card .price_box.sum .price_sum{
        justify-content: flex-end;
    }
    .stores .row {
        flex-direction: column;
    }
    .nav-tabs{
        display: block !important;
        padding-right: 0 !important;
    }
    #storesTabList{
        max-height: unset !important;
        margin-bottom: 20px;
    }
    .header .compare_top .bx_catalog_compare_list{
        top: 45px;
    }
}

/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed{
        width: 200px;
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
    }
    .bx-basket-fixed.top    {top:10px}
    .bx-basket-fixed.right  {right:10px}
    .bx-basket-fixed.bottom{bottom:10px}
    .bx-basket-fixed.left  {left:10px}
    .bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
    .bx-basket-fixed{
        position: fixed;
        z-index: 1100;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .bx-basket-item-list{
        display: none;
    }
    /*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
    margin-left: 10px;
}
.bx-basket-item-list {
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: auto;
    width: 400px;
    background-color: #fff;
    top: calc(100% + 10px);
    transition: .3s ease-in-out;
    right: -25px;
    position: absolute;
    text-align: left;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.header .basket_top:hover .bx-basket-item-list {
    z-index: 1020;
    opacity: 1;
    visibility: visible;
}
.bx-max-height .bx-basket-item-list{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.bx-closed .bx-basket-item-list{
    height: 20px;
    overflow: hidden;
}
.bx-basket-item-list-action{
    cursor: pointer;
    background: #F7F7F7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 120;
    height: 20px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    padding: 3px 0;
}
.bx-basket-item-list-button-container{
    text-align: center;
    border-top: 2px solid #e5e5e5;
    padding-top: 12px;
    padding-bottom: 15px;
    background: #fff;
}

.bx-basket-item-list-button-container b {
    font-size: 16px;
    color: #252525;
}

.bx-basket-item-list-container{
    max-height: 296px;
}
.prise_box {
    font-size: 14px;
}
.bx-basket-item-list-item{
    position: relative;
    padding: 14px 12px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.bx-basket-item-list-item-status{
    font-weight: bold;
    padding: 3px;
    background: #EBEBEB;
    margin: 0 10px 20px;
    line-height: 16px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
}
.bx-basket-item-list-item-img{
    text-align: center;
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 65px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-img img{
    width: 100%;
    height: auto;
}
.bx-basket-item-list-item-content {
    width: calc(100% - 80px);
    padding-right: 20px;
}
.bx-basket-item-list-item-name a{
    font-size: 12px;
    color: #3F3F3F;
    text-decoration: none;
}
.bx-basket-item-list-item-name a:hover {
    color: #252525;
}
.bx-basket-item-list-item-remove{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height:20px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
    opacity: .5;
    -webkit-background-size: 9px;
    background-size: 9px;
}
.header .top_icon .bx-basket-item-list-item-price-wrapper {
    display: block;
    margin-bottom: 5px;
}
.bx-basket-item-list-item-remove:hover{
    opacity: .7;
}
.bx-basket-item-list-item-remove:active{
    opacity: 1;
}
.bx-basket-item-list-item-price-block{
    text-align: right;
    font-size: 12px;
}
.bx-basket-item-list-item-price{
    display: inline-block;
}
.bx-basket-item-list-item-price-old{
    display: inline-block;
    font-size: 10px;
    text-decoration: line-through;
    color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
    text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
    line-height: 1.44em;
}

/* endregion */

.one_height {
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}



/* M-E-D-I-A --- Q-U-E-R-I-0-E-S */

@media screen and (max-width: 1440px) {
    main, .not_found {
        min-height: -moz-calc(100vh - 450px);
        min-height: calc(100vh - 450px);
    }
}

@media screen and (max-width: 1300px) {
    .title_colors {
        font-size: 13px;
    }

    .catalog_box{
        padding-left: 1rem !important;
    }
    .product_card .main_options .opt_text, .mini_description {
        font-size: 12px;
    }
    .order .order_info-paysystem .form_group-label {
        padding-top: 15px;
    }

    .order .order_info-paysystem .form_group-label span.descr_checkbox {
        font-size: 13px;
    }

    .ordercart_table .goods_img {
        width: 120px;
    }

    .category .category_item {
        margin-left: 2%;
    }

    .catalog_menu .catalog_menu-wrp {
        min-width: 100%;
    }

    .product_card .about_tab .prop_list .prop:before {
        bottom: 4px;
    }

    .product_card.door .calculator .double_select .jq-selectbox {
        width: 175px;
    }

    .container_wrp {
        padding: 0 25px;
    }

    .slider .carousel-button-default, .slider_center .carousel-button-default {
        right: 25px;
    }

    .slider .carousel-button-prev, .slider_center .carousel-button-prev {
        right: 80px;
    }
    .action_page .action_pic:before {
        padding-top: 30%;
    }
}

@media all and (max-width: 1024px) {
    .sale-order-detail-order-basket-info .sale-order-detail-order-item-td-title {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .sale-order-detail-order-item-td.sale-order-detail-order-item-properties {
        width: 100%;
        padding-bottom: 0;
    }
    .catalog-products-viewed .product_item, .product_card .product_recom .product_item {
        height: auto !important;
    }
    .compare_page .table_prop {
        left: 10px;
    }
    .filter_open {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 3px;
        background-color: #252525;
        height: 80px;
        color: #fff;
        transition: .2s;
        cursor: pointer;
        position: fixed;
        width: 40px;
        right: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 100;
        font-size: 18px;
        border-radius: 100% 0 0 100% / 50% 0 0 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }
    .btn-close.filter_open {
        background: none;
        position: absolute;
        bottom: auto;
        height: 40px;
        top: 13px;
        right: 20px;
        box-shadow: none;
    }
    .btn-close.filter_open:before, .btn-close.filter_open:after {
        width: 15px;
        height: 2px;
        left: 12px;
    }
    .filter_box {
        padding: 0;
        top: 0;
        position: fixed;
        bottom: 0;
        left: 100%;
        transform: translate3d(0,0,0);
        z-index: 800;
        background-color: #fcfcfc;
        transition: .4s ease-in-out;
    }
    .filter_box.open {
        transform: translate3d(-100%, 0, 0);
        transition: .3s ease-in-out;
        z-index: 1200;
    }
    .filter_box .filter_wrp {
        padding: 10px;
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .filter_flex_box {
        max-height: 100%;
    }
    .filter_box .param_item {
        margin-right: 5px;
    }
    .filter_box .param_item span {
        padding: 5px;
        padding-left: 0;
    }
    .filter_box .filter_input_checkbox input[type="checkbox"]:checked + label:after {
        left: 1px;
        top: 3px;
    }
    .container_wrp {
        padding: 0 10px;
    }
    .product_card_fast .container_wrp {
        padding: 0;
    }
    .catalog_list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .slider_compare .product_item_catalog {
        padding-left: 0;
        padding-right: 0;
    }
    .product_item_catalog {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog_box, .filter_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .catalog_box {
        padding-left: 1.3rem !important;
    }
    .main_banner_slider .slick-dots li button {
        border-color: #aaa;
    }
    .main_banner_slider .slick-dots li.slick-active button {
        background: #aaa;
    }
    .compare_page .compare_table {
        width: 100%;
    }
    .counter .punct, .header .top-bottom-menu{
        display: none;
    }
    .compare_top.top_icon .icon.libra_org + .counter{
        top: -1px;
        left: 28px;
    }
    .compare_page .owl-carousel {
        width: 100%;
        margin-left: 0;
    }
    .description .title {
        font-size: 26px;
    }
    .bx-soa-tooltip .tooltip-inner {
        display: none;}

    .colors_variant .more_colors .title {
        font-size: 21px;
    }

    .category_item .category_pic .image_wrp {
        width: 170px;
        height: 170px;
        line-height: 170px;
        margin: auto;
    }
    .product_card .btn_one_click, .product_card .btn_to_buy {
        font-size: 14px;
    }

    .product_card .big_slider .labels {
        font-size: 14px;
    }
    .nav-tabs, .recom_links, .about_links {
        font-size: 14px;
    }

    html {
        font-size: 12px;
    }

    .desktop_hide {
        display: block;
    }
    #vertical-multilevel-menu li ul.root-item-menu li.desktop_hide {
        display: flex;
    }

    .mobile_hide, #vertical-multilevel-menu li a.mobile_hide {
        display: none;
    }

    .catalog_menu-box {
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
    }

    .catalog_menu_title, .open_cat {
        padding: 10px 15px;
        font-size: 14px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
    }
    .open_cat .fa-angle-left {
        font-size: 18px;
        margin-right: 10px;
        margin-top: -1px;
    }
    .catalog_menu_title {
        position: relative;
        font-size: 16px;
        justify-content: space-between;
    }
    .catalog_menu_title .fa, #vertical-multilevel-menu li .open_cat_wrp .fa {
        font-size: 22px;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    #vertical-multilevel-menu li.jsvhover a.root-item-link, #vertical-multilevel-menu li:hover a.root-item-link, #vertical-multilevel-menu li.root-item-selected:hover a.root-item-link, #vertical-multilevel-menu li.jsvhover a.root-item-link {
        background-color: transparent;
        color: #000;
        border: 0;
        position: relative;
    }
    .open_cat_wrp {
        position: relative;
    }
    #vertical-multilevel-menu li .open_cat_wrp a {
        display: inline-block;
    }
    .top_catalog_wrapper {
        background-color: #fff;
    }

    .title_big {
        font-size: 28px;
    }

    .sub_title {
        font-size: 14px;
    }

    .user_form .user_form_wrp .title {
        font-size: 18px;
    }

    .user_form .user_form_wrp .text_box {
        font-size: 13px;
    }

    .user_form .user_form_wrp .form_widget-label span, .user_form .user_form_wrp .form_widget-input {
        font-size: 16px;
    }

    .user_form .user_form_wrp .input_focus .form_widget-label span {
        font-size: 12px;
    }

    body {
        transition: .3s ease-in-out;
    }

    .header .header_bot .catalog_btn .logo_box {
        display: none;
    }

    .header .header_bot .container_wrp {
        position: relative;
        padding: 0;
    }
    .header .header_bot, .header .fixed{
        height: 60px;
        z-index: 1100;
    }
    .header .header_mid, .header .header_top, .header .form_search {
        display: none;
    }

    .header .mobile_form-search {
        display: block;
    }

    .header .btn_action {
        padding: 0 20px;
        width: 100%;
        text-align: center;
    }

    .header .btn_action.desktop_hide {
        display: block;
    }

    .header .logo_box {
        width: auto;
        max-width: 200px;
        height: 70px;
        text-align: center;
        padding: 10px 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .hb_content-row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .header .logo_box a.logo_link img {
        max-height: 40px;
    }

    .header .form_search {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #dbdbdb;
    }
    .form_search .input_search, .form_search .btn_search {
        height: 35px;
    }

    .header .form_search.desktop_hide {
        display: block;
    }

    .header .form_search form {
        border: 1px solid #cbcbcb;
    }
    .header .form_search form:focus, .header .form_search form:hover {
        border-color: #252525;
    }

    .header .catalog_btn {
        width: 60px;
        height: 60px;
        padding: 0;
        flex: initial;
    }
    .header .catalog_btn .catalog_link {
        padding: 29px 20px;
        pointer-events: inherit;
    }

    .header .catalog_btn .catalog_link span {
        display: none;
    }

    .header .catalog_btn .catalog_link span.icon_menu {
        display: block;
        margin: 0;
        width: 20px;
        background: #fff;
    }

    .header .top_menu ul li {
        font-size: 14px;
        display: block;
        padding: 10px 20px !important;
    }

    .header .top_user-box {
        padding: 10px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #dbdbdb;
        font-weight: normal;
    }
    .header .top_user {
        display: flex;
    }
    .header .top_user-box .slash {
        display: inline-block;
    }
    .top_menu-box {
        padding: 10px 15px;
        font-size: 14px;
    }

    .top_menu-box ul li {
        padding: 5px 0;
    }

    .header .top_user-box.desktop_hide {
        display: block;
    }

    .header .top_icon-box-mobile .text-icon, .header .top_icon-box-mobile .basket_top .text-icon span {
        display: none;
    }

    .header .top_icon, .header .basket_top {
        padding: 0;
        margin-right: 15px;
        position: relative;
        width: 30px;
        height: 30px;
    }

    .header .top_icon span.icon {
        margin: 0;
        width: 100%;
        height: 100%;
        line-height: 28px;
    }
    .header .basket_top .text-icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .header .basket_top:hover .bx-basket-item-list {
        display: none;
    }
    .header .top_icon-box-mobile .basket_top .text-icon, .header .top_icon-box-mobile .basket_top .text-icon .counter {
        display: block;
    }
    .header .top_icon .counter, .header .basket_top .bx-basket .counter {
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #fff;
        color: #000;
        font-size: 10px;
        border-radius: 50%;
        line-height: 18px;
        text-align: center;
        top: -6px;
        left: 18px;
        border: 1px solid rgba(0, 0, 0, .4);
    }

    .top_icon-box-mobile {
        float: right;
        padding: 15px 0;
    }
    .header .top_icon a:hover {
        background-color: #fff;
    }
    .header .top_icon a:active {
        background-color: #fff;
        opacity: .8;
    }
    .header .basket_top .all_sum {
        display: none;
    }
    .footer .pays_box {
        margin-top: 15px;
    }

    .order_done {
        margin: 0 auto 50px;
    }

    .order_done .title_done {
        font-size: 48px;
    }
    .ordercart_total-container {
        padding-left: 0;
        margin-left: -10px;
    }
    .catalog_menu {
        display: block;
        overflow: hidden;
        background-color: #fff;
        width: 300px;
        z-index: 100;
        position: fixed;
        left: -300px;
        top: 60px;
        bottom: 0;
        padding: 0;
        box-shadow: none;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .catalog_menu.menu_open {
        left: 0;
    }

    .catalog_menu .catalog_menu-wrp {
        z-index: 100;
        display: block;
        height: auto;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%;
        background-color: #fff;
        transition: .3s ease-in-out;
    }
    .catalog_menu .catalog_menu-wrp.open, #vertical-multilevel-menu li ul.root-item-menu.open {
        left: 0;
    }
    .feedback-form {
        z-index: 1150;
    }
    ul#vertical-multilevel-menu {
        width: 100%;
        border-top: 0;
    }
    #vertical-multilevel-menu li ul.root-item-menu {
        left: 100%;
        width: 100%;
        background-color: #fff;
        padding: 0;
        columns: initial;
        transition: .3s ease-in-out;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 100;
    }
    #vertical-multilevel-menu li .parent-link {
        padding: 10px 15px 5px;
    }
    #vertical-multilevel-menu li ul.root-item-menu li ul li {
        padding: 0 15px;
    }
    #vertical-multilevel-menu li ul.root-item-menu li, #vertical-multilevel-menu li ul.root-item-menu li ul li {
        display: block;
    }

    .catalog_menu .catalog_menu-list {
        width: 100% !important;
        padding: 0 !important;
        overflow: auto;
        display: block;
    }

    .catalog_menu .root-menu-container {
        width: 100%;
    }

    .catalog_menu .root-menu li.root-item:hover ul.sub-root-menu, .catalog_menu .root-menu li.p_select ul.sub-root-menu {
        display: none;
    }

    .catalog_menu ul.sub-root-menu {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .catalog_menu ul.sub-root-menu li.sub-root-item {
        width: 100%;
        padding-left: 0;
    }

    .catalog_menu .catalog_menu-list ul {
        padding: 0;
    }

    .catalog_menu .title, .catalog_menu .catalog_menu-list li.catalog_menu-item ul li.item {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        padding: 5px 0;
    }

    .catalog_menu .catalog_menu-list li.catalog_menu-item ul li.item a {
        font-size: 12px;
    }

    .catalog_menu ul.sub-root-menu, .catalog_menu .catalog_menu-list .hidden_list {
        display: none;
        padding: 10px 0;
        height: auto;
    }

    .catalog_menu .catalog_menu-list .hidden_list {
        padding: 0 0 0 15px;
        border-left: 1px solid #cbcbcb;
    }

    .catalog_menu .sub_menu-list {
        width: 100%;
        padding: 0;
    }

    .catalog_menu .root-menu li.root-item a.root-item-link {
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px 35px 10px 0;
        position: relative;
        border-bottom: 1px solid #cbcbcb;
        color: #000;
        font-weight: bold;
    }

    .catalog_menu .root-item-link .fa {
        display: block;
        position: absolute;
        right: 15px;
        font-size: 21px;
        height: 27px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .call_top{
        display: flex;
    }
    .product_item .price_box {
        flex-wrap: wrap;
    }

    .favorite .product_item_catalog {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .product_item .catalog_prop span {
        font-size: 11px;
    }
    .filter_box .filter_top {
        justify-content: flex-start;
    }
    .filter_box .filter_top .col-6 {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .filter_box .filter_top .col-6.text-right {
        margin-left: 10px;
        margin-top: 3px;
    }
}

@media all and (max-width: 991.98px) {
    .order-confirm-title .fa-stack {
        font-size: 18px;
    }
    .order-confirm-title .fa-circle {
        font-size: 35px;
    }
    .order-confirm-title .fa-check {
        font-size: 16px;
        top: -1px;
    }
    .order-confirm {
        padding: 20px 30px;
    }
    .thank-title {
        font-size: 40px;
    }
    .order-confirm-title .text {
        display: inline;
        font-size: 20px;
    }
    .action_page .action_pic:before {
        padding-top: 45%;
    }
    #bx-soa-total {
        padding-left: 15px;
    }
    .social {
        justify-content: center;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .description_image .embed-responsive {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .description .title {
        text-align: center;
        margin-top: 25px;
    }
    .compare_slider .product_item_catalog {
        padding-left: 0;
        padding-right: 0;
    }
    .compare_slider .product_item .catalog_item-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .product_card.default .calc_label {
        font-size: 13px;
    }
    .product_card .product_recom .product_item .catalog_prop {
        display: block;
    }
    .product_header {
        margin-bottom: 15px;
    }
    .product_card .calc_box.calc_box-bd {
        margin: 20px 0;
    }
    .about_links ul li a.nav-link, .about_links ul li a.nav-link.active, .about_tabs .tab_box {
        font-size: 14px;
    }
    .nav-tabs .nav-item, .recom_links ul li, .about_links ul li, .tab_nav ul li {
        margin: 0 10px;
    }
    .product_item_box .slider .owl-carousel .owl-stage-outer {
        padding-bottom: 50px;
    }
    .btns_wrp {
        //background-color: #252525;
        margin-top: -1px;
			 position: absolute;
			 right: -32px;
			 bottom: 23px;
    }
    .product_item .catalog_item-wrapper {
        padding-bottom: 0;
    }
    .product_item .catalog_btns .mask_box {
        padding-top: 0;
    }
    .product_item .catalog_btns {
        //border-top: 1px solid #dbdbdb;
        margin-top: 15px;
    }
    .product_item .catalog_btns .favour-col {
        border-right: 1px solid #dbdbdb;
    }
    .product_item .catalog_btns .btn_cart:before {
        display: block;
        top: 15px;
        left: 24px;
    }
    .product_item .catalog_btns .btn_cart {
        font-size: 0;
        background: none;
        border: 0;
        margin: 0;
        min-width: auto;
        padding: 0;
        width: 87px;
        height: 89px;
        position: absolute;
        right: 13px;
        top: -13px;
        border-radius: 100%;
    }

		.product_item .catalog_btns .btn_cart:hover {
			background: #888;
    }

		.product_item .catalog_btns .btn_cart::before:hover {
			background-image: url(/upload/medialibrary/7c6/7c6ed72eb2d8e66243aa42b80fde7d8c.png);
    }

    .slider .product_item .price_box .price_pack {
        font-size: 12px;
    }
    .slider .product_item .price_box .price, .slider_compare .product_item .price_box .price {
        font-size: 15px;
    }
    .price_box .price_one {
        margin-right: 5px;
    }
    .container_wrp {
        padding: 0;
        max-width: 768px;
    }
    .header .container_wrp {
        max-width: 100%;
    }
    .category-list .category-item, .category .category-list .category-item:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .category-list .category-item .img-box, .category-list .category-item:nth-child(1) .img-box, .category-list .category-item:nth-child(2) .img-box, .category .category-list .category-item:nth-child(2) .img-box {
        padding-top: 50%;
    }

    .catalog_btns .compare-icon i {
        width: 5px;
        margin-right: 2px;
        display: inline-block;
        border: 1px solid #656565;
        transition: .2s ease-in-out;
    }
    .catalog_btns .compare-icon i:nth-child(1) {
        height: 15px;
    }
    .catalog_btns .compare-icon i:nth-child(2) {
        height: 20px;
    }
    .catalog_btns .compare-icon i:nth-child(3) {
        height: 18px;
    }
    .product_item .catalog_btns a .text, .product-item-compare .text {
        display: none !important;
    }
    .product_item .catalog_btns a .icon, .product-item-compare .icon {
        font-size: 20px;
        width: 25px;
        height: 22px;
        line-height: 22px;
        margin-right: 0;
    }

    .footer .logo_box{
        width: 100%;
    }
    .footer .bot_menu-box,.footer .info_box{
        width: 45%;
    }
    .footer .info_box{
        margin-left: 4%;
    }
}

@media (max-width: 800px) {
    .container_wrp {
        padding: 0 10px;
    }
}

@media all and (max-width: 767.98px){
    .order-confirm-pay-file {
        overflow: auto;
    }
    .social.row {
        justify-content: center;
    }
    .sale-order-list-btn .btn, .sale-order-list-button-container .btn {
        width: 100%;
    }
    .ordercart_table .ordercart_goods .cart_del {
        top: 15px;
        right: 0;
        position: absolute;
    }
    .ordercart_table .ordercart_goods {
        padding-right: 15px;
    }
    .product_item_box .recom_tabs_box .slider .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }
    .product_card .product_recom .tab-content > .tab-pane .title {
        display: block;
        font-size: 20px;
        padding: 10px 70px 10px 0;
        position: relative;
        font-weight: bold;
    }
    .product_card .product_recom .slider {
         padding-top: 0;
    }
    .product_card .product_recom .recom_tab {
        position: relative;
        opacity: 1;
        z-index: 0;
    }
    .product_card .recom_links {
        display: none;
    }
    .product_item_box .recom_tabs .slider .owl-nav {
        top: -40px;
    }
    .product_header {
        margin-bottom: 0;
    }
    .about_links {
        display: none;
    }
    .tab-content > .about_tab {
        position: relative;
        opacity: 1;
        z-index: 150;
        min-height: 0;
        height: auto;
    }
    .brands_box .brands_item a {
        justify-content: center;
        text-align: center;
    }
    .brands_box .brands_item span {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .product_card .main_options .opt_row {
        margin-left: 0  ;
        margin-right: 0;
    }
    .product_card .big_slider .owl-carousel .slider_item {
        padding-top: 0;
        height: 350px;
    }
    .gallery {
        border: 1px solid #f0f0f0;
    }
    .bx_item_detail .bx_item_slider .bx_slide ul {
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .product_card .big_properties .main_options {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 25px;
    }
    .product_card .big_slider .owl-carousel .owl-dots {
        bottom: 10px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
    }
    .category-list .category-item .img-box, .category-list .category-item:nth-child(1) .img-box, .category-list .category-item:nth-child(2) .img-box, .category .category-list .category-item:nth-child(2) .img-box {
        padding-top: 65%;
    }

    .compare_page .product_item .catalog_cart .add_cart {
        margin-left: 0;
    }

    .advantage .advantage_box {
        padding: 20px;
    }

    .advantage .advantage_item {
        vertical-align: top;
    }

    .advantage .advantage_item .icon {
        margin-bottom: 10px;
    }

    .advantage .advantage_item .text_box {
        width: 100%;
    }

    .advantage .flex_box {
        display: block;
        text-align: center;
    }

    .contacts_page .advantage .flex_item {
        padding: 15px;
    }

    .product_card.laminate .about_tab .prop_list, .product_card.door .about_tab .prop_list {
        height: auto;
    }

    .product_card.laminate .about_tab .prop_list .prop, .product_card.door .about_tab .prop_list .prop {
        max-width: 100%;
    }

    .product_card .option_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_card .option_box .option {
        width: 100%;
        margin: 5px 0;
    }

    .product_card .calc_box {
        margin: 0px 0 15px 0;
    }
    .table_wrap table {
        border: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    .table_wrap table .t_head, .table_wrap table .r_head {
        display: none;
    }

    .table_wrap table tr {
        display: block;
        border-bottom: none;
    }

    .table_wrap table td {
        padding: 10px;
        display: block;
        width: 100%;
        font-size: 13px;
        border-bottom: 1px dotted #eee;
        border-right: 1px solid transparent;
    }

    .table_wrap table td:last-child {
        border-bottom: 0;
    }

    .table_wrap table td:after {
        content: '';
        display: table;
        clear: both;
    }

    .table_wrap table td:before {
        content: attr(data-label);
        display: inline-block;
        vertical-align: top;
        float: left;
        text-align: left;
        width: 50%;
        padding-right: 10px;
        border-right: 1px solid #dbdbdb;
    }

    .table_wrap table td.type_name {
        font-weight: bold;
        background-color: #dbdbdb;
    }

    .table_wrap table td.type_name:before {
        display: none;
    }

    .table_wrap table td span {
        display: inline-block;
        padding-left: 10px;
        width: 50%;
        margin-left: -.25em;
        position: relative;
        text-align: right;
    }

    .table_wrap table td span:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        left: 1px;
        border-left: 1px solid #dbdbdb;
    }

    .table_wrap table td span.line_table {
        left: auto;
        right: 10px;
    }

    .table_wrap table.service td.type_name {
        font-weight: normal;
    }
    .ordercart_table .goods_name{
        padding-left: 0;
    }
    .order_done .title_done {
        font-size: 32px;
    }

    .colors_variant .more_colors .title {
        font-size: 18px;
    }

    .description .title {
        font-size: 20px;
    }

    .main_page_recom.product_recom .title_big,.title_big {
        font-size: 24px;
    }

    .footer .title_big {
        font-size: 14px;
    }

    .footer .flex_item {
        width: 100% !important;
        margin: 15px 0;
    }

    .footer .logo_box {
        margin: 0;
    }

    .footer .pays_box .pay_item img {
        max-height: 25px;
    }

    .footer .bot_menu-box .bot_menu {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .footer .bot_menu-box .yamarket {
        width: 49%;
        vertical-align: top;
        text-align: right;
        margin-top: 0;
    }

    .footer .info_box .phone {
        width: 44%;
        display: inline-block;
        vertical-align: top;
    }

    .footer .info_box .timejob, .footer .info_box .address {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .footer .info_box .address {
        text-align: right;
    }

    .footer .info_box .flex_box {
        width: 55%;
        display: inline-block;
        vertical-align: top;
    }

    .personal_menu ul li.personal_menu-item {
        width: 50%;
    }

    .personal_menu ul li.personal_menu-item:nth-child(1) {
        border-bottom: 1px solid #dbdbdb;
    }

    .personal_menu ul li.personal_menu-item:nth-child(2) {
        border: 1px solid #dbdbdb;
        border-width: 0 0 1px 0;
    }

    .personal_menu a.personal_menu-link {
        padding: 13px 0;
    }

    .order .ordercart_list-goods {
        padding: 0;
    }

    .order .order_info-form-group .order_info-section-more {
        margin: 25px;
        margin-top: 10px;
    }

    .order .order_info-section-more {
        margin: 25px;
    }

    .order .order_info-delivery .form_widget-content, .order .order_info-paysystem .form_widget-content {
        width: 48%;
    }

    .order .order_info-delivery .form_group-label, .order .order_info-paysystem .form_group-label {
        margin-bottom: 25px;
    }

    .order .order_info-delivery .address_delivery .form_widget-content, .order .order_info-paysystem .address_delivery .form_widget-content {
        width: 31%;
    }

    .order .order_info-delivery .address_delivery .form_widget-content.street, .order .order_info-paysystem .address_delivery .form_widget-content.street {
        width: 100%;
    }

    .order .order_info-delivery .form_widget, .order .order_info-paysystem .form_widget {
        margin-bottom: 0;
    }

    .order .order_info-paysystem .form_group-label {
        height: 145px;
    }
    .personal_cab .payblock {
        width: 100%;
    }

    .personal_cab .payblock .pay_btn-link {
        position: relative;
        margin-top: 25px;
        bottom: auto;
        width: 100%;
    }

    .personal_cab .payblock.payblock_btn-box {
        text-align: right;
    }

    .personal_cab .personal_info-form .form_widget {
        margin-bottom: 0;
    }

    .personal_cab .personal_info-form .form_widget-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .order .order_info-form-group .form_widget-content.prop_4 {
        width: 100%;}

    .order .order_info-form-group .form_widget-content.prop_5, .order .order_info-form-group .form_widget-content.prop_6, .order .order_info-form-group .form_widget-content.prop_7 {
        width: 32%;}

    .personal_cab .personal_info-form .form_widget-content.form_widget-phone:before {
        width: 53px;
        height: 51px;
        line-height: 51px;
    }

    .personal_cab .personal_info-form .form_widget-label {
        margin-bottom: 5px;
    }

    .personal_cab .personal_profile-table .col_move, .personal_cab .personal_profile-table .profile_del {
        text-align: center;
    }

    .personal_cab .personal_profile-table .profile_del {
        margin-top: 10px;
    }

    .personal_cab .personal_profile-table .col_move-in {
        width: 100%;
        text-align: center;
    }

    .personal_cab .goods_img {
        width: 90px;
    }

    .personal_cab .info_orders-header-table {
        display: none;
    }

    .personal_cab .order_item-header-table {
        width: 100%;
        display: block;
    }

    .personal_cab .item_header-tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personal_cab .item_header-td {
        padding: 20px 15px 10px;
        width: 33.3% !important;
    }

    .personal_cab .item_header-td.col_status {
        text-align: right;
    }

    .personal_cab .item_header-td.col_totalprice {
        width: auto !important;
        padding: 0 15px 20px;
    }

    .personal_cab .item_header-td.col_totalprice .item_goods-td-content {
        font-weight: bold;
    }

    .personal_cab .item_header-td.more_info {
        width: auto !important;
        padding: 0 15px 20px;
        text-align: right;
    }

    .personal_cab .item_header-td.more_info a {
        color: #252525;
    }

    .personal_cab .col_totalprice .item_goods-td-title, .personal_cab .col_totalprice .item_goods-td-content {
        display: inline-block;
        background-color: transparent;
    }

    .catalog_wrp {
        padding: 110px 0 50px;
    }

    .advantage .advantage_box {
        width: 95%;
        bottom: -72px;
    }

    .advantage .advantage_item .icon {
        width: 60px;
        height: 60px;
        background-size: 50px;
    }

    .user_form .user_form_wrp {
        padding: 50px;
        width: 100%;
        margin-left: -5px;
    }
    .user_form .modal-dialog.user_form_wrp{
        margin: 0;
        padding: 0;
    }
    .user_form .user_form_wrp .modal-content {
        padding: 20px;
    }
    .user_form .user_form_wrp .title {
        font-size: 16px;
    }

    .user_form .form_widget-label, .user_form .form_widget-input {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .user_form .form_widget-label span, .user_form .form_widget-input {
        font-size: 14px;
    }

    .category_item {
        margin-bottom: 15px;
    }

    .category_item .category_pic {
        padding: 30px;
    }

    .category_item .category_pic .image_wrp {

        width: 170px;
        height: 170px;
        line-height: 170px;
        margin: auto;
    }

    .category_item .mask .text_box {
        font-size: 24px;
    }

    .category_item .category_name {
        font-size: 14px;
        padding: 15px;
        background-color: #252525;
        color: #fff;
    }

    .category_item .category_name .fa {
        right: 15px;
        top: 14px;
        font-size: 22px;
    }

    .action_page {
        margin-bottom: 35px;
    }

    .action_slider .carousel-button-default {
        display: none;
    }

    .action_slider .product_item {
        margin-bottom: 2px;
    }

    .action_page .action_text .action_title h2 {
        font-size: 20px;
    }

    .action_page .action_count {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .action_page .action_count .count {
        float: none;
        vertical-align: middle;
        margin-right: 10px;
    }

    .action_page .action_count span {
        width: auto;
        float: none;
        vertical-align: middle;
    }

    .action_page .action_count .date_end {
        margin-bottom: 0;
    }

    .action_page .action_count .count_items .count {
        min-width: auto;
    }

    .fancybox-custom-layout .fancybox-button {
        background: rgba(30, 30, 30, 0.6);
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button {
        width: 40px;
        height: 40px;
        padding: 9px;
        font-size: 22px;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
        right: 0;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
        left: 0;
    }

    .title_big, .favorite .title_big {
        margin-bottom: 15px;
    }

    .flex_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about_page .about_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .about_page .flex_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .about_page .about_text, .about_page .about_img {
        width: 100%;
    }

    .about_page .about_text {
        padding: 0 !important;
    }

    .about_page .certificate {
        padding: 30px 0;
    }

    .about_page .certificate .about_img {
        height: 300px;
        margin: 50px 0;
    }

    .about_page .certificate .about_img .about_img_box {
        right: 0;
        margin: auto;
    }

    .contacts_page .sub_title {
        font-size: 16px;
    }

    .contacts_page .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contacts_page .contacts .contact_block {
        width: 100%;
        padding: 0;
    }

    .contacts_page .contacts .contact_map {
        width: 90%;
        margin: 0 auto 20px;
    }

    .contacts_page .advantage {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts_page .advantage .flex_item {
        width: 33.3%;
        padding: 15px 35px;
    }

    .contacts_page .slider_box {
        padding-bottom: 50px;
    }

    .contacts_page .slider_center .carousel-button-default {
        display: none;
    }

    table.service {
        margin-top: 20px;
    }

    ul.dots_list li {
        padding-left: 15px;
    }

    ul.line_list li {
        padding-left: 30px;
    }

    ul.line_list li:before {
        width: 20px;
        height: 2px;
    }

    main {
        margin: 0;
    }

    .label_class {
        background-color: rgba(236, 236, 236, .87);
    }
    .breadcrumbs ul li.breadcrumbs_item {
        padding-left: 12px;
        font-size: 11px;
    }

    .breadcrumbs ul li.breadcrumbs_item:before {
        left: 2px;
        top: 1px;
    }

    .product_card .product_about {
        margin-top: 0;
        margin-bottom: 0;
    }
    .product_card .product_recom .title h2 {
        margin-bottom: 15px;
        padding-right: 0;
    }
    .about_links ul {
        display: none;
    }
    .product_card .about_tabs {
        margin: 20px 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .product_card p {
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .about_tabs .tab_box, .about_tabs .properties {
        padding: 10px;
        line-height: 1.5;
    }
    .tab-content > .tab-pane.about_tab {
        display: block;
        min-height: 100%;
        padding: 5px 15px;
        //border: 1px solid #f0f0f0;
        background-color: #fff;
        //box-shadow: 0 2px 2px rgba(0,0,0,.05);
        margin-bottom: 15px;
    }
    .bx_item_detail {
        margin-bottom: 0;
    }
    .tab-content > .tab-pane.about_tab .title {
        font-weight: bold;
        font-size: 18px;
        padding: 10px 0;
    }
    .about_tab .title .fa {
        font-size: 22px;
        margin-left: 10px;
        vertical-align: middle;
    }

    .product_card .about_tab .file_list .file_item {
        max-width: 50%;
    }

    .product_card .big_slider .owl-carousel {
        padding: 0;
    }

    .product_card .big_slider .owl-nav button {
        display: none;
    }

    .product_card .big_slider .labels {
        right: 0;
    }

    .delivery_page .conditions {
        margin: 20px 0;
    }

    .delivery_page .delivery_wrp .sub_title {
        padding: 10px 35px 10px 0;
    }

    .delivery_page .delivery_wrp .sub_title .fa {
        right: 10px;
        font-size: 22px;
        height: 22px;
    }
    .slider .carousel-button-default {
        display: inline-block;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        margin-top: 15px;
        text-align: center;
    }

    .main_banner .title_big {
        font-size: 30px;
    }

    .catalog_wrp .dot_link_orng {
        font-size: 14px;
    }
    .catalog_box {
        width: 100%;
        margin-top: 25px;
    }

    .filter_box {
        width: 100%;
    }

    .product_col.slider_box {
        width: 100%;
        max-width: 600px;
        margin: auto;
        float: none;
    }

    .product_col.param_box {
        width: 100%;
        margin-top: 35px;
    }

    .product_card .product_title h1 {
        font-size: 22px;
    }

    .product_card .calc_box .percent_icon {
        width: 48px;
        height: 48px;
        right: -15px;
        top: -15px;
        padding: 0 0 12px 12px;
    }

    table td {
        min-width: auto;
    }

    .tab-content > .tab-pane .open_in, .about_tab .open_in, .recom_tab .open_in {
        border-bottom: 1px solid #252525;
    }

    .tab-content > .tab-pane .open_in .title, .about_tab .open_in .title, .recom_tab .open_in .title {
        font-weight: bold;
        border-color: #252525;
    }

    .tab-content > .tab-pane .open_in .title .fa, .about_tab .open_in .title .fa, .recom_tab .open_in .title .fa {
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

    .main_banner .title_big {
        font-size: 43px;
    }

    .main_banner .main_banner-pic {
        height: 420px;
    }

    .main_banner .banner_text-box {
        height: 200px;
    }

    .quick_filter-box {
        padding: 50px 0;
    }

    .quick_filter-box .title_big {
        margin-bottom: 30px;
    }

    .quick_filter-box .filter_parameters {
        width: 100%;
    }

    .quick_filter-box .filter_parameters_box_btn {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .quick_filter-box .filter_parameters_box {
        width: 50%;
        margin-bottom: 25px;
    }

    .catalog_wrp .dot_link_orng {
        font-size: 16px;
    }

    .delivery_page .table_wrap {
        width: 100%;
    }

    .delivery_page .map_wrap {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .action_slider .title_big{
        font-size: 24px;
    }
    .action_slider .slider .carousel-button-default{
        display: none;
    }
    .action_page,.stock_slider-container{
        margin-bottom: 0;
    }
    .footer .bot_menu-box,.footer .info_box{
        width: 100%;
        margin-left: 0;
    }
    .footer .info_box{
        margin-top: 15px;
    }
    .main_page_recom.product_recom .title_big{
        margin-bottom: 10px;
    }
    .ordercart_table .ordercart_td-pieces .item_goods-td-title{
        text-align: left;
        align-self: unset;
    }
    .personal_cab .item_goods-td-content{
        padding-left: 0;
    }
    .basket-items-list-item-price-for-one {
        margin-bottom: 10px;
    }
    .personal_cab .goods_name{
        margin-bottom: 10px;
    }
    .recom_tab .hidden_list{
        position: relative;
    }
    .product_item .product_item-wrp{
        width: 100% ;
    }
    .catalog_cart.clearfix {
        position: absolute;
        width: calc( 100% - 250px );
        bottom: 15px;
        margin-left: 215px;
    }
    .product_item{
        background: transparent;
    }

    .action_page .action_count .date_end {
        margin: 10px 0;
    }
}

@media all and (max-width: 575.98px){
    .bx-soa-section {
        padding: 15px;
    }
    .header .compare_top:hover .bx_catalog_compare_list {
        right: -60px;
    }
    .product_card .product_recom .tab-content > .tab-pane .title {
        font-size: 18px;
    }
    .popup-window.popup-window-with-titlebar {
        padding: 35px;
    }
    .popup-window-close-icon {
        top: 5px !important;
        right: 5px !important;
    }
    .popup-window-buttons .product_row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .popup-window-buttons .btn_orng {
        display: inline-block;
        width: 200px;
        margin-right: 0 !important;
        border-radius: 4px;
    }
    .popup-window-buttons .product_row:first-child .btn_orng {
        margin-bottom: 15px;
    }
    .about_tabs .tab_box, .about_tabs .properties {
        padding: 5px 5px 10px;
    }
    .product_card .big_price_box {
        display: flex;
        align-items: baseline;
    }
    .product_card_fast .big_price_box {
        display: block;
        margin-top: 15px;
    }
    .product_card .big_price_box .price {
        margin-right: 15px;
    }
    .product_card .big_properties .main_options {
        padding: 20px;
    }
    .catalog-products-viewed .product_item .catalog_prop {
        display: block;
    }
    .modal-dialog {
        margin: 1.75rem auto;
    }
    .category-list .category-item, .category .category-list .category-item:nth-child(2), .category-list .category-item:nth-child(1), .category-list .category-item:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_page_recom.product_recom .recom_tab {
        position: relative;
        opacity: 1;
        z-index: 0;
    }
    .slider .owl-carousel .owl-stage-outer, .recom_tabs_box .slider .owl-carousel .owl-stage-outer {
        padding-bottom: 10px;
    }
    .nav-tabs, .recom_links ul {
        display: none;
    }

    .tab-content > .tab-pane, .recom_tab {
        display: block;
        padding: 0;
        min-height: 100%;
    }

    .tab-content > .tab-pane .title, .recom_tab .title, .slider_box .title h2 {
        display: block;
        font-size: 20px;
        padding: 10px 70px 15px 0;
        position: relative;
        font-weight: bold;
    }
    .slider {
        padding-top: 0;
    }
    .slider .owl-nav {
				left: 0;
        top: 460px;
    }
    .not_found .title_bigger {
        font-size: 120px;
    }

    .header .logo_box {
        max-width: 100px;
        padding: 10px 0;
        left: 70px;
        right: auto;
        text-align: left;
    }

    .header .logo_box .logo_link p {
        font-size: 12px !important;
    }

    .order .btn_more-link {
        width: 100%;
    }

    .order .order_info-goods .order_info-section-wrp {
        border-top: none;
    }

    .order .ordercart_table {
        display: block;
    }

    .order .ordercart_table .ordercart_goods {
        display: block;
        border-top: 1px solid #b9b9b9;
        padding: 15px;
    }

    .order .ordercart_table .ordercart_goods .ordercart_td {
        border-bottom: none;
    }

    .order .ordercart_table .ordercart_goods .ordercart_td-img {
        padding-top: 15px;
        width: 100%;
    }

    .order .ordercart_table .ordercart_goods:first-child .ordercart_td-img {
        border-top: none;
    }

    .order .ordercart_table .item_goods-td-title {
        display: block;
    }

    .order .ordercart_table .goods_counter span {
        display: inline-block;
    }

    .order .order_info-delivery .order_info-section-more, .order .order_info-paysystem .order_info-section-more {
        margin-top: 5px;
    }

    .order .order_info-delivery .form_widget-content, .order .order_info-paysystem .form_widget-content {
        width: 100%;
    }

    .order .order_info-delivery .form_widget-content label, .order .order_info-paysystem .form_widget-content label {
        height: auto;
        margin-bottom: 15px;
    }

    .order .order_info-paysystem .form_group-label {
        height: 160px;
    }

    .order .order_info-cart-total-btn .btn_order-save {
        width: 100%;
    }

    .empty_cart {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        position: relative;
        top: auto;
    }

    .personal_cab .personal_info-form {
        margin-bottom: 25px;
    }

    .personal_cab .personal_info-form .jq-selectbox__select {
        height: 40px;
        line-height: 40px;
    }
    .personal_cab .personal_info-form .form_widget-input {
        padding: 10px 20px;
    }

    .personal_cab .personal_info-form .form_widget_content-btn {
        margin-top: 20px;
    }

    .personal_cab .personal_info-form .form_widget-btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .personal_cab .personal_info-form .form_widget-content.form_widget-phone:before {
        width: 42px;
        height: 40px;
        line-height: 40px;
    }

    .personal_cab .personal_info-title .title {
        width: 100%;
    }

    .personal_cab .personal_info-title .edit_profile {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .personal_cab .personal_profile-table {
        text-align: center;
    }

    .personal_cab .personal_profile-table .col_code, .personal_cab .personal_profile-table .profile_table-header {
        display: none;
    }

    .personal_cab .personal_profile-table .profile_item {
        margin-bottom: 15px;
        border: 1px solid #979797;
    }

    .personal_cab .personal_profile-table .item_body {
        padding: 15px;
        width: 100% !important;
        border-bottom: 1px solid #979797;
    }

    .personal_cab .personal_profile-table .item_body:before {
        content: attr(data-label);
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #dbdbdb;
        font-weight: bold;
    }

    .personal_cab .personal_profile-table .item_body:last-child {
        border: 0;
    }

    .personal_cab .personal_profile-table .col_move:before {
        display: none;
    }

    .personal_cab .personal_profile-table .col_move-in {
        width: 48%;
    }

    .personal_cab .personal_profile-table .profile_del {
        margin-top: 0;
    }

    .personal_cab .edit_form .form_content {
        margin-bottom: 30px;
    }

    .personal_cab .item_goods-table, .personal_cab .item_goods-tr {
        display: block;
    }

    .personal_cab .order_item-goods {
        padding: 0;
    }
    .ordercart_table .ordercart_td-pieces {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ordercart_td-totalsum-row {
        align-items: flex-end;
    }
    .basket-items-list-item-price-for-one {
        margin-bottom: 0;
    }
    .personal_cab .item_goods-td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100% !important;
        position: relative;
        border: 0;
        padding: 5px 0 10px;
    }

    .personal_cab .item_goods-td:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        border-bottom: 1px dotted #aaa;
        top: 20px;
        z-index: 0;
    }

    .personal_cab .item_goods-td.col_img {
        display: block;
        border-top: 1px dashed #b0b0b0;
        font-size: 14px;
        padding-top: 20px;
    }

    .personal_cab .item_goods-td.col_img:after {
        display: none;
    }

    .personal_cab .item_goods-td.col_img .item_goods-td-title, .personal_cab .item_goods-td.col_img .item_goods-td-content {
        vertical-align: top;
    }

    .personal_cab .item_goods-td.col_price {
        padding-left: 0;
        text-align: left;
        line-height: 1.3;
    }

    .personal_cab .item_goods-td.col_totalsum {
        text-align: right;
        padding-bottom: 20px;
    }

    .personal_cab .item_goods-td .price_old {
        font-size: 10px;
    }

    .personal_cab .item_goods-td .price_old:before {
        top: 7px;
    }

    .personal_cab .item_header-td {
        padding: 20px 15px 10px;
        width: 100% !important;
        text-align: left !important;
        padding-top: 0;
    }

    .personal_cab .item_header-td.col_id {
        padding-top: 20px;
    }
    .compare_page {
        margin-bottom: 50px;
    }

    .compare_page .product_item .catalog_cart {
        margin-top: 0;
    }
    .slider_compare .product_item .catalog_cart {
        position: relative;
        top: auto;
        padding-right: 0;
        width: 100%;
    }

    .quick_filter-box {
        padding: 30px 0;
    }

    .quick_filter-box .filter_parameters_box {
        width: 100%;
    }

    .catalog_wrp {
        padding: 30px 0;
    }

    .main_banner .main_banner-pic {
        height: 320px;
    }

    .advantage .advantage_box {
        padding: 20px 0;
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        bottom: auto;
        margin-top: 20px;
    }

    .user_form .user_form_wrp.more_colors {
        padding: 35px;
    }

    .user_form .user_form_wrp.more_colors .color_item {
        width: 70px;
        height: 70px;
    }

    .category .category_item, .category .category_item:nth-child(3n-2) {
        width: 48% !important;
        margin-left: 3.5% !important;
    }

    .category .category_item:nth-child(2n-1), .category .category_item:nth-child(3n-2):nth-child(2n-1) {
        margin-left: 0 !important;
    }

    .action_page .action_pic {
        text-align: center;
    }

    .action_page .action_text {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        object-fit: cover;
    }
    .action_page .action_text{
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .action_page .action_text .row{
        flex-direction: column;
        align-items: center;
    }
    .action_page .action_text .row .col-8,.action_page .action_text .row .col-4{
        width: 100% !important;
        max-width: 100% !important;
    }
    .action_page .action_count{
        text-align: center;
    }
    .action_page .action_pic:before {
        padding-top: 60%;
    }
    .action_tab {
        margin: 25px 0;
    }
    .action_page .tab_nav {
        display: none;
    }
    .action_page .title_big {
        margin-bottom: 15px;
    }

    .action_page .action_count {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .action_page .action_count .date_end {
        width: 100%;
    }
    .action_page .action_text .detail_link {
        margin-top: 20px;
    }

    .about_page .about_img {
        padding: 0;
    }

    .about_page .about_img .about_img_box {
        height: 250px;
    }

    .about_page .certificate .about_img {
        height: 250px;
    }

    .about_page .certificate .about_img .about_img_box {
        width: 75%;
    }

    .contacts_page .contact_text {
        margin-bottom: 20px;
    }

    .contacts_page .slider_box {
        padding-top: 30px;
    }

    .contacts_page .advantage .flex_item {
        width: 50%;
    }

    .product_card .option_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_card .product_title {
        position: relative;
    }
    .product_card .product_title h1 {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .product_card .product_title .prop_article {
        padding-right: 60px;
    }
    .product_card .title_icons {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 15px;
        z-index: 10;
    }
    .jq-number__squared, .jq-number__packs, .basket-item-amount-field-description {
        font-weight: bold;
        font-size: 12px;
        bottom: -20px;
    }
    .product_card .price_box .price {
        font-size: 26px;
    }
    .product_card .price_box .price .fa {
        font-size: 23px;
    }

    .product_card_fast .product_card .price_box.sum .price_sum .price {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .product_card_fast .calc_label, .product_card .calc_label {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .product_card .calc_label.area_floor {
        margin-top: 0;
    }
    .product_card_fast .calculator .calc_item.type, .product_card .calculator .calc_item.type {
        margin-top: 15px;
    }
    .product_card_fast .product_card .product_title h1 {
        font-size: 12px;
        font-weight: bold;
    }

    .product_card .discount_box {
        padding-left: 24px;
    }

    .product_card .discount_box:before {
        left: 0;
    }

    .product_card .price_box .all_sum {
        margin-bottom: 15px;
    }
    .product_card .price_box.sum .price_sum .price {
        margin-right: 15px;
        display: inline-block;
    }

    .product_card.laminate .calc_box, .product_card.accessory .calc_box {
        width: 100%;
    }

    .product_card .btn_to_buy, .product_card .btn_one_click {
        width: 100%;
        padding: 0;
        float: none;
    }

    .product_card .about_tab .prop_list {
        height: auto;
    }

    .product_card .about_tab .prop_list .prop {
        max-width: 100%;
    }

    .product_card .about_tab .file_list .file_item {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .product_card .about_tab .file_list .file_img img {
        max-height: 45px;
    }
    .catalog_cart.clearfix {
        width: calc( 100% - 20px );
        position: absolute;
        bottom: 0px;
        margin-top: 46px;
        margin-left: 0px;
    }
    .favorite .product_item_catalog {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .carousel_button_cont, .carousel_button_cont_index{
        right: unset;
        top: 155px;
    }
    .popup-window.popup-window-with-titlebar{
        width: 100%;
    }
    .bx-soa-section-title {
        font-size: 16px;
    }
    .bx-soa-section.bx-selected .bx-soa-section-title {
        font-size: 20px;
    }
    .product_card.laminate .calculator .calc_item.type,
    .product_card.laminate .calculator .calc_item.pack{
        max-width: 100%;
    }
    .slider_compare .product_item .product_item-wrp {
        height: 100%;
    }
    .product_card.default .calculator .calc_item.pack{
        padding-top: 0;
    }
    .bx_item_detail .item_info_section{
        margin-left: 0;
    }
    .popup-window-titlebar-text,
    .popup-window-titlebar div{
        font-size: 17px;
        white-space: normal !important;
    }
    .popup-window-with-titlebar .popup-window-content p{
        font-size: 14px;
        line-height: 1.7;
    }
    .basket-item-block-price{
        padding-right: 0;
    }
    .soa-property-container input{
        padding: 10px 15px;
    }
    .order_info-paysystem .bx-soa-pp-desc-container .bx-soa-pp-company,
    .order_info-delivery .bx-soa-pp-desc-container .bx-soa-pp-company{
        height: 200px;
    }
    .order_info-section-more .bx-soa-more-btn.btn_more a{
        margin-top: 10px;
    }
    .order strong,
    .bx-soa-section .bx-soa-section-title-count::after{
        font-size: 12px;
    }
    .order .order_info-form-group .bx-soa-customer-comments,
    .order .order_info-goods .order_info-section-wrp{
        padding: 0px;
    }
    .order .order_info-section-title{
        font-size: 15px;
    }
    .bx-soa-cart-total-button-container.visible-xs .btn-order-save{
        min-width: 100%;
    }
    .order_info .bx-soa-item-block .goods_img{
        width: 48px;
        padding-bottom: 10px;
        padding-right: 10px;
    }
    .bx-soa-cart-total.bx-soa-cart-total-fixed{
        padding-top: 25px;
    }
    .order .ordercart_table{
        padding: 0px;
    }
    .order .ordercart_table .ordercart_goods{
        border-top: 1px dotted #e5e5e5;
        padding-top: 15px;
    }
    .order_info-goods.bx-selected .bx-soa-item-td.ordercart_td{
        padding: 5px 0 10px;
    }
    .order .order_info-goods .order_info-section-wrp{
        border-top: 1px solid #979797;;
    }
    .order .ordercart_table .ordercart_goods .ordercart_td-img{
        padding-top: 0;
    }
    .ordercart_table .bx-soa-info-text{
        padding: 4px 0px;
    }
    .bx-soa-section .order .ordercart_table{
        padding: 15px;
    }
    .bx-soa-section.bx-active.bx-selected .order .ordercart_table{
        padding: 0;
    }
    .bx-soa-section.bx-active.bx-selected .order_info-section-wrp{
        padding: 15px 15px 15px;
    }
    .bx-soa-section.bx-active.bx-selected .ordercart_goods{
        padding: 0;
        padding-top: 15px;
    }
    .product_item .catalog_name{
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 0;
        height: 48px;
        line-height: 1.3;
    }
    .slider_compare .product_item .catalog_name {
        font-size: 12px;
        font-weight: normal;
    }

    .product_item {
        font-size: 12px;
    }

    .product_item .catalog_pic {
        //float: left;

        width: 230px;
        height: 230px;
        padding-top: 0;
        position: static;
    }
    .product_item .catalog_pic .catalog_pic-abs {
        position: relative;
        padding-right: 10px;
        height: 100%;
    }
    .product_item .catalog_pic .labels {
        top: 5px;
        left: -7px;
        font-size: 7px;
    }

    .product_item .catalog_pic .labels .label_item {
        width: 65px;
        height: 20px;
        padding: 0;
    }

    .product_item .catalog_pic .labels .label_item.right {
        width: 70px;
        position: relative;
        right: initial;
    }

    .product_item .catalog_cart {
        position: static;
        //top: 60px;
        //right: 0;
        //padding-right: 10px;
        //width: 55%;
    }
    .bx-touch .product-item-info-container.product-item-hidden {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product_item .catalog_prop {
        //margin-top: 70px;
        height: auto;
    }
    .bx-touch .product-item-info-container.product-item-hidden {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product_item .catalog_item-wrapper {
        padding: 10px 20px;
    }
    .label_brand, .label_class {
        display: none;
    }
    .product_card_fast .calculator, .product_card.laminate .calculator {
        width: 100%;
        margin: auto;
        max-width: 270px;
    }
    .title_colors, .product_card.default .calc_label {
        font-size: 14px;
    }
    .title_colors {
        margin-bottom: 10px;
    }
    .calc_item.sizes {
        margin-top: 15px;
    }
    .product_col .param_box {
        padding: 15px 20px 20px;
    }
}

@media screen and (max-width: 480px) {
    .product_card .main_options .opt {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .bot_menu-box .bot_menu ul {
        height: auto;
    }

    .footer .bot_menu-box .bot_menu ul li {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .footer .info_box .phone, .footer .info_box .flex_box {
        width: 100%;
    }

    .footer .pays_box .pay_item img {
        max-height: 20px;
    }

    .footer .logo_box a.logo_link img {
        max-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .bx-soa-item-img-block {
        max-width: 100px;
    }
    .basket-items-list-item-descriptions-inner {
        //flex-wrap: wrap;
    }
    .ordercart_table .ordercart_goods .goods_name {
        width: 100%;
        /*margin-top: 10px;*/
				margin-left: 10px;
        padding-left: 0;
    }

    .ordercart_table .ordercart_goods .goods_img {
        margin: auto;
        display: block;
    }
    .compare_page .product_item {
        margin: 0;
    }
    .slider_compare .product_item .catalog_name {
        height: 45px;
    }

    .compare_page .product_item .catalog_cart .price_box {
        float: none;
    }

    .compare_page .product_item .catalog_cart .add_cart {
        float: none;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .order_info-container {
        margin-bottom: -35px;
    }
    .order .order_info-section-more {
        margin: 0px;
    }

    .order .order_info-delivery .order_info-section-more, .order .order_info-paysystem .order_info-section-more {
        margin-top: 5px;
    }

    .order .order_info-section-wrp {
        margin-bottom: 35px;
    }

    .ordercart_total .ordercart_paysystem .paysystem_item {
        width: 58px;
    }

    .order .order_info-section-wrp {
        padding: 15px;
    }

    .personal_cab .item_goods-td {
        font-size: 14px;
    }

    .personal_cab .item_goods-td.col_img {
        font-size: 12px;
    }

    .catalog_wrp .owl-carousel .owl-nav {
        text-align: left;
    }

    .catalog_wrp .owl-carousel .owl-nav button {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto !important;
        margin: 0 2px;
    }

    .advantage .advantage_item {
        display: block;
        width: 250px;
        margin: 0 auto 25px;
        font-size: 16px;
    }

    .category .category_item, .category .category_item:nth-child(3n-2) {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .category .category_pic {
        padding: 15px;
    }

    .about_page .certificate .about_img {
        height: 150px;
        margin: 20px 0 50px 0;
    }

    .contacts_page .advantage .flex_item {
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .contacts_page .contacts .contact_map {
        width: 100%;
    }

    .product_card.door .calc_box {
        margin-top: 0;
        padding: 15px 30px;
    }

    .product_card.door .calculator .double_select .calc_item_inner {
        width: 100%;
        float: none;
    }

    .product_card.door .calculator .double_select .calc_item_inner.float_l {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    .about_tabs .tab_box {
        font-size: 12px;
    }
    .tab-content > .tab-pane.about_tab .title {
        font-size: 16px;
    }

    .product_card.default .calc_label {
        margin-bottom: 5px;
    }
    .user_form .user_form_wrp {
        padding: 30px;
    }

    .user_form .form_widget-checkbox .description {
        font-size: 12px;
    }

    .header .logo_box a.logo_link img {
        max-height: 25px;
    }

    .footer .pays_box-wrp {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .pays_box-wrp .pay_item {
        width: 49%;
        margin-bottom: 5px;
    }

    .footer .bot_menu-box .bot_menu {
        width: 59%;
    }

    .footer .bot_menu-box .yamarket {
        width: 39%;
    }

    .compare_page .compare_slider {
        padding-top: 10px;
    }

    .compare_page .table_radio-box a {
        font-size: 12px;
    }

    .compare_page .table_radio-box a:before {
        top: 5px;
    }

    .compare_page .table_radio-box a.current:after {
        top: 8px;
    }
    .action_page .action_pic:before {
        padding-top: 100%;
    }
    .sale-order-detail-total-payment-summ {
        width: 100%;
    }
}

/* Paymeny logos */

.payment__wrapper {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.pay_logo {
    height: 25px;
    margin: 0 15px;
}

/* Buttons styles */


.card__btn:hover {
    background: #252525;
    color: #fff;
}

.big_slider .owl-carousel .owl-item {
    /*border-right: 1px solid #f0f0f0;*/
}


/* NEW STYLES */

.mk-header-top-menu {
	display: flex;
	align-items: center;
}

.header .header_top {
	display: block;
}

.header .header_mid {
	display: block;
}

.logo-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

@media(min-width: 600px){
	.logo-wrapper {
		justify-content: center;
	}
}

.call-phone {
	display: none;
}

.menu-toggle-link {
	background-color: none;
}

.header_r-side {
	display: none;
}

.main_banner_slider {
	padding: 20px 0 0 0;
}

.logo_top {
	display: none;
}

.mk-sound-star {
	display: none;
}

@media (min-width: 1025px){
	.header_r-side {
		display: block;
	}

	.call-phone {
		display: flex;
		justify-content: center;
	}

	.logo_top {
		display: block;
	}

	.logo_box {
		display: none;
	}

	.header-top__wrapper {
		padding: 24px 80px;
		display: flex;
		justify-content: space-between;
	}

	.user_btn {
		font-family: 'Gotham Pro';
		font-weight: 200;
	}

	.menu-toggle-svg {
		display: none;
	}

	.catalog-btn {
		font-weight: 200;
    border-radius: 100%;
    padding: 0;
    width: 80px;
    height: 80px;
		background: #000000;
	}

	.main-menu-links {
		height: 80px;
		display: flex;
		align-items: center;
		font-weight: 200 !important;
	}

	.header .header_mid {
		display: flex;
		flex-direction: column;
	}

	.header_bot {
		margin: 0 0 70px 0;
	}

	.text-action-btns {
		display: none !important;
	}

	.header .form_search {
		display: flex;
		align-items: center;
	}

	.change_PHONE {
		font-weight: 200;
	}

	.change_PHONE  span {
		color: #000000;
	}

	.phone__wrapper {
		display: flex;
		text-align: left;
		margin: 0 40px 0 0;
		color: #000000;
	}

	.phone__wrapper svg {
		margin: 0 10px 0 0;
	}

	.form_search form:before {
		display: none;
	}

	.form_search .btn_search {
		opacity: 0.5;
	}

	.logo-block {
		position: relative;
	}

	.logo-block:after {
		content: '';
		display: block;
		position: absolute;
    bottom: -25px;
    right: -64px;
    background: #000000;
    width: 1px;
    height: 30px;
	}

	.header .fixed {
		padding: 10px 0;
		height: 100px;
		left: 0;
	}

	#vertical-multilevel-menu {
		width: 190px !important;
	}

	.root-item-menu {
		left: 190px !important;
	}

	.mk-sound-star {
		width: 100px;
		height: 100px;
		left: 40%;
		top: -32px;
		display: block;
		position: absolute;
		-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
				transform: scale(0.5);
	}

	.mk-sound-star:hover .mk-sound-music {
		opacity: 0;
		left: 0;
		-webkit-transition: .3s ease-in-out .1s;
		-o-transition: .3s ease-in-out .1s;
		transition: .3s ease-in-out .1s;
	}

	.mk-sound-star:hover > .mk-sound-play, .mk-sound-star:hover .mk-sound-pause {
		opacity: 1;
		z-index: 100;
		cursor: pointer;
		-webkit-transition: .3s ease-in-out .1s;
		-o-transition: .3s ease-in-out .1s;
		transition: .3s ease-in-out .1s;
	}

	.mk-sound-star .mk-sound-music {
	  position: absolute;
	  top: 60px;
	  left: 35px;
	  opacity: 1;
	  -webkit-transition: .3s ease-in-out .1s;
	  -o-transition: .3s ease-in-out .1s;
	  transition: .3s ease-in-out .1s;
	  -webkit-transform: rotate(-20deg);
		  -ms-transform: rotate(-20deg);
			  transform: rotate(-20deg);
	}

	.mk-sound-star .mk-sound-play {
	  position: absolute;
	  top: 60px;
	  left: 40px;
	}

	.mk-sound-star .mk-sound-pause {
	  position: absolute;
	  top: 60px;
	  left: 40px;
	}

	.mk-sound-star .mk-sound-play, .mk-sound-star .mk-sound-pause {
	  opacity: 0;
	  -webkit-transition: .3s ease-in-out .1s;
	  -o-transition: .3s ease-in-out .1s;
	  transition: .3s ease-in-out .1s;
	}

	.mk-sound-star .mk-sound-pause {
	  display: none;
	}

	.mk-sound-star .mk-sound-circle {
	  position: absolute;
	  top: -20px;
	  left: -40px;
	  z-index: -1;
	  -webkit-transition: .3s ease-in-out .3s;
	  -o-transition: .3s ease-in-out .3s;
	  transition: .3s ease-in-out .3s;
	}

	.mk-sound-star .mk-sound-circle_active {
	  -webkit-animation: rotation 8s infinite linear;
			  animation: rotation 8s infinite linear;
	}

	.user_form .user_form_wrp .title {
		font-family: 'PlayfairDisplay-Regular';
		font-weight: 200;
	}

	.user_form .form_widget-input {
		border: none;
		border-bottom: 1px solid rgba(17, 17, 17, 0.25);
	}

	.user_form .form_widget {
		margin-top: 40px;
	}

	.user_form .form_widget-label {
		padding: 0;
		color: 1px solid rgba(17, 17, 17, 0.25);
	}

	.form_widget-checkbox {
		padding: 10px 0;
	}

	.user_form .mfeedback .form_widget-btn {
		border-radius: 50px;
	}
}

@media(min-width: 1200px){
	.header .header_mid {
		max-width: 1300px;
		padding: 15px 0 30px 0;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}

	.header_bot {
		margin: 0 0 20px 0;
	}

	.call-phone {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.form_search .input_search {
		width: 320px;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	}

	.header .top-bottom-menu {
    flex: 0 0 51%;
    max-width: 51%;
	}
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}


/* CATALOG */

.brands_item a img {
	display: none;
}

@media(min-width: 768px){
	.brands_item a img {
		display: block;
	}
}

/* DELIVERY */


.delivery-title {
	font-family: 'PlayfairDisplay-Regular';
	font-size: 30px;
	line-height: 39px;
	text-align: center;
}

.delivery-subtitle {
	font-family: 'PlayfairDisplay-Regular';
	font-size: 20px;
	line-height: 26px;
	font-weight: 200;
}

.static_page ul li:before, ul.line li:before {
	height: 1px;
}

.delivery-note-text {
	font-size: 10px;
	line-height: 15px;
	color: #111111;
	opacity: .75;
}

.select_text_orange {
	background-color: transparent;
}

.select_text_orange::before {
	width: 16px;
	height: 16px;
	top: 21px;
	background-color: none;
	background: url(/upload/medialibrary/b75/b75a1a4b5f6ebab2c16889487409ce64.png) center no-repeat;
	background-size: contain;
}

.delivery-info__wrapper {
	margin: 0 0 50px 0;
}

.delivery-info__wrapper p {
	font-size: 14px;
}


@media (min-width: 768px){
	.delivery__content {
		padding: 0 20px;
	}
}

@media (min-width: 1200px){
	.delivery-title {
		text-align: left;
		font-size: 56px;
		line-height: 74px;
	}

	.delivery-subtitle {
		text-align: left;
		font-size: 36px;
		line-height: 47px;
	}

	.delivery__list-text {
		font-size: 18px;
	}


	.delivery-note-text {
		font-size: 14px;
		line-height: 21px;
		color: #111111;
		opacity: .75;
	}
}

/* GUARANTEE */

.guarantee__title {
	font-family: 'PlayfairDisplay-Regular';
	font-size: 30px;
	line-height: 39px;
	text-align: center;
	margin: 0 0 30px 0;
}

.guarantee__subtitle {
	font-family: 'PlayfairDisplay-Regular';
	font-size: 20px;
	line-height: 26px;
	font-weight: 200;
}


@media (min-width: 1200px){
	.guarantee__title {
		font-family: 'PlayfairDisplay-Regular';
		font-size: 57px;
		line-height: 74px;
		text-align: left;
		margin: 0 0 30px 0;
	}

	.guarantee__subtitle {
		font-family: 'PlayfairDisplay-Regular';
		font-size: 36px;
		line-height: 47px;
		font-weight: 200;
	}

	.guarantee__list-text {
		font-size: 18px;
	}
}

/* AUTH PAGE */

.auth-form-box .form_widget {
	margin: 0 0 30px 0;
}

.auth-form-box input {
	background: none;
	background-color: none !important;
}

.auth-form-box .form_widget-btn {
	border-radius: 50px;
	background: #000000;
}

@media (min-width: 768px){
	.auth-form-box {
		margin: 0 auto;
	}
}

/* CARD PAGE */

.add_compare {
	display: none !important;
}

.article_hidden {
	opacity: 0;
}

.card__title h1, .product_title h1 {
		font-family: 'PlayfairDisplay-Regular' ;
		font-size: 30px !important;
		line-height: 39px !important;
		text-align: left;
		font-weight: 200;
}

.prop__block {
	margin: 0 0 40px 0;
	display: flex;
	flex-direction: column;
}

.prop__wrapper {
	padding: 20px 0 0 0;
	display: flex;
}

.prop__wrapper span {
	font-size: 16px !important;
}

.mk-bold {
	font-weight: 800;
}

.jq-number__field {
	width: 87% !important;
}

.jq-number__field {
		border: 1px solid transparent !important;
		border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    border-right: 1px solid #000 !important;
}

.jq-number__spin {
		border: 1px solid transparent !important;
}

.jq-number__spin.minus {
		border: 1px solid transparent !important;
		border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    border-right: 1px solid #000 !important;
}

.card__price-block {
	text-align: center;
}

.card__price-block .price {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	font-weight: 200;
}

.price span p {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
	line-height: 48px;
	font-weight: 200;
}

.calc_label{
	text-align: center;
}

.product_buy .text {
	font-size: 14px;
}

.product_buy .sum {
	padding: 60px 0 40px 0;
}

.product_buy .price_sum .price {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
	line-height: 48px;
	font-weight: 200 !important;
}

.card__btn {
	padding: 20px 0;
	background: #000;
	color: #fff;
	border-radius: 50px !important;
}

.card__btn-click {
	  display: block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 20px;
    color: #000;
    margin: 20px 0 0 0;
}

.card__item {
	border: 0.5px solid #888;
	overflow: hidden;
	width: 270px;
	margin: 0 auto;
}

.card__item .label_brand {
	display: none;
}

.card__item .catalog_pic-abs {
	width: 230px;
	height: 230px;
	margin: 20px auto;
}

.card__item .catalog_pic-abs img{
	/*width: 230px;
	height: 230px;
	object-fit: cover;*/
}

.card__item .compare_box {
	display: none;
}

.title h2 {
		padding: 20px 0 !important;
		font-family: 'PlayfairDisplay-Regular' ;
		font-size: 22px !important;
		line-height: 29px !important;
		text-align: center;
		font-weight: 200 !important;
}

.slider_box {
	margin: 0 0 50px 0;
}

.card__item .price {
	font-size: 21px !important;
}

/*.tab-pane:first-child {
	display: none !important;
}

.nav-item:first-child {
	display: none !important;
}*/

@media(min-width: 768px){
	.product_buy {
		display: flex;


	}
}

/* CART */

.mk-basket .basket-items-list-header {
	display: none;
}

.mk-basket .jq-number__field {
		border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0 !important;
    border-right: 1px solid transparent !important;
}

.mk-basket  .jq-number__spin.minus {
		border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0 !important;
    border-right: 1px solid transparent !important;
}

.title_big {
	font-weight: 200 !important;
}

.mk-basket .basket-items-list-item-amount {
	margin: -120px 0 0 0;
}

.mk-basket .ordercart_table .basket-items-list-item-price-for-one .item_goods-td-title {
	font-size: 8px !important;
}

.mk-basket .basket-item-price-current-text {
	font-size: 11px !important;
}

.mk-basket .basket-item-price-current-text {
	font-size: 14px !important;
}

.mk-basket .basket-item-image-link {
	width: 90px !important;
	height: 90px;
}

.mk-basket .basket-items-list-item-container {
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

button[name="DeleteAll"] {
	display: none !important;
}

.basket-coupon-section {
	display: none;
}

@media(min-width: 600px){
	.product_item .catalog_item-wrapper {
		padding: 30px 15px 15px 15px;
	}
}


@media(min-width: 768px){

	.card__item{
		width: 240px;
	}

	.product_item .catalog_item-wrapper {
		padding: 50px 15px 15px 15px;
	}

	.mk-basket .basket-items-list-item-amount {
		margin: -45px 0 0 0;
	}

	.bx_item_detail .price {
		text-align: left;
	}

	.bx_item_detail .price_pack {
		display: flex;
		flex-direction: column;
		text-align: left !important;
	}

	.bx_item_detail .price_pack .text-sm-right {
		text-align: left !important;
	}

	.jq-number__field {
		width: 85% !important;
	}

	.card__btn-click {
		margin: 0;
	}

	.bx_item_detail .product_buy_bot {
		display: flex;
		align-items: center;
		flex: 0 0 100% !important;
    max-width: 100% !important;
	}

	.bx_item_detail .btn_to_buy {
		width: 200px;
		margin: 0 30px 0 0;
	}

	.bx_item_detail .btn_one_click {
		width: 200px;
	}

}

@media(min-width: 991px){
	.card__item{
		width: 260px;
	}

	.mk-basket .basket-item-amount-filed {
		font-size: 18px !important;
		text-indent: 22px;
	}

	.mk-basket .basket-item-info-name-link .name {
		font-size: 16px;
		font-weight: 200 !important;
	}

	.bx_item_detail .param_box {
		border-left: 1px solid #000;
	}

	.jq-number__field {
		width: 85% !important;
	}

	.bx_item_detail .main_options > div {
		height: 200px;
		postion: relative !important;
	}

	.bx_item_detail .main_options >div:after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 1px;
		background: #000;
		bottom: 0;
		right: -15px;
	}

	.bx_item_detail .py-3 {
		padding-bottom: 0 !important;
	}

	.product_buy .price_sum .price {
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 28px;
		line-height: 48px;
		font-weight: 200 !important;
	}

	.title h2 {
			display: inline-block;
			position: relative;
			padding: 20px 0 !important;
			font-family: 'PlayfairDisplay-Regular' ;
			font-size: 36px !important;
			line-height: 47px !important;
			text-align: left;
			font-style: italic;
			font-weight: 200 !important;
	}

	.title h2:after {
		content: '';
		display: block;
		position: absolute;
		width: 100px;
		height: 1px;
		background: #000;
		bottom: 35px;
    right: -140px;
	}


	.slider .owl-nav {
		top: -85px;
	}

	.cart__adittional .price_box div, .test22 .price_box div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
		text-align: left !important;
	}

	.btn_cart { left: -300px; margin-top: -40px;}

	.btn_cart:after {
		content: '';
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		background: url(/upload/medialibrary/ff2/ff219b353b337fa713741cbaee722be6.png) center no-repeat;
		background-size: cover;
		bottom: -15px;
    	right: -337px;
	}


	.btn_cart:hover::after{
		background: url(/upload/medialibrary/6ba/6ba97c719c300b40775021e1091bc56a.png) center no-repeat;
		background-size: cover;
	}

	.cart__adittional .product-item-info-container {
		margin: -10px 0 0 0;
	}

	.product_item .catalog_item-wrapper {
		padding: 50px 15px 0px 15px;
	}
}

/* FILTER */


.filter__apply-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

@media(min-width: 1024px){
	.filter_box {
		border-right: 1px solid #000;
	}
}

/* ACCOUNT */


.account__text {
	font-size: 20px;
	font-family: 'PlayfairDisplay-Regular';
	font-weight: 200;
	text-align: right;
	max-width: 140px;
	float: right;
	padding: 34px 20px;
}

.account__btn {
	width: 130px;
	border-radius: 20px;
}



@media(min-width: 1024px){
	.form__account {
		position: relative;
	}

	.form__account:after {
		content: '';
		display: block;
		position: absolute;
		width: 500px;
		height: 500px;
		background: url(/upload/medialibrary/348/34854d6cc88cf73a4896a4151b0206cc.png);
		background-size: cover;
		bottom: 63px;
		right: -83%;
	}
}

.main_content {
	overflow: hidden;
}

.t-left {
	text-align: left;
}

.account-history__title {
	text-align: left;
	padding: 0 0 30px 0;
}

/* ACCOUNT */

.account__icon {
	width: 100px;
	height: 100px;
    display: block;
    position: absolute;
}

.account__profile {
	background: url(/upload/medialibrary/0c2/0c2efe392070c4afbff1b279b114b1ef.png) center no-repeat;
	background-size: contain;
	transform: scale(1.4);
    top: 16px;
    left: 28px;
}


.account__orders {
	background: url(/upload/medialibrary/16e/16eeb5b0a259b4aaba3532dbb8de35ff.png) center no-repeat;
	background-size: contain;
	transform: scale(1.4);
    top: 16px;
    left: 28px;
}

.account__history {
	background: url(/upload/medialibrary/bdd/bdd456b05a64bcc343ab04cf720b7206.png) center no-repeat;
	background-size: contain;
	transform: scale(1.4);
    top: 16px;
    left: 28px;
}

.account__profiles{
	background: url(/upload/medialibrary/1de/1de7e0df398cccd87a3345ae1040a24a.png) center no-repeat;
	background-size: contain;
	transform: scale(1.8);
    top: 16px;
    left: 28px;
}

.sale-personal-section-index-block-link{
	overflow: hidden;
	position: relative;
}

.account__block {
	margin: 0 auto 20px auto;
	max-width: 425px;
}

@media(min-width: 768px){
	.account__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.account__block {
		width: 45%;
		margin: 10px;
	}
}


@media(min-width: 1300px){
	.account__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}

	.account__block {
		position: relative;
		width: 31%;
		margin: 0 10px 10px 10px;
		transition: .3s ease-in-out;
	}

	.account__block:hover {
		transform: rotate(-4deg);
		transition: .3s ease-in-out;
	}

	.account__block:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 88%;
		background: rgba(63, 63, 63, 0.1);
		top: 14px;
		left: 0;
		opacity: 0;
		transform: scale(1) rotate(0deg);
		transition: .3s ease-in-out;
		z-index: -1;
	}

	.account__block:hover:after{
		transform: scale(1) rotate(5deg);
		transition: .3s ease-in-out;
		opacity: 1;
	}

	form[name="form_auth"], .auth-form{
		position: relative;
	}

	form[name="form_auth"]:after{
		content: '';
		display: block;
		position: absolute;
		width: 250px;
		height: 250px;
		background: url(/upload/medialibrary/c52/c52d24d8d0fc9dbaafcd1ba9a75c992f.png) center no-repeat;
		background-size: contain;
		top: -25%;
		left: -85%;
	}

	.auth-form:after{
		content: '';
		display: block;
		position: absolute;
		width: 250px;
		height: 250px;
		background: url(/upload/medialibrary/c52/c52d24d8d0fc9dbaafcd1ba9a75c992f.png) center no-repeat;
		background-size: contain;
		top: 20%;
		left: -85%;
	}
}

.bx-authform-social {
	display: none;
}

.bxe-light {
	opacity: 0;
}

.mk-t-center {
	text-align: center;
}

/** CART MINI STYLES **/

.basket__cart-mini {
  display: none;
}

/*.basket_top a {
  width: 30px;
  height: 30px;
}*/

@media (min-width: 991px){

	.basket__cart-mini {
		display: block;
	}
	.basket_top {
		position: relative;
		cursor: pointer;
	}

	.basket_top:hover > .basket__cart-mini {
		display: block;
	}

	.basket__cart-mini {
		display: none;
		padding: 30px 20px;
	    position: absolute;
	    width: 400px;
	    left: -370px;
	    top: 50px;
	    background: #fff;
	    z-index: 1000;
		box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
	}

	.basket-items__wrapper {
		margin: 0 0 15px 0;
		padding: 0 0 30px 0;
    	border-bottom: 1px solid #111111;
    	height: 220px;
    	overflow-y: scroll;
	}

	.basket-items__wrapper::-webkit-scrollbar {
		width: 4px;
	}

	.basket-items__wrapper::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.basket-items__wrapper::-webkit-scrollbar-thumb {
		background: #111111;
	}

	.basket__item {
		display: flex;
		justify-content: space-between;
		margin: 0 0 30px 0;
	}

	.basket__cancel {
		position: relative;
    	top: -3px;
    	left: -3px
	}


	.basket__item-top {
		display: flex;
		margin: 0 0 35px 0;
	}

	.basket__item-top p {
		font-size: 12px;
		line-height: 15px;
		max-width: 188px;
	}


	.basket__item-top span {
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
	}

	.basket__item-bottom {
		display: flex;
		justify-content: space-between;
	}

	.basket__item-bottom span {
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
	}

	.basket__total {
		display: flex;
		justify-content: space-between;
	}

	.basket__goods {
		display: flex;
	}

	.basket__goods p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 10px 0 0;
	}

	.basket__goods span {
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
	}

	.basket__sum {
		display: flex;
	}

	.basket__sum p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 10px 0 0;
	}

	.basket__sum span {
		font-size: 16px;
		line-height: 20px;
		font-weight: 800;
	}

	.basket__action {
		background: #3F3F3F;
	    color: #fff;
	    padding: 15px;
	    text-align: center;
	    border-radius: 25px;
	    margin: 20px 0 0 0;
	}
}

.favourite-heart {
	width: 15px;
	height: 15px;
	background: url("/upload/medialibrary/1ab/1abac707602c758cdf1d454078d8f544.png") center no-repeat;
}

/** MK-Footer **/
.mk-footer {
  position: relative;
  padding: 40px 0 15px 0;
  background: #F5F5F5;
}

@media (min-width: 768px) {
  .mk-footer {
    padding: 40px 0 0 0;
  }
}

.mk-footer:after {
  content: '';
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -70px;
  right: -30px;
  opacity: 1;
  background: url("../img/circle-logo.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .mk-footer:after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .mk-footer__nav {
    width: 30%;
  }
}

.mk-footer__block {
  margin: 0 0 40px 0;
  text-align: center;
  color: #3f3f3f;
}

@media (min-width: 1200px) {
  .mk-footer__block {
    text-align: left;
  }
}

.mk-footer__block-title {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "PlayfairDisplay-Regular", "Times New Roman", serif;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .mk-footer__block-title {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.mk-footer__block-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 1px;
  background: #3f3f3f;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (min-width: 1200px) {
  .mk-footer__block-title:after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .mk-footer__block-item {
    margin: 0 0 0 18px;
    list-style: disc;
  }
}

.mk-footer__block-item p {
  padding: 10px 0;
  font-size: 0.875rem;
  line-height: 0.8125rem;
  font-family: "Gotham-Pro", "Arial", sans-serif;
}

.mk-footer__instagram {
  text-align: center;
}

@media (min-width: 1200px) {
  .mk-footer__instagram {
    width: 720px;
    position: absolute;
    top: 46px;
    right: 0;
    left: 46%;
  }
}

.mk-footer__instagram a {
  display: inline-block;
  position: relative;
  left: -20px;
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #3f3f3f;
}

@media (min-width: 1200px) {
  .mk-footer__instagram a {
    font-size: 2rem;
    line-height: 2.625rem;
    text-align: left;
    width: 100%;
  }
}

.mk-footer__instagram a:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: -30px;
  background: url("/bitrix/templates/new_white/img/instagram-logo.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {

  .mk-footer__instagram a:after {
    left: 34%;
  }
}

.mk-footer__instagram-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .mk-footer__instagram-wrapper {
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 130px 130px 130px 125px;
    gap: 10px 10px;
    grid-template-areas: "insta---1 insta---3 insta---6 insta---8"  "insta---1 insta---4 insta---6 insta---9"  "insta---2 insta---4 insta---7 insta---9"  "insta---2 insta---5 insta---7 insta---10";
  }
  .mk-footer__instagram-wrapper a:after {
    display: none;
  }
  .mk-footer__instagram-wrapper a img {
    padding: 0;
    width: 170px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mk-footer__copyright {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 20px 0;
  text-align: center;
  font-family: "Gotham-Pro", "Arial", sans-serif;
}
.mk-footer__copyright * {
	font-family: "Gotham-Pro", "Arial", sans-serif;
}

@media (min-width: 1200px) {
  .mk-footer__copyright {
    padding: 0 0 30px 0;
    text-align: left;
  }
}

.conf {
  display: inline-block;
  padding: 0 0 10px 0;
  text-decoration: underline;
  color: #3f3f3f;
}

.insta---1 {
  height: 260px;
  grid-area: insta---1;
}

.insta---2 {
  height: 260px;
  grid-area: insta---2;
}

.insta---3 {
  height: 125px;
  grid-area: insta---3;
}

.insta---4 {
  height: 260px;
  grid-area: insta---4;
}

.insta---5 {
  height: 125px;
  grid-area: insta---5;
}

.insta---6 {
  grid-area: insta---6;
}

.insta---7 {
  grid-area: insta---7;
}

.insta---8 {
  grid-area: insta---8;
}

.insta---9 {
  grid-area: insta---9;
}

.insta---10 {
  grid-area: insta---10;
}

#buttonToTop {
  display: none;
}

@media (min-width: 1220px) {
  #buttonToTop {
    display: inline-block;
    background: url("/bitrix/templates/new_white/img/totop-icon.png") center no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
}

#buttonToTop::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#buttonToTop:hover {
  cursor: pointer;
}

#buttonToTop.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .mk-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.header-top__wrapper .sound-circle_active {
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear;
}

.mk-main-screen__slider-next_hidden {
  display: none;
}

.mk-main-screen__slider-prev_active {
  display: block !important;
}

@media (min-width: 992px){
	.calc_item.pack, .calc_item.square { max-width: 100% !important; flex: 0 0 76%; margin: 0 0 30px 0;}
}


@media (min-width: 1220px){
	.calc_item.pack, .calc_item.square { max-width: 50% !important; flex: 0 0 50%; margin: 0;}
}

.mk-footer__instagram a {
  display: inline-block;
  position: relative;
  left: -20px;
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #3f3f3f;
  font-family: 'PlayfairDisplay-Regular' !important;
}

@media (min-width: 1200px) {
  .mk-footer__instagram a {
    font-size: 2rem;
    line-height: 2.625rem;
    text-align: left;
    width: 100%;
  }
}

.mk-footer__block-item p {
  padding: 10px 0;
  font-size: 0.875rem;
  line-height: 0.8125rem;
  font-family: "Gotham-Pro", "Arial", sans-serif;
}

.mk-footer__block-item a {
  color: #3f3f3f;
}

.mk-footer__instagram {
  text-align: center;
}
@media (min-width: 1200px) {
  .mk-footer__block-title {
    margin: 0 0 20px 0;
    font-size: 2rem;
    line-height: 2.625rem;
  }

.prop__block .opt_img {
  width: 100px !important;
  height: 100px !important;
}
}

.basket-link-cart {
  width: 30px;
  height: 30px;
}

.catalog h3 {
padding: 20px 0;
font-family: 'PlayfairDisplay-Regular' !important;
}

.mio_html {
  font-size: initial;
}

.gallery .owl-carousel .owl-stage-outer {
  height: 225px;
}


.gallery .owl-dots {
  display: flex;
}

.gallery .owl-carousel .owl-dots .owl-dot span {
  width: 60px;
  height: 60px;
}

@media(min-width: 768px){
	.gallery .owl-carousel .owl-stage-outer {
	  height: 325px;
	}

	.gallery .owl-carousel .owl-dots .owl-dot span {
	  width: 88px;
	  height: 88px;
	}
}

.product_item_box .gallery .owl-carousel .owl-stage-outer  {
  height: auto;
}

.mk-footer .mk-footer__nav .mk-footer__instagram a:after{
    background: url("/bitrix/templates/new_white/img/vk.svg");
    background-size: 110%;
    background-repeat: no-repeat;
    left: 37%;
    background-position: center;
}
