.header {
    position: relative;
    background: #f5f5f5;
    color: #000;
}

.menu__icon span {
    background: #000;
}

.menu__icon.active span {
    background: #fff;
}

.search-icon.magnifier img, .lang-switcher img {
    filter: brightness(1) invert(1);
}

.main-content {
    line-height: 1.75;
    padding-bottom: 5rem;
}

.top__menue ul.links li.dropdown:hover ul {
    background: #ffffff;
}

.top__menue ul.links li:before {
    background-color: rgb(215 215 215);
}

li.dropdown.inline:after {
    border-color: #000;
}

.category.catalog.d-flex, .category.catalog .d-flex {
    flex-wrap: wrap;
}

.category.catalog {
    padding-bottom: 50px;
}

.category.catalog .container {
    padding: 0 15px;
}

.category__wall .category_block {
    position: relative;
    margin: 9px 0
}

.category__wall .category__wall .category-items {
    margin: 0 -5px
}

.category__wall img {
    line-height: 0 !important;
    margin: 0;
    padding: 0;
    display: block
}

.category__wall .category_block a .category-img {
    position: relative;
    overflow: hidden;
    transition: transform .5s ease 0s
}

.category__wall .category_block a:hover .category-img {
    transform: scale(1.025)
}

.category__wall .category_block p.category_main_title {
    position: absolute;
    bottom: 15px;
    color: #fff;
    line-height: 1.5;
    left: 20px;
    z-index: 1;
    transition: all .25s ease 0s;
}

.category__wall .category_main_img {
    overflow: hidden;
    height: 430px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.category__wall .category_main_img a {
    display: inherit
}

.category.catalog .teaser {
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
}

.teaser .title {
    font-size: .85rem;
    padding: 0 18px;
    font-weight: 600;
    color: #3c3835
}

.teaser .title a {
    text-decoration: none;
}

.teaser .title a:hover {
    color: #000
}

.category.catalog .teaser.col-4 {
    flex: 1 1 25%;
    margin: -.5px;
    max-width: 25%;
}

.category.catalog h1 {
    font-size: 1.25rem;
    line-height: 1.25 !important;
    padding: 25px 0 !important;
    margin: 0;
}

.category.catalog h1 {
    font-size: 1.25rem;
    line-height: 1.25 !important;
    padding: 25px 0 !important;
    margin: 0;
}

.catalog.category__wall h1 {
    padding: 30px 0 20px !important;
}

.category__description {
    overflow: hidden;
    width: 100%;
    padding: 0 15px 0 0;
}

.sort {
    margin: 0;
    padding: 10px;
    background: none;
    overflow: hidden;
    font-size: .8rem;
}

.sorted-block, .sorted-icon {
    display: inline-block;
    margin: 0 5px;
}

.sort .sorted {
    float: left;
}

.sorted-icon {
    position: relative;
    width: 18px;
    height: 15px;
    border-top: 2px solid #000;
    float: left;
    margin-top: 4px;
}

.sorted-icon span {
    display: block;
    width: 13px;
    height: 2px;
    background: #000;
    margin: 3px 0 3px 5px;
}

.sorted-icon:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 2px;
    background: #000;
    top: 8px;
    right: 0;
}

.sort .sorted span {
    margin-right: 10px;
    font-weight: 600;
    color: #888;
}

.sort .sorted a {
    text-decoration: none;
    color: #474747;
    margin: 0 20px 0 0;
    line-height: 1.5;
    padding: 3px 0;
}

.sort .sorted a.init, .sort .sorted a:hover {
    color: #000;
    border-bottom: 1px solid #9c9c9c;
}

.sort .sorted .desc, .sort .sorted .asc {
    position: relative;
}

.sort .sorted .desc:after, .sort .sorted .asc:after {
    font-size: .6rem;
    font-family: icon, sans-serif;
    margin-left: 2px;
}

.sort .sorted .desc:after {
    content: '\f10a';
}

.sort .sorted .asc:after {
    content: '\f10b';
}

.sort .rating-block {
    margin-left: 25px;
}

.sort .per-page select {
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.sort .per-page select:focus {
    outline: none
}

.category__description p {
    line-height: 1.725;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.category__description h2 {
    line-height: 1.725;
    margin-bottom: 10px;
}

.category__description ol, .category__description ul {
    margin: 20px 0
}

.category__description ol li, .category__description ul li {
    line-height: 1.725;
    font-size: 0.9rem;
    margin: 0 0 5px 20px
}

.category__description ul li {
    list-style: square;
}

.category__description table tr td, .category__description table tr td p {
    font-size: 0.9rem;
    margin: 0;
    padding: 6px 10px;
}

.category__description table tr td p {
    padding: 0;
}

.load__more {
    padding: 50px 0 20px 0;
    text-align: center;
}

.load-more {
    border: 1px solid #ddd;
    padding: 10px 40px;
    text-align: center
}

.load-more.load {
    position: relative;
    overflow: hidden;
    color: #0c0c0c;
    border: 1px solid #ffaf33;
    z-index: 111;
}

.load-more.load:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.load-more.load:after {
    position: absolute;
    font-family: icon, sans-serif;
    font-size: 1.5rem;
    line-height: 38px;
    content: '\f11b';
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s ease;
    -webkit-animation: infinite-auto-rotating 1s linear infinite;
    -moz-animation: infinite-auto-rotating 1s linear infinite;
    -ms-animation: infinite-auto-rotating 1s linear infinite;
    -o-animation: infinite-auto-rotating 1s linear infinite;
    animation: infinite-auto-rotating 1s linear infinite;
}

@keyframes infinite-auto-rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes infinite-auto-rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hits {
    margin: 25px 0 0;
    padding: 0;
}

.vieweds .title {
    margin: 25px 10px 15px;
}

.hits .item {
    text-align: left;
    border: 1px solid #ddd;
    margin: 5px 25px 0 0;
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
}

.hits .item-img {
    margin: 15px 0;
    float: left;
}

.hits .item-price {
    font-size: .95rem;
    font-weight: 600;
    margin: 10px 0;
}

.hits .item-title {
    font-size: .8rem;
    margin: 10px 0 0 0;
    padding: 0 10px 0 5px;
}

.teaser {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding-top: 10px;
    margin: -1px -1px 0 0;
    z-index: 1;
}

.teaser:hover {
    box-shadow: 0 0 8px rgb(72 72 72 / 15%);
    z-index: 2 !important;
}

.teaser .img {
    width: 165px;
    height: 165px;
    margin: 5px auto;
}

.teaser .img img {
    display: block;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.teaser:hover .img img {
    transform: scale(1);
}

.teaser .title {
    margin: 5px 5px 0;
    font-weight: 600;
    font-size: .8rem;
    height: 50px;
    overflow: hidden;
}

.teaser .details {
    padding: 0 15px;
    width: 100%;
    min-height: 42px;
    position: relative;
}


.teaser .price {
    text-align: left;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1.25rem;
}

.teaser .price span {
    font-size: 70%;
    margin-left: 0
}

.teaser .price p.old_price, .teaser .price p.price {
    display: inline;
}

.teaser .price p.price {
    font-size: 1.25rem;
    line-height: 1 !important;
    margin-left: 5px
}

p.old_price {
    position: relative;
    color: #ddd;
    margin: 0 10px 0 0;
}

.teaser .price p.old-price {
    font-size: 1rem;
    color: #d0d0d0;
    position: relative;
    margin-bottom: 5px !important;
}

.teaser .price p.old_price:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 95%;
    background: #ff4d4d;
    left: -4px;
    bottom: 9px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.teaser .links {
    display: none;
    bottom: -40px;
}

.teaser:hover .links {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 11;
    background: #fff;
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 10px 8px rgb(72 72 72 / 15%);
}

.teaser button.btn-add {
    width: 60%;
    height: 40px;
    font-size: 1rem;
    color: #fff;
    background: #ff0000;
    border: none;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    padding: 0 8px 0 5px;
    margin: 0;
}

.teaser button.btn-add:hover {
    background: #e70000;
}

.teaser button.btn-add:focus {
    outline: none;
}

.teaser button.btn-add i:before {
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 5px;
}

.module-title button {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 0;
    background: #fff;
    padding: 10px 10px;
    border: none;
}

.module-title button:focus {
    outline: none;
}

.module-title button i:before {
    font-size: 1.5rem;
    padding: 0 8px;
    line-height: 0 !important;
    border-radius: 3px;
}

.module-title button:hover i:before {
    background: #f9f9f9;
}

.module-title button.next {
    right: 30px !important;
}

.module-title button.prev {
    right: 85px !important;
}

.module .module-title {
    position: relative;
    margin: 25px 0;
    font-size: 1.15rem;
    font-weight: 600;
}

.vieweds {
    margin: 25px 0 0;
    padding: 10px 15px 50px;
    background: #f6f9f9;
}

.vieweds .title {
    margin: 25px 10px 15px;
}

.viewed__item {
    flex: 1 1 20%;
    margin: 5px;
    max-width: 245px;
    border-radius: 4px;
    background: #fff;
}

.viewed__item.empty {
    background: #eff2f6;
}

.viewed__item-img {
    margin: 15px 0;
    float: left;
}

.viewed__item-price {
    font-size: .95rem;
    font-weight: 600;
    margin: 10px 0;
}

.viewed__item-title {
    font-size: .8rem;
    margin: 10px 0 0 0;
    padding: 0 10px 0 5px;
}

.teaser .rating {
    width: auto;
    margin: 5px auto !important;
}

.teaser .rating p, .stock-status p {
    margin-bottom: 5px !important;
}

.teaser .rating .rating-mini span {
    font-size: .75rem;
}

.teaser .stock-status {
}

.teaser .stock-status p {
    font-size: .7rem;
    font-weight: 600;
    color: #545454;
}

.teaser .stock-status p i:before {
    font-size: .8rem;
    font-weight: 600;
    color: #00b757;
    margin-right: 2px
}

.wth-br {
    border-right: 1px solid #ddd;
}

.out_of_stock {
    padding: 10px 0;
    display: block;
    margin: 21px 0;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
}

.item-badge {
    position: absolute;
    padding: 5px 8px;
    border-radius: 4px;
    z-index: 1;
    top: 5px;
    left: 5px;
}

.w-block .item-badge {
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}

.action-badge {
    color: #fff;
    background: #f42b24;
    font-size: .7rem;
    line-height: 1;
}

.teaser .count-wrapper {
    margin: 0;
    width: 40%;
}

.teaser .stepper .count-amount {
    padding: 0 2px;
    height: 40px;
    width: 25px;
    background: #fafafa;
    border: none;
    font-size: .8rem;
}

.teaser .count-wrapper .count:not(.stepper-input) {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #fafafa;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.teaser .stepper .stepper-arrow {
    padding: 0;
    line-height: 40px;
    width: 35px;
}

.teaser .stepper .stepper-arrow:before {
    font-size: .7rem !important;
    line-height: 30px !important;
}

.teaser .container-btn-links {
    margin: 15px 5px 0;
    width: auto;
}

.teaser .container-btn-links a {
    cursor: pointer;
    flex: 1 1 50%;
    color: #a9a9a9;
}

.teaser .container-btn-links a:hover {
    color: #000
}

.teaser .container-btn-links a:before, .teaser .container-btn-links a span {
    position: relative;
    display: block;
    font-size: .8rem;
    text-align: center;
}

div#search-result {
    position: absolute;
    background: #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 999;
    top: 120%;
    border-radius: 4px;
    padding: 15px 15px 0;
    box-shadow: 2px 2px 10px #6f8a851c;
}

.search-row {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}

#search-result .search-title {
    font-size: .8rem;
    margin-left: 10px;
    max-width: 75%;
}

.count .btn-more {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 6px 6px;
    border-radius: 3px;
    margin: 10px auto;
    font-size: .8rem;
}

.count .btn-more:hover {
    background: #e2e2e2;
}

.search-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border: 1px solid #a0a0a0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 1rem;
    font-family: monospace;
    color: #5a5a5a;
}

.filter_container {
    position: relative;
    padding: 0;
    margin: 5px 25px 0 0;
    background: #fff;
}

.filter_parameters_box {
    padding: 0;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.filter_parameters_box.open {
    background: #fff;
}

.filter_parameters_box.collapsed .filter_parameters_box_container {
    display: none
}

.filter_parameters_box_title {
    font-size: .8rem;
    padding: 16px 0 16px 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.filter_parameters_box .filter_parameters_box_title span:before {
    position: absolute;
    content: '';
    right: 15px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}

.filter_parameters_box.collapsed .filter_parameters_box_title span:before {
    transform: rotate(45deg);
}

.filter_parameters_box.open .filter_parameters_box_title span:before {
    transform: rotate(135deg);
}

.filter_parameters_box_title span {
    position: relative;
    padding-right: 30px;
    color: #000000;
    display: block;
}

.filter_parameters_box_container {
    padding: 0 10px 10px;
}

.filter .filter_param_label, .filter label {
    position: relative;
    display: block;
    margin: 0 0 3px;
}

.filter .filter_input_checkbox .filter_param_text, .filter label > span {
    display: block;
    line-height: 14px;
    margin-left: 21px;
    text-align: left;
    font-weight: 400;
}

.filter_vertical .filter_block label, .filter_vertical .filter_block label span {
    font-size: 13px;
    color: #666;
}

.filter_vertical input[type=checkbox] + label:not(.disabled):hover:before, .filter_vertical input[type=checkbox]:checked + label:before, .filter input[type=checkbox] + label:hover:before, .filter input[type=checkbox]:checked + label:before, .filter input[type=radio] + label:hover:before, .filter input[type=radio]:checked + label:before {
    display: inline-block;
    z-index: 3;
}

.filter_vertical input[type=checkbox] + label, .filter input[type=checkbox] + label {
    margin-bottom: 4px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 0px 0 0px 26px;
    font-size: .8rem;
}

.filter_vertical input[type=checkbox], .filter input[type=radio] {
    display: none;
}

.bg_block:after, .filter_vertical input[type=checkbox] + label:after, .filter input[type=checkbox] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc inset;
    background: #fff;
}

.filter_vertical input[type=checkbox]:checked + label:before, .filter_vertical input[type=checkbox]:checked + label:not(.disabled):hover:before, .filter input[type=checkbox]:checked + label:before, .filter input[type=checkbox]:checked + label:hover:before, .filter input[type=radio]:checked + label:before, .filter input[type=radio]:checked + label:hover:before {
    z-index: -1;
}

.filter_vertical input[type="checkbox"] + label:before {
    color: #FFF;
    background: #0ea4aa;
}

.filter_vertical input[type=checkbox] + label:before, .filter input[type=checkbox] + label:before, .filter input[type=radio] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
}

.filter_vertical input[type=checkbox] + label:not(.disabled):hover:before {
    display: inline-block;
    z-index: 3;
}

.filter_vertical input[type="checkbox"] + label:before {
    color: #FFF;
    background: #e93f49;
}

.filter_vertical input[type=checkbox]:checked + label:after, .filter input[type=checkbox]:checked + label:after {
    box-shadow: none;
    background: #e30613 url(/site/images/check.svg);
}

.inner_expand_text {
    font-size: .75rem;
    font-weight: 600;
    padding: 10px 0 10px 25px;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
    display: none;
}

.filter_input_checkbox {
    position: relative;
    display: block;
    clear: both;
    min-height: 20px;
    line-height: 20px;
    color: #000;
    font-size: .8rem;
    text-align: right;
}

.filter_vertical a.js-filter {
    background: #e30613;
    border: none;
    padding: 6px 10px;
    border-radius: 3px;
    text-align: center;
    margin: 0 10px;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.filter_vertical a.js-filter:hover {
    background: #f31724;
}

.filter_box_slider {
    padding: 0 15px 10px;
    margin: -15px 0 15px 0;
}

.filter_box_slider .slider-price, .filter_box_slider .range_slider {
    margin-top: 25px;
}

.filter_box_slider .noUi-horizontal {
    height: 2px;
}

.filter_box_slider .noUi-target {
    background: #dddddd;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin: 25px 10px 0;
}

.filter_box_slider .noUi-connect {
    background: #e30613;
}

.filter_box_slider .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -7px;
    border-radius: 50%;
    top: -7px;
    background: #e30613;
    border: 4px solid #ffffff;
    box-shadow: 0 0 5px #eaeaea;
}

.filter_box_slider .noUi-handle:after, .filter_box_slider .noUi-handle:before {
    display: none;
}

.filter_box_slider .noUi-touch-area:focus {
    outline: none;
}

.noUi-handle {
    outline: none;
}

.noUi-handle:focus {
    outline: none;
}

.filter_box_slider .slider-wrapper .form__group .field {
    position: relative;
}

.filter_box_slider .slider-wrapper .form__group .field input {
    font-size: .8rem;
    border: 1px solid #e4e4e4;
    border-radius: 0;
}

.filter_box_slider label {
    position: absolute;
    z-index: 11;
    top: -28px;
    height: 100%;
    line-height: 40px;
    left: 5px;
    font-size: .7rem;
    color: #969696;
    font-weight: 600;
}

.f-item {
    position: relative;
    margin: 10px 5px;
}

.f-item:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 25px);
    border-bottom: 1px dashed #ededed;
    left: 20px;
    bottom: 1px;
    z-index: 0;
}

.f-item .filter_input_checkbox:after {
    position: absolute;
    content: '';
    width: 95%;
    height: 2px;
    border-bottom: 1px dashed #ddd;
    bottom: 6px;
    left: -5px;
    z-index: -1;
}

span.filter_input_checkbox span {
    background: #ffffff;
    padding: 8px;
    z-index: 11;
}

.f-item .count {
    display: block;
    position: absolute;
    right: -16px;
    top: 0;
    font-size: .58rem;
    background: #f9f9f9;
    padding: 0 7px;
    border-radius: 3px;
    height: 100%;
    line-height: 20px !important;
    vertical-align: middle;
    margin: 0 !important;
}

.filter-params-selected {
    font-size: .8rem;
    font-weight: 600;
    color: #656565;
    margin-bottom: 15px;
}

.filter-params-selected ul {
    display: inline-block;
    list-style: none !important;
    padding: 0;
    margin: 0 !important;
}

.filter-params-selected ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 5px 0 0 !important;
    padding-left: 10px !important;
    border-radius: 10px;
    color: #000000 !important;
    font-weight: 100;
    line-height: 25px !important;
    font-size: .7rem;
    background: #fcfcfc;
}

.filter-params-selected ul li:hover {
    transition: background .225s ease;
    background-color: #f9f9f9;
}

.filter-params-selected ul li:before {
    display: none
}

.filter-params-selected ul li span {
    vertical-align: middle;
    font-weight: 600
}

.filter-params-selected ul li a.close_tag {
    font-size: 0.75em;
    display: inline-block;
    line-height: 1.25rem;
    vertical-align: middle;
    text-decoration: none;
    padding: 3px 15px;
}

.count-el {
    position: absolute;
    left: 270px;
    top: -10px;
    z-index: 111;
    background: #fff;
    box-shadow: 0 0 10px #dcdcdc;
    padding: 5px 5px 5px 10px;
    font-size: .85rem;
    min-width: 225px;
    height: 40px;
    border-radius: 3px;
}

.count-el span {
    flex: 1;
}

.count-el::before {
    content: '';
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    left: -7px;
    border-radius: 0;
    z-index: 110;
    opacity: 1;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.count-el i {
    font-size: .5rem !important;
    margin-right: 7px;
    cursor: pointer;
}

.slide-block__head.filter_title {
    font-size: .75rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 600;
    margin-right: 25px;
    margin-top: 5px;
}

.link-title {
    padding: 23px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.slide-block__head.filter_title i.svg.svg-inline-catalog {
    margin-right: 5px;
}

.slide-block__head .svg-inline-down {
    position: absolute;
    right: 0;
    top: 31px;
    transition: transform .2s;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    text-align: center;
    border-radius: 3px;
    line-height: 16px;
}

.slide-block__head.closed .svg-inline-down {
    transform: rotate(
            180deg
    );
}

.slide-block__head.filter_title.link-title.closed {
    border-bottom: 1px solid #ddd;
}

ul.catalog-list {
    margin: 5px 25px 20px 0;
    border: 1px solid #efefef;
    font-size: .8rem;
    background: #fff;
}

ul.catalog-list li a {
    position: relative;
    display: block;
    padding: 14px 18px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    text-decoration: none;
}

ul.catalog-list li a.active {
    background: #f9f9f9
}

ul.catalog-list > li:first-child > a {
    border-top: none
}

ul.catalog-list li a:hover {
    background: #f9f9f9
}

li.dropdown-item ul li a {
    padding-left: 25px;
    font-weight: 500
}

li.dropdown-item ul li > ul li a {
    padding-left: 35px;
    font-weight: 500
}

ul.dropdown-list.next {
    display: none;
}

ul.dropdown-list.next {
    display: none;
}

li.dropdown-item > a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    right: 10px;
    top: calc(50% - 3px);
    transform: rotate(45deg);
}

li.dropdown-item.open {
    position: relative;
    background: #fdfdfd;
}

li.dropdown-item.open > a:after {
    transform: rotate(135deg);
}

li.dropdown-item.open > ul.next {
    position: absolute;
    display: block;
    right: -100%;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #a7a7a7;
    z-index: 9;
}

a.link-filter {
    margin: 0 0 0 25px;
    font-size: .85rem;
    display: block;
    text-align: right;
}

a.link-filters:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
}

a.link-filter span {
    background: #fff;
    padding: 0 3px 4px 2px;
    margin-right: -2px;
    z-index: 11;
}

span.count-item {
    font-family: sans-serif;
    background: #ededed !important;
    border-radius: 2px;
    font-size: .7rem;
    padding: 2px 4px !important;
}

a.link-filter:hover {
    color: #e30613;
    text-decoration: none
}

div#filter-result {
    padding: 10px 0;
    border: 1px solid #efefef;
}

#count-filter-result {
    text-align: center;
    font-size: .85rem;
    padding: 10px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

div#filter-result label {
    padding: 2px 10px;
    display: block;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.25;
}

div#filter-result label span {
    position: relative;
    display: inline-block;
    padding: 1px 20px 2px 7px;
    background: #f7f7f7;
    margin: 2px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 300;
    cursor: pointer
}

div#filter-result label span i {
    font-size: .35rem;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px;
    border-radius: 3px
}

.f-item.disabled a {
    pointer-events: none;
}

.f-item.disabled {
    pointer-events: none;
    opacity: .35
}

.pagination__container {
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination__container > ul {
    display: flex;
}

.pagination__container > div {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.pagination {
    padding: 32px 0;
    justify-content: center;
    display: flex;
    margin: 0 0 0 15px;
}

.pagination li:before {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    font-size: .8rem;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    background-color: #f9f9f9;
    border: 1px solid #f7f5f5;
    border-radius: 50%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #000;
    background-color: #ffffff;
    border-color: #282c5f;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #fff;
    cursor: not-allowed;
}

.pagination > .disabled {
    /* display: none */
}

.count-paginate {
    display: none;
}

.vieweds {
    margin: 25px 0 0;
    padding: 10px 15px 50px;
    background: #f6f9f9;
}

.vieweds .d-flex {
    flex-wrap: wrap;
}

.vieweds .title {
    margin: 25px 10px 15px;
}

.viewed__item {
    flex: 1 1 18%;
    margin: 5px;
    max-width: 245px;
    border-radius: 4px;
    background: #fff;
}

.viewed__item.empty {
    background: #eff2f6;
}

.viewed__item-img {
    margin: 15px 5px;
    float: left;
}

.viewed__item-price {
    font-size: .95rem;
    font-weight: 600;
    margin: 10px 0;
}

.viewed__item-title {
    font-size: .8rem;
    margin: 10px 0;
    padding: 0 10px 0 5px;
}

@media (min-width: 180px) and (max-width: 375px) {
    .category.catalog .teaser {
        flex: 1;
        width: 100%;
        margin: 1px;
        max-width: 100%;
        padding: 0 10%;
    }

    .category.catalog .teaser .img {
        width: auto;
        margin: auto !important;
    }

    .teaser .title {
        margin: 5px 5px 0;
        font-weight: 600;
        font-size: .8rem;
        height: 50px;
        overflow: hidden;
        padding: 0;
    }

    .sku {
        padding: 0
    }

}

@media (min-width: 375px) and (max-width: 675px) {
    .category.catalog .teaser {
        flex: 1 1 48%;
        width: 100%;
        max-width: 50%;
        margin: 1px;
        padding: 0 2% 3rem;
        height: auto !important;
    }

    .category.catalog .teaser .img {
        width: auto;
        margin: auto !important;
    }

    .teaser .title {
        margin: 5px 5px 0;
        font-weight: 600;
        font-size: .8rem;
        height: 50px;
        overflow: hidden;
        padding: 0;
    }

    .sku {
        padding: 0
    }
}

@media (min-width: 675px) and (max-width: 975px) {
    .category.catalog .teaser {
        flex: 1 1 33%;
        width: 33%;
        margin: -1px;
    }

}

@media (min-width: 180px) and (max-width: 1024px) {
    .category.catalog .d-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .slide-block__head.filter_title, .filter_container {
        margin-right: 0
    }

    .slide-block__body.filter_container.filter_vertical.closed {
        display: none;
    }

    .sorted-block {
        display: none;
        position: absolute;
        padding: 15px;
        box-shadow: 0 0 5px #ddd;
        z-index: 1999999;
        background: #fff;
        left: 65px;
    }

    .sorted-block.open {
        display: block
    }

    form.form__filter {
        margin-bottom: 3rem;
    }

    .count-el {
        position: relative;
        right: 0;
        top: -20px !important;
        left: 0 !important;
    }

    .count-el::before {
        transform: rotate(-45deg);
        left: 4%;
        bottom: -8px;
    }
}

.stickers {
    position: relative;
}

.stickers > div {
    position: absolute;
    z-index: 9;
}

.stickers .top_left {
    top: -5px;
    left: -6px;
}

.stickers .top_right {
    top: -7px;
    right: -7px;
}