body{
	background-color: #fff;
}

@font-face {
	font-family: Onest;
	src: url(fonts/Onest/Onest-Light.ttf);
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: Onest;
	src: url(fonts/Onest/Onest-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: Onest;
	src: url(fonts/Onest/Onest-Medium.ttf);
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: Onest;
	src: url(fonts/Onest/Onest-SemiBold.ttf);
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: Onest;
	src: url(fonts/Onest/Onest-Bold.ttf);
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: Mont;
	src: url(fonts/Mont/Mont-SemiBold.ttf);
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: Mont;
	src: url(fonts/Mont/Mont-Regular.ttf);
	font-style: normal;
	font-weight: 600;
}

body *{
	font-family: Onest;
	/* font-weight: 400; */
}

.js-popap-card-product{
	display: none;
}

.catalog-loader{
	position: fixed;
    display: flex;
    width: 100vW;
    height: 100vH;
    top: 0;
    left: 0;
    z-index: 9999999;
	background-image: url('svg/catalog_loader.svg');
	background-position: center center;
    background-repeat: no-repeat;
	background-color: #00000010;
}

.smart-filter-input-group-checkbox-list{
	display: flex;
    flex-direction: column;
}
.form-group.checkbox{
	order: 1000;
}
.form-group.checkbox.checkbox-checked{
	order: 10;
	display: block !important;
}
.more-checkbox{
	order: 1000;
}


.soglasie-box{
	display: flex;
    max-width: 990px;
    margin: auto;
}
@media only screen and (max-width: 1023px){
	.soglasie-box{
		flex-direction: column;
	}
	.soglasie-box .consultation_line{
		margin-top: 15px;
		justify-content: start;
		margin-top: 15px;
		margin-left: 10px;
	}
}




.mainwrap{
  width: 100%;
  overflow: hidden;
}

.emptyFlex{
  flex-grow: 1;
}

.wrap{
  position: relative;
  width: 100%;
}

.work{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}


.fv-unsubscribe-btn a:hover{
	color: #fff;
}


.form__item_radio{
	margin: 0 0 20px;
}
.form__item_radio label:not(:last-child){
	margin-right: 10px;
}
.form__item_radio label input{
	margin-right: 10px;
}










.cookies-modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -50% 15px 50%;
    padding: 9px 43px 9px 14px;
    font-size: 12px;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    color: #5c5c5c;
}
.cookies-modal a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #dc2626;
}
.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
	margin-top: 6px;
}
.cookies-modal .cookies-btns .cookies-btn {
    border: 1px solid #dc2626;
    color: #dc2626;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
    margin-left: 0px;
    color: #fff;
    background-color: #dc2626;
}
.cookies-modal .cookie-policy-button {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 7px;
    display: inline-block;
    width: 28px;
    color: rgb(92, 99, 112);
    text-align: center;
}




































































/* обязательные стили */
.hvr{
	height: 100%;
}

.hvr__images {
  position: relative;
  height: 100%;
}

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hvr__sector {
  flex-grow: 1;
}

/* не обязательные стили */

.product_image.product_image-card-mini img{
	max-width: 260px;
    height: auto;
    max-height: 360px;
}

.images-card-mini {
	display: flex;
	align-items: center;
	overflow: hidden;
    max-width: 260px;
    height: 100%;
    max-height: 100%;
}

.image-card-mini {
  display: none;
}

.image-card-mini:first-child{
  display: block;
}

.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}

.hvr__dot {
  width: 5px;
  height: 5px;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d6dbe0;
}

.hvr__dot--active {
  background: #000;
}














































.fvv-all-search-btn{
	background-color: #D2D9DF;
    text-align: center;
    color: #475569;
    border-radius: 8px;
	height: 46px;
	transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -ms-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    -webkit-transition: background-color .1s ease;
}
.fvv-all-search-btn:hover{
	background-color: #475569 !important;
}
.fvv-all-search-btn a{
	display: block;
	width: 100%;
	height: 100%;
	color: #475569 !important;
	text-decoration: none !important;
	font-family: Onest;
    font-weight: 700;
    font-size: 14px;
}
.fvv-all-search-btn:hover a{
	color: #fff !important;
}




.title-search-result .search-title-result-item-info a{
	text-decoration: none !important;
	font-family: Onest;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.4;
	color: #1E293B;
}
.title-search-result .search-title-result-item-info a b{
    font-weight: 600;
}

.search-title-result-item-current-price{
	font-family: Onest;
    font-weight: 500 !important;
    font-size: 16px;
	line-height: 1.4;
	color: #DC2626;
}

.search-title-result-item-price{
	display: flex;
    align-items: center;
}
.search-title-result-item-quantity{
	font-family: Onest;
    font-weight: 500 !important;
    font-size: 14px;
	line-height: 1.4;
	color: #2A31B1;
	margin-left: 35px;
}

.title-search-result .search-title-result-item:hover{
	background-color: #F1F5F9;
}

.search-title-result-item-image-container{
	width: 56px;
}

.search-title-result-item-image{
	width: 60px;
    height: 60px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}













.catalog__product-list_view-1 .catalog__product-item.catalog__product-item-line{
	margin: 0;
}

.catalog__product-item-line .products_block{
    padding: 5px;
}

.catalog__product-item-line .productBlock_content{
	display: flex;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}

.catalog__product-item-line .productBlock_content .product-hit-marker{
    right: 4px;
    top: 5px;
}

.main-banner{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.main-banner.slick-initialized {
	visibility: visible;
	opacity: 1;
}

/* .products{ */
	/* opacity: 0; */
	/* visibility: hidden; */
	/* transition: opacity 1s ease; */
	/* -webkit-transition: opacity 1s ease;	 */
/* } */

/* .products.slick-initialized { */
	/* visibility: visible; */
	/* opacity: 1; */
/* } */

.fv-offers-table-wrap{
    max-height: calc(100vh - 320px);
    overflow-y: auto;	
}

.fv-single-product .fv-offers-table-wrap{
    max-height: 432px;
    overflow-y: auto;	
}

body * .fv-offers-table tbody  td.td-quantity-bluuueee{
	color: #2c33b5;
	font-weight: bold;
}

body * .fv-offers-table tbody  td.td-quantity-bluuueee .date_entrance_1c{
	color: #2DA949;
	font-weight: bold;
}
/********************************************** mobile-menu ******************************************/

.mobile-menu{
	display: none;
}

@media only screen and (max-width: 1024px){
	.mobile-menu{
		position: fixed;
		z-index: 99999;
		top: 0;
		left: -100%;
		background-color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		padding: 20px;
		transition-duration: .5s;
		transition-property: left;
	}

	.mobile-menu.open{
		left: 0;
		transition-duration: .5s;
		transition-property: left;
	}
	
	.mobile-menu-btn{
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		float: left;
		width: 38px;
		height: 38px;
		margin-right: 20px;
	}
	
	.mobile-menu-item{
		width: 100%;
		list-style-type: none;
	}

	.mobile-menu a{
		position: relative;
		display: inline-block;
		color: #000;
		text-decoration: none;
		padding: 10px 0;
		padding-right: 22px;
	}

	.mobile-menu-item a:hover{
		color: #e22b2b;
	}
	
	.mobile-menu-item > a{
		position: relative;
		font-size: 16px;
		line-height: 22px;
		padding: 10px 5px 10px 10px;
		text-decoration: none;
		padding-right: 22px;
	}

	.mobile-menu-item.catalog-mobile-menu-item ul{
		display: none;
		padding-left: 20px
	}
	
	
	
	
	
	
	
	.mobile-menu-item.open > ul{
		display: block;
	}

	.mobile-menu-item ul li.open > ul{
		display: block;
	}

	.mobile-menu-item ul ul li.open{
		display: block;
	}
	
	.menu-burger-item-tuggle{
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -10px;
		right: 0;
		width: 20px;
		height: 20px;
		transform: rotate(-90deg);
		transform-origin: center center;
	}
	
	.mobile-menu ul li .menu-burger-item-tuggle{
		top: 50%;
		margin-top: -10px;
		right: 0;
	}
	
	.open > a > .menu-burger-item-tuggle{
		transform: rotate(0) !important;
		transform-origin: center center;
	}

	.menu-burger-item-tuggle:before{
		content: "\f078";
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #000;
		font-size: 14px;
		font-family: "Font Awesome 5 Pro";
	}
	
	.mobile-menu-btn-close{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		background-image: url(../images/close.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px 30px;
	}
	
	.contacts_right_header{
		display: flex;
	}
	
	.mobile-menu.open .top_header_list{
		display: flex;
	}
}

/********************************************** mobile-menu ******************************************/

/********************************************** top_header ******************************************/
.top_header{
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
}
.top_header_city{
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	cursor: pointer;
}

.top_header_city:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url(svg/pvz.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.top_header_point{
  flex-grow: 1;
  color: #1E293B;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 25px;
}

.top_header_time{
  color: #1E293B;
  font-size: 14px;
}

.top_header_phones{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 40px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.top_header_phones-block{
	display: flex;
    justify-content: space-between;
	font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 1023px){
	.top_header_phones-block{
		flex-direction: column;
		font-size: 0;
	}
	.top_header_phones-block:nth-child(2){
		display: none;
	}
}


.top_header_phones.top_header_phones_mobile{
	display: none;
}

.top_header_phones a{
	color: #000;
	text-decoration: none;
}

.section-description.article.article-content{
	padding: 10px 25px;
	box-sizing: border-box;
}

.top_header_phones:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(svg/ph_h.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.log-list__item, .wysiwyg p{
	color: #1E293B;
}

.top_header_list{
  display: flex;
  margin: 0;
  margin-left: 25px;
}

.top_header_item{
  margin-left: 8px;
}

.top_header_link{
  display: block;
  width: 40px;
  height: 40px;
}

.top_header_link.tg{
  background-image: url(svg/tg.svg);
}

.top_header_link.wu{
  background-image: url(svg/wu.svg);
}

.top_header_link.wb{
  background-image: url(svg/wb.svg);
}

.header_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}

.header_item{
	position: relative;
	height: 100%;
}

.sub_header_list{
	position: absolute;
	z-index: 3;
	top: -10px;
	left: 0;
	width: 258px;
	background-color: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 58px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	display: none;
}


.header_item:hover .sub_header_list{
	display: block;
}

.sub_header_list:before{
	content: '';
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 25px;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.sub_header_item{
	margin: 25px 0;
}

.sub_header_item:first-child{
	margin-top: 0;
}

.sub_header_item:last-child{
	margin-bottom: 0;
}

.sub_header_link{
	color: #1E293B;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}

.header_link{
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	color: #1E293B;
	text-decoration: none;
	font-size: 18px;
}

.top_header_phone{
	margin-right: 20px;
	text-decoration: none;
	color: #000;
    font-weight: 500;
    font-size: 16px;
}

.top_header_phone:hover{
  text-decoration: underline;
}

.header_phones{
  padding-left: 42px;
  background-image: url(svg/phone_i.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.header_phones a{
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #1E293B;
  margin: 5px 0;
}

.page-socials{
    position: fixed;
    top: 200px;
    right: 0;
    -webkit-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px);
    z-index: 9999;
}
.page-socials-item {
    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;
    width: 180px;
    height: 50px;
    padding-right: 15px;
    margin-bottom: 5px;
    background-color: #0b1118;
    border-radius: 8px 0px 0px 8px;
    padding-left: 14px;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgb(67 63 79 / 10%);
    box-shadow: 0 0 10px rgb(67 63 79 / 10%);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.page-socials-item {
    width: 180px;
    height: 40px;
    padding-right: 5px;
    padding-left: 9px;
    font-size: 13px;
    border: 1px solid #fff;
}
.page-socials-item {
    background-color: #373737;
}
.page-socials-item:hover {
    -webkit-transform: translate(-130px);
    -ms-transform: translate(-130px);
    transform: translate(-130px);
    color: #fff;
}

.page-socials-item .icon {
    max-width: 100%;
    max-height: 100%;
    fill: #433f4f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.page-socials-item .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 23px;
    margin-right: 15px;
    fill: #fff;
}
.page-socials-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.page-socials-item a {
    color: #ffffff;
    text-decoration: none;
}
.page-socials a {
    background-color: #373737;
}

.top_soc_list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}
.top_soc_item {
    margin-right: 14px;
}
.top_soc_item a {
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.popup-menu-catalog{
	display: none;
}
.popup-menu-catalog.open{
	display: flex;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    left: -10px;
    top: 60px;
    box-shadow: 0 15px 12px 0 rgb(0 0 0 / 22%), 0 19px 38px 0 rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.popup-menu-catalog.open .dns_sidebar_menu_fly{
	display: flex;
	align-items: flex-start;
}

/********************************************** top_header ******************************************/

/********************************************** modal_buy_click ******************************************/
.modal.modal_buy_click .modal__wrapper{
	background: #FFFFFF;
	border: 1px solid #E9EFF5;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 28px;
	box-sizing: border-box;
}

.modal.modal_buy_click .modal__content .modal__title{
	text-align: center;
}

.modal.modal_buy_click .modal__content .form.js-form{
	margin-top: 24px;
}

.modal.modal_buy_click .modal__content .form.js-form .form__item{
	margin: 0 0 12px;
}

.modal.modal_buy_click .modal__content .form.js-form .form__item.form__item-button{
	margin-top: 24px;
}

.modal.modal_buy_click .modal__content .form.js-form .form__item input{
	box-sizing: border-box;
	height: 50px;
	border: 1px solid #C1C1C1;
	border-radius: 6px;
}

.modal.modal_buy_click .modal__content .js-form .form__item-check p{
	font-size: 13px;
	color: #1E293B;
	opacity: 0.5;
}

.modal.modal_buy_click .form__item-check label:before{
    border: 1px solid #1E293B;
    width: 19px;
    height: 19px;
	opacity: 0.5;
	top: 2px;
}

.modal.modal_buy_click .form__item-check input[type=checkbox]:checked ~ label:after{
	width: 9px;
    height: 9px;
    background-image: url(svg/check_s.svg);
    background-position: center center;
    background-repeat: no-repeat;
	left: 5px;
	opacity: 0.5;
	top: 7px;
}

.modal.modal_buy_click .form__item-check label{
	padding-left: 29px;
}

.modal.modal_buy_click .modal__close{
	width: 24px;
    height: 24px;
    background-image: url(svg/close_sm.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.modal.modal_buy_click .modal__close .modal__icon{
	display: none;
}
/********************************************** modal_buy_click ******************************************/

/********************************************** modal_buy_popup ******************************************/
.modal.modal_buy_popup .modal__wrapper{
	background: #FFFFFF;
	border: 1px solid #E9EFF5;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 28px;
	box-sizing: border-box;
}

.modal.modal_buy_popup .modal__close{
	width: 24px;
    height: 24px;
    background-image: url(svg/close_sm.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.modal.modal_buy_popup .modal__close .modal__icon{
	display: none;
}

.modal.modal_buy_popup .item__total-order-block{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal.modal_buy_popup .item__total-order-block .pane__action.js-update-cart{
	height: 46px;
	background: #DC2626;
	border-radius: 8px;
	color: #fff;
	padding: 0 40px;
	border: none;
}

.modal.modal_buy_popup .item__total-order-block .pane__action .pane__action-label{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.modal.modal_buy_popup .item__total-order-block .pane__action .pane__action-label span{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.modal.modal_buy_popup .item__total-order-block .pane__action.pane__action_continue{
	height: 46px;
	background: #1E293B;
	border-radius: 8px;
	color: #fff;
	padding: 0 40px;
	border: none;
}
/********************************************** modal_buy_popup ******************************************/

.modal{
	z-index: 99999 !important;
}

/********************************************** breadcrumb ******************************************/
.bx-breadcrumb{
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bx-breadcrumb .bx-breadcrumb-item-text,
.bx-breadcrumb .bx-breadcrumb-item-link{
	font-size: 14px;
	color: #475569;
	text-decoration: none;
	vertical-align: top;
}

.bx-breadcrumb .bx-breadcrumb-item-link:hover{
	text-decoration: underline;
}

.fa-angle-right:before{
	color: #475569;
	font-weight: 400;
}
/********************************************** breadcrumb ******************************************/

/********************************************** single-product ******************************************/
.fv-single-product #pagetitle{
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: #1E293B;
}

.fv-single-product .detail-product-property{
	border-bottom: 1px solid #fff;
    padding: 0;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.fv-single-product .detail-product-property .col-md{
	font-size: 16px;
	color: #1E293B;
}

.fv-single-product .detail-product-property .col-md b{
	font-weight: 600;
}

.fv-single-product .fv-offers-block{
	width: 100%;
}

.fv-single-product .item__about{
	border-bottom: 1px solid #fff;
	padding: 0;
	padding-bottom: 5px;
	margin-top: 15px;
}

.fv-single-product .item__price-wrapper i{
	font-size: 14px;
	color: #1E293B;
	font-style: normal;
}

.fv-single-product .item__price-wrapper b{
	font-weight: 600;
	font-family: Mont;
	font-size: 24px;
	color: #DC2626;
	line-height: 38px;
}

.item__price-is_popapishe{
	position: relative;
}
.item__price-popapishe{
	position: absolute;
    top: -31px;
    left: -30px;
    padding: 6px 10px;
    background-color: #E9EFF5;
    font-size: 12px;
    font-style: normal;
    color: #475569;
    width: max-content;
    border-radius: 5px;
}




.popap-alert-count {
    display: none !important;
    position: absolute;
    z-index: 9999999;
    top: 12px;
    left: 25px;
    padding: 6px 10px;
    background-color: #b32325;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    width: max-content;
    opacity: 1;
    border-radius: 5px;
}
.popap-alert-count.open{
	display: block !important;
}



.item__price-wrap{
	flex: 2;
}

.item__about .item__price{
	display: flex;
	flex-grow: 1;
    justify-content: space-around;
}

.item__about .item__service{
	flex-wrap: wrap;
	flex: 1;
}

.item__price-wrapper{
	/* margin-right: 30px; */
	min-width: 90px;
}

.item__service-link-wrap{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 8px;
}

.item__service-link-wrap:last-child{
	margin-bottom: 0;
}

.item__about .item__service .item__service-link{
	position: relative;
	display: block;
	color: #475569;
	font-size: 14px;
	box-sizing: border-box;
	margin-left: 25px;
	border-bottom: 1px dashed #475569;
}

.item__about .item__service .item__service-link:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -10px;
}

.item__about .item__service .item__service-link.item__service_table:before{
	background-image: url(svg/l_ts.svg);
}

.item__about .item__service .item__service-link.item__service_konsul:before{
	background-image: url(svg/l_gc.svg);
}

.fv-variations-block{
	width: 94%;
	margin-left: auto;
    margin-right: auto;
}
.fv-variations-block.not-margin{
	width: 100%;
}

.product-item-detail-slider-blick-title{
	font-weight: 400;
	line-height: 1em;
	color: #1E293B;
	font-size: 16px;
	text-align: center;
}
.bottom-sliders-container.single-block .product-item-detail-slider-blick-title:hover a,
.product-item-detail-slider-blick-title:hover{
	color: #DC2626;
}


.product-item-detail-slider-blick-title a{
	font-weight: 400;
	line-height: 1em;
	color: #1E293B;
	font-size: 16px;
	text-decoration: none;
}

.product-item-detail-slider-offers{
	width: 100%;
	margin-top: 8px;
	/* margin-left: -8px; */
	margin-bottom: 20px;
}

.product-item-detail-slider-offers .slick-slide{
	/* width: 73px !important; */
	/* height: 73px; */
	/* border: 1px solid #E9EFF5; */
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 6px;
}

.product-item-detail-slider-offers .slick-arrow.slick-prev{
	left: -20px;
    top: -36px;
}
.product-item-detail-slider-offers .slick-arrow.slick-next{
	right: -20px;
    top: -36px;
}

.product-item-detail-slider-offers .slick-slide .product-item-slide-offer{
	/* height: 71px; */
}

.product-item-slide-offer span{
	font-size: 8px;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
}

.product-item-detail-slider-offers .slick-slide .product-item-slide-offer img{
    max-width: 68px;
    max-height: 68px;
}

.product-item-detail-slider-offers .product-item-slide-offer.active .product-item-slide-offer-div{
	border: 1px solid #475569;
}

.product-item-detail-slider-offers .product-item-slide-offer{
	/* display: flex !important; */
	/* align-items: center; */
	/* justify-content: center; */
	border-radius: 10px;
}

.fv-offers-table {
    width: 100%;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    font-size: 14px;
}
.fv-offers-table thead {
    display: table-header-group;
	position: sticky;
    top: 0;
}
.fv-offers-table tr {
    border-bottom-color: #F8FAFC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: table-row;
}
.fv-offers-table thead td {
    background-color: #E9EFF5;
    color: #1E293B;
    display: table-cell;
    font-size: 14px;
    padding: 12px 8px;
	font-weight: 500;
    vertical-align: middle;
    z-index: 2;
}
.fv-offers-table thead td {
    line-height: 28px;
    padding: 8px 5px;
    margin-left: 0;
    padding-bottom: 6px;
}
.fv-offers-table thead td:first-child {
    padding: 8px 2px;
}
.fv-offers-table thead span {
    display: flex;
    flex-direction: column;
    line-height: 1;
	font-weight: 500;
}
.fv-offers-table thead span span{
    font-size: 14px;
}
.product-table__cart {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 3px;
}
.product-table__cart-icon {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.fv-offers-table tbody td {
	padding: 5px;
	font-size: 14px;
	color: #475569;
}

.fv-offers-table tbody tr td:first-child {
    padding-left: 26px !important;
}

.item__total {
    align-items: center;
    background-color: #E9EFF5;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding: 16px 10px;
    overflow: hidden;
}
.item__total-order-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.item__total-amount b, 
.item__total-amount strong{
    font-size: 24px;
    font-weight: 500;
}

.fv-single-product .item__total-amount{
	display: flex;
    flex-direction: column;
	font-size: 14px;
	color: #1E293B;
	padding-right: 18px;
}

.item__total-item b, .item__total-item strong {
    display: block;
    font-size: 24px;
	color: #1E293B;
	font-weight: 400;
}

.item__total-item {
	font-size: 14px;
    color: #1E293B;
	padding-left: 18px;
	padding-right: 35px;
	box-sizing: border-box;
}

.fv-single-product .item__total-order-block .buy-modal-inline.buy-click{
	background: #1E293B;
	border: 2px solid #1E293B;
	border-radius: 8px;
	color: #fff;
	font-size: 14px !important;
	font-weight: 700;
}

.fv-single-product .item__total-order-block .pane__action{
	background: #DC2626;
	border: 2px solid #DC2626;
	border-radius: 8px;
	font-size: 14px !important;
	color: #fff;
}

.quantity_offers {
	width: 44px;
	height: 16px;
	background-color: transparent;
	border: none;
	color: #475569;
	padding: 0;
	transition-property: border-color;
	border-radius: 0;
	text-align: center;
	outline: none;
	font-size: 14px;
}

.fv-quantity-block button{
	width: 16px;
	height: 16px;
	display: flex;
    align-items: center;
	justify-content: center;
    background-color: transparent;
    color: #475569;
	border-radius: 5px;
	border: 1.5px solid #475569;
}

.fv-quantity-block button svg{
	width: 8px;
	height: 8px;
}

.fv-offers-table-scroll{
	max-height: 380px;
	overflow-y: auto;
	margin: 8px 0;
}

.fv-offers-table-scroll::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}

.fv-offers-table-scroll::-webkit-scrollbar-track {
  background: #E9EFF5;        /* цвет дорожки */
  border-radius: 2px;
}

.fv-offers-table-scroll::-webkit-scrollbar-thumb {
  background-color: #D2D9DF;    /* цвет плашки */
  border-radius: 2px;       /* закругления плашки */
  /* border: 3px solid #E9EFF5;  /* padding вокруг плашки */ */
}

.product-item-detail-tab{
	min-height: 40px;
}

.product-item-detail-tabs-container{
	width: 100%;
	max-width: 566px;
	min-height: inherit;
	border-bottom: 1px solid #475569;
}

.product-item-detail-tabs-list{
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 550px;
}

.product-item-detail-tab-link{
	display: flex;
    align-items: center;
	height: 50px;
	line-height: 22px;
	color: #1E293B;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: inherit;
}

.product-item-detail-tab-link:hover, 
.product-item-detail-tab.active 
.product-item-detail-tab-link{
	color: #1E293B;
}

.product-item-detail-tab-link:hover:after, 
.product-item-detail-tab.active 
.product-item-detail-tab-link:after{
	background-color: #DC2626;
	height: 2px;
	bottom: -1px;
}

.product_title{
	width: 100%;
}

.product_title h1{
	font-family: Mont;
	font-size: 22px;
	font-weight: 700;
}

.product-item-detail-tab .product-item-detail-tab-link span{
	font-weight: 500;
    font-size: 16px;
}
.size-product-item-detail-tabs-container .product-item-detail-tab .product-item-detail-tab-link span{
    min-width: 235px;
    padding: 8px;
}

.fv-single-product-left-block{
	width: 50%;
}

.fv-single-product-right-block{
	width: calc(50% - 24px);
	margin-left: 24px;
}

.item__feature-label{
	position: relative;
	box-sizing: border-box;
	padding-left: 25px;
}

.item__feature-label:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(svg/minpromtorg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: -10px;
}

.item__feature-label b{
	font-weight: 500;
	font-size: 12px;
	color: #475569;
}

.info__specs-table{
	margin-top: 15px;
}

.info__specs-table li{
	font-size: 16;
	margin-bottom: 12px;
}

.info__specs-table li b{
	font-weight: 600;
}

.product-item-slider-controls{
	width: 94px;
}

.product-item-slide-control{
	height: 94px;
}

.product-item-slide-control img{
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 92px;
    max-height: 92px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-slide-control:hover,
.slick-current .product-item-slide-control{
	border: 1px solid #475569;
	border-radius: 10px;
	overflow: hidden;
}

.product-item-slider .mousetrap{
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

.product-item-slider{
	width: calc(100% - 114px);
    max-width: inherit;
	margin-left: 20px;
}
.cloud-zoom-big{
	border-radius: 10px;
	overflow: hidden;	
}

.product-item-slider .slick-arrow{
	/* top: 50%; */
}

.bottom-sliders-container{
	justify-content: flex-start;
	box-sizing: border-box;
	padding-left: 114px;
}

.bottom-sliders-container.single-block .product-item-detail-slider-blick-title{
	margin-bottom: 20px;
}

.bottom-sliders-container.single-block .product-item-detail-slider-blick-title a{
	color: #1E293B;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}

.product-item-detail-slider-collections{
	overflow: hidden;
	height: 100px;
}
.product-item-detail-slider-collections span{
	display: none;
}
.product-item-detail-slider-collections.slick-initialized{
	overflow: inherit;
	height: auto;
}
.product-item-detail-slider-collections.slick-initialized span{
	display: block;
}


.product-item-detail-slider-offers{
	overflow: hidden;
	height: 100px;
}

.product-item-detail-slider-offers .product-item-slide-offer{
	display: inline-block;
}

.product-item-detail-slider-offers span{
	display: none;
}
.product-item-detail-slider-offers.slick-initialized{
	overflow: inherit;
	height: auto;
}
.product-item-detail-slider-offers.slick-initialized span{
	display: block;
}


.product-item-slider-controls{
	overflow: hidden;
	height: 500px;
}
.product-item-slider-controls.slick-initialized{
	overflow: inherit;
	height: auto;
}











.product-item-detail-slider-collections .slick-slide{
	/* width: 90px !important; */
	height: auto;
	margin: 0 6px;
}

.product-item-detail-slider-collections .slick-arrow{
	top: -36px;
	/* opacity: 0; */
}
.product-item-detail-slider-collections:hover .slick-arrow{
	/* opacity: 1; */
}
.product-item-detail-slider-collections .slick-arrow.slick-next{
	right: -15px;
}
.product-item-detail-slider-collections .slick-arrow.slick-prev {
    left: -15px;
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer{
	height: auto; /* 88px;*/
	border: none;
	border-radius: 0;
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer a{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	text-decoration: none;
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer img{
	max-width: 88px;
	max-height: 88px;
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer span{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	font-size: 14px;
	color: #1E293B;
	line-height: 1.2em;
    text-align: left;
	text-decoration: none;
	margin-top: 6px;
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer span b{
	font-weight: 600;
}


.product-item-detail-slider-offers .slick-slide .product-item-slide-offer a{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	text-decoration: none;
}

.product-item-detail-slider-offers .slick-slide .product-item-slide-offer img{
	max-width: 88px;
	max-height: 88px;
}

.product-item-detail-slider-offers .slick-slide .product-item-slide-offer span{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	font-size: 14px;
	color: #1E293B;
	line-height: 1.2em;
    text-align: left;
	text-decoration: none;
	margin-top: 6px;
}

.product-item-detail-slider-offers .slick-slide .product-item-slide-offer span b{
	font-weight: 600;
}







.product-item-detail-slider-collections .slick-slide.slick-current.slick-active .product-item-slide-offer{
	border: none;
}

.product-item-slide-offer-div{
	position: relative;
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	border-radius: 10px;	
}

.product-item-detail-slider-collections .slick-slide .product-item-slide-offer a:hover .product-item-slide-offer-div{
	border: 1px solid #475569;	
}

.bottom-sliders-container.single-block .product-item-detail-slider-blick{
	width: 100%;
}

.card-btns-likes{
	width: 20px;
	top: 14px;
	left: auto;
	right: 19px;
}

.card-btns-likes .btn-like{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(svg/b_sp_like.svg);
	background-size: 18px 18px;
}

.card-btns-likes .btn-compare{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	background-image: url(svg/b_sp_compare.svg);
	background-size: 18px 18px;
}

.fv-single-product .product-hit-marker,
.fv-single-product .product-actions-marker,
.fv-single-product .product-sale-marker{
	position: absolute;
    z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
    width: auto;
    height: 25px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left 8px center;
	padding: 0 10px 0 30px;
}

.fv-single-product .product-hit-marker:before,
.fv-single-product .product-actions-marker:before,
.fv-single-product .product-sale-marker:before{
	color: #1E293B;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.fv-single-product .product-hit-marker{
	top: 5px;
	background-color: #FBBF24;
	background-image: url(svg/sp_icon_hit.svg);
}

.fv-single-product .product-actions-marker{
	top: 5px;
	background-color: #FF8E0A;
	background-image: url(svg/sp_icon_action.svg);
}

.fv-single-product .product-sale-marker{
	top: 5px;
	background-color: #e93c3c;
	background-image: url(svg/sp_icon_sale_2.svg);
	background-size: 17px;
}

.fv-single-product .product-hit-marker:before{
	content: 'Хит';
}

.fv-single-product .product-actions-marker:before{
	content: 'акция';
}

.fv-single-product .product-sale-marker:before{
	content: 'Распродажа';
	color: #fff;
}

/********************************************** single-product ******************************************/

/********************************************** Контакты страница ******************************************/
.contacts_page{
	width: 100%;
}

.contacts_page_title{
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	color: #1E293B;
}

.contacts_page_map_mess{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
}

.contacts_page_map{
	width: calc(100% - 448px - 24px);
	margin-right: 24px;
}

.contacts_page_map_content{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}

.contacts_page_form{
	width: 448px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #E9EFF5;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 25px 45px;
}

.contacts_page_form_title{
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	color: #1E293B;
}

.contacts_page_info{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 14px;
}
.contacts_page_info-left{
	width: calc(100% - 448px - 24px);
    margin-right: 24px;
    display: flex;
	flex-wrap: wrap;
}
.contacts_page_info-right{
	
}

.contacts_page_info_block_line{
	width: 100%;
}

.contacts_page_info_block_phone{
	font-weight: 500;
	font-size: 18px;
	color: #1E293B;
	text-decoration: none;
	line-height: 1.6em;
}

.contacts_page_info_block{
	margin-right: 70px;
}

.contacts_page_info_block .top_header_list{
	margin: 10px 0 10px 0;
}

.contacts_page_info_block .top_header_list .top_header_item:first-child{
	margin-left: 0;
}

.contacts_page_info_block:last-child{
	margin-right: 0;
}

.contacts_page_info_block_title{
	width: 100%;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4em;
	color: #DC2626;
	margin-bottom: 9px;
}

.contacts_page_info_block_text{
	font-size: 14px;
	line-height: 1.6em;
	color: #1E293B;
}

.contacts_page_info_block_text p{
	font-size: 14px;
	line-height: 1.6em;
	color: #1E293B;
	margin: 0;
	padding: 0;
}

.contacts_page_photos{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-left: -12px;
}

.contacts_page_photo{
	width: calc(100%/3 - 24px);
	margin: 12px;
}

.contacts_page_photo_title{
	width: 100%;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.6em;
	color: #1E293B;
}

.contacts_page_photo_image{
	display: flex;
	align: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 13px;
}

.contacts_page_photo_image img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.contacts_page_personal_container{
	width: 100%;
	margin-top: 56px;
}

.contacts_page_personal_container_title{
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	color: #1E293B;
}

.contacts_page_personal{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-top: 12px;
	margin-left: -12px;
}

.contacts_page_personal_user{
	width: calc(100%/6 - 24px);
	margin: 12px;
}

.contacts_page_personal_user_photo{
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 12px;
}

.contacts_page_personal_user_photo img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.contacts_page_personal_user_name{
	width: 100%;
	margin-top: 23px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4em;
	color: #1E293B;
}


.contacts_page_personal_user_name span{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.contacts_page_personal_user_role{
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4em;
	color: #1E293B;
}
/********************************************** Контакты страница ******************************************/

/********************************************** tooltip ******************************************/
.tooltip {
    padding: 6px;
	background: #fff;
    border-radius: 3px;
	font-size: 12px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.tooltipContent {
    color: #1E293B;
	font-size: 12px !important;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-style: normal;
}

.tooltipContent *{
    color: #1E293B;
	font-size: 12px !important;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-style: normal;
}

.tooltip.n:after {
    bottom: -13px;
    left: 50%;
    margin-left: -7px;
    border-color: #fff transparent transparent transparent;
}
.tooltip.s:after {
    top: -13px;
    left: 50%;
    margin-left: -7px;
    border-color: transparent transparent #fff transparent;
}
.tooltip.e:after {
    top: 50%;
    left: -13px;
    margin-top: -7px;
    border-color: transparent #fff transparent transparent;
}
.tooltip.w:after {
    top: 50%;
    right: -13px;
    margin-top: -7px;
    border-color: transparent transparent transparent #fff;
}
/********************************************** tooltip ******************************************/

/********************************************** header ******************************************/
.wrap_top_header{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}

.mainwrap.head_fixed{
	margin-top: 166px;
}
.mainwrap.head_fixed .wrap_top_header{
	margin-top: -166px;
	position: fixed;
    z-index: 9999;
    background-color: #fff;
}
.mainwrap.head_fixed .wrap_top_header .top_header{
	display: none;
}
.mainwrap.head_fixed .wrap_top_header .header{
	display: none;
}



.header{
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
}

.logo{
  color: #1E293B;
  text-decoration: none;
}

.logo_n{
  font-size: 32px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 1px;
}

.logo_t{
  font-size: 13px;
}
/********************************************** header ******************************************/

/********************************************** sub_header ******************************************/
.sub_header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
}

.logo_h{
	display: block;
	/* min-display: block; */
	width: 260px;
	min-width: 195px;
	height: 50px;
	/* background-image: url(svg/logo_h.svg); */
	background-image: url(svg/logo_new.svg?v=123);
    background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.sub_header_cat{
  /* flex-grow: 1; */
  max-width: 196px;
  /* position: relative; */
}

.sub_header_cat_h{
	display: flex;
	align-items: center;
	height: 50px;
	color: #1E293B;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 47px;
	padding-right: 20px;
	background-image: url(svg/i_cat.svg);
	background-position: left 7px center;
	background-repeat: no-repeat;
	line-height: 1em;
	margin-left: 20px;
	margin-right: 14px;
	border-radius: 6px;
	border: 1px solid #475569;
	cursor: pointer;
}
.sub_header_cat_h.is-open{
	background-image: url(svg/menu_close.svg?v=5);
}

.sub_header_search{
  flex-grow: 1;
  min-width: 680px;
  /* max-width: 680px; */
}

.sub_header_inp{
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 56px 0 14px;
  border: 2px solid #475569;
  border-radius: 6px;
  outline: none;
}

.sub_header_inp::-webkit-input-placeholder{color:#1E293B; font-size: 14px;}
.sub_header_inp::-moz-placeholder{color:#1E293B; font-size: 14px;}
.sub_header_inp:-moz-placeholder{color:#1E293B; font-size: 14px;}
.sub_header_inp:-ms-input-placeholder{color:#1E293B; font-size: 14px;}

.sub_header_inp::-webkit-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.sub_header_inp::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.sub_header_inp:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.sub_header_inp:-ms-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.sub_header_inp:focus::-webkit-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.sub_header_inp:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.sub_header_inp:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.sub_header_inp:focus:-ms-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}

.sub_header_btns{
  display: flex;
}

.sub_header_btn{
  position: relative;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 25px;
}

.sub_header_btn_value{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 16px;
  height: 16px;
  background-color: #DC2626;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.sub_header_btn.user{
  background-image: url(svg/i_user.svg);
}

.sub_header_btn.like{
  background-image: url(svg/i_like.svg);
}

.sub_header_btn.list{
  background-image: url(svg/i_list.svg);
}

.sub_header_btn.cart{
  background-image: url(svg/cart.svg);
}

.sub_header_search{
	position: relative;
  flex-grow: 1;
}

.css-btn-search.js-btn-search{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	cursor: pointer;
	background-image: url(svg/search_w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #475569;
	border-radius: 0 6px 6px 0;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
.css-btn-search.js-btn-clear {
    position: absolute;
    top: 0;
    right: 60px;
    height: 50px;
    cursor: pointer;
    background-image: url(svg/close_sm.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
	display: none;
}
.show_clear_btn .css-btn-search.js-btn-clear {
	display: block;
}

/********************************************** sub_header ******************************************/

/********************************************************* menu dns *****************************************************/
.dns-content-block{
	width: 100%;
	display: flex;
}

.dns_sidebar_menu{
	position: relative;
	z-index: 2;
	width: 260px;
	box-sizing: border-box !important;
	padding: 24px 14px;
}

.dns_sidebar_menu_list{
	position: relative;
	z-index: 2;
	width: 100%;
}

.dns_sidebar_menu_item{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.dns_sidebar_menu_item.selected .dns_sidebar_menu_link{
	color: #2c33b5;
}

.dns_sidebar_menu_item:last-child{
	margin-bottom: 0;
}

.dns_sidebar_menu_item .dns_sidebar_menu_item_before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.dns_sidebar_menu_item:after{
	position: absolute;
	top: -3px;
	left: -15px;
	width: 2px;
	height: calc(100% + 6px);
	background-color: #b23e3e;
}

.dns_sidebar_menu_item:hover:after{
	content: '';
}

.dns_sidebar_menu_link{
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #475569;
	line-height: 1.4em;
	text-decoration: none;
	box-sizing: border-box !important;
	padding-left: 44px;
	font-weight: 500;
}

.dns_sidebar_menu_fly{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1250px;
	/* min-height: 100%; */
	min-height: calc(100vh - 200px);
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 4px 4px rgba(0,0,0,.04), 0 20px 40px rgba(0,0,0,.08);
	box-sizing: border-box !important;
	padding: 24px 14px 24px 330px;
	display: none;
}

.popup-menu-catalog .dns_sidebar_menu_fly{
	min-height: calc(100vh - 150px);
}

/* .dns_sidebar_menu.open .dns_sidebar_menu_fly{ */
.dns_sidebar_menu:hover .dns_sidebar_menu_fly{
	display: flex;
	align-items: flex-start;
}

.dns_sidebar_menu_fly_tab{
	width: 100%;
	display: none;
	flex-direction: column;
	max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.dns_sidebar_menu_fly_tab.open{
	display: flex;
}

.dns_sidebar_menu_fly_tab_header{
	font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 8px;}

.dns_sidebar_menu_fly_tab_content{
	display: flex;
	flex-wrap: wrap;
}

/* .dns_sidebar_menu_fly_tab_content{ */
    /* -moz-column-count: 3; */
    /* -webkit-column-count: 3; */
    /* column-count: 3; */
    /* -moz-column-gap: 10px; */
    /* -webkit-column-gap: 10px; */
    /* column-gap: 10px; */
/* } */

.dns_sidebar_menu_fly_block_col{
	width: calc(100%/3);
}

.dns_sidebar_menu_fly_block{
	display: flex;
	width: 100%;
	box-sizing: border-box !important;
	padding-right: 30px;
	padding-right: 50px;
	margin-bottom: 0;
}

/* .dns_sidebar_menu_fly_block{ */
    /* width: 100%; */
    /* margin: 10px 0; */
    /* display: inline-block; */
    /* box-sizing: border-box; */
/* } */

.dns_sidebar_menu_fly_block_icon{
	width: 70px;
	min-width: 70px;
	text-align: center;
	display: none;
}

.dns_sidebar_menu_fly_block_icon img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.dns_sidebar_menu_fly_block_content{
	/* width: calc(100% - 70px); */
	width: 100%;
	box-sizing: border-box !important;
	padding-left: 10px;
}

.dns_sidebar_menu_fly_block_content_title{
	width: 100%;
	text-decoration: none;
	line-height: 1.3em;
	color: #1E293B;
	font-weight: 700;
	font-size: 16px;
}

.dns_sidebar_menu_fly_block_content_title:hover{
	text-decoration: underline;
}

.dns_sidebar_menu_fly_block_content_item{
	position: relative;
	line-height: 1.5;
}
.dns_sidebar_menu_fly_block_content_item_hidden_more{
	display: none;
}

.dns_sidebar_menu_fly_block_content_link{
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #475569;
	line-height: 1.4em;
	text-decoration: none;
	box-sizing: border-box !important;
	padding-left: 10px;
}

.dns_sidebar_menu_fly_block_content_list{
	display: flex;
    flex-direction: column;
}
.dns_sidebar_menu_fly_block_content_item_more_li{
	order: 99999;
}

.dns_sidebar_menu_fly_block_content_item_more:hover{
	color: #000;
}
.dns_sidebar_menu_fly_block_content_item_more:hover:before{
	color: #000;
}
.dns_sidebar_menu_fly_block_content_item_more{
	/* background-color: #E9EFF5; */
    text-decoration: none;
    padding: 6px 0px;
    /* border-radius: 6px; */
    font-size: 14px;
	font-weight: bold;
    /* display: inline-block; */
    padding-right: 30px;
    position: relative;
    /* margin-top: 6px; */
    color: #2c33b5;
}
.dns_sidebar_menu_fly_block_content_item_more:before{
	content: "\f078";
	position: absolute;
	z-index: 1;
	top: 7px;
    right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #2c33b5;
	font-size: 13px;
	font-family: "Font Awesome 5 Pro";
}
.mare_open .dns_sidebar_menu_fly_block_content_item_more:before{
	content: "\f077";
}

.dns_sidebar_menu_fly_block_content_link:before{
	content: '•';
    position: absolute;
    left: 0;
}

.dns-content-block-right{
	width: 100%;
	max-width: calc(100% - 260px);
	box-sizing: border-box !important;
	padding-top: 24px;
	padding-left: 24px;
}

.main-banner__image{
	border-radius: 10px;
}

.main-banner__image img{
	border-radius: 10px;
}

.main-banner{
	overflow: hidden;
}
.main-banner.slick-initialized{
	overflow: inherit;
}


.main-banner > .slick-arrow,
.products > .slick-arrow,
.brends > .slick-arrow{
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #E9EFF5;
	cursor: pointer !important;
	border-radius: 50%;
	font-size: 0;
	border: none;
	outline: none !important;
	margin-top: -25px;
	background-image: url(svg/arrow-sliders.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transform-origin: center center;
	opacity: 0.4;
}
.main-banner > .slick-arrow:hover,
.products > .slick-arrow:hover,
.brends > .slick-arrow:hover{
	opacity: 1;
}

.main-banner__image.main-banner__image_desktop{
	display: block;
}

.main-banner__image.main-banner__image_mobile{
	display: none;
}

.main-banner > .slick-arrow.slick-prev,
.products > .slick-arrow.slick-prev,
.brends > .slick-arrow.slick-prev{
	left: -15px;
}

.main-banner > .slick-arrow.slick-next,
.products > .slick-arrow.slick-next,
.brends > .slick-arrow.slick-next{
	right: -15px;
	transform: rotate(180deg);
}

.dns-content-block-right-top{
	width: 100%;
	text-decoration: none;
}

/* .dns-content-block-right-top img{ */
	/* max-width: 100%; */
	/* height: auto; */
	/* vertical-align: bottom; */
/* } */

.slider-nav__button{
	top: calc(50% - 0px) !important;
}

.dns-content-block-right-bottom{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.dns-content-block-right-bottom-block{
	/* width: 242px; */
	width: calc(100% / 4 - 10px);
	margin: 0;
	text-decoration: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

.dns-content-block-right-bottom-block img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.dns_sidebar_menu_fly{
	width: 1402px;
}

@media only screen and (max-width: 1366px){
	.dns_sidebar_menu_fly{
		width: 100vw;
	}	
}
@media only screen and (max-width: 1299px){
	.dns_sidebar_menu_fly{
		/* width: calc(100vw - 100px); */
		width: 100vw;
	}	
}

@media only screen and (max-width: 1199px){
	.dns-content-block-right{
		max-width: 100%;
	}
	
	.dns_sidebar_menu_fly{
		/* width: calc(100vw - 20px); */
		width: 100vw;
	}


}

@media only screen and (max-width: 1024px){
	.dns_sidebar_menu{
		display: none;
	}
}

@media only screen and (max-width: 479px){
	.dns-content-block-right-bottom-block{
		width: calc(100%/2 - 20px);
	}
}
/********************************************************* menu dns *****************************************************/

/********************************************** products ******************************************/
.s_line_title{
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_line_title .btn-show-more{
	padding: 6px 10px 6px 10px;
	border-radius: 3px 0px 0px 0px;
	color: #475569;
	background-color: #E9EFF5;
	font-size: 14px;
	text-decoration: none;
	height: 32px;
    display: flex;
    align-items: center;
}

.products:not(.js-products-slider){
  display: flex;
  flex-wrap: wrap;
}

.products_block{
	position: relative;
	/* width: calc(100%/4 - 24px); */
	/* margin: 12px; */
	box-sizing: border-box;
	padding: 20px 15px;
	/* min-width: 335px; */
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.0);
	border-radius: 10px;
	padding-bottom: 1px;
}
.products_block:hover{
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: 0.4s;
}

.product_list_btns{
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
  width: 24px;
}

.product_list_btn{
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.product_list_btn.likes{
  background-image: url(svg/p_likes.svg);
}
.product_list_btn.likes.active{
  background-image: url(svg/p_likes_active.svg);
}

.product_list_btn.info{
  background-image: url(svg/p_info.svg);
}
.product_list_btn.info.active{
  background-image: url(svg/p_info_active.svg);
}

.product_list_btn.video{
  background-image: url(svg/p_video.svg);
}

.product_list_info{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.product_list_info_block{
  font-size: 13px;
  color: #1E293B;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  margin-top: 7px;
  padding: 6px 8px 6px 30px;
  border-radius: 4px;
  background-position: left 8px center;
  background-repeat: no-repeat;
}

.product_list_info_block.hit{
  background-color: #FBBF24;
  background-image: url(svg/p_hit.svg);
}

.product_list_info_block.action{
  background-color: #FF8E0A;
  background-image: url(svg/p_action.svg);
}

.product_list_info_block.discont{
	/* background-color: #85D079; */
	/* background-image: url(svg/p_discont.svg); */
	background-color: #e93c3c;
	background-image: url(svg/sp_icon_sale_2.svg);
	background-size: 17px;
	color: #fff;
}

.products_block_line{	
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 20px;
	margin-bottom: 22px;
}
.price_wrap{
	display: flex;
}
.product_nds{
	font-size: 14px;
	color: #2c33b5;
}

.products_block_line:nth-child(1){
  margin-bottom: 14px;
}

.products_block_line:nth-child(1){
  margin-bottom: 10px;
}

.products_block_line.between{
  justify-content: space-between;
}

.product_art{
  font-size: 14px;
}

.product_availability{
  font-size: 14px;
}

.product_availability.order{
  color: #2c33b5;
}

.product_availability.stock{
  color: #FF8E0A;
}

.product_wait{
  min-height: 20px;
  font-size: 14px;
  color: #2DA949;
}

.product_image a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}


.product_image img{
  max-width: 188px;
  height: auto;
  max-height: 100%;
}

.product_info{
  line-height: 20px;
  margin-top: 20px;
}

.product_description{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  min-width: 300px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}

.product_description a{
  color: #000;
  text-decoration: none;
}

.product_price{
  font-size: 20px;
  font-weight: 500;
}

.product_price_old{
  font-size: 14px;
  color: #1E293B;
  margin-left: 20px;
}

.products_block_line.btns{
  margin-top: 15px;
}

.product_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.product_btn.bay{
  background-color: #DC2626;
}

.product_btn.bay_one_click{
  background-color: #1E293B;
}

.product_btn:hover{
	color: #fff;
}
/********************************************** products ******************************************/


.inn-result-container{
	margin-left: 10px;
    margin-top: 10px;
}
.inn-result-container li{
	cursor: pointer;
}
.inn-result-container li:hover{
	color: #e95c5c;
	text-decoration: underline;
}
#bx-soa-properties .form-group{
	position: relative;
}
#bx-soa-properties .bx-soa-tooltip.bx-soa-tooltip-static{
	position: absolute;
    z-index: 999;
	top: -44px;
    left: -21px;
}
#bx-soa-properties .bx-soa-tooltip-static{
	cursor: pointer;
}

#bx-soa-delivery textarea.form-control{
	padding: 10px 16px;
}























/********************************************** filters bar ******************************************/

.more-checkbox {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
    color: #3F4543;
    border-radius: 6px;
    background: #E9EFF5;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.more-checkbox i {
    margin-left: 10px;
    transition: all 0.3s;
}
.list-checkboxes .checkbox {
	margin-bottom: 14px;
}
.list-checkboxes .checkbox:nth-child(n+6) {
	display: none;
}
.list-checkboxes .checkbox:nth-child(n+6) + .more-checkbox {
	display: inline-flex;
}
.more-checkbox:hover {
	background: #dadada;
}
.more-checkbox i {
	margin-left: 10px;
	transition: all 0.3s;
}
.more-checkbox.active i {
	transform: rotate(180deg);
}

.smart-filter-form > .row{
	padding: 0;
	margin: 0;
	padding-right: 16px;
}

.smart-filter-parameters-box.mb-2{
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	box-sizing: border-box;
}

.smart-filter-parameters-box-title{
	position: relative;
	padding-bottom: 10px;
}

.smart-filter-parameters-box-title .smart-filter-parameters-box-title-text{
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #1E293B;
}

.smart-filter-angle{
	display: none;
}

.form-group.form-check{
	display: flex;
    align-items: flex-start;
	margin-bottom: 6px !important;
}

.smart-filter-checkbox-text, 
.smart-filter-dropdown-text{
	font-weight: 400;
	font-size: 15px;
	color: #475569;
	line-height: 1.2em;
	margin-top: 5px;
}

.form-check-input{
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-right: 10px;
	border: 1px solid #C1C1C1;
	border-radius: 4px;
}

.form-check-input:checked[type="checkbox"]{
	background-image: url(svg/check_f.svg);
	background-repeat: no-repeat;
	background-size: 11px 11px;
}

.form-check-input:checked{
	background-color: #0284C7;
	border-color: #0284C7;
}

.form-check-input:focus{
	border-color: #C1C1C1;
    outline: 0;
    box-shadow: none;
}

.smart-filter-slider-handle{
	background-color: #1E293B;
	width: 19px;
    height: 19px;
	top: -6px;
	z-index: 15;
}

.smart-filter-slider-price-bar-v{
	height: 8px;
	background-color: #1E293B;
}

.smart-filter-slider-range{
	height: 8px;
	background-color: #E9EFF5;
	border-radius: 2px;
}

.smart-filter-block{
	width: 100%;
}

.form-control{
	height: 50px;
	border-radius: 6px;
	border: 1px solid #C1C1C1;
	padding: 0 16px;
}

.form-control:focus{
	border-color: #C1C1C1 !important;
    box-shadow: none !important;
}

.smart-filter-button-box{
	padding: 0;
	margin: 0;
}

.smart-filter-parameters-box-container{
	display: flex;
}

.smart-filter-parameters-box-container .btn-primary{
	width: 50%;
	height: 46px;
	background-color: #DC2626;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
}

.smart-filter-parameters-box-container .btn-link{
	width: 50%;
	height: 46px;
	background-color: #1E293B;
	border: none;
	margin-left: 15px;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
/********************************************** filters bar ******************************************/

/********************************************** catalog ******************************************/
.catalog-section-list-tile-list .catalog-section-list-item{
	width: calc(100%/5);
	padding: 0 8px;
}

.catalog-section-list-tile-img-container .catalog-section-list-item-img{
	box-sizing: border-box;
	border: 1px solid #E9EFF5;
	border-radius: 3px;	
}

.catalog-section-list-item-inner{
	margin-top: 9px;
}

.catalog-section-list-tile-img-container .catalog-section-list-item-img{
	box-sizing: border-box;
	border: 1px solid #E9EFF5;
	border-radius: 3px;	
}

.catalog-section-list-item:hover .catalog-section-list-item-img{
	border: 1px solid #E9EFF5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.catalog-section-list-item-title{
	font-weight: 400;
}

.catalog-section-list-item-link{
	color: #1E293B;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
}

.filter-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.sorting-wrap__title,
.sortButtons-title{
    font-weight: 600;
	font-size: 16px;
}

.item-sorting {
    margin-left: 28px;
    display: inline-block;
    cursor: pointer;
}

.sortButtons .listSort{
	margin-left: 18px;
}

.sortButtons .listSort .view{
	background-color: #E9EFF5;
}

.sortButtons .listSort .view.active{
	background-color: #E9F3F5;
}

.bx-pagination .bx-pagination-container ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li{
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
}

.bx-pagination .bx-pagination-container ul li a{
	display: block;
    width: 100%;
    height: 100%;
	color: #1E293B;
	font-weight: 700;
	font-size: 16px;
	border-radius: 50%;
}

.bx-pagination .bx-pagination-container ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-weight: 700;
	font-size: 16px;
	border-radius: 50%;
}

.bx-pagination .bx-pagination-container ul li:hover span{
	background-color: transparent !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	color: #DC2626 !important;
	background-color: transparent !important;
}

.bx-pagination .bx-pagination-container .bx-pag-prev,
.bx-pagination .bx-pagination-container .bx-pag-next{
	background: #E9EFF5;
	background-image: url(svg/arrow-pager.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bx-pagination .bx-pagination-container .bx-pag-prev{
	margin-right: 20px;
}

.bx-pagination .bx-pagination-container .bx-pag-next{
	transform-origin: center center;
	transform: rotate(180deg);
	margin-left: 20px;
}

.bx-pagination .bx-pagination-container .bx-pag-prev span,
.bx-pagination .bx-pagination-container .bx-pag-next span{
	display: none;
}
/********************************************** catalog ******************************************/

/********************************************** consultation ******************************************/
.consultation{
  margin: 80px 0;
  padding: 36px 0 26px 0;
  background-image: url(img/bg_consultation.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.consultation_title{
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
}

.consultation_form{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.consultation_inp{
  width: calc(100%/3 - 16px);
  max-width: 330px;
  height: 50px;
  margin: 0 8px;
  background-color: #fff;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0 15px;
}

.consultation_inp::-webkit-input-placeholder{color:#1E293B; font-size: 14px;}
.consultation_inp::-moz-placeholder{color:#1E293B; font-size: 14px;}
.consultation_inp:-moz-placeholder{color:#1E293B; font-size: 14px;}
.consultation_inp:-ms-input-placeholder{color:#1E293B; font-size: 14px;}

.consultation_inp::-webkit-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.consultation_inp::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.consultation_inp:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.consultation_inp:-ms-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.consultation_inp:focus::-webkit-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.consultation_inp:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.consultation_inp:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.consultation_inp:focus:-ms-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}

.consultation_btn{
  width: calc(100%/3 - 16px);
  max-width: 330px;
  height: 50px;
  margin: 0 8px;
  background-color: #DC2626;
  border: none;
  outline: none;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

.consultation_line{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  color: #E9EFF5;
  font-size: 13px;
}

.consultation_check{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 600px;
}

.consultation_check_title{
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}

.consultation_check input{
  /* display: none; */
  opacity: 0;
  position: absolute;
}

.consultation_check_title::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E9EFF5;
  margin-top: -11px;
  background-position: center center;
  background-repeat: no-repeat;
}

.consultation_check > input:checked + span::before {
  background-image: url(svg/i_check.svg);
}

.js-submit-order .consultation_check > input:checked + span::before {
	background-image: url(svg/i_check_bk.svg);
}

/********************************************** consultation ******************************************/

/********************************************** brends ******************************************/
.brends_title{
  font-size: 32px;
  font-weight: 700;
  color: #1E293B;
  line-height: 44px;
}

.brends{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  width: calc(100% + 60px);
  height: 200px;
  margin-left: -30px;
}

.brends .slick-track{
  display: flex;
  align-items: center;
}

.brends .partners__logo{
	display: grid;
	box-sizing: border-box;
	padding: 0 25px;
}
.brends .partners__logo img{
	width: 100%;
	height: auto;
	max-height: 100%;
}




.brends-slick .slick-slide:hover{
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: 0.4s;
	min-height: 110px;
    display: flex !important;
    align-items: center;
}
.brends{
	height: 235px;
}







/********************************************** brends ******************************************/

/********************************************** modal ******************************************/

#scroll_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #0b1118;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slider-nav__icon {
    fill: #fff;
    height: 24px;
    width: 24px;
}
#scroll_top.fvshow {
    display: flex;
}


.modal {
    align-items: center;
    background-color: rgba(11, 17, 24, .4);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
}
.modal.open {
    display: flex;
}
.modal__wrapper {
	position: relative;
    background-color: #fff;
    padding: 15px 40px;
}

#modal_buy_click .modal__wrapper{
	max-width: 420px;
	padding: 15px 40px;
}

.modal__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 15px 0;
    display: block;
}
.modal .form {
    width: 100%;
}
.form__item:not(:last-child) {
    margin: 0 0 20px;
    position: relative;
}
.form__item input {
    width: 100%;
    padding: 0 12px 0 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    outline: none;
}
.form__item textarea {
    width: 100%;
    height: 90px;
    padding: 0 12px 0 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #BDBDBD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    outline: none;
}

#modal_buy_click .form__item textarea {
	height: auto;
	line-height: 22px;
	padding: 5px 12px 5px 16px;
}

.button__carrot {
	width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    min-width: 100px;
    padding: 0 40px;
    text-align: center;
    transition: 0.3s;
    background: #e22b2b;
    border: 1px solid #e22b2b;
    box-sizing: border-box;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
	cursor: pointer;
}

.form__item-check {
    position: relative;
    margin: 0 0 15px;
    display: block;
    cursor: pointer;
    min-height: 28px;
}

.form__item-check input[type=checkbox] {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    padding: 0;
    top: 0px;
    left: -23px;
    display: block;
    z-index: 1;
}

.form__item-check label {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
}

.form__item-check label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    background: transparent;
    border: 1px solid #343434;
    width: 14px;
    height: 14px;
}

.top_footer_submit_line_form .form__item-check label:before {
	border: 1px solid #fff;
}

.form__item-check input[type=checkbox]:checked ~ label:after {
    content: "";
    position: absolute;
    background: url(../images/check-green.png) 50% 50% no-repeat;
    background-size: cover;
	top: 9px;
    left: 4px;
    width: 8px;
    height: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__item-check p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #BDBDBD;
    text-align: left;
}

#modal_buy_click .form__item-check p,
.contacts_page_form .form__item-check p{
	font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1E293B;
    text-align: left;
}


.form__item.form__item_ufile{
	text-align: center;
}

.form__item.form__item_ufile > label.text{
	position: relative;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #1E293B;
	padding-left: 33px;
	cursor: pointer;
}

.form__item.form__item_ufile > label.text:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -14px;
	background-image: url(svg/scr.svg);
	background-repeat: no-repeat;
	background-position: center center;
}













.header__modal {
    position: absolute;
	z-index: 3;
    top: 28px;
    left: 134px;
    transform: translateX(-50%);
    width: 268px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
    display: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(50 50 50 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 20px 0px rgb(50 50 50 / 20%);
}
.header__modal::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 70px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f4f4f4;
}
.header__close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: none !important;
}
.topheader_link.cities{
	position: relative;
}
.topheader_link.cities span {
    padding: 0;
    border-bottom: 1px dashed;
    margin-left: 40px;
}
.topheader_link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url(svg/pvz.svg);
    background-position: center center;
    background-repeat: no-repeat;
}


.header__modal-title {
    line-height: 1.5;
    color: #082244;
    text-align: center;
}
.header__modal-title strong {
    font-size: 18px;
    font-weight: 500;
}
.header__modal-btns {
    margin: 21px 0;
    text-align: center;
}
.header__modal .btn_wr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__city-btn {
    height: 46px;
    border: 2px solid #B23E3E;
    border-radius: 5px;
    width: 185px;
    font-size: 16px;
    background-color: #e22b2b;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.header__modal-links {
    text-align: center;
}
.header__modal .header__modal-link {
    display: inline-block;
    outline: none;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    color: #082244;
    transition: 0.3s;
}



.modal__content_head{
	width: 100%;
	display: flex;
	align-items: flex-start;
}


#modal-city.open {
    z-index: 999999;
}

#modal-city .modal__close{
    width: 24px;
	height: 24px;
	background-image: url(svg/close_sm.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

#modal-city .form-group-search{
    flex-grow: 1;
	max-width: 760px;
	margin-left: 130px;
}

#modal-city .modal__close svg{
    display: none;
}

#modal-city .modal__wrapper {
	position: relative;
	width: 1392px;
	max-width: calc(100% - 32px);
	max-height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 25px 35px;
	background-color: #fff;
    color: #1E293B;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    margin: 0;
    border: none;
    background: none;
    padding: 0;
}
.modal__icon {
    fill: #888;
    height: 21px;
    transition-duration: 225ms;
    transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 21px;
}
#modal-city .modal__title {
	color: #1E293B;
    font-size: 22px;
    line-height: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.form-group-search {
    position: relative;
    max-width: 480px;
}

.city__modal-form {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    max-height: 600px;
}

#modal-city .css-search {
	width: 100%;
	height: 50px;
	background-color: #E9EFF5;
	border-radius: 6px;
	background-image: url(svg/search_sm.svg);
	background-repeat: no-repeat;
	background-position: right 13px center;
	outline: none;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	color: #475569;
	border: none;
	font-size: 14px;
}

#modal-city .city__modal-form{
	width: 100%;
	margin-top: 28px;
}

.form-group-search .btn-reset {
    display: none;
}
.form-group-search .btn-reset .modal__icon {
    width: 15px;
    height: 15px;
    fill: #fff;
}
#modal-city .modal__icon {
    fill: #fff;
    cursor: pointer;
    vertical-align: initial;
}
.city__modal-block {
    width: 170px;
    min-height: inherit;
    margin-top: 0px;
}
.city__modal-block span {
    font-size: 22px;
    line-height: 1em;
    font-weight: 700;
    color: #1E293B;
}
.city__modal-block ul {
    margin-top: 0px;
}
.city__modal-block ul li {
    margin-bottom: 0px;
}
.city__modal-block ul li a {
	color: #475569;
    text-decoration: none;
}




#modal_buy_popup .modal__wrapper {
	max-width: 750px;
	padding: 15px 40px;
}

#modal_add_profile .modal__wrapper {
    max-width: 600px;
    padding: 15px 40px;
}

.product-table__units {
    color: #666d70;
}
.product-table__quantity-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.fv-quantity-block {
    display: flex;
    margin-right: 0;
}

.quantity__icon, .quantity__input {
    transition-duration: 225ms;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.quantity__icon {
    fill: currentColor;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    transition-property: fill;
    width: 12px;
}











.pane__action {
    align-items: center;
    border-radius: 10000px;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 19px;
    text-decoration: none;
    transition-duration: 225ms;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border: 2px solid #b32325;
    padding: 20px 15px;
    box-sizing: border-box;
}
.pane__action_red {
    background-color: #b32325;
    color: #fff;
}
.pane__action-icon {
    fill: currentColor;
    height: 20px;
    transition-duration: 225ms;
    transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 20px;
    display: none;
}
.item__total-list {
    display: flex;
}




































/********************************************** modal ******************************************/

/********************************************** top footer ******************************************/
.wrap_top_footer{
  background-color: #1E293B;
  padding: 37px 0 25px 0;
  margin-top: 90px;
}

.top_footer{
  display: flex;
}

.top_footer_block{
  width: calc(100%/5);
  box-sizing: border-box;
}

.top_footer_block:nth-child(5){
  padding-left: 24px;
}

.top_footer_block_title{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.top_footer_list{
  width: 100%;
  margin-top: 15px;
}

.top_footer_item{
  width: 100%;
  margin-bottom: 15px;
}

.top_footer_link{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.top_footer_link:hover{
  text-decoration: underline;
}

.top_footer_line{
  width: 100%;
  line-height: 20px;
}

.top_footer_line.mail{
  margin-top: 20px;
}

.top_footer_line.text{
  margin-top: 20px;
}

.top_footer_line.pay{
  margin-top: 12px;
}

.top_footer_line_link{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.top_footer_line_text{
  color: #fff;
  font-size: 14px;
}

.top_footer_pay_list{
  display: flex;
}

.top_footer_pay_list img{
  margin-right: 20px;
}

.top_footer_submit{
  display: flex;
  justify-content: flex-end;
}

.top_footer_submit_block{
  width: 444px;
  margin-top: -70px;
}

.top_footer_submit_title{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.top_footer_submit_line{
  display: flex;
  margin-top: 13px;
}

.top_footer_submit_inp{
  width: 260px;
  height: 50px;
  border: none;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
}

.top_footer_submit_inp::-webkit-input-placeholder{color:#1E293B; font-size: 14px;}
.top_footer_submit_inp::-moz-placeholder{color:#1E293B; font-size: 14px;}
.top_footer_submit_inp:-moz-placeholder{color:#1E293B; font-size: 14px;}
.top_footer_submit_inp:-ms-input-placeholder{color:#1E293B; font-size: 14px;}

.top_footer_submit_inp::-webkit-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.top_footer_submit_inp::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.top_footer_submit_inp:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.top_footer_submit_inp:-ms-input-placeholder{opacity: 1; transition: opacity 0.3s ease;}
.top_footer_submit_inp:focus::-webkit-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.top_footer_submit_inp:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.top_footer_submit_inp:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
.top_footer_submit_inp:focus:-ms-input-placeholder{opacity: 0; transition: opacity 0.3s ease;}

.top_footer_submit_btn{
  width: 160px;
  height: 50px;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  margin-left: 24px;
  background-color: #DC2626;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
/********************************************** top footer ******************************************/

.product-item-detail-tab{
	padding: 10px;
	padding-bottom: 6px;
}

.product-item-detail-tab:first-child{
	padding-left: 0;
}

.product-item-detail-tab:last-child{
	padding-right: 0;
}
 
.product-item-detail-tab .product-item-detail-tab-link{
	font-size: 16px;
}

.product-item-detail-tabs-container{
	max-width: 800px;
}

.product-item-detail-tab-link:after{
	left: 0;
	right: 0;
}

.product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after{
	bottom: 0;
}

.product-item-detail-tabs-container{
	border-bottom: none;
}

/********************************************** footer ******************************************/
.wrap_footer{
  background-color: #192333;
}

.footer{
  display: flex;
  width: 100%;
  padding: 26px 0 46px 0 ;
}

.footer_left{
  min-width: 400px;
}

.footer_line_text{
  font-size: 14px;
  color: #fff;
}

.footer_link{
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}

.footer_rate{
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
}

.footer_rate_icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FC3F1D;
  background-image: url(svg/i_ya.svg);
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.footer_rate_value{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 14px;
}

.footer_rate_stars{
  width: 127px;
  height: 20px;
  margin-left: 20px;
  background-image: url(svg/stars.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_right{
  flex-grow: 1;
}

.footer_text{
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}

.footer_text p{
  text-decoration: underline;
}
/********************************************** footer ******************************************/

/********************************************** mobile ******************************************/
@media only screen and (max-width: 1599px){
	.sub_header_cat{
		/* position: inherit; */
	}
	
	.popup-menu-catalog.open{
		/* top: 120px; */
		/* left: 10px; */
	}
	
	.mainwrap.head_fixed .popup-menu-catalog.open{
		top: 60px;
		left: 10px;
	}
	
	.popup-menu-catalog.open .dns_sidebar_menu_fly{
		display: flex;
		align-items: flex-start;
	}
}
	
	
@media only screen and (max-width: 1412px){
  .work{
    max-width: calc(100% - 20px);
  }
  
  .sub_header_cat_h{
	  margin-left: 0;
	  max-width: fit-content;
  }
  
  .sub_header_btn{
	  margin-left: 15px;
  }
  
  .sub_header_search{
	  min-width: calc(100% - 650px);
  }
  
  .brends{
	width: 100%;
    margin-left: 0;
  }
  
  .slick-arrow.slick-prev{
	  left: 0;
  }
  
  .slick-arrow.slick-next{
	  right: 0;
  }
  
  .wrap_top_footer{
	  margin-top: 45px;
  }
  
	.js-products-slider.slick-initialized .slick-slide{
		display: flex;
		justify-content: center;
	}

	.js-products-slider.slick-initialized .slick-slide > div{
		max-width: 340px;
	}
}

@media only screen and (max-width: 1400px){
	.work{
		max-width: calc(95% - 20px);
		zoom: 95%;
	}
	#modal-city{
		zoom: 80%;
	}
}
	
@media only screen and (max-width: 1366px){
  .sub_header_cat_h{
	  margin-left: 15px;
  }
  
	.dns_sidebar_menu_fly_tab{
		max-height: calc(100vh - 160px);
	}

	.product_btn{
		width: 120px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 1365px){

}

@media only screen and (max-width: 1279px){

	.work{
		max-width: calc(100% - 20px);
		zoom: 100%;
	}
	#modal-city{
		zoom: 100%;
	}

	.top_header_list{
		display: none;
	}
	
	.bottom-sliders-container{
		padding-left: 20px;
	}
	
	.catalog__product-list .product_btn{
		width: 110px;
	}
}

@media only screen and (max-width: 1200px){
	.footer_left{
		min-width: 300px;
	}
	
	.wrap_top_footer{
		margin-top: 30px;
	}
	
	.consultation{
		margin: 30px 0;
	}
	
	.dns-content-block-right{
		padding-left: 0;
	}
	
	.main-banner__image{
		display: flex;
		justify-content: center;
	}
	
	.main-banner__image img{
		max-width: 100%;
		height: auto;
	}
	
	.dns-content-block-right-bottom-block{
		width: calc(100%/4 - 10px);
	}
}

@media only screen and (max-width: 1199px){
	
	.product-item-detail-slider-collections .slick-arrow.slick-next{
		right: -1px;
	}
	.product-item-detail-slider-collections .slick-arrow.slick-prev {
		left: -1px;
	}
	
	.top_header_time{
		display: none;
	}
	
	.fv-single-product-left-block{
		width: 100%;
	}
	
	.fv-single-product-right-block{
		width: 100%;
		margin-left: 0;
	}
	
	.bottom-sliders-container{
		padding-left: 114px;
	}
	
	.city__modal-form{
		flex-direction: inherit;
	}
	
	.city__modal-block{
		width: calc(100%/4);
	}
	
	.catalog__product-list_view-1 .catalog__product-item{
		width: calc((100% - 24px* 2) / 2);
	}
	
	.catalog-section-list-tile-list .catalog-section-list-item{
		width: calc(100% / 4);
	}
	
	.contacts_page_info_block{
		/* width: calc(100%/2 - 70px); */
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1024px){
	.fv-single-product .detail-product-property{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 1023px){
	.contacts_page_info-left{
		width: 50%;
	}
	
	
	.top_footer{
		flex-wrap: wrap;
	}
	
	.top_footer_block{
		width: calc(100% / 3);
		margin-bottom: 25px;
	}
	
	.top_footer_submit_block{
		margin-top: 10px;
	}
	
	.top_footer_submit{
		justify-content: flex-start;
	}
	
	.product_btn{
		width: 120px;
		font-size: 13px;
	}
	
	.logo_h{
		display: none;
	}
	
	.top_header_phones a{
		font-size: 12px;
	}
	
	.top_header_point{
		font-size: 12px;
	}
	
	.top_header_phone{
		font-size: 12px;
	}
	
	.top_header_city{
		font-size: 12px;
	}
	
	.top_header_phones{
		flex-wrap: wrap;
		margin-left: 10px;
		padding-left: 35px;
		max-width: 150px;
	}
	
	#modal-city .form-group-search{
		margin-left: 30px;
	}
	
	.catalog__product-list_view-1 .catalog__product-item .products_block{
		padding: 10px 5px;
	}
	
	.catalog__product-list .product_btn{
		width: 100px;
		font-size: 11px;
	}
	
	.contacts_page_map{
		width: 100%;
		height: 300px;
		margin-right: 0;
	}
	
	.contacts_page_mess{
		width: 100%;
		margin-top: 30px;
	}
	
	.contacts_page_form{
		width: 100%;
	}
	
	.contacts_page_personal_user {
		width: calc(100% / 3 - 24px);
	}
}

@media only screen and (max-width: 769px){
	.main-banner__image.main-banner__image_mobile{
		display: flex;
		align-items: center;
	}
}
	
	
@media only screen and (max-width: 767px){
	.footer_left{
		min-width: 260px;
	}
	
	.header_link{
		font-size: 12px;
	}
	
	.top_header_phone{
		display: none;
	}
	
	.product-item-detail-slider-offers.slick-slider .slick-track{
		/* width: 100% !important; */
	}
	
	.modal__content_head{
		flex-wrap: wrap;
	}
	
	#modal-city .modal__title{
		width: 100%;
		text-align: center;
	}
	
	#modal-city .form-group-search{
		margin-top: 20px;
		margin-left: 0;
	}
	
	.catalog__product-list_view-1 .catalog__product-item{
		width: 100%;
	}
	
	.catalog__product-list .product_btn{
		width: 130px;
        font-size: 13px;
	}
	
	.contacts_page_photo{
		width: calc(100% / 2 - 24px);
	}
	
	.catalog__product-item-line .productBlock_content{
		display: block;
		padding: 15px 25px;
	}
	
	.catalog__product-item-line .product__title-block .product__title{
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 639px){
	.contacts_page_info-left{
		width: 100%;
	}
	
	
	.footer{
		flex-wrap: wrap;
	}
	
	.footer_left{
		min-width: inherit;
		width: 100%;
	}
	
	.footer_right{
		margin-top: 20px;
	}
	
	.consultation_form{
		flex-wrap: wrap;
	}
	
	.consultation_inp,
	.consultation_btn{
		width: calc(100% - 16px);
		max-width: inherit;
		margin-bottom: 15px;
	}
	
	.consultation_form{
		flex-wrap: wrap;
	}
	
	.dns-content-block-right-bottom{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.dns-content-block-right-bottom-block{
		width: calc(100% / 2 - 10px);
		margin: 5px;
		text-align: center;
	}
	.sub_header_cat{
		width: 48px;
		max-width: 48px;
        margin-right: 15px;
	}
	
	.sub_header_cat_h{
		width: 48px;
		min-width: 48px;
		height: 48px;
		font-size: 0;
		margin-left: 0;
		margin-right: 10px;
		background-position: center center;
		background-size: 48px 48px;
		border: none;
		padding: 0;
	}
	
	.sub_header_btn{
		margin-left: 10px;
	}
	
	.main-banner__image.main-banner__image_desktop{
		display: none;
	}


	
	.bottom-sliders-container{
		padding-left: 20px;
	}
	
	.product_title h1{
		font-size: 18px;
	}
	
	.city__modal-block{
		width: calc(100% / 3);
	}
	
	.catalog-section-list-tile-list .catalog-section-list-item{
		width: calc(100% / 3);
	}
	
	.contacts_page_info_block{
		width: calc(100% - 70px);
	}
	
}

@media only screen and (max-width: 539px){
	.top_footer_block{
		width: calc(100% / 2);
	}
	
	.top_footer_block:nth-child(5){
		padding-left: 0;
	}
	
	.header{
		display: none;
	}
	
	.wrap_top_header{
		padding: 5px 0;
	}
	
	.sub_header_cat{
		width: 40px;
	}

	.sub_header_cat_h{
		width: 40px;
		height: 40px;
	}
	
	.css-btn-search.js-btn-search{
		width: 40px;
		height: 40px;
		background-size: 50% auto;
	}
	
	.sub_header_inp{
		height: 40px;
	}
	
	.city__modal-block{
		width: calc(100% / 2);
	}
	
	.contacts_page_personal_user {
		width: calc(100% / 2 - 24px);
	}
	
}

@media only screen and (max-width: 480px){
	.footer{
		padding-bottom: 80px;
	}
	
	.city__modal-block{
		width: 100%;
	}
}

@media only screen and (max-width: 480px){
	.top_footer_submit_line{
		flex-wrap: wrap;
	}
	
	.top_footer_submit_inp{
		width: 100%;
	}
	
	.top_footer_submit_btn{
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	
	.consultation_title{
		font-size: 24px;
	}
	
	.top_header_point,
	.top_header_phones{
		display: none;
	}
	
	.top_header_phones.top_header_phones_mobile{
		display: block;
	}
	
	.sub_header_btn{
		width: 30px;
		height: 30px;
		background-size: contain;
		margin-left: 5px;
	}

	.sub_header_btn:first-child{
		margin-left: 10px;
	}
	
	.top_header{
		height: 40px;
	}
	
	.sub_header{
		height: 46px;
	}
	
	.bottom-sliders-container{
		padding-left: 0;
	}

	.bottom-sliders-container .slick-track{
		/* width: 100% !important; */
	}
	
	.bottom-sliders-container.single-block .product-item-detail-slider-blick-title a{
		font-size: 18px;
	}
	
	.product-item-slider-controls{
		width: 60px;
	}
	
	.product-item-slider{
		width: calc(100% - 70px);
		max-width: inherit;
		margin-left: 10px;
	}
	
	.product-item-slide-control img{
		max-width: 58px;
		max-height: 58px;
	}
	
	.product-item-slide-control{
		height: 60px;
	}
	
	.catalog__product-list .product_btn{
		width: 140px;
        font-size: 14px;
	}
	
	.bx-pagination .bx-pagination-container .bx-pag-prev {
		margin-right: 10px;
	}
	
	.bx-pagination .bx-pagination-container .bx-pag-next {
		margin-left: 10px;
	}
	
	.catalog-section-list-tile-list{
		padding: 0 16px;
	}
	
	.contacts_page_photo {
        width: calc(100% - 24px);
    }
	
	.sub_header_btn.cart, .sub_header_btn.user{
		display: none;
	}
	.mobile_footer_menu-list {
		margin-bottom: 0;
	}
	.modal.modal_buy_popup .item__total-order-block .pane__action.js-update-cart{
		padding: 0 10px;
	}
	.modal.modal_buy_popup .item__total-order-block .pane__action.pane__action_continue{
		padding: 0px 28px;
	}
	#modal_buy_popup .modal__wrapper{
		padding: 14px;
	}
	#modal_buy_popup .fv-offers-table{
		min-width: 100%;
	}
	
	
	.top_footer_block{
		width: 100%;
	}
	.item__total-list{
		flex-direction: column;
	}
	.item__total-list .item__total-item{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
	}
	.item__total{
		padding: 8px 8px;
		font-size: 16px !important;
	}
	.item__total-item b, .item__total-item strong{
		display: inline;
	}
	.item__total-amount b, .item__total-amount strong{
		font-size: 16px !important;
	}
	#modal_buy_popup .modal__wrapper{
		max-height: 95%;
	}
	.mobile_footer_menu-list{
		margin: 0;
	}
	#modal_buy_popup .fv-offers-table tbody tr td:first-child{
		padding-left: 8px !important;
	}
	.fv-offers-table-wrap{
		zoom: 90%;
	}
	
	.product-item-slider{
		width: 100%;
        max-width: inherit;
        margin-left: 0;
	}
	.product-item-slider-controls{
		display: none;
	}
	
	.fv-single-product-right-block{
		margin-top: 20px;
	}
	
	.fv-single-product .item__about{
		margin-top: 22px;
	}
	.fv-single-product .detail-product-property{
		padding-bottom: 30px;
	}
	.item__price-popapishe{
		top: -38px;
	}
	.product-item-detail-tab{
		padding: 0;
	}
}

@media only screen and (max-width: 419px){
	
	.thead-stock > span > img{
		background-color: #475569;
		padding: 3px;
		border-radius: 50%;
	}
	.PartnersPage-Item-Img {
		width: auto;
		-ms-flex-preferred-size: 224px;
		flex-basis: auto;
		float: left;
		padding-right: 24px;
	}
	.PartnersPage-Item-Img img{
		width: 100%;
		height: auto;
	}
	.PartnersPage-Item-Img a{
		min-width: auto;
	}
	.PartnersPage-Item-Text{
		min-width: 280px;
	}
	.fv-breadcrumb{
		padding-left: 12px;
	}
	
	.fv-catalog-sidebar{
		display: none;
	}
}




@media only screen and (min-width: 992px){
	.fv-catalog-sidebar.col-lg-3{
		width: 20%;
	}
	.fv-catalog-main.col-lg-9{
		width: 80%;
	}
}


/********************************************** mobile ******************************************/