.page__footer {
    margin-top: 40px;
}

.footer {
    background-color: #F3F4F7;
    font-family: 'Montserrat';
    padding: 50px 0;
}

.footer__wrapper {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 140px 0 40px;
}

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

.footer__top a:hover{
    color: #308CB1;
    text-decoration: none;
}

.footer__top a svg {
    fill: #308CB1;
}

.footer__wrap-img {
    padding-top: 35px;
    padding-right: 115px;
}

.footer__company-pic {
    width: 183px;
    height: auto;
}

.footer__wrap-menu {
    display: flex;
    flex: 1 0 auto;
}

.footer__top-col {
    flex-basis: 20%;
    flex-grow: 1;
}

.footer__top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer__top-menu li {
    display: block;
}

.footer__top-col .footer-first-row {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #308CB1;
}

.footer__top-col .footer-first-row a {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #308CB1;
    text-transform: uppercase;
}

.footer__top-col li a  {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #5E6673;
}

.footer-bottom {
    color: #606a7e;
    padding: 15px 0;
    font-size: 13px;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    color: #9098A7;
}

.footer-copy .copy {
    color: #5E6673;
    font-size: 13px;
}

.footer-copy .seo {
    color: #5E6673;
    font-size: 13px;
    display: inline-block;
    margin-left: 59px;
}

.contact-phone {
    border-right: 1px solid #606a7e;
    float: left;
    padding-right: 15px;
}

.contact-phone a,
.contact-phone a:hover,
.contact-phone a:visited {
    color: #606a7e;
    text-decoration: none;
}

.contact-phone:before {
    display: block;
    float: left;
    margin-right: 3px;
    content: url(../images/icons/phone-gray.png);
}

.footer__contact {
    margin-bottom: 10px;
}

.footer__contact a {
    color: #373C45;
    text-decoration: none;
}

.footer-address,
.footer-email,
.footer-phone {

    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5E6673;
    line-height: 30px;
}

.footer-address::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/icons/location.png");
    margin-right: 5px;
}

.footer-address .text {
    white-space: nowrap;
}

.footer-phone::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("../images/icons/phone2.png");
    margin-right: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-email::before {
    content: '';
    display: block;
    width: 22px;
    height: 16px;
    background-image: url("../images/icons/email-icon.svg");
    margin-right: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-socials {
    margin-top: 10px;
    display: flex;
}

.footer-socials img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footer-center {
    color: #5E6673;
    font-size: 13px;
    line-height: 22px;
    margin: 35px 0;
}

.aside-menu__3-level>li {
    padding-left: 25px;
}

.aside-menu__3-level .parent>a,
.aside-menu__3-level .parent>a:hover {
    /* font-weight: bold; Убрано так как не показываются категории 4-го уровня */
}

.aside-menu__3-level>li>a {
    position: relative;
}

.aside-menu__3-level>li>a:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #373C45;
}

.aside-menu__3-level a,
.aside-menu__3-level a:hover {
    font-size: 17px;
    line-height: 20px;
    color: #373C45;
    font-weight: normal;
    text-decoration: none;
}

.aside-menu__3-level a:hover {
    text-decoration: underline;
}

.aside-menu__4-level li {
    list-style: disc;
}

.phone-template {
    font-size: 12px;
}

.cart-btn {
    width: 100%;
    padding: 9px 12px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.star,
.popup .star {
    display: inline;
    color: #ff745a;
}

.tabs__content {
    margin-top: 50px;
}

.tabNavigation {
    list-style: none;
    margin: 0 auto;
}

.tabNavigation__item {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width:563px) {
    .tabNavigation__item {
        display: none;
    }

    .category__tabs.category.hideItemTile {
        display: none !important;
    }
}

.tabNavigation__item {
    padding: 16px 32px;
    margin-left: 8px;
    font-size: 15px;
    font-weight: bold;
}

.tabNavigation__item a,
.tabNavigation__item a:hover {
    color: #838894;
    text-decoration: none;
}

.tabNavigation__item .selected {}

.tabNavigation__item .selected,
.tabNavigation__item .selected:hover {
    color: #fff;
    text-decoration: none;
}

.tabNavigation .tabNavigation__item {
    background: #fff;
    box-shadow: 4px 5px 32px 6px #e5eaed;
}

.tabNavigation .active {
    background: #308cb1;
    box-shadow: none;
}

.active:after {}

.page__content ul {
    list-style: none;
    padding: 0;
}

.page__content ul li:before {
    content: '\2714';
    display: block;
    color: #fb9e8d;
    width: 25px;
    float: left;
    background: #fff;
    border: 1px solid #fb9e8d;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    left: 2px;
    margin-right: 10px;
    margin-top: -4px;
    text-align: center;
}

.page__content .bx-pagination-container ul li:before {
    display: none;
}

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

.prise {
    color: #ff7b62;
    font-size: 32px;
    margin-left: 10px;
}

.prise span {
    color: #ff7b62;
    font-size: 24px;
}

.spoiler-body {
    display: none;
    width: 100%;
}

.more {
    margin-left: 39%;
    display: inline-block;
    text-decoration: none;
    color: #838894;
    font-size: 13px;
    border-bottom: 1px dotted;
}

.reviews-count {
    display: inline-block;
    margin-left: 3px;
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    font-weight: bold;
    text-align: center;
}

.slide-prew-wrap {
    width: 100%;
}

.slider-nav .slick-list .slick-track .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
}

.cat-tabs {
    color: #002436;
    font-size: 15px;
}

.series-cat__product {
    margin: 0 15px 10px 15px;
}

.cat-tabs__naw {}

.series-cat__tabs .cat-tabs__naw {
    display: inline-block;
    margin-left: 0;
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .cat-tabs__naw {
        margin-left: 0;
        margin-top: 15px;
    }

    .series-cat__tabs .cat-tabs__naw {
        display: block;
    }

}

@media only screen and (max-width:563px) {
    .cat-tabs__naw {
        margin-left: 0;
        margin-top: 15px;
    }
}

.product__name {
    height: 52px;
    color: #002436;
    display: flex;
    align-items: center;
}

.product__bottom {
    margin-top: 20px;
    align-items: center;
}

@media only screen and (min-width:865px) {
    .product__bottom {
        visibility: hidden;
    }

    .category__product:hover .product__bottom {
        visibility: visible;
    }
}

.product__stock-status {
    color: #FF7B62;
}

.product__bottom .product__stock-status {
    width: 70%;
}

.product__icon {
    margin: 0;
    cursor: pointer;
    background: transparent;
    border: 0 none;
    display: block;
}

.product__icon svg {
    display: block;
    fill: #373C45;
}

.product__icon.active svg,
.product__icon:hover svg {
    fill: #FF7B62;
}

.product-item-price-container {
    align-items: center;
}

.product__price {
    color: #ff7b62;
    font-size: 20px;
    display: inline-block;
    margin-left: 21%;
}

@media only screen and (max-width:563px) {
    .product__price {
        color: #ff7b62;
        font-size: 20px;
        display: inline-block;
        margin-left: 21%;
        margin-bottom: 10px;
    }
}

.product__price span {
    font-size: 15px;
    margin-bottom: 10px;
}

.series-cat__stock-prise {
    color: #002436;
    line-height: 17px;
    text-decoration: line-through;
    font-size: 15px;
    display: inline-block;
}

.product__art {
    float: right;
}

.product-item-color-list .product__art {
    line-height: 26px;
}

.multiple-items__photo:hover {
    border: 2px solid #ff7b62;
    border-radius: 50%;
}

.offers-items__product-row {
    display: block;
    height: 25px;
    overflow: hidden;
}

.offers-items__product {
    list-style: none;
    padding: 0;
}

.offers-items__product.slick-slider {
    margin: 0 30px;
}

.offers-items__product .slick-arrow {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #D2D9E4;
    box-sizing: border-box;
    border-radius: 33px;
}

.offers-items__product .slick-prev {
    left: -30px !important;
}

.offers-items__product .slick-next {
    right: -30px !important;
}

.offers-items__product .slick-arrow:before {
    content: '' !important;
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.50551%2013L6.78069%207.64811C7.08119%207.34315%207.25%206.92959%207.25%206.49837C7.25%206.06716%207.08119%205.6536%206.78069%205.34864L1.50871%200L0.753206%200.766492L6.02518%206.11513C6.12535%206.21678%206.18162%206.35463%206.18162%206.49837C6.18162%206.64211%206.12535%206.77997%206.02518%206.88162L0.75%2012.2335L1.50551%2013Z%22%20fill%3D%22%239098A7%22%2F%3E%0A%3C%2Fsvg%3E");
}

.offers-items__product .slick-prev:before {
    transform: rotate(180deg);
}

.offers-items__item {
    margin: 0 5px 0 5px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
}

.offers-items__photo {
    border-radius: 50%;
    /*height: auto;*/
}

.offers-items__item.selected .offers-items__photo {
    border: 1px solid #FF7B62;
}

.product__propery-item {
    text-align: center;
    margin: 20px 0;
}

.product__property-name {
    display: inline-block;
    color: #002436;
}

.product__property-view {
    display: inline-block;
}

.series-cat__widget {
    display: inline-block;
    width: 45%;
}

@media only screen and (max-width:563px) {
    .series-cat__widget {
        width: 100%;
    }
}

@media only screen and (max-width:563px) {
    .buy-widget__quantity {
        text-align: center;
    }
}

.buy-widget__quantity-value {
    text-align: center;
    height: 35px;
    border: 1px solid #ececec;
}

.category .buy-widget__minus,
.category .buy-widget__plus {
    top: 0px;
}

.buy-widget__minus {
    position: relative;
    /*border: 1px solid #ececec;*/
    background: #fff;
    border-radius: 3px 0 0 3px;
    height: 34px;
    top: -5px;
    width: 20px;
    right: -5px;
}

.buy-widget__minus:before {
    content: '';
    width: 0;
    height: 0;
    right: 11px;
    top: 13px;
    border-style: solid;
    border-width: 5px 4px 5px 0;
    border-color: transparent #002436 transparent transparent;
    position: absolute;
    left: 5px;
}

.buy-widget__plus {
    position: relative;
    /*border: 1px solid #ececec;*/
    background: #fff;
    border-radius: 0 3px 3px 0;
    height: 34px;
    top: -5px;
    width: 20px;
    left: -5px;
}

.buy-widget__plus:before {
    content: '';
    width: 0;
    height: 0;
    right: 11px;
    top: 13px;
    border-style: solid;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #002436;
    position: absolute;
    left: 5px;
}

.cart-button {
    display: inline-block;
    padding: 9px 28px 10px 32px;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width:563px) {
    .cart-button {
        display: block;
        margin: 10px auto 0 auto;
    }
}

.cart-button:before {
    content: url(../images/icons/basket.png);
    display: block;
    position: absolute;
    left: 5px;
}

.product-sale {
    background: url(../images/icons/sale-cat.png);
    display: block;
    position: absolute;
    width: 41px;
    height: 43px;
    font-size: 15px;
    color: #195e75;
    right: 24px;
    top: 140px;
    text-align: right;
    padding: 12px 3px;
    z-index: 20;
}

.product__photos .product-sale {
    background: url(../images/icons/sale-cat.png);
    display: block;
    position: relative;
    width: 41px;
    height: 43px;
    font-size: 15px;
    color: #195e75;
    left: 88%;
    top: 138px;
    text-align: right;
    padding: 12px 5px;
    z-index: 20;
}

@media only screen and (max-width:563px) {
    .product .product-sale {
        top: 0;
    }
}

.product-sale:before {
    content: '-';
    display: inline-block;
}

.product-new {
    background: url(../images/icons/sklad-program.png);
    display: block;
    position: relative;
    width: 144px;
    height: 44px;
    font-size: 0;
    color: #792413;
    text-align: center;
    padding: 9px;
    z-index: 20;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:563px) {
    .product .product-new {
        top: 27px;
    }
}

.product-hit {
    background: url(../images/icons/hit-new.png);
    display: block;
    position: relative;
    width: 75px;
    height: 32px;
    font-size: 0;
    color: #54580b;
    text-align: center;
    padding: 10px;
    z-index: 20;
}

.product-want-cheaper {
    background: url(../images/icons/want-cheaper.svg);
    display: block;
    position: absolute;
    width: 146px;
    height: 146px;
    font-size: 0;
    color: #54580b;
    text-align: center;
    z-index: 20;
    bottom: 177px;
    right: -6px;
}

@media only screen and (max-width:565px) {
    .product-want-cheaper {
        display: none;
    }
}

@media only screen and (max-width:563px) {
    .product .product-hit {
        top: 55px;
    }
}

.product__photo .product-sale {
    background: url(../images/icons/sale-cat.png);
    display: block;
    position: absolute;
    width: 41px;
    height: 43px;
    font-size: 15px;
    color: #195e75;
    right: 24px;
    top: 0;
    text-align: center;
    padding: 9px;
    z-index: 20;
}

.product__photo .product-new {
    background: url(../images/icons/new.png);
    display: block;
    position: absolute;
    width: 41px;
    height: 43px;
    font-size: 15px;
    color: #792413;
    right: 24px;
    top: 8%;
    text-align: center;
    padding: 9px;
    z-index: 20;
}

.product__photo .product-hit {
    background: url(../images/icons/hit.png);
    display: block;
    position: absolute;
    width: 41px;
    height: 43px;
    font-size: 15px;
    color: #54580b;
    right: 24px;
    top: 16%;
    text-align: center;
    padding: 10px;
    z-index: 20;
}

.category__product {
    position: relative;
    margin: 0 -10px 5px -10px;
    max-width: 350px;
    min-height: 555px;
}

@media only screen and (min-width:564px) {
    .category__product {
        padding: 10px;
    }

    .category__product:hover {
        background: #FBFBFB;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        z-index: 21;
    }
}

.product__photo {
    margin-top: 20px;
    position: relative;
}

.product__photo_slider {
    display: none;
}

@media only screen and (min-width:1200px) {
    .product__photo_slider {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 20px;
        display: flex;
        justify-content: space-around;
    }

    .product__photo_slider i {
        display: block;
        flex-grow: 1;
        max-width: 70px;
        border-bottom: 3px solid white;
        margin: 0 5px;
        cursor: pointer;
    }

    .product__photo_slider i.active {
        border-color: #FF7B62;
    }
}

.radio-btn .check-elem__checkbox+.check-elem__label:before {
    width: 18px;
    height: 18px;
    margin: -10px -25px 0;
    border-radius: 50%;
    border: 1px solid #b7bac0;
    cursor: pointer;
}

.radio-btn .check-elem__checkbox+.check-elem__label:after {
    width: 8px;
    height: 8px;
    margin: -4px -19px 0;
    background: #ff7b62;
    border-radius: 50%;
}

.check-elem__label:after {
    z-index: 2;
    opacity: 0;
}

.radio-btn {
    position: relative;
}

.tabNavigation .delete:before {
    display: block;
    float: left;
    margin-right: 10px;
    content: url(../images/icons/product-cart.png);
}

.active .delete:before {
    display: block;
    float: left;
    margin-right: 10px;
    content: url(../images/icons/delete-w.png);
}

.aside-filter-btn {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #D2D9E4;
    box-sizing: border-box;
    border-radius: 33px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #373C45;
}

.product__similar {
    font-size: 33px;
    display: block;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
    color: #002436;
}

.product-cat__similar-item {
    vertical-align: top;
    max-width: 360px;
    border: 1px solid #ececec;
    background: #fff;
    display: inline-block;
    width: 24.333%;
    padding: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
    position: relative;
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .product-cat__similar-item {
        width: 47.333%;
    }
}

@media only screen and (max-width:563px) {
    .product-cat__similar-item {
        width: 100%;
    }
}

.product-cat__similar-item .cart-button {
    display: block;
    padding: 9px 28px 10px 32px;
    position: relative;
    margin: 0 auto;
    margin-top: 13px;
}

.ctitle {
    font-size: 24px;
    margin: 15px 0 0px 0px;
    display: block;
}

.slick-current>.multiple-items__photo,
.selected>.multiple-items__photo {
    border: 2px solid #ff7b62;
    border-radius: 50%;
}

.error {
    box-shadow: 0px 0 5px 1px red;
}

.content {
    padding-top: 35px;
    color: #606a7e;
    font-size: 15px;
    line-height: 19px;
}

.content ul {
    list-style: none;
}

.content ul li span {
    color: #002436;
}

.content ul li {
    position: relative;
}

.content ul li:before {
    content: '';
    display: block;
    top: 4px;
    left: -8px;
    border-style: solid;
    border-width: 4px 0 4px 3px;
    border-color: transparent transparent transparent #ff7b62;
    font-size: 0;
    position: absolute;
}

.more-product {
    display: block;
    margin: 15px auto 0 auto;
    padding: 9px 20px;
    text-decoration: none;
    width: 45%;
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .more-product {
        padding: 9px 12px;
    }
}

.mess-ok {
    padding: 15px;
}

.corporation-item__photo {
    vertical-align: middle;
    margin-left: 21px;
}

.corporation-item__photo:first-child {
    margin-left: 0;
}

.hidden {
    display: none;
}

.hidden-nav {
    display: none !important;
}

@media only screen and (max-width:563px) {
    .popup-window {
        left: 15% !important;
    }
}


#whatsapp_button {
    display: block;
    position: fixed;
    bottom: 200px;
    right: 60px;
    z-index: 2;
    height: 50px;
    width: 50px;
    background: url(../images/icons/whatsapp_logo_icon.png) no-repeat scroll 0 0;
    background-size: contain;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    #whatsapp_button {
        background: url(../images/icons/whatsapp_logo_icon_mobile_x2.png) no-repeat scroll 0 0;
        z-index: 569;
        bottom: 69px;
        right: 9px;
        background-size: contain !important;
    }
}


#top_button {
    display: none;
    position: fixed;
    bottom: 132px;
    right: 60px;
    z-index: 2;
    height: 50px;
    width: 48px;
    background: url(../images/icons/btnUp.svg) no-repeat scroll 0 0;
    background-size: 100%;
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    #top_button {
        bottom: 180px;
    }
    .b24-widget-button-position-bottom-right{
        bottom: 90px !important;
        right: 80px !important;
    }
}

.img-onclick,
.name-onclick,
.onclick_price {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}

.name-onclick,
.onclick_price {
    padding-top: 30px;
}

.onclick_price {
    width: 27%;
}

.onclick__body {
    padding: 25px;
}

.onclick_info {
    padding-bottom: 20px;
    line-height: 100px;
}

.img-onclick {
    width: 28%;
    margin-right: 3%;
}

.price-onclick {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.name-onclick {
    width: 35%;
    font-size: 16px;
    margin-right: 3%;
}

.onclick,
.onclick:hover {
    cursor: pointer;
    display: inherit;
    padding: 5px 12px;
    background: #FFFFFF;
    border: 2px solid #373C45;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #373C45;
}

.onclick:hover {
    color: #FF7B62;
    border-color: #FF7B62;
    text-decoration: none;
}

.popup.onclick-form {
    top: 30%;
}

@media only screen and (max-width:680px) {
    .popup.onclick-form {
        top: 10%;
    }

    body .img-onclick {
        width: 40%;
    }

    body .name-onclick {
        width: 50%;
    }

    body .onclick_price {
        width: 100%;
    }
}

@media only screen and (max-width:563px) {
    .onclick_detail {
        margin-left: 55px;
    }
}

.product-item-image-wrapper-i {
    margin: 0 auto;
    display: block;
    position: relative;
}

.product-info-wrap {
    margin: 0 10px;
}

.property-kresla {
    display: none;
    text-align: center;
    margin: -15px auto 20px;
    width: 100%;
}

.category__product:hover .property-kresla {
    display: inline-block;
}

.category__product:hover .kresla-props-item {
    margin-top: -20px;
}

.property-kresla .product__propery-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.compare-i-checkbox {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}

.product-item-compare .compare-title-i {
    width: 50px;
    position: relative;
    display: block;
    min-height: 26px;
    font-size: 18px;
    line-height: 1;
}

.product-item-compare .compare-title-i:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 20px;
    background: url(../images/icons/comparetion.png) no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.compare-i-checkbox:checked+svg {
    fill: #FF7B62;
}

.product__kresla-item {
    display: block;
    width: 100%;
}

@media only screen and (max-width:864px) {

    body .page__category {
        margin-left: 0px;
    }

    .catalog-section .category__product {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

.item__price {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 320px) {
    .slick-prev {
        left: -12px !important;
    }

    .slick-next {
        right: 12px !important;
    }
}

.product-item-buttons .red-btn {
    margin-top: 0;
    display: inline-block;
    color: #ff7b62;
    background-color: #fff4f2;
    font-size: 14px;
}

.head_search {
    width: 100%;
    display: block;
    color: #373C45;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
}

.b-rating[data-can-rate=""] .rating-group {
    pointer-events: none;
}

.rating-group {
    display: inline-flex;
    line-height: 0;
}

.rating__icon {
    pointer-events: none;
}

.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
}

.rating__label--half {
    padding-right: 0;
    margin-right: -1em;
    z-index: 2;
    pointer-events: none;
}

.rating__icon--star {
    color: orange;
}

.rating__icon--none {
    color: #eee;
}

.rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

.rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

.rating__input:hover~.rating__label .rating__icon--star,
.rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

.rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.rating-group_block {
    display: flex;
}

.rating-num {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.product-item-info-container.product-item-price-container.flex {
    justify-content: flex-start;
}

.rating-num-prev {
    padding-top: 5px;
    margin-right: 5px;
}

.rating__label-prev {
    padding-top: 5px;
}

.stock-prise-new-prev {
    margin-left: 10px;
    padding-top: 5px;
}

.product__sticers {
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
}

.show-more-button {
    width: 220px;
    margin: 30px auto 30px auto;
    background: #1693ae;
    border-color: transparent;
    border: initial;
    line-height: 28px;
    padding: 0px 18px;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    height: 39px;
    display: block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: .4s;
}

.show-more-button:hover {
    background: #1693ae;
    color: #fff;
    border-color: transparent;
    border: initial;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    animation: rippleEffect 0.8s linear;
    width: 110px;
    height: 110px;
    display: block;
    transition: .4s;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@media screen and (min-width:864px) {

    div#js-series-cat__tabs .category__product,
    .catalog-section .category__product {
        pointer-events: none;
    }

    div#js-series-cat__tabs .col-lg-3:hover .category__product,
    .catalog-section .col-lg-3:hover .category__product {
        pointer-events: all;
    }
}

.product-discount-percentage {
    color: white;
    background: #FA3225;
    width: 55px;
    height: 55px;
    padding: 19px 7px;
    border-radius: 30px;
    font-size: 15px;
    transform: rotate(-15deg);
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}

.product-discount-percentage span {
    font-weight: 900;
}

.hidden-xs {
    display: none;
}

.product-item-info-container.product-item-price-container.flex {
    flex-wrap: wrap;
}

.product-item-info-container .product__stock-status in-stock {
    width: 100%;
}

.product__stock-status {
    width: 100%;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.pagination {
    margin-top: 25px;
}

button.show-more-button.js-seria-show-more {
    margin-top: 70px;
}

.project-finish-mainpage a.main__more {
    text-decoration: none;
}

.our-advantages-main .container-title-n-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.our-advantages-main .container-title-n-controls .controls {
    display: none;
}

.our-advantages-main .container-title-n-controls .controls .btn-prev {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #E7E2E2;
    background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11.9069 4.7558C11.5815 4.43036 11.0539 4.43036 10.7284 4.7558L6.65554 8.83265C6.00522 9.48365 6.00548 10.5385 6.65612 11.1891L10.7314 15.2644C11.0569 15.5898 11.5845 15.5898 11.91 15.2644C12.2354 14.939 12.2354 14.4113 11.91 14.0859L8.42189 10.5978C8.09646 10.2724 8.09646 9.74482 8.42189 9.41932L11.9069 5.93431C12.2324 5.60888 12.2324 5.08123 11.9069 4.7558Z" fill="%230F0F0F"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.our-advantages-main .container-title-n-controls .controls .btn-prev:hover {
    background-color: #1693AE;
}

.our-advantages-main .container-title-n-controls .controls .btn-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #E7E2E2;
    background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.09311 15.2442C8.41852 15.5696 8.94611 15.5696 9.27161 15.2442L13.3445 11.1673C13.9948 10.5163 13.9945 9.46152 13.3439 8.81093L9.26861 4.7356C8.94311 4.41018 8.41552 4.41018 8.09002 4.7356C7.76461 5.06102 7.76461 5.58868 8.09002 5.9141L11.5781 9.40218C11.9035 9.7276 11.9035 10.2552 11.5781 10.5807L8.09311 14.0657C7.76761 14.3911 7.76761 14.9188 8.09311 15.2442Z" fill="%230F0F0F"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.our-advantages-main .container-title-n-controls .controls .btn-next:hover {
    background-color: #1693AE;
}


.our-advantages {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}

.our-advantages .item {
    padding: 0 10px;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-advantages .item .img {
    width: 90px;
    height: 90px;
    margin-bottom: 4px;
}


.our-advantages .item .title {
    font-weight: 700;
    text-align: center;
    color: #308CB1;
    font-size: 14px;
    margin-bottom: 0px !important;
    white-space: nowrap;

}


.our-advantages .item .text {
    text-align: center;
    color: #5e66739c;
    font-size: 14px;
    white-space: nowrap;
}

@media only screen and (max-width:460px)  and (min-width:430px){
    .our-advantages .item .title {
        font-size: 13px;
    }
    
    .our-advantages .item .text {
        font-size: 13px;
    }
}

.our-advantages .item .text span {
    font-weight: bold;
    display: block;
    color: #308CB1;
}

@media (max-width: 1024px) {
    .our-advantages-main .container-title-n-controls .controls {
        display: block;
    }
}

@media (max-width: 700px) {
    .our-advantages .item {
        flex-basis: 33.3%;
    }

    .our-advantages .item.item_big {
        flex-basis: 50%;
    }
}

@media (max-width: 380px) {
    .our-advantages .item {
        flex-basis: 100%;
    }

    .our-advantages .item.item_big {
        flex-basis: 100%;
    }
}

/*
.pagination__item {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px;
}

.pagination__item--active {
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #308cb1;
    padding: 10px;
}

.pagination__item a,
.pagination__item a:visited,
.pagination__item a:hover {
    text-decoration: none;
}

.pagination__item--active a,
.pagination__item--active a:visited,
.pagination__item--active a:hover {
    color: #fff;
    text-decoration: none;
}

.pagination-client {
    margin-top: 25px;
}

.pagination-client__item {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px;
}

.pagination-client__item a,
.pagination-client__item a:hover,
.pagination-client__item a:visited {
    color: #606a7e;
    text-decoration: none;
}

.pagination-client__item--active {
    border: 1px solid #ececec;
    border-radius: 3px;
    background: #ff7b62;
    padding: 10px;
}

.pagination-client__item a,
.pagination-client__item a:visited,
.pagination-client__item a:hover {
    text-decoration: none;
}

.pagination-client__item--active a,
.pagination-client__item--active a:visited,
.pagination-client__item--active a:hover {
    color: #fff;
    text-decoration: none;
}


@media only screen and (min-width:865px) {
    .general-catalog__item {
        min-height: 310px;
    }
}

.general-catalog {
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.general-catalog__item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 25px 45px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    text-align: center;
}

@media only screen and (max-width:563px) {
    .general-catalog__item {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width:564px) and (max-width:864px) {
    .general-catalog__item {
        width: 49.999%;
    }
}

.general-catalog__info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 20px;
    background: rgba(225, 131, 113, 0.9);
    display: none;
}

.cat-menu__item--drop .menu-drop__item:before {
    margin-left: -23px;
}

.general-catalog__item:hover .general-catalog__info {
    display: block;
}

.general-catalog__info .menu-drop__item a,
.general-catalog__info .aside-menu__item a,
.general-catalog__info .menu-drop__item a:visited,
.general-catalog__info .menu-drop__item a:hover {
    color: #fff;
}

.general-catalog__info .cat-menu__ico {
    float: left;
}

.cat-menu__item>a {
    margin-left: 35px;
    display: block;
    text-align: left;
}

.cat-menu__item .menu-drop__item {
    text-align: left;
}

.cat-menu__item a,
.cat-menu__item a:visited,
.cat-menu__item a:hover {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.page__cat-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cat-menu__item--drop {
    margin-left: 13px;
}

.cat-menu__item--drop .menu-drop__item a {
    font-weight: normal;
    font-size: 13px;
}

.general-catalog__info .menu-drop__item:before {
    content: '';
    background: url(../images/backgrounds/catmenubg.png);
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    height: 100%;
    width: 1px;
}

.general-catalog__info .menu-drop__item:after {
    content: url(../images/icons/catmenuarrow.png);
    position: absolute;
    top: 30%;
    left: -15px;
    z-index: 10;
    transform: translate(0, -50%);
    display: block;
    height: 2px;
    width: 10px;
}

.general-catalog__info .menu-drop__item:last-child:before {
    height: 50%;
}

.item__name {
    min-height: 44px;
}

.item__name a,
.item__name a:visited {
    color: #002436;
}

.item__name:after {
    content: '';
    display: block;
    background: #ececec;
    height: 1px;
    width: 85px;
    margin: 0 auto;
    margin-top: 11px;
}

.item__photo {
    margin-top: 15px;
    max-height: 130px;
    vertical-align: middle;
}

.item__photo--wrapp {
    height: 145px;
    vertical-align: middle;
}

.item__price {
    margin-top: 30px;
    font-weight: bold;
    color: #ff7b62;
}
*/

.our-brands__list .slick-prev:before {
    color: #000000;
    content: url('../images/larr.png');

}

.our-brands__list .slick-next:before {
    color: #000000;
    content: url('../images/rarr.png');

}

.our-clients__list .slick-prev:before {
    color: #000000;
    content: url('../images/larr.png');

}

.our-clients__list .slick-next:before {
    color: #000000;
    content: url('../images/rarr.png');

}


.examples-item__link img {
    margin: 0 auto;
    border-radius: 15px;
}

.slick-prev {
    left: -15px;
    top: 44%;

    @media (max-width: 1600px) {
        left: -30px;
    }

}

.slick-next {
    right: -4px;
    top: 44%;

    @media (max-width: 1600px) {
        right: -20px;
    }

}

.search__product a img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.search__name a {
    height: 52px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0px;
    color: #373C45;
    max-height: 40px;
    align-items: baseline;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.search__button {
    text-transform: uppercase;
    padding: 8px 15px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 1.4;
    cursor: pointer;
    background: #308cb1;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    max-width: 125px;
    display: block;
    margin: 0 auto 10px;
}

.search__button:hover {
    color: #373C45;
    background: #EFF0F2;
    text-decoration: none;
}

.search__form  {
    display: flex;
    max-width: 300px;
    border: 0.5px solid #afabd1;
    border-radius: 2px;
    margin: 0 0 30px 0;
}

.search__form #search1input {
    border: none;
    width: 100%;
    background: #fbfbfb;
}

.search__form #search1input:active {
    background-color: #ffffff;
}

.search__form .search-luppa {
    border: none;
    margin: 10px;
    position: static;
}


@media only screen and (min-width:564px) {
    .search__product {
        padding: 10px;
    }

    .search__product:hover {
        background: #FBFBFB;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        z-index: 21;
    }
}

/* All media start */

@media (max-width: 1200px)
{
    .footer__wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 985px)
{
    .footer__wrap-img {
        padding: 0 40px 0 0;
    }

    .footer__top-col {
        flex-basis: 33.3%;
        padding-bottom: 10px;
    }

    .footer__top-col:not(:last-child) {
        padding-right: 10px;
    }
}

@media (max-width: 870px)
{
    .footer__top {
        flex-direction: column;
    }

    .footer__wrap-img {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__wrapper {
        padding: 0 20px 60px 20px;
    }
}

@media (max-width: 660px)
{
    .footer__wrap-menu {
        flex-wrap: wrap;
    }
}

@media (max-width: 430px)
{
    .footer__wrap-img {
        margin-bottom: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__wrap-menu {
        padding-left: 20px;
    }

    .footer__top-col {
        flex-basis: 100%;
        padding-right: 0;
    }

    .footer__top-col:not(:last-child) {
        padding-right: 0;
    }

    .footer__contact {
        margin-bottom: 0;
    }

    .footer-center {
        margin: 25px 0;
    }

    .footer-copy {
        flex-direction: column;
    }

    .footer-copy .copy {
        margin-bottom: 20px;
    }

    .footer-copy .seo {
        margin-left: 0;
    }

    #top_button {
        right: 30px;
        bottom: 140px;
    }
}

/* All media end */
