div#breadcrumbs {
    margin-top: 10px;
    margin-bottom: 46px;
}

ul.breadcrumbs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

li.breadcrumbs-item {
    display: inline-block;
}

a.breadcrumb-link {
    color: black!important;
    display: inline-block;
    border-bottom: 0.5px solid black;
    text-decoration: none!important;
}

li.breadcrumbs-item:not(:last-child):after {
    content: ' / ';
}

h1.catalog-title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #54518F;
    text-transform: uppercase;
    margin-top: 0;
}

.trading-offers table {
    font-size: 20px;
}

.with-bg-wrapper {
    margin: 50px 0 60px;
}

.order-count {
    font-size: 0;
}

span.count-minus,
span.count-all-minus {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.count-plus,
span.count-all-plus {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.count-minus:before,
span.count-plus:before,
span.count-plus:after,
span.count-all-minus:before,
span.count-all-plus:before,
span.count-all-plus:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

span.count-plus:before,
span.count-all-plus:before {
    left: unset;
    right: 0;
}

span.count-plus:after,
span.count-all-plus:after {
    width: 1px;
    height: 14px;
    left: unset;
    right: 7px;
}

input.count-value {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    border: 0;
}

.trading-offers td,
.trading-offers th {
    background: #C3C7F1;
}

.trading-offers {
    font-size: 28px;
    line-height: 34px;
    overflow-y: hidden;
}

.trading-offers table,
.trading-offers thead,
.trading-offers tfoot,
.trading-offers tbody,
.trading-offers .tr,
.trading-offers td,
.trading-offers th {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}

.trading-offers thead th {
    text-align: center;
    padding: 10px 0!important;
}

.trading-offers thead th:not(:last-child),
.trading-offers tbody td:not(:last-child) {
    border-right: 9px solid white!important;
}

.trading-offers .table tbody td {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    border-bottom: 1px solid white!important;
}

.trading-offers td,
.trading-offers th {
    vertical-align: middle;
}

.trading-offers thead {
    border-bottom: 9px solid white!important;
}

.trading-offers .table tfoot {
    border-top: 9px solid white!important;
}

.trading-offers .table tfoot td {
    vertical-align: middle;
    background: #686FC1;
    box-sizing: content-box;
}

.trading-offers .table tfoot td:last-child {
    background: #fff;
}

#fast-view .modal-lg button.fast-order,
.product-table__wrapper button.fast-order {
    color: #686FC1;
    font-size: 20px;
    border-bottom: 1px dashed #686FC1;
    line-height: 1.4;
}

.add-to-cart-block button.add-to-cart {
    background: #686FC1;
}

button.add-to-cart {
    border: 0;
    background: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: white;
    margin: 0;
    padding: 5px;
    position: relative;
    cursor: pointer;
    outline: none!important;
    display: block;
    width: 100%;
}

button.add-to-cart span {
    padding-right: 75px;
    position: relative;
}

.trading-offers tbody td[colspan="3"] {
    text-align: left;
    padding-left: 50px!important;
}

input.control-all {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    border: 0;
}

button.add-to-cart span:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 32px;
    background-position: -371px -119px;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    filter: invert(1);
    transform: scale(.8);
}

.slider-for .product__reviews-button {
    filter: invert(1) opacity(0.6);
}

h1.catalog-detail__product-name {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 50px;
}

.catalog-detail__product-description ul {
    padding: 0;
    margin: 0 0 35px;
    list-style-type: none;
}

.catalog-detail__product-description li {
    margin-bottom: 5px;
}

a.catalog-element__external-link {
    background: #686FC1;
    color: white;
    font-size: 20px;
    line-height: 38px;
    display: block;
    text-align: center;
}

a.catalog-element__external-link:first-child {
    margin-top: 73px;
    margin-bottom: 14px;
}

.slick-slide {
    outline: none!important;
}

.slider-nav__item img {
    margin-bottom: 20px;
    cursor: pointer;
}

.relative-products {
    margin-top: 70px;
}

.popular-products,
.views-products {
    margin-top: 100px;
}

.catalog-detail h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}

.catalog-detail .container {
    position: relative;
}

.catalog-detail {
    margin-bottom: 70px;
}

input[type='number'].count-value {
    -moz-appearance: textfield;
}

input[type='number'].count-value::-webkit-outer-spin-button,
input[type='number'].count-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.catalog-detail__product-detail-description {
    margin-top: 50px;
}

.slick-vertical .slick-slide {
    border: 0;
}

.trading-offers tfoot td:first-child {
    border-right: 9px solid white!important;
}

button.fast-order {
    background: 0;
    border: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.breadcrumbs_catalog-section ul.breadcrumbs-list {
    border: none;
    font-size: 20px;
}

.breadcrumbs_catalog-section .bb {
    /* border-bottom: 2px solid #5B62BC; */
}

.show-by label,
.sort-by label {
    margin: 0;
    font-weight: normal;
}

.show-by {
    margin-top: -83px;
    position: absolute;
    right: 15px;
}

.filter__header,
.left-menu__header {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.left-menu__header {
    margin-top: -86px;
    position: absolute;
    left: 15px;
    width: 100%;
}

.left-menu .parent span {
    cursor: pointer;
}

.left-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 20px;
    line-height: 1.3;
}

.left-menu li {
    margin-bottom: 15px;
}

.left-menu a {
    color: black!important;
    text-decoration: none!important;
    outline: none!important;
}

.left-menu .active>a,
.left-menu .active>span {
    color: #5B62BC;
    font-weight: bold;
}

ul.sub-menu_left {
    display: none;
}

.left-menu .opened .sub-menu_left,
.left-menu .active .sub-menu_left {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    border-left: 2px solid #5B62BC;
    padding-left: 10px;
}

.left-menu .parent span:before {
    content: '';
    width: 10px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-45deg);
    margin-bottom: 2px;
    transition: all 0.1s;
}

.left-menu li.parent:before {
    display: none;
}

.left-menu .parent.opened span:before {
    transform: rotate(45deg)!important;
}

.sub-menu_left li ul {
    margin-left: 15px;
}

.sub-menu_left li ul li {
    margin-bottom: 3px;
}

.filter__header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #5B62BC;
}

input#set_filter {
    font-size: 20px;
}

.left-menu {
    margin-bottom: 65px;
}
.left-menu>ul>li>ul>li>ul {
    padding-left: 30px;
}

.left-menu>ul>li>ul>li>ul a {
    font-size: 12px;
    line-height: 14px;
}

.left-menu>ul>li>ul>li>ul li {
    margin-bottom: 0;
}
.catalog-section {
    margin-bottom: 70px;
}

.bx-filter {
    font-family: 'Exo 2', Arial, sans-serif;
}

.bx-filter,
.smartfilter {
    margin-bottom: 0;
}

button.add-to-cart[disabled] span:after {
    background-image: url(/local/templates/illuminator/images/loading.gif)!important;
    background-position: center center!important;
    background-size: 16px!important;
    filter: invert(0)!important;
}

.pag-outer {
    margin-top: 5px;
}

.product-item.table-header {
    font-weight: 500;
}

.price-product__info-block .product-name {
    text-decoration: underline;
    font-size: 18px;
}

.search-page form input[type=text] {
    border: 0px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 1.3;
    padding: 5px 10px;
}

.search-page form input[type=submit] {
    background: #686FC1;
    color: #fff;
    border: 0px;
    padding: 5px 35px;
}
/* 
.search-page a {
    color: #000;
    text-decoration: underline;
    font-size: 20px;
} */

.search-page .product__info-detail a {
    color: #fff;
    text-decoration: none;
}

.search-page .pag-prev span,
.search-page .pag-next span {
    display: none;
}

.search-page p {
    font-size: 16px;
}

.download-price a {
    color: #000;
}

.about-slider .slick-slide {
    height: auto;
}

.poshiv-na-zakaz h2,
.poshiv-na-zakaz .h2 {
    margin: 50px 0 40px;
}

.poshiv-na-zakaz img {
    max-width: 100%;
    height: auto;
}

.collaborative-process,
.sertifikaty-block {
    margin: 100px 0 50px;
    background-color: #f8f5ff;
    padding: 50px 0 100px;
}

.collaborative-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.collaborative-item-img {
    border-radius: 50%;
    border: 2px solid #3e326d;
    display: inline-block;
    padding: 15px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 30px;
}

.collaborative-item-img img {
    max-width: 60px;
}

.collaborative-item-text {
    color: #3e326d;
    font-weight: bold;
}

.collaborative-item-arrow {
    position: absolute;
    right: -20px;
    top: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.collaborative-item-arrow img {
    max-width: 100%;
    height: auto;
}

.poshiv-contact-img img {
    max-width: 50px;
    height: auto;
}

.poshiv-contact-img {
    margin-bottom: 60px;
}

.poshiv-contact-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3e326d;
}

.poshiv-contact-title[data-toggle="modal"] {
    cursor: pointer;
    border-bottom: 1px dashed #3e326d;
    display: inline;
}

.poshiv-contact-text a {
    color: #000;
}

.poshiv-map {
    margin-top: 100px;
    color: #3e326d;
}

.basket-items-list-item-container .basket-item-actions-remove {
    background: url(../images/basket-item-actions-remove.png) no-repeat 0% 0;
}

/*div#bx-soa-region,*/
/*.bx-soa-tooltip-danger {*/
    /*display: none !important;*/
/*}*/

.count-product-error {
    font-size: 14px;
    color: red;
}

.category-description {
    margin-top: 100px;
}

.category-description h3 {
    font-size: 1.3rem;
    text-align: left;
}

.lazyLoad-button .btn {
    margin-bottom: 25px;
    color: white;
    background: #686FC1;
    border-radius: 0;
}

.gallery-item {
    background-size: cover;
    height: 174px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.news-list-item .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 235px;
}

.new-catalog-header h1 {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #54518F;
    text-transform: uppercase;
}

.new-catalog-header h1 text {
    font-size: 12px;
    color: #6C6C6C;
    font-weight: normal;
    margin-left: 21px;
    white-space: nowrap;
    line-height: 15px;
}

.category-tag a {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #7674A5;
    padding: 5px 25px;
    border: 1px solid #7674A5;
    box-sizing: border-box;
    border-radius: 1000px;
    display: block;
}

.category-tags {
    margin-bottom: 86px;
    row-gap: 15px;
}

.category-tag a:hover {
    text-decoration: none;
    color: white;
    background: #7674A5;
}

.left-menu .opened .sub-menu_left,
.left-menu .active .sub-menu_left {
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 21px;
}

.left-menu>ul>li>a,
.left-menu>ul>li>span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #54518F!important;
}

.left-menu .parent span:before {
    border-color: #54518F;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg)!important;
    right: -12px;
    margin-top: -2px;
}

li.parent>span {
    display: inline-block;
}

.sub-menu_left li ul {
    margin: 0;
}

.sub-menu_left li ul li {
    margin: 0;
}

.left-menu li {
    margin: 0;
}

.left-menu>ul>li>ul>li a,
.left-menu>ul>li>ul>li span {
    font-weight: 500!important;
    font-size: 14px;
    line-height: 18px;
    color: #222!important;
    display: inline-block;
}

.left-menu ul li ul li {
    margin-bottom: 8px;
}

.left-menu text.count {
    color: #868686;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
}

.left-menu>ul>li {
    margin-bottom: 24px;
}

.left-menu .parent.active span:before {
    transform: rotate(45deg)!important;
    margin-top: -3px;
}

.left-menu li ul li.active>a {
    text-decoration: underline!important;
    text-underline-position: under;
}

.left-menu li ul li.active a text {
    position: relative;
}

.left-menu li ul li ul {
    margin-top: 8px;
}

.left-menu li ul li.active a text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: -10px;
    right: 0;
    height: 2px;
    background: white;
}

.sort-by {
    margin: 68px 0 50px;
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 129.9%;
    /* or 18px */
    color: #767676;
}

.show-by {
    position: static;
    margin: 68px 0 50px;
    float: left;
    margin-left: 66px;
    font-weight: 500;
    font-size: 14px;
    line-height: 129.9%;
    /* or 18px */
    color: #767676;
}

.sort-by select {
    border: 1px solid #D5D4D4;
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: 12px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.9%;
    /* identical to box height, or 16px */
    color: #767676;
}

.show-by select {
    border: 1px solid #D5D4D4;
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: 12px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 129.9%;
    color: #767676;
}

.category-description h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height, or 167% */
    color: #333333;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.category-description {
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #333333;
    margin-bottom: 90px;
}

.category-description h3 {
    font-weight: 500;
    font-size: 16px!important;
    line-height: 22px;
    color: #333333;
    margin: 0 0 5px;
    text-transform: uppercase;
    padding: 0;
}

.category-description p+h2 {
    margin-top: 20px;
}

.category-description p+h3 {
    margin-top: 15px;
}
.warranty-and-returns__top-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
/* or 27px */
    color: #333333;
    margin-bottom: 50px;
}

.warranty-and-returns__grey {
    background: #F6F6F6;
    padding: 70px 0;
}


.warranty-and-returns__grey-left {
    float: left;
    max-width: 475px;
    margin-right: 95px;
}

.warranty-and-returns__grey-right {
    max-width: 540px;
    float: right;
}

.warranty-and-returns__grey-right img {
    max-width: 100%;
}

.warranty-and-returns__grey-left h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #54518F;
    margin: 0 0 30px;
}

.warranty-and-returns__grey-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin: 0 0 30px;
}

.warranty-and-returns__grey-left h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #54518F;
    margin: 0 0 13px;
    text-align: left;
    padding: 0;
}

.warranty-and-returns__grey-left hr {
    margin: -10px 0 30px;
    display: block;
    border: none;
    height: 1px;
    background: #E0E0E0;
}

.warranty-and-returns__grey-left hr:last-child {
    margin-bottom: 0;
}

.warranty-and-returns__bottom-text {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.warranty-and-returns__bottom-text a {
    color: #54518F;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 500;
}

.warranty-and-returns__bottom-text p {
    margin: 0 0 20px;
}

.warranty-and-returns__bottom-text p:last-child {
    margin: 0;
}
@media (min-width: 1600px) and (max-width: 1919px) {
    button.add-to-cart span {
        padding-right: 65px;
    }
    .trading-offers tbody td[colspan="3"] {
        line-height: 40px;
        padding-left: 45px!important;
    }
    button.fast-order {
        line-height: 42px;
    }
    .show-by {
        margin-top: 50px;
    }
    .sort-by {
        margin-top: 50px;
    }
    .left-menu__header {
        margin-top: -83px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .trading-offers tbody td {
        height: 68px;
    }
    button.add-to-cart span {
        padding-right: 65px;
    }
    .trading-offers tbody td[colspan="3"] {
        line-height: 40px;
        padding-left: 38px!important;
    }
    h1.catalog-detail__product-name {
        margin-bottom: 50px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 63px;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 25px;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 7px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 7px solid white!important;
    }
    .trading-offers tfoot td {
        border-top: 7px solid white!important;
    }
    span.count-minus,
    span.count-plus {
        width: 30px;
    }
    .trading-offers tfoot:first-child {
        border-right: 7px solid white!important;
    }
    .show-by {
        margin-top: 50px;
    }
    .sort-by {
        margin-top: 50px;
    }
    .left-menu__header {
        margin-top: -81px;
    }
    .left-menu .parent span:before {
        margin-bottom: 3px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .catalog-detail h2 {
        margin-bottom: 15px;
    }
    .trading-offers tbody td {
        height: 52px;
    }
    button.add-to-cart span {
        padding-right: 50px;
    }
    .trading-offers tbody td[colspan="3"] {
        line-height: 34px;
        padding-left: 28px!important;
    }
    input.count-value {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    input.control-all {
        width: 35px;
    }
    h1.catalog-detail__product-name {
        margin-bottom: 25px;
    }
    input#set_filter {
        font-size: 20px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 61px;
        margin-bottom: 12px;
    }
    a.catalog-element__external-link {
        font-size: 16px;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 25px;
    }
    a.catalog-element__external-link {
        line-height: 32px;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 5px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 5px solid white!important;
    }
    .trading-offers tfoot {
        border-top: 5px solid white!important;
    }
    span.count-minus,
    span.count-plus {
        width: 30px;
        height: 35px;
    }
    .relative-products,
    .popular-products,
    .views-products {
        margin-top: 70px;
    }
    span.count-minus:before,
    span.count-plus:before {
        width: 15px;
    }
    span.count-plus:after {
        width: 1px;
        height: 15px;
        left: unset;
        right: 7px;
    }
    .trading-offers tfoot td:first-child {
        border-right: 5px solid white!important;
    }
    .show-by {
        margin-top: 40px;
    }
    .sort-by {
        margin-top: 40px;
    }
    .left-menu__header {
        margin-top: -77px;
    }
    .left-menu .parent span:before {
        margin-bottom: 2px;
    }
}
@media (max-width: 1199px) {
    .warranty-and-returns__grey-left {
        margin-right: 20px;
        max-width: 50%;
    }
    
    .warranty-and-returns__grey-right {
        max-width: calc(50% - 20px);
    }
    
    .warranty-and-returns__grey-left p {
        line-height: 19px;
        margin-bottom: 15px;
    }
    
    .warranty-and-returns__grey-left hr {
        margin-bottom: 15px;
        margin-top: -1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trading-offers {
        font-size: 16px;
        line-height: 22px;
        overflow-x: hidden;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 5px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 5px solid white!important;
    }
    .trading-offers tbody td {
        height: 38px;
    }
    span.count-minus,
    span.count-all-minus {
        width: 22px;
        height: 22px;
    }
    input.count-value {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
    }
    span.count-plus,
    span.count-all-plus {
        width: 22px;
        height: 22px;
    }
    span.count-minus:before,
    span.count-plus:before,
    span.count-all-minus:before,
    span.count-all-plus:before {
        width: 13px;
    }
    span.count-plus:after,
    span.count-all-plus:after {
        height: 13px;
        right: 6px;
    }
    input.control-all {
        width: 22px;
        height: 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .trading-offers tbody td[colspan="3"] {
        padding-left: 35px!important;
    }
    button.add-to-cart span {
        font-size: 20px;
        line-height: 30px;
        padding-right: 40px;
    }
    button.fast-order {
        font-size: 20px;
        line-height: 30px;
    }
    .trading-offers tfoot {
        border-top: 5px solid white!important;
    }
    button.add-to-cart span:after {
        background-position: -279px -90px;
        background-image: url(../images/spritesheet-3-4.png);
        width: 36px;
        height: 24px;
        margin-top: -12px;
    }
    h1.catalog-detail__product-name {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 15px;
        margin-right: 160px;
    }
    .slider-nav__item img {
        margin-bottom: 15px;
    }
    .slider-nav__wrapper {
        padding-right: 0;
    }
    .external-link__wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
    a.catalog-element__external-link {
        font-size: 14px;
        white-space: nowrap;
        line-height: 34px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 49px;
        margin-bottom: 8px;
    }
    .relative-products,
    .popular-products,
    .views-products {
        margin-top: 30px;
    }
    .catalog-detail h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .catalog-detail {
        margin-bottom: 30px;
    }
    .trading-offers tfoot:first-child {
        border-right: 5px solid white!important;
    }
    .catalog-section {
        margin-bottom: 30px;
    }
    .filter__header,
    .left-menu__header {
        font-size: 20px;
    }
    .left-menu .opened .sub-menu_left {
        margin-top: 5px;
    }
    .show-by {
        margin-top: -73px;
    }
    .left-menu li {
        margin-bottom: 10px;
    }
    .left-menu__header {
        margin-top: -75px;
    }
    .left-menu .parent span:before {
        margin-bottom: 1px;
        width: 10px;
        height: 10px;
        border-width: 0 1px 1px 0;
    }
    #fast-view .modal-lg {
        max-width: 950px;
    }
    .show-by {
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 30px;
    }
    .sort-by {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .category-tags {
        margin-bottom: 30px;
    }
    .left-menu .parent span:before {
        width: 5px;
        height: 5px;
    }
    .category-description {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px){
    .warranty-and-returns__grey-right {
        float: none;
        max-width: 100%;
    }
    
    .warranty-and-returns__grey-left {
        float: none;
        max-width: 100%;
        margin: 0 0 30px;
    }
    
    .warranty-and-returns__grey {
        padding: 50px 0;
    }
    
    .warranty-and-returns__bottom-text {
        margin-top: 30px;
    }
    
    .warranty-and-returns__grey-left p {
        line-height: 22px;
    }
    
    .warranty-and-returns__top-text {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs_catalog-section ul.breadcrumbs-list {
        font-size: 18px;
    }
    .trading-offers {
        font-size: 14px;
        line-height: 20px;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 3px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 3px solid white!important;
    }
    .slider-for__wrapper {
        padding-right: 0;
    }
    .trading-offers tbody td {
        height: 32px;
    }
    span.count-minus,
    span.count-all-minus {
        width: 22px;
        height: 22px;
    }
    input.count-value {
        width: 28px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }
    span.count-plus,
    span.count-all-plus {
        width: 22px;
        height: 22px;
    }
    span.count-minus:before,
    span.count-plus:before {
        width: 13px;
    }
    span.count-plus:after {
        height: 13px;
        right: 6px;
    }
    input.control-all {
        width: 28px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }
    input#set_filter {
        font-size: 18px;
        line-height: 1.2;
    }
    input#del_filter {
        font-size: 16px;
        line-height: 1.2;
        padding: 5px 10px;
    }
    .trading-offers tbody td[colspan="3"] {
        padding-left: 30px!important;
    }
    button.add-to-cart span {
        font-size: 18px;
        line-height: 30px;
        padding-right: 35px;
    }
    #fast-view .modal-lg button.fast-order,
    .product-table__wrapper button.fast-order {
        font-size: 18px;
    }
    button.fast-order {
        font-size: 18px;
        line-height: 30px;
    }
    .trading-offers tfoot td {
        border-top: 3px solid white!important;
    }
    button.add-to-cart span:after {
        background-position: -279px -90px;
        background-image: url(../images/spritesheet-3-4.png);
        width: 36px;
        height: 24px;
        margin-top: -12px;
    }
    h1.catalog-detail__product-name {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 15px;
        margin-right: 160px;
    }
    .slider-nav__item img {
        margin-bottom: 5px;
    }
    .slider-nav__wrapper {
        padding-right: 0;
    }
    .external-link__wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
    a.catalog-element__external-link {
        font-size: 14px;
        white-space: nowrap;
        line-height: 34px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 49px;
        margin-bottom: 8px;
    }
    .relative-products,
    .popular-products,
    .views-products {
        margin-top: 30px;
    }
    .catalog-detail h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .catalog-detail {
        margin-bottom: 30px;
    }
    .trading-offers tfoot td:first-child {
        border-right: 3px solid white!important;
    }
    .catalog-section {
        margin-bottom: 30px;
    }
    .filter__header,
    .left-menu__header {
        font-size: 20px;
    }
    .left-menu .opened .sub-menu_left {
        margin-top: 5px;
    }
    .show-by {
        margin-top: -75px;
    }
    .left-menu li {
        margin-bottom: 5px;
    }
    .left-menu__header {
        margin-top: -75px;
    }
    .left-menu .parent span:before {
        margin-bottom: 3px;
        width: 6px;
        height: 6px;
        border-width: 0 1px 1px 0;
    }
    .sort-by {
        margin-bottom: 15px;
    }
    .bx-filter .bx-filter-input-container input {
        margin-top: 0;
    }
    .bx-filter__title {
        margin-bottom: 15px;
    }
    input#del_filter {
        font-size: 12px;
        line-height: 15px;
        padding: 11px 15px;
        margin-top: 10px;
    }
    .show-by {
        margin-top: 20px;
        float: right;
        margin-bottom: 30px;
    }
    .sort-by {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .sort-by label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .sort-by select {
        margin-left: 0;
        margin-top: 10px;
    }
    .show-by label {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .show-by select {
        margin-left: 0;
        margin-top: 10px;
    }
    .left-menu .opened .sub-menu_left,
    .left-menu .active .sub-menu_left {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .left-menu ul li ul li {
        margin-bottom: 10px;
    }
    .left-menu>ul>li>ul>li a,
    .left-menu>ul>li>ul>li span {
        font-size: 12px;
        line-height: 16px;
    }
    .left-menu text.count {
        font-size: 10px;
    }
    .left-menu>ul>li {
        margin-bottom: 15px;
    }
    .left-menu ul {
        font-size: 15px;
        line-height: 20px;
    }
    .category-description {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .category-tags {
        margin-bottom: 30px;
    }
    .category-tag a {
        padding: 5px 15px;
    }
    .new-catalog-header h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    div#breadcrumbs {
        margin-bottom: 30px;
    }
    .trading-offers {
        font-size: 14px;
        line-height: 20px;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 3px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 3px solid white!important;
    }
    .trading-offers tbody td {
        height: 32px;
    }
    span.count-minus,
    span.count-all-minus {
        width: 22px;
        height: 22px;
    }
    input.count-value {
        width: 32px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }
    span.count-plus,
    span.count-all-plus {
        width: 22px;
        height: 22px;
    }
    span.count-minus:before,
    span.count-plus:before {
        width: 13px;
    }
    span.count-plus:after {
        height: 13px;
        right: 6px;
    }
    input.control-all {
        width: 32px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }
    .table-responsive {
        border: 0px solid #ddd;
    }
    .trading-offers tbody td[colspan="3"] {
        padding-left: 40px!important;
    }
    button.add-to-cart span {
        font-size: 18px;
        line-height: 30px;
        padding-right: 35px;
    }
    #fast-view .modal-lg button.fast-order,
    .product-table__wrapper button.fast-order {
        font-size: 18px;
    }
    button.fast-order {
        font-size: 18px;
        line-height: 30px;
    }
    input#set_filter {
        font-size: 18px;
        line-height: 1.2;
    }
    input#del_filter {
        font-size: 16px;
        line-height: 1.2;
        padding: 5px 10px;
    }
    .bx-filter {
        margin-bottom: 0px;
    }
    .trading-offers tfoot td {
        border-top: 3px solid white!important;
    }
    button.add-to-cart span:after {
        background-position: -279px -90px;
        background-image: url(../images/spritesheet-3-4.png);
        width: 36px;
        height: 24px;
        margin-top: -12px;
    }
    h1.catalog-detail__product-name {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 15px;
        margin-right: 160px;
    }
    .slider-nav__item img {
        margin-bottom: 10px;
    }
    .slider-nav__wrapper {
        padding-right: 0;
    }
    a.catalog-element__external-link {
        font-size: 14px;
        white-space: nowrap;
        line-height: 34px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 49px;
        margin-bottom: 8px;
    }
    .relative-products,
    .popular-products,
    .views-products {
        margin-top: 30px;
    }
    .catalog-detail h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .catalog-detail {
        margin-bottom: 30px;
    }
    .product-table__wrapper {
        margin-bottom: 15px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    div#breadcrumbs {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    ul.breadcrumbs-list {
        padding-bottom: 15px;
    }
    a.catalog-element__external-link {
        flex: 0 1 49%;
        margin: 0 !important;
    }
    .external-link__wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }
    .trading-offers tfoot td:first-child {
        border-right: 3px solid white!important;
    }
    .catalog-section {
        margin-bottom: 30px;
    }
    .filter__header,
    .left-menu__header {
        font-size: 20px;
    }
    .left-menu .opened .sub-menu_left {
        margin-top: 5px;
    }
    .show-by {
        margin-top: -27px;
    }
    .left-menu {
        margin-bottom: 30px;
    }
    .left-menu li {
        margin-bottom: 5px;
    }
    .left-menu>ul {
        column-count: 2;
    }
    .left-menu__header {
        margin-top: 0;
        position: static;
        margin-bottom: 15px;
    }
    .left-menu .parent span:before {
        margin-bottom: 3px;
        width: 6px;
        height: 6px;
        border-width: 0 1px 1px 0;
    }
    .sort-by {
        margin-bottom: 15px;
    }
    .poshiv-contact-block {
        margin-bottom: 30px;
    }
    .poshiv-contact-img {
        margin-bottom: 15px;
    }
    .poshiv-contact-title {
        margin-bottom: 15px;
    }
    .has-arr {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .new-catalog-header h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .category-tags {
        row-gap: 5px;
        margin-bottom: 30px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .category-tag a {
        padding: 5px 15px;
        font-size: 12px;
        line-height: 18px;
    }
    .category-tag {
        padding: 0 5px;
    }
    .sort-by {
        margin: 15px 0 30px;
    }
    .show-by {
        margin: 15px 0 30px;
        float: right;
    }
    .bx-filter__title {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .bx-filter .bx-filter-input-container input {
        margin-top: 0;
    }
    input#del_filter {
        font-size: 12px;
        line-height: 15px;
        padding: 11px 15px;
        margin-top: 10px;
    }
    .category-description {
        margin: 30px 0;
    }
    .left-menu .opened .sub-menu_left,
    .left-menu .active .sub-menu_left {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .left-menu ul li ul li {
        margin-bottom: 10px;
    }
    .left-menu>ul>li>ul>li a,
    .left-menu>ul>li>ul>li span {
        font-size: 12px;
        line-height: 16px;
    }
    .left-menu text.count {
        font-size: 10px;
    }
    .left-menu>ul>li {
        margin-bottom: 15px;
    }
    .left-menu ul {
        font-size: 15px;
        line-height: 20px;
    }
    .left-menu {
        margin: 0;
    }
}

@media (max-width: 575px) {
    div#breadcrumbs {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    ul.breadcrumbs-list {
        padding-bottom: 5px;
    }
    .slider-for__wrapper {
        order: -1;
    }
    .slider-nav__item img {
        margin-bottom: 10px;
    }
    .slider-nav__item.slick-current+.slick-active+.slick-active {
        padding: 5px 0 5px 10px;
    }
    .slider-nav__item.slick-current {
        padding: 5px 10px 5px 0;
    }
    .slider-nav__item {
        padding: 5px;
    }
    button.add-to-cart span {
        padding-right: 0px;
    }
    .product-table__wrapper {
        margin-bottom: 15px;
    }
    a.catalog-element__external-link:first-child {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .relative-products,
    .popular-products,
    .views-products {
        margin-top: 15px;
    }
    .catalog-detail h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    h1.catalog-detail__product-name {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .catalog-detail__product-description li {
        margin: 0;
    }
    .catalog-detail__product-description ul {
        margin-bottom: 15px;
    }
    .trading-offers {
        font-size: 14px;
        line-height: 20px;
    }
    .trading-offers thead th {
        padding: 5px 15px!important;
        white-space: nowrap;
    }
    .trading-offers thead th:not(:last-child),
    .trading-offers tbody td:not(:last-child) {
        border-right: 3px solid white!important;
    }
    .trading-offers thead {
        border-bottom: 3px solid white!important;
    }
    .trading-offers tbody td {
        height: 28px;
    }
    input.count-value {
        font-size: 14px;
        width: 28px;
        height: 20px;
        line-height: 20px;
    }
    span.count-minus,
    span.count-all-minus {
        width: 20px;
        height: 20px;
    }
    span.count-plus,
    span.count-all-plus {
        width: 20px;
        height: 20px;
    }
    input.control-all {
        width: 28px;
        height: 20px;
        font-size: 14px;
        float: none;
    }
    .trading-offers tbody td[colspan="3"] {
        padding: 3px 0!important;
        text-align: center;
    }
    span.count-minus:before,
    span.count-plus:before,
    span.count-all-minus:before,
    span.count-all-plus:before {
        width: 11px;
    }
    span.count-plus:after,
    span.count-all-plus:after {
        height: 11px;
        right: 5px;
    }
    .trading-offers table {
        font-size: 16px;
    }
    .trading-offers tfoot td {
        border-top: 1px solid white!important;
        position: relative;
        text-align: left;
    }
    .trading-offers tfoot td:first-child {
        border-right: 1px solid white!important;
    }
    #fast-view .modal-lg button.add-to-cart {
        font-size: 18px;
        line-height: 30px;
        padding-right: 0;
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0px 0 5px;
    }
    #fast-view .modal-lg button.fast-order,
    .product-table__wrapper button.fast-order {
        font-size: 18px;
    }
    button.fast-order {
        font-size: 18px;
        line-height: 30px;
        margin: 0 auto;
        display: block;
    }
    button.add-to-cart span:after {
        background-position: -279px -90px;
        background-image: url(../images/spritesheet-3-4.png);
        width: 36px;
        height: 24px;
        margin-top: 0px;
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }
    a.catalog-element__external-link {
        font-size: 16px;
        line-height: 30px;
    }
    .catalog-section {
        margin-bottom: 30px;
    }
    .filter__header,
    .left-menu__header {
        font-size: 20px;
    }
    .left-menu .opened .sub-menu_left {
        margin-top: 5px;
    }
    .show-by {
        margin-top: 0;
        position: static;
    }
    .left-menu {
        margin-bottom: 30px;
    }
    .left-menu li {
        margin-bottom: 5px;
    }
    .left-menu__header {
        margin-top: 0;
        position: static;
        margin-bottom: 15px;
    }
    .left-menu .parent span:before {
        margin-bottom: 3px;
        width: 6px;
        height: 6px;
        border-width: 0 1px 1px 0;
    }
    .sort-by {
        margin-bottom: 15px;
    }
    .show-by_mobile select,
    .sort-by_mobile select {
        margin-top: 5px;
        width: 100%;
    }
    .poshiv-contact-block {
        margin-bottom: 30px;
    }
    .poshiv-contact-img {
        margin-bottom: 15px;
    }
    .poshiv-contact-title {
        margin-bottom: 15px;
    }
    .has-arr {
        margin-bottom: 30px;
    }
    .show-by.show-by_mobile {
        margin-top: 15px;
        float: none;
    }
    .show-by_mobile select,
    .sort-by_mobile select {
        width: auto;
        margin-left: 0;
        padding: 5px 8px;
    }
    .sort-by.sort-by_mobile {
        float: right;
    }
    .sort-by.sort-by_mobile label,
    .show-by.show-by_mobile label {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .sort-by.sort-by_mobile label {
        align-items: flex-end;
    }
    .bx-filter__title {
        margin-top: 0;
    }
    input#del_filter {
        margin-bottom: 30px;
        border: 1px solid #54518F;
    }
    .category-description {
        display: block!important;
    }
    .category-description h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px){
    .warranty-and-returns__grey-left h2 {
        font-size: 18px;
        line-height: 24px;
    }
}