@import url("reset.css");
@import url("fonts.css");
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{
	outline: none!important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}
button:active, button:focus, .btn, a, button{
	transition: 0.2s;
}
a:hover, button:hover{
	color: #000;
	text-decoration: none;
}
.btn-check:focus+.btn, .btn:focus{
	box-shadow: none;
}
body{
	font-family: "Nunito" , sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fafafa;
	background: #121212;
	overflow: hidden;
	/*background: url('../img/grid-bg.svg') #121212 center center  repeat-y;*/
} 
img{
	max-width: 100%;	
}
.overflov{
	overflow: hidden;
	height: 100vh;
}

.d-mob{
	display: none;
}



/* menu-item-arrow */

.fade:not(.show) {
    opacity: 1;
}
.btn{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #070707;
	background: #a1cde9;
	display: flex;
    padding: 15px 40px;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s;
	width: max-content;
	white-space: nowrap;
	height: 60px;
	padding-top: 19px;
}
.btn:hover, .btn:focus{
	background: #332f2f;
	color: #fff;
}
.btn.btn-black{
	background: #070707;
	color: #fff;
}
.btn.btn-black:hover, .btn.btn-black:focus{
	color: #070707;
	background: #a1cde9;
}
.btn.btn-white{
	background: #fff;
	color: #bdd1c4;
}
.btn.btn-white:hover, .btn.btn-white:focus{
	background: #fff;
	color: #332f2f;
}
.btn.btn-white:hover, .btn.btn-white:focus{
	background: #fff;
	color: #332f2f;
}
p{
	margin-bottom: 10px;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

section{
	position: relative;
	padding: 70px 0 70px 0;
}
section.section-p-double{
	padding: 140px 0 140px 0;
}
/**      ---- 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-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;
  }

section{
	position: relative;
	padding: 70px 0 70px 0;
}
section.section-p-double{
	padding: 140px 0 140px 0;
}
.header-top{
	padding: 15px 0;
	background: #3C3636;
	display: flex;
	align-items: center;
}
.header-top-wrapp{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.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-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #fafafa;
}
.header .header-contacts-wrapp a.contacts-item-mail, .header .header-contacts-wrapp .contacts-item-call{
	font-weight: 700;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.7);
}
.header .header-contacts-icons{
	display: flex;
	align-items: center;
	margin: 0 50px;
	position: relative;
}
.header .header-bottom{
	padding: 30px 0;
}
.side-circle::after,
.side-circle::before{
	position: absolute;
	content: '';
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #bdd1c4;
	width: 10px;
	height: 10px;
}
.side-circle::before{
	left: auto;
	right: -5px;
}
.contacts-icon img {
    width: 26px;
}
.header .header-contacts-icons a:not(:last-child){
	margin-right: 20px;
}
.header .search-block{
	margin-right: 50px;
}
.header .search-block form input{
	margin-bottom: 0;
	border-radius: 100px;
	max-width: 320px;
	min-width: 320px;
	width: 100%;
	height: 50px;
}
.header .search-block .search-btn{
	width: 29px;
	height: 29px;
	position: absolute;
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.header .search-block .main-input{
	position: relative;
}
.header .search-block .search-btn::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: url('../img/header/search.svg') center center no-repeat;
    background-size: contain;
	width: 29px;
	height: 29px;
}
.mob-links{
	display: none;
}

.header-bottom-wrapp{
	display: flex;
	justify-content: space-between;
	position: relative;
}


header {
	z-index: 91;
	position: relative;
}

.burger {
	display: flex;
	position: relative;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 32;
	transition: 0.2s;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #a1cde9;
	overflow: hidden;
}
header .burger .bar {
	padding: 0;
	width: 24px;
	height: 3px;
	background: #3c3636;
	display: block;
	border-radius: 10px;
}
.burger img{
	display: flex;
	transition: 0.5s;
}
.burger .burger-close{
	display: none;
}
.active-body .burger .burger-close{
	display: flex;
}
.active-body .burger .burger-open{
	display: none;
}
header .hamburger{
	transition: 0.2s;
	cursor: pointer;
	order: 3;
	align-items: center;
	margin-left: 60px;
}
header .burger .bar.bar2{
	width: 35px;
}
header .burger .bar.bar4{
	display: none;
}
header .hamburger .nav-main-wrapp{
	right: -350px;
}
header .hamburger .nav-main-wrapp{
	display: block;
}
header .hamburger .nav-main-wrapp .nav-main{
	padding: 30px;
}
header .hamburger .nav-main-wrapp .nav-main li a{
	color: #111;
	font-size: 20px;
	line-height: normal;
}
header .hamburger .nav-main-wrapp .nav-main li{
	margin-bottom: 10px;
	line-height: normal;
}
header .hamburger.active-menu .nav-main-wrapp{
	position: fixed;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding-top: 0px;
	-webkit-box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 8%);
	box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 8%);
	z-index: 52;
}
.point-block{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.point-block img{
	margin-right: 15px;
}
.point-block .point-block-text{
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #f4f0eb;
}
.point-block-wrapp .hour-block{
	display: none;
}
.header-top-menu .site-menu .menu-item{
	position: relative;
}
.header-top-menu .site-menu .menu-item.active::after{
	position: absolute;
	left: 50%;
    bottom: -18px;
	transform: translateX(-50%);
	width: 120%;
	height: 3px;
	background: #a1cde9;
	content: '';
}
.header-top-menu .site-menu .sep{
	border-radius: 100%;
	background: rgba(250, 250, 250, 0.1);
	width: 6px;
	height: 6px;
}
.header-top-menu .site-menu .menu-item:last-child::after{
	display: none;
}
.header-top-menu .site-menu .menu-item a{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fafafa;
	position: relative;
	display: flex;
	align-items: center;
}
.header-top-menu .site-menu .menu-item a img{
	margin-right: 20px;
}
.header-top-menu .site-menu .menu-item.menu-item-has-children{
	position: relative;
}
.point-menu{
	position: relative;
	cursor: pointer;
}
.point-menu .point-list .point-list-item{
	font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fafafa;
	cursor: pointer;
	position: relative;
}

.header-top-menu .site-menu .menu-item.menu-item-has-children > .sub-menu, .point-menu .point-list{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 0;
	position: absolute;
	border-radius: 10px 0px 10px 10px;
	right: 0;
	padding: 20px 20px;
	padding-top: 40px;
    width: max-content;
    max-width: 300%;
    min-width: 120%;
	overflow: hidden;
	z-index: 1;
}
.header-top-menu .site-menu .menu-item.menu-item-has-children > .sub-menu li a, .point-menu .point-list .point-list-item{
	font-size: 14px;
}
.header-top-menu .site-menu .menu-item.menu-item-has-children > .sub-menu li, .point-menu .point-list .point-list-item{
	margin-bottom: 5px;
}
.header-top-menu .site-menu .menu-item.menu-item-has-children > .sub-menu::before, .point-menu .point-list::before{
	position: absolute;
    content: '';
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.95);
}
.header-top-menu .site-menu .menu-item.menu-item-has-children > .sub-menu::after, .point-menu .point-list::after {
    position: absolute;
    content: '';
    bottom: 100%;
    right: 0;
	top: 0px;
    width: 0;
    height: 0;    z-index: 1;
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0px 0px 20px 20px;
    border-color: transparent transparent rgba(41, 41, 41, 0.95) transparent;
}
.header-top-menu .site-menu .menu-item.menu-item-has-children:hover > .sub-menu, .header-top-menu .site-menu .menu-item.menu-item-has-children:focus > .sub-menu, .point-menu:hover .point-list{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	height: auto;
}
.header-top-menu{
	width: 100%;
}
.header-top-menu .site-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.hour-block.side-circle::before{
	background: #F4F0EB;
}
.hour-block.side-circle::after{
	display: none;
}
.header-top-menu{
	display: flex;
	align-items: center;
}
.hour-block{
	padding-right: 40px;
}
/**      ------  header  -----       **/

.site-menu-list{
	padding: 40px;
    position: absolute;
	width: 100%;
    top: calc(100% + 50px);
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	border-radius: 30px 0px 30px 30px;
	background: rgba(41, 41, 41, 0.95);
}
/* .site-menu-list::after{
	position: absolute;
	content: '';
    top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	
	z-index: -1;
	
} */
.site-menu{
    /* columns: 240px auto; */
	column-gap: 20px;
	columns: 300px auto;
}

.active-body .site-menu-list{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.header-bottom .contacts-main{
	text-align: right;
}
.menu-header-close{
	cursor: pointer;
	filter: invert(1);
}
.menu-header .hour-block, .menu-header .point-block .point-block-text{
	color: #fff;
}

.logo-wrapp{
	display: flex;
	align-items: center;
}
.logo-wrapp .logo-img img{
    max-width: 190px;
    max-height: 70px;
}
.logo-img img{
    max-width: 190px;
    max-height: 110px;
}
.logo-wrapp .logo-text-wrapp{
	display: flex;
	align-items: baseline;
	margin-left: 40px;
}
.logo-wrapp .logo-text-wrapp .header-links-wrapp{
	margin-left: 20px;
}
.logo-wrapp .logo-text-wrapp .header-links-wrapp .point-text{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
}
.logo-wrapp .logo-text-wrapp .header-links-wrapp .point-text .point-text-title{
	font-size: 14px;
	color: rgba(250, 250, 250, 0.7);
	position: relative;
	width: max-content;
	padding-right: 20px;
}

/*стрелочка выпадашки города*/
.logo-wrapp .logo-text-wrapp .header-links-wrapp .point-text .point-text-title::after{
	position: absolute;
	content: '';
    top: 50%;
    right: 0;
    transform: translateX(-50%);
    background: url('../img/header/blue-arrow-down.svg') center center no-repeat;
    background-size: contain;
   	width: 9px;
   	height: 5px;
}
.logo-wrapp .logo-text-wrapp .header-links-wrapp .point-text .point-text-descr{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
/**      ------  header моб -----       **/

    .menu-wrapper {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      max-width: 320px;
      height: 100vh;
	  background: #3C3636;
      overflow-y: auto;
      transition: left 0.3s ease;
      z-index: 9999;
      box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }

    .menu-wrapper.active { left: 0; }

    .menu-panel {
      display: none;
    }

    .menu-panel.active { display: block; }

    .menu-panel ul {
      list-style: none;
    }

    .menu-panel li {
      margin-bottom: 12px;
	  display: flex;
    }

    .menu-panel a,
    .menu-panel button {
      background: none;
      border: none;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      text-align: left;
      width: 100%;
	  font-family: "Nunito", sans-serif;
	font-weight: 700;
    }

    .menu-back-button {
		font-weight: 700;
		font-size: 18px;
		color: #fff;
		position: relative;
		padding-left: 40px;
	}
	.menu-back-button::after{
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url('../img/header/arrow_circle-left.svg') 50% 50% / contain;
		width: 30px;
		height: 30px;
	}


	.menu-header{
		padding: 15px;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
		background: #3C3636;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu-header .hour-block.side-circle::after{
		background: #3C3636;
	}
	.menu-header .point-block img {
		margin-right: 15px;
	}
	.menu-panel > ul{
		padding: 15px;
	}
	.menu-panel li a{
		display: block;
		position: relative;
	}
	.menu-panel li span{
		display: block;
		position: relative;
		width: 28px;
	}
	.menu-panel li span[data-target]::after{
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url('../img/header/arrow_circle-left-right.svg') 50% 50% / contain;
		width: 20px;
		height: 20px;
	}
	.menu-panel .site-menu .menu-item a img {
		margin-right: 10px;
	}
	.menu-panel .site-menu .menu-item a {
		position: relative;
		display: flex;
		align-items: center;
	}

/**      ------  main -----       **/

.main{
	padding: 0;
	position: relative;
	background: url('../img/main/main-bg.png') 50% 50% / cover;
	max-height: 560px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.main .main-slider-item{
	min-height: 600px;
	padding: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
}
.main .main-slider-item .main-title{
	font-weight: 400;
	font-size: 40px;
	line-height: 135%;
	color: #3c3636;
	margin-bottom: 30px;
}

.main .main-slider-item .main-slide p{
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 300%;
	color: rgba(60, 54, 54, 0.6);
	margin-bottom: 30px;
}



.slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}
.slick-dots li{
	width: 6px;
    height: 6px;
    background: rgba(161, 205, 233, 0.6);
	transition: 0.2s;
	border-radius: 100%;
	cursor: pointer;
	margin-right: 5px;
	position: relative;

}
.slick-dots li:last-child{
	margin-right: 0;
}
.slick-dots li > button{
	display: none;
}
.slick-dots li.slick-active{
	width: 30px;
    height: 8px;
	border-radius: 10px;
	background: #a1cde9;
}



.main-slider-container{
	display: none;
}
.slick-initialized{
	display: block!important;
}






form input, form textarea{
    padding: 14px 30px;
	border-radius: 100px;
    box-shadow: none;
	cursor: auto;
	box-sizing: border-box;
	background: #292929;
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fafafa;
	width: 100%;
	margin-bottom: 30px;
	border: 0;
}
form input::placeholder, form textarea::placeholder{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fafafa;
}
form input:focus::placeholder, form textarea:focus::placeholder{
	color: transparent;
	
}
form input:focus, form textarea:focus{
	border: 0;
	outline: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
form .btn{
	width: 100%;
}


/*///////////////////////////////////main-catalog//////////////////////////////////////////////*/

.menu-wrapper{
	display: block;
}
.header-top .header-contacts-icons{
	display: none;
	padding-right: 0;
	margin-right: 0;
}
.header-top .header-contacts-icons a img{
	filter: invert(1);
}
.main-page .header-bottom{
	padding: 40px 0;
}
.header-bottom-wrapp .site-menu .menu-item a{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.8);
	transition: 0.2s;
}
.header-bottom-wrapp .site-menu .menu-item a:hover{
	color: rgba(250, 250, 250, 1);
}
.header-bottom-wrapp .site-menu .menu-item > a{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 30px;
	display: block;
}
.header-bottom-wrapp .site-menu .menu-item{
	margin-bottom: 40px;
	-moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
.header-bottom-wrapp .site-menu .menu-item .sub-menu li{
	margin-bottom: 5px;
}
.site-menu-list {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s;
	position: absolute; /* или fixed, если нужно, чтобы меню накрывало экран */
	top: calc(100% + 40px);
	left: 0;
	width: 100%;
	z-index: 100; /* поверх подложки (z-index у подложки — 90) */
  }
  .site-menu-list::after{
	position: absolute;
	content: '';
	bottom: 100%;
	right: 0;
	width: 0;
	height: 0;
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 0px 0px 30px 30px;
	border-color: transparent transparent rgba(41, 41, 41, 0.95) transparent;
  }
  .active-body .site-menu-list {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  .active-body .header-top{
	opacity: 0.4;
  }
  
 
  /*///////////////////////////////////  bread-crumbs   //////////////////////////////////////////////*/
  .bread-crumbs {
	padding: 0 0;
    padding-top: 10px;
	padding-bottom: 10px;
	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;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(250, 250, 250, 0.4);
    margin-right: 24px;
}
.single-bread-crumbs.bread-crumbs .bread-crumbs-item, .single-bread-crumbs.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item a{
	color: rgba(250, 250, 250, 0.4);
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item::before {
    position: absolute;
	content: '→';
	color: rgba(250, 250, 250, 0.4);
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
.single-bread-crumbs.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item::before {
	color: rgba(250, 250, 250, 0.4);
}
.single-bread-crumbs.bread-crumbs{
	padding-bottom: 30px;
	position: inherit;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item a {
	margin-right: 0px;
	font-weight: 300;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item:last-child::before{
	display: none;
}
.bread-crumbs .bread-crumbs_wrapp .bread-crumbs-item:last-child{
	font-weight: 500;
}

.header .search-block .search-block-close, .header-search-icon{
	display: none;
}


/*///////////////////////////////////title//////////////////////////////////////////////*/

.section-title-wrapp{
	text-align: center;
	margin-bottom: 70px;
}
.page-title{
	line-height: 175%;
}
	

.page-title, .page-title span{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 40px;
	
	text-transform: uppercase;
	text-align: center;
	color: #a1cde9;
	text-transform: uppercase;
}
.page-title span{
	color: #fafafa;
}
h1.page-title{
	font-size: 40px;
}
.page-subtitle {
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #fafafa;
	margin-bottom: 10px;
}

/*///////////////////////////////////assortment//////////////////////////////////////////////*/

.assortment-block{
	overflow: hidden;
	background: transparent;
	height: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
	align-items: center;
}
.assortment-content-catalog > div{
	margin-bottom: 40px;
}
.assortment-block:hover .border-img-box img{
	transform: scale(1.1);
}
.assortment-block .border-img-box img{
	width: 100%;
	transition: 0.2s;
	object-fit: cover;
}
.assortment-block .assortment-block-text{
    padding: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 20px;
	background: #070707;
	width: calc(100% - 40px);
	margin-top: -20px;
    position: relative;
}
.assortment-block .assortment-slider-title{
	margin-bottom: 20px;
	display: block;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #fafafa;
}
.assortment-block .assortment-slider-tags{
	display: flex;
	flex-wrap: wrap;
}
.assortment-block .assortment-slider-tags .assortment-tag, .assortment-block .assortment-slider-tags .assortment-tag a{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.6);
}
.assortment-block .assortment-slider-tags .assortment-tag{
	margin-bottom: 5px;
}
.assortment-block .assortment-slider-tags .assortment-tag:nth-child(odd){
	flex-basis: 70%;
}

.assortment-block .assortment-slider-tags .assortment-tag a{
	color: #a1cde9;
}
.max-content-width{
	max-width: 1290px;
	margin: 0 auto;
	width: 100%;
}

.stat-text{
    margin: 15px 0 30px;
}
.stat-text h1.page-title{
    text-align: start;
    line-height: 1.2;
    font-size: 25px;
}
.stat-text .content-block-2-tag{
    margin: 10px 0;
    color: rgba(250, 250, 250, 0.6);
}
.stat-text .box-img{
	margin: 0 0 20px;
}
.stat-text .stat-text-block{

}
.stat-text .stat-text-block img{
	margin: 0 0 20px;
	border-radius: 20px;
}



.sidebar-news{
    margin: 15px 0 0;
}
.sidebar-news .content-block-2{
    margin: 0 0 30px;
}
.sidebar-news .sidebar-news__title{
    text-align: start;
    line-height: 1.2;
    font-size: 25px;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    color: #a1cde9;
    text-transform: uppercase;
}
.sidebar-news .content-block-2 .box-img {
    margin-bottom: 20px;
}
.sidebar-news .content-block-2 .content-block-2-title{
    margin-bottom: 15px;
}


.assortment-block-info{
	display: flex;
    position: absolute;
    top: 30px;
    left: 30px;
}
.assortment-block-img{
	position: relative;
}
.assortment-block-info .assortment-block-info-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #121212;
	max-width: 240px;
}

.assortment-block-img .border-img-box{
	background: #a1cde9;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	    min-height: 183px;
}
.assortment-block-info .assortment-block-info-tag{
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.7);
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}


.assortment.assortment-more .assortment-block-info{
	top: 20px;
    left: 20px;
}
.assortment.assortment-more .assortment-block-info .assortment-block-info-title{
	max-width: 200px;
}


/*///////////////////////////////////footer//////////////////////////////////////////////*/
.footer-block{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-menu-title{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fafafa;
	margin-bottom: 20px;
	/* margin-left: 5px; */
}
.footer-menu-list a {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: rgb(250 250 250 / 80%);
}
.footer-block .footer-contacts-item, .footer-block .footer-contacts-item a, .contacts-bg-block .contacts-item, .contacts-bg-block .contacts-item a{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.4);
}
.footer-block .footer-contacts-item, .contacts-bg-block .contacts-item{
	display: flex;
	align-items: center;
    margin-bottom: 8px;
}
a.footer-contacts-item.contacts-item-mail {
    margin-bottom: 0px;
}
.footer-block .footer-contacts-item img, .contacts-bg-block .contacts-item img{
	margin-right: 10px;
}
footer{
	background: #070707;
	margin-bottom: 20px;
}
.footer-top {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-bottom{
	background: #131313;
	height: 50px;
	display: flex;align-items: center;
}
.footer-bottom .footer-bottom-wrapp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .footer-block, .footer-bottom .footer-block a, .footer-bottom .footer-block p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.4);margin-bottom: 0;
}
.footer-bottom .header-contacts-icons{
	display: flex;
}
.footer-bottom .contacts-icon{
	display: flex;
	margin-left: 30px;
}





/*///////////////////////////////////form-section//////////////////////////////////////////////*/


.form-section .form-wrapp{
	background: #070707;border-radius: 20px;
	padding: 80px;
}
.form-section form input, .form-section form textarea, .form-section .btn{
	height: 60px;
}
.form-section .btn{
	padding-top: 19px;
}
.form-section .form-info{
	display: flex;
	justify-content: center;
}
.form-section .form-info p{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.8);
}
.form-section form{
	max-width: 1154px;
	margin: 0 auto;
}


.block-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 40px;
}
.num-list {
	list-style: none;           /* скрываем стандартную нумерацию */
	margin: 0;
	padding: 0;
	counter-reset: step;        /* заводим счётчик */
  }
  .num-list > li {
	counter-increment: step;    /* увеличиваем на каждом li */
	position: relative;
	padding-left: 3.5rem;       /* место под номер */
	margin-bottom: 30px;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fafafa;
  }
  .num-list > li span{
	display: block;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
    text-transform: none;
	margin-top: 10px;
  }
  
  .num-list > li::before {
	content: counter(step, decimal-leading-zero); /* 01, 02, 03... */
	position: absolute;
	left: 0;
	top: -10px;
	font-variant-numeric: tabular-nums; /* ровные цифры */
	width: 30px;
	height: 30px;
	background: #a1cde9;
	font-family: "Nunito", sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #070707;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
  }

  .form-content-wrapp .row{
	align-items: center;
  }
  .form-section.form-section-double .form-info .btn{
	max-width: 274px;
	margin-right: 30px;
  } 
  .form-section.form-section-double .form-info{
	align-items: center;
	margin-top: 10px;
  }

/*///////////////////////////////////our-works//////////////////////////////////////////////*/
	.our-works{
		overflow: hidden;
	}
  .works-wrapp{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	min-width: 2174px;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .works-wrapp .works-block{
	flex-basis: calc(15% - 30px);
	display: flex;
	border-radius: 20px;
	overflow: hidden;
  }
  .works-wrapp .works-block img{
	transition: 0.2s;
  }
  .works-wrapp .works-block:hover img{
	transform: scale(1.1);
  }
  .clients{
	margin-top: 100px;
  }
  .clients .clients-wrapp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 55px;
}
.clients .clients-wrapp .clients-block{
	display: flex;
	overflow: hidden;
	border-radius: 100px;
}
.btn-wrapp-center{
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.text-content .row{
	margin-bottom: 20px;
	margin-top: 40px;
}
.text-content h2{
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fafafa;
    margin-bottom: 20px;
    line-height: inherit;
}
.text-content p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
	margin-bottom: 20px;
}
.text-content h3{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 20px;line-height: inherit;
}

.tags-list{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 40px;
}
.tags-list .tags-list-item{
	border-radius: 100px;
    padding: 5px 12px;
	background: rgba(250, 250, 250, 0.1);
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.6);
	transition: 0.2s;
}
.tags-list .tags-list-item.active, .tags-list .tags-list-item:hover{
	background: #a1cde9;
	color: #292929;
}
.tags-list .tags-list-item.active{
	font-weight: 700;
}

.bg-black-wrapp{
	border-radius: 20px;
	background: #070707;
	padding: 100px 10px;
}

.features-num-wrapp {
    display: flex;
    margin-top: 70px;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.features-num-wrapp .features-num-item {
	padding: 30px 40px;
	border-radius: 20px;background: #292929;
	display: flex;
	flex-direction: column;
}
.features-num-wrapp .features-num-item .features-num-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-transform: uppercase;
	color: #a1cde9;
	margin-bottom: 15px;
	line-height: normal;
}
.features-num-wrapp .features-num-item .features-num-subtitle {
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #fafafa;
}




.features-content .features-block{
	display: flex;
	align-items: center;
	padding: 25px 30px;
	border-radius: 20px;
	background: #292929;
	height: 100%;
}
.features-content .features-block .features-block-img{
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	margin-right: 30px;
	min-width: max-content;
}
.features-content .features-block .features-block-text .features-block-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 10px;
}
.features-content .features-block .features-block-text p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
	margin-bottom: 0px;
}
.features-content .row > div{
	margin-bottom: 30px;
}



.technologies-block .technologies-block-img{
	overflow: hidden;border-radius: 20px;
	margin-bottom: 40px;
	display: flex;
}
.technologies-block .technologies-block-img img{
	width: 100%;
}
.technologies-block .technologies-block-title, .technologies-block .technologies-block-title span{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fafafa;
    text-transform: uppercase;
}
.technologies-block .technologies-block-title{
	margin-bottom: 25px;
}
.technologies-block .technologies-block-title span{
	color: #a1cde9;
}
.technologies-block p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fafafa;
}


.slider-item-stars-wrapp {
    position: relative;
    height: 20px;
    width: 128px;
}
.slider-item-stars {
    position: relative;
    top: 0;
    background: url('../img/reviews/stars.png') no-repeat;
    left: 0;
    height: 20px;
    width: 100%;
}

.reviews-slider-wrapp{
	position: relative;
}
.reviews-block{
	background: #070707;
	border-radius: 20px;
	padding: 30px;
	margin: 0 15px;
	height: 100%;
}
.reviews-block .reviews-block-name{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: n;
	text-transform: uppercase;
	color: #fafafa;
}
.reviews-block .reviews-block-date{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.4);
	margin-top: 10px;
}
.reviews-block p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.6);
}
.main-star-info{
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
}
.main-star-info::after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: rgba(250, 250, 250, 0.1);
	right: 0;
}
.main-star-wrapp{
	margin-top: 10px;
}
.main-star-wrapp, .main-star-info{
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-star-info-icon{
	display: flex;
	margin-right: 10px;
}
.main-star-info-text, .main-star-info-num{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(250, 250, 250, 0.9);
}
.main-star-info-num{
	color: rgba(250, 250, 250, 0.6);
	margin-left: 5px;
}
.reviews-block .slider-item-stars-wrapp{
	margin-top: 20px;
	margin-bottom: 20px;
}
.reviews-slider .slick-track{
	display: flex !important;
}
.reviews-slider .slick-slide{
	height: inherit !important;
}
.bg-black-wrapp .reviews-slider .slick-slide{
	background: #131313;
}
.contacts-bg-block{
	padding: 30px;
	border-radius: 20px;
	background: #292929;    
	height: 100%;
}

.contacts-bg-block .contacts-item:last-child{
	margin-bottom: 0px;
}

.contacts-wrap{
	border-radius: 20px;
	overflow: hidden;
	margin-top: 30px;
}
.contacts-content .info-header{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.contacts-content .info-header .info-header-tab{
	width: 100%;
	cursor: pointer;
}
.contacts-content .info-header .info-header-tab.active .contacts-bg-block{
	background: #070707;
}
.contacts-bg-block h3{
	margin-bottom: 10px;
}

.content-block{
	padding: 35px 30px;
	border-radius: 20px;
	background:  #292929;
	width: 100%;
	height: 100%;
}
.content-block.content-block-black {
	background: #070707;
}
.circle-list{
	list-style: none;
    margin: 0;
    padding: 0;
}
.circle-list > li {
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 30px;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
}
.circle-list > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #a1cde9;
    font-weight: 900;
    font-size: 16px;
    border-radius: 50%;
}

.delivery .row {
	row-gap: 30px;
}
.circle-list > li span{
	display: inline-flex;
    align-items: center;
}
.circle-list > li span img{
	margin-left: 30px;
}

.border-bottom-section{
	border-bottom: 2px solid rgba(250, 250, 250, 0.1);
	padding-bottom: 100px;
}

.half-title, .half-title span{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 214%;
	text-transform: uppercase;
	color: #fafafa;
}
.half-title span{
	color: #a1cde9;
	display: block;
	margin-bottom: 5px;
}
.half-title.f-20, .half-title.f-20 span{
	font-size: 20px;
}

.news-block-item{
	display: flex;
	align-items: center;
	border-radius: 20px;
	background: #292929;
	padding: 10px;
	gap: 30px;
}
.news-block-item-img {
	flex: 0 0 auto;         
}
.news-block-item-text-wrapp{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-block-item-text-wrapp .news-block-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 20px;
}
.news-block-item-text-wrapp p, .news-block-item-text-wrapp .news-block-date{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
}
.news-block-item-text-wrapp .news-block-date{
	padding-top: 20px;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.4);
	border-top: 1px solid rgba(250, 250, 250, 0.1);
	width: max-content;
}


.text-content ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.text-content ul li {
    position: relative;
	padding-left: 2rem;
    margin-bottom: 30px;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
}
.text-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
	top: 8px;
    width: 6px;
    height: 6px;
    background: #a1cde9;
    border-radius: 50%;
}

.requirements-wrapp .row{
	margin-bottom: 50px;
}


/*///////////////////////////////////questions//////////////////////////////////////////////*/
.drop-list-item .drop-list-item-content{
	display: none;
	padding-top: 20px;
}

.questions .drop-list-item-title{
	cursor: pointer;
	padding: 0px 30px;
	padding-right: 60px;
    display: flex;
    align-items: center;
    height: 60px;
	transition: 0.2s;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fafafa;
	border-radius: 20px;
	background: #121212;
	line-height: normal;
	padding-top: 10px;
}
.questions .drop-list-item-content{
	padding: 30px 10px 20px 0px ;
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #3c3636;
	opacity: 0.9;
	position: relative;
}

.questions .drop-list-item-content p, .questions .drop-list-item-content ul li{
	margin-bottom: 3px;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.questions .drop-list-item-content p{
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.questions .drop-list-item{
	margin-bottom: 10px;
	position: relative;
}
.questions .drop-list-close{
	position: absolute;
	top: 23px;
    right: 30px;
    width: 22px;
	height: 13px;
	background: url('../img/drop-arrow-down.svg') no-repeat;
	background-size: contain;
	transition: 0.2s;
	pointer-events: none;
}
.questions .drop-list-item:last-child{
	padding-bottom: 0px;margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
}
.questions .drop-list-item.arrow-rotate .drop-list-close{
    transform: rotate(-180deg);
	filter: invert(1);
    opacity: 0.9;
}
.questions .drop-list-item.arrow-rotate .drop-list-item-title{
    background: #a1cde9;color: #070707;
}

.parameters-wrapp p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
	margin-top: 10px;
}
.parameters-wrapp .row{
	row-gap: 50px;
}

.parameters-more .content-block{
	height: auto;
	margin-bottom: 10px;
	padding: 20px 20px;
}
.parameters-more .content-block p:last-child{
	margin-bottom: 0;
}
.parameters-more .content-block h3{
	margin-bottom: 15px;
}
.parameters-more  .parameters-more-wrapp .main-param-content p{
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 156%;
	color: rgba(250, 250, 250, 0.8);
}
.text-img-big{
	margin-bottom: 70px;
}
.parameters-steps-wrapp{
	display: flex;
	align-items: center;
	gap: 60px;
}
.parameters-steps-wrapp .parameters-steps-item{
	position: relative;

}
.parameters-steps-wrapp .parameters-steps-item .parameters-steps-num{
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.5);
}


.main-sale .half-title span{
	display: inline-block;
}
.main-sale .half-title {
	margin-bottom: 20px;
}
.main-sale .content-block-2-bottom{
	margin-top: 20px;
}
.main-sale .row{
	row-gap: 30px;
}



.main-slider-wrapp .slick-track{
	width: 100%;
}
.main-slider-wrapp .category-slider-text .main-title, .main-slider-wrapp .category-slider-text .main-title span{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 160%;
	text-transform: uppercase;
}
.main-slider-wrapp .category-slider-text .main-title{
	max-width: 800px;
}
.main-slider-wrapp .ul-check-list .ul-check-list-item{
	flex-basis: auto;
	margin-right: 40px;
}
.main-slider-wrapp .ul-check-list .ul-check-list-item:last-child{
	margin-right: 0;
}
.main-slider-wrapp .row{
    align-items: center;
}
.main-slider-wrapp .half-title span{
	display: contents;
}
.main-slider-wrapp .ul-check-list{
	margin-bottom: 60px;
}
.main-slider-wrapp .box-img{
	justify-content: center;
    align-items: center;
	border-radius: 20px;
}
.main-slider-wrapp .box-img video{
    max-height: 500px;
}
.main-slider-wrapp .slider-single-arrows{
	width: max-content;
    bottom: 20%;
	top: auto;
    transform: translateX(calc(-50% - 200px));
    left: 50%;
}
.main-slider-wrapp .slider-single-arrows .slider-arrow{
	width: 30px;
	height: 30px;
}
.main-slider-wrapp .slider-single-arrows .slider-arrow::before{
	width: 30px;
	height: 30px;
}
.main-slider-wrapp .slider-single-arrows .slick-dots{
	margin-top: 0;
}
.main-slider-wrapp .slider-single-arrows .slider-arrow-right{
	order: 3;
}
.main-slider-wrapp .slider-single-arrows .slick-dots{
	order: 2;
	margin: 0 30px;
	position: relative;
	padding: 0 50px;
}
.main-slider-wrapp .slider-single-arrows .slick-dots::after{
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: rgba(161, 205, 233, 0.2);
}
.main-slider-wrapp .slick-dots li{
	background: #a1cde9;
	width: 6px;
	margin-right: 20px;
}
.main-slider-wrapp .slick-dots li:last-child{
	margin-right: 0;
}
.main-slider-wrapp .slick-dots li.slick-active{
	width: 10px;
	height: 10px;
}
.main-slider-wrapp{
	position: relative;
}
.main-slider-wrapp .slider-single-arrows .slider-arrow.slick-disabled{
	opacity: 0.2;
}



.assortment-block-img .border-img-box{
	background: #070707;
}
.label-grid .assortment-block-info .assortment-block-info-title{
	color: #fafafa;
    max-width: 240px;
	margin-bottom: 10px;
}
.label-grid .assortment-block-info{
	flex-direction: column;
}
.label-grid  .assortment-block-img{
	border-radius: 20px;
    overflow: hidden;
    display: flex;
}
.label-grid .assortment-block-info p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(250, 250, 250, 0.6);
	max-width: 130px;
}

.label-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.label-card-1 { grid-area: 1 / 1 / 3 / 2; }
.label-card-2 { grid-area: 1 / 2 / 2 / 3; }
.label-card-3 { grid-area: 1 / 3 / 2 / 4; }
.label-card-4 { grid-area: 1 / 4 / 2 / 5; }
.label-card-5 { grid-area: 2 / 2 / 3 / 3; }
.label-card-6 { grid-area: 2 / 3 / 3 / 4; }
.label-card-7 { grid-area: 3 / 1 / 4 / 2; }
.label-card-8 { grid-area: 3 / 2 / 4 / 3; }
.label-card-9 { grid-area: 3 / 3 / 4 / 4; }
.label-card-10 { grid-area: 2 / 4 / 4 / 5; }




.popup-wrapp{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 540px;
	/* display: none; */
}
.popup-wrapp .sidebar-form{
	margin: 0 auto;
}
.popup-wrapp .pop-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fafafa;
	margin-bottom: 20px;
}

.popup-wrapp .pop-subtitle{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgba(250, 250, 250, 0.6);
	margin-bottom: 40px;
}
.popup-wrapp .popup{
	height: 100%;
	display: flex;
    align-items: center;
}
.popup-wrapp p{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: rgba(250, 250, 250, 0.6);
}
.popup-wrapp form input, .popup-wrapp form textarea{
	background: #35393c;
	margin-bottom: 20px;
}
.popup-wrapp .sidebar-form .checkbox{
	display: flex;
}
.popup-wrapp .sidebar-form .btn{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 270px;
}
.popup-wrapp .sidebar-form::before{
	display: none;
}
.popup-wrapp > a{
	display: none;
}
.popup-wrapp .popup .close-modal{
	position: absolute;
    top: -35px;
    right: 0px;
	display: flex;
}
.blocker {
	background: rgba(7, 7, 7, 0.6);
    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;
}

.popup-form-block{
	background: #292929;
	border-radius: 20px;
	padding: 60px;
	position: relative;
}
.popup-wrapp .btn{
	height: 50px;
}



.popup-check-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popup-btn{

}
.popup-check{
	padding: 0;
}
.popup-check .popup-form-block{
	padding: 0;
}
.popup-check .popup-form-block form{
	display: flex;
	align-items: stretch;
}
.popup-check .popup-check-wrapp{
	padding: 40px 30px 40px 30px;
}
.popup-check .popup-check-dialog{
	padding: 40px 30px;
	background: rgba(161, 205, 233, 0.1);
	border-radius: 0 20px 20px 0;
}
.popup-btn .popup-btn-wrapp{
	display: flex;
	align-items: center;
}
.progress {
	position: relative;
	height: 8px;
	background: rgba(250, 250, 250, 0.1);
	border-radius: 999px;
	overflow: hidden;    width: 100%;
  }
  
  /* заполнение */
  .progress__fill {
	height: 100%;
	background: #a1cde9;
	border-radius: inherit;
	transition: width .25s ease; /* можно убрать */
  }
  
  /* маркер (опционально) */
  .progress__dot {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: red;
	box-shadow:
	  0 0 0 3px rgba(55,125,255,.25),
	  inset 0 0 0 2px #fff;
	pointer-events: none;
  }

  .check-dialog-admin{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
  }
  .popup-check-dialog{
	max-width: 260px;
  }
  .check-dialog-img{
	position: relative;
	margin-right: 20px;
  }
  .check-dialog-img .check-dialog-img-wrapp{
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	min-width: max-content;
  }
  .check-dialog-img .check-dialog-img-active{
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0px;
    right: 0px;
	border-radius: 100%;
	border: 2px solid #35393c;
	background: #48c95f;
  }
  .check-dialog-img .check-dialog-img-active.red{
	background: red;
  }
.popup-check.popup-wrapp{
	max-width: 1290px;
	text-align: left;
}
.popup-check.popup-wrapp p{
	text-align: left;
}
.check-dialog-admin-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	color: #fafafa;
	margin-bottom: 5px;
}
.check-dialog-admin-subtitle{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(250, 250, 250, 0.6);
}
.check-dialog-mess {
	background: rgba(250, 250, 250, 0.1);
	padding: 20px;
	border-radius: 20px;
}
.check-dialog-mess p{
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fafafa;
}
.checkbox input[type="checkbox"]:checked + label, .checkbox input[type="radio"]:checked + label{
	background: red;
}
.popup-variants{
	
}

@media (min-width: 1600px){
	.container {
		max-width: 1630px;
	}
}


@media (max-width: 1600px){

	.logo-wrapp .logo-text-wrapp{
		margin-left: 20px;
	}
	.logo-wrapp .logo-text-wrapp .header-links-wrapp {
		margin-left: 10px;
	}
	.header .header-contacts-icons{
		margin: 0 25px;
	}
	.header .header-contacts-icons a:not(:last-child) {
		margin-right: 25px;
	}
	.header .search-block {
		margin-right: 25px;
	}
	.header .header-contacts-wrapp a.contacts-item-phone{
		font-size: 16px;
	}
	.header .search-block form input{
		min-width: 100%;
	}
	.main-page .header-bottom {
		padding: 20px 0;
	}
	.footer-block{
		flex-wrap: wrap;
	}
	.clients .clients-wrapp {
		gap: 30px;
	}	
	.works-wrapp {
		gap: 20px;
		min-width: 1600px;
	}
	.works-wrapp .works-block {
		flex-basis: calc(20% - 20px);
	}
	.features-num-wrapp .features-num-item {
		flex-basis: calc(50% - 15px);
	}
	.main-slider-wrapp .slider-single-arrows{
		position: inherit;
		transform: translateX(calc(-50% - 00px));
		left: 50%;
		bottom: 0;
		margin-top: 50px;
	}
	.assortment-block-info {
		top: 20px;
		left: 20px;
	}
	.label-grid{
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media (max-width: 1230px){
	.menu-wrapper{
		display: block;
	}
	.dis-none{
		display: block;
	}
	.site-menu-list{
		display: none;
	}
	.breadcrumbs{
		display: flex;
		flex-wrap: wrap;
	}
	header .phone-wrap {
		flex-direction: row;
		align-items: center;
	}
	header .phone-wrap a.download-link {
		margin-top: 0;
		padding: 0 17px;
		margin-left: 10px;
	}
	header .phone-wrap .download-link svg {
		margin-right: 0;
		width: 100%;
		max-width: 16px;
	}
	header .phone-wrap a.download-link span {
		display: none;
	}
	.header-main-wrapp{
		position: relative;
		align-items: center;
	}
	.header-main-wrapp .logo{
		margin-left: 30px;
		order: 2;
		transition: 0.5s;
	}

	header .header-main-wrapp .hamburger{
		margin-left: 0;
		order: 1;
	}
	header .header-main-wrapp .hamburger.active-menu{
		pointer-events: none;
	}
	header .phone-wrap{
		flex-grow: 1;
		order: 3;
		justify-content: flex-end;
	}

	header .site-menu .menu-item > a ~ .sub-menu{
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
		position: relative;
		top: 0;
		left: 0;
		z-index: 50;
		min-width: 130px;
		max-width: 100%;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		height: 0;
		pointer-events: none;
		transition:0s;
	}

	header .site-menu .menu-item.active > a ~ .sub-menu{
		opacity: 1;
		visibility: visible;
		height: auto;
		pointer-events: all;
		margin-top: 5px;
	}
	header .site-menu > li::after{
		display: none;
	}
	header .site-menu .menu-item > a, header .site-menu .menu-item > a ~ .sub-menu > li, header .site-menu .menu-item > a ~ .sub-menu > li a{
		transition:0s;
	}



	header .site-menu .menu-item > a:hover{
		color: #fff;
	}
	header .site-menu > li:not(:last-child), header .site-menu > li.menu-item-has-children{
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	header .site-menu .menu-item > a{
		max-width: 100%;
		white-space: initial;
	}
	header .site-menu{
		padding: 40px 60px 20px 20px;
		text-align: left;
	}
	header .btn{
		display: none;
	}
	header .site-menu .menu-item > a ~ .sub-menu > li a{
		font-size: 14px;
    line-height: 20px;
	}
	.header .header-contacts-icons{
		margin-right: 0;
	}

	.header-top-menu .site-menu, .header-top-menu .hour-block{
		display: none;
	}
	.point-block-wrapp .hour-block{
		display: flex;
		margin-left: 17px;
		padding-left: 17px;
	}
	.point-block-wrapp{
		display: flex;
		align-items: center;
	}
	.hour-block.side-circle::before, .header-contacts-wrapp{
		display: none;
	}
	.hour-block.side-circle::after{
		display: block;
		background: #f4f0eb;
		height: 4px;
		width: 4px;
		left: -2px
	}
	.header-bottom .header-contacts-icons .contacts-icon-profile,
	.header-bottom .header-contacts-icons .contacts-icon-like,
	.header-bottom .header-contacts-icons::after{
		display: none;
	}
	.header-bottom .header-contacts-icons{
		padding-left: 0;
		margin-right: 25px;
	}
	.header-top .header-contacts-icons{
		display: flex;
		padding-right: 0;
		margin-right: 0;
	}
	header {
		z-index: 90;
	}
	.menu-panel .contacts-item-phone{
		font-weight: 400;
		font-size: 22px;
		color: #fff;
		padding: 15px;
	}
	.header-top{
		display: none;
	}
	.header .search-block{
		position: absolute;
		left: 0;
		top: -200%;
		width: 100%;
		height: auto;
		padding: 0px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #121212;
		z-index: 99;
		transition: 0.5s;
	}
	.header .search-block .search-block-close{
		display: flex;
		cursor: pointer;
		right: 20px;
        top: 20px;
        position: absolute;
		filter: invert(1);
	}
	.search-block.search-block-show {
		top: 0%;
		padding: 30px 0px;
	}
	.header-search-icon{
		cursor: pointer;
		margin-right: 25px;
		display: flex;
	}


	/* точка-разделитель по центру промежутка */
	.site-menu .menu-item-has-children > .sub-menu{ display:none; }
	.site-menu .menu-item-has-children.active > .sub-menu{ 
		display:block;
		padding-left: 30px;
        padding-top: 10px;
	}
	.header-top-menu .site-menu .menu-item.active::after{
		display: none;
	}
	section{
		padding: 50px 0 50px 0;
	}
	.section-title-wrapp {
		margin-bottom: 50px;
	}
	.assortment-block .assortment-block-text{
		padding: 15px;
		width: calc(100% - 20px);
		margin-top: -10px;
	}
	.assortment-block .assortment-slider-title {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.assortment-block-info .assortment-block-info-title{
		font-size: 14px;
		max-width: 210px;
	}
	.assortment-block-info{
		top: 15px;
		left: 15px;
	}

	.form-section .form-wrapp {
		background: #070707;
		border-radius: 20px;
		padding: 40px;
	}
	.page-title, .page-title span{
		font-size: 36px;
	}
	.form-section.form-section-double .form-info{
		flex-direction: column;align-items: baseline;
	}
	.form-section.form-section-double .form-info .btn{
		margin-right: 0;
		margin-bottom: 10px;
	}

	.form-section.form-section-single form .row .col-md-4{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.form-section.form-section-single .form-info{
		margin-top: 20px;
	}
	.num-list > li{
		padding-left: 3rem;
	}

	.works-wrapp {
        min-width: 1200px;
    }
	.clients {
		margin-top: 60px;
	}
	.btn-wrapp-center {
		margin-top: 60px;
	}

	.assortment.assortment-more .assortment-content-catalog > div{
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
	.assortment.assortment-more .assortment-block-info .assortment-block-info-title {
		max-width: 190px;
	}
	.bg-black-wrapp{
		padding: 50px 10px;
	}
	.technologies-block .technologies-block-img {
		margin-bottom: 20px;
	}
	.technologies-block .technologies-block-title{
		margin-bottom: 15px;
	}
	.technologies-block .technologies-block-title, .technologies-block .technologies-block-title span{
		font-size: 14px;
	}
	.technologies-content .row > div{
		margin-bottom: 30px;
	}

	.news-block-item{
		flex-direction: column;
	}
	.news-block-item-img {
		flex: 0 0 auto;
		width: 100%;
	}
	.news-block-item-img img{
		width: 100%;
	}

	.label-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(6, 1fr); /* 6 «рядов»: 2+2+2 */
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.label-grid .assortment-block-img .border-img-box, .label-grid .assortment-block-img{
		width: 100%;
	}
	
	/* 1–3: сверху
	   1 — большой справа (2 ряда)
	   2,3 — маленькие слева один под другим
	*/
	.label-card-1  { grid-area: 1 / 2 / 3 / 3; } /* rows 1-2, col 2 */
	.label-card-2  { grid-area: 1 / 1 / 2 / 2; } /* row 1, col 1 */
	.label-card-3  { grid-area: 2 / 1 / 3 / 2; } /* row 2, col 1 */
	
	/* 4–7: середина — 2 слева, 2 справа */
	.label-card-4  { grid-area: 3 / 1 / 4 / 2; } /* row 3, col 1 */
	.label-card-5  { grid-area: 3 / 2 / 4 / 3; } /* row 3, col 2 */
	.label-card-6  { grid-area: 4 / 1 / 5 / 2; } /* row 4, col 1 */
	.label-card-7  { grid-area: 4 / 2 / 5 / 3; } /* row 4, col 2 */
	
	/* 8–10: снизу
	   10 — большой слева (2 ряда)
	   8,9 — маленькие справа один под другим
	*/
	.label-card-10 { grid-area: 5 / 1 / 7 / 2; } /* rows 5-6, col 1 */
	.label-card-8  { grid-area: 5 / 2 / 6 / 3; } /* row 5, col 2 */
	.label-card-9  { grid-area: 6 / 2 / 7 / 3; } /* row 6, col 2 */
}
@media (max-width: 992px){

	.logo-wrapp .logo-text-wrapp{
		display: none;
	}
	.assortment.assortment-more .assortment-content-catalog > div{
		flex: 0 0 50%;
        max-width: 50%;
	}
	.assortment-block-img{
		width: 100%;
	}

	.features-num-wrapp .features-num-item {
        flex-basis: calc(50% - 5px);    
		padding: 20px 20px;
    }
	
	.features-num-wrapp {
		gap: 10px;margin-top: 40px;
	}
	.features-num-wrapp .features-num-item .features-num-title{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.features-num-wrapp .features-num-item .features-num-subtitle{
		font-size: 14px;
	}
	.features-content .features-block{
		padding: 20px 20px;
	}
	.features-content .row > div {
		margin-bottom: 20px;
	}
	.features-content .features-block .features-block-img{
		margin-right: 20px;
	}
	.contacts-content .info-header {
		gap: 10px;
	}
	.parameters-more-wrapp .row > div{
		flex: 0 0 100%;
        max-width: 100%;
	}
	.parameters-more{
		background: #070707;
	}
	.text-img-big {
		margin-bottom: 30px;
	}
	.main-slider-wrapp .category-slider-text .main-title, .main-slider-wrapp .category-slider-text .main-title span{
		font-size: 36px;
		line-height: 120%;
	}
	.main-slider-wrapp .ul-check-list{
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.main-slider-wrapp .box-img{
		justify-content: center;
		margin-bottom: 30px;
	}
	.main-slider-wrapp .row {
		flex-direction: column-reverse;
	}
	.label-grid{
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.label-grid .assortment-block-info .assortment-block-info-title{
		font-size: 12px;
	}
	.label-grid .assortment-block-info p{
		font-size: 12px;
	}
}
@media (max-width: 768px){

	.logo-wrapp .logo-img img {
		max-width: 120px;
	}

	.header-bottom-wrapp .header-contacts:first-child {
		flex-basis: 40%;
	}
	.burger{
		width: 50px;
		height: 50px;
	}
	.burger img{
		transform: scale(0.8);
	}
	.assortment-block-info .assortment-block-info-title {
        font-size: 12px;
        max-width: 180px;
    }
	.assortment-block-info {
        top: 10px;
        left: 10px;
    }
	.footer-top .logo-img{
		margin-bottom: 20px;
	}
	.clients .clients-wrapp {
        gap: 15px;
		justify-content: center;
    }
	.works-wrapp {
        min-width: 900px;
		gap: 10px;
    }
	.works-wrapp .works-block{
		flex-basis: calc(20% - 10px);
	}
	.bg-black-wrapp{
		padding: 0px 0px;
		background: transparent;
	}
	.contacts-content .row .col-xs-12{
		margin-bottom: 20px;
	}
	.contacts-content .info-header {
		flex-direction: column;
	}
	.content-block{
		padding: 25px 15px;
	}
	.circle-list > li{
		padding-left: 2rem;    
		margin-bottom: 20px;
	}
	.circle-list > li span img {
		margin-left: 10px;
	}
	.news-block .row{
		gap: 30px;
	}
	.requirements-wrapp .half-title{
		margin-bottom: 20px;
	}
	.text-content ul li{
		margin-bottom: 15px;
	}
	.questions .drop-list-item-content p {
		padding-left: 15px;
		margin-bottom: 5px;
	}
	.questions .drop-list-item-content p, .questions .drop-list-item-content ul li{
		font-size: 15px;
	}
	.questions .drop-list-item-title{
		font-size: 12px;
		padding-top: 4px;
	}
	.questions {
		background: #070707;
	}
	.half-title.f-20, .half-title.f-20 span{
		font-size: 14px;
	}
	.parameters-steps-wrapp {
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer-block {
        flex-wrap: wrap;
        margin: 0 0 23px;
    }
}
@media (max-width: 576px){
	.header-bottom .header-contacts-icons{
		margin: 0 15px;
		margin-right: 15px;
	}
	.header .header-contacts-icons a:not(:last-child) {
        margin-right: 15px;
    }
	.header-search-icon {
        margin-right: 20px;;
    }
    .header .header-contacts-icons a {
        transform: scale(0.8);
    }
	.page-title, .page-title span {
        font-size: 30px;
    }
	.page-subtitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.form-section .form-wrapp{
		padding: 40px 15px;
	}
	.assortment.assortment-more .assortment-content-catalog > div:nth-child(even){
		padding-left: 5px;
	}
	.assortment.assortment-more .assortment-content-catalog > div:nth-child(odd){
		padding-right: 5px;
	}
	.assortment.assortment-more .assortment-content-catalog > div {
		margin-bottom: 20px;
	}
	.assortment.assortment-more .assortment-block-info .assortment-block-info-title {
        max-width: 100px;
		font-size: 10px;
    }
	.assortment.assortment-more .assortment-block-info {
		top: 10px;
		left: 10px;
	}
	.features-num-wrapp .features-num-item{
		flex-basis: 100%;
	}
	.page-title, .page-title span{
		line-height: normal;
	}
	.text-content .row{
		margin-top: 20px;
	}
	.main-star-wrapp{
		flex-direction: column;
	}
	.main-star-info {
		margin-right: 0px;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.main-star-info::after{
		display: none;
	}
	.slick-dots {
		margin-top: 30px;
	}
	.header .header-bottom{
		padding-bottom: 0;
	}
	.text-content ul li{
		font-size: 14px;
	}
	.requirements-wrapp .row {
		margin-bottom: 20px;
	}
	.parameters-wrapp .row{
		row-gap: 20px;
	}
    .main-slider-wrapp .category-slider-text .main-title, .main-slider-wrapp .category-slider-text .main-title span {
        font-size: 30px;
    }
	.popup-form-block{
		width: 90%;    padding: 15px;
	}
	.popup-wrapp .pop-title{
		font-size: 16px;margin-bottom: 10px;
	}
	.popup-wrapp .pop-subtitle{
		font-size: 12px;
		color: rgba(250, 250, 250, 0.6);
		margin-bottom: 20px;
	}
	.popup-wrapp form input, .popup-wrapp form textarea{
		margin-bottom: 10px;
	}
	.popup-wrapp .sidebar-form .btn {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.popup-wrapp p {
		margin-bottom: 0;
		font-size: 11px;
	}
}    
@media (max-width: 400px){

}

/* Стили для ссылок внутри блока форм */
.block-forms-and-sizes a {
	display: block;
	height: 100%;
	text-decoration: none;
}
