@media(max-width: 1600px){
	[class*="__container-inner"] {
		padding: 0 20px;
	}
	.about__container {
		padding: 20px 0;
	}
}
/*@media(max-width: 1500px){}*/
@media(max-width: 1349px){
	.about__container {
		background: #fff url(../images/dest/about/about-bg.png) left -80px bottom no-repeat;
	}
}
@media(max-width: 1199px){
	.first__descr_title h1 {
		font-size: 60px;
		padding: 0 20px;
	}  
	.first__descr_subtitle {
		font-size: 24px;
		padding: 0 20px;
	}
	.first__descr_subtitle br {
		display: none;
	}
	.first__video {
		height: 620px;
	}
	.uslugi__item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
	}
	.about__container {
		background: #fff url(../images/dest/about/about-bg.png) left -90px bottom no-repeat;
	}
}
@media(max-width: 991px){
	.first__decor {
		top: 10px;
		right: 10px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.first__decor img{
		width: 60%;
	}
	.first__descr_title h1 {
		font-size: 50px;
		padding: 0 20px;
	}  
	.first__descr_subtitle {
		font-size: 20px;
		padding: 0 20px;
	}
}
@media(max-width: 767px){
	.first__descr_title h1 {
		font-size: 40px;
	}  
	.first__descr_subtitle {
		font-size: 18px;
	}
	.first__video {
		height: 520px;
	}
}
/*@media(max-width: 575px){}*/
/*@media(max-width: 374px){}*/