.catalog-page .block-content {
    overflow: hidden;
    position: relative;
    min-height: 1150px;
}

.catalog-page .block-content .prod-buttons {
    position: relative;
}
/*

.catalog-page .block-content .top-block .menu-button-block {
    display: none;
}
*/

.catalog-page .block-content .top-block {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #e0e0e0;
    width: auto;
    display: block;
}

.catalog-page .block-content .top-block .breadcrumbs-block {
    display: block;
    width: 100%;
    box-shadow: none;
    border: 0;
}

@media (max-width: 1024px) {
    /* Tablet */
    .catalog-page .block-content .top-block {
        border-bottom: 0;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top:17px;
    }

    .catalog-page .block-content .top-block .breadcrumbs-block {
        width: 82%;
        display: table-cell;
    }

    .catalog-page .block-menu-item-container {
        height: 0;
    }

    .catalog-page .block-content .top-block .menu-button-block {
        /*display: block;*/
    }

    .catalog-page .block-button-menu {
        width: auto;
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: left;
        padding: 0;
    }

    .catalog-page .top-block .menu-button-block button.catalog-menu {
        background: #fce635;
        width: 174px;
        height: 40px;
        border: 0;
        color: #212121;
    }

}

.catalog-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-tags li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;

}

.catalog-tags a {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 5px 10px;
}
.block-content.euroset20 .catalog-tags{
    text-align: center;
}
.block-content.euroset20 .catalog-tags a{
    padding: 8px 10px;
    background-color: #696969;
    color: #fff;
}

.catalog-tags a:hover,
.catalog-tags a:focus {
    border: 1px solid #e0e0e0;
}
.block-content.euroset20 .catalog-tags a:hover,
.block-content.euroset20 .catalog-tags a:focus{
    color: #616161;
    background-color: #ffe735;

}
.catalog-tags--large {
    margin-bottom: 20px;
}

.catalog-tags--large a {
    padding: 12px 15px;
}

.category-title {
    text-transform: uppercase;
}

.category-title--sub {

}

.category-sort {
    margin-bottom: 20px;
    overflow: hidden;
}

.category-sort-center,
.category-sort-left,
.category-sort-right {
    height: 40px;
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
    overflow: hidden;
}

.category-sort-left {
    float: left;
}

.category-sort-right {
    /*float: right;*/
    float: none;
}

.category-sort-center {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.productsList-controls {
    text-align: center;
    margin-right: 2.5%;
    float: left;
    width: 97.5%;
}

.btn-infinity,
.btn-pager {
    font-size: 0;
}

.btn-infinity:after {
    content: '';
    display: block;
    background-position: -121px -212px;
    width: 23px;
    height: 11px;
}

.btn-pager:after {
    content: '';
    display: block;
    background-position:  -248px -182px;
    width: 38px;
    height: 14px;
}

.sort-item .btn.display {
    display: none;
}

.btn-bool:after {
    content: '';
    display: inline-block;
    background-position:  -188px -160px;
    width: 8px;
    height: 9px;
    margin-left: 5px;
}

.btn-bool.btn-active#sort_1:after {
    background-position: -180px -160px;
}

.btn-bool.btn-active#sort_2:after {
    background-position: -196px -160px;
}


.btn-bool-up:after {
    background-position: -204px -160px;
}

.btn-bool.btn-active:after {
    background-position: -180px -160px;
}

.btn-bool-up.btn-active:after {
    background-position: -196px -160px;
}

.sort-item {
    white-space: nowrap;
    z-index: 3;
}

.sort-item-label {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.sort-item .btn {
    height: 26px;
    padding: 0px 7px;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.sort-list.mobile {
    display: none;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 2;
}
@media (min-width: 640px) {
    .sort-list.mobile {
        display: none!important;
    }
}
.sort-list.mobile {
    display: none;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 2;
}

.sort-list {
    position: absolute;
    display: block;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}

.category-sort .sort-list .btn {
    display: block;
    height: 35px;
}

.category-filter-reset {
    position: relative;
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
}

.category-filter-reset .btn-reset {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 3px;
    border: 0;
}

.category-filter-reset .btn-reset span {
    display: block;
    background-position: -107px -212px;
    width: 10px;
    height: 10px;
}

.category-filter-find {
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    display: none;
    border: 0;
    background-color: #ffe735;
    position: relative;
}

.category-filter-find:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    position: relative;
    top: -3px;
    margin-left: 20px;
    background-position: -190px -180px;
}

.category-subtitle {
    text-transform: uppercase;
}

.category-subtitle a {
    border: 0;
    color: inherit;
}

.category-subtitle span {
    text-transform: none;
    font-size: 85%;
    color: #616161;
}

.productsList-full {
    margin-right: -20px;
}

.productsList-full .product-card {
    margin-right: 1.9%;
    width: 18.1%;
}

.product-banner {
    display: block;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.product-banner img {
    width: 100%;
}

.category-filter {
    float: right;    
}
.category-filter.not-show {
    display: none;
}
.category-filter > div {
    background-color: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 240px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    overflow:hidden;
    margin-top:20px;
}
.category-filter > div:first-of-type {
    margin-top:0;
}

.filter-item {
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
}

.filter-item-availability {
    color: #212121;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 12px 5px 4px;
    cursor: pointer;
}

.filter-item-header {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

.filter-item-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    /**
    margin-top: -1px;
    background-position: -307px -212px;
    width: 10px;
    height: 2px;
    **/
    margin-top: -4px;
    background-position: -25px -191px;
    width: 13px;
    height: 8px;
}

.filter-item-header.close:after {
    background-position: -25px -181px;
}

.filter-item-label {

}

.filter-item-label em {
    color: #dbdbdb;
    text-transform: none;
    font-style: normal;
}

.filter-item-inner {
    padding-bottom: 10px;
}

.filter-item .checkbox {
    margin-bottom: 8px;
}
@media (min-width: 1200px) {
    .filter-item .checkbox {
        min-width: 97px;
    }
}

.checkbox-cols {

}

.checkbox-col {
    float: left;
    width: 50%;
    padding-left: 12px;
    box-sizing: border-box;
}

.filter-slider {

}

.filter-slider-item {
    float: left;
    width: 50%;
    white-space: nowrap;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}

.filter-slider-label {
    position: absolute;
    top: 5px;
    left: 0;
    color: #dbdbdb;
    font-size: 14px;
    line-height: 14px;
}

.filter-slider-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.filter-slider-item .slider-value {
    width: 75px;
    box-sizing: border-box;
}

.slider-main {
    margin-bottom: 10px;
}

.filter-checkboxs {
    /*padding-left: 12px;*/
}

.filter-checkboxs label {
    display: block;
    padding-left: 24px;
}
@media (max-width: 899px) {
    .filter-checkboxs label {
        display: inline;
    }
}

.filter-checkboxs [type="checkbox"] {
    display: none;
}

.filter-checkboxs [type="checkbox"]:not(checked) + label:before {
    left: 0;
    top: 2px;
}
@media (max-width: 899px) {
    .filter-checkboxs [type="checkbox"]:not(checked) + label:before {
        top: 0;
    }
}

.filter-checkboxs .checkbox-parent {
    position: relative;
}

.filter-checkboxs .checkbox-parent label {
    margin-bottom: 12px;
}

.filter-checkboxs .checkbox-parent:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 7px;
}

.filter-checkboxs .checkbox-parent .checkbox {
    margin-left: 20px;
}

.filter-checkboxs .checkbox-child {
    position: relative;
}

.filter-checkboxs .checkbox-child:after {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 10px;
    left: -13px;
}

.filter-checkboxs .checkbox-child:last-child:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: -13px;
    z-index: 10;
}

.filter-checkboxs .checkbox-inner {
    position: relative;
}

.filter-checkboxs .checkbox-inner:before {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 7px;
    background-color: #eeeeee;
}

.slider-main.ui-slider-horizontal {
    height: 8px;
    background-color: whitesmoke;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-main .ui-slider-handle {
    top: -5px;
    border: 4px solid #ffe735;
    background-color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider-main .ui-slider-handle:focus {
    outline: none;
}

.category-control-top {
    position: relative;
    padding-top: 20px;
}

.category-count {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.category-control-top .checkbox {
    margin-left: 25px;
    display: none;
}

.category-control-top button {
    margin-left: 30px;
    height: 40px;
    color: #616161;
    font-size: 16px;
    width: 140px;
    display: none;
}

.title-wrap {

}

.title-wrap-left {
    float: left;
}

.title-wrap-left .category-title {
    text-transform: none;

}

.title-wrap-right {
    float: right;
}

@media (max-width: 983px) {

}

@media (max-width: 1220px) {
    .category-sort-left,
    .category-sort-right {
        padding: 0;

    }

    .sort-item-label {
        float: left;
        line-height: 38px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sort-item .btn {
        height: 37px;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        float: left;
        border: 0;
        border-left: 1px solid #e0e0e0;
    }

    .sort-item .btn:last-child {
        border-radius: 0;
    }

    .sort-item .btn:last-child:before {
        border-radius: 0;
    }

    .sort-item .btn-active:before {
        border-radius: 0;
        border-width: 3px;
        top: 0;
    }

    .sort-item .btn-pager {
        padding: 0px 9px;
    }

}

@media (max-width: 899px) {
    .catalog-page .block-content .product-banner {
        margin-right: 0;
    }
    .filter-item-availability {
        padding: 12px 5px 4px 24px;
    }
}

@media (max-width: 719px) {

    .catalog-page .block-content .top-block .breadcrumbs-block {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .top-block {
        padding-top:0;
    }

}

@media (max-width: 639px) {
    /* Mobile */
    .category-sort-right {
        float: right;
    }

    .catalog-page .block-content .top-block .menu-button-block {
        display: none;
    }

    .catalog-page .title-wrap-left {
        padding-top: 10px;
    }

    .catalog-page .block-content .top-block {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        border-bottom: 1px solid #e0e0e0;
        width: auto;
        display: block;
    }

    .catalog-page .block-content .category-title,
    .catalog-page .block-content .catalog-tags,
    .catalog-page .block-content .category-subtitle {
        padding: 0 20px;
    }

    .catalog-page .block-content .productsList {
        margin: 0;
        border-top: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .productsList-full {
        margin: 0;
    }

    .catalog-page .block-content .product-card:nth-child(4n) {
        display: block !important;
    }

    .catalog-page .block-content .product-card:nth-child(4n-1) {
        margin-right: 0;
    }

    .catalog-page .block-content .product-card {
        width: 50% !important;
        margin: 0;
        border-radius: 0;
        border-bottom: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .product-card:nth-child(even) {
        border-left: 1px solid #e0e0e0;
    }

    .catalog-page .block-content .product-card .item {
        border-radius: 0;
        box-shadow: none;
    }

    .catalog-page .block-content .product-card .action-msi {
        left: -5px;
    }

    .catalog-page .block-content .product-banner {
        display: none;
    }

    .category-sort-left,
    .category-sort-right {
        width: 49%;
        margin: 0;
        box-sizing: border-box;
        height: auto;
    }

    .category-sort-right {
        margin-left: 2%;
    }

    .category-count {
        line-height: 40px;
        float: left;
        width: 49%;
        text-align: center;
    }

    .category-control-top button {
        float: left;
        width: 49%;
        margin-left: 2%;
        box-sizing: border-box;
    }

    .sort-item-label {
        display: block;
        float: none;
    }

    .category-sort {
        padding: 0 20px;
    }

    .btn-infinity,
    .btn-pager {
        font-size: 16px;
    }

    .btn-infinity:after,
    .btn-pager:after {
        display: none;
    }

    .category-sort .btn {
        display: none;
        float: none;
        height: auto;
        border: 0;
        padding: 0 10px;
        margin: 0;
    }

    .category-sort .btn:before {
        display: none;
    }

    .category-sort .btn-active {
        display: block;
    }

    .sort-item-label {
        white-space: normal;
        line-height: 18px;
    }

    .sort-item {
        padding: 5px 0;
        position: relative;
    }

    .sort-item .mobile {
        position: absolute;
        top: 20px;
        right: 8px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .sort-item .mobile:after {
        content: '';
        display: block;
        width: 13px;
        height: 8px;
        background-position:  -25px -181px;
    }

    .catalog-page .block-content .brands {
        display: none;
    }

    .catalog-page .block-content .main-top-container {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .selected-filters {
        display: none;
    }

    .category-control-top {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .category-control-top .checkbox {
        display: none !important;
    }

    .catalog-tags--large {
        display: none;
    }

    .catalog-page .block-content .breadcrumbs-block {
        border-bottom: 1px solid #e0e0e0;
        left: 0;
        right: 0;
        top: 20px;
        padding-left: 20px;
    }

    .block-menu-item-container {
        height: 38px;
    }

    .title-wrap {
        padding: 0 20px;
    }

    .title-wrap-right,
    .title-wrap-left {
        float: none;
    }

    .category-control-top {
        padding-top: 0;
    }
}

@media (max-width: 899px) {

    .category-control-top .checkbox,
    .category-control-top button {
        display: inline-block;
        vertical-align: middle;
    }
    .category-control-top button.not-show {
        display: none;
    }

    .category-filter-find {
        display: block;
    }

    .category-filter-wrap,
    .category-filter {
        display: none;
    }

    .category-filter-wrap.show {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        background-color: black;
        z-index: 90;
    }

    .category-filter {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }
    
    .category-filter > div {
        border-radius: 0;
        box-shadow: none;
        width: 250px;
        overflow: hidden;
        -webkit-transition: right 0.4s ease-in;
        -moz-transition: right 0.4s ease-in;
        -o-transition: right 0.4s ease-in;
        transition: right 0.4s ease-in;
        margin-top:0px;
    }

    .category-filter.closed {
        right: -250px;
    }

    .category-control-top .checkbox [type="checkbox"]:not(checked) + label:before,
    .category-filter [type="checkbox"]:not(checked) + label:before {
        width: 20px;
        height: 20px;
        background-position:  -100px -182px;
    }

    .category-control-top .checkbox [type="checkbox"]:checked + label:before,
    .category-filter [type="checkbox"]:checked + label:before {
        background-position:  -120px -182px;
        width: 20px;
        height: 20px;
    }

    .category-control-top .checkbox label,
    .filter-item-label {
        color: #212121;
        font-size: 16px;
        font-weight: normal;
        line-height: 14px;
    }

    .category-filter-reset {
        color: #616161;
        font-size: 16px;
        font-weight: 600;
        line-height: 14px;
        padding: 23px 15px;
    }

    .category-filter-reset .btn-reset {
        margin-top: -18px;
    }

    .category-control-top .checkbox input,
    .category-filter .checkbox input {
        display: none;
    }

    .category-filter .checkbox label {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
    }

    .checkbox-col {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

    .filter-item .checkbox {

    }

    .filter-item .checkbox {
        margin-bottom: 14px;
    }

    .filter-item-header {
        padding: 15px 0 20px;
    }

    .category-control-top .checkbox {
        margin-left: 60px;
    }

    .category-filter .filter-item .checkbox-col .checkbox {
        margin-left: 15px;
    }
}

@media (max-width: 899px) {
    .productsList-full .product-card {
        width: 31.6%;
    }
}

@media (max-width: 1365px) {
    .productsList-full .product-card {
        width: 30.83%;
    }

    .productsList-full .product-card:nth-child(4),
    .productsList-full .product-card:nth-child(5) {
        display: none;
    }
}

.brands {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-right: 2.5%;
}

.brands .brand-block {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    max-width: 120px;
   /* min-width: 110px;*/
    text-align: center;
}

.brand-block .brand-logo {
    display: block;
    margin-bottom: 8px;
    height: 26px;
    border-bottom: none;
}

.brand-block .brand-text {
    font-size: 10pt;
    display: block;
    color: #565656;
    border-bottom: none;
}

.block-content .seo-content-block {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin: 2px 0px 0 0px;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 9px 18px;
    margin-right: 2.5%;
}

.seo-content-block .seo-info {
    margin-bottom: 32px;
}

.seo-content-block h1, .seo-content-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 18px 0;
}

.seo-content-block h2 {
    margin-top: 30px;
}

.seo-content-block p {
    line-height: 1.2;
    margin: 18px 0;
}

.seo-content-block p.small {
    font-size: 9.5pt;
    color: #949494;
    line-height: 1.1;
}

.seo-content-block a {
    border-bottom: none;
}

.block-content .show-type {
    text-align: center;
    float: none;
    padding-left: 48.7%;
    margin-bottom: 16px;
}

.show-type .category-sort-center {
    height: 40px;
    padding: 6px 12px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
    width: 290px;
    float: none;
    margin-left: -145px;
}

@media all and (max-width: 1179px) {
    /* Tablet */
    .seo-content-block:not(.show-on-mobile) {
        display: none;
    }
}

@media (max-width: 899px) {
    .block-content .seo-content-block {
        margin-right:0;
    }
    .bottom-elements {
        margin-right: 0;
    }
}

@media (max-width: 639px) {

    .block-content .seo-content-block {
        border-radius:0;
        border-width: 1px 0 0;
    }

}


.btn {
    color: #616161;
    padding: 0px 18px;
    height: 36px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
}
.btn-active {
    position: relative;
    color: #212121;
    border-color: transparent;
}
.btn-active:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #ffe735;
    border-radius: 10px;
}

.productsList .status_block span.label.label-0.label-yota {
    background-color: #00aeef;
}
.yota-banner {
    text-align: center;
    margin-bottom: 50px;
}
.yota-banner a{
    text-decoration: none;
}
.yota-banner a img{
    border: none;
    max-width: 100%;
}