img {
    border: 0 none;
}

h3, h4, h5, h6 {
    font-family: Tahoma, sans-serif;
    margin: 1.3em 0 1em;
    font-weight: normal;
    line-height: 1.2;
}

hr, .hr {
    border-top: 1px solid;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 12px 0;
    overflow: hidden;
    padding: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    padding: 2px 0 2px 0;
    margin: 5px 15px 10px 15px;
}

h1.contacts {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0 2px 25px;
    margin: 10px 15px 10px 15px;
    border-bottom: 1px solid #E1E2E2;
}

h1.contacts {
    background: url('images/icons/contacts.png') left 3px no-repeat;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
}

h3.vendors,
h3.about_us,
h3.main,
h3.actions,
h3.news,
h3.search2 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0 2px 25px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #E1E2E2;
}

h3.vendors {
    background: url('images/icons/brand.png') left 1px no-repeat;
}

h3.about_us {
    background: url('images/icons/about.png') left 3px no-repeat;
}

h3.main {
    background: url('images/icons/main.png') left 3px no-repeat;
}

h3.actions {
    background: url('images/icons/action.png') left 3px no-repeat;
}

h3.news {
    background: url('images/icons/news.png') left 3px no-repeat;
}

h3.search2 {
    background: url('images/icons/search2.png') left 3px no-repeat;
}

.content_block {
    margin: 10px 0 30px 0;
}

.bordered_img {
    border: 1px solid #C4C2C0;
    width: 100%;
    height: auto;
}

.tab-reccomend li:nth-child(4):not(:last-child):after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-reccomend li:not(:nth-child(4)):not(:last-child) {
    margin-bottom: 10px;
}

.use-cookie-warning {
    display: flex;
    justify-content: center;
}

.use-cookie-warning-block {
    display: flex;
    position: fixed;
    width: 900px;
    height: 50px;
    z-index: 100;
    background-color: #ededed;
    bottom: 0;
    padding: 20px;
}

.use-cookie-warning-text {
    display: inline-block;
}

.use-cookie-warning-button {
    display: inline-block;
}

.use-cookie-warning-button button {
    width: 100%;
    background-color: #F26821;
    border-radius: 4px;
    color: white;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 2px 30px;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 924px) {
    .use-cookie-warning-block {
        width: 500px;
        display: block;
        height: 130px;
    }

    .use-cookie-warning-button {
        display: flex;
        margin-left: -25px;
    }

    .use-cookie-warning-text {
        display: flex;
    }
}

@media screen and (max-width: 530px) {
    .use-cookie-warning-block {
        width: 300px;
        display: block;
        height: 165px;
    }

    .use-cookie-warning-button {
        display: flex;
        margin-left: 30px;
        width: 180px;
    }

    .use-cookie-warning-text {
        display: flex;
    }

    .use-cookie-warning-text a {
        display: contents;
    }
}

@media screen and (max-width: 426px) {
    #catalog_products_list .sales .price span {
        display: block;
        /*margin-bottom: -14px;*/
        /*margin-top: -6px;*/
    }
}

.size_tab_block {
    margin-top: 20px;
}

.size_tab_btn, .size_tab_btn2, .size_tab_btn3 {
    color: #0066c0 !important;
}

/*.size_tab_block2 {*/
/*    float: right;*/
/*    margin: 0;*/
/*    margin-top: -10px;*/
/*    margin-bottom: 15px;*/
/*}*/

.size_tab_block2 {
	margin: 0;
    text-align: center;
    margin-bottom: -15px;
}

.size_tab_btn3 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}

.popup-box1 .overload, .popup-box2 .overload {
    display: block;
}

#size_tab_modal .image-desktop {
    display: block
}

#size_tab_modal .image-tablet {
    display: none
}

#size_tab_modal .image-mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    #size_tab_modal .image-desktop {
        display: none
    }

    #size_tab_modal .image-tablet {
        display: block
    }

    #size_tab_modal .image-mobile {
        display: none
    }

    #size_tab_modal .image-tablet {
        max-width: 700px;
    }
}

@media screen and (max-width: 800px) {
    #size_tab_modal .image-tablet {
        max-width: 600px
    }
}

@media screen and (max-width: 700px) {
    #size_tab_modal .image-desktop {
        display: none
    }

    #size_tab_modal .image-tablet {
        display: none
    }

    #size_tab_modal .image-mobile {
        display: block
    }

    #size_tab_modal .image-mobile {
        max-width: 500px
    }
}

@media screen and (max-width: 600px) {
    #size_tab_modal .image-mobile {
        max-width: 375px
    }
}

@media screen and (max-width: 500px) {
    #size_tab_modal .image-mobile {
        max-width: 325px
    }
}

@media screen and (max-width: 376px) {
    /*#size_tab_modal .image-mobile {*/
    /*    max-width: 275px*/
    /*}*/
    #size_tab_modal .image-mobile {
        width: 100%
    }
}


/* -- NEW >> -- */
.top-cat-info {
    float: left;
    width: 100%;
    /*margin-bottom: 25px;*/
}

.desc-active-filt {
    float: left;
    width: calc(100% - 400px);
    margin-top: 8px;
}

.desc-active-wrap {
    float: left;
}

.desc-active-wrap > a:hover {
    color: #ff7878;
}

.desc-active-wrap > a {
    font-size: 14px;
    position: relative;
    display: block;
    height: 27px;
    cursor: pointer;
    float: left;
    text-decoration: none;
    color: #2b363c;
    margin-right: 7px;
    border: 1px solid #d2d2d2;
    padding: 3px 25px 5px 10px;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.desc-active-wrap > a > i {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: 1px;
    width: 12px;
}

.desc-active-wrap > a > i:before, .desc-active-wrap > a > i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    height: 1px;
    width: 12px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.desc-active-wrap > a:hover > i:before, .desc-active-wrap > a:hover > i:after {
    background-color: #ff7878;
}

.desc-active-wrap > a > i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.desc-active-wrap .clear-all {
    width: auto;
    float: left;
}

.desc-active-wrap .clear-all a {
    border: 1px solid #ff7878;
    padding: 3px 15px 3px 25px;
    height: 27px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.desc-active-wrap .clear-all i {
    left: 5px;
}

.desc-active-wrap .clear-all a:hover {
    color: #ff7878;
}

.desc-active-wrap .clear-all a svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.desc-active-wrap .clear-all a:hover svg path {
    fill: #ff7878;
}

.you-choose-filt {
    float: left;
    height: 27px;
    padding: 3px 0 3px 15px;
}

@media (min-width: 992px) {
    .nav-filter {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-cat-info .title_list, .top-cat-info .desc-active-filt {
        display: none;
    }
}


.cat-side {
    float: left;
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.cat-side-tit {
    float: left;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}

.cat-side ul {
    list-style: none;
    /*padding: 0 0 15px;*/
    /*margin: 0 0 15px;*/
    /*border: 1px solid #dcdcdc;*/

    max-height: 225px;
    overflow: auto;
    margin: 0;
    padding-left: 1px;
    padding-top: 3px;
}

.cat-side ul li {
    padding: 4px 9px;
    font-size: 14px;
    color: #9e9e9e;
}

.cat-side ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.filter-aside-in {
    position: relative;
}

.app-filt {
    top: 0;
    position: absolute;
    right: 100%;
    margin-right: 10px;
    white-space: nowrap;
}

.app-filt a {
    font-size: 13px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d6aaf;
    background-color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #4d6aaf;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.app-filt a:hover {
    background-color: #f3f5fb;
}

.app-filt a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -1px;
    margin-top: -4px;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.app-filt a:hover:after {
    border-left-color: #f3f5fb;
}

.app-filt a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -1px;
    margin-top: -5px;
    border-left: 9px solid #4d6aaf;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

@media (max-width: 991px) {

    .app-filt {
        position: fixed;
        z-index: 99;
        top: auto;
        bottom: 0;
        left: 0;
        width: 244px;
    }

    .app-filt a:before, .app-filt a:after {
        content: normal;
    }

    .app-filt a {
        width: 100%;
        text-align: center;
    }

    .filter-aside {
        max-height: 100vh;
    }
}

/* ----------- */

.sort-part {
    float: left;
    width: 100%;
}

.sort-part * {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sort-part h1 {
    float: left;
    max-width: calc(100% - 360px);
}

.sort-by {
    float: right;
}

.sort-by-name {
    line-height: 40px;
    font-size: 16px;
    color: #2b363c;
    margin-right: 8px;
    float: left;
}

.sort-by-select {
    float: left;
    width: 208px;
    position: relative;
    z-index: 9;
}

.active-sort {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    padding: 0 12px;
    white-space: nowrap;
    line-height: 37px;
    height: 40px;
    border: 1px solid #dcdcdc;
    color: #4d6aaf;
    position: relative;
}

.active-sort:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 -4px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sort-drop {
    display: none;
    margin-top: -1px;
    position: absolute;
    border: 1px solid #dcdcdc;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    font-size: 16px;
}

.sort-drop ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.sort-drop li {
}

.sort-drop li a {
    display: block;
    cursor: pointer;
    padding: 6px 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sort-drop li a:hover {
    color: #4d6aaf;
}

.filter-aside {
    float: right;
    width: 244px;
    min-height: 800px;
}

.filter-aside-in {
    border: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}

.filter-aside, .filter-aside * {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-in {
    float: left;
    width: 100%;
    border: 1px solid #dcdcdc;
}

.filter-name {
    float: left;
    width: 100%;
    padding: 10px 15px 10px 28px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #2b363c;
}

.filter-name i {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -7px;

}

.filter-name i svg {
    width: 14px;
}

.filter-name i svg path {
    fill: #dae0e4;
}

.many-items {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #2b363c;
    padding: 0 10px;
    /*margin-bottom: 30px;*/
}

.many-items span {
    font-weight: bold;
}

.filter-tabs {
    float: left;
    width: 100%;
}

.nav-filter {
    float: left;
    width: 100%;
}

.nav-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.nav-filter li {
    float: left;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 50%;
    color: #2b363c;
    padding-bottom: 15px;
    border-bottom: 4px solid #dae0e4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-filter li:hover {
    color: #4d6aaf;
}

.nav-filter li.active {
    border-bottom-color: #4d6aaf;
    color: #4d6aaf;
}

.nav-filter li span {
}

.body-tab-filter {
    float: left;
    width: 100%;
    padding-top: 4px;
}

.one-tab-filter {
    display: none;
}

.one-filter {
    float: left;
    width: 100%;
}

.one-filter-name {
    float: left;
    width: 100%;
    padding: 13px 10px;
    padding-right: 30px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #2b363c;
    border-bottom: 1px solid #f8f8f8;
}

.one-filter-name:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -8px 0 0 -4px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-filter-name.open:before {
    margin-top: -4px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.one-filter-descr {
    float: left;
    width: 100%;
    display: none;
}

.one-filter-descr-in {
    float: left;
    width: 100%;
    padding: 8px 0;

    /*max-height: 215px;*/
    /*overflow: auto;*/
}

.one-filter-descr-in ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.one-filter-descr-in ul li {
    float: left;
    width: 100%;
}

.one-filter-descr-in ul li a {
    font-size: 13px;
    display: block;
    cursor: pointer;
    padding: 6px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-filter-descr-in ul li a:hover {
    color: #4d6aaf;
}

.one-check-filter {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.one-check-filter label {
    display: block;
    float: left;
    margin: 0;
    padding: 6px 15px 6px 22px;
    position: relative;
    overflow: hidden;
}

.one-check-filter label input {
    display: none;
    position: absolute;
    left: -9999px;
}

.one-check-filter label i {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #dae0e4;
    left: 0;
    top: 9px;
}

.one-check-filter label i:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #4d6aaf;
    display: block;
    margin: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-check-filter label input:checked + i:before {
    opacity: 1;
}

.one-check-filter label span {
    display: block;
    font-size: 13px;
}

.one-filter-descr-in.price-descr {
    padding: 12px 0 5px 10px;
}

.one-side-filter-price {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.one-side-filter-inp {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.inp-price {
    float: left;
    margin-right: 5px;
}

.inp-price span {
    line-height: 25px;
    font-size: 13px;
    float: left;
    display: block;
}

.inp-price input {
    float: left;
    width: 57px;
    border: 1px solid #dae0e4;
    height: 25px;
    margin-left: 4px;
    padding: 0 7px;
}

.inp-price button.ok {
    margin-left: 4px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    border: none;
    float: left;
    width: 32px;
    height: 25px;
    background-color: #4d6aaf;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.one-side-filter-drag {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: -16px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 0px;
}

.you-choose {
    float: left;
    width: 100%;
    padding: 18px 10px 15px;
    border-bottom: 1px solid #f8f8f8;
}

.you-choose-name {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.act-filter {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.act-name {
    flex: 0 0 1;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 7px;
}

.act-wrap {
    background-color: #dae0e4;
    border-radius: 5px;
    padding: 0 3px 0 8px;
    line-height: 24px;
    font-size: 13px;
}

.act-wrap a {
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 15px;
    float: left;
    text-decoration: none;
    color: #2b363c;
    margin-right: 7px;
}

.act-wrap a i {
    /* position: absolute;
    right: 0;
    top: 50%;
    width: 12px; */
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -12px;
    position: relative;
}

.act-wrap a i:before, .act-wrap a i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    height: 2px;
    width: 12px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.act-wrap a i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.act-wrap a:hover i:before, .act-wrap a:hover i:after {
    background-color: #c31f2f;
}

.clear-all {
    float: left;
    width: 100%;
}

.clear-all a {
    font-size: 15px;
    color: #2b363c;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 20px;
}

.clear-all i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.clear-all svg {
}

.clear-all svg path {
    fill: #dae0e4;
}

.mob-filt-bt {
    display: none;
}

.close-filter {
    display: none;
}

.sort-part {
    float: left;
    /*width: calc(100% - 12px);*/
    width: calc(100% - 278px);
}

/*.one-filter .one-filter-show-more span {*/
/*	display: none;*/
/*}*/

.one-filter .one-filter-show-more {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
    color: #4d6aaf;
    font-weight: bold;
}

.one-filter .one-filter-show-more .one-filter-show-hide {
    display: none;
}

.one-filter .one-filter-show-more .one-filter-show-show {
    display: block;
}

.one-filter .one-filter-show-more.js-hide .one-filter-show-hide {
    display: block;
}

.one-filter .one-filter-show-more.js-hide .one-filter-show-show {
    display: none;
}

.one-filter .one-check-filter.hidden {
    display: none;
}

.items-list {
    float: left;
    width: calc(100% - 260px);
}

.items-list #catalog_products_list .product_item {
    width: 225px;
}

.mob-choose-cat {
    display: none;
}

.title-open-category {
    display: none;
}

.cat-side-tit i {
    display: none;
}

@media (max-width: 991px) {

    .title-open-category {
        display: block;
    }

    .cat-side-tit i {
        display: block;
    }

    .mob-choose-cat {
        display: block;
        color: #bfbfbf;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .cat-side {
        margin-top: 40px;
        margin-bottom: 0;
        border: none;
        padding: 0 15px;;
    }

    .cat-side ul {
        float: left;
        width: 100%;
        display: block;
        max-height: inherit;
        overflow: visible;
    }

    .sort-part {
        width: 100% !important;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .title-open-category {
        float: left;
        width: 100%;
        position: relative;
        padding: 54px 15px 15px;
    }

    .title-open-category i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
    }

    .title-open-category i svg {
        fill: #dae0e4;
    }

    .title-open-category span {
        font-size: 18px;
        position: relative;
        padding-left: 25px;
    }

    .cat-side ul li {
        font-size: 14px;
        padding: 5px 15px;
    }

    .cat-side ul li a {
        font-size: 14px;
    }

    .show-category {
        display: block !important;
    }

    /* .cat-side-tit.open-category:before {
        margin-top: -4px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    } */
    .cat-side-tit:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 -4px;
        border-right: 2px solid #555555;
        border-bottom: 2px solid #555555;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sort-part {
        float: left;
        width: calc(100% - 12px);
    }

    .filter-aside {
        display: none;
        min-height: inherit;
        width: 100%;
    }

    .sort-by {
        display: none;
    }

    .mob-filt-bt {
        padding: 0px;
        display: block;
        float: right;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .mob-filt-bt a {
        text-decoration: none;
        width: 49%;
        font-size: 18px;
        float: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        height: 60px;
        color: #004f9f;
        border: 1px solid #dcdcdc;
    }

    .mob-filt-bt a.show-filt i {
        margin-top: 3px;
    }

    .mob-filt-bt a i {
        display: block;
        vertical-align: middle;
    }

    .mob-filt-bt a i svg {
        vertical-align: top;
    }

    .mob-filt-bt a i svg path, .mob-filt-bt a i svg rect {
        fill: #004f9f;
    }

    .mob-filt-bt a span {
        margin-left: 6px;
    }

    .mob-filt-bt a.show-sort i {
        margin-top: 2px;
    }

    .filter-aside {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filter-in {
        border: none;
        /*max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;*/
    }

    .close-filter {
        font-size: 16px;
        display: block;
        position: fixed;
        width: 100%;
        cursor: pointer;
        background-color: #f8f8f8;
        padding: 10px 15px 10px 10px;
        top: 0;
        right: 0;
        z-index: 99;
        text-align: right;
    }

    /* .close-filter i {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        top: 50%;
        margin-top: -15px;
    }

    .close-filter i:before, .close-filter i:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        height: 1px;
        background-color: #000;
        transform: rotate(-45deg);
    }

    .close-filter i:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
} */
    /*.close-filter:before, .close-filter:after {*/
    /*	content: '';*/
    /*	position: absolute;*/
    /*	top: 50%;*/
    /*	left: 50%;*/
    /*	margin-left: -9px;*/
    /*	margin-top: -1px;*/
    /*	height: 1px;*/
    /*	width: 18px;*/
    /*	background-color: #dae0e4;*/
    /*	-webkit-transform: rotate(45deg);*/
    /*	-ms-transform: rotate(45deg);*/
    /*	-o-transform: rotate(45deg);*/
    /*	transform: rotate(45deg);*/
    /*	-webkit-transition: all 0.3s;*/
    /*	-o-transition: all 0.3s;*/
    /*	transition: all 0.3s;*/
    /*}*/
    /*.close-filter:after {*/
    /*	-webkit-transform: rotate(-45deg);*/
    /*	-ms-transform: rotate(-45deg);*/
    /*	-o-transform: rotate(-45deg);*/
    /*	transform: rotate(-45deg);*/
    /*}*/
    /*.close-filter:hover:before, .close-filter:hover:after {*/
    /*	background-color: #c31f2f;*/
    /*}*/
    .sort-by {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 244px;
        border: 1px solid #dcdcdc;
        padding: 35px 15px 15px;
    }

    .sort-by-select {
        width: 100%;
    }

    .close-sort {
        position: absolute;
        cursor: pointer;
        width: 35px;
        height: 35px;
        top: 0;
        right: 0;
        z-index: 99;
    }

    .close-sort:before, .close-sort:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -1px;
        height: 1px;
        width: 18px;
        background-color: #dae0e4;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .close-sort:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close-sort:hover:before, .close-sort:hover:after {
        background-color: #c31f2f;
    }

    .nav-filter li {
        font-size: 12px;
    }

}

@media (max-width: 900px) {

    .mob-filt-bt {
        padding: 0 0px;
    }

}

@media (max-width: 650px) {

    .mob-filt-bt a {
        width: 48.6%;
    }

    .items-list {
        width: auto;
    }

    .items-list #catalog_products_list .product_item {
        width: auto;
    }
}

.filter-aside {
    /*height: 4500px;*/
}

.one-check-filter.disabled {
    opacity: 0.5;
    color: gray;
}

.cat-side ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.cat-side ul::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.cat-side ul::-webkit-scrollbar-thumb {
    background-color: #4d6aaf;
}

.one-filter-descr-in::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.one-filter-descr-in::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.one-filter-descr-in::-webkit-scrollbar-thumb {
    background-color: #4d6aaf;
}

.mobile-fix {
}

.mobile-fix-top {
    display: none;
}

.mobile-fix-top-back {
}

@media (max-width: 992px) {

    .mobile-fix-top {
        display: block;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #f8f8f8;
    }

    .mobile-fix {
        transform: translate(100%, 0);
        transition: all 0.3s;
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        width: 100%;
        background: #fff;
        bottom: 0;
        overflow-y: auto;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .mobile-fix.show-category {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .back-menu {
        float: left;
    }

    .back-menu svg {
        vertical-align: top;
    }

    .close-all-menu {
        position: absolute;
        right: 15px;
        /* width: 40px; */
        height: 100%;
        top: 0;
        line-height: 40px;
    }

    /* .close-all-menu:before, .close-all-menu:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -1px;
        height: 1px;
        width: 18px;
        background-color: #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .close-all-menu:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
} */
    .one-filter-name {
        padding: 13px 0px;
    }

    .filter-tabs {
        padding: 0 15px;
    }

    .one-filter-name:before {
        right: 1px;
    }

    .many-items {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .cat-side-tit {
        padding: 8px 0 0 22px;
    }

    .filter-name {
        padding: 10px 15px 10px 37px;
    }

    .filter-name i {
        left: 15px;
        margin-top: -8px;
    }

    .cat-side-tit {
    }

    .cat-side-tit i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
    }

    .cat-side-tit i svg {
        fill: #dae0e4;
    }


}

/* dmon 992 */

@media (max-width: 768px) {

    .mob-filt-bt a {
        height: 40px;
        font-size: 16px;
    }

}

/* dmon 768 */

.show-filt b {
    font-weight: normal;
    color: #005dad;
}

.go-cat-fix {
    position: fixed;
    z-index: 1001;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background-color: #fff;
    padding: 10px 15px;
    margin: -7px 0 0;
}

.go-cat-fix a {
    border: 1px solid #00509f;
    background-color: #00509f;
    height: 28px;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: none !important;
    text-align: center;
    line-height: 26px;
    text-decoration: none !important;
    width: 100%;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.cat-side ul li a.active {
    position: relative;
    padding-left: 16px;
    color: #01509e;
}

.cat-side ul li a.active + span {
    color: #01509e;
}

.cat-side ul li a.active:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #01509e;
    border-right: 2px solid #01509e;
    width: 4px;
    height: 8px;
    left: 0;
    top: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.wrapper-page, .wrapper-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.wrapper-page {
    float: left;
    width: 100%;
}

.page-sidebar {
    float: left;
    width: 280px;
}

.page-menu {
}

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

.page-menu > ul > li {
    float: left;
    width: 100%;
}

.page-menu > ul > li > a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px 30px 10px 15px;
    background-color: #f5f9fc;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.page-menu > ul > li:hover > a {
    color: #0251a0;
}

.page-menu > ul > li > a:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    border: none;
    border-left: 1px solid #1d1e20;
    border-bottom: 1px solid #1d1e20;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-menu > ul > li.active > a {
    background-color: #01509f;
    color: #fff;
}

.page-menu > ul > li.active > a:after {
    margin-top: -1px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.page-menu > ul > li.active ul {
    /*display: block !important;*/
}

.page-menu > ul > li > span {
}

.page-menu > ul > li ul {
    list-style: none;
    background-color: #e6eff6;
    padding: 15px 15px 15px 38px;
    display: none;
}

.page-menu > ul > li ul li {
}

.page-menu > ul > li ul li a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    color: #000;
    position: relative;
}

.page-menu > ul > li ul li.active a, .page-menu > ul > li ul li:hover a {
    color: #0251a0;
    font-weight: 600;
    text-decoration: underline;
}

.page-cont {
    padding-left: 313px;
}

.page-cont-in {
    float: left;
    width: 100%;
    margin-top: -10px;
}

.table-page {
}

.table-page table {
    width: 100%;
}

.table-page table tr {
}


.table-page table tr td, .table-page table tr th {
    font-size: 14px;
    padding: 10px 15px;
}

.table-page table tr:nth-child(2n) td {
    background-color: #f5f9fc;
}

.table-page table tr th {
    background-color: #01509f;
    text-align: center;
    color: #fff;
}

.table-page table tr td {
    color: #000;
}

.fio-wrap {
    display: inline-block;
    width: 190px;
}

.fio {
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.fio-thumb {
    float: left;
}

.fio-thumb span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.fio-descr {
    margin-left: 14px;
}

.al-center {
    text-align: center;
}

.files {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.one-file {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.one-file a {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
}

.one-file-thumb {
    width: 60px;
    flex: 0 0 60px;
}

.one-file-thumb img {
}

.one-file-text {
    margin-top: -7px;
}

.img_discontinued {
    opacity: 50%;
}

.strong-text {
    font-weight: 700 !important;
    text-decoration: none !important;
}


@media (max-width: 1100px) {

    .page-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-cont {
        float: left;
        width: 100%;
        padding-left: 0;
    }

}

@media (max-width: 1100px) {

    .table-page {
        overflow-x: auto;
    }

    .fio-wrap {
        width: auto;
    }

}

@media screen and (max-width: 991px) {
    .bx_breadcrumbs ul {
        display: flex;
        max-width: 100%;
        overflow: auto;
    }

    .bx_breadcrumbs, .bx_breadcrumbs ul li {
        white-space: nowrap;
    }
}

@media screen and (max-width: 425px) {
    .bx_breadcrumbs {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .product-page .catalog-compare-list {
        width: 100%;
        margin: 20px 15px 30px 0;
        float: none;
    }
}

#workarea_wide:after {
    content: '';
    display: table;
    clear: both;
}
/*NEW CHANGES*/

.cat-side {
    display: none;
}
.sticky-aside {
    position: fixed !important;
}

.adding_product_container__mob {
    display: none;
}

.adding_product_container__mob .adding_product_item {
    vertical-align: top;
    padding: 0;
    text-align: center;
    border: 1px solid #BDBDBD;
    margin: 0;
    box-sizing: border-box;
}

.adding_product_container__mob .top_box {
    position: relative;
    height: 288px;
    width: 100%;
}

.adding_product_container__mob .bottom_box {
    margin: 0;
    width: 100%;
    height: 85px;
}

.adding_product_container__mob .top_box .adding_product_item_img {
    width: 100%;
    height: 160px;
    text-align: center;
    padding: 25px 0 0 0;
    overflow: hidden;
}

.adding_product_container__mob .top_box .adding_product_item_name {
    margin: 5px 5px 0 5px;
    padding: 0;
    height: 34px;
    overflow: hidden;
    line-height: 17px;
    text-transform: uppercase;
}


.similar_container .adding_product_item .adding_product_item_name a {
    text-transform: initial;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    color: black;
}

.similar_container .adding_product_item .adding_product_item_art {
    color: gray;
}

.adding_product_container__mob .top_box .adding_product_item_art {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0;
    height: 15px;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
}

.adding_product_container__mob .top_box .vote {
    margin: 10px 0 13px 0;
}

.adding_product_container__mob .iblock-vote3 {
    text-align: center;
}

.adding_product_container__mob .iblock-vote3 table {
    margin: 0 auto;
}

.adding_product_container__mob .top_box .available {
    position: absolute;
    top: 10px;
    right: 0;
}

.adding_product_container__mob .adding_product_item .adding_product_item_price {
    width: 100%;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
}

.adding_product_container__mob .adding_product_item .adding_product_item_price span {
    color: #004f9f;
}

.adding_product_container__mob .slick-slide {
    margin-right: 5px;
}

.adding_product_container__mob .slick-arrow {
    position: absolute;
    top: -35px;
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.adding_product_container__mob .slick-next {
    background-image: url('./images/arrow.svg');
    right: 0;
}

.adding_product_container__mob .slick-prev {
    background-image: url('./images/arrow.svg');
    transform: rotateY(-180deg);
    right: 35px;
}

.bx-filter .bx-filter-popup-result.left {
    right: 0;
    bottom: -29px;
    left: -10px;
    border: none;
    background-color: #00509f;
}

.bx-filter .bx-filter-popup-result a {
    float: unset !important;
    display: block;
    text-align: center;
}

#modef {
    padding: 0 !important;
}

#modef a {
    color: #fff !important;
    padding: 8px;

}

@media (max-width: 767px) {
    .similar_container {
        display: block;
        margin: 0 15px;
    }

    .adding_product {
        margin-bottom: 15px;
    }

    .adding_product_container{
        display: none;
    }

    .adding_product_container__mob {
        display: flex;
        margin-bottom: 35px;
    }

    .adding_product_item_img img {
        margin: 0 auto;
    }

    .adding_product_container__mob .adding_product_item .action {
        text-align: center;
    }

    .adding_product_container__mob .adding_product_item  .iblock-vote3 table {
        margin: 0 auto;
    }


}

@media (max-width: 340px) {
    .adding_product_container__mob .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .adding_product_container__mob .slick-prev {
        right: 25px;
    }
}

/*NEW CHANGES*/


/*11.05*/
.header_cell_wrapper .header-cell.h_hotline_box {
    width: 35% !important;
    margin-left: auto !important;
    margin-right: 25px;
}

.mobile_menu_bottom .mobile_cell_numbers:not(:last-child) {
    margin-bottom: 25px;
}

.header-cell .top-contacts .header-phones .second-number a {
    font-size: 24px;
}

/*11.05*/

/*12.05*/

@media(max-width: 767px) {
    .logo.top img {
        height: 40px;
    }

    #header .manage-catmenu .show-catmenu .material-icons {
        line-height: 3.8;
    }

    #header .manage-catmenu .menu_btn_title {
        bottom: 10px;
    }

    #header .header_content_wrapper .header_cell_wrapper .comparison_global_wrapper .top-basket {
        top: 62%;
    }

    .comparison_global_wrapper .top-basket .bx_small_cart .basket_icon_wrap svg {
        height: 23px;
    }

    .comparison_global_wrapper .top-basket .bx_cart_block .basket_product_count {

        top: 20px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
}


@media(max-width: 485px) {
    .header-phones .second-number {
        padding: 0 5px;
    }

    #header .header_content_wrapper .header_cell_wrapper .comparison_global_wrapper .top-basket {
        right: 10px !important;;
        top: 58% !important;;
    }

    #header .manage-catmenu {
        top: 39% !important;
    }
}

/*12.05*/