
html{
	position: relative;
	overflow-x: hidden;
}
*, button:active, button:focus , .btn, a, button{
	outline: none!important;
	border: none;
}

button:active, button:focus, .btn, a, button{
	transition: 0.2s;
}
a:hover, button:hover{
	text-decoration: none;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow: none;
}
body{
	font-family: "Golos UI" , sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #151410;
	background: #fafafa;
} 
img{
	max-width: 100%;	
}
.overflov{
	overflow: hidden;
	height: 100vh;
}
body.active, body.a-popup, body.info-popup,body.active-body{
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}    
body.active::after, body.a-popup::after, body.info-popup::after, body.active-body::after{
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 90;
	overflow: hidden;
	cursor: pointer;
}

.burger{
	display: none;
}

.d-mob{
	display: none;
}

/**      ---- news  -----       **/
header .site-menu .menu-item > a {
	position: relative;
	transition: 0.2s;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	color: rgba(43, 43, 39, 0.9);
	cursor: pointer;
	display: flex;
	flex-direction: column;
}


.site-menu li:hover .menu-item{
	text-decoration: none;
}
.logo-text-wrapp, .logo-text-wrapp a{
	display: flex;
	align-items: center;
}
.logo-text-wrapp a:hover{
	text-decoration: none;
}

.logo-text-wrapp img{
	max-width: 350px;
}

.header-main-wrapp{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.site-menu-wrapp{
	display: flex;
	align-items: center;
}

.site-menu{
	display: flex;
	align-items: center;
}
.site-menu li:hover .menu-item ~ .sub-menu, .site-menu li:hover .menu-item ~ .sub-menu li a {
    opacity: 1;
    height: auto;
	width: max-content;
	pointer-events: all;
}
.site-menu > li .menu-item ~ .sub-menu {
    height: auto;
	opacity: 0;
	width: 100%;
    position: absolute;
	right: auto;
	left: 0;
    top: 20px;
    transition: 0.2s;
	width: max-content;
	z-index: 10;
	padding: 15px;
	padding-top: 40px;
	max-width: 175px;
	pointer-events: none;
}
.site-menu .menu-item ~ .sub-menu {
	border-radius: 0px 30px;
    overflow: hidden;
	position: relative;
	padding: 0px 20px;
	transition: 0.2s;
	width: 100%;
	padding: 0;
}
.site-menu .menu-item ~ .sub-menu > *{
	position: relative;
	z-index: 1;
}

.site-menu li:hover .menu-item ~ .sub-menu {
	overflow: visible;
	/* padding: 10px 20px; */
}
.site-menu li:hover .menu-item ~ .sub-menu{
    padding-top: 40px;
}
.site-menu li:hover .menu-item ~ .sub-menu::after{
	top: 0px;left: 0;right: 0;bottom: 0;
	position: absolute;
	content: '';
	z-index: 0;
	border-radius: 5px;
	background: #fafafa;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.site-menu .menu-item ~ .sub-menu  li {
    padding: 0px 0px;
    transition: 0.2s;
}
.site-menu li:hover .menu-item ~ .sub-menu li a {
    width: 100%;
    padding: 5px 0px;
    padding-left: 0px;
}
.site-menu li:hover .menu-item ~ .sub-menu, .site-menu li:hover .menu-item ~ .sub-menu  li a {
    opacity: 1;
    height: auto;
	width: max-content;
}

.site-menu .menu-item ~ .sub-menu li{
	position: relative;
}
.site-menu .menu-item ~ .sub-menu li a {
	padding: 5px 0px;
    display: inline;
	font-size: 14px;
	font-weight: 500;
    color: #1b1800;
	transition: 0.2s;
	position: relative;
}
.site-menu .menu-item ~ .sub-menu li:hover a, .site-menu .menu-item ~ .sub-menu li:focus a{
    color: #da1515;
	text-decoration: none;
}
.site-menu .menu-item ~ .sub-menu li:hover a::after {
	position: absolute;
	content: '';
	background: url('../img/menu-item-arrow.svg');
    background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
}
/* menu-item-arrow */
.site-menu .menu-item ~ .sub-menu li{
	margin-bottom: 15px;
}
.site-menu li:hover .menu-item ~ .sub-menu > .menu-triangle{
	top: 44px;
}
.fade:not(.show) {
    opacity: 1;
}
.btn{
	background: #3885f1;
	font-family: "Golos UI", sans-serif;
	display: flex;
	padding: 20px 50px;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s;
	width: max-content;
	white-space: nowrap;
	font-weight: 500;
	font-size: 20px;
	color: #fafafa;
}
.btn:hover, .btn:focus{
	background: #fafafa;
	color: #3885f1;
}
.btn.btn-white{
	background: #fafafa;
	color: #3885f1;
}
.btn.btn-white:hover, .btn.btn-white:focus{
background: #e9ebe8;color: #3885f1;
}
p{
	margin-bottom: 10px;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.d-mob{
	display: none;
}

/**      ---- breadcrumb  -----       **/
.page-breadcrumbs {
	margin: 20px 0;
	margin-bottom: 60px;
}
.breadcrumbs {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
  }
  
  .breadcrumbs a {
	font-size: 16px;
	font-weight: 400;
	color: #999;
  }
  
  .breadcrumbs span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
  }
  

.blocker {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999990009;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.menu-item.menu-item-has-children::before, .menu-item.menu-item-has-children > a::before{
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 9px;
    height: 6px;
    background-image: url(/wp-content/themes/stroi/img/arrow/menu-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-item.menu-item-has-children > a::before{
	display: none;
}


header .site-menu > li{
	position: relative;
    cursor: pointer;
}
header .site-menu > li:not(:last-child){
	margin-right: 30px;
}
section{
	position: relative;
	padding: 60px 0 60px 0;
}
section.section-p-double{
	padding: 120px 0 120px 0;
}
.header-top{
	background: #fafafa;
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.header-top-wrapp{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 25px 0;
	border-top: 10px solid #3885f1;
}
.header-rates-wrapp, .header-rates, .header-contacts{
	display: flex;
}
.header-contacts{
	align-items: center;
}

.header-contacts-wrapp a{
	display: block;
}    
.header .header-contacts-wrapp a.contacts-item-phone{
	font-weight: 700;
	font-size: 22px;
	text-align: right;
	color: #2b2b27;
}
.header .header-contacts-wrapp a.contacts-item-back,.header .header-contacts-wrapp span.contacts-item-back{
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	color: rgba(43, 43, 39, 0.5);
	cursor: pointer;
	display: block;
}
.header .header-contacts-icons{
	display: flex;
	align-items: center;
}
.header .header-contacts-icons a:not(:last-child){
	margin-right: 25px;
}
.header .header-contacts-icons a{
	display: flex;
}
.mob-links{
	display: none;
}

.header-bottom-wrapp{
	display: flex;
	justify-content: space-between;
	padding-right: 100px;
	position: relative;
}

header .site-menu > li.menu-item-has-children{
	padding-right: 30px;
	position: relative;
}
header .site-menu .menu-item > a span{
	transition: 0.2s;
}
header .site-menu .menu-item:hover > a{
	color: #3885f1;
}
header {
	z-index: 91;
	position: relative;
}

header .site-menu > li.menu-item-has-children .sub-menu{
	display: none;
}
header .site-menu > li.menu-item-has-children:hover .sub-menu{
    display: block;
    position: absolute;
    padding: 15px;
    background: #fafafa;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 3px 16px 0 rgb(0 0 0 / 6%);
}
header .site-menu > li.menu-item-has-children .sub-menu a{
    white-space: nowrap;	
	margin: 5px 0;
}



.main-slider .slick-dots{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 30px;
    right: 50%;
    transform: translate(50%);
}
.main-slider .slick-dots li{
	width: 10px;
    height: 10px;
    background: rgba(250, 250, 250, 0.6);
    opacity: 1;
	transition: 0.2s;
	border-radius: 50%;
	cursor: pointer;
	margin-bottom: 14px;
	position: relative;
}
.main-slider .slick-dots li:last-child{
	margin-bottom: 0;
}
.main-slider .slick-dots li > button{
	display: none;
}
.main-slider .slick-dots li.slick-active{
	background: #fafafa;
		width: 14px;
    height: 14px;
}


.main-slider{
	margin-bottom: 60px;
}


.slider-arrow, .slick-arrow{
	position: relative;
	width: 46px;
	height: 46px;
	display: flex;
	cursor: pointer;
	margin-left: 50px;
}
.slider-arrow::before, .slick-arrow::before{
	position: absolute;
	content: '';
	width: 46px;
	height: 46px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: url('../img/arrow-left.svg') center center no-repeat;
    background-size: contain;
}
.slider-arrow.slider-arrow-right::before, .slick-arrow.slick-next::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.popular-slider-item a:hover{
	text-decoration: none;
}






form input, form textarea{
	padding: 26px 30px;
	border-radius: 100px;
    box-shadow: none;
	cursor: auto;
	box-sizing: border-box;
	background: rgba(250, 250, 250, 0.2);
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fafafa;
	width: 100%;
	margin-bottom: 30px;
	border: none;
}
form input::placeholder, form textarea::placeholder{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(250, 250, 250, 0.6);
}
form input:focus::placeholder, form textarea:focus::placeholder{
	color: transparent;
}
/* form input:focus, form textarea:focus{
	border: 1px solid #ffd800;
	background: #fff;
} */
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
form .btn{
	display: flex;
	margin: 0 auto;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}
.form-section .page-title{
	color: #fff;
}

.form-section-wrapp{
	background-color: #3885F1;
	background: url('../img/form/bg.png') center center no-repeat;
    background-size: cover;
	overflow: hidden;
	border-radius: 20px;
}
/*                  header                    */
.header-nav-wrapp{
	display: flex;
	align-items: center;
}
.header-search .header-search-icon{
	display: flex;
	cursor: pointer;
}
.bord-left{
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
}
.bord-left::after{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 2px;
	height: 30px;
	background: #e9ebe8;
}
.form-section{
	padding: 0;
	margin-bottom: 30px;
}
.form-section .form-section-wrapp{
	padding: 100px 130px;
	padding-top: 120px;
}
.form-section .section-title-wrapp{
	text-align: center;
	color: #fafafa;
}
.form-section .section-title-wrapp .page-subtitle{
	font-family: "Golos Text", sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
}
.form-section .section-title-wrapp .page-title{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-section .section-title-wrapp p{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	opacity: 0.6;
}
.form-section  .form-wrapp{
	margin-top: 40px;
}

.checkbox input {
    display: none;
}
.checkbox label {
    display: inline-block;
    padding-left: 28px;
    position: relative;

	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: rgba(250, 250, 250, 0.6);
}
.checkbox label a{
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgba(250, 250, 250, 0.6);
}
.checkbox label::before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 14px;
    height: 14px;
	background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    content: '';
}
.checkbox label::before {
    top: 5px;
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
    top: 5px;
	left: 0px;
    width: 14px;
    height: 14px;
    background: #00e818;
}
.form-wrapp .checkbox-wrapp{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.form-wrapp .btn{
	margin-top: 20px;
}
/*                main                    */
.main{
	position: relative;
}
.main .main-slider-item{
	min-height: 700px;
	padding: 30px 0;
	display: flex;
    align-items: center;
	position: relative;
	justify-content: flex-start;
	width: 100%;
}
.main .main-slider-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(21, 20, 16, 0.3);
	z-index: 0;
}
.main .main-slider-item>.container{
	position: relative;
	z-index: 1;
}




.main .main-slider-item .main-title, .main .main-slider-item .main-title span{
	font-family: "Golos Text", sans-serif;
	font-weight: 700;
	font-size: 80px;
	text-transform: uppercase;
	color: #fafafa;
}
.main .main-slider-item .main-title span{
	font-size: 170px;
}
.main .main-slider-item .main-title{
	margin-bottom: 20px;
}

.main .main-slider-item .main-slide-right{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
	    max-width: 1300px;
}	
.main .main-slider-item .main-slide-right p{
	font-weight: 500;
	font-size: 26px;
	line-height: 192%;
	color: #fafafa;
	max-width: 600px;
}
.main .main-slider-item .main-slide-right .btn{
	margin-top: 50px;
}

.main .main-slider-item .main-slide-right.main-slide-center{
	align-items: center;
	text-align: center;
}
.main{
	padding: 0 15px;
}
.main .main-slider{
	border-radius: 20px;
	overflow: hidden;
}
.main .main-slide{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
 .main-comm{
	position: absolute;
	left: 140px;
    top: 40px;
	width: 100%;
	transition: 0.5s;
	width: 100%;
	max-width: 255px;
	background: rgba(21, 20, 16, 0.6);
	border-radius: 25px;
	padding: 15px;

	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #fafafa;
}
 .main-comm::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(21, 20, 16, 0.6);
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
	transition: 0.5s;
}
.main-comm.main-comm-middle {
    top: 50%;
    left: 50%;
    transform: translateX(calc(-50% - 50px));
}
.main-comm.main-comm-bottom{
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(calc(-50% - 350px));
}
 .main-comm.main-comm-bottom::after{
   bottom: auto;
   top: -10px;
	transform: translateY(0%) translateX(50%) rotate(180deg);
}

.section-title-wrapp{
	margin-bottom: 50px;
	position: relative;
}
.section-title-wrapp .section-title{
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #3885f1;
	display: inline-flex;
}
.section-title-wrapp .section-title.section-title-left, .section-title-wrapp .section-title.section-title-right{
	padding-left: 120px;
	position: relative;
}
.section-title-wrapp .section-title.section-title-left::after, .section-title-wrapp .section-title.section-title-right::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #3885f1;
	width: 90px;
	height: 4px;
}
.section-title-wrapp .section-title.section-title-right{
	left: auto;
	padding-left: 0px;
	margin-right: 110px;
}
.section-title-wrapp .section-title.section-title-right::after{
	left: auto;
	right: calc(-100% - 35px);
}
.section-title-wrapp .section-subtitle, h2.wp-block-heading{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 50px;
	color: #151410;
	margin-top: 20px;
	line-height: normal;
}
.section-title-double{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section-title-wrapp{
	margin-bottom: 50px;
}
.section-title-double .section-link{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #151410;
	opacity: 0.5;
}
.section-title-double .section-title-wrapp{
	margin-bottom: 0;
}

section.assortment-text {
    border-radius: 20px;
    background-color: #E9EBE8;
    padding: 100px 0;
    background-image: url(/wp-content/themes/stroi/img/faq_bg.png);
    margin: 0 0 40px;
}

/*                         main-category                  */


.main-category.style2{
    margin: 0 0 30px;
    padding: 0;
}

.main-category.style2 .main-category-wrapp > .col-12:nth-child(even){
	padding-left: 15px;
}

.main-category.style2 .main-category-wrapp > .col-12:nth-child(odd) {
    padding-right: 15px;
}




.main-category .main-category-img{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.main-category .main-category-img::after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fafafa;
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateY(0%) translateX(50%);
    transition: 0.5s;
}
.main-category .main-category-block:hover .main-category-img::after{
	bottom: -100%;
}
.main-category .main-category-text{
	padding-top: 50px;
}
.main-category .main-category-text .main-category-title{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #151410;
}
.main-category .main-category-text p{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #151410;
	opacity: 0.6;
	margin-top: 20px;
	margin-bottom: 10px;
}
.main-category-wrapp > .col-12:nth-child(even){
	padding-left: 5px;
}
.main-category-wrapp > .col-12:nth-child(odd){
	padding-right: 5px;
}
.main-category-wrapp > .col-12 .row > .col-12:nth-child(even){
	padding-left: 5px;
}
.main-category-wrapp > .col-12 .row > .col-12:nth-child(odd){
	padding-right: 5px;
}
.main-category .main-category-block{
	margin-bottom: 30px;
	display: flex;
    flex-direction: column;
}
.main-category .main-category-text p{
display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;   
  max-height: calc(1.4em * 3); 
}


.main-category.style2 .main-category-text-block {
    border-radius: 0 0 20px 20px;
    padding: 35px 50px;
    background: #f1f1f1;
    margin-top: -20px;
}
.main-category.style2.main-category .main-category-img::after {
    border-bottom: 40px solid #f1f1f1;
}
.main-category.style2 .url_dalee {
    font-weight: 700;
    font-size: 20px;
    text-transform: lowercase;
    color: #3885f1;
    display: inline-flex
;
}
.main-category.style2 .main-category-text{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.main-category.style2 .main-category-text .main-category-title{
	font-size: 26px;
}
.main-category.style2 .main-category-text .main-category-price{
    display: flex;
    font-family: "Golos Text", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #3885f1;
}


/*                     about              */

.about-wrapp{
    text-align: right;
    border-radius: 20px;
    background-color: #E9EBE8;
    padding: 100px 0;
    background-image: url(/wp-content/themes/stroi/img/faq_bg.png);
}
.about-wrapp .section-title-wrapp{
	max-width: 700px;
    margin-left: auto;
}
.about-wrapp p{
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
	opacity: 0.6;
	color: #151410;
	margin-bottom: 20px;
}
.about-wrapp .img-gall-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-wrapp .img-gall-block .img-gall-item{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.about-wrapp .img-gall-block .img-gall-item.img-gall-item-2{
	position: absolute;
	left: 160px;
	top: 50%;
	transform: translateY(-50%);
}
.about-wrapp .row{
	align-items: center;
}


/*             features                 */
.features-gall{
	display: flex;
	align-items: center;
}
.features-gall img{
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #FAFAFA;
	position: relative;
}
.features-gall img:nth-child(1){
	z-index: 4;
}
.features-gall img:nth-child(2){
	transform: translateX(-30%);
	z-index: 3;
}
.features-gall img:nth-child(3){
    transform: translateX(-60%);
	z-index: 2;
}
.features-gall img:nth-child(4){
	transform: translateX(-90%);
	z-index: 1;
}

.features-text-info{
    padding: 50px 0;
    background: url(/wp-content/themes/stroi/img/form/bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
}

.features-num-wrapp{
    margin: 40px 0;
}
.features-num-wrapp .features-num-item{
	text-align: center;
}
.features-num-wrapp .features-num-item:not(:last-child){
	margin-right: 70px;
}
.features-num-wrapp .features-num-item .features-num-title{
	font-weight: 800;
	font-size: 70px;
	color: #ffffff;
	font-family: "Golos Text", sans-serif;
	margin-bottom: 10px;
	line-height: normal;
}
.features-num-wrapp .features-num-item .features-num-subtitle{
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	opacity: 0.6;
}
.features-text p{
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
	color: #151410;
	opacity: 0.6;
	margin-bottom: 10px;
}
.features-text{
	margin-bottom: 90px;
}
.features-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.features-case-block{
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 35px 50px;
	background: #e9ebe8;
	margin-top: 30px;
}
.features-case-block img{
	border-radius: 15px;
	display: flex;
	margin-right: 50px;
}

.features-section .row{
	align-items: flex-end;
}
.features-case-block .features-case-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
	color: #151410;
	opacity: 0.6;
}


/***/


.section-osobennosti{
    margin: 0 0 30px;
}
.section-osobennosti .osobennosti{
    border-radius: 20px;
    padding: 35px 50px;
    background: #e9ebe8;
    margin-top: 30px;
    text-align: center;
	display: block;
}
.section-osobennosti .osobennosti img{
    border-radius: 15px;
}
.section-osobennosti .osobennosti p{
    font-family: "Golos UI", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    color: #151410;
    opacity: 0.6;
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-osobennosti .osobennosti .osobenn_title{
    font-family: "Golos Text", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #151410;
    margin: 13px 0;
	opacity: 1;
}


/*                   footer           */

.footer-info{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-wrapp{
	text-align: center;
    border-radius: 20px;
	background: #e9ebe8;
    padding: 50px 0;
	margin-bottom: 20px;
}
.footer-wrapp .header-contacts-icons{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-wrapp .header-contacts-icons a:not(:last-child){
	margin-right: 40px;
}
.footer-wrapp .header-contacts-icons a{
	display: flex;
}
.footer-text{
	font-family: "PT Root UI", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #3885f1;
	opacity: 0.7;
}

/*///////////////////////////////////  bread-crumbs   //////////////////////////////////////////////*/
  .bread-crumbs {
	padding: 0 0;
    padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	z-index: 1;
}
.bread-crumbs .bread-crumbs_wrapp {
	display: flex;
	align-items: baseline;
	    flex-wrap: wrap;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item, .bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item a {
    position: relative;
    margin-right: 24px;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #151410;
	opacity: 0.4;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item{
	margin-bottom: 5px;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item a {
	opacity: 1;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item::before {
    position: absolute;
	content: '>';
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #151410;
	opacity: 0.4;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item a {
	margin-right: 0px;
	
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item:last-child::before{
	display: none;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item:last-child{
	opacity: 0.4;margin-right: 0px;
}



/*                    catalog                   */

.s-page .header-top-wrapp{
	border-bottom: 2px solid #e9ebe8;
}
.page-title-wrapp.section-title-wrapp .section-subtitle{
	font-size: 50px;
	margin-top: 0;
}


.sort-category{
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.sort-category .sort-category-item{
	font-family: "Pragmatica Extended", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(60, 54, 54, 0.6);
	text-align: center;
	background: #f8f8f8;
	border-radius: 100px;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	transition: 0.2s;
}
.sort-category .sort-category-item:hover, .sort-category .sort-category-item.active{
	background: #bdd1c4;
	color: #FFFFFF;
}

.filter-block{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.filter-block .filter-block-view > div{
	cursor: pointer;
	margin-left: 20px;
	margin-bottom: 5px;
}
.filter-block .filter-block-view, .filter-block-sort{
	display: flex;
}
.filter-block-sort{
	margin-right: 20px;
}
.filter-block-sort .filter-sort-item{
	cursor: pointer;
	display: flex;
	position: relative;
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: #3885f1;
	border-radius: 100px;
	padding: 10px 20px;
}
.filter-sort-item-wrapp{
	position: relative;
}
.filter-block-sort .filter-sort-item.filter-sort-item-f img{
	margin-right: 20px;
} 
.filter-block-sort .filter-sort-item.filter-sort-item-s img{
	margin-left: 20px;
}
.filter-block-sort .filter-sort-item .filter-sort-item_name{
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.filter-block-list{
	background: #fafafa;
	padding: 30px;
}
.sort-category.filter-block-list .sort-category-item{
	background: #bdd1c4;
	color: #FFFFFF;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.sort-category.filter-block-list .sort-category-item::after{
	position: absolute;
	content: '';
    right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/icons/sort/close.svg') no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
}


.filter-sort-item-wrapp.filter-active  .filter-sort-item{
	z-index: 90;
}
.filter-block-sort .filter-sort-item-wrapp.filter-active  .filter-sort-item.filter-sort-item-s img{
	transform: rotate(180deg);
}
.filter-dropdown {
	position: absolute;
	top: 100%;
	right: -50px;
	margin-top: 10px;
	background: white;
	padding: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	width: 100%;
	min-width: 300px;
    border-radius: 30px 0px 30px 30px;
}
.assortment-block{
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
	height: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
}
.assortment-content-catalog > div{
	margin-bottom: 30px;
}
.assortment-block .border-img-box{
	display: flex;
}
.assortment-block .border-img-box img{
	width: 100%;
}
.assortment-block .assortment-block-text{
    padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.assortment-block .assortment-slider-title{
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #151410;
	margin-bottom: 10px;
	display: block;
}
.assortment-block .assortment-slider-tags{
	display: flex;
	flex-wrap: wrap;
}
.assortment-block .assortment-slider-tags .assortment-tag{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(21, 20, 16, 0.5);
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #f0f4f9;
	border-radius: 10px;
	line-height: normal;
}
.assortment-block .assortment-slider-tag-wrapp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.assortment-block .assortment-slider-price, .assortment-block .assortment-slider-price .assortment-price-num{
	display: flex;
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: #3885f1;
}

.assortment-block .main-products-btn{
	height: 30px;
	width: 30px;
	padding: 0;
	border-radius: 100%;
	position: relative;
}
.assortment-block .main-products-btn:hover{
		background: #3885f1;
}
.assortment-block .main-products-btn::after{
	position: absolute;
	content: '';
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/arrow/circle-arrow-right.svg') no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
}
.assortment-block-info{
	display: flex;
	flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 9;
}
.assortment-block-info .assortment-block-info-tag{
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.7);
	width: 30px;
	height: 30px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.assortment-block-info .assortment-block-info-tag::after{
	position: absolute;
	content: '';
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/catalog/icon/info.svg') no-repeat;
	background-size: contain;
	width: 14px;
    height: 10px;
}
 .assortment-block-info .assortment-block-info-tag.assortment-block-info-tag-like::after{
	background: url('../img/catalog/icon/like.svg') no-repeat;
	background-size: contain;
    width: 16px;
    height: 14px;
}

.assortment-block-info .assortment-block-info-tag.sravn.active{
	background: rgb(1, 111, 5, 0.7);
}
.assortment-block-info .assortment-block-info-tag.like.active{
	background: rgba(111, 1, 27, 0.7);
}

.assortment{
	padding-top: 30px;
}
.filter-dropdown-sort ul li{
	cursor: pointer;
}
.page-pagination{
	width: 100%;
    margin: 0 auto;
	margin-top: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-pagination ul {
    display: flex;
    width: max-content;
}
.page-pagination ul li {
    box-sizing: border-box;
	margin-right: 10px;
}

.page-pagination ul li a {
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	border-radius: 10px;
	padding: 12px;
	background: #f0f4f9;
}
/* .page-pagination ul li.active a{
	background: #bdd1c4;
	color: #fff;
} */


.page-pagination ul li a:hover{
	text-decoration: none;	
}
.page-pagination .pagination-arrow{
	position: relative;
	width: 31px;
	height: 35px;
	cursor: pointer;
	border-radius: 10px;
	background: #f0f4f9;
	margin-left: 10px;
}

.page-pagination .pagination-arrow::before{
	position: absolute;
	content: '';
	width: 7px;
	height: 11px;
	color: black;
	transition: 0.2s;
	background: url("../img/catalog/icon/arrow-left.svg") 50% 50% / contain;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.page-pagination .pagination-arrow.pagination-arrow-right::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.page-pagination .pagination-arrow-wrapp{
	display: flex;
	align-items: center;
}


.assortment-wrapp.filter-table-one .assortment-content-catalog > div{
	flex: 0 0 50%;
    max-width: 50%;
}
/* .assortment-wrapp.filter-table-two .assortment-content-catalog > div{
	flex: 0 0 50%;
	max-width: 50%;
} */





/*                           search-block                     */

.search-block{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: auto;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fafafa;
    z-index: 99;
	transition: 0.5s;
}
.search-block.search-block-show{
	top: 0%;
}
.search-block .main-input{
	display: flex;
	align-items: stretch;
}
.search-block .main-input input{
	margin-bottom: 0;
	border-bottom: 1px solid #151410;
	padding: 10px 10px;
	color: #151410;
	border-radius: 0;
	line-height: normal;
	max-width: 400px;
}
.search-block .main-input .main-button{
	border-radius: 10px;
    padding: 10px;
	margin-top: 0;
	margin-left: 10px;font-size: 16px;max-width: max-content;
}
.search-block .main-input .main-button:hover{
	background: #3885f1;color: #fafafa;
}
.search-block .main-input input::placeholder{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(21, 20, 16, 0.5);
	line-height: normal;
}
.search-block .main-input input:focus::placeholder{
	color: transparent;
}
.search-block-close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.search-block-close img{
    width: 100%;
    height: 100%;
}
.search-block .main-form-search{
	width: 50%;
    margin: 0 auto;
}
.filter-sort-item-list{
	display: none;
}




.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5); /* затемнение */
	z-index: 90; /* ниже хедера и меню */
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
  }
  .menu-overlay.active {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	display: none;
  }



.catalog-sidebar .filter-section {
  padding: 20px 0;
  border-bottom: 1px solid  rgba(21, 20, 16, 0.05);
}

.catalog-sidebar .filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.catalog-sidebar .filter-title {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #151410;
}

.catalog-sidebar .filter-title::after {
  content: '\25BC';
  position: absolute;
  right: 0;
  transition: transform 0.3s;
  color: #bec0bd;    font-size: 12px;
  bottom: 0;
}

.catalog-sidebar .filter-title.active::after {
  transform: rotate(180deg);
}

.catalog-sidebar .filter-content {
  display: none;
  margin-top: 10px;
}

.catalog-sidebar .filter-content label {
  display: block;
  cursor: pointer;
}

.catalog-sidebar .checkbox-inline {
  display: flex;
  align-items: center;
}

.catalog-sidebar .checkbox-inline input {
  margin-right: 8px;
}

.catalog-sidebar .price-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-sidebar .price-range input[type="range"] {
  width: 100%;
}


.filter-tag-wrapp{
	display: flex;
	flex-wrap: wrap;
}
.catalog-sidebar .filter-tag-wrapp .filter-tag{
    color: rgba(21, 20, 16, 0.5);
	cursor: pointer;
	border-radius: 10px;
    padding: 8px 12px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: normal;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 16px;
  }
.catalog-sidebar .filter-tag-wrapp .filter-tag.active {
	background: #3885f1;
	font-weight: 700;
	color: #fafafa;
}

.catalog-sidebar .filter-section-block{
	border-radius: 20px;
	background: rgba(56, 133, 241, 0.05);
	padding: 0px 30px;
	margin-bottom: 20px;
}

.checkbox-count-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter-section-block .checkbox-wrapp{
	margin-bottom: 10px;
}
.checkbox-count-item:last-child .checkbox-wrapp, .filter-section-block .checkbox-wrapp:last-child{
	margin-bottom: 0px;
}
.filter-section-block .checkbox label{
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #151410;
	opacity: 0.5;
	text-align: left;
}
.filter-section-block .checkbox label::before{
	background: rgba(21, 20, 16, 0.1);
	top: 2px;
}
.filter-section-block .checkbox input[type="checkbox"]:checked + label::after, .filter-section-block .checkbox input[type="radio"]:checked + label::after{
	background: #bec0bd;
	top: 2px;
}
.filter-section-block .checkbox-count-num{
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #151410;
	opacity: 0.2;
}
.filter-tag-wrapp .filter-tag-hidden{
	opacity: 0.3;
}

/*                        gallery                         */

.features-gall-count, .features-gall-wrapp{
	display: flex;
	align-items: center;
}
.features-gall-count .features-gall-num{
	margin: 0 2px;
}
.features-gall-wrapp{
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.features-gall-count{
	transform: translateX(-30px);
}
.features-gall-count .features-gall-num, .features-gall-count {
	font-family: "Golos Text", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fafafa;
}
.assortment-block-img{
	position: relative;
}


/* slider */

.img-slider-block{
	display: flex;
	position: relative;
}
.img-slider-block .img-slider-wrapp{
	height: 100%;min-width: 150px;
}
.img-slider-block .img-slider-wrapp .img-slider-nav{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding-top: 100px;
	position: relative;
}
.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 31px;
	border-radius: 10px;
	background: #3885f1;
}
.img-slider-block .img-slider-wrapp .img-slider-nav .nav-prev::after, .img-slider-block .img-slider-wrapp .img-slider-nav .nav-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fafafa;
}
.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow.nav-next{
	top: 41px;
	transform: rotate(180deg) translateX(50%);
}
.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow:disabled{
	background: #f0f4f9;
}
.img-slider-block .img-slider-wrapp .img-slider-nav .nav-prev:disabled::after, .img-slider-block .img-slider-wrapp .img-slider-nav .nav-next:disabled::after {
	border-bottom: 10px solid #828484;
}

.img-slider-block .img-slider-wrapp .img-slider-nav .img-slider-nav-inner{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.img-gall-wrapp{
	display: block;
}


.img-slider-block .img-slider-nav .item{
	cursor: pointer;
	opacity: 0.5;
	display: flex;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 20px;
}
.img-slider-block .img-slider-nav .item:last-child{
	margin-bottom: 0;
}
.img-slider-block .img-slider-nav .item.active{
	opacity: 1;
}
.img-slider-block .img-slider .item{
	border-radius: 20px;
	overflow: hidden;
} 
.img-slider-block .img-slider .item img{
	width: 100%;
}

.tags-block-wrapp {
    display: flex;
    flex-wrap: wrap;
}
.tags-block-wrapp .tags-block-item {
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: normal;
	background: rgba(56, 133, 241, 0.15);

	position: relative;
}
.tags-block-wrapp .tags-block-item.tags-block-item-info{
	padding-right: 50px;
		cursor: pointer;
}
.tags-block-wrapp .tags-block-item.tags-block-item-info::after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url("../img/product/features/question.svg") 50% 50% / contain;
	transform: translate(0%, -50%);
    top: 50%;
    right: 20px;
}
.tags-block-wrapp .tags-block-item.tags-block-item-info .tags-block-text-more{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    background: #e9ebe8;
    z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	pointer-events: none;
}
.tags-block-wrapp .tags-block-item.tags-block-item-info:hover .tags-block-text-more{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.tags-block-wrapp .tags-block-item .tags-block-text{
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #151410;
	opacity: 0.7;
	line-height: normal;
}

.product-price-wrapp{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-top: 40px;
}
.product-price-wrapp .product-price-main{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 50px;
	color: #151410;line-height: normal;
}
.product-price-wrapp .product-price-main.product-price-metr {
    font-size: 26px;
}
.product-btn-block .btn:hover{
	background: rgba(56, 133, 241, 0.15);
    color: #151410;
}
.product-features-block{
	display: flex;
	flex-wrap: wrap;
}
.product-features-block .product-features-item{
	display: flex;
	align-items: center;
	flex-basis: 50%;
	margin-top: 40px;
}
.product-features-block .product-features-item img{
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.product-features-block .product-features-item .product-features-item-text{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	color: #151410;
}

.product-info{
	padding-left: 70px;
}
.img-slider-block .img-slider{
	min-width: 800px;
    max-width: 800px;
}
.img-slider-block .img-slider, .img-slider-block .img-slider-nav{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.img-slider-block .img-slider.slick-initialized, .img-slider-block .img-slider-nav.slick-initialized{
	display: flex!important;
	opacity: 1;
	visibility: visible;
}
.slick-initialized{
	display: flex!important;
	opacity: 1;
	visibility: visible;
}
.img-slider-main{
	position: relative;
}
.img-slider-main .img-slider ~ .assortment-block-info{
	left: 10px;
	right: auto;
	top: 10px;
}
.img-slider-main .assortment-block-info .assortment-block-info-tag{
	height: 40px;
	width: 40px;
}
.img-slider-main .img-slider.slick-initialized ~ .assortment-block-info{
	opacity: 1;
}
.img-slider-main .assortment-block-info .assortment-block-info-tag::after{
	width: 16px;
	height: 12px;
}
.img-slider-main .assortment-block-info .assortment-block-info-tag.assortment-block-info-tag-like::after{
	width: 20px;
	height: 17px;
}
.product-wrapp{
	padding-top: 30px;
}






/*               info-main-horizontal             */
.info-main-horizontal .info-hor-header-wrapp{
	padding-bottom: 40px;
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}
.info-main-horizontal .info-hor-header-wrapp::after, .info-main-horizontal .info-hor-tabcontent::after{
	background: #f0f4f9;
	border-radius: 10px;
	height: 10px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	content: '';
}
.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab{
	font-family: "Golos Text", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #151410;
	opacity: 0.3;
	position: relative;
	margin-right: 50px;
	cursor: pointer;
}
.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab:last-child{
	margin-right: 0;
}
.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab.active::after{
    background: #3885f1;
    border-radius: 10px;
    height: 10px;
    width: 100%;
    top: calc(100% + 30px);
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
}
.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab.active{
	font-weight: 800;
	font-size: 30px;
	color: #151410;
	opacity: 1;
}

.fan-video{
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.fan-video::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-image: url('../img/product/video/play-g.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.text-content p{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
	color: #151410;
    color: rgba(21, 20, 16, 0.5);
	margin-bottom: 22px;
}
.info-item-video-text{
	max-width: 600px;
}
.info-item-video-text p{
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 14px;
	opacity: 0.4;
	color: #151410;
}
.info-item-video-text .info-item-video-title{
	font-family: "Golos UI", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #151410;opacity: 0.8;
	margin-bottom: 20px;
	margin-top: 20px;
}
.info-item-desc{
	display: flex;
}
.info-item-desc .info-item-video{
	margin-right: 30px;
}
.info-item-desc .info-item-video .fan-video{
	min-width: 600px;
}

.info-main-horizontal .info-tabcontent{
	position: relative;
	padding-bottom: 20px;
}
.kompl_price {
    font-weight: 800;
    font-size: 23px;
    color: #151410;
    opacity: 1;
    margin: 30px 0 0;
}
.kompl_price b{
	color: #3885f1;
	font-weight: 900;
	font-family: "Golos Text", sans-serif;
}

/*                       info-main-vertical                 */
.info-main-vertical .info{
	display: flex;
}
.info-main-vertical .info .info-item-photo > .col-sm-12:nth-child(odd){
	padding-right: 2px;
}
.info-main-vertical .info .info-item-photo > .col-sm-12:nth-child(even) {
	padding-left: 2px;
}
.info-header .section-subtitle{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: normal;
	color: #151410;
	margin-bottom: 30px;
}
.info-main-vertical .info-header-wrapp .info-header-tab{
	background: rgba(21, 20, 16, 0.05);
	border-radius: 10px;
	padding: 20px;
	font-family: "Golos UI", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: rgba(21, 20, 16, 0.5);
	margin-bottom: 10px;
	display: flex;
	width: max-content;
	align-items: center;
	padding-top: 18px;
	cursor: pointer;
	overflow: hidden;
}
.info-main-vertical .info-header-wrapp .info-header-tab.active{
	background: #3885f1;font-weight: 700;color: #fff;position: relative;
}
.info-main-vertical .info-header-wrapp .info-header-tab.active::after{
	content: "";
    display: block;
    width: 0;
    height: 0;
	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid #fafafa;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(15px);
}
.info-main-vertical .info-header{
	padding-top: 30px;
}
.plans-section{
	padding: 10px 0;
}
.plans-wrapp{
	border-radius: 20px;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 20px 0;
}
.info-main-horizontal .info-main-vertical .info-header-wrapp {
	padding-bottom: 0px;
    align-items: flex-start;
	flex-direction: column;
    margin-bottom: 0px;
}
.info-main-horizontal .info-main-vertical .info-header-wrapp .info-header-tab{
	opacity: 1;
}

.description_img{
	text-align: center;
    color: #6f6f6f;
    font-size: 1em;
}



.wp-block-list{
    padding: 0 0 0 20px;
	margin-bottom: 10px;
}
.wp-block-list li{
	
}
.wp-block-list li::marker{
    font-weight: 600;
    color: #3e87ed;
}

/*///////////////////////////////////product-about//////////////////////////////////////////////*/
.drop-list-item .drop-list-item-content{
	display: none;
	padding-top: 20px;
}

.product-about .drop-list-item-title{
	position: relative;
	cursor: pointer;
	padding: 0px 30px;
	padding-right: 60px;
	padding-left: 90px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    min-height: 55px;
	background: #e9ebe8;
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 16px;
    color: rgba(21, 20, 16, 0.8);
}
.product-about .drop-list-item-title span{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #3885f1;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}

.product-about .drop-list-item-content{
	padding: 20px 30px 30px 90px ;
	position: relative;
}

.product-about .drop-list-item-content p, .product-about .drop-list-item-content ul li{
	margin-bottom: 3px;
	font-family: "Golos UI", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: rgba(21, 20, 16, 0.4);
	position: relative;
}
.product-about .drop-list-item-content p{
	margin-bottom: 10px;
	position: relative;
}
.product-about .drop-list-item-content ul li{
	padding-left: 16px;
}
.product-about .drop-list-item-content ul li::after{
	border-radius: 100%;
    top: 7px;
	left: 0;
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #3885f1;
}
.drop-list-title-wrapp{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.drop-list-title-wrapp img{
	border-radius: 100%;
	overflow: hidden;
	margin-right: 30px;
}
.drop-list-title-wrapp .drop-list-title{
	font-family: "Golos Text", sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #151410;
}
.info-hor .info-main-vertical .info-header{
	padding-top: 0;
}
.product-about .drop-list-item{
	margin-bottom: 10px;
	position: relative;
}
.product-about .drop-list-close{
	position: absolute;
	top: 25px;
    right: 30px;
	transition: 0.2s;
	pointer-events: none;
	width: 0;
	height: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 6px solid #BEC0BD;
}
.product-about .drop-list-item:last-child{
	padding-bottom: 0px;margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
}
.product-about .drop-list-item.arrow-rotate .drop-list-close{
    transform: rotate(-180deg);
}
.product-about .drop-list > .row > .col-sm-12:nth-child(odd){
	padding-right: 5px;
}
.product-about .drop-list > .row > .col-sm-12:nth-child(even) {
	padding-left: 5px;
}

.info-close-list{
	display: flex;
	flex-wrap: wrap;
}
.info-close-list .info-close-list-item{
	position: relative;
	border-radius: 10px;
	padding: 16px 20px;
	background: rgba(21, 20, 16, 0.05);
	color: rgba(21, 20, 16, 0.4);
	padding-left: 56px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.info-close-list .info-close-list-item::after{
	position: absolute;
	content: '';
    top: 50%; 
	left: 20px;
	transform: translateY(-50%);
    width: 16px;
	height: 16px;
	background: url('../img/product/close.svg') no-repeat;
	background-size: contain;
	pointer-events: none;
}

.product-about  .img-slider-block .img-slider .item img{
	min-height: 800px;
}

.section-title-wrapp-center.section-title-wrapp{
	text-align: center;
}
.section-title-wrapp-center.section-title-wrapp .section-title{
	padding-left: 0px;
}
.section-title-wrapp-center.section-title-wrapp .section-title::after{
	display: none;
}
.assortment.assortment-same-block{
	padding-top: 60px;
}
@media (min-width: 1200px){
	.container {
		max-width: 1630px;
	}
}
@media (max-width: 1600px){
	header .site-menu > li:not(:last-child){
		margin-right: 25px;
	}
	.bord-left {
		padding-left: 25px;
		margin-left: 25px;
	}
	.header .header-contacts-icons a:not(:last-child){
		margin-right: 20px;
	}
	.header .header-contacts-wrapp a.contacts-item-phone{
		font-size: 20px;
	}
	header .logo-text-wrapp img, header .logo-text-wrapp a img{
		max-width: 80%;
	}
	.header-contacts-logo{
		max-width: 80%;
	}
	.main .main-slider-item .main-title, .main .main-slider-item .main-title span{
		font-size: 70px;
	}
	.main .main-slider-item .main-title span {
		font-size: 120px;
	}
	.main .main-slider-item .main-slide-right{
		max-width: 1000px;
	}
	.main-comm.main-comm-middle {
		transform: translateX(calc(-50% - 200px));
	}
	.main-category .main-category-text .main-category-title{
		font-size: 28px;
	}
	.form-section .form-section-wrapp{
		padding: 100px 80px;
	}
	.about-wrapp .img-gall-block .img-gall-item.img-gall-item-2{
		left: 110px;
	}

	.assortment-content > .col-12:nth-child(odd){
		padding-right: 5px;
	}
	.assortment-content > .col-12:nth-child(even) {
		padding-left: 5px;
	}
	.catalog-sidebar .filter-section-block{
		padding: 0px 15px;
	}
	.filter-section-block .checkbox label{
		font-size: 14px;
	}
	.catalog-sidebar .filter-tag-wrapp .filter-tag{
		padding: 5px 10px;
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.catalog-sidebar .filter-section{
		padding: 15px 0;
	}
	.assortment-block .assortment-block-text{
		padding: 20px 20px;
	}

	/* Отступы для первого блока в ряду */
	.assortment-wrapp.filter-table-two   .assortment-content-catalog > .col-lg-4:nth-child(3n+1) {
		padding-right: 5px;
	}
	/* Отступы для второго (среднего) блока в ряду */
	.assortment-wrapp.filter-table-two  .assortment-content-catalog > .col-lg-4:nth-child(3n+2) {
		padding-left: 5px;
		padding-right: 5px;
	}
	/* Отступы для третьего блока в ряду */
	.assortment-wrapp.filter-table-two .assortment-content-catalog > .col-lg-4:nth-child(3n+3) {
		padding-left: 5px;
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-block-text{
		padding: 10px 10px;
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-slider-price, .assortment-wrapp.filter-table-two .assortment-block .assortment-slider-price .assortment-price-num{
		font-size: 22px;
	}

	.img-slider-block .img-slider {
		min-width: 100%;
		max-width: 100%;
	}
	.product-info{
		padding-left: 0;
	}
	.img-slider-block .img-slider-nav .item{
		margin-top: 10px;
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav{
		padding-top: 80px;
	}
	.product-price-wrapp{
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.product-features-block .product-features-item{
		    margin-top: 30px;
	}
	.img-slider-block .img-slider-wrapp {
		min-width: 100px;
	}
	.info-main-vertical .info-header-wrapp .info-header-tab{
		width: auto;
	}
}

@media (max-width: 1200px){

	header .site-menu > li:not(:last-child), header .site-menu > li.menu-item-has-children{
		margin-right: 10px;
		padding-right: 10px;
	}

	header .site-menu-list{
		display: none;
	}
	.mob-links{
		display: flex;
	}
	header .hamburger{
		
		z-index: 20;
		position: relative;
	}
	header .hamburger .burger .burger-img{
		transition: 0.2s;
	}
	header .hamburger .burger .burger-img-close{
		display: none;
		opacity: 0;
	}
	header .hamburger .burger{
		display: flex;
		cursor: pointer;
		position: relative;
		height: 16px;
	}
	header .hamburger.active .burger  .burger-img{
		display: none;
		opacity: 0;
	}
	header .hamburger.active .burger  .burger-img-close{
		display: flex;
		opacity: 1;
		min-height: 16px;
	}
	header .hamburger .site-menu{
		flex-direction: column;
		display: flex;
	}
	header .hamburger .site-menu-wrapp, header .hamburger .site-menu{
		align-items: flex-start;
		width: 100%;
	}
	.header .hamburger .header-contacts-icons{
		        margin-left: 0px;
	}
	header .hamburger .site-menu > li{
		width: 100%;
		margin-right: 0px;
        padding-right: 0px;
		margin-bottom: 10px;
	}
	header .hamburger .site-menu .menu-item > a{
		font-weight: 700;
		font-size: 14px;
		color: #fafafa;
	}
	.site-menu-wrapp {
        position: absolute;
		right: calc(-100% - 40px);
		top: calc(100% + 20px);
        width: 100%;
        transition: 0.5s;
        max-width: 100%;
        visibility: hidden;
        opacity: 0;
		flex-direction: column;
		min-width: 280px;
		background: rgba(21, 20, 16, 0.9);
		border-radius: 25px;
		padding: 20px;
		pointer-events: none;
		transition: 0.5s;
	}
	.header .hamburger .burger::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		/* Треугольник вверх */
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(21, 20, 16, 0.9);
		position: absolute;
		bottom: calc(-100% - 10px);
        right: 50%;
        transform: translateY(-50%) translateX(50%);
		visibility: hidden;
		pointer-events: none;
        opacity: 0;
		transition: 0.5s;
	}
	header .hamburger .header-contacts-wrapp a.contacts-item-phone{
		font-weight: 700;
		font-size: 20px;
		color: #fafafa;
		text-align: left;
	}
	header .hamburger .header-contacts-wrapp a.contacts-item-back{
		font-weight: 500;
        font-size: 17px;
        color: #fafafa;
        text-align: center;
        padding: 5px 15px 7px;
        margin-top: 5px;
	}
	header .hamburger .header-contacts-wrapp a.contacts-item-back:hover{
		color: #3885f1;
	}
	header .hamburger .site-menu .menu-item > a:hover{
		color: #3885f1;
	}
	.header .hamburger .header-contacts-icons{
		padding-top: 20px;
		margin-top: 10px;
		border-top: 1px solid rgba(250, 250, 250, 0.1);
		margin-bottom: 20px;
	}

	header .hamburger.active .site-menu-wrapp{
		visibility: visible;
        opacity: 1;
		pointer-events: all;
	}
	.header .hamburger.active .burger::after{
		visibility: visible;
        opacity: 1;
		pointer-events: all;
	}
	.main-comm{
		display: none;
	}

	.main-category .main-category-text{
		padding-top: 20px;
	}
	.main-category .main-category-text .main-category-title {
        font-size: 22px;
    }
	.main-category .main-category-text p {
        font-size: 16px;
    }
	.form-section .form-section-wrapp {
        padding: 100px 20px;
    }
	.about-wrapp .img-gall-block .img-gall-item.img-gall-item-3, .about-wrapp .img-gall-block .img-gall-item.img-gall-item-2{
		display: none;
	}
	.about-wrapp .img-gall-block .img-gall-item{
		width: 100%;
	}
	.features-text{
		margin-bottom: 50px;
	}
	.features-num-wrapp .features-num-item:not(:last-child) {
		margin-right: 30px;
	}
	.features-case-block {
		padding: 15px 20px;
		margin-top: 20px;
	}
	.features-case-block img{
		margin-right: 20px;
	}
	.page-title-wrapp.section-title-wrapp .section-subtitle{
		font-size: 36px;
	}
	.filter-block-sort {
		margin-right: 0px;
	}
	.product-main > .row > .col-sm-12{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.product-main .img-gall-wrapp{
		margin-bottom: 40px;
	}
	.product-price-wrapp .product-price-main{
		font-size: 36px;
	}

	.info-vert{
		flex-direction: column;
	}
	.info-vert > .col-sm-12{
		flex: 0 0 100%;
        max-width: 100%;
	}

	.info-item-desc{
		flex-direction: column;
	}
	.info-item-desc .info-item-video {
		margin-right: 0px;
	}
	.info-item-desc .info-item-video img{
		width: 100%;
	}
	.info-main-vertical .info-header{
		margin-bottom: 30px;
	}
	.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab.active{
		font-size: 24px;
	}

	.assortment-same-block .assortment-content-catalog > div{
		flex: 0 0 33.3333%;
        max-width: 33.3333%;
	}

	.menu-item.menu-item-has-children::before, .menu-item.menu-item-has-children > a::before{
		display: none;
	}
	header .site-menu > li.menu-item-has-children:hover .sub-menu{
		position: relative;
		display: none;
	}

	header .hamburger .site-menu > li .mobile-toggle-btn{
        position: absolute;
        top: -2px;
        right: 0;
        width: 26px;
        height: 26px;
        z-index: 999;
        background-image: url(/wp-content/themes/stroi/img/arrow/menu-arrow-down.svg);
        background-repeat: no-repeat;
        background-size: inherit;
        background-position: center;
        background-color: #0000;
	}
	header .site-menu > li.menu-item-has-children .sub-menu{
		padding: 0 0 0 10px;
	}
	header .site-menu > li.menu-item-has-children:hover .sub-menu{
		background: none;
	}
	header .site-menu > li.menu-item-has-children .sub-menu li{
		margin: 9px 0;
	}
}
@media (max-width: 992px){
	.assortment-same-block .assortment-content-catalog > div{
		flex: 0 0 50%;
        max-width: 50%;
	}
	.filter-block-sort .filter-sort-item{
        align-items: center;
        height: 45px;
	}
	.filter-block-sort .filter-sort-item.filter-sort-item-f img{
		width: 20px;
	}





	.header .header-contacts > .header-contacts-icons{
		display: none;
	}
	.header .header-contacts > .header-contacts-wrapp{
		order: 1;
		padding-left: 0px;
		margin-left: 0px;
		padding-right: 25px;
		margin-right: 25px;
	}
	.header .header-contacts > .header-search{
		order: 3;
	}
	.header .header-contacts > .mob-links{
		order: 2;
	}
	.header .header-contacts > .header-contacts-wrapp.bord-left::after{
		right: 0;
		left: auto;
	}
	.site-menu-wrapp{
		right: calc(-100% - 55px);
	}
	.header .header-contacts > .header-contacts-wrapp a.contacts-item-back{
		display: none;
	}
	.header-contacts-logo{
		flex-basis: 40%;
	}
	.header-nav-wrapp{
		flex-basis: 60%;
		justify-content: flex-end;
	}
	.main .main-slider-item .main-title, .main .main-slider-item .main-title span{
		font-size: 55px;
	}
	.main .main-slider-item .main-title span {
		font-size: 100px;
	}
	.main .main-slider-item .main-slide-right p{
		font-size: 24px;
		line-height: 162%;
	}
	.main-slider{
		margin-bottom: 30px;
	}
	section{
		padding: 30px 0 30px 0;
	}

	.section-title-wrapp .section-title{
		font-size: 22px;
		
	}
	.section-title-wrapp .section-title.section-title-left{
		padding-left: 90px;
	}
	.section-title-wrapp .section-title.section-title-left::after, .section-title-wrapp .section-title.section-title-right::after{
		width: 60px;
		height: 2px;
	}
	.section-title-wrapp-center.section-title-wrapp .section-title{
		padding-left: 0;
	}
	.section-title-wrapp .section-subtitle, h2.wp-block-heading{
		margin-top: 10px;
		font-size: 40px;
	}
	.main-category-wrapp > .col-12:nth-child(odd){
		padding-right: 15px;
	}
	.main-category-wrapp > .col-12:nth-child(even) {
		padding-left: 15px;
	}
	.form-section .section-title-wrapp .page-title{
		font-size: 40px;margin-top: 20px;
	}
	.about-wrapp .row > div:first-child{
		display: none;
	}
	.features-case{
        margin-top: 50px;
	}
	.assortment-content > .col-lg-3{
		display: none;
	}
	.menu-overlay.active {
		display: block;
	}
	.filter-sort-item-list{
		display: flex;
	}
	.assortment-content > .col-12:nth-child(even) {
        padding-left: 15px;
    }

	.assortment .section-title-double{
		align-items: baseline;
		flex-direction: column;
	}
	.assortment .filter-block{
		width: 100%;
		margin-top: 20px;
	}
	.assortment .filter-sort-item-list{
		margin-right: 20px;
	}
	.assortment .filter-sort-item-s ~ .filter-dropdown{
		right: auto;
		left: 0px;min-width: 250px;
		border-radius: 0px 30px 30px 30px;
	}
	.assortment .filter-dropdown-filter{
		left: 0;
        position: fixed;
        top: 0;
        max-width: 300px;
        height: 100%;
		margin-top: 0px;
        border-radius: 0px 0px 0px 0px;
		overflow-y: auto;
        padding-bottom: 50px;
	}
	.bread-crumbs{
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.fix-body{
		overflow: hidden;
	}
	.product-wrapp .section-title-double{
		margin-bottom: 20px;
	}
	.product-price-wrapp{
		margin-top: 30px;
	}
	.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab{
		margin-right: 20px;    font-size: 16px;
	}
	.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab.active{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	.info-main-vertical .info .info-item-photo > .col-sm-12:nth-child(odd), .product-about .drop-list > .row > .col-sm-12:nth-child(odd){
		padding-right: 15px;
	}
	.info-main-vertical .info .info-item-photo > .col-sm-12:nth-child(even), .product-about .drop-list > .row > .col-sm-12:nth-child(even){
		padding-left: 15px;
	}
	.product-about .drop-list > .row > .col-sm-12:nth-child(odd){
		margin-bottom: 10px;
	}
	.product-about .drop-list-item-title{
		padding-right: 40px;padding-left: 60px;
		height: 50px;font-size: 14px;
	}
	.product-about .drop-list-item-title span{
		left: 15px;    font-size: 18px;
	}
	.breadcrumbs li, .cart-wrap .total {
		display: none;
	}
	.product-about .drop-list-close{
		right: 20px;
	}
	.product-about .drop-list-item-content{
		padding: 15px 15px 10px 60px;
	}
	.drop-list-title-wrapp .drop-list-title{
		font-size: 20px;
	}
	.info-close-list .info-close-list-item{
		padding: 10px 15px;
		padding-left: 46px;font-size: 14px;
	}
	.info-close-list .info-close-list-item::after{
		left: 15px;
	}
	.info-item-desc .info-item-video .fan-video {
		min-width: auto;
	}
	.fan-video::after{
		width: 50px;
		height: 50px;
		background-image: url('../img/product/video/play-g.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.text-content p{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab.active::after{
		display: none;
	}
	.info-main-horizontal .info-hor-header-wrapp{
		flex-wrap: wrap;
	}
	.info-main-horizontal .info-hor-header-wrapp .info-hor-header-tab{
		margin-bottom: 10px;
	}
	.breadcrumbs li:last-child,
	.breadcrumbs li:first-child {
	display: block;
	}
	.header .header-contacts-icons{
	margin-left: 15px;
	}
	.bord-left{
		padding-left: 14px;
		margin-left: 14px;
	}
	.header .header-contacts > .header-contacts-wrapp{
		padding-right: 14px;
        margin-right: 14px;
	}
    .site-menu-wrapp {
        right: calc(-100% - 35px);
    }
	.header-top-wrapp{
		padding: 10px 0;
		padding-bottom: 15px;
		border-top: 3px solid #3885f1;
	}
	.header-top{
		padding-top: 5px;
	}
	.main-slider .slick-dots{
		bottom: 20px;
		right: auto;
		left: 20px;
		transform: translate(0%);
	}
	.main .main-slider-item .main-title, .main .main-slider-item .main-title span{
		font-size: 25px;
	}
	.main .main-slider-item .main-title span{
		font-size: 40px;
	}
	.main .main-slider-item .main-slide-right p{
		font-size: 12px;
	}
	.main .main-slider-item .main-slide-right .btn {
		margin-top: 20px;
	}
	.main .main-slider-item .main-slide-right {
        max-width: 100%;
    }
	.main .main-slider-item .main-slide-right h1 {
        max-width: 300px;
    }
	.main .main-slider-item{
		min-height: 400px;
	}
	.main .main-slider-item .main-slide-right .btn{
		font-size: 12px;
		padding: 10px 20px;
	}
	.main-category-wrapp > .col-12 .row > .col-12 .main-category-img img{
		width: 100%;
	}
	.main-category-wrapp > .col-12 .row > .col-12:nth-child(odd){
		    padding-right: 15px;
	}
	.main-category-wrapp > .col-12 .row > .col-12:nth-child(even){
		padding-left: 15px;
	}
	.section-title-wrapp .section-subtitle, h2.wp-block-heading {
        margin-top: 10px;
        font-size: 26px;
    }
	.section-title-wrapp{
		margin-bottom: 30px;
	}
	.section-title-double{
		margin-bottom: 30px;
		align-items: baseline;
		flex-direction: column;
	}
	.section-title-double .section-title-wrapp{
		margin-bottom: 0;
	}
	.section-title-double .section-link{
		margin-top: 10px;
	}
	.form-section .form-section-wrapp {
		padding: 60px 15px;
	}
	.search-block{
		padding: 10px 0px;
	}
	.search-block .main-form-search{
		    width: 80%;
	}


	/* Отступы для первого блока в ряду */
	.assortment-wrapp.filter-table-two   .assortment-content-catalog > .col-lg-4:nth-child(3n+1) {
		padding-right: 15px;
	}
	/* Отступы для второго (среднего) блока в ряду */
	.assortment-wrapp.filter-table-two  .assortment-content-catalog > .col-lg-4:nth-child(3n+2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Отступы для третьего блока в ряду */
	.assortment-wrapp.filter-table-two .assortment-content-catalog > .col-lg-4:nth-child(3n+3) {
		padding-left: 15px;
	}


	.assortment-wrapp.filter-table-one .assortment-content-catalog > .col-lg-4{
		flex: 0 0 100%;
        max-width: 100%;
	}

	.assortment-wrapp.filter-table-two .assortment-content-catalog > .col-lg-4:nth-child(even){
		padding-left: 5px;
	}
	.assortment-wrapp.filter-table-two .assortment-content-catalog > .col-lg-4:nth-child(odd){
		padding-right: 5px;
	}

	.img-slider-block .img-slider-wrapp .img-slider-nav{
		padding-top: 0;
		padding-right: 50px;
        padding-left: 50px;
		flex-direction: inherit;
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav .img-slider-nav-inner{
		flex-direction: inherit;
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow{
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow.nav-next{
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
	}
	.img-slider-block{
		flex-direction: column-reverse;
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav .slide-arrow.nav-prev{
		left: 0;
		right: auto;
		transform: translateY(-50%) rotate(-90deg);
	}
	.img-slider-block .img-slider-nav .item{
		max-width: 100px;
		margin-top: 0;
	}
	.img-slider-block .img-slider-nav{
		margin-top: 20px;
	}
	.img-slider-block .img-slider-wrapp .img-slider-nav .img-slider-nav-inner{
		height: auto;
		width: 100%;
		justify-content: space-between;
	}


	.main-category.style2 .main-category-text {
		display: block;
	}
	.main-category.style2 .main-category-text-block {
		border-radius: 0 0 20px 20px;
		padding: 20px 10px;
		background: #f1f1f1;
		margin-top: -20px;
	}
}
@media (max-width: 576px){
	.header .header-contacts > .header-contacts-wrapp a.contacts-item-phone{
		font-size: 16px;
	}
	header .hamburger .burger{
		height: 11px;
	}
	.header-search .header-search-icon{
		height: 16px;
	}
	.logo-text-wrapp img, .logo-text-wrapp a img {
        max-width: 100%;
    }
	.header-contacts-logo{
		flex-basis: 35%;
	}
	.header-nav-wrapp{
		flex-basis: 65%;
	}
	.bord-left::after{
		width: 1px;
    height: 10px;
	}
	.site-menu-wrapp {
        right: calc(-100% - 25px);
    }
	.header .hamburger .burger::after{
		bottom: calc(-100% - 15px);
	}
	header .hamburger.active .burger .burger-img-close{
		min-height: 100%;
		transform: scale(1.2);
	}
	.main .main-slider-item {
        min-height: 320px;
    }
	.main .main-slider-item{
		position: relative;
	}
	.main .main-slider-item::after{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.4;
	}
	.main .main-slider-item > *{
		z-index: 2;
	}
	.main-slider .slick-dots {
        bottom: 15px;
        left: 15px;
    }
	.section-title-wrapp .section-title.section-title-left{
		padding-left: 0;
	}
	.section-title-wrapp .section-title.section-title-left::after, .section-title-wrapp .section-title.section-title-right::after{
		top: -10px;
		transform: translateY(-0%);
		left: 0;
	}
	.form-section .section-title-wrapp .page-subtitle{
		font-size: 20px;
	}
	.form-section .section-title-wrapp .page-title {
        font-size: 30px;
        margin-top: 10px;
    }
	.form-section .section-title-wrapp p{
		font-size: 16px;
	}
	form input, form textarea{
		padding: 15px 20px;
		margin-bottom: 15px;
		font-size: 16px;
	}
	.form-section .checkbox label{
		text-align: left;
	}
	.form-wrapp .btn {
		margin-top: 10px;
	}
	form .btn{
		font-size: 16px;
	}
	.about-wrapp{
		text-align: left;
		padding: 50px 0;
	}
	.about-wrapp p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.features-num-wrapp{
		flex-wrap: wrap;
	}
	.features-num-wrapp .features-num-item{
        margin-bottom: 20px;
	}
	.features-case-block{
		flex-direction: column;
	}
	.features-case-block img {
        margin-right: 0px;
		margin-bottom: 20px;
    }
	.search-block .main-input input{
		font-size: 15px;
		padding: 5px 5px;
	}
	.search-block .main-input input::placeholder{
		font-size: 15px;
	}
	.search-block .main-input .main-button{
		font-size: 15px;
		border-radius: 5px;
		padding: 5px;
	}
	.search-block .main-form-search{
		margin: initial;
		width: 85%;
	}
	.search-block-close{
		right: 15px;
		top: 11px;
	}
	.bread-crumbs{
		padding-top: 10px;
    padding-bottom: 10px;
	}
	.assortment .filter-dropdown-filter{
        max-width: 290px;
		padding: 20px 10px;
	}

	.page-title-wrapp.section-title-wrapp .section-subtitle {
        font-size: 30px;
    }
	.assortment{
		padding-top: 10px;
	}
	.assortment .filter-block .filter-block-sort{
        flex-direction: column;
	}
	.assortment .filter-sort-item-list{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.filter-block-sort .filter-sort-item{
		width: 100%;
	}
	.filter-block-sort .filter-sort-item .filter-sort-item_name{
        font-size: 17px;
	}
	.filter-block-sort .filter-sort-item.filter-sort-item-f img {
		margin-right: 10px;
	}

	.assortment-wrapp.filter-table-two .assortment-block .assortment-slider-title{
		margin-bottom: 5px;
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-block-info .assortment-block-info-tag{
		/* width: 20px;
		height: 20px; */
		margin-bottom: 5px;
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-block-info .assortment-block-info-tag::after{
		transform: translate(-50%, -50%) scale(0.6);
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-block-info{
		top: 5px;
		right: 5px;
	}
    .assortment-wrapp.filter-table-two .assortment-block .assortment-block-text {
        padding: 10px 5px;
    }
	.assortment-wrapp.filter-table-two .assortment-block .assortment-slider-tags .assortment-tag{
		padding: 5px;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.assortment-wrapp.filter-table-two .assortment-block .assortment-slider-price, .assortment-wrapp.filter-table-two .assortment-block .assortment-slider-price .assortment-price-num{
		/* font-size: 14px; */
	}
	.assortment-wrapp.filter-table-two .assortment-block .main-products-btn{
		height: 25px;
		width: 25px;
	}
	.assortment-wrapp.filter-table-two .assortment-block{
		border-radius: 10px;
	}
	.assortment-wrapp.filter-table-two .assortment-content-catalog > .col-lg-4{
		margin-bottom: 15px;
	}

	.img-slider-main .assortment-block-info .assortment-block-info-tag{
		margin-bottom: 5px;
		transform: scale(0.9);
	}
	.img-slider-block .img-slider-nav .item{
		    border-radius: 10px;
	}
	.img-slider-block .img-slider-nav .item {
        max-width: 65px;
    }
	.product-price-wrapp .product-price-main{
		font-size: 30px;
	}
	.tags-block-wrapp .tags-block-item{
		    font-size: 14px;
		padding: 10px;
		    margin-right: 5px;
    margin-bottom: 5px;
	}
	.tags-block-wrapp .tags-block-item .tags-block-text{
		font-size: 14px;
	}
	.tags-block-wrapp .tags-block-item.tags-block-item-info::after{
		width: 15px;
		height: 15px;
		right: 10px;
	}
	.tags-block-wrapp .tags-block-item.tags-block-item-info{
		padding-right: 35px;
	}
	.product-btn-block .btn{
		font-size: 16px;
		padding: 15px 40px;
	}
	.product-features-block .product-features-item {
        margin-top: 15px;
		flex-basis: 100%;
    }
	.product-features-block  {
        margin-top: 10px;
    }
	.product-features-block .product-features-item .product-features-item-text{
		font-size: 16px;
	}
	.product-features-block .product-features-item img{
		margin-right: 10px;
	}

	.info-header .section-subtitle{
		font-size: 26px;
	}
	.info-main-vertical .info-header-wrapp .info-header-tab{
		font-size: 14px;padding: 10px;
	}
	.info-main-horizontal .info-hor-header-wrapp{
		padding-bottom: 20px;
    margin-bottom: 30px;
	}
	.assortment-same-block .assortment-content-catalog > div{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.product-price-wrapp .product-price-main.product-price-metr {
		font-size: 21px;
	}
}    
@media (max-width: 400px){
	.img-slider-block .img-slider-nav .item {
        max-width: 45px;
    }
	.img-slider-block .img-slider-nav{
		margin-top: 10px;
	}
}