body {
    font-family: "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    /* background: url(../images/pattern.jpg); */
}

html {
    -webkit-text-size-adjust: none;
}

.container-big {
    max-width: 1376px !important;
}

.arrow_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    width: 42px;
    min-width: 42px;
    height: 42px;
    /* padding: 0; */
    border: 1px solid #5a5a5a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 20px;
    display: none;
}

.arrow_box:hover {
    /*bottom: 20px;*/
}

.main-header .content .logo-wrap .svg-sprite-icon {
    max-width: 160px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-desc {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    padding-left: 15px;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 21px;
}

.header-logo-col {
    flex-basis: 34%;
    max-width: 34%;
    display: flex;
    align-items: center;
}


.arrow_up {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-left: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
}

.about-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin-top: 0;
}

.about-company-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1.title, h2.title, h3.title, h4.title {
    font-family: "Helvetica Neue", sans-serif;
}

.badge, .main-header .top {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
}

.brand-link {
    height: 18px;
    width: 18px;
    fill: #fff;
}



.main-header .top .col-between .auth .auth-link.brand-links {

    color: rgb(247, 189, 0);
}

.main-header .top .col-between .auth .auth-link.register, .main-header .top .col-between .auth .auth-link.brand-links {
    /*border-right: 1px solid #24303d;*/
}

.main-header .top .col-between .auth .auth-link.register, .main-header .top .col-between .auth .auth-link.brand-links, .main-header .top .col-between .auth .auth-link.login {
    margin: 0;
    padding: 14px 20px;
}

.main-header .top .col-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.main-header .content .cart-block-wrap .cart-link .cart-info {
    padding: 0px 1px 0px 10px !important;
}

.main-header .content .main-search .form-group .btn, .addition-search .main-search .form-group .btn, .matrix-search .main-search .form-group .btn {
    color: rgb(12, 27, 44);
    font-weight: 700;
}

.header-search-container {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 69%;

}

.main-header .header-basket-container {
    flex-basis: 13%;
    max-width: 13%;
}

.main-header .header-search-container {
    flex-basis: 52%;
    max-width: 52%;
}

.header-basket-container {
    -webkit-flex-basis: 13%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    max-width: 13%;
    padding: 0;
    padding-left: 15px;
}

.main-menu .main-categories li a {
    font-weight: 500;
}

.main-header .content .cart-block-wrap .btn-toggle-cart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border: 0;
    margin-top: 8px;
    width: auto;
    height: auto;
}

#bx_basketFKauiI .cart-content {
    margin-top: -15px !important;
}

.cart-content .mt24 {
    font-weight: 600;
}

.main-header .top .row-middle {
    padding: 0;
}


.main-header .top .callback .phone-link {
    padding-right: 20px;
    font-size: 16px;
}

.main-header .top .callback {
    padding-left: 20px;

}

.main-header .top .callback, .addition-search .main-search {
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-header .top .container, .main-header .top .callback {
    border-right: 1px solid #24303d;
    border-left: 1px solid #24303d;
}

.addition-search .logo-wrap .svg-sprite-icon {
    height: 38px;
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.addition-search .cart-price {
    font-size: 12px;
}

.addition-search .main-search .form-group, .matrix-search .main-search .form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
}

.addition-search .main-search .form-group input[type=text], .matrix-search .main-search .form-group input[type=text] {
    -webkit-flex: 8;
    -ms-flex: 8;
    -webkit-box-flex: 8;
    flex: 8;
    background-color: #eaeaea;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1;
    padding: 9px 35px 9px 20px;
    font-size: 16px;
    background-color: rgb(41, 53, 66);
    color: white;
}

.main-menu .main-categories>.main-link.dropdown a {
    font-weight: 600;
}

.main-header .content .main-search .form-group input[type=text], .addition-search .main-search .form-group input[type=text], .matrix-search .main-search .form-group input[type=text] {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.addition-search .main-search .form-group .reset-search {
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    left: -webkit-calc(100% - 127px);
    left: calc(100% - 127px);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
}

.addition-search .main-search .form-group .btn, .matrix-search .main-search .form-group .btn {
    width: 95px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
}

.addition-search .cart-block-wrap {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.addition-search .cart-block-wrap .cart-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    margin-right: 25px;
}

.addition-search .cart-block-wrap .cart-link .cart-icon-wrap {
    position: relative;
    margin-right: 10px;
}

.addition-search .cart-block-wrap .cart-link .cart-icon-wrap .cart-icon {
    fill: none;
    stroke: white;
    max-height: 24px;
    width: 32px;
}

.addition-search .cart-block-wrap .cart-link .cart-info {
    padding: 0px 1px 0px 10px !important;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.addition-search .cart-block-wrap .cart-link .cart-info .cart-title {
    color: rgb(247, 189, 0);
    font-weight: 700;
}

.addition-search .cart-block-wrap .cart-link .cart-info .cart-title, .addition-search .cart-block-wrap .cart-link .cart-info .cart-price {
    font-family: 'Helvetica Neue',sans-serif;
}

.addition-search .cart-block-wrap .btn-toggle-cart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border: 0;
    margin-top: 3px;
    width: auto;
    height: auto;
}

.addition-search .cart-block-wrap .btn-toggle-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    width: 21px;
    min-width: 21px;
    height: 21px;
    /* padding: 0; */
    border: 1px solid #5a5a5a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;

}

.addition-search .cart-block-wrap .btn-toggle-cart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border: 0;
    margin-top: 3px;
    width: auto;
    height: auto;
}

.addition-search .cart-block-wrap .btn-toggle-cart span {
    width: 7px;
    height: 7px;
    margin-top: -2px;
    border-left: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.addition-search .main-search .form-group .reset-search .svg-sprite-icon {
    max-height: 15px;
    max-width: 15px;
    stroke: none;
    fill: #a2a2a4;
}

.promo-offer {
    margin-bottom: 0;
}

.addition-search {
    background-color: rgb(17, 30, 44);
    margin-bottom: 20px;
    display: none;
}

.fixed-header {
    z-index: 10000;
    display: block !important;
}

.badge {
    font-weight: 600;
    color: #000000;
}

.addition-search .row {
    border-right: 1px solid #24303d;
    border-left: 1px solid #24303d;
}

.logo-dark-container {
    border-right: 1px solid #24303d;
    /*    padding-top: 21px;
        padding-bottom: 8px;
        align-self: end;*/
}

.addition-search .callback {
    border-right: 1px solid #24303d;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addition-search .callback .svg-sprite-icon {
    width: 12px;
    height: 16px;
    fill: none;
    stroke: #fff;
}

.addition-search .header-search-container {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
}

.addition-search .work-info {
    padding-left: 15px;
}

.addition-search .header-search-container {
    border-right: 1px solid #24303d;
}



.addition-search .callback .phone-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: inherit;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 5px;

}

.arrow_up {
    width: 10px;
    height: 10px;
    border-left: 2px solid #5a5a5a;
    border-top: 2px solid #5a5a5a;
}

.arrow_box {
    right: 55px;
    bottom: 55px;
    background-color: rgb(247, 189, 1);
    border: 0;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.footer-content {
    padding-top: 68px;
}

.footer-content .title {
    font-family: 	"Helvetica Neue", sans-serif;
}

.footer-end-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgb(93, 104, 118);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-end-info span {
    margin-bottom: 13px;
}

.main-footer .footer-content .footer-end a {
    padding: 0;
    color: rgb(93, 104, 118);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgb(93, 104, 118);
    display: inline;
}

.prices-catalog {
    color: rgb(12, 27, 44);
}

.prices-catalog, .news-catalog {
    margin-bottom: 70px;
}

.prices-catalog h2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

h1.main-sub-title, h2.main-sub-title, h3.main-sub-title, h4.main-sub-title, h5.main-sub-title {
    color: rgb(12, 27, 44);
    font-size: 36px;
    font-weight: 500;
}

.prices-catalog .pacman-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}
.prices-catalog .dots-icon {
    width: 30px;
    max-height: 24px;
    fill: rgb(247, 189, 1);
    margin-left: 10px;
    margin-top: 5px;
}



.slider-btn-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}


.spec-toggler {
    position: absolute;
    /*background-color: rgba(251, 41, 0, 0.35);*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 9px;
    font-size: 12px;
    font-weight: 400;
    top: 10px;
    left: 10px;
}


.catalog-item-top {
    height: 160px;
    width: auto;
    padding: 15px 15px 0 15px;
}

.catalog-prices_current {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-size: 18px;
    color: #f7bd00;
    font-weight: 700;
}

.catalog-prices_lower {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    color: #7b7b7b;
    font-size: 14px;
    position: relative;
    z-index: 1;
    text-decoration: line-through;
}

.btn {
    padding: 6px 12px;
    border: 1px solid transparent;
    color: #fff;
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
}

.btn:disabled, .btn:disabled:hover {
    background-color: #999;
    cursor: not-allowed;
    opacity: 0.3;
}

.btn-primary { background-color: #fff; }

.btn-primary:hover, .btn-primary:focus { background-color: #fff; border: 1px solid rgb(215, 199, 144); outline: 0}

/* Input count */

.prices-catalog-tab:not(:first-child) {
    display: none;
}

.handle-counter input {
    padding: 0;
}

.categories-list .category-item .title {
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .main-features .main-title {
        text-align: center;
        width: auto;
    }
    .main-features .feature-item .feature-item-title {
        align-items: center;
    }
}



.footer-catalog-wrapper .footer-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-catalog-wrapper .footer-nav .links-list:first-child {
    margin-right: 22px;
}

.main-menu .main-categories>.main-link .svg-sprite-icon {
    max-width: 14px;
}

.main-menu .main-categories>.main-link {
    -webkit-box-flex: none;
    -webkit-flex-grow: none;
    -ms-flex-positive: none;
    flex-grow: none;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.main-menu .main-categories>.main-link.active, .main-menu .main-categories>.main-link:hover {
    background-color: rgb(247, 189, 0);
    color: rgb(17, 30, 44);
}

.main-menu .main-categories>.main-link.active>a .svg-sprite-icon, .main-menu .main-categories>.main-link:hover>a .svg-sprite-icon {
    stroke: none;
    fill: rgb(17, 30, 44);
}

.main-menu .main-categories>.main-link.dropdown.active .burger-icon, .main-menu .main-categories>.main-link.dropdown.active .burger-icon:after, .main-menu .main-categories>.main-link.dropdown.active .burger-icon:before, .main-menu .main-categories>.main-link.dropdown.active .chevron:after, .main-menu .main-categories>.main-link.dropdown.active .chevron:before, .main-menu .main-categories>.main-link.dropdown:hover .burger-icon, .main-menu .main-categories>.main-link.dropdown:hover .burger-icon:after, .main-menu .main-categories>.main-link.dropdown:hover .burger-icon:before, .main-menu .main-categories>.main-link.dropdown:hover .chevron:after, .main-menu .main-categories>.main-link.dropdown:hover .chevron:before {
    background-color: rgb(247, 189, 0);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pay-shipping-info .bordered-tile .solution-item .item-text .text, .pay-shipping-info .bordered-tile .solution-item .item-text .text a[href^=tel] {
    font-weight: 400;
}

.pay-shipping-info .bordered-tile .solution-item .item-text .title {
    font-size: 18px;
    font-weight: 500;
}

.new-text-link {
    color: rgb(15, 83, 159);
    text-decoration: none;
    border-bottom: 1px solid rgb(15, 83, 159);
}

.marked-span {
    color: rgb(247, 189, 0);
}

.map-area-wrapper {
    border: 1px solid rgb(227, 236, 242);
    padding: 23px;
    background-color: #fff;
}


.map-area-wrapper .title {
    color: rgb(12, 27, 44);
    font-size: 18px;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

.basketQuantity {
    color: rgb(0, 0, 0);
    background-color: rgb(247, 189, 1);
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
}

.basketQuntityDeatil {
    margin-top: 10px;
}

.basketQuntityDeatil span {
    color: #f7af01;
    font-weight: 600;
}

.map-area-dostavka .container {
    padding: 0 15px;
}

.bordered-tile .solution-item {
    border: 1px solid rgb(227, 236, 242);
    background-color: #fff;
}

.map-marker-icon {
    width: 24px;
    height: 30px;
    margin-right: 19px;
}



.map-area {
    margin-bottom: 28px;
}

.search-photo .title {
    color: rgb(12, 27, 44);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.search-video {
    margin-bottom: 35px;
}



.search-video-item {
    width: 100%;
}

.addition-search .cart-block-wrap.bx-closed .cart-content {
    display: none !important;
}


.all-office .office-map {
    margin-bottom: -166px;
    position: relative;
    top: unset;
    right: unset;
    height: 100%;
    width: 100%;
}

.all-office {
    background-color: transparent;
}

.contacts-anchor {
    padding: 5px 10px;
    background-color:transparent;
    border: 1px solid rgb(247, 151, 0);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

header.main-header .content .cart-block-wrap .cart-content .car-items-list .cart-list-item .cart-item-image {
    width: 65px;
    background-color: transparent;
}

.cart-content ul.car-items-list {
    overflow-y: auto;
}

header.main-header .content .cart-content .cart-controls .btn {
    margin: 20px 0 0 auto;
}

header.main-header .content .cart-content .cart-controls > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.main-header .content .cart-content .cart-controls > div > .col-xs-7 {
    margin: 0 0 0 auto;
}

.contacts-anchor:hover {
    background-color: rgb(247, 151, 0);
    color: #fff;
}
.sclad-position {
    /*margin-top: -90px;*/
}


.blue-btn, .catalog-list .load-products-btn {
    background-color: rgb(17, 30, 44);
    border: 1px solid rgb(17, 30, 44);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
}

.load-more-wrap {
    padding: 0 20px 0 30px;
}

.blue-btn:hover, .catalog-list .load-products-btn:hover {
    background-color: rgb(40, 56, 74);
    border: 1px solid rgb(40, 56, 74);
}

.prices-catalog .blue-btn, .news-catalog .blue-btn {
    width: 100%;
}

.main-header .header-basket-container .cart-block-wrap .cart-content {
    width: auto;
    margin-top: -10px !important;
    min-width: 340px;
}

.about-text p {
    margin: 0;
    margin-bottom: 15px;
}


.main-header .content .header-basket-container .cart-block-wrap .cart-content .car-items-list {
    padding: 20px 20px 20px 10px;
}

.main-header .content .header-basket-container .cart-block-wrap .cart-content .car-items-list .cart-list-item .cart-item-controls {
    position: relative;
}

.btn-cross:after, .btn-cross:before {
    top: 11px;
    left: 6px;
    width: 10px;
    background-color: rgb(212, 223, 231);
}

.btn-cross {
    width: 25px;
    height: 25px;
    border: 1px solid rgb(212, 223, 231);
}

.fa.fa-rub {
    font-size: 1em;
    margin-left: 3px;
}

.del-checkbox {
    border: 1px solid rgb(174, 185, 196);
    width: 20px;
    min-width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.del-checkbox-icon {
    display: none;
    width: 50%;
    height: 10px;
}

.addition-search .cart-block-wrap .cart-content .car-items-list .cart-list-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.deliver-item__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
}

.deliver-item__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;

}

.deliver-item__desc a {
    color: rgb(15, 83, 159);
    text-decoration: none;
    border-bottom: 1px dotted rgb(15, 83, 159);
}

.deliver-item__desc a:hover {
    border-bottom: 0;
}

.delivery-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

.delivery-contacts .delivery-input:not(:last-child) {
    width: 22%;
    margin-bottom: 20px;
}

.delivery-contacts textarea.delivery-input {
    width: 100%;
}

.delivery-contacts textarea.delivery-input.shortField {
    width: 74%;
    height: 50px;
}

.sub-title-small {
    color: rgb(12, 27, 44);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    width: 100%;
}

textarea.delivery-input {
    resize: none;
    outline: none;
}


input.delivery-input, textarea.delivery-input {
    background-color: white;
    border: 1px solid rgb(174, 185, 196);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 15px;
    font-family: 'Helvetica Neue',sans-serif;
    color: rgb(12, 27, 44);
    font-size: 12px;
    font-weight: 600;
    min-height: 50px;
}

input.delivery-input::-webkit-input-placeholder, textarea.delivery-input::-webkit-input-placeholder {
    color: rgb(140, 141, 143);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.delivery-input::-moz-placeholder, textarea.delivery-input::-moz-placeholder          {
    color: rgb(140, 141, 143);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.delivery-input:-moz-placeholder, textarea.delivery-input:-moz-placeholder           {
    color: rgb(140, 141, 143);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.delivery-input:-ms-input-placeholder, textarea.delivery-input:-ms-input-placeholder      {
    color: rgb(140, 141, 143);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}



.payment-types .deliver-type-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

.payment-types {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}

.delivery-payment, .person-delivery-contacts {
    margin-bottom: 50px;
}

.person-delivery-contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.person-delivery-contacts .main-sub-title {
    width: 100%;
}

.person-delivery-contacts .delivery-input {
    -webkit-flex-basis: 30.7%;
    -ms-flex-preferred-size: 30.7%;
    flex-basis: 30.7%;
    margin-bottom: 30px;
}

.person-delivery-contacts .delivery-input:nth-child(2), .person-delivery-contacts .delivery-input:nth-child(3), .person-delivery-contacts .delivery-input:nth-child(5) {
    margin-right: 30px;
}

.yellow-btn {
    background-color: rgb(247, 189, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgb(12, 27, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    border: 0;
    width: 100%;
    cursor: pointer;
}

.yellow-btn:hover {
    background-color: rgb(255, 213, 75);
}



.delivery-total-info table {
    width: 100%;
    padding: 20px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgb(12, 27, 44);
}

.delivery-total-info table tbody {
    display: block;
    width: 100%;
}

.delivery-total-info table tr:not(:last-child) {
    margin-bottom: 30px;

}

.delivery-total-info table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}




.delivery-check {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
}

.delivery-check-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 55.7%;
}

.policy-check {
    margin-right: 10px;
}

.delivery-check-left textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
}

.delivery-check .main-sub-title {
    width: 100%;
}

.delivery-check-right {
    background-color: rgb(226, 233, 240);
    padding: 10px;
    width: 39%;
}

.control {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    padding-top: 3px;
    cursor: pointer;
    color: rgb(12, 27, 44);
}

.control a {
    color: rgb(15, 83, 159);
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 83, 159, 0.3);

}

.control a:hover {
    border-bottom: 0;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #f7bd01;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #f7bd01;
}

.control input:checked ~ .control_indicator {
    background: #f7bd01;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #0c1b2c;;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

#basket_items > tbody > tr > td.control {
    margin: 0px;
    display: table-cell;
    width: auto;
}

.btn-cross-wrapper {
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#basket_items > tbody > tr > td .btn-cross {
    display: block;
    position: relative;
}

#basket_items input {
    width: 50px;
    padding: 0;
    border: 0;
}

.quantity-control-wrapper .minus, .quantity-control-wrapper .plus {
    padding: 8px 10px;
}
#basket_items .quantity-control-wrapper tbody {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    border: 1px solid rgb(174, 185, 196);
}

.quantity-control-wrapper .minus {
    border-right: 1px solid rgb(174, 185, 196);
}

.quantity-control-wrapper .plus {
    border-left: 1px solid rgb(174, 185, 196);
}

#basket_form {
    padding: 0;
}

.change-personal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.change-personal .deliver-type-item {
    border: 1px solid transparent;
    padding: 10px 30px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.change-personal .deliver-type-item .deliver-item__head {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}



.profile-types, .delivery-region {
    margin-bottom: 50px;
}



.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: rgb(12, 27, 44);
    width: 100%;
    font-weight: 600;
}

.select-styled {
    background-color: #fff;
    border: 1px solid rgb(174, 185, 196);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: rgb(12, 27, 44);
    font-size: 12px;
    font-weight: 600;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    border: 1px solid rgb(137, 145, 153);
}
.select-styled:active, .select-styled.active {
    background-color: #fff;
    border: 1px solid rgb(137, 145, 153);
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;

}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgb(137, 145, 153);
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.select-options li {
    margin: 0;
    padding: 8px 10px;
    text-indent: 0px;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    margin-bottom: 5px;
}
.select-options li:hover {
    color: rgb(12, 27, 44);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(244, 244, 244);
}
.select-options li[rel="hide"] {
    display: none;
}

.del-region-inputs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bx-slst {
    width: 100%;
}

.bx-ui-slst-pool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.bx-slst .dropdown-block {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 22px 5px 15px;
}

.bx-slst .dropdown-block.active {
    border-bottom: 0 !important;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.bx-slst input[type="text"] {
    color: rgb(17, 30, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.bx-slst .dropdown-block:last-child {
    margin-bottom: 10px;
}

.bx-slst .bx-ui-combobox-toggle {
    background: none;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    width: auto;
    height: auto;
}

.bx-slst .bx-ui-combobox-toggle:after {
    border-style: solid;
    border-width: 0.10em 0.10em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    vertical-align: top;
    width: 0.45em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}



.bx-slst .bx-ui-combobox-dropdown {

    -webkit-box-shadow: none;

    box-shadow: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-weight: 600;
    border: 1px solid #aeb9c4;
    border-top: 0;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    top: 44px;
}



.bx-slst .bx-ui-combobox-variant, .bx-slst .bx-ui-combobox-error {
    padding: 8px 10px;
    color: rgb(12, 27, 44);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bx-slst .bx-ui-combobox-variant:hover, .bx-slst .bx-ui-combobox-variant-active {
    background-color: rgb(244, 244, 244);
    -webkit-border-radius: 3px;
    border-radius: 3px;

}


.bx-slst .dropdown-icon {
    display: none;
}
.bx-slst .dropdown-block.bx-ui-slst-input-block {
    border: 1px solid #aeb9c4;
}

.bx-slst input[type="text"]::-webkit-input-placeholder {
    color: rgb(17, 30, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.bx-slst input[type="text"]::-moz-placeholder {
    color: rgb(17, 30, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.bx-slst input[type="text"]:-moz-placeholder {
    color: rgb(17, 30, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.bx-slst input[type="text"]::-webkit-input-placeholder      {
    color: rgb(17, 30, 44);
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    font-weight: 600;
}


.del-region__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.del-region__input:first-child {
    margin-right: 35px;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-wrapper .chevron {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-wrapper .chevron::before {
    border-style: solid;
    border-width: 0.10em 0.10em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

.main-menu .main-categories>.main-link.dropdown > a {
    background-color: rgb(17, 30, 44);
    color: rgb(247, 189, 0);
    border: 1px solid rgb(17, 30, 44);
}

.main-menu .main-categories>.main-link.dropdown > a:hover .chevron:after, .main-menu .main-categories>.main-link.dropdown > a:hover .chevron:before {
    background-color: rgb(247, 189, 0);
}

.main-menu .main-categories>.main-link.dropdown .chevron:after, .main-menu .main-categories>.main-link.dropdown .chevron:before {
    background-color: rgb(247, 189, 0);

}

.spec-toggler--news {
    background-color: rgba(69, 197, 224, 0.35);
}

.main-menu .main-categories>.main-link.dropdown .menu-button .burger-icon, .main-menu .main-categories>.main-link.dropdown .menu-button .burger-icon::after, .main-menu .main-categories>.main-link.dropdown .menu-button .burger-icon::before {
    background-color: #fff;
}

.dropdown-wrapper .chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.basket-heading h1.main-sub-title {
    margin-bottom:  25px;
    margin-top: 55px;
}



.matrix-heading {
    background-color: rgb(226, 233, 240);
    padding-bottom: 46px;
    padding-top: 46px;
}

.matrix-heading .main-sub-title {
    margin-top: 0;
}


.matrix-search .main-search .form-group input[type=text] {
    color: rgb(17, 30, 44);
    font-size: 12px;
    font-weight: 400;
}

.matrix-search .main-search .form-group .btn {
    width: auto;
}

.matrix-heading .main-sub-title {
    margin-bottom: 34px;
}

.matrix-templates-table thead {
    border: 1px solid rgb(212, 223, 231);
}

.matrix-templates-table, .matrix-templates-table table {
    width: 100%;
}


.matrix-templates-table thead td, .matrix-templates-table thead th {
    padding: 35px 15px;
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgb(212, 223, 231);
}
.matrix-templates-table thead td:last-child {
    width: 10%;
}
.matrix-templates-table tbody {
    font-size: 12px;
    color: rgb(12, 27, 44);
}

.matrix-templates-table tbody {
    border: 1px solid rgb(227, 236, 242);
}

.matrix-templates-table tbody tr {
    border-bottom: 1px solid rgb(227, 236, 242);
}

.matrix-templates-table tbody tr td {
    padding: 10px 0;

}

.matrix-templates-table tbody tr td:nth-child(3) .matrix-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.matrix-templates-table tbody tr .matrix-remove-wrapper .matrix-wrap {
    border-right: 0;
}

.matrix-wrap .handle-counter {
    margin: 0 10px;
}

.matrix-templates-table .matrix-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    border-right: 1px solid rgb(227, 236, 242);
}

.matrix-templates-table td:last-child .matrix-wrap {
    border-right: 0;
}

.matrix-item-name .matrix-wrap {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    align-items: start;
}

.matrix-item-name .matrix-wrap a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(12, 27, 44);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 20px;
}

.matrix-item-name .matrix-wrap a:hover span {
    border-bottom: 1px solid transparent;
}

.matrix-item-name .matrix-wrap a span {
    border-bottom: 1px solid rgba(12, 27, 44, 0.3);
}

.matrix-wrap .valuta {
    margin-left: 5px;
}

.matrix-wrap .handle-counter .counter-minus, .matrix-wrap .handle-counter .counter-plus {
    border: 1px solid rgb(174, 185, 196);
    padding: 8px 12px;
}



.matrix-wrap .handle-counter .counter-minus:hover, .matrix-wrap .handle-counter .counter-plus:hover {
    border: 1px solid rgb(17, 30, 44);
}

.matrix-wrap .value-total, .matrix-wrap .value-total ~ .valuta {
    font-weight: 700;
}

.matrix-wrap .handle-counter input {
    border-top: 1px solid rgb(174, 185, 196);
    border-bottom: 1px solid rgb(174, 185, 196);
}

.matrix-to-basket {
    background-color: rgb(247, 189, 1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgb(12, 27, 44);
    padding: 7px 10px;
    border: 0;
    font-size: 12px;
    width: 90px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;
}

.matrix-to-basket:hover {
    background-color: rgb(255, 213, 75);
}

.delete-form {
    position: relative;
    background: #FFF;
    padding: 60px 116px 35px 116px;
    width: auto;
    max-width: 554px;
    margin: 20px auto;
}

.delete-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.delete-form-content .yellow-btn {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 5px;
}

.delete-form-content .delete-confirm-btn {
    background-color: rgb(244, 244, 244);
}

.delete-form-content p {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: rgb(12, 27, 44);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.delete-form .mfp-close {
    display: none;
}

.delete-form-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #b1bbc6;
    cursor: pointer;
}

.delete-form-close:hover {
    fill: rgb(12, 27, 44);
}

button, a {
    outline: none;
}

.matrix-templates {
    padding-top: 65px;
    padding-bottom: 25px;
}

.matrix-templates .main-sub-title {
    margin-bottom: 35px;
}

.matrix-templates .errortext {
    display: none;
    color: red;
}

.matrix-templates-table .btn-cross span {
    display: none;
}

.mob-thead {
    display: none;
}

.recom-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;

}

.reccomended-goods {
    background-color: rgb(226, 233, 240);
    /*padding: 75px 0;*/
    padding: 0;
}

.reccomended-goods .main-sub-title, .personal-recommend .main-sub-title  {
    margin-bottom: 35px;
    margin-top: 0;
}

.reccomended-goods .price-catalog-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;

}

.personal-recommend .price-catalog-item {
    -webkit-box-shadow: 0 2px 15px rgba(17, 28, 36, 0.1);
    box-shadow: 0 2px 15px rgba(17, 28, 36, 0.1);
    margin: 2px;
}

.personal-recommend .price-catalog-item:hover {
    -webkit-box-shadow: 0 2px 15px rgba(17, 28, 36, 0.25);
    box-shadow: 0 2px 15px rgba(17, 28, 36, 0.25);
}

.personal-recommend {
    padding-top: 80px;
}

.personal-recommend .container {
    position: relative;
}

.personal-recommend .slider-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}


.personal-recommend .prev-btn {
    left: 0;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.personal-recommend .swiper-button-disabled {
    fill: rgb(212, 223, 231);
}

.personal-recommend .next-btn {
    right: 0;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.personal-recommend .next-btn, .personal-recommend .prev-btn {
    position: relative;
    padding: 14px 16px;
    border: 1px solid rgb(212, 223, 231);
    outline: 0;
}

.personal-recommend .next-btn:hover, .personal-recommend .prev-btn:hover {
    border: 1px solid rgb(164, 186, 202);
}

.personal-recommend .next-btn svg, .personal-recommend .prev-btn svg {
    width: 7px;
    height: 10px;
}

.current-price-title, .total-price-title {
    display: none !important;
}

.delete-title-mob {
    display: none;
}

.breadcrumbs a {
    font-family: 'Helvetica Neue Cyr Light', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: rgb(147, 147, 147);
}

.breadcrumbs .chain-links li:after {
    color: #000000;
    content: "/";
    margin: 0 20px;
}

.breadcrumbs .chain-links {
    margin-top: 28px;
}

.product-card .product-photo-slider .product-item-detail-slider-controls-block {
    bottom: unset;
    top: 101%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    right: unset;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-card .product-photo-slider .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    overflow-y: auto;
    height: auto;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card .product-photo-slider .product-item-detail-slider-container.popup .slider-nav-container {
    border: 0;
}

.product-card .product-photo-slider .product-item-detail-slider-container.popup .slider-nav-container.down:hover, .product-card .product-photo-slider .product-item-detail-slider-container.popup .slider-nav-container.up:hover {
    border: 0;
}

.product-card .product-photo-slider .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image {
    padding-top: 0;
}


[data-entity="image"] {
    padding: 25px;
}

.product-card .product-photo-slider .slider-nav-container {
    right: unset;
    width: 10px;
    height: 13px;
    -webkit-background-size: 26% 26%;
    background-size: 26%;
    display: block;
    border: 1px solid lightgrey;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 18px;
    z-index: 91;
}

.product-card .product-photo-slider .slider-nav-container.up {
    top: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-card .product-photo-slider .slider-nav-container.down {
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-card .product-photo-slider .slider-nav-container.down:hover, .product-card .product-photo-slider .slider-nav-container.up:hover {
    background-color: transparent;
    border: 1px solid #000;
}

.product-card .product-photo-slider .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px;
}

.product-card .product-photo-slider .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image.active, .product-card .product-photo-slider .product-item-detail-slider-controls-block .product-item-detail-slider-controls-image:hover {
    border: 1px solid #d3d3d3;
}

.product-card .spec-toggler {
    position: static;
    display: inline-block;
}

.product-card .page-title {
    color: rgb(12, 27, 44);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

.product-card .vendor-code {
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 500;

}

.product-card .buy-options .price-and-availability-container .price-and-cart-btn .current-price {
    color: rgb(247, 175, 1);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.product-card .fa.fa-rub {
    font-size: 0.9em;
}

.old-price-detail  {
    background-color: transparent;
    color: rgb(165, 165, 165);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0 6px;
    position: relative;
}

.old-price-detail-container {
    position: relative;
    top: -40px;
    left: -125px;
}
.old-price-detail:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: #fff;
    height: 1px;
    left: 0;
    width: 100%;
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
}

#basket_items .price .old_price {
    position: relative;
    top: -23px;
}

.old-price-detail::after {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgb(121, 117, 117);
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-card .add-to-bst-container .quantity-control .btn-plus {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.product-card .add-to-bst-container .quantity-control .btn-minus:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: #121921;
    right: 0px;
    left: 0px;
    margin: auto;
    top: 20px;
}

.product-card .add-to-bst-container .quantity-control .btn-plus:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #121921;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 17px;
}

.product-card .add-to-bst-container .quantity-control .btn-plus:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #121921;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 20px;
}

.detail-total-sum {
    background-color: rgba(247, 189, 1, 0.2);
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-card {
    padding-top: 20px;
    margin-bottom: 130px;
}

.about-req svg {
    margin-left: 10px;
}

.product-card .page-title {
    margin-bottom: 27px;
}

.product-card .buy-options {
    margin-top: 27px;
}



.product-card .add-to-bst-container .quantity-control .btn-minus {
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.content--area .content .cart-block-wrap .empty-basket-message {
    display: none;
}



.product-card .product-photo-slider .product-item-detail-slider-block {
    background-color: transparent;
}

.product-card .product-description .description {
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.product-card .add-to-bst-container .quantity-control {
    position: relative;
}

.product-card .add-to-bst-container .quantity-control .qty-value {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #1c232f;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid rgb(235, 224, 188);
    border-top: 1px solid rgb(235, 224, 188);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
}

.to-bskt-btn {
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.product-card .add-to-bst-container .quantity-control .btn-plus, .product-card .add-to-bst-container .quantity-control .btn-minus {
    top: 0;
    bottom: auto;
    height: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card .add-to-bst-container .quantity-control .btn-plus {
    width: 35px;
    border: 1px solid rgb(235, 224, 188);
}

.product-card .add-to-bst-container .quantity-control .btn-minus {
    left: 0px;
    right: auto;
    width: 35px;
    border: 1px solid rgb(235, 224, 188);
}

.add-to-bst-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-to-bst-container > div {
    width: 33%;
}

.product-card .add-to-bst-container .quantity-control .qty-value {
    color: rgb(12, 27, 44);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.product-card .add-to-bst-container .quantity-control .btn-minus, .product-card .add-to-bst-container .quantity-control .btn-plus {
    background-color: #fff;
}

.product-card .add-to-bst-container .quantity-control .btn-minus:hover, .product-card .add-to-bst-container .quantity-control .btn-plus:hover {
    border: 1px solid rgb(228, 204, 125);
}

.title-search-result .addToMatrix {
    position: absolute;
    right: 18px;
    top: 37px;
    padding: 7px 15px;
    background-color: #f7bd01;
    font-weight: 600;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.title-search-result .addToMatrix:hover {
    background-color: rgb(255, 213, 75);
}

.title-search-result {
    padding: 0;
}

.search-result .result-item {
    position: relative;
}

.btn-to-cart1 {
    text-decoration: none;
    color: rgb(12, 27, 44);
}

.cart-content .car-items-list {
    min-width: 100% !important;
}

.main-menu .main-categories>.main-link a {
    padding: 15px 12px;
}


.catalog-item-wrapper {
    background-color: #fff;
    padding-top: 15px;
}

.alertify-notifier.ajs-right .ajs-message {
    border: 0;
    background-color: white;
    color: rgb(12, 27, 44);
    font-size: 12px;
    font-weight: 700;
    z-index: 9999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(17, 28, 36, 0.2);
    box-shadow: 0 2px 15px rgba(17, 28, 36, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
}

.alert-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7bd01;
    margin-right: 10px;
}

.alert-icon svg {
    width: 8px;
    height: 8px;
}
.main-header .top {
    z-index: 999;
}

.cart-content .cart-controls .cart-total, .cart-content .cart-controls .cart-total-items {
    font-size: 12px;
}

/* О компании */

.about-welcome {
    height: 788px;
    text-align: center;
    position: relative;
    margin-top: -15px;
    padding-top: 90px;
    overflow: hidden;
}
.about-command, .about-welcome, .p-card__heading, .d-card__heading {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.a-gallery__img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-welcome:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, transparent), color-stop(60%, rgba(9, 20, 32, 0.6)), to(rgba(9, 20, 32, 0.6)));
    background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 30%, rgba(9, 20, 32, 0.6) 60%, rgba(9, 20, 32, 0.6) 100%);
    background-image: -o-linear-gradient(bottom, transparent 0%, transparent 30%, rgba(9, 20, 32, 0.6) 60%, rgba(9, 20, 32, 0.6) 100%);
    background-image: linear-gradient(to top, transparent 0%, transparent 30%, rgba(9, 20, 32, 0.6) 60%, rgba(9, 20, 32, 0.6) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}

.about-heading, .anchors {
    position: relative;
    z-index: 2;
}

.about-welcome .about-heading {
    padding: 0 15%;
}

.about-heading {
    color: white;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;

    margin: 0;
    margin-bottom: 45px;
}

.anchors__item {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid rgb(247, 189, 0);
}

.anchors__item:last-child {
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.anchors__item:not(:last-child) {
    border-right: 0;
}

.anchors__item:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.anchors__item:hover {
    color: rgb(247, 189, 0);
}

.anchors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}



.about-text .main-sub-title {
    text-align: center;
}


.about-text {
    padding: 100px 0;
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}


.about-text--white {
    background-color: transparent;
}

.about-text .container{
    max-width: 912px;
}

.c-benefits__icon svg {
    width: 55px;
    height: 45px;
    fill: #000;
    stroke: #ffe1e1;

}

.main-office-position .main-office .main-office-block .block-header .icon-bg .svg-sprite-icon {
    fill: #0c1b2c;
}

.main-header .content .cart-block-wrap .cart-link .cart-info .cart-title, .addition-search .cart-block-wrap .cart-link .cart-info .cart-title {
    font-size: 14px;
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
}

.c-benefits__icon {
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7bd00;
    width: 108px;
    height: 108px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-benefits__heading {
    color: rgb(12, 27, 44);
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 25px;
}

.c-benefits__item:first-child .c-benefits__heading {
    padding-right: 50%;
}

.c-benefits__text {
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.c-benefits {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-benefits__item {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
    margin-right: 15px;
    margin-left: 15px;
}

.company-benefits {
    padding-bottom: 120px;
}

.about-text--blue {
    background-color: rgb(226, 233, 240);
}

.about-command {
    text-align: center;
    height: 400px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-command .about-heading {
    color: rgb(247, 189, 0);
    line-height: 50px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}



.about-command:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.about-gallery {
    background-color: rgb(17, 30, 44);
    padding-top: 190px;
    padding-bottom: 120px;

}

.about-gallery .about-heading {
    color: rgb(247, 189, 1);
    text-align: left;
    margin-bottom: 38px;
}

.about-gallery__address {
    color: rgb(226, 233, 240);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}

.about-gallery__address span {
    border-bottom: 1px solid transparent;
}

.main-footer .footer-content .title.f-sub-title {
    font-size: 14px;
}

.main-footer .contacts-info-sklad .contacts-address {
    line-height: 25px;
}

.main-footer .contacts-address a {
    text-decoration: none;
    line-height: 20px;
}
.main-footer .contacts-address a:hover {
    color: #f1d27f;
    text-decoration: underline;
}

.about-gallery__address:hover span{
    border-bottom: 1px solid #fff;
}

.about-gallery__heading {
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.a-gallery__img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 15px;
    margin-bottom: 30px;
    /* background-attachment:fixed; */
    position: relative;

}

.a-gallery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -285px;
}

.a-gallery__img:first-child {
    width: 264px;
    height: 165px;
}

.a-gallery__img:nth-child(2) {
    width: 359px;
    height: 485px;
}

.a-gallery__img:nth-child(3) {
    width: 260px;
    height: 260px;
}

.a-gallery__img:nth-child(4) {
    width: 748px;
    height: 348px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 9%;
    margin-left: 31%;
}

.a-gallery__img:last-child {
    width: 261px;
    height: 161px;
    margin: 0 9% 0 auto;
}

.about-personal .main-sub-title, .dirs-personal .main-sub-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
}

.about-personal {
    padding-top: 77px;
    padding-bottom: 17px;
}



.p-card__heading {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.drop-text__headingInner {
    margin-right: 8px;
    text-align: center;
}

.drop-text__heading span {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dotted #bec2c7;
}

.drop-text__heading svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
}

.drop-text-content {
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}

.drop-text-content p {
    margin: 0;
}

.personal-card .drop-text-content, .dir-card .drop-text-content {
    text-align: center;
}

.personal-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.personal-card, .dir-card {
    margin-bottom: 60px;
}

.drop-text__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-card__heading {
    margin-bottom: 20px;
}

.personal-cards {
    margin-right: -20px;
    margin-left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dirs-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -80px;
    margin-left: -80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dir-card {
    width: -webkit-calc(28% - 160px);
    width: calc(28% - 160px);
    margin-left: 80px;
    margin-right: 80px;
}

.d-card__heading {
    height: 415px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.about-vacansies {
    background-color: rgb(226, 233, 240);
    padding-top: 100px;
    padding-bottom: 120px;
}

.vac-item {
    background-color: #fff;

}

.vac-item .drop-text__heading span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.vac-item .drop-text__heading {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.vac-item .drop-text__heading.active {
    border-bottom: 1px solid #e9e9e9;
}

.vac-item .drop-text__heading, .vac-contacts {
    padding: 35px 30px;
}


.vac-item .drop-text-content .vac-text {
    padding: 35px 30px;
}

.vac-contacts {
    background-color: rgb(253, 242, 204);

}

.vac-contacts a {
    text-decoration: none;
    color: rgb(12, 27, 44);
    border-bottom: 1px solid rgba(12, 27, 44, 0.3);
}

.vac-contacts-head {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}


.vac-hide-btn {
    width: 100%;
    border: 0;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 0;
    font-family: 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.vac-items {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vac-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.about-vacansies .main-sub-title {
    margin-bottom: 45px;
}

.about-partners-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-partners {
    padding-top: 100px;
    padding-bottom: 0;
}

.about-partners-item {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 40% 40%;
    background-size: 40%;
    background-color: rgb(246, 248, 251);
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-blend-mode: normal;

}

.about-partners-item img {
    max-width: 300px;
    height: auto;
    -webkit-filter: url(#linear);
    filter: url(#linear);
}

/*Партнеры */
/*
.about-partners-item:first-child {
    background-image: url(/local/templates/eu-market/images/about-page/partner1.png);
}

.about-partners-item:nth-child(2) {
    background-image: url(/local/templates/eu-market/images/about-page/partner2.png);
}

.about-partners-item:nth-child(3) {
    background-image: url(/local/templates/eu-market/images/about-page/partner3.png);
}

.about-partners-item:nth-child(4) {
    background-image: url(/local/templates/eu-market/images/about-page/partner4.png);
}

.about-partners-item:nth-child(5) {
    background-image: url(/local/templates/eu-market/images/about-page/partner5.png);
}

.about-partners-item:nth-child(6) {
    background-image: url(/local/templates/eu-market/images/about-page/partner6.png);
}

.about-partners-item:nth-child(7) {
    background-image: url(/local/templates/eu-market/images/about-page/partner1.png);
}

.about-partners-item:nth-child(8) {
    background-image: url(/local/templates/eu-market/images/about-page/partner2.png);
}



.about-partners-item:first-child:hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner1-hover.png);
}

.about-partners-item:nth-child(2):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner2-hover.png);
}

.about-partners-item:nth-child(3):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner3-hover.png);
}

.about-partners-item:nth-child(4):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner4-hover.png);
}

.about-partners-item:nth-child(5):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner5-hover.png);
}

.about-partners-item:nth-child(6):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner6-hover.png);
}

.about-partners-item:nth-child(7):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner1-hover.png);
}

.about-partners-item:nth-child(8):hover {
    background-image: url(/local/templates/eu-market/images/about-page/partner2-hover.png);
}
*/
/*Партнеры */




.about-partners .main-sub-title {
    text-align: center;
    margin-bottom: 90px;
}


.about-partners-item:nth-child(2), .about-partners-item:nth-child(4), .about-partners-item:nth-child(5), .about-partners-item:nth-child(7)  {
    background-color: rgb(234, 241, 248);
}


.about-req .drop-text-content {
    text-align: center;
}

.about-req {
    padding: 35px 0;
    margin-bottom: -100px;
}

.catalogRowItems .price-catalog-item {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
    margin: 0 8px 30px 8px;
}

.catalogRowItems .price-catalog-item:first-child {
    margin-left: 15px;
}

.catalogRowItems {
    margin: 0;
    margin-left: 15px;
}

/* О компании */

/*Страница заказа */

.complete-offer {
    text-align: center;
    color: rgb(12, 27, 44);
    font-size: 14px;
    font-weight: 400;
    padding-top: 65px;
}

.complete-offer h1, .complete-offer h2, .complete-offer h3, .complete-offer h4, .complete-offer h5, .complete-offer h6 {
    margin-top: 0;
}

.complete-offer p {
    line-height: 25px;
    margin-bottom: 35px;
}

.complete-pay-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}


.complete-heading {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.complete-link {
    font-size: 14px;
    text-decoration: none;
    color: rgb(12, 27, 44);
    border-bottom: 1px solid #b6babf;
}

.complete-link:hover {
    border-bottom: 0;
}

.pay-item__heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pay-item {
    border: 1px solid rgb(227, 236, 242);
    padding: 25px 55px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.complete-btn {
    background-color: rgb(247, 189, 1);
    font-size: 12px;
    font-weight: 700;
    color: rgb(12, 27, 44);
    text-decoration: none;
    border: 0;
    outline: none;
    padding: 20px 40px;
    display: inline-block;
}

.complete-btn:hover {
    background-color: #fcc924;
}

.pay-item p {
    margin-bottom: 0;
    line-height: 1;
}

.offer-num {
    color: rgb(247, 189, 0);
}

.complete-subheading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*Страница заказа */

.sidemenu-new > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #121921;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px;
}

.sidemenu-new > li > a:hover {
    background-color: #f3f3f3;
}

.sidemenu-new > li > a > svg {
    width: 19px;
    min-width: 19px;
    height: 19px;
    margin-right: 6px;
    fill: rgb(17, 30, 44);
}

.sidemenu-new > li > a > svg path {
    stroke: rgb(12, 27, 44) !important;

}
.sidemenu-new > li > a > svg line {
    stroke: rgb(12, 27, 44) !important;

}
.sidemenu-new > li > a > svg circle {
    stroke: rgb(12, 27, 44) !important;

}

.sidemenu-new__wrapper {
    padding-right: 20px;
    border-right: 1px solid #e8e8e8;
}

.sidemenu-new > li > a .arrow-icon {
    width: 6px;
    height: 10px;
    min-width: 6px;
}

.rotate-90 {
    transform: rotate(90deg);
}

.sidemenu-new > li > a .arrow-icon__wrapper {
    margin-left: auto;
    width: 20px;
    display: flex;
    height: 20px;
    align-self: stretch;
    align-items: center;
    justify-content: flex-end;
}

.sidemenu-new, .sidemenu-new__inner {
    list-style: none;
    padding-left: 0;
    margin-block-start: 0;
}


.sidemenu-new__inner {
    display: none;
    margin-bottom: 20px;
    margin-top: 14px;
    padding-left: 25px;
}

.sidemenu-new li.opened .sidemenu-new__inner{
    display: block;
}

.sidemenu-new li.opened .arrow-icon__wrapper svg {
    transform: rotate(90deg);
}

.sidemenu-new__inner > li > a {
    color: rgb(147, 147, 147);
    font-size: 14px;
    text-decoration: none;

}

.sidemenu-new__inner > li {
    margin-bottom: 10px;
}

.sidemenu-new__inner > li > a.active, .sidemenu-new__inner > li > a:hover {
    color: #121921;
}





.main-menu-new {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    height: 48px;


}




.main-menu-new .container > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
}

.main-menu-new .container {
    padding: 0 15px;
    position: relative;
    height: 100%;

}

.main-menu-new .container > ul > li {
    padding-right: 30px;
    height: 100%;
    display: flex;
}

.main-menu-new .container > ul > li:last-child {
    margin-right: 0;
}
.nav-icon {
    width: 20px;
    margin-right: 15px;
}

.main-menu-new__catalog {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000;
    width: 100%;
    border: 1px solid #e8e8e8;
    min-height: 660px;
    height: 100%;
}

.main-menu-new__catalog .main-menu-new__inner-left {
    column-count: auto;
}

.main-menu-new__catalog .main-menu-new__inner {
    flex-grow: 1;
}

.main-menu-new__catalog-left {
    border-right: 1px solid #e8e8e8;
    background-color: #fff;

}

.d-f {
    display: flex !important;
}

.main-menu-new__catalog-left {
    display: flex;
    flex-direction: column;
    padding: 45px 15px;

}

.main-wrapper {
    position: relative;
}

.main-menu-new__catalog-left a {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #06121c;
    padding: 10px 15px;
    transition: all 0.2s;
    width: 283px;
}

.main-menu-new__catalog-left a:hover, .main-menu-new__catalog-left a.active {
    background-color: #f3f3f3;
}

.overlay-menu {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.main-menu-new__catalog-left a svg:first-child {
    margin-right: 14px;
    max-width: 19px;
    height: 16px;
}

.main-menu-new__catalog-left a svg.arrow-icon {
    margin-left: auto;
    width: 6px;
    height: 10px;
    min-width: 6px;
}
.main-menu-new__catalog-left a svg {
    fill: rgb(17, 30, 44);
}
.main-menu-new__catalog-left a svg path {
    stroke: rgb(12, 27, 44) !important;
}
.main-menu-new__catalog-left a svg line {
    stroke: rgb(12, 27, 44) !important;
}
.main-menu-new__catalog-left a svg circle {
    stroke: rgb(12, 27, 44) !important;
}


.main-menu-new .container > ul > li > a, .main-menu-new__inner-link {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    color: #06121c;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.main-menu-new__top {
    margin: 0;
    height: 100%;
}

.main-menu-new .container > ul > li:hover > a, .main-menu-new__inner-link:hover {
    color: #e8b200;
}

.main-menu-new .container > ul > li:hover .main-menu-new__inner.opened {
    /*opacity: 1;
    transform: translateY(0);*/
    z-index: 1001;
}

.main-menu-new.catalog-opened .container > ul > li:hover .main-menu-new__inner {
    display: none;
}


.main-menu-new__inner {
    padding: 45px 30px 42px 30px;
    background-color: #fff;
    display: none;
}

.menu-new-top-nav {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    border-left: 1px solid #474747;
    transition: all 0.2s;
}

.menu-new-top-nav:hover {
    color: #f1d27f;
}

.menu-new-top-nav:last-child {
    border-right: 1px solid #474747;
}

.main-menu-new__inner-link {
    margin-bottom: 25px;
    break-inside: avoid;

}

.main-menu-new__inner-left {
    column-count: 2;
    column-gap: 40px;
}

.main-menu-new__inner-hover {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 240px));
    grid-template-rows: repeat(13, auto);
    grid-column-gap: 40px;
    grid-auto-flow: column;
}

.main-menu-new__inner-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 230px));
    grid-auto-flow: column;
    grid-template-rows: repeat(13, auto);
    grid-column-gap: 40px;
}

.main-menu-new__inner-left-heading {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}

.main-menu-new__inner-right {
    margin-left: auto;
    /*padding-right: 15px;*/
    display: flex;
    align-items: flex-start;
}

.main-menu-new__top .main-menu-new__inner {
    position: absolute;
    left: 0;
    top: 100%;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #e8e8e8;
    display: flex;
    transform: translateY(-99999px);
    opacity: 0;
    z-index: 1000;
}

.main-menu-new__top .main-menu-new__inner.opened {
    opacity: 1;
    transform: translateY(0);
    animation: fadeMenu 0.3s ease;
    /*transition: opacity 0.3s ease;*/
}

.main-menu-new__top .main-menu-new__inner.opened-once {
    animation: fadeMenu 0.2s ease;
}

.main-menu-new__top .main-menu-new__inner.opened-static {
    opacity: 1;
    transform: translateY(0);
}

.main-menu-new .container > ul > li:hover .main-menu-new__inner.opened-static {
    /*opacity: 1;
    transform: translateY(0);*/
    z-index: 1001;
}

.main-menu-new__top .main-menu-new__inner.closed {
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 0.3s ease;
}

@keyframes fadeMenu {
    0% {
        opacity: 0;
        transform: translateY(-99999px);
    }
    10% {
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #06121c ;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 2px 0;
    transition: all .2s ease-in-out;
}

.main-menu-new-catalog.active a {
    color: #e8b200 !important;
}

.main-menu-new-catalog.active .nav-icon:before {
    transform: translateY(4px) rotate(135deg);
}

.main-menu-new-catalog.active .nav-icon:after {
    transform: translateY(-4px) rotate(-135deg);
}

.main-menu-new-catalog.active .nav-icon div {
    transform: scale(0);
}

.main-menu-new__icon {
    margin-right: 6px;
}

.main-menu-new__icon_sale {
    width: 19px;
    min-width: 19px;
    height: 19px;
}

.menu-sale-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 280px;
    min-width: 280px;

}

.menu-sale-card:last-child {
    margin-left: 20px;
}

.menu-sale-card__title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.menu-sale-card__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 25px 15px 20px;
    min-height: 420px;
    cursor: pointer;
}

.menu-sale-card__inner:hover .menu-sale-card__inner-btn {
    background-color: rgba(6, 18, 28, 0.84);
}

.menu-sale-card__inner-img {
    /*
	height: 180px;
	margin-bottom: 20px;
	*/
    max-height: 420px;
    max-width: 280px;
}

.menu-sale-card__inner-desc {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.menu-sale-card__inner-title {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;

}

.menu-sale-card__inner-btn {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    color: white;
    text-decoration: none;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: 600;
    min-width: 157px;
    background-color: #06121c;
    border-radius: 5px;
    transition: all 0.2s;
}

.menu-sale-card__inner-btn:hover {
    background-color:rgba(6, 18, 28, 0.84);
}
.filters-form {
    margin-bottom: 20px;
}
.filter-form-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
}

.filter-form__list {
    /*min-width: 160px;*/
}

.filter-form-wrapper .price-filter {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0 11px;
}

.filter-form-wrapper .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-form-wrapper .filter-header .filter-name {
    color: #b3b3b3;
}

.filter-form-wrapper .filter-header .filter-header__reset {
    font-size: 12px;
    color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    transition: .1s;
    cursor: pointer;
}

.price-filter .price-filter-inputs .price-filter-input {
    border: 1px solid #b3b3b3;
    max-width: 75px;
    margin: 0 10px;
}

.filter-form-wrapper .price-filter-inputs-max-price .price-filter-input {
    margin-right: 0;
}

.filter-form-wrapper .filter-header .filter-header__reset:hover {
    border-color: transparent;
}

.filter-form-wrapper .filter-name {
    margin-top: 0;
    margin-bottom: 0!important;
}

.filter-form-wrapper .price-filter-slider {
    margin: 15px 0;
}

.filter-form-wrapper .tracker-marker {
    display: none;
}

.filter-form-wrapper .price-filter .price-filter-slider .slider-range-manipulator .range-handler.left {
    background-image: unset;
    width: 12px;
    height: 12px;
    background: #f7bd00;
    border-radius: 50%;
    margin-left: -10px;
    z-index: 80;
    top: -5px;
}

.filter-form-wrapper .price-filter .price-filter-slider .slider-range-manipulator .range-handler.right {
    background-image: unset;
    width: 12px;
    height: 12px;
    background: #f7bd00;
    border-radius: 50%;
    margin-right: -10px;
    z-index: 80;
    top: -5px;
}

.filter-form-wrapper .price-filter .price-filter-slider .range-price-bar .range-price-bar-moving {
    height: 1px;
}

.filter-form-wrapper .price-filter .price-filter-slider .range-price-bar .range-price-bar-bg {
    height: 1px;
}

.filter-form-wrapper form .bx-ui-slider-pricebar-v {
    background: #e8e8e8;
}

.filter-form-wrapper .price-filter .price-filter-inputs .filter-dash {
    display: none;
}

.filter-form-wrapper .price-filter-inputs-max-price {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
}

/*.filter-form-wrapper .price-filter-inputs-max-price:after {
    content: 'До';
    position: absolute;
    left: 3px;
    top: 10px;

}*/

.filter-form-wrapper .price-filter-inputs-min-price {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
}

/*.filter-form-wrapper .price-filter-inputs-min-price:after {
    content: 'От';
    position: absolute;
    left: 0;
    top: 10px;
}*/

.filter-form__select {
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}

.filter-form__select-checkbox {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}

.filter-form__select-title {
    margin-right: 5px;
    font-size: 12px;
    color: #000000;
    position: relative;
}

.filter-form__title-label {
    z-index: 60;
    display: flex;
}

.filter-form__select-icon-item {
    width: 11px;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.filter-form__checkboxes {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    width: 100%;
    max-width: 260px;
    min-width: 260px;
    max-height: 190px;
    z-index: 100;
}

.filter-form__select_active .filter-form__select-icon-item {
    transform: rotate(180deg);
}

.filter-form__select_active .filter-form__checkboxes {
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.filter-form__label {
    padding: 11px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.filter-form__checkbox_hide {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.filter-form__label:last-child {
    margin-bottom: 0;
}

.filter-form__reset{
    position: absolute;
    bottom: 0;
    height: 50px;
    background: white;
    width: 90%;
    left: 0;
}

.filter-form__reset-item {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #f7bd00;
    border-bottom: 1px solid #f7bd00;
    transition: .1s;
}

.filter-form__reset-item:hover {
    border-color: transparent;
}

.filter-form__label_active {
    background: #f7bd00;
}

.filter-form__select-fake {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
}

.items_selected .filter-form__select-title:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #f7bd00;
    border-radius: 50%;
}

.filter-form__checkboxes-wrapper {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding: 10px 10px 50px;
}

.filter-form__checkbox-label {
    z-index: 60;
    left: 3px;
    top: -5px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #f7bd00;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #ffffff;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}


@media screen and (max-width: 1150px) {
    .work-info {
        display: none;
    }

    .container_m {
        padding: 0 10px;
    }

    .main-features {
        padding-bottom: 0;
    }

    .addition-search .header-basket-container {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .prices-catalog-bottom .price-catalog-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .reccomended-goods .price-catalog-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 992px) {
    .dir-card {
        width: -webkit-calc(40% - 160px);
        width: calc(40% - 160px);
    }
}




@media screen and (min-width: 768px) {
    .catalog-item-middle {
        height: 120px;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    /*.catalog-item-middle:after {*/
    /*    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(77%, rgba(255, 255, 255, 0)), color-stop(93%, rgba(255, 255, 255, 0.92)));*/
    /*    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.92) 93%);*/
    /*    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.92) 93%);*/
    /*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.92) 93%);*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*}*/
}

.search-result-close-container
{
    height: 15px;
    padding-bottom: 21px;
}

.search-result-close
{
    cursor: pointer;
    float: right;
    max-height: 15px;
    max-width: 15px;
    stroke: none;
    fill: #a2a2a4;
}
.alertify-notifier .ajs-message.ajs-error {
    background: rgba(217,92,92,.95) !important;
    text-shadow: none !important;
}
.cat-addinfo-block {
    position: sticky;
    top: 70px;
    margin: 20px 0 0 0;
}
.cat-addinfo-item {
    margin: 0 0 10px 0;
}
.cat-addinfo-item img {
    width: 100%;
}
.basket_items_seporator {
    background-color: rgb(226, 233, 240);
}
.basket_items_seporator h3{
    color: rgb(12, 27, 44) !important;
}

.print-d-block, .print-d-flex {
    display: none !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.print-matrix-block {
    text-align: right;
    margin: 20px 0 0 0;
}
.print-matrix-block .matrix-to-basket {
    display: inline-block;
    width: auto;
    margin: 0;
}
@media print {
    /* All your print styles go here */
    #bx-panel, .main-header, .main-footer, .b24-widget-button-wrapper, .print-d-none, .main-header .top, .fixed-header {
        display: none !important;
    }
    .matrix-heading {
        display: none !important;
    }
    .print-d-block {
        display: block !important;
    }
    .print-d-flex {
        display: flex !important;
    }
}
.checkbox-filter-inputs.checkbox-filter-inputs-oneline .checkbox {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.matrix-templates-table .matrix-img {

}
.matrix-templates-table .matrix-img a {

}
.matrix-templates-table .matrix-img a img {
    max-height: 80px;
}
.matrix-price-head .matrix-wrap {
    flex-direction: column;
}

.slider-wrap {
    position: relative;
    box-shadow: inset 0 0 10px 3px rgba(0,0,0,0.5);
}

.slider-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, #00000030, transparent);
    z-index: 3;
    opacity: 0.6;
}

.slider-wrap:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(360deg, #00000030, transparent);
    z-index: 3;
    opacity: 0.6;
}

.main-header__link {
    height: 38px;
    background: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header__link-item {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: .2s;
    text-decoration: none;
}

.main-header__link-item:hover {
    color: #f7bd00;
}

.main-header .top {
    background-color: #000000;
}

.main-header .top .container, .main-header .top .callback {
    border: 0;
}

.region-block span {
    color: #a8a8a8;
}

.main-header .content .main-search .form-group input[type=text] {
    background-color: #ffffff;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.main-header .content .main-search .form-group input[type=text]::placeholder {
    color: #000000;
}

.main-header .content .cart-block-wrap .cart-link .cart-info {
    color: #000000;
}

.main-header .content .cart-block-wrap .btn-toggle-cart span {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.main-wrapper .slider_new .owl-prev {
    background: transparent;
    opacity: 1;
}

.main-wrapper .slider_new .owl-next {
    background: transparent;
    opacity: 1;
}

.main-wrapper .slider_new .owl-nav .owl-prev, .owl-next {
    max-width: 20px;
}

.main-wrapper .slider_new .owl-nav {
    max-width: unset;
}

.main-wrapper .slider_new .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
}

.main-wrapper .slider_new .owl-dot {
    display: flex;
    margin-right: 22px;
}

.main-wrapper .slider_new .owl-dot:last-child {
    margin-right: 0;
}

.main-wrapper .slider_new .owl-dot span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #acacac;
}

.main-menu-new {
    border-bottom: 1px solid #e8e8e8;
}

.slider_new .owl-dots .active > span {
    background: #000000;
}


.promo-about__wrapper {
    padding: 78px 0 88px;
    display: flex;
    align-items: baseline;
}

.promo-about__item {
    position: relative;
    cursor: pointer;
    width: 25%;
    mt
}

.promo-about__title {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
}

.promo-about__drop {
    display: flex;
    justify-content: center;
}

.promo-about__drop-icon {
    width: 10px;
    max-height: 6px;
    display: flex;
    transform: rotate(90deg);
    transition: .2s;
}

.promo-about__item_active .promo-about__drop-icon {
    transform: rotate(-90deg);
}

.promo-about__item_active .promo-about__drop-icon {
    transform: rotate(-90deg);
    fill: #f7bd00;
}

.promo-about__item_active .promo-about__title {
    color: #f7bd00;
}

.promo-about__content {
    display: none;
    background: #ffffff;
    /*position: absolute;*/
    left: 0;
    text-align: center;
    font-size: 14px;
    padding: 10px 40px;
    z-index: 50;
}

.promo-about__content p {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
}

.promo-sales {
    margin-bottom: 65px;
    margin-top: 80px;
}

.promo-sales__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    background: #ffffff;
    z-index: 5;
    margin-bottom: 40px;
}

.promo-sales__title-item {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    background: #ffffff;
    padding: 0 20px;
}
.promo-sales__title-item a {
    color: #121921;
    text-decoration: none;
}
.promo-sales__title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 13px;
    background: #e8e8e8;
    z-index: -1;
}

.promo-sales__wrapper {
    position: relative;
}

.produce-slider {
    margin-bottom: 45px;
    margin-left: 40px;
    margin-right: 40px;
}

.produce-slider__slide {
    display: block;
    text-decoration: none;
    color: #000000;
    height: auto;
}

.produce-slider__slide:last-child {
    margin-right: 0;
}

.produce-slider__wrapper {
    display: flex;
}

.produce-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.produce-card__info {
    border: 1px solid #e8e8e8;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
    color: #000000;
    flex-grow: 1;
}

.produce-card__sale {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
}

.produce-card__sale-icon {
    max-width: 25px;
    width: 100%;
}

.produce-card__new svg {
    fill: #17b495;
}

.produce-card__cover {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 185px;
}

.produce-card__title {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    padding: 0 10px 10px;
}

.produce-card__price {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.produce-card__price-item {
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}

.produce-card__price-old {
    text-decoration: line-through;
    color: #7b7b7b;
}

.produce-card__price_sale {
    color: #f7bd00;
}

.produce-card__buy {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    font-size: 14px;
    font-weight: bold;
    transition: .2s;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.produce-card__buy:hover {
    color: #f7bd00;
    border-color: #f7bd00;
}

.promo-sales__all {
    display: flex;
    justify-content: flex-end;
}

.promo-sales__all-link {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    font-size: 14px;
    color: #c5c5c5;
    font-weight: bold;
    transition: .2s;
}

.promo-sales__all-link:hover {
    color: #000000;
    border-color: transparent;
}

.produce-slider__next {
    position: absolute;
    right: 15px;
    bottom: 50%;
    outline: none;
    cursor: pointer;
}

.produce-slider__next svg, .produce-slider__prev svg {
    transition: .2s;
}

.produce-slider__next:hover svg {
    fill: #f7bd00;
}

.produce-slider__prev {
    position: absolute;
    left: 15px;
    bottom: 50%;
    outline: none;
    cursor: pointer;
    transform: rotate(-180deg);
}

.produce-slider__prev:hover svg {
    fill: #f7bd00;
}

.cart-list-item img {
    object-fit: contain;
    object-position: center;
    min-width: 100px;
    max-height: 110px;
}

.cart-content .cart-product--desc {
    padding: 0 0 0 10px!important;
}

.main-header .content .cart-block-wrap .cart-content .car-items-list .cart-list-item .cart-item-controls {
    position: unset!important;
}

.cart-content .cart-controls hr {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 25px;
    opacity: 0.3;
}

.cart-product--desc a {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 12px;
}

.main-header .content .header-basket-container .cart-block-wrap .cart-content .car-items-list {
    padding: 10px 16px 8px 16px;
}

.cart-content .cart-controls {
    padding-top: 0!important;
}

.btn-cross:after, .btn-cross:before {
    top: 7px;
    left: 3px;
    height: 2px;
}

.btn-cross {
    width: 20px;
    height: 20px;
    border: 2px solid rgb(212, 223, 231);
}

.cart-item-price {
    margin-top: 15px;
}

.main-header .content .cart-block-wrap .cart-content .car-items-list .cart-list-item {
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
}

.cart-list-item__img {
    align-self: flex-start;
}

.main-header .header-basket-container .cart-block-wrap .cart-content {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

header.main-header .content .cart-content .cart-controls .btn {
    margin: 35px auto 0;
    color: #ffffff;
    padding: 16px 15px;
    font-size: 16px;
    border-radius: 5px;
}

.cart-content .car-items-list {
    min-height: 280px;
}

.promo-new {
    margin-bottom: 55px;
}

.promo-popular {
    background: #e8e8e8;
}

.promo-popular__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 0 48px;
    flex-direction: column;
}



.promo-popular__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.promo-popular__cards {
    display: flex;
    justify-content: flex-start;
}

.promo-popular__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 26px;
    cursor: pointer;
}

.promo-popular__item:hover .promo-popular__item-title {
    color: #f7bd00;
}

.promo-popular__item:last-child {
    margin-right: 0;
}

.promo-popular__item-pic {
    display: block;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 -5px 15px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    margin-bottom: 34px;
}

.promo-popular__item-background {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    object-fit: contain;
}

.promo-popular__item-title {
    font-family: "Helvetica Neue Cyr Medium", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    transition: .2s;
    text-decoration: none;
}
.promo-popular__item-title br {
    display: none;
}

.promo-partners__wrapper {
    padding: 100px 0 0;
    text-align: center;
}

.promo-title {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.promo-partners__list {
    display: flex;
    align-items: flex-start;
}

.promo-partners__item {
    display: flex;
}

.promo-partners__item-pic {
    filter: grayscale(100%);
    width: 100%;
}

.footer {
    background: #000000;
}

.footer-top {
    border-bottom: 1px solid #2d2d2d;
}

.footer-top__wrapper {
    padding: 68px 0 66px;
    display: flex;
}

.footer-bottom__wrapper {
    padding: 70px 0;
    display: flex;
    align-items: flex-start;
}

.footer-title {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 32px;
}
.footer-info__buyers {
    padding-right: 120px;
}

.footer-info__buyers-list {
    display: flex;
    flex-direction: column;
}

.footer-link {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 13px;
    transition: .2s;
}

.footer-link:last-child {
    margin-bottom: 0;
}

.footer-link:hover {
    color: #f7bd00;
}

.footer-link_login {
    margin-top: 18px;
}

.footer-info__contacts-list {
    display: flex;
    flex-direction: column;
}

.footer-address {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 13px;
}
.footer-address a {
    color: #ffffff;
    text-decoration: none;
}
.footer-address:last-child {
    margin-bottom: 0;
}

.footer-info {
    display: flex;
    border-right: 1px solid #2d2d2d;
    padding-right: 75px;
}

.footer-social {
    display: flex;
    align-items: flex-start;
    padding-left: 74px;
}

.footer-social__list {
    display: flex;
    flex-direction: column;
}

.footer-social__links {
    padding-right: 80px;
}

.footer-social__link {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    text-decoration: none;
}

.footer-social__link:last-child {
    margin-bottom: 0;
}

.footer-social__icon {
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 50%;
    margin-right: 16px;
}

.footer-social__icon-item {
    max-width: 30px;
    width: 100%;
    fill: #ffffff;
}

.footer-social__text {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 14px;
    color: #ffffff;
    transition: .2s;
}

.footer-social__link:hover .footer-social__text {
    color: #f7bd00;
}

.footer-social__yandex {
    display: none;
}

.footer-social__yandex-pic {
    max-width: 140px;
}

.footer-bottom__copy {
    display: inline-block;
    border-right: 1px solid #2d2d2d;
    padding-right: 75px;
}

.footer-bottom__copy-item {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    margin-bottom: 20px;
    font-size: 12px;
    color: #5c5c5c;
}

.footer-bottom__copy-link {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    color: #5c5c5c;
    transition: .2s;
    text-decoration: none;
    border-bottom: 1px solid #5c5c5c;
}

.footer-bottom__copy-link:hover {
    border-color: transparent;
}

.footer-bottom__email {
    display: flex;
    flex-direction: column;
    padding-left: 75px;
}

.footer-bottom__form {
    display: flex;
    align-items: center;
}

.footer-bottom__input {
    padding: 16px;
    border: 1px solid #5c5c5c;
    font-size: 12px;
    margin-right: 20px;
    background: transparent;
    border-radius: 3px;
    min-width: 290px;
    color: #fff;
}

.footer-bottom__input:focus {
    border: 1px solid #ffffff;
}

.footer-bottom__input::placeholder {
    color: #5c5c5c;
    font-size: 12px;
}

.footer-bottom__email-link {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #5c5c5c;
    padding: 0;
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    color: #5c5c5c;
    transition: .2s;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom__email-link:hover {
    border-color: transparent;
}

.footer-bottom__email-title {
    margin-bottom: 16px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.callback-icon, .auth-icon, .login-icon {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.callback-icon_sticky {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.cart-icon_white {
    fill: #ffffff;
    width: 20px;
}

.addition-search .cart-block-wrap {
    display: flex;
    justify-content: center;
}

.callback {
    display: flex;
    align-items: center;
}

.register:hover .auth-icon {
    fill: #f7bd00;
}

.login:hover .login-icon {
    fill: #f7bd00;
}

.promo-about__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.promo-about__icon-item {
    max-width: 95px;
    width: 100%;
}

.main-header .content .cart-block-wrap .cart-link .cart-info .cart-price {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
}

.cart-content .current-price {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
}

.main-header .content {
    padding: 28px 0;
}

.page-of-catalog-section .page-title {
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-size: 27px;
    font-weight: 600;
    padding-left: 9px;

}

.page-of-catalog-section {
    margin-top: 35px;
}

.filter-control-buttons {
    margin-top: 20px;
}

.slider_new .owl-prev, .owl-next {
    display: flex!important;
    height: auto!important;
}

.slider_new .owl-prev {
    margin-left: 20px;
}

.slider_new .owl-next {
    margin-right: 20px;
}

.main-wrapper .slider_new .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nosale {
    color: #000;
}

.viewed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.viewed-iem {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    font-size: 12px;
    color: #c5c5c5;
    margin-bottom: 22px;
}

.loadMore {
    text-decoration: none;
    color: #121921;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-right: 0;
    border-left: 0;
    padding: 18px 0 16px;
    text-transform: uppercase;
    font-family: "Helvetica Neue Cyr Bold", sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    letter-spacing: 0.080em;
    cursor: pointer;
}

.color-spec-offers a {
    color: #ff025d;
    white-space: nowrap;
}
.color-novetly a {
    color: #0f64b3;
    white-space: nowrap;
}

.menu-sale-card__link {
    text-decoration: none;
    color: #000;
}
.region-block__item {
    display: flex;
}

.region-block__tel {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.callback {
    display: flex;
    flex-direction: column;
    align-items: flex-end!important;
}

.callback-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.callback-item:last-child {
    margin-bottom: 0;
}

.callback-item__title {
    font-family: "Helvetica Neue Cyr Light", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
}

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

.main-header .top .callback, .addition-search .main-search {
    padding: 10px 0;
}


@media (max-width: 1280px) {
    .promo-popular__item-pic {
        width: 150px;
        height: 150px;
    }
    /*
    .produce-slider__prev, .produce-slider__next, .produce-slider__prev, .produce-slider__next {
        display: none;
    }
    */
    .main-menu-new .container > ul > li > a, .main-menu-new__inner-link {
        font-size: 12px;
    }

    .logo-desc {
        font-size: 14px;
    }
}

.header-stayhome {
    display: flex;
}

.header-stayhome img {
    height: 45px;
    margin-left: -50px;
}

@media (max-width: 1000px) {
    .header-stayhome img {
        margin-left: 0;
    }
}

.header-wpcallback {
    display: flex;
    margin-left: -40px;
}

.header-wpcallback .btn-wp-callback  {
    display: flex;
    align-items: center;
    color: #edbd45;
    cursor: pointer;
}

.header-wpcallback .btn-wp-callback img  {
    height: 20px;
    margin-right: 10px;
}
.promo-offer {
    /*min-height: 341px;*/
}
.header-wpcallback .btn-wp-callback  {
    display: flex;
    align-items: center;
    color: #edbd45;
    cursor: pointer;
}

.header-wpcallback .btn-wp-callback img  {
    height: 20px;
    margin-right: 10px;
}
.promo-offer {
    /*min-height: 341px;*/
}
.promo-sales-header {
    margin-top: 83px;
}
.promo-sales.promo-sales-new {
    margin-top: 43px;
    margin-bottom: 50px;
}
.promo-sales-header .promo-sales__title {
    align-items: center;
}
.promo-sales-header .promo-sales__title:before {
    content: none;
}
.promo-sales__title-left {
    background: url(/tpl/images/mainline.png) repeat-x center right;
    width: 100%;
}
.promo-sales__title-right {
    background: url('/tpl/images/mainline2.png')  repeat-x center left ;
    width: 100%;
}
.promo-sales-header .promo-sales__title div {
    min-height: 33px;
    display: flex;
    align-items: center;
}
.promo-sales-new .produce-card__new svg {
    fill: #17b495;
}
.promo-sales-new .produce-card__cover {
    object-fit: contain;
    min-height: 185px;
    margin-bottom: 20px;
}
.promo-sales-new .produce-card__info {
    padding: 20px 10px 15px;
    margin-bottom: 0;
    border-radius: 6px;
}
.promo-sales-new .produce-card__title {
    padding: 0;
    margin-bottom: 15px;
    font-size: 13px;
    min-height: 42px;
}
.promo-sales-new .produce-card__price {
    margin-bottom: 0;
}
.produce-card__price_sale {
    font-size: 14px;
}
.promo-sales-new .promo-sales__all {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
}
.promo-sales-new .produce-slider {
    margin-bottom: 37px;
}
.color-novetly a {
    color: #17b495;
}
.promo-popular-new {
    background: url('/tpl/images/pop_bg.png')  ;
    color: #ffffff;
}
.promo-popular-new .promo-popular__item-title {
    color: #ffffff;
}
.promo-popular-new .promo-popular__item-pic {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.promo-popular-new .promo-popular__item-background {
    position: unset;
    width: auto;
    height: auto;
    transform: translateX(0%);
    left: 0;
    bottom: 0;
}
.promo-popular-new .promo-popular__item-title br {
    display: block;
}
.promo-sales-new.block-novetly {
    margin-top: 59px;
}

.social_buttons_fly_block {
    z-index: 997;
    position: fixed;
    top: 40%;
    width: 63px;
    left: 0px;

}

.social_buttons_fly_block .opener > div {
    display: inline-block;
    text-align: center;
    width: 63px;
    cursor: pointer;
    vertical-align: top;
    *display: inline-block;
    zoom: 1;
    height: 65px;
    line-height: 63px;
    border-bottom: 1px solid #ececec;
}

.social_buttons_fly_block .opener {
    position: absolute;
    width: 63px;
    left: 0px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    top: 0px;
    background: #f7bd00;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.social_buttons_fly_block .opener > div {
    position: relative;
}

.social_buttons_fly_block .opener .wraps_icon_block {
    display: block;
    float: none;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.social_buttons_fly_block .opener .wraps_icon_block svg {
    position: relative;
    top: 13px;
}

.social_buttons_fly_block .opener > div:not(:hover) svg {

}

.social_buttons_fly_block .opener > div:not(:hover) svg path {
    fill: #FFF;
}


.promo-offer-main {
    margin-bottom: 120px;
}



.main-advantages-item {

}

.main-advantages-image {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-advantages-title {
    text-align: center;
    height: 38px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.main-advantages-description {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.main-advantages {
    margin-bottom: 150px;
}

.popular-category {
    margin-bottom: 150px;
}

.popular-category-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.popular-category-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 50px;
}

.popular-category-item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    padding: 40px;
    border-right: none;
}

.popular-category-item:last-child {
    border-right: 1px solid #E0E0E0;
}

.popular-category-image {
    height: 140px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.popular-category-image img {
    object-fit: none;
}


.popular-category-item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    opacity: 0.5;
}

.popular-category-item:hover .popular-category-item-title {
    opacity: 1
}

.popular-category-button {
    background: #F8CF47;
    border-radius: 10px;
    color: #030304;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 21px 34px 20px 34px;
    display: inline-block;
    text-decoration: none;
}

.popular-category-button-block {
    text-align: center;
}

.main-statistic {
    height: 850px;
    background-image: url('/images/statistic-main-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F9F9F9;
    /*margin-bottom: 150px;*/
}

.main-statistic .container {
    position: relative;
    height: 100%;

}

.main-statistic-info {
    position: absolute;
    bottom: 176px;
    width: 367px;
}

.main-statistic-info-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1B1B1B;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.main-statistic-info-descr {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
}

.main-statistic-round {
    position: absolute;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.main-statistic-round-item {
    display: flex;
    flex-direction: column;
}

.main-statistic-round-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 5px;
}

.main-statistic-round-descr {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    max-width: 174px;
}

.main-statistic-round.round-goods {
    width: 326px;
    height: 326px;
    background: #54B296;
    color: #FFFFFF;
    right: 70%;
    top: 165px
}

.main-statistic-round.round-year {
    width: 283px;
    height: 283px;
    background: #FFD131;
    color: #0B0B0B;
    top: 163px;
    right: 23%;
}

.main-statistic-round.round-orders {
    width: 292px;
    height: 292px;
    background: #D53861;
    color: #FFFFFF;
    top: 375px;
    right: 0%;
}

.main-statistic-round.round-number {
    width: 256px;
    height: 256px;
    background: #4EB3CD;
    color: #FFFFFF;
    top: 495px;
    right: 40%;
}

.main-about-us {

}

.main-about-us-inner {
    max-width: 580px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 130px;
}
.main-about-us-bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 0;
    background: #7E51C833;
}
.main-about-us-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 36px;
}

.main-about-us-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 50px;
}

.main-about-us-button {
    padding: 15px 31px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #665497;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.main-about-us-photo img {
    max-height: 550px;
}

.main-collection {
    background: #F9F9F9;
    padding-top: 150px;
    padding-bottom: 150px;
}

.main-collection-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
}

.main-collection-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 50px;
}

.main-collection-item {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    text-align: center;
    text-decoration: none;
}

.main-collection-link {
    text-decoration: none;
}

.main-collection-image {
    margin-bottom: 30px;

}

.main-collection-image img {
    border-radius: 20px;
}

.main-collection-item-title {
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.main-partners {
    padding-top: 150px;
    padding-bottom: 100px;
}

.main-partners-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
}

.main-partners-item {
    text-align: center;
    margin-bottom: 50px;
}
.main-reviews {
    margin-bottom: 50px;
}
.main-reviews-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.main-reviews-item {
    background: #F1F1F2;
    border-radius: 30px;
    padding: 70px 80px;
    min-height: 510px;
}

.main-reviews-item-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.main-reviews-item-title img {
    margin-right: 30px;
}

.main-reviews-review {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.selections-block {
    background-image: url('/images/selections-main-2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F9F9F9;
    margin-bottom: 50px;
    height: 600px;
    background-position: center center;
}

.selections-block .container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

.selections-block-inner {
    max-width: 680px;
    text-align: center;
    box-sizing: border-box;
}

.selections-block-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
}

.selections-block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
}

.selections-block-text-bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.slider-popular-category {
    display: none;
}

.main-about-us-top {
    display: none;
}




.main-about-us-middle {
    display: flex;
    justify-content: end;
}

.main-reviews-items {
    position: relative;
}
.slider-main-reviews__prev {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -30px;
    z-index: 100;
    cursor: pointer;
}

.slider-main-reviews__next {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -30px;
    z-index: 100;
    cursor: pointer;
}
.main-catalog-page {
    padding-top: 40px;
}