:root {
	--mb-xl: 80px;
	--mb-xl-dots: 110px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 400;
	padding-top: 0;
}

body.index-page {
background-color: #F6F7F9;
}

a:hover {
    color: #FAB10F;
}

input, button, textarea, .banner__slider-btn, .basket__code-button, .btn, .btn--2, .card__buy-basket, .card__buy-click, .catalog-footer__more-btn, .footer__button, .goods__button, .header__callback, .header__search-button, .header__top-mail, .review__more, .review__read, .search-page__form-input, .wholesale-geography__button {
    font-family: 'Montserrat', sans-serif !important;
}


.banner__slider-btn, .basket__code-button, .btn, .btn--2, .card__buy-basket, .card__buy-click, .catalog-footer__more-btn, .footer__button, .goods__button, .header__callback, .header__search-button, .header__top-mail, .review__more, .review__read, .search-page__form-input, .wholesale-geography__button {
	font-family: 'Montserrat', sans-serif;
}

.block-heading {
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 20px;
    margin-bottom: 32px;
}

.block-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 35px;
}

.btn-default {
    display: block  ;
    color: #FFF;
    background-color: #FAB10F;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
}

.btn-default:hover {
    background-color: #FFF;
    color: #FAB10F;
}

.btn-default.btn-default_black {
    background-color: #878787;
}

.btn-default.btn-default_black:hover {
    background-color: #333;
    color: #FFF;
}

.btn-default.btn-default_transparent {
    background: transparent;
    border: 1px solid #FFF;    
}

.slider_arrows_bg .slick-arrow {
    background-color: #FFF;
    border-radius: 100%;
    transition: #FAB10F;
}

.slider_arrows_bg .slick-arrow:hover {
    background-color: #FAB10F;
}

.slider_arrows_bg .slick-prev {
    left: -15px;
}

.slider_arrows_bg .slick-prev:hover {
    background-image: url('/assets/images/slick/2_wh.png');
}

.slider_arrows_bg .slick-next {
    right: -15px;
}

.slider_arrows_bg .slick-next:hover {
    background-image: url('/assets/images/slick/1_wh.png');
}

.slider_dots .slick-dots {
    bottom: -50px;
}

.slider_dots [role=presentation] button {
    width: 37px;
    height: 7px;
    border-radius: 3px;
    border: 1px solid rgba(135,135,135,.5);
    background-color: transparent;
}

.slider_dots [role=presentation].slick-active button {
    background-color: #878787;
}

.slider_dots [role=presentation] button:hover {
    background-color: #FAB10F;
    border-color: transparent;
}

.header {
    position: static;
}

.header.header_mobile {
    display: none;
    position: fixed;
	left:0;
	top:0;
	width: 100%;
	box-shadow: 0 6px 19px rgba(51, 48, 46, .1);
}

.header.header_fixed {
    padding: 7.5px 0;
    background-color: #F6F7F9;
	box-shadow: 0 6px 19px rgba(51, 48, 46, .1);
	position: fixed;
	left:0;
	top:0;
	width: 100%;
}

.header.header_desktop.header_fixed .header__top, .header.header_desktop.header_fixed .header__middle {
    display: none;
}


.header__top {
    background-color: #878787;
    border: none;
    height: auto;
    line-height: 1;
}




.header__top-menu {
    display: flex;
}


.header__top-item {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    padding: 10px 20px;
    margin-right: 65px;
    line-height: 1;
}

.header__top-item_stock {
	background-color: #FAB10F;
	color: #FFF;
}

.header__top-item:hover {
    background-color: #333;
    color: #FAB10F;
}

.index-page .header__middle {

    background-color: #F6F7F9;
}

.header__middle {
	background-color: #FFF;
}

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

.header__logo img {
    max-width: 70px;
}

.header__label {
    max-width: 194px;
    font-size: 14px;
}

.header__contacts {
    margin-left: auto;
}

.header__contacts-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.header__contacts-icon {
    flex: 0 0 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.header__contacts-city {
    flex: 0 0 180px;
	max-width: 180px;
}

.header__contacts-open {
    flex: 0 0 220px;
	max-width: 220px;
}

.header__contacts-phone {
	max-width: 210px;
}


.header__contacts-city-top a {
    display: flex;
    align-items: center;
}

.header__contacts-city-top span {
    margin-right: 3px;
}



.header__contacts-item-top a:hover {
    color: #FAB10F;
}

.header__contacts-item-top {
    display: flex;
    align-items: center;
}
    

.header__contacts-item-top span, .header__contacts-item-top a {
    font-weight: 500;
	color: #333;
}

.header__contacts-item-bottom {
    margin-left: 30px;
    font-size: 14px;
    color: #878787;
}

.header__contacts-item-bottom a {
    text-decoration: underline;    
}

.header__contacts-item-bottom a:hover {
    color: #FAB10F;
}

.header__contacts-item-bottom span, .header__contacts-item-bottom a {
    color: #878787;
    font-size: 14px;
}

.header__contacts-phone-bottom span {
    display: block;
}

.header__catalog-box:hover:before {
    display: none;
}

.header__menu {
    background-color: #F6F7F9;
    box-shadow: none;
    height: 55px;
    line-height: 55px;
}

.banner {
    background-color: #F6F7F9;
}



.header__bottom-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}

.header__catalog {
    flex: 0 0 362px;

}

.header__catalog-button {
    width: 100%;
    background-color: #FAB10F;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .25s ease-in-out;
	min-height: 56px;
}

.header__catalog-button .button-icon.button-icon_open {
	display: flex;
	margin-right: 12px;
}

.header__catalog-button .button-icon {
	margin-right: 12px;
}

.header__catalog-button span:not(.button-icon) {
	line-height: 1;
}

.header__catalog-button:hover {
    background-color: #333;
}



.header__catalog-body {
    height: 0 !important;
}

.header__catalog-body {
    background-color: transparent;
    display: none;
    height: auto;
    position: absolute;
    width: 100%;
    border: none;
}

.header__search {
    flex: 1;
}

.header_fixed .header__search {
	border: 1px solid #dadada;
}

.header__search-form {
    width: 100%;
    position: relative;
}

.header__search-form input {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    padding-left: 23px;
    font-size: 18px;
    
}

.index-page .header__search-form input {
	background-color: #FFF;
}

.header__search-form input {
	background-color: #f2f5f7
}



.header__search-form input::placeholder {
    
    color: #878787;
}

.header__search-button {
    width: auto;
    height: auto;
    background: none;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
   
}

.header__search-button:not(.disabled):hover {
    background: none;
}

.header__basket {
    position: static;
    width: 80px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #646464;
    padding: 0;
    border-radius: 5px;
	margin-left: 0;
}

.header__basket-ic {
    width: auto;
    height: auto;
    margin-right: 0;
}


.header__menu-basket .header__basket-num {
    position: absolute; 
    right: 15px;
    top: 9px;
}

.header__basket-plate {
    width: 19px;
    height: 19px;
    background-color: #FAB10F;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all .25s ease-in-out;

}


.header__basket:hover {
    background-color: #FAB10F;
}

.header__basket:hover  .header__basket-plate {
    background-color: #333;
}

.header__middle-info {
    text-align: center;
    background-color: rgba(250, 177, 15, 0.2);
    margin-top: 20px;
    font-size: 13px;
    padding: 5px;
}

.header__middle-info b {
    font-weight: 600;
}


.header__catalog-box {
    display: flex;
    align-items: center;
    max-width: 362px;
    width: 100%;
}

.header__catalog-child {
    border-bottom: none;
    padding: 10px 20px;
    min-height: 58.2px;
    width: 100%;
}

.index-page .header__catalog-child{
	background-color: #FFF;
}

.header__catalog-child {
	background-color: #f2f5f7;
}

.header__catalog-child:hover {
    background-color: #FFF;
}

.header__catalog-child:hover .header__catalog-text {
    color: #FAB10F;
}

.header__catalog-text {
    font-size: 16px;
    padding: 0;
}

.header__catalog-text i {
    display: none;
}



.header__catalog-dropdown {
    left: 362px;
    width: calc(100% - 362px);
    height: 480px !important;
}


.index-intro__wrapper {
	display: flex;
	gap: 20px;
    align-items: flex-start;
	position: relative;
	margin-top: 20px;
}

.index-intro__catalog {
	flex: 0 0 362px;
	margin-top: -20px;
}

.index-intro__banner {
	flex: 1;
	min-width: 0; /* Important for flex items containing Slick sliders to prevent overflow issues */

}

.index-intro__slider {

    position: relative;
    z-index: 10;

}

.index-intro__slider  .banner__slider {
    padding-top: 0;
    width: 100%;
	height: auto;
    padding-bottom: 0;
	border-radius: 5px;
	opacity: 0;
	display: none;
}

.index-intro__slider .banner__slider.slick-initialized {
  	opacity: 1;
	display: block;
}

.index-intro__slider .banner__slider .banner__slider-item {
    height: 425px;
	border-radius: 5px;
	overflow:hidden;
}

.index-intro__slider .banner__slider-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.index-intro__slider .banner__slider-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.categories-preview {
    margin-top: 60px;
	margin-bottom: 60px;
}

.categories-preview__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.categories-preview__item {
    background-color: #FFF;
    position: relative;
    border-radius: 5px;
    height: 222px;
    padding: 15px 30px;
    border: 1px solid transparent;
    transition: all .25 ease-in-out;
}

.categories-preview__item:hover {
    border-color: #FAB10F;
}

.categories-preview__item-text {
    position: relative;
    z-index: 5;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.categories-preview__item-image {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 70%;
    
    z-index: 1;
}

.categories-preview__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goods {
    margin-bottom: var(--mb-xl-dots);
	padding: 0;
}

.goods__tab-switches {
    gap: 20px;
}

.goods__tab-switch {
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    text-transform: none;
    transition: color .25 ease-in-out;
}

.goods__tab-switch:hover {
    color: #FAB10F;
}

.goods__tab-switch.active {
    border: none;
    padding: 0;
}


.goods__title {
    margin-right: 0;
}



.index-page .goods__item {

    border: 1px solid transparent;

}

.goods__item {
	margin: 0 10px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.goods__item:hover {
    box-shadow: none;
    border-color: #FAB10F;
}

.goods__img {
    height: auto;
    padding: 10px;
}

.goods__img a {
    height: 222px;
    display: block;
}

.goods__item .goods__img > a > img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.goods__content {
    padding: 0 15px 15px 15px;
}

.goods__name a {
    font-weight: 500;
    font-size: 18px;
}

.goods__item-title {
    max-height: 76px;
}

.goods__article {
    font-size: 14px;
}

.goods__deal {
    bottom: auto;
    margin-top: 0;
}

.goods__availability {
    display: flex;
    align-items: center;
    color: #4BA55C;
    gap: 10px;
    font-size: 14px;
    margin: 15px 0;
}

.goods__discount {
    font-size: 18px;
    color: #878787;
}

.goods__price {
    margin-bottom: 20px;
}

.goods__price strong {
    font-size: 20px;
}

.goods__price strong span {
    font-weight: 700;
}

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

.goods__counter {
    border: none;
    background: #F6F7F9;
    border-radius: 5px;
    height: 55px;
    flex: 1;
}

.goods__counter.goods__counter_basket {
	flex: 1 0 75%;
	max-width: 75%;
}

.goods__counter-minus, .goods__counter-plus {
    margin: 10px 0;
    font-size: 16px;
    border-color: rgba(135,135,135,.5);
    color: rgba(51,51,51,.5);
    width: 30px;
    flex: 0 0 30px;
}

.goods__counter-num {
    background: #F6F7F9;
    color: rgba(51,51,51,.5);
    font-size: 16px;
}

.goods__button, .goods__btn {
    flex: 0 0 60px;
    width: 60px;
    height: 55px;
    background-color: #FAB10F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods__btn {
	color: #FFF;
}

.goods__btn.card__buy-basket {
	width: 100%;
	background: #FAB10F !important;
}

.goods__btn.card__buy-basket:hover {
	background: #222 !important;
}

.goods__button:not(.disabled):hover {
    background-color: #333;
}

.goods .slick-prev {
    background-image: url('/assets/images/slick/2.png');
    left: -20px;
}

.goods .slick-next {
    background-image: url('/assets/images/slick/1.png');
    right: -20px;
}

.goods__counter_element {
	margin-bottom: 10px;
}

.block_additional_service__button {
	font-size: 12px !important;
}




.content-text {
    font-size: 18px;
}


.content-text p {
    margin-bottom: 20px;
    font-size: 18px;
}

.content-text p strong {
    color: #333;
}


.content-text p {
    color: rgba(51,51,51,.5);
}

.about-company {
    margin-bottom: var(--mb-xl);
}

.about-company__text {
    max-width: 770px;
	position: relative;
	z-index: 10;
}

.about-company__wrapper {
    display: grid;
    grid-template-columns: 1fr 289px;
    gap: 32px;
}

.about-company__map {
    margin-top: -125px;
}

.about-company__map-wrapper {
    position: relative;
}

.location-mark {
    position: absolute;
    display: none;
	transform: translate(-52%, -50%);
}

.location-mark.location-mark--active {
	z-index: 10;
}

.location-mark__relative {
    position: relative;
}

.location-mark__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background-color: #FAB10F;
    position: relative;
    
    cursor: pointer;
}

.location-mark.location-mark--active .location-mark__dot {
    background-color: #333;
    z-index: 20;
}

.location-mark__wrapper {
    display: none;
    position: absolute;
    background-color: #FFF;
    border-radius: 5px;
    z-index: 10;
    width: 270px;
    max-width: 270px;
    padding: 12.5px;
    bottom: 4px;
    left: 4px;
}

.location-mark--active .location-mark__wrapper {
    display: block;
}

.location-mark__city {
    font-weight: 500;
    margin-bottom:5px;
}

.location-mark__phone {
    margin-bottom: 5px;
}

.location-mark__phone a {
    font-weight:600;
    
}

.location-mark__street {
    font-size:14px;
}

.about-company__item {
    position: relative;
    padding: 18px 20px;
    border-radius: 5px;
    background-color: #FFF;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.about-company__item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 20px;
    width: 5px;
    height: 33px;
    background-color: #FAB10F;
}

.about-company__item-head {
    font-weight: 500;
    font-size: 29px;
    color:#FAB10F;
    
}


.about-company__item-text {
    font-weight: 600;
}


.advantages {
    margin-bottom: var(--mb-xl);
}

.advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.advantages__item {
    border-radius: 5px;
    background-color: #FFF;
    padding: 20px;
    
    background-image: url('/assets/images/advantages_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.advantages__item-icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.advantages__item-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    max-width: 240px;
}

.advantages__item-desc {
    color: rgba(51,51,51,.5);
    max-width: 85%;
}

.news-preview {
    background-color: #FFF;
    padding: 70px 0 150px 0;
	margin-bottom: var(--mb-xl);
}

.news-preview__slider {
    margin: 0 -10px;
}

.news-preview__slide {
    margin: 0 10px;
    padding: 30px 60px;
    background-color: #FFF;
    border-radius: 5px;
    height: 325px;
    border: 1px solid rgba(151, 151, 151, .5);
}

.news-preview__slide-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.news-preview__date {
    display: flex;
    align-items: center;
    color: #878787;
    margin-bottom: 15px;
}

.news-preview__date-day {
    position: relative;
    font-weight: 600;
    font-size:45px;
    line-height: 1;
    margin-right: 18px;
    padding-right: 18px;
    
}

.news-preview__date-day::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(151, 151, 151, .5);
}

.news-preview__date-container {
    font-size: 14px;
    font-weight: 600;
}

.news-preview__name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.news-preview__desc {
    color: rgba(51,51,51,.5);
    margin-bottom: 20px;
    margin-top: auto;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}


.index-articles {
    margin-bottom: var(--mb-xl);
}

.articles__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.articles__item-image {
    height: 270px;
    display: block;
}

.articles__item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
 
.articles__item-date {
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #C0C0C0;
    font-size: 14px;
}

.articles__item-name {
    font-weight: 500;
}


.index-banner {
    height: 590px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.index-form {
    margin-top: -220px;
}

.index-form .preloader {
    display: none;
}

.index-form__content {
    padding: 32px 35px 70px 35px;
    background-color: #FFF;
    border-radius: 10px;
}

.index-form__title, .index-form__subtitle {
    text-align: center;
}

.index-form__title {
    margin-bottom: 10px;
}

.index-form__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.index-form__area {
    display: flex;
    gap: 20px;
}

.index-form__area-left {
    flex: 1 0 40%;
}

.index-form__area-right {
    flex: 1 0 50%;
}

.index-form__area-field:not(:last-child) {
    margin-bottom: 20px;
}


.index-form__form input[type="text"] {
    background-color: rgba(192, 192, 192, .3);
    color: #333;
    padding-left: 24px;
    height: 55px;
    border-radius: 5px;
    border: none;
}

.index-form__area-textarea {
    margin-bottom: 20px;
}


.index-form__form textarea {
    background-color: rgba(192, 192, 192, .3);
    color: #333;
    padding-left: 24px;
    height: 130px;
    border: none;
}

.index-form__area-submit {
    display: flex;
}

.custom-checkbox.custom-checkbox_secondary>span:before {
    background-color: #C0C0C0;
    top: 0;
}

.custom-checkbox.custom-checkbox_secondary>span {
    color: rgba(51,51,51,.5);
    max-width: 270px;
    align-items: flex-start;
}

.custom-checkbox.custom-checkbox_secondary>span a {
    color: #333;
	text-decoration: underline;
}

.index-form__area-button {
    flex: 1;
}

.index-form__area-button button {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.index-about {
    padding-top: 40px;
    padding-bottom: 90px;
}

.index-about__wrapper {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.index-about__warning {
    display: flex;
    padding: 24px;
    background-color: #FFF;
    border-radius: 5px;
}

.index-about__warning-icon {
    display: flex;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    background-color: #FAB10F;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.index-about__warning-icon span {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.index-about__warning-text {
    margin-left:20px;
    color: rgba(51,51,51,.5);
}

.index-about__image img {
    width: 100%;
}

.footer {
    padding: 45px 0;
    background-color: #333;
}

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

.footer__description {
    color: #FFF;
    font-size: 14px;
    max-width: 250px;
    margin: 40px 0 15px 0;
}

.footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex: 1;
}

.footer__nav-col {
    display: flex;
    justify-content: center;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer__nav-list a {
    color: #FFF;
}


.footer__nav-list a:hover {
    color: #FAB10F;
}


.footer__contacts-item {
    display: flex;
    margin-bottom: 25px;
}

.footer__contacts-item-icon {
    flex: 0 0 24px;
}

.footer__contacts-item-content {
    margin-left: 10px;
}

.footer__contacts-item-top a, .footer__contacts-item-top div {
    color: #FFF;
}



.footer__contacts-item-top a:hover {
    color: #FAB10F;
}

.footer__contacts-item-bottom span, .footer__contacts-item-bottom div {
    font-size: 14px;
    color: #878787;
}

.footer__contacts-item-bottom a {
    color: #FAB10F;
    text-decoration: underline;
    font-size: 14px;
}

.footer__req {
    flex: 0 0 342px;
}

.footer__req p, .footer__req a {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    max-width: 240px;
}

.footer__req a:hover {
    color: #FAB10F;
}


.footer__info {
    align-items: flex-end;
    margin-top: 30px;
}

.footer__policy {
    flex: 1;
    margin: 0 10px;
}

.footer__policy a {
    color: rgba(255,255,255,.5);
    font-size: 14px;
}

.footer__policy a:hover {
    color: #FAB10F;
}

.footer__cards {
    display: flex;
    gap: 20px;
}

.f_xs {
    display: none;
}

.block_center {
    display: flex;
    justify-content: center;
}



.button-icon_close {
    display: none;
}

.catalog__filter-head {
	padding-left: 10px;
	padding-right: 10px;
}

.catalog__filter-head i {
	margin-left: 7px;
}

form .catalog__filter-block {
    border-bottom: 1px solid #e9eaea;
}

form .catalog__bottom-title {
    border-radius: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

form .catalog__filter-head {
    font-size: 16px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
}

form .catalog__filter-head.open i {
    display: none;
}

form .catalog__filter-head i {
    color: #878787;
    bottom: 0;
    margin-left: auto;
}

form .filter__slider-display input {
    border-radius: 5px;
    border: 1px solid #E9EAEA;
    background: transparent;
}

form .catalog__filter-bottom {

    border: none;
    overflow: auto;
}

.catalog__filter .order__radio label:before {
    background-color: #E9EAEA !important;
}

.catalog__filter-footer {
    padding: 20px;
    gap: 15px;
}

form .filter-btn__accept {
    font-size: 18px;
    outline: none;
    font-weight: 500;
    border: none;
    flex: 1;
    cursor: pointer;
}


form .filter-btn__reset {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 1px solid #e9eaea;
    border-radius: 10px;
    position: relative;
    z-index: 20;
   
}

form .filter-btn__reset:hover {
    border-color: #333;
    background-color: transparent !important;
}

form .catalog__filter-footer-button {
    position: relative;
    flex: 0 0 55px;
    height: 55px;
}

form .catalog__filter-footer-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    line-height: 1;
     color: #e9eaea;
    font-size: 40px;
    font-weight: 400;
}

form .catalog__filter-footer-button:hover span {
    color: #333;
}

.up-btn {
    width:70px;
    height:70px;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	z-index: 50;
}

.up-btn:hover {
    background-color: #FAB10F;
}

.up-btn i, .up-btn__text {
    color: #FAB10F;
}

.up-btn:hover  i, .up-btn:hover  .up-btn__text {
    color: #333;
}

.up-btn__text {
    font-size: 14px;
}

.news__text span, .content-container span {
	font-family: 'Montserrat', sans-serif !important;
}


.catalog__card {
	background: #FFF;
}



.about-page__wrap {
	align-items: center;
}


.wholesale-geography__wrap {
	grid-template-columns: auto 800px;
}

._active_preloader .preloader {
	left: calc(50% - 28px);
}

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

.bx-has-panel {
	padding-top: 0 !important;
}

.index-form__area-submit {
	gap: 20px;
}

.index-form__area-accept {
	flex: 1;
}

.index-form__area-accept .custom-checkbox>span {
	font-size: 12px;
}

.catalog__body .catalog__character .catalog__character-table .catalog__table-center {
	width: 65% !important;
}

.catalog__body .catalog__character .catalog__character-table .catalog__table-item._count_column {
	width: 100px !important;
}

.catalog__filter-popup {
	margin-top:0 
}

@media screen and (min-width:1024px) {
	.header__catalog:hover .header__catalog-body {
		display: block;
	}

	.header__catalog.is-index:hover .header__catalog-body {
		display: none;
	}

	.header_fixed .header__catalog.is-index:hover .header__catalog-body {
		display: block;
	}
}

@media screen and (max-width:1365px) {
    .container {
        max-width:1030px;
        width: 100%;
    }
    
    .btn-default {
        font-size: 16px;
    }
    
    .header__contacts-wrapper {
        gap: 5px;
    }
    
    .header__logo {
        margin-right: 10px;
    }
    
    .header__top-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .header__top-item {
        margin: 0;
    }
    
    .header__contacts-item-top span, .header__contacts-item-top a {
        font-size: 15px;
    }
    
    .header__contacts-item-bottom span, .header__contacts-item-bottom a, .header__contacts-item-bottom div {
        font-size: 13px;
    }
    
    .header__contacts-item.header__contacts-pricelist {
        flex: 0 0 125px;
    }
    
    .header__contacts-item.header__contacts-mail {
        flex: 0 0 160px;
    }
    
    .header__label {
        display: none;
    }
    
    .header__catalog-dropdown {
        height: 473px !important;
    }
    
    .header__contacts-wrapper {
        align-items: flex-start;
    }
    
    .header__contacts-item {
        flex: 1;
    }
    
    .header__search {
        display: block;
        margin-top: 0;
    }
    
    .header__catalog {
        flex: 0 0 282px;
    }
    
    .header__catalog-box {
        max-width: 282px;
    }
    
    .header__catalog-dropdown {
        left: 282px;
        width: calc(100% - 282px);
    }
    
    .header__catalog-text {
        font-size: 14px;
    }

	.index-intro__catalog {
		flex: 0 0 282px;
	}


    .index-intro__slider .banner__slider .banner__slider-item {
        height: 400px;
    }
    
    .index-intro__slider .banner__slider-title {
        font-size: 40px;
    }
    
    .index-intro__slider .banner__slider-subtitle {
        font-size: 16px;
    }

	.catalog__body .catalog__character .catalog__character-table .catalog__table-center {
		width: 50% !important;
	}
    
    .categories-preview__item-text {
        font-size: 16px;
    }
    
    .categories-preview__item {
        height: 172px;
    }
    
    .categories-preview__item-image {
        height: 60%;
    }
    
    .goods__tab-switch {
        font-size: 25px;
    }
    
    .goods__name a {
        font-size: 16px;
    }
    
    .about-company__map {
        margin-top: 0;
    }
    
    .block-title {
         font-size: 25px;   
    }
    
    .content-text p {
        font-size: 16px;
    }
    
    .advantages__item-name {
        font-size: 16px;
        margin-bottom: 15px;
		max-width: 220px;
    }
    
    .advantages__item-desc {
        font-size: 14px;
    }
    
    .news-preview__slide {
        padding: 25px 30px;
    }
    
    .articles__list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .articles__item:last-child {
        display: none;
    }
    
    .index-about__wrapper {
        gap: 20px;
    }
    
    
    
    .index-about__right, .index-about__image, .index-about__image img {
        height: 100%;
    }
    
    
    
    .index-about__warning.f_xs {
        display: flex;
    }
    
    .footer__contacts-item {
        max-width: 200px;
	}


}

@media screen and (max-width:1023px) {
	body {
		padding-top: 140px;
	}
	
    .container {
        max-width: 720px;
        padding: 0 5px;
    }


    .f_xl {
        display: none;
    }
    
    .f_xs {
        display: block;
        
    }
    
    .block_center {
        margin-top: 30px;
    }
    
    .block_center.block_center_d {
        margin-top: 80px;
    }
    
   
    
    .header.header_desktop {
        display: none;
    }
    
    .header.header_mobile {
        display: block;
        background-color: #f6f7f9;
        padding: 5px 0;
    }
    
    
    .header__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0;
        position: relative;
    }
    
    .header__buttons {
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 0 10px;
		flex: 1;
		justify-content: center;
    }
    
    .header__button {
        border-radius: 5px;
        background: #FFF;
        height: 42px;
        flex: 1 0 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 60px;
    }

	.header__button.header__address-city-name {
		padding-right: 0;
		margin-bottom: 0;
	}
    
    .header__basket {
        height: 42px;
        flex: 0 0 60px;
        width: 60px;
    }
    
    .header__menu-basket .header__basket-num {
        right: -2px;
        top: 5px;
    }

	.header__button_nav .button-icon.button-icon_open {
		display: flex;
		justify-content: center;
	}

	.header__button_nav.is-active .button-icon_open {
		display: none;
	}

    .header__catalog-button.active .button-icon_open  {
        display: none;
    }

    .active .button-icon_close, .is-active .button-icon_close {
        display: flex;
    }
    
    
    .header__catalog-body, .header__catalog-dropdown {
        height: auto !important;
    }
    
    .header__logo {
        height: auto !important;
        width: auto !important;
    }
    
    .header__logo img {
        max-width: 45px;
        width: 100%;
        flex: 0 0 45px;
        height: auto;
        display: block;
        position: static;
    }
    
    
    
    .header__catalog {
        width: 100%;
        flex: 1;
        margin-top: 10px;
        position: static;
    }
    
    
    .header__catalog-button {
        justify-content: center;
    }

	.header__catalog-button:hover {
		background: #FAB10F;
	}
    
    .header__catalog-box {
        max-width: 100%;
        flex-direction: column;
    }
    
    .header__catalog-dropdown {
        position: static;
        width: 100%;
        overflow: auto;
        padding: 15px 10px;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;

    }
    
    .wrap_column_sep_menu .title_column_menu {
        font-size: 14px !important;
    }
    

    
    .header__catalog-dropdown li {
        padding: 10px 0;
    }
    
    
    .banner__sidebar-icon {
        display: flex !important;
    }
    
    .header__catalog-dropdown strong a {
        font-size: 14px;
        font-weight: 400;
    }
    
    .header__catalog-group a {
        margin-bottom: 10px !important;
    }
    
    .header-mobile__menu, .header-mobile__search {
        display: none;
        position: absolute;
        width: 100%;
        top: calc(100% + 5px);
        z-index: 999;
        background: #646464;
        padding: 30px 20px;
    }
    
    .header-mobile__menu-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    
    .header-mobile__menu-nav a {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 15px;
    }
    
    .header-mobile__menu-contacts {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .header-mobile__menu-contacts-phone a {
        font-weight: 700;
        font-size: 18px;
        color:#FFF;
    }
    
    .header-mobile__menu-contacts-open {
        font-size: 14px;
        font-weight: 500;
        color:#FFF;
    }
    
    .header-mobile__menu-contacts-callback {
        margin: 20px 0;
        width: 100%;
    }
    
    .header-mobile__menu-contacts-write {
        width: 100%;
    }
    
    .header-mobile__menu-contacts-callback a, .header-mobile__menu-contacts-write a {
        width: 100%;
    }
    .index-intro__catalog {
		display: none;
	}
    .index-intro__slider {
        width: 100%;
        margin-left: 0;
		margin-top: 10px;
    }
    
    .categories-preview__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .about-company__wrapper {
        grid-template-columns: 1fr;
    }
    
    .about-company__items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; 
    }
    
    .about-company__item {
        margin-bottom: 0;
    }
    
   
    .about-company__item:nth-child(1),
    .about-company__item:nth-child(2) {
      grid-column: auto;
    }
    
   
    .about-company__item:nth-child(3) {
      grid-column: 1 / -1;
    }
    
    
    .about-company__button {
      grid-column: 1 / -1;
    }    
    
    .advantages__list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .articles__list {
        display: block;
		margin: 0 -10px;
		padding: 0 24px;

    }
    
    .articles__item {
        margin: 0 10px;
    }

    .articles__item:last-child {
        display: block;
    }
    
    
    .index-form__area, .index-form__area-submit {
        flex-direction: column;
    }

	.index-form__area-submit {
		gap: 0;
	}
    .index-form__area-accept {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;

    }
    
    .custom-checkbox.custom-checkbox_secondary>span {
        max-width: 100%;
    }
    
    .index-about__wrapper {
        grid-template-columns: 1fr;
    }
    
    .index-about__warning {
        margin-right: 0;
		
    }
    
    .index-about__right, .index-about__image, .index-about__image img {
        height: auto;
    }
    
    
    .header__button_nav.is-active, .header__button_search.is-active {
        position: relative;
        background-color: #646464;
    }
    
    .header__button_nav.is-active::after, .header__button_search.is-active::after {
        position: absolute;
        content: '';
        width: 100%;
        top: 90%;
        left:0;
        height: 10px;
        background-color: #646464;    
    }
    
    
    .header__button_search.is-active path {
        stroke: #FFF;
    }
    
    .footer__wrapper {
        flex-wrap: wrap;
    }
    
    .footer__nav {
        order: 1;
        flex: 1 0 100%;
    }
    
    .footer__nav-col {
        justify-content: flex-start;
    }
    
    .footer__company {
        order: 2;
        margin: 60px 0 20px 0;
        flex: 1 0 50%;
    }
    
    .footer__contacts {
        order: 3; 
        margin: 60px 0 20px 0;
        flex: 1 0 50%;
    }
    
    .footer__req {
        order: 1;
    }
    
    .footer__cards {
        order: 2;
    }
    
    .footer__policy {
        order: 3;
        margin: 0;
        margin-top: 40px;
    }
    
    form .catalog__filter-footer-button {
        flex: 0 0 55px;
    }




	.catalog__top-mobile, .catalog__bottom-mobile {
		width: 100%;
		border-radius: 5px;
		padding: 20px 10px;
		display: flex;
		align-items: center;
		height: auto;
		font-weight: 500;
		gap: 10px;
		color: #FFF;
		background-color: #2d2d2c;
	}

	.catalog__top-mobile img {
		margin-right: 0;
	}


	form .catalog__bottom-title {
		display: none;
	}


	.about-company__map-wrapper {
		align-self: normal
	}

}

@media screen and (max-width:768px) {
    .footer__cards, .footer__policy {
        flex: 1 0 100%;
        margin-top: 30px;
    }

	.goods__slider {
        padding: 0 17px;
    }

	.goods .slick-prev {
		left: 0;
	}

	.goods .slick-next {
		right: 0;
	}

    .goods__slider .slick-dots {
        display: none !important;
    }

    .content-wrapper {
        overflow-x: hidden;
    }

    .block-title, .goods__tab-switch {
        font-size: 20px;
    }

    .index-form__content {
        padding: 20px 15px;
    }

    .index-form__subtitle {
        font-size: 16px;
    }

    .index-form__area-button button {
        font-size: 16px;
    }

    .custom-checkbox.custom-checkbox_secondary>span {
        font-size: 14px;
    }

    .custom-checkbox>span:before {
        width: 16px;
        height: 16px;
    }

    .news-preview__name {
        font-size: 16px;
    }
    
    .news-preview__desc {
        font-size: 14px;
    }
    
    .categories-preview__list {
        gap: 5px;
    }
    
    .categories-preview__item-text {
        font-size: 14px;
    }
    body {
        padding-top: 0;
    }
}


@media screen and (max-width:639px) {
    body {
        padding-top: 0;
    }
    .index-intro__slider .banner__slider {
		overflow: visible;
		height: auto !important;
		max-height: 100%;
    }

	.index-intro__slider  .banner__slider .banner__info {
		display: none;
	}

	.index-intro__slider .banner__slider .banner__slider-item {
		height: 320px;
	}

    .index-intro__slider .banner__slider .banner__slider-item {
        align-items: center;
    }

    .index-intro__slider .banner__slider .banner__info .banner__slider-subtitle {
        display: block;
    }
    
    .header__menu-basket .header__basket-num {
        right: 5px;
    }

	.goods__counter.goods__counter_basket {
		max-width: 25%;
	}

	.catalog__body .catalog__character .catalog__character-table .catalog__table-center {
		width: 100% !important;
	}
}

@media screen and (max-width:576px) {
    body {
        padding-top: 0;
    }
	:root {
		--mb-xl: 40px;
		--mb-xl-dots: 40px;
	}
	.container {
		max-width: 360px;
	}

	.block-heading {
		justify-content: center;
	}

	.block-heading.block-heading_row {
		justify-content: space-between;
	}

	.slider_dots .slick-dots {
		bottom: -30px;
	}

	.content-text p {
		font-size: 14px;
	}



	.index-intro__slider .banner__slider .banner__slider-item {
		height: 206px;
		padding-top: 10px;
        padding-bottom: 10px;
	}

	.banner__slider .banner__info .banner__slider-title {
        font-size: 20px;
    }

	.banner__slider .banner__info .banner__slider-subtitle {
		font-size: 14px;
	}

	.categories-preview {
		margin-top: 40px;
	}

	.categories-preview__item {
		padding: 5px 10px;
	}

	.goods__slider {
        padding: 0 34px;
    }

	.about-company__items {
		gap: 10px;
	}

	.about-company__item {
		padding: 18px;
		justify-content: flex-start;
		gap: 20px;
		min-height: 153px;
	}

	.about-company__text {
		text-align: center;
	}

	.about-company__item-text {
		font-size: 14px;
	}

	.advantages__list {
        display: block;
		padding: 0 20px;
		margin: 0 -10px;
    }

	.advantages__list .slick-track {
		display: flex;
		align-items: stretch

	}

	.advantages__list .slick-prev {
		left: 0;
	}

	.advantages__list .slick-right {
		right: 0;
	}

	.advantages__list .slick-arrow {
		width: 18px;
		height: 18px;
		padding: 0;
	}

	.advantages__item {
		padding: 10px 20px;
		margin: 0 10px;
		height: 100%;
		min-height: 285px;
	}

	.advantages__item-icon {
		margin-bottom: 10px;
	}

	.advantages__item-name {
		font-size: 14px;
		max-width: 210px;
	}

	.advantages__item-desc {
		max-width: 220px;
	}

    .location-mark__dot {
        width: 8px;
        height: 8px;
        border-width: 1px;
    }
    
    .location-mark__dot.active {
        transform: scale(1.2);
    }
    
    .location-mark__wrapper {
        width: 160px;
        padding: 7.5px;
    }
    
    .location-mark__city, .location-mark__street, .location-mark__phone a {
        font-size: 14px;
    }

	.news-preview__slider .slick-prev {
		background-image: url('/assets/images/slick/2_wh.png');
		background-color: #FAB10F;
	}

	.news-preview__slider .slick-next {
		background-image: url('/assets/images/slick/1_wh.png');
		background-color: #FAB10F;
	}

	.news-preview {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.news-preview__slider {
		margin: 0 -10px;
		padding: 0 34px;
	}

	.news-preview__slide {
		margin: 0 10px;
		padding: 40px 20px;
		height: auto;
		min-height: 380px;
	}

	.news-preview__slider.slider_arrows_bg .slick-prev {
		left: 0;
	}

	.news-preview__slider.slider_arrows_bg .slick-next {
		right: 0;
	}

	.news-preview__slide-wrapper {
		align-items: center;
	}

	.news-preview__name {
		text-align: center;
		font-size: 14px;
	}

	.news-preview__desc {
		text-align: center;
		-webkit-line-clamp: 4;
	}

	.articles__list {
		margin: 0;
    }
    
    .articles__item {
        margin: 0;
    }

	.articles__item-date, .articles__item-name {
		text-align: center;
		display: block;
	}

	.index-about__text {
		text-align: center;
	}

	.index-about__warning-text {
		margin-left: 10px;
		font-size: 14px;
	}

	.index-banner {
		height: 314px;
	}

	.index-form {
		margin-top: -178px;
	}

	.footer__contacts {
        flex: 1 0 100%;
    }


	.footer__nav-list a {
		font-size: 14px;
	}

	.footer__nav-col:nth-child(2) .footer__nav-list {
		margin-left: auto;
	}
    
    .footer__company, .footer__contacts {
        margin-top: 60px;
    }

	.footer__description {
		margin: 20px 0 30px 0;
	}

    .footer__info {
        margin-top: 0;
    }

	.footer__contacts-item {
		max-width: 100%;
	}

	.footer__contacts-item-bottom span {
		display: block;
	}

	.footer__req p, .footer__req a {
		max-width: 100%;
	}

	.footer__req  {
		order: 2;
		margin:24px 0;
	}
	.footer__cards {
		order: 1;
		margin: 0;
	}

	.footer__policy {
		order: 3;
		margin: 0;
	}

	.up-btn {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 50px;
	}

	.up-btn__text {
		display: none;
	}

	.goods__counter.goods__counter_basket {
		max-width: 50%;
	}

	.footer__req {
		max-width: 100%;
	}

}

@media screen and (max-width:380px) {
    .header__buttons {
        gap: 5px;
        margin: 0 5px;
    }
    body {
        padding-top: 0;
    }

	.advantages__list .slick-prev {
		left: 10px;
	}

	.advantages__list .slick-next {
		right: 10px;
	}
	.news-preview__slider.slider_arrows_bg .slick-prev {
		left: 10px;
	}

	.news-preview__slider.slider_arrows_bg .slick-next {
		right: 10px;
	}
}

@media screen and (max-width:340px) {
	.header__logo {
		margin-right:0;
	}
	.header__button {
		flex: 1 0 50px;
	}




	.footer__cards {
		gap: 10px;
	}

}
