.iteminfo #bingo2 {
    all: unset !important;
}

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url("../fonts/MuseoSansCyrl-700.eot");
    src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url("../fonts/MuseoSansCyrl-500.eot");
    src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url("../fonts/MuseoSansCyrl-300.eot");
    src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "MuseoSansCyrl-300", sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
}

ul {
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.c-container {
    margin: auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.c-btn {
    background-color: #ff6200;
    border: 0;
    color: #fff;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    line-height: 1;
    padding: 15px 35px;
    transition: .5s;
}
.c-btn:hover {
    color: #fff;
    background-color: #ff8133;
    cursor: pointer;
}

.mnu-wrapper {
    background-color: #fff;
    border-left: 1px solid #f5eded;
    bottom: 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    z-index: 99;
}

.mnu-item {
    display: block;
    margin-bottom: 15px;
}

.mnu-item-link {
    color: #000;
    font-family: "MuseoSansCyrl-500", sans-serif;
}

.mnu-item.active .mnu-item-link,
.mnu-item:hover .mnu-item-link {
    color: #ff6200;
}

.mnu-item:hover .mnu-item-link {
    color: #ff6200;
}

.header-top-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#header_search .header-search {
    align-items: center;
    /* background-color: #f9f8f8; */
    display: flex;
    /* height: 45px; */
    padding: 15px 20px;
    width: 100%;
}

#header_search .header-search-input {
    background-color: transparent;
    border: none;
    color: #365164;
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-size: 15px;
    width: calc(100% - 15px);
}

#header_search .header-search-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 27px;
    height: 15px;
}

.header-phone-callback-cart-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.header-phone-wrapper {
    display: inline-block;
    margin-top: 0;
}

.header-phone {
    color: #000;
    display: block;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 18px;
}

.header-callback-btn {
    display: none;
}

.header-cart-wrapper {
    align-items: center;
    display: inline-flex;
    text-align: left;
}

.header-cart {
    position: relative;
}
.header-cart img {
    width: 30px;
}

.header-cart-quantity {
    align-items: center;
    background-color: #ff6200;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: "MuseoSansCyrl-300", sans-serif;
    font-size: 9px;
    height: 17px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -10px;
    top: -3px;
    width: 17px;
}

.header-cart-info {
    margin-left: 20px;
}

.header-cart-title {
    border-bottom: 1px dashed #e83434;
    color: #e83434;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 18px;
    margin-bottom: 3px;
}

.header-cart-title:active,
.header-cart-title:focus,
.header-cart-title:hover {
    border-bottom: 1px dashed transparent;
}

.header-cart-amount {
    font-size: 15px;
}

.header-mid {
    display: none;
}

.header-bottom {
    background-color: #f9f8f8;
}

.header-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-category-wrapper {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.header-category-wrapper:after,
.header-category-wrapper:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}

.header-category-wrapper:after {
    right: 100%;
}

.header-category-wrapper:before {
    /*left: 100%;*/
    max-width: 100%;
}

.header-mnu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}

.header-mnu-item-link {
    color: #000;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    transition: .5s;
}

.header-mnu-item:hover .header-mnu-item-link {
    color: #ff6200;
}

.header-category-btn-wrapper {
    width: 50%;
    z-index: 99;
}

.header-category-btn {
    align-items: center;
    background-color: #365164;
    display: flex;
    justify-content: center;
    padding: 13px;
    text-align: center;
}

.header-category-btn-span {
    background-color: #fff;
    height: 2px;
    position: relative;
    transform: translateY(-4px);
    width: 14px;
}

.header-category-btn-span:after {
    background-color: #fff;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.header-category-btn-text {
    color: #fff;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin-left: 20px;
    text-transform: uppercase;
}

.header-category-list-wrapper {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 74px;
    width: 300px;
    z-index: 999;
}
.header-category-list {
    border: 1px solid #f0f0f0;
}
.header-category-list-item {
    border-bottom: 1px solid #f3f3f3;
    display: block;
}

.header-category-list-item.active .header-category-list-item-link,
.header-category-list-item:hover .header-category-list-item-link {
    color: #ff6200;
}

.header-category-list-item-link {
    color: #000;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
}

.toggle-nav-wrapper {
    text-align: right;
    width: 50%;
}

.toggle-nav {
    height: 20px;
    width: 28px;
}

.toggle-nav span,
.toggle-nav span:after,
.toggle-nav span:before {
    background-color: #000;
    border-radius: 2px;
    display: block;
    height: 3px;
    transition: all .3s;
    width: 100%;
}

.toggle-nav span {
    position: relative;
}

.toggle-nav span:after,
.toggle-nav span:before {
    content: "";
    left: 0;
    position: absolute;
}

.toggle-nav span:after {
    top: 18px;
}

.toggle-nav span:before {
    top: 9px;
}

.toggle-nav.on span {
    background-color: transparent;
}

.toggle-nav.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-nav.on span:before {
    transform: rotate(45deg) translate(-1px, 0);
}

.header-content-banners {
    width: 100%;
}

.header-slider-item {
    border-radius: 5px;
    position: relative;
}

.header-slider .header-slider-item a {
    display: block;
}
.header-slider-item-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.header-slider-item-info {
    bottom: 0;
    left: 0;
    padding: 40px 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-slider-item-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: auto;
}

.header-slider-item-desc {
    color: rgba(0, 0, 0, .6);
    line-height: 1.4;
    margin-bottom: 20px;
    width: 70%;
}

.slick-dots {
    bottom: 20px;
    left: 20px;
    width: auto;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-right: 20px;
    position: relative;
    width: 8px;
}

.slick-dots li button {
    height: 8px;
    padding: 0;
    width: 8px;
}

.slick-dots li button:before {
    background-color: #707070;
    border-radius: 50%;
    color: transparent;
    content: "";
    font-size: 0;
    height: 100%;
    opacity: 1;
    width: 100%;
}

.slick-dots li.slick-active button:before {
    background-color: #e1423c;
    color: transparent;
    opacity: 1;
}

.main {
    padding: 20px 0;
}
.main .c-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar {
    width: 100%;
}

.centralarea {
	width: 100%;
}

.main-products-top {
    margin-bottom: 30px;
}

.main-products-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.main-products-tabs-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.main-products-tabs-nav-item {
    cursor: pointer;
    display: inline-block;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
}
.main-products-tabs-nav-item.active {
    color: #e1423c;
}

.root-products-item-wrapper {
    align-items: stretch;
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
.root-products-item-wrapper.active {
    display: flex;
}

.main-products-item {
    border: 1px solid #e0e0e0; /* f5eded */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 100%;
}

.slick-slide .main-products-item-photo img {
    margin: auto;
}

.main-products-item-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.main-products-item-category-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}
.catalog_element .main-products-item-category-wrapper {
    top: 0;
    left: 0;
}

.main-products-item-category {
    background-color: #6b6b6b;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 2px 2px 3px;
    margin-bottom: 3px;
    width: 80px;
}
/* .catalog_element .main-products-item-category {
    font-size: 13px;
    padding: 7px;
} */

.main-products-item-category.new_saleleader {
    background-color: #ff3333;
}
.main-products-item-category.new_bestchoice {
    background-color: #06c;
}
.main-products-item-category.new_newproduct {
    background-color: #00cc00;
    width: 60px;
}
.main-products-item-category.new_specialoffer {
    background-color: #ff9900;
}
.main-products-item-category.new_stock {
    background-color: #8b00ff;
    width: 50px;
}
.main-products-item-category.new_endoflife {
    background-color: #6b6b6b;
    width: 110px;
}

.main-products-item-name {
    color: #000;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 7px;
    margin-top: 7px;
}

.main-products-item-cost-wrapper {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.main-products-item-cost,
.main-products-item-nocost {
    background-color: #f7f3f3;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 16px;
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 0;
}

#list .bx_bt_button.js-ax-buyoneclick-button {
    width: 170px !important;
    margin-right: 0!important;
}
#list  .listitem_horizontal.pleft div div {
    vertical-align: top;
}
#list .product-btn-wrapper {
    float: right;
    text-align: right;
}
#list .product-btn-wrapper {
    padding: 0;
    width: 55%;
}
#list .main-products-item-btn-wrapper + .main-products-item-btn-wrapper {
    margin-top: 0;
}

#list  .catalog_add2cart_link {
    width: 170px !important;
    color: #fff;
}
#list .catalog_add2cart_link img {
    width: auto;
}
#list  .main-products-item-cost {
    display: inline;
    position: relative;
    top: 12px;
    padding: 9px;
    width: auto;
}

#list  table tr:first-child td:first-child {
    text-align: center;
    vertical-align: middle;
}

#list .item_title {
    color: #000;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 18px;
}
@media (max-width: 1300px){
    #list .product-btn-wrapper {
        width: 77%;
    }
}

@media (max-width: 700px){
    #list .product-btn-wrapper {
        width: 54%;
    }
}

.quantity-block {
    align-items: stretch;
    border: 1px solid #f7f3f3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    width: 49%;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
    background-color: transparent;
    cursor: pointer;
    height: 11px;
    width: 10px;
}

.quantity-num {
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, .6);
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    width: 50px;
}

.main-products-item-btn-wrapper:empty {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    padding: calc(10px + (19px / 2)) 0;
}

.main-products-item-btn-wrapper + .main-products-item-btn-wrapper, .main-products-item-btn + .main-products-item-btn {
    margin-top: 10px;
}

.main-products-item-btn {
    align-items: center;
    background-color: #ff6200;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    justify-content: center;
    padding: 9px 10px 10px;
    transition: .5s;
    width: 100%;
}

.main-products-item-btn span {
    color: #fff;
}

.main-products-item-btn img {
    margin-right: 15px;
}

.main-products-item-info {
    background-color: #fff;
    right: 0;
    top: calc(100% - 10px);
    width: 100%;
    min-height: 153px;
    z-index: 10;
}

.main-products-item-btn:hover {
    /* background-color: #e1423c; */
}

.main-products-item-info-item {
    align-items: center;
    border-bottom: 1px solid #ebedef;
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}

.main-products-item-info-item-title {
    /* font-family: "MuseoSansCyrl-500", sans-serif; */
    font-size: 14px;
}

.main-products-item-info-item-value {
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 13px;
}

.main-products-item-info-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.main-products-item:hover {
    box-shadow: 0 4px 38px 0 rgba(0, 0, 0, .14);
}

.main-products-item:hover .main-products-item-name {
    color: #e1423c;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-products-item:hover .main-products-item-info {
    display: block;
}

/* .main-products-recommended {
    margin-top: 50px;
    width: 100%;
}
.main-products-recommended-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.main-products-recommended-item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-products-recommended-item {
    align-items: center;
    border-bottom: 1px solid #f6f8f8;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.main-products-recommended-item-img {
    width: 30%;
}
.main-products-recommended-item-info {
    margin-left: 10px;
    width: 70%;
}
.main-products-recommended-item-name {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.main-products-recommended-item-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.main-products-recommended-item-cost {
    color: #959595;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
} */

.discount-info {
    background-color: #f7f3f3;
    padding: 40px 20px;
    position: relative;
    width: 100%;
}

.discount-info-img {
    display: none;
    position: absolute;
    right: 50px;
    top: 45px;
}

.discount-info-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
}

.discount-info-list-wrapper {
    margin-bottom: 30px;
}

.discount-info-list-item {
    align-items: center;
    border-bottom: 1px solid #dedada;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.discount-info-list-item-amount {
    font-family: "MuseoSansCyrl-500", sans-serif;
}

.discount-info-list-item-percent {
    color: #ff6200;
    font-family: "MuseoSansCyrl-500", sans-serif;
}

.discount-info-text {
    color: rgba(0, 0, 0, .7);
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 13px;
    line-height: 1.8;
}

.welcome {
    padding-bottom: 65px;
    padding-top: 45px;
}

.welcome-wrapper {
    align-items: center;
    justify-content: space-between;
}

.welcome-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.welcome-text {
    line-height: 1.6;
}

.works {
    padding-bottom: 70px;
}

.works-slider {
    text-align: center;
}

.arrow {
    align-items: center;
    background-color: #365164;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 30px;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: .5s;
    transform: translateY(-50%);
    width: 30px;
    z-index: 10;
}

.arrow:hover {
    background-color: #486c85;
}

.works-slider .slick-list {
    padding: 0 10%;
}

.arrow-prev {
    background-image: url(../img/arrow-prev.png);
    left: 5%;
}

.arrow-next {
    background-image: url(../img/arrow-next.png);
    right: 5%;
}

.catalog-detail-recommend-slider .slick-list {
    border-left: 1px solid #f5eded;
    margin-right: -1px;
}

.catalog-detail-recommend-slider .slick-track {
    display: flex;
    margin: 0;
}

.catalog-detail-recommend-slider .main-products-item {
    display: flex;
    height: inherit;
    margin-bottom: unset;
}

.catalog-detail-recommend-slider .arrow {
    top: 25%;
}

.catalog-detail-recommend-slider .arrow-prev {
    left: -2%;
}

.catalog-detail-recommend-slider .arrow-next {
    right: -2%;
}

.works-slider-item {
    opacity: .4;
}

.works-slider-item.slick-active {
    opacity: 1;
}

.address {
    position: relative;
    height: 540px;
}

.address-box-nav {
    display: flex;
    list-style: none;
}

.address-box-nav-item {
    align-items: center;
    background-color: #636363;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    display: flex;
    font-family: "MuseoSansCyrl-500", sans-serif;
    justify-content: center;
    padding: 16px;
    text-align: center;
    width: 50%;
}

.address-box-nav-item.active {
    background-color: #fff;
    color: #000;
}

.address-box {
    background-color: #fff;
    display: none;
    padding: 30px 5%;
    right: 5%;
}

.address-box.active {
    display: block;
}

.address-box-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.address-box-value {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-box-phone {
    color: #000;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
}

.address-box-email {
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    text-decoration: underline;
}

.address-box-btn {
    background-color: #ff6200;
    color: #fff;
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    padding: 13px;
    text-align: center;
    transition: .5s;
    width: 100%;
}

.address-box-btn:hover {
    background-color: #ff8133;
    color: inherit;
}

.address-box-map {
    display: none;
}
.address-box-map.active {
    display: block;
}

.address iframe {
    height: 330px;
}

.product-price-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-price-wrapper,
.product-btn-wrapper {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 100%;
}

.product-btn-wrapper {
    padding: 0 20px;
}

.product-btn-wrapper .price.item_price {
    all: unset;
    display: none;
}

#bingo2 {
    display: block !important;
}

footer.footer {
    background-color: transparent;
    padding: 0;
}

.footer-top {
    background-color: #f9f8f8;
    padding: 30px 0;
}

.footer-wrapper {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-payments {
    width: 100%;
    text-align: center;
}

.footer-payments-title {
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
}

.footer-payments-list-item {
    display: inline-block;
    margin-right: 7px;
}

.footer-payments-list-item:last-child {
    margin-right: 0;
}

.footer-copyright {
    color: rgba(0, 0, 0, .7);
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.footer-mnu-wrapper {
    display: block;
    text-align: center;
    width: 100%;
}

.footer-mnu-item {
    display: block;
    margin-bottom: 15px;
}

.footer-mnu-item-link {
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.footer-mnu-item-link:hover {
    color: #ff6200;
}
.footer-mnu-item.active .footer-mnu-item-link {
    color: #ff6200;
    border-bottom: 1px solid #ff6200;
    cursor: default;
}
.footer-mnu-item.active:hover .footer-mnu-item-link {
    border-bottom: 1px solid transparent;
}

.footer-phone-wrapper {
    width: 230px;
    text-align: center;
    margin: 30px auto 0;
}

.footer-phone-title {
    color: rgba(0, 0, 0, .7);
    margin-bottom: 5px;
}

.footer-phone {
    color: #000;
    display: block;
    font-family: "MuseoSansCyrl-700", sans-serif;
    font-size: 22px;
}
.footer-phone + .footer-phone {
    margin: 5px 0 0;
}

.footer-phone:active,
.footer-phone:focus,
.footer-phone:hover {
    color: #000;
}

.footer-email {
    color: rgba(0, 0, 0, .7);
    font-family: "MuseoSansCyrl-500", sans-serif;
    font-size: 15px;
    margin-top: 5px;
}

.footer-email:active,
.footer-email:focus,
.footer-email:hover {
    color: rgba(0, 0, 0, .7);
}

.footer-callback-btn {
    margin-top: 15px;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom-wrapper {
    display: block;
    text-align: center;
}

.footer-policy a {
    font-family: "MuseoSansCyrl-500";
    color: #000;
    transition: .5s;
}
.footer-policy a:active,
.footer-policy a:focus {
    color: #000;
}
.footer-policy a:hover {
    color: #e1423c;
}


.catalog_tabs_item a,
.catalog_tabs_item .main-description a {
    color: #365164;
    text-decoration: underline;
}

@media (min-width: 460px) {
    .main-products-item {
        width: 50%;
    }
}

@media (min-width: 570.5px) {
    .main-products-tabs-nav-item {
        width: unset;
    }
}

@media (min-width: 768px) {
    .c-container {
        padding: 0 30px;
    }

    .header-top-wrapper {
        flex-direction: row;
    }

    .header-phone-callback-cart-wrapper {
        width: auto;
    }

    .header-slider-item-info {
        padding: 40px 50px;
    }

    .header-slider-item-title {
        font-size: 42px;
        width: 265px;
    }

    .discount-info {
        padding: 40px;
        width: calc(66.6% - 2px);
    }

    .discount-info-title {
        font-size: 42px;
        width: 315px;
    }

    .discount-info-list-wrapper {
        column-count: 2;
    }

    .main-products-item {
        padding: 10px 20px;
        width: 33.33%;
    }

    .main-products-top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .main-products-title {
        font-size: 36px;
    }

    .main-products-tabs-nav {
        display: unset;
    }

    /* .main-products-recommended-item {
        width: 48%;
    } */

    .works-slider .slick-list {
        padding: 0 16%;
    }

    .arrow {
        height: 60px;
        width: 60px;
    }

    .arrow-prev {
        left: 15%;
    }

    .arrow-next {
        right: 15%;
    }

    .address-box-wrapper {
        position: absolute;
        right: 17%;
        top: 80px;
        width: 420px;
    }

    .address iframe {
        height: 540px;
    }

    .footer-mnu-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .footer-mnu-main {
        width: 220px;
    }
    .footer-mnu-catalog {
        column-count: 2;
    }

    .footer-mnu {
        text-align: left;
    }

    .footer-bottom-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 990px) {
    .header-phone-callback-cart-wrapper {
        min-width: 350px;
    }

    .header-phone-wrapper {
        display: inline-block;
    }

    .header-category-wrapper {
        /* background-color: unset;
        flex-direction: column;
        padding: unset;
        width: 250px; */
        display: none;
    }

    .header-category-wrapper:after,
    .header-category-wrapper:before {
        content: unset;
    }

    .header-category-wrapper.no-main {
        width: 100%;
    }

    .header-category-btn {
        pointer-events: none;
        width: 250px;
    }

    .header-category-btn-wrapper {
        width: 100%;
    }

    .header-category-list-wrapper {
        /* display: block;
        position: unset; */
    }

    .header-category-list-wrapper.no-main {
        background-color: #365164;
        width: 100%;
    }

    .header-bottom {
        padding: 20px 0;
    }

    .no-main .header-category-btn-wrapper {
        display: none;
    }

    .no-main .header-category-list {
        position: relative;
        text-align: center;
    }

    .no-main .header-category-list:after,
    .no-main .header-category-list:before {
        background-color: #365164;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100vw;
    }

    .no-main .header-category-list:after {
        right: 100%;
    }

    .no-main .header-category-list:before {
        left: 100%;
    }

    .no-main .header-category-list-item {
        border-bottom: unset;
        display: inline-block;
    }

    .no-main .header-category-list-item-link {
        color: #fff;
        padding: 13px 17px;
    }

    .no-main .header-category-list-item.active .header-category-list-item-link,
    .no-main .header-category-list-item:hover .header-category-list-item-link {
        color: #a6d8fb;
    }

    .header-mid {
        display: block;
    }

    .toggle-nav-wrapper {
        display: none;
    }

    .header-content-banners {
        /* background-color: #fff;
        margin-left: 30px;
        padding-top: 0;
        position: relative;
        width: calc(100% - 280px); */
    }

    .header-banners-wrapper {
        /* bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%; */
    }

    .main-wrapper {
        align-items: stretch;
        display: flex;
        justify-content: space-between;
    }

    .sidebar {
        width: 250px;
    }

    .centralarea {
        width: 100%;
    }
    .centralarea.listing {
        width: calc(100% - 250px - 15px);
    }
    .bx_no_sidebar #bx_incl_area_4 + .centralarea {
        width: 100%;
    }

    .discount-info-img {
        display: block;
    }

    .main-products-item {
        width: 33.3%;
    }
    .home .main-products-item {
        width: 25%;
    }

    .welcome-wrapper {
        display: flex;
    }

    .welcome-title {
        font-size: 32px;
        width: 40%;
    }

    .welcome-text {
        width: 58%;
    }

    .product-btn-wrapper {
        padding: 0;
        width: 40%;
    }

    .footer-wrapper {
        justify-content: space-between;
    }

    .footer-payments {
        width: 240px;
    }

    .footer-mnu-wrapper {
        width: 70%;
    }
}

@media (min-width: 1350px) {
    .c-container {
        max-width: 1300px;
    }

    .header-callback-btn {
        display: inline-block;
        margin: 0 25px;
    }

    .main-products-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .main-products-item-info {
        /*box-shadow: 0 -10px 0 0px #fff, 0 4px 34px 0 rgba(0, 0, 0, .14);*/
        display: block;
        padding: 0 0 10px;
        /*position: absolute;*/
    }

    .main-products-item {
        width: 25%;
    }
    .home .main-products-item {
        width: 20%;
    }

    /* .main-products-recommended {
        margin-top: 0;
        width: 295px;
    }
    .main-products-recommended-item {
        width: 100%;
    } */

    .welcome-title {
        font-size: 36px;
        width: 290px;
    }

    .welcome-text {
        width: 920px;
    }

    .footer-mnu-wrapper {
        width: calc(100% - 7.5% - (255px * 2));
    }

    .footer-phone-wrapper {
        text-align: right;
        margin: 0;
    }
}

@media only screen and (max-width: 767.5px) {
    .address {
        height: 100%;
    }
}