:root { 
	--main-color: #c6a987;
	--main-color-darken: #c6a987; /* для ховер эфектов */
	--text-main-color: #ffffff;
	--quiz-hover: #c6a987;
	--gradient-process-item: #c6a987; /* зелёно-прозрачный градиент */
	--gradient-articles-item: #c6a987;
	--hit-status-color: #9747FF;
	--sale-status-color: #F63123;
	--new-status-color: #F2B644;
	--product-status-color: #1C1C1C;
	--brad-regular: 0vw;
 }
			body{ 
	background: #131414			 }
.services__title-shadow{ 
	display: none;
 }
.header{ 
	background-color: transparent;
 }
.nav-wrap .nav .nav-item.dropdown-item:hover,
.nav-wrap .nav .nav-item.dropdown-item .nav-menu{ 
	background: #131414;
	color: #fff;
 }
.header.fixed{ 
	background: #131414;
 }

#cookie_notification{ 
	background: #131414;
 }
#cookie_notification .btn-primary{ 
	background: #131414;
	color: #fff;
 }
				.header__nav{ 
		background: #131414 !important;
	 }
			@media (max-width: 699px) { 
	.header__nav{ 
		background: #131414 !important;
	 }
 }
						.header__top .wrapper{ 
	border-bottom: none;
 }
.header__nav { 
	position: fixed;
	top: 0;
	right: -100%;
	width: 34.479vw;
	height: 100%;
	padding: 2.96875vw 6.81875vw 2.2125vw 5.26vw;
	background-color: #F5F8F9;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 1vw rgba(0,0,0,0.3)
   }
  .header__nav .wrapper { 
	overflow-x: hidden;
	overflow-y: auto;
	  width: 100%;
   }
  .header__nav .nav-wrap { 
	width: 100%;
	height: 100%;
	border-bottom: none !important;
   }
  .header__nav .nav-wrap .nav { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
   }
  .header__nav .nav-wrap .nav > .nav-item { 
	padding: 0;
	margin: 0;
	margin-bottom: 1.339285714vw;
   }
  .header__nav .nav-wrap .nav > .nav-item:last-child { 
	margin-bottom: 0;
   }  
  .header__nav .nav-wrap .nav > .nav-item a { 
	font-size: 1.25vw;
	line-height: 1.785714286vw;
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	position: relative;
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item::after { 
	position: absolute;
	top: 0.45vw;
	right: 1vw;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	width: 0.6vw;
	height: 0.6vw;
	  cursor: pointer;
   }
	.header__nav .nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after,
	.header__nav .nav-wrap .nav .nav-menu--level-2 .nav-item.dropdown-item::after { 
		content: none;
	 }

  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu { 
	position: static;
	padding: 0;
	opacity: 1;
	pointer-events: all;
	border-top: none;
	background-color: transparent;
	  max-height: 0;
	  overflow: hidden;
/* 		padding-top: 3.125vw; */
/* 		display: none; */
   }
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 { 
	padding-left: 1vw;
 }
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover .nav-menu{ 
	max-height: 20vw;
	padding-top: 1vw;
 }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item { 
	margin: 0;
	padding-bottom: 0.5vw;
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item:last-child { 
	padding-bottom: 0;
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a { 
	font-size: 1vw;
	line-height: 1;
	text-decoration: none;
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a { 
/* 				  opacity: 0.75; */
	font-size: 0.875vw;
/* 				line-height: 1;
	text-decoration: none; */
   }
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a:hover { 
	color: var(--main-color);
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover > a { 
	color: var(--text-main-color);
   }
  .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover::after { 
	border-color: var(--text-main-color);
   }
.header.open .header__nav { 
	right: 0;
	opacity: 1;
	pointer-events: all; 
 }
.header.open .header__logo p,
.header.open .header__contacts a,
.header.open .header__contacts p { 
	color: var(--text-main-color);
   }
  .header.open .nav-wrap .nav .nav-item a { 
	color: var(--text-main-color);
   }
  .header.open .nav-wrap .nav .nav-item.dropdown-item::after { 
	border-color: var(--text-main-color);
   }
.header.open .nav-wrap .nav .nav-item a:hover{ 
	color: var(--main-color);
 }
@media only screen and (max-width: 768px){ 
	.header__nav { 
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding-top: 31.25vw;
		background-color: #F5F8F9;
		z-index: 2;
		padding-bottom: 6.25vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		opacity: 0;
		pointer-events: none;
	   }
	.header__nav .nav-wrap .nav > .nav-item a { 
		font-size: 4.375vw;
		line-height: 6.25vw;
	   }
	.header__nav .nav-wrap .nav > .nav-item.dropdown-item::after { 
		position: absolute;
		top: 1.875vw;
		right: 4.6875vw;
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
		width: 1.5625vw;
		height: 1.5625vw;
	   }
	.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a{ 
		font-size: 3.5vw;
		margin-bottom: 1vw;
	 }
	.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a{ 
		font-size: 3vw;
/* 					margin-bottom: 1vw; */
	 }
 }
.first{ 
		    padding-bottom: 8vw;
 }
			
.portfolio-typical .portfolio__item{
	position:relative;
}

.portfolio-page-item .description-content,
.portfolio .content-block{
	font-size: 1.09375vw;
    line-height: 1.6020833333vw;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}
.description-content > p{
	margin:20px 0;
}
.description-content ul{
	padding-left: revert;
}

.quiz-questions-container .question-control .btn-wrap__hint{
	background-color: #ef0707;
}
.quiz-final__form .form-container .form-input{
	color:#000;
}
.reviews-cloud {
    cursor: grab;
    overflow: hidden; /* Чтобы облако не распирало сайт */
    position: relative;
}
.review-bubble {
    user-select: none;          /* Запрещаем выделять текст */
    -webkit-user-select: none;
    pointer-events: auto;       /* Разрешаем клик */
}