.scroll-init-here > .scroll-element .scroll-element_track {
    background-color: #868383;
}

.scroll-init-here > .scroll-element .scroll-bar {
    background-color: #292929;
}

.extraList__item--content .content__list--item .item__title > a:hover {
    text-decoration: underline;
}

@-moz-document url-prefix() {

}

.catalogItemsListNew .card-zoom .listItem:hover .propsTable__list,
.catalogItemsListNew .card-zoom .listItem:hover {
    height: auto !important;
}

.cartItem .itemName {
    margin-top: 4%;
}

@media (min-width: 1245px) {
    .cartItem .itemDel {
        top: 30%;
    }
}

@media (min-width: 641px) {
    h1 {
        margin: 20px 0 20px;
    }

    .bottom__space {
        margin-bottom: 20px;
    }

    .filterSets .salesList .salesItem {
        margin-left: 5px;
    }

    .sorts-btn {
        display: flex;
    }

    .sort-btn {
        display: flex;
        margin-top: -15px;
        margin-right: -15px;
        margin-left: 15px;
    }

    .tale-btn, .list-btn {
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #fff;
        background-color: #bbb;
        font-size: 22px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .tale-btn:hover, .list-btn:hover {
        background-color: #ce614f;
        transition: background-color 0.2s ease;
    }

    .active-list-btn {
        background-color: #ce614f;
    }

    .itemImg-wrap {
        display: flex;
        height: 110px;
        margin-bottom: 10px;
    }

    .catalogItemsListNew .itemTitle {
        height: 60px;
    }

    .catalogItemsList .listItem {
        padding: 25px 15px;
        position: relative;
    }

    .catalogItemsListNew .listItem .itemRaiting {
        top: 9px;
    }

    .catalogItemsListNew .listItem {
        padding: 25px 15px;
        padding-bottom: 15px;
        width: 240px;
        margin-bottom: 35px;
        margin-left: 0 !important;
        position: relative;
    }

    .catalogItemsListNew .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsListNew .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsListNew .listItem .serviceIcons {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        transition: color 0.2s ease;
    }

    .catalogItemsListNew .listItem .serviceIcons .serviceIcon {
        color: #b3b3b3;
        opacity: 1;
    }

    .catalogItemsListNew .listItem .serviceIcons .serviceIcon:hover {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    .catalogItemsListNew .listItem .itemPrice {
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .catalogItemsList .itemTitle {
        height: 60px;
    }

    .catalogItemsList .listItem .itemRaiting {
        top: 9px;
    }

    .catalogItemsList .listItem {
        padding: 25px 15px;
        width: 240px;
        margin-bottom: 35px;
        position: relative;
    }

    .catalogItemsList .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsList .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsList .listItem .serviceIcons {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        transition: color 0.2s ease;
    }

    .catalogItemsList .listItem .serviceIcons .serviceIcon {
        color: #b3b3b3;
        opacity: 1;
    }

    .catalogItemsList .listItem .serviceIcons .serviceIcon:hover {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    .catalogItemsList .listItem .itemPrice {
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .catalogItemsList .listItem .propsTable__list {
        height: 53px;
        overflow: hidden;
    }

    .propsTable__list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .catalogItemsListNew .item__inner {
        display: flex;
        margin: 10px 0;
        font-size: 12px;
        font-weight: bold;
        justify-content: space-between;
    }

    .listItem {
        transition: all 0.2s ease;
    }

    .listItem:hover {
        transition: all 0.2s ease;
    }

    .catalogItemsListNew .item__inner .propsTable__item--left {
        margin-right: 22px;
        color: #6f6f6f;
    }

    .catalogItemsListNew .item__inner .propsTable__item--right {
        color: #8f483d;
        text-align: right;
    }

    .catalogItemsListNew .listItem .itemPrice {
        transition: all 0.2s ease;
    }

    .catalogItemsListNew .listItem:hover .itemPrice {
        transition: all 0.2s ease;
    }

    .item__head-buttons {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .item__head-buttons span {
        margin-right: 0;
        color: #000;
    }

    .item__head-buttons span:hover {
        color: initial;
    }

    .item__head-buttons span i {
        font-size: 14px;
        color: #b3b3b3;
        transition: color 0.2s ease;
        margin-right: 7px;
    }

    .item__head-buttons span.active i,
    .item__head-buttons span:hover i {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    .item__head-buttons span:active i {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    a {
        transition: color 0.2s ease;
    }

    a:hover, a:focus {
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .mainCategoriesWrapper .bottomHorizontal .categoryHexagon {
        bottom: -35px;
    }
}

/*НАЧАЛО! Анимация корзины*/
.wrapper-basket {
    min-width: 360px !important;
    display: flex;
    padding-top: 25px;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    border-right: 1px solid #474747;
    border-left: 1px solid #474747;
}

.wrapper-basket:hover {
    cursor: pointer;
    border-bottom: 2px solid #d05748;
}

.floating_wh {
    color: #fff;
}

.floating_yel {
    color: #ffda61;
}

.SH-animate {
    animation: animationFrames linear 0.8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 0.8s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 0.8s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 0.8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: translate(10px, 0px);
    }
    15% {
        transform: translate(0px, 0px);
    }
    30% {
        transform: translate(10px, 0px);
    }
    45% {
        transform: translate(0px, 0px);
    }
    60% {
        transform: translate(10px, 0px);
    }
    75% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(10px, 0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: translate(10px, 0px);
    }
    15% {
        -moz-transform: translate(0px, 0px);
    }
    30% {
        -moz-transform: translate(10px, 0px);
    }
    45% {
        -moz-transform: translate(0px, 0px);
    }
    60% {
        -moz-transform: translate(10px, 0px);
    }
    75% {
        -moz-transform: translate(0px, 0px);
    }
    100% {
        -moz-transform: translate(10px, 0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: translate(10px, 0px);
    }
    15% {
        -webkit-transform: translate(0px, 0px);
    }
    30% {
        -webkit-transform: translate(10px, 0px);
    }
    45% {
        -webkit-transform: translate(0px, 0px);
    }
    60% {
        -webkit-transform: translate(10px, 0px);
    }
    75% {
        -webkit-transform: translate(0px, 0px);
    }
    100% {
        -webkit-transform: translate(10px, 0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: translate(10px, 0px);
    }
    15% {
        -o-transform: translate(0px, 0px);
    }
    30% {
        -o-transform: translate(10px, 0px);
    }
    45% {
        -o-transform: translate(0px, 0px);
    }
    60% {
        -o-transform: translate(10px, 0px);
    }
    75% {
        -o-transform: translate(0px, 0px);
    }
    100% {
        -o-transform: translate(10px, 0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: translate(10px, 0px);
    }
    15% {
        -ms-transform: translate(0px, 0px);
    }
    30% {
        -ms-transform: translate(10px, 0px);
    }
    45% {
        -ms-transform: translate(0px, 0px);
    }
    60% {
        -ms-transform: translate(10px, 0px);
    }
    75% {
        -ms-transform: translate(0px, 0px);
    }
    100% {
        -ms-transform: translate(10px, 0px);
    }
}

.basket__empty {
    color: #6d6d6d !important;
    cursor: default !important;
}

.basket__empty {
    border-bottom: none !important;
}

.basket__empty-btn {
    cursor: default;
    color: #6d6d6d !important;
    border-color: #6d6d6d !important;
}

.basket__empty-btn:hover {
    background-color: #000 !important;
}

/*КОНЕЦ! Анимация корзины*/
.basket__oldPrice {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    left: 30%;
}

.basket__oldPrice:before {
    content: '';
    position: absolute;
    width: 30px;
    border-top: 2px solid #ce614f;
    top: 50%;
    margin-top: -1px;
    left: 75%;
    margin-left: -28.28427125px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.itemTitle {
    font-size: 16px;
}

.basket__additional input {
    margin-right: 5px;
}

.searchBlock .searchInput::-webkit-input-placeholder {
    padding-left: 30px;
}

.searchBlock .searchInput::-moz-placeholder {
    padding-left: 30px;
}

/* Firefox 19+ */
.searchBlock .searchInput:-moz-placeholder {
    padding-left: 30px;
}

/* Firefox 18- */
.searchBlock .searchInput:-ms-input-placeholder {
    padding-left: 30px;
}

#basketModal .modal-dialog {
    width: 80% !important;
}

.basket__additional {
    color: #ce614f;
}

.modal-large {
    width: 80%;
    min-width: 320px;
}

.sort-block {
    display: none;
}

.catalogItemsListNew {
    position: relative;
}

.catalogItemsListNew .listItem {
    position: relative;
}

.card-zoom {
    position: relative;
    height: 394px;
    width: 240px;
    margin-bottom: 30px;
}

.action-btn {
    display: none;
}

.catalogItemsListNew .card-zoom .action-btn {
    display: none;
}

.catalogItemsListNew .card-zoom .action-btn .item__buy {
    width: 100%;
    margin: 10px 0;
}

.catalogItemsListNew .card-zoom .action-btn .item__buy-one-click {
    width: 100%;
}

.catalogItemsListNew .card-zoom .listItem {
    height: 100%;
    position: absolute;
    width: 240px;
    height: 394px;
    max-height: max-content;
}

.catalogItemsListNew .card-zoom {
    height: 361px;
}

.catalogItemsListNew .card-zoom .listItem {
    height: 380px;
}

.catalogItemsListNew .card-zoom .serviceIcons {
    display: none;
}

.catalogItemsListNew .card-zoom .listItem:hover .action-btn {
    display: block;
}

.catalogItemsListNew .card-zoom .listItem .propsTable__list {
    transition: all 0.7s ease;
}

.catalogItemsListNew .card-zoom .listItem {
    transition: all 0.7s ease;
    z-index: 21;
}

.catalogItemsListNew .card-zoom .listItem:hover {
    /*  height: 543px;*/
    height: 581px;
    max-height: max-content;
    z-index: 22;
    transition: all 0.5s ease;
}

.catalogItemsListNew .card-zoom .listItem:hover .propsTable__list {
    /*  height: 187px;*/
    height: 225px;
    max-height: max-content;
    transition: all 0.5s ease;
}

@media screen and (max-width: 1440px) {
    .headerInfo .phoneWrap .phone {
        font: 18px Intro, Arial, sans-serif;
    }
}

@media screen and (max-width: 641px) {
    .sort-btn {
        display: none;
    }

    .filterWrap .panel-heading {
        padding-left: 30px;
        padding-right: 30px;
    }

    .itemImg-wrap {
        display: flex;
        height: 110px;
        margin-bottom: 10px;
    }

    .catalogItemsList .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsListNew .listItem {
        width: 260px;
        padding: 15px;
        margin-bottom: 30px;
        position: relative;
    }

    .catalogItemsListNew .listItem .itemImg-wrap .itemImg {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        left: inherit;
        top: inherit;
        transform: none;
    }

    .catalogItemsListNew .listItem .serviceIcons {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        transition: color 0.2s ease;
    }

    .catalogItemsListNew .listItem .serviceIcons .serviceIcon {
        color: #b3b3b3;
        opacity: 1;
    }

    .catalogItemsListNew .listItem .itemPrice {
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .catalogItemsListNew .itemTitle {
        height: 50px;

    }

    .catalogItemsListNew .propsTable__list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .catalogItemsListNew .item__inner {
        display: flex;
        margin: 10px 0;
        font-size: 12px;
        font-weight: bold;
        justify-content: space-between;
    }

    .listItem {
        transition: all 0.2s ease;
    }

    .listItem:hover {
        transition: all 0.2s ease;
    }

    .catalogItemsListNew .propsTable__item--left {
        margin-right: 50px;
        color: #6f6f6f;
    }

    .catalogItemsListNew .propsTable__item--right {
        color: #8f483d;
    }

    .catalogItemsListNew .listItem .itemPrice {
        transition: all 0.2s ease;
        margin-top: 15px;
    }

    .catalogItemsListNew .listItem:hover .itemPrice {
        transition: all 0.2s ease;
    }

    .item__head-buttons {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .item__head-buttons span {
        margin-right: 0;
        color: #000;
    }

    .item__head-buttons span:hover {
        color: initial;
    }

    .item__head-buttons span i {
        font-size: 14px;
        color: #b3b3b3;
        transition: color 0.2s ease;
    }

    .item__head-buttons span.active i,
    .item__head-buttons span:hover i {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    a {
        transition: color 0.2s ease;
    }

    a:hover, a:focus {
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .sort-type {
        position: relative;
    }

    .sort-type, .catalog-type {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 15px;
        background-color: #f1f1f1;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .catalog-type {
        display: none;
    }

    .sort-type__selector, .catalog-type__selector {
        display: flex;
        align-items: flex-end;
    }

    .sort-type__selector i, .catalog-type__selector i {
        color: #9b5d54;
        padding-left: 10px;
    }

    .sort-types {
        position: absolute;
        left: -30px;
        top: 0;
        width: 550px;
        background-color: #fff;
        z-index: 1000;
        transform: translateX(-640px);
        transition: transform 0.3s ease;
    }

    .sort-types-show {
        transform: translateX(0);
    }

    .sort-types__title {
        background-color: #f1f1f1;
        padding: 20px 15px;
    }

    .sort-types__title i {
        color: #9b5d54;
        padding-right: 10px;
        margin-left: 30px;
    }

    .sort-types__input {
        padding: 20px 30px;
        height: 257px;
        background-color: #fbf9f9;
    }

    .select-group {
        padding: 10px 0;
        margin-left: 30px;
    }

    .select-group input {
        margin-right: 10px;
    }

    .sortBlock {
        display: none;
    }

    .sort-block {
        display: block;
    }

    .viewedList {
        margin: 0;
    }

    .panel-body {
        padding: 30px 30px;
    }

    .catalogItemsList .listItem .itemPrice {
        bottom: 50px;
    }

    .catalogItemsList .listItem .itemTitle {
        height: 50px;
    }

    .catalogItemsList .listItem .serviceIcons {
        margin-top: 155px;
    }

    .catalogItemsList .propsTable__list {
        margin-bottom: 15px;
    }

    #filterSets .panel-body.MKCollapseBody {
        padding: 15px 30px !important;
    }

    .filter-block__buttons {
        margin-left: 15px !important;
    }

    .sliderWrapper .lineSlider > .filter-block__buttons:first-child {
        margin-left: 0 !important;
    }

    .filterNopic.filterSets .fSetsList .setLink, .filterNopic .filter-block__buttons .filter-card__btn {
        width: 260px !important;
    }
}

.sortBlock {
    margin-bottom: 20px;
}

.viewList {
    display: flex;
    justify-content: space-between;
}

.catalogItemsListNew .listItem .propsTable__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    height: 71px;
    max-height: max-content;
    overflow: hidden;
}

.catalogItemsListNew .listItem .itemTitle {
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalogItemsListNew .viewList .itemTitle {
    height: 40px;
    -webkit-line-clamp: 2;
}

.catalogItemsListNew .viewList .propsTable__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
    height: auto;
    overflow: unset;
}

.catalogItemsListNew .viewList .propsTable__list {
    overflow: none;
    height: auto;
}

.catalogItemsListNew .viewList {
    width: 100%;
    max-width: none;
}

.rightColumn .container {
    width: auto;
}

.item__picture {
    position: relative;
    margin-right: 15px;
}

.item__buy {
    border: 1px solid #ce614f;
    display: flex;
    color: #ce614f;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.item__buy:hover {
    border-color: #ce614f;
    transition: all 0.3s ease;
}

.item__buy, .item__price {
    margin: 15px 0;
    width: 181px;
}

.item__buy-one-click {
    display: block;
    color: #ce614f;
    font-size: 14px;
    width: 181px;
    text-align: center;
    cursor: pointer;
}

.item__buy-one-click:hover {
    text-decoration: none;
}

.item__buy-one-click:hover span {
    border-bottom: 1px solid #ce614f;
}

.catalogItemsListNew::before {
    display: none;
}

.catalogItemsListNew::after {
    display: none;
}

.catalogItemsListNew {
    display: flex;
    /*    justify-content: space-between;*/
    flex-wrap: wrap;
}

.catalogItemsListNew .itemList {
    margin-left: 0 !important;
}

.catalogItemsListNew .viewList .itemImg {
    max-width: none;
    max-height: none;
}

.catalogItemsListNew .viewList .itemRaiting {
    top: 0;
}

.catalogItemsListNew .viewList .item__head-buttons {
    text-align: right;
    font-size: 12px;
    margin-bottom: 70px;
}

.catalogItemsListNew .viewList .itemImg-wrap {
    display: flex;
    height: 218px;
    width: 218px;
    margin-top: 20px;
}

.catalogItemsListNew .viewList {
    height: 280px;
    margin-bottom: 20px;
}

.catalogItemsListNew .viewList .item__head-buttons span {
    margin-right: 37px;
    cursor: pointer;
}

.catalogItemsListNew .viewList .itemPrice {
    width: 181px;
}

.catalogItemsListNew .viewList .propsTable__item--left {
    width: 125px;
    margin-right: 50px;
    color: #6f6f6f;
}

.catalogItemsListNew .viewList .item__inner {
    justify-content: flex-start;
}

.catalogItemsListNew .viewList .itemTitle {
    width: 350px;
}

.catalogItemsListNew .listItem .itemPrice {
    font-weight: bold;
    color: #ce614f;
    font-family: Intro, Arial, sans-serif;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    border: 3px solid #ce614f;
    transition: all 0.3s ease;
}

.catalogItemsListNew .listItem:hover .itemPrice {
    color: #fff;
    background-color: #ce614f;
    transition: all 0.3s ease;
}

.catalogItemsListNew .listItem .itemPrice:after {
    content: "\00A0\20BD";
    font-family: PTSansCaption, Arial, sans-serif;
}

.catalogItemsListNew .listItem .itemPrice .oldPrice {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    color: #000;
    margin-right: 15px;
}

.catalogItemsListNew .listItem .itemPrice .oldPrice:before {
    content: '';
    position: absolute;
    width: 46px;
    margin-left: -23px;
    border-top: 2px solid #ce614f;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalogItemsListNew .listItem .itemPrice .oldPrice:empty {
    display: none;
}

.catalogItemsListNew .listItem:hover .itemPrice .oldPrice {
    display: none;
}

.catalogItemsListNew .listItem:hover .itemPrice {
    color: #fff;
    background-color: #ce614f;
}

.catalogItemsListNew .listItem .itemRaiting {
    position: absolute;
    top: 9px;
    left: 12px;
}

.catalogItemsListNew .viewList .itemRaiting {
    position: absolute;
    top: 0px;
    left: 12px;
}

.catalogItemsListNew .listItem .itemLabel {
    top: 4px;
    right: 11px;
    font-size: 1.38em;
}

.catalogItemsListNew .viewList .itemLabel {
    top: -6px;
    right: 0;
}

.catalogItemsListNew .listItem .itemLabel .hexagonLabel {
    width: 86px;
    height: 97.26190476px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2286px%22%20height%3D%2297.26190476190476px%22%20viewBox%3D%220%200%20168%20190%22%3E%3Cpath%20d%3D%22M92.4,187.001c-4.622,2.679-12.188,2.679-16.813,0L8.407,148.062C3.784,145.382,0,138.805,0,133.446%20l0.002-77.879c0-5.362,3.784-11.938,8.406-14.617L75.594,2.009c4.624-2.678,12.189-2.678,16.811,0l67.177,38.938%20c4.622,2.68,8.406,9.258,8.406,14.618v77.879c0,5.359-3.784,11.938-8.406,14.618L92.4,187.001z%22%20fill%3D%22%23ffba00%22%20/%3E%3C/svg%3E') no-repeat 0 0;
    top: -24px;
    right: -33px;
}

.catalogItemsListNew .listItem .itemLabel .hexagonTextLabel {
    font-size: 0.56em;
}

.catalogItemsListNew .listItem .itemRaiting .raitingStar {
    width: 11px;
    height: 10px;
    background-position: -93px -968px;
}

.catalogItemsListNew .listItem .itemRaiting .raitingStar.full {
    background-position: -66px -998px;
}

.catalogItemsListNew .listItem .itemRaiting .raitingStar:not(:first-child) {
    margin-left: 0;
}

.sorts-btn a, .sorts-btn span {
    display: none;
}

.category-banner {
    display: flex;
    height: 100%;
    max-height: 276px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.category-banner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.item__head-buttons span i {
    margin-right: 7px;
}

.show-mnu {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 33;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    display: none;
    background-color: #8f483d;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .catalogItemsListNew .viewList .itemTitle {
        width: 260px;
    }
}

@media screen and (max-width: 1180px) {
    .catalogItemsListNew .viewList .item__head-buttons span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1130px) {
    .catalogItemsListNew .viewList .itemImg-wrap {
        width: 180px;
        height: 180px;
    }

    .tale-btn, .list-btn {
        width: 34px;
    }

    .sort-btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 1080px) {
    .catalogItemsListNew .viewList {
        padding: 25px 5px;
    }

    .catalogItemsListNew .viewList .item__head-buttons span {
        font-size: 11px;
    }

    .catalogItemsListNew .viewList .propsTable__item--left {
        width: 70px;
    }

    .catalogItemsListNew .viewList .itemTitle {
        width: 230px;
    }

    .catalogItemsListNew .viewList .itemImg-wrap {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 1023px) {
    .footerBlocksWrapper {
        min-width: auto;
    }

    .rightColumn {
        margin-left: 0;
    }

    .leftColumn {
        z-index: 22;
        background-color: white;
        transform: translateX(-315px);
        transition: transform 0.3s ease;
        position: absolute;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .show-mnu {
        display: flex;
    }

    .menu-show {
        transform: translateX(0);
    }
}

@media screen and (max-width: 967px) {
    .sort-btn {
        display: none;
    }

    .bottomPanel .col-sm-9 {
        width: 14%;
    }
}

.filtersAlso {
    margin-top: 25px;
}

.also-filter-link {
    display: block;
    padding: 5px 10px;
    margin: 2px 15px;
    float: left;
    height: 25px;
    position: relative;
}

.filterNopic.filterSets .sliderWrapper {
    margin-left: 0;
    margin-right: 0;
}

.filterNopic .carousel-indicators.sliderNav {
    display: none;
}

.filterNopic.filterSets .fSetsList .setLink,
.filterNopic .filter-block__buttons .filter-card__btn {
    width: 158px;
}

.filterNopic .fSetsList .setImg {
    max-width: 140px;
}

.filterNopic .filter-block__buttons {
    display: block;
    float: left;
    position: relative;
}

.filterNopic .filter-block__buttons .filter-card__btn {
    text-transform: uppercase;
    margin: 0;
    color: #696969;
    border-color: #c9c9c9;
    transition: all 0.3s ease;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filterNopic .filter-block__buttons .filter-card__btn:hover {
    background-color: #ffffff;
    color: #cf6453;
    border-color: #cf6453;
    border-width: 2px;
    border-right-width: 9px;
    transition: all 0.3s ease;
}

.filtersAlso.filterNopic .filter-block__buttons .filter-card__btn:hover {
    background-color: #f1f1f1;
}

.filterNopic .sliderWrapper {
    padding-bottom: 15px;
}

.filterNopic {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    footer.footer .footerBlocksWrapper {
        padding: 15px 15px;
        min-width: auto;
    }

    .bottomPanel {
        padding-left: 0;
    }

    .bottomPanelWrapper .bottomPanel #wrapper-basket-floating {
        float: unset !important;
    }

    .container {
        width: auto;
    }

    .catalogItemsListNew .card-zoom {
        height: 384px;
    }

    .catalogItemsListNew .card-zoom .listItem {
        height: 384px;
    }

    .catalogItemsListNew .card-zoom .listItem:hover {
        height: 384px;
        max-height: none;
    }

    .catalogItemsListNew .card-zoom .listItem:hover .propsTable__list {
        height: 71px;
    }

    .catalogItemsListNew .card-zoom .listItem:hover .action-btn {
        display: none;
    }

    .catalogItemsListNew .card-zoom .serviceIcons {
        display: block;
    }

    .catalogItemsListNew .listItem .serviceIcons .serviceIcon:hover {
        color: #ce614f;
        transition: color 0.2s ease;
    }

    .open > .dropdown-menu {
        z-index: 25;
    }
}

@media screen and (max-width: 641px) {
    .catalogMenu, .topMobileMenu {
        display: flex;
        flex-direction: column;
    }

    .lineSlider .catalogItemsList .listItem .itemLabel {
        top: 1px;
    }

    .filterNopic {
        margin-bottom: 32px;
    }

    .filterNopic .filter-block__buttons .filter-card__btn {
        width: 225px;
    }

    .filterNopic.filterSets .fSetsList .setLink, .filterNopic .filter-block__buttons .filter-card__btn {
        width: 230px;
    }

    .sliderWrapper .sliderArrow.next {
        right: 10px;
    }

    .sliderWrapper .sliderArrow.prev {
        left: 10px;
    }

    .catalogItemsListNew .card-zoom .listItem {
        height: 396px;
    }

    .catalogItemsListNew .card-zoom .listItem:hover {
        height: 396px;
        max-height: none;
    }

    .catalogItemsListNew .card-zoom .action-btn .item__buy {
        height: 47px;
    }

    .sliderWrapper .sliderArrow.prev {
        left: -20px;
    }

    .sliderWrapper .sliderArrow.next {
        right: -20px;
    }

    .personal-link-profile {
        padding-left: 20px;
        margin-top: 2px;
    }

    .personal-link-profile-name {
        width: auto;
        font-size: 18px;
        line-height: 1.2;
    }

    .modal-content {
        border-radius: 20px;
    }

    .modal-content .panel-body {
        padding: 10px 30px;
    }

    .modal-content .itemTitle {
        font-size: 22px;
        display: block;
        margin-bottom: 10px;
    }

    .modal-content .itemQty {
        width: 100%;
        margin-top: 30px;
    }

    .modal-content .itemPrice {
        display: flex;
        width: 100%;
        margin-left: 0 !important;
    }

    .modal-content .cartFieldValue .form-control {
        border: none;
    }

    .modal-content .cartFieldValue.price {
        font-size: 26px;
    }

    .modal-content .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-content .recList .clearfix {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal-content .recList .clearfix .wrap-komplekt {
        width: 210px;
        margin: 7px;
    }

    .modal-content .recList .clearfix .wrap-komplekt a p {
        height: 64px !important;
        overflow: hidden;
        margin: 0;
        margin-bottom: 5px;
    }

    .cartItem .itemDel {
        bottom: 92% !important;
        left: 91.5% !important;
    }

    .panel .itemQty {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .panel .itemQty .cartFieldValue {
        width: 30%;
    }

    .panel .itemPrice {
        margin-left: 0 !important;
        display: flex;
        width: 100%;
    }

    .panel .itemPrice .cartMobileLabel {
        text-align: left;
    }

    .panel .itemPrice .cartFieldValue {
        text-align: right !important;
        font-size: 26px;
    }

    .innerPage .rightColumn {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .catalogItemsListNew .card-zoom {
        width: 290px;
        height: 542px;
    }

    .catalogItemsListNew .card-zoom .listItem {
        width: 290px;
        height: 542px;
    }

    .catalogItemsListNew .listItem .itemTitle {
        height: 77px;
        font-size: 22px;
    }

    .catalogItemsListNew .item__inner {
        font-size: 18px;
    }

    .catalogItemsListNew .listItem .propsTable__list {
        height: 93px;
    }

    .catalogItemsListNew .listItem .item__head-buttons span i {
        font-size: 22px;
        vertical-align: bottom;
    }

    .catalogItemsListNew .listItem .item__head-buttons span {
        margin: 5px 0;
    }

    .catalogItemsListNew .listItem .item__head-buttons {
        font-size: 20px;
        flex-wrap: wrap;
    }

    .catalogItemsListNew .card-zoom .serviceIcons {
        font-size: 28px;
    }

    .catalogItemsListNew .card-zoom .listItem:hover {
        height: 510px;
    }

    .catalogItemsListNew .card-zoom .listItem:hover .propsTable__list {
        height: 93px !important;
    }

    .footerSubscribeBlock {
        margin-top: 0 !important;
    }
}

.filtersAlso .filterNopic.filter-card__btn {
    margin-bottom: 20px;
}

.btn-block {
    margin-top: -10px;
}

.dropdown {
    width: 99.4%;
    margin-left: 2px;
}

#callback .form-group {
    justify-content: center
}

@media (max-width: 640px) {
    .closeBtn {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }
}

@media (min-width: 641px) {
    .cartItem .cartFieldValue {
        padding-right: 18px;
    }
}

#loading_screen {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.bx-step-opacity {
    opacity: 0;
    -webkit-animation: animationBorderStepOpacity ease 1s;
    -moz-animation: animationBorderStepOpacity ease 1s;
    -o-animation: animationBorderStepOpacity ease 1s;
    animation: animationBorderStepOpacity ease 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@-moz-keyframes animationBorderStepOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@-ms-keyframes animationBorderStepOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@-o-keyframes animationBorderStepOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@keyframes animationBorderStepOpacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}


.sale {
    background-repeat: repeat !important;
}

.active .sale-category-card svg {
    fill: #ce614f;
    transition: all .1s ease;
}

.product-card-sidebar-list__price:after {
    content: "\00A0\20BD";
    font-family: PTSansCaption, Arial, sans-serif;
}

.mobile_version {
    display: none;
}

@media (max-width: 800px) {
    .full_version {
        display: none;
    }

    .mobile_version {
        display: block;
    }

    .popover-content {
        font-size: 19px !important;
    }
}

#subscribe-form .readMoreLink {
    display: none;
}


@media (max-width: 800px) {
    .product-card-code {
        font-size: 22px;
    }
}


/*style 27-11-2019*/

.icon-sort {
    display: inline-block;
    fill: #b5b5b5;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.icon-sort-down {
    display: inline-block;
    fill: #b5b5b5;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.sortField.selected {
    position: relative;
}

.sortField.selected .icon-sort-down,
.sortField.selected .icon-sort {
    fill: #ce614f;

}

.sortField-icon {
    position: absolute;
    right: -26px;
    top: -4px;
}

.sortFields .sortField {
    margin: 0 20px 0 10px !important;
}

.sortFields .sortField:nth-child(1) {
    margin-left: 20px !important;
}

.sortBlock {
    display: block !important;
}

.sortFields .sortField.selected {
    margin-right: 30px !important;
}

@media (max-width: 640px) {
    .sortFields .sortField {
        margin: 0 23px 0 23px !important;
    }

    .sortFields .sortField.selected {
        margin-right: 35px !important;
    }

    .sortFields .sortField:nth-child(1) {
        margin-left: 12px !important;
    }

    .sortBlock .sortFields {
        text-align: left;
        border: none;
        padding-top: 10px;
    }

    .sortBlock {
        background-color: transparent;
    }

    .sortBlock .pull-left {
        display: none;
    }

    .sortBlock .panel-heading {
        padding: 10px 0;
    }

    .sortField-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .sortField.selected .icon-sort-down,
    .sortField.selected .icon-sort {
        fill: #ce614f;
        position: absolute;
        right: -30px;
        top: -1px;
        font-size: 26px;
    }
}


#filterSets .sliderWrapper {
    padding-left: 0 !important;
}

@media (max-width: 640px) {
    .popular-block-slider__item, .cardImgsMobile__item {
        display: none;
    }
    .popular-block-slider__item:first-child, .popular-block-slider__item.slick-slide, .cardImgsMobile__item:first-child, .cardImgsMobile__item.slick-slide {
        display: block;
    }
}