@font-face {
	font-family: 'Acrom';
	src: url('../fonts/Acrom/Acrom-Regular.eot');
	src: url('../fonts/Acrom/Acrom-Regular.woff2') format('woff2'),
	url('../fonts/Acrom/Acrom-Regular.woff') format('woff'),
	url('../fonts/Acrom/Acrom-Regular.ttf') format('truetype'),
	url('../fonts/Acrom/Acrom-Regular.svg#Acrom-Regular') format('svg'),
	url('../fonts/Acrom/Acrom-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Acrom';
	src: url('../fonts/Acrom/Acrom-Medium.eot');
	src: url('../fonts/Acrom/Acrom-Medium.woff') format('woff'),
	url('../fonts/Acrom/Acrom-Medium.ttf') format('truetype'),
	url('../fonts/Acrom/Acrom-Medium.svg#Acrom-Medium') format('svg'),
	url('../fonts/Acrom/Acrom-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Acrom';
	src: url('../fonts/Acrom/Acrom-Bold.eot');
	src: url('../fonts/Acrom/Acrom-Bold.woff2') format('woff2'),
	url('../fonts/Acrom/Acrom-Bold.woff') format('woff'),
	url('../fonts/Acrom/Acrom-Bold.ttf') format('truetype'),
	url('../fonts/Acrom/Acrom-Bold.svg#Acrom-Bold') format('svg'),
	url('../fonts/Acrom/Acrom-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Acrom';
	src: url('../fonts/Acrom/Acrom-ExtraBold.eot');
	src: url('../fonts/Acrom/Acrom-ExtraBold.woff2') format('woff2'),
	url('../fonts/Acrom/Acrom-ExtraBold.woff') format('woff'),
	url('../fonts/Acrom/Acrom-ExtraBold.ttf') format('truetype'),
	url('../fonts/Acrom/Acrom-ExtraBold.svg#Acrom-ExtraBold') format('svg'),
	url('../fonts/Acrom/Acrom-ExtraBold.eot?#iefix') format('embedded-opentype');
	font-weight: 800;
	font-style: normal;
	font-display: fallback;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot');
	src: local('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: fallback;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot');
	src: local('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
	src: local('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-display: fallback;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
	src: local('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-display: swap;
	font-style: normal;
}

body, html{
	height: 100%;
	width: 100%;
	font-family: 'Tahoma';
}
*:focus{
	outline: none!important;
}
.modal-open{
	overflow-y: hidden;
}
body{
	font-family: 'Acrom', Helvetica, Tahoma;
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
	cursor: url('../images/cursor.svg'), auto;
	/* cursor: none; */
}
#cursor {
	position: absolute;
	left: -28px;
	top: -34px;
	will-change: transform;
	transform: translate(-999px, -999px);
	pointer-events: none;
}
#cursor img {
	will-change: transform;
	transition: transform .1s linear;
}
button{
	cursor: pointer;
}
h1{

}
h2{

}
.wrapper{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.container{
	padding: 0 20px;
}
a{
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus{
	cursor: pointer;
	text-decoration: none;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
input[type="text"], input[type="email"], input[type="password"]{
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.col-auto{
	padding: 0;
}
ul{
	margin: 0;
	padding-left: 0;
}
li{
	list-style-type: none;
}

@media (min-width: 1200px) {
	.container {
		max-width: 82.2vw;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #FFFFFF!important;
	-webkit-text-fill-color: #fff;
	transition: background-color 5000s ease-in-out 0s;
}
header{
	width: 100%;
	/*height: 4.4vw;*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.4vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}
fieldset{
    border:0px;
}
.header__logo{
    display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 5001;
}
.header__logo a{
	display: block;
	height: 1.5vw;
}
.header__logo svg{
	width: 8.1vw;
	height: 2.5vw;
	color: #fff;
	fill: none;
}
.header__menu{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__menu ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__menu ul li{
	font-weight: 800;
	font-size: 0.9vw;
	/*font-size: 13px;*/
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 3.1vw;
}
.header__menu ul li:first-child{
	margin-left: 0;
}
.header__menu ul li a{
	color: #FFFFFF;
}
.header__menu ul li a:hover{
	color: #F6DD2B;
}
.header__menu-btn{
	width: 12.2vw;
	height: 3.4vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 3vw;
	background-color: #F6DD2B;
	font-weight: 800;
	font-size: 0.9vw;
	/*font-size: 13px;*/
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}
.header__menu-btn:hover{
	background: #FFE000;
}
.header__menu-btn svg{
	margin-left: 8px;
	width: 1.3vw;
	height: 1.3vw;
	color: #000;
	fill: none;
}
.main__video{
	position: relative;
	width: max-content;
	overflow: hidden;
}
.video-bg{
	position: absolute;
	left: 1px;
	top: 2px;
	min-width: 100%;
	z-index: -1;
}
.video-bg-stat{
    position: absolute;
    min-width: 100%;
	z-index: -1;
}
.main__video__bg{
	width: max-content;
	z-index: 0;
}
.main__video__bg img{
	height: calc(100vh - 150px);
	max-height: calc(100vw / 1360 * 645);
	max-width: 100vw;
	display: inline;
	margin: 0;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.main__video__bg::before{
	content: '';
	width: 1px;
	height: 100%;
	background: black;
	position: absolute;
	top: 0;
	right: 0;
}
.main__video__bg::after{
	content: '';
	width: 100%;
	height: 5px;
	background: black;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 2.6vw;
	width: 100%;
	height: calc(100vh - 6.2vw);
	position: relative;
}
.main .container{
	max-width: 100%;
}
.main__top-right{
	/*width: 35.6vw;*/
	font-weight: 800;
	font-size: 2.6vw;
	line-height: 3.8vw;
	text-transform: uppercase;
	color: #FFFFFF;
	/*padding-left: 10px;*/
	position: absolute;
	top: 8.5vw;
	right: 10.8vw;
}
.main__top-right span{
	/*width: 100%;*/
	height: 3.6vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 2.6vw;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0.6vw;
	padding-right: 0.6vw;
	margin-left: -0.6vw;
	background-color: #F6DD2B;
	color: #000;
}
.main__bottom-right{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	width: 35vw;
	position: absolute;
	bottom: 4vh;
	right: 11.6vw;
	font-weight: normal;
	font-size: 0.94vw;
	line-height: 1.5vw;
	color: #FFFFFF;
}
.right-menu{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 330px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	z-index: 1;
	right: -120px;
	top: 50%;
}
.right-menu__block a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	color: #fff;
}
.right-menu__block svg{
	width: 0.9vw;
	height: 1.4vw;
	color: #fff;
	fill: none;
	margin-right: 0.6vw;
	flex-shrink: 0;
}
.right-menu__block div{
	/*height: 36px;*/
	height: 2.6vw;
	font-weight: bold;
	font-size: 1,4vw;
	/*font-size: 16px;*/
	/*line-height: 19px;*/
	line-height: 1.6vw;
	color: #FFFFFF;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.right-menu__block div span{
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 1vw;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: -100px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.right-menu__block--active div span{
	bottom: 20px;
}
.logos{
	padding: 0.8vw 0 1vw;
}
.logos .container{
	max-width: 100%;
}
.logos__wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 -1vw;
}
.logos img{
	margin: 0 1vw;
}
.logos img:nth-child(1){
	width: 7.7vw;
	height: 4vh;
}
.logos img:nth-child(2){
	width: 6.6vw;
	height: 4vh;
}
.logos img:nth-child(3){
	width: 1.9vw;
	height: 4vh;
}
.logos img:nth-child(4){
	width: 8.8vw;
	height: 4vh;
}
.logos img:nth-child(5){
	width: 10.4vw;
	height: 4vh;
}
.logos img:nth-child(6){
	width: 13vw;
	height: 4vh;
}
.logos img:nth-child(7){
	width: 5.7vw;
	height: 5vh;
}
.logos img:nth-child(8){
	width: 4.7vw;
	height: 5vh;
}
.logos img:nth-child(9){
	width: 8.3vw;
	height: 4vh;
}
.logos img:nth-child(10){
	width: 3.3vw;
	height: 4vh;
}
.bottom{
	padding: 6vw 0 3vw;
	text-align: center;
}
.bottom__title{
	font-weight: 800;
	font-size: 1.8vw;
	line-height: 2.6vw;
	text-align: center;
	color: #FFFFFF;
}
.bottom__phone{
	font-weight: 800;
	font-size: 1.6vw;
	line-height: 2vw;
	color: #FFFFFF;
}
.bottom__phone a:hover{
	color: #F6DD2B;
}
.bottom__phone a{
	transition: all 0.4s ease;
	color: #fff;
}
.bottom__email{
	font-weight: normal;
	font-size: 1.6vw;
	line-height: 2vw;
	color: #FFFFFF;
}
.bottom__email a:hover{
	color: #F6DD2B;
}
.bottom__email a{
	transition: all 0.4s ease;
	color: #fff;
}
footer{
	padding-bottom: 2.3vw;
}
footer .container{
	max-width: 100%;
}
.footer__wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer__copy{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #5A5A5A;
	margin-left: 2.6vw;
	margin-right: 4.5vw;
}
.footer__policy{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #4F4F4F;
}
.footer__policy a{
	color: #4F4F4F;
}
.portfolio{
	padding-top: 5vw;
}
.portfolio .container{
	max-width: 100%;
}
.portfolio__filter{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.5vw;
	margin-top: 1.5vw;
}
/*.portfolio__filter__block.portfolio__filter__block--active:hover{
	color: #000;
}
.portfolio__filter__block:hover{
	color: #F6DD2B;
	border: 1px solid #F6DD2B;
}
.portfolio__filter__block{
	font-family: 'HelveticaNeueCyr';
	height: 2vw;
	transition: all 0.4s ease;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 45px;
	padding: 0.15vw 1vw 0;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.95vw;
	color: #FFFFFF;
	margin-right: 0.8vw;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.portfolio__filter__block:last-child{
	margin-right: 0;
}
.portfolio__filter__block--active{
	background-color: #F6E200;
	border-color: #F6E200;
	color: #000;
	padding-right: 0.3vw;
	padding-left: 0.6vw;
}
.portfolio__filter__block__delete{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.3vw;
	height: 1.3vw;
	border-radius: 50%;
	background-color: #000;
	margin-left: 5px;
	display: none;
}
.portfolio__filter__block--active .portfolio__filter__block__delete{
	display: flex;
}
.portfolio__filter__block__delete svg{
	color: #fff;
	fill: none;
	width: 0.5vw;
	height: 0.5vw;
}*/
/*NEW FILTER BLOCK*/
.portfolio__filter__block.portfolio__filter__block--active:hover{
	color: #F6DD2B;
}
.portfolio__filter__block:hover{
	color: #F6DD2B;
}
.portfolio__filter__block{
	font-family: 'Acrom', Helvetica, Tahoma;
	height: 2vw;
	box-sizing: border-box;
	margin-left: 0.6vw;
    margin-right: 0.6vw;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.5vw;
	color: #FFFFFF;
}
.portfolio__filter__block:last-child{
	margin-right: 0;
}
.portfolio__filter__block--active{
	color: #F6E200;
	border-bottom: 3px solid #F6DD2B;
	margin-left: 0.6vw;
    margin-right: 0.6vw;
}
.portfolio__filter__block__delete{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.3vw;
	height: 1.3vw;
	background-color: #000;
	margin-left: 5px;
	display: none;
}
.portfolio__filter__block--active .portfolio__filter__block__delete{
	display: none;
}
.portfolio__filter__block__delete svg{
	color: #fff;
	fill: none;
	width: 0.5vw;
	height: 0.5vw;
}
/*NEW FILTER BLOCK*/
.portfolio__wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90.2vw;
	margin: -1vw -0.8vw;
}
.portfolio__block{
	width: 32.8vw;
	height: 22vw;
	margin: 1vw 0.8vw;
}
.portfolio__block--wide{
	width: 54vw;
}
.portfolio__block a{
	display: block;
	height: 100%;
	color: #fff;
	overflow: hidden;
	top: 0;
	position: relative;
	webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio__block__img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 2.4vw;
	padding-left: 2.8vw;
	padding-bottom: 4vw;
	ebkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio__block a:hover{
	top: -10px;
	overflow: hidden;
}
.portfolio__block .holder-text{
	opacity: 0;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 3vw;
	padding-left: 2.8vw;
	padding-right: 2.8vw;
	padding-bottom: 1.5vw;
	ebkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio__block a:hover .holder-text{
	opacity: 1;
	background: #191919;
}
.portfolio__block .top-block{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: 500;
	max-width: 600px;
	font-size: 18px;
	line-height: 26px;
}
.portfolio__block  .bottom-block{
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}
.portfolio__block  .bottom-block p{
	display: flex;
	align-items: center;
}
.portfolio__block  .bottom-block svg{
	width: 10px;
	height: 15px;
	color: #fff;
	fill: none;
	margin-left: 10px;
}
/*.portfolio__block  .bottom-block:after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	width: 13px;*/
/*	height: 23px;*/
/*	color: #fff;*/
/*	fill: none;*/
/*}*/
.portfolio__block a:hover .portfolio__block__img{
/*	filter: blur(70px);*/
}
.portfolio__block__title{
	font-weight: bold;
	font-size: 1.7vw;
	line-height: 2.4vw;
	text-transform: uppercase;
	color: #FFFFFF;
}
.portfolio__block__title_black{
	font-weight: bold;
	font-size: 1.7vw;
	line-height: 2.4vw;
	text-transform: uppercase;
	color: #000000;
}
.portfolio__block__img img{
	max-width: 16.2vw;
	max-height: 7.2vw;
	margin: 0;
}
.message-request{
	position: fixed;
	padding: 2vh 12vh 1vh 5.5vh;
	right: 0;
	top: 0;
	width: 688px;
	min-height: 100vh;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.97) 0%, rgba(21, 21, 21, 0) 100%);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	border-radius: 0px;
	z-index: 10000; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	display: none;
}

.message-request h4{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.63rem;
	color: #FFFFFF;
	margin-bottom: 2vh;
	margin-top: 4vh;
}
.message-request p{
	font-size: 1rem;
	line-height: 1.8;
	color: #FFFFFF;
	margin-bottom: 3vh;
	font-weight: 550px;
}
.message-request h5{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.1;
	color: #FFFFFF;
	margin-bottom: 1.1vh;
	margin-top: 4.3vh;
}
.message-request form{
	display: flex;
	flex-direction: column;
	padding-bottom: 0.1vh;
}
.message-request form span{
	display: block;
	font-size: 1.05rem;
	margin-bottom: 2vh;
	font-weight: 600;
}
.message-request form input{
	display: block;
	width: 100%;
	border: none;
	height: 4.6vh;
	padding-left: 15px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 1px;
	margin-bottom: 3vh;
	font-size: 1rem;
	line-height: normal;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Acrom', Helvetica, Tahoma;
}
.message-request form input.error{
	background: rgba(255, 0, 0, 0.4);
}
.message-request form input::-webkit-input-placeholder {
	color: #bcbcbc;
}
.message-request form input::-moz-placeholder {
	color: #bcbcbc;
}
.blob-btn {
	width: 100%;
	z-index: 1;
	height: 4.4vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 3px;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1vw;
	/*background-color: #F6DD2B;*/
	background: #4F4F4F;
	line-height: normal;
	color: #FFFFFF;
	outline: none;
	border: none;
	transition: color 0.5s;
	cursor: pointer;
}
.blob-btn:hover {
	color: #000000;
	background: #F6DD2B;
}
.blob-btn:hover:after {
	transition: all 0.3s;
	left: 0;
	top: 0;
	border-radius: 4vh;
}
.blob-btn .message:after{
	display: none;
	transition: all 0.4s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: -2.1vw;
	content: '';
	background-image: url("../images/svg-arrov.svg");
	width: 1.5vw;
	height: 0.7vw;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
.blob-btn:hover .message:after{
	transition: all 0.4s ease;
	opacity: 1;
}
.blob-btn__inner {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url("#goo");
}
.blob-btn__blob {
	position: absolute;
	top: 0.05vh;
	width: 40.6666666667%;
	height: 100%;
	background: #00b1ba;
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
	.blob-btn__blob {
		transform: translate3d(0, 150%, 0) scale(1.4);
	}
}
.blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
	left: 5%;
	transition-delay: 0.02s;
}
.blob-btn__blob:nth-child(3) {
	left: 10%;
	transition-delay: 0.04s;
}
.blob-btn__blob:nth-child(4) {
	left: 15%;
	transition-delay: 0.06s;
}
.blob-btn__blob:nth-child(5) {
	left: 20%;
	transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(6) {
	left: 25%;
	transition-delay: 0.10s;
}
.blob-btn__blob:nth-child(7) {
	left: 30%;
	transition-delay: 0.12s;
}
.blob-btn__blob:nth-child(8) {
	left: 35%;
	transition-delay: 0.14s;
}
.blob-btn__blob:nth-child(9) {
	left: 40%;
	transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(10) {
	left: 45%;
	transition-delay: 0.18s;
}
.blob-btn__blob:nth-child(11) {
	left: 50%;
	transition-delay: 0.20s;
}
.blob-btn__blob:nth-child(12) {
	left: 55%;
	transition-delay: 0.22s;
}
.blob-btn__blob:nth-child(13) {
	left: 60%;
	transition-delay: 0.24s;
}
.blob-btn__blob:nth-child(14) {
	left: 65%;
	transition-delay: 0.26s;
}
.blob-btn__blob:nth-child(15) {
	left: 70%;
	transition-delay: 0.28s;
}
.blob-btn__blob:nth-child(16) {
	left: 75%;
	transition-delay: 0.30s;
}
.blob-btn__blob:nth-child(17) {
	left: 80%;
	transition-delay: 0.32s;
}
.blob-btn__blob:nth-child(18) {
	left: 85%;
	transition-delay: 0.34s;
}
.blob-btn__blob:nth-child(19) {
	left: 90%;
	transition-delay: 0.36s;
}
.blob-btn__blob:nth-child(20) {
	left: 95%;
	transition-delay: 0.38s;
}
.blob-btn__blob:nth-child(21) {
	left: 100%;
	transition-delay: 0.40s;
}
.blob-btn:hover .blob-btn__blob {
	transform: translateZ(0) scale(1.1);
}
@supports (filter: url("#goo")) {
	.blob-btn:hover .blob-btn__blob {
		transform: translateZ(0) scale(1.6);
	}
}
.message-request .bottom-block{
	display: flex;
	flex-direction: column;
	position: relative;
	align-content: center;
	margin-top: 1.6vw;
	/*bottom: 5vw;*/
}

.message-request .bottom-block a{
	color: #FFFFFF;
	font-size: 0.88rem;
	text-decoration: underline;
}
.message-request .bottom-block .wrap .check-block{
	display: flex;
	align-content: center;
	margin-bottom: 0.3vh;
	cursor: pointer;
}
.message-request .bottom-block .wrap .check-block .square{
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
	top: 0.10vw;
	margin-right: 1vh;
	padding: 2px;
}
.message-request .bottom-block .wrap .check-block .square.active .if-active{
	background: #F6DD2B;
	width:100%;
	height:100%;
}

.message-request .bottom-block .text{
	font-size: 0.9rem;
	color: #fff;
	margin: 0 0 2.6vh;
}
.blob-btn .message{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
	transition: all 0.4s ease;
}

.message-request .items{
	display: flex;
	flex-wrap: wrap;
	margin: -1.5vh 0 0 0;
}
.message-request .items .item.active{
	transition: all 0.4s ease;
	background: #F6DD2B;
	color: #000000;
}
.message-request .items .item{
	height: 4.2vh;
	padding-left: 2.6vh;
	padding-right: 2.6vh;
	background: #212121;
	border-radius: 3px;
	font-weight: 550;
	font-size: 0.8rem;
	line-height: normal;
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	transition: all 0.4s ease;
}
.message-request .items .item:hover{
	color: black;
	background: #F6DD2B;
}
.voice-request{
	position: absolute;
	right: 0;
	top: 0;
	width: 572px;
	height: 542px;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.97) 0%, rgba(21, 21, 21, 0) 100%);
	backdrop-filter: blur(30px);
	border-radius: 0px;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.request__close{
	position: absolute;
	right: 20px;
	top: 2vh;
	font-weight: 900;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.request__close .request__close__svg svg{
	color: #FFFFFF;
	stroke: #FFFFFF;
}
.request__close:hover .request__close__svg svg{
	color: #F6DD2B;
	stroke: #F6DD2B;
	fill: #F6DD2B!important;
}
.request__close:hover .request__close__svg{
	border-color: #F6DD2B;
}

.request__close__svg{
	margin-left: 16px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.request__close__svg svg{
	color: #fff;
	fill: none;
	width: 16px;
	height: 16px;
}
.voice-request__body{
	width: 245px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.voice-request__svg{
	width: 92px;
	height: 92px;
	background: #F6DD2B;
	-webkit-box-shadow: 0px 0px 40px #B2D81A;
	box-shadow: 0px 0px 40px #B2D81A;
	margin-bottom: 50px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.voice-request__svg svg{
	width: 29px;
	height: 39px;
	fill: none;
	color: #000;
}
.voice-request__text{
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
}
.voice-request__text span{
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #F6DD2B;
	border-bottom: 1px dashed #F6DD2B;
	cursor: pointer;
}
.agency{
	padding: 9.3vw 0 7.5vw;

}
.agency__bg{
	overflow: hidden;
	width: 71.8vw;
	height: 28vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 4.4vw;
	position: relative;
}
.agency__bg:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	background-color: #000;
	z-index: 0;
}
.agency__bg__img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.agency__bg__img img{
	width: 100%;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.agency__title{
	width: 41.5vw;
	font-weight: 800;
	font-size: 2.5vw;
	line-height: 3.8vw;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.agency__title span{
	color: #000000;
	height: 3.3vw;
	background-color: #F6DD2B;
	padding: 0 10px;
}
.agency__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	max-width: 63.6vw;
}
.approach{
	padding: 7.3vw 0 12.4vw;
	background-color: #111111;
	position: relative;
}
.approach:before{
	content: '';
	width: 7vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*background-color: #000;*/
	z-index: 0;
}
.approach__title{
	font-weight: 800;
	font-size: 11.8vw;
	line-height: 9.6vw;
	letter-spacing: -0.06em;
	color: #FFFFFF;
	margin-bottom: 6.4vw;
}
.approach__wrap{
	margin-top: 3.4vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.approach__column:first-child{
	margin-right: 3.3vw;
}
.approach__block{
	width: 29.5vw;
	height: 23vw;
	padding: 3vw 2.5vw;
	background: #1C1C1C;
	border-radius: 5px;
	margin-bottom: 3.4vw;
	position: relative;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.approach__block:hover{
	top: -20px;
}
.approach__block:last-child{
	margin-bottom: 0;
}
.approach__block__title{
	font-weight: bold;
	font-size: 2.1vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	margin-bottom: 2.5vw;
}
.approach__block__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.1vw;
	line-height: 1.8vw;
	color: #FFFFFF;
	max-width: 19vw;
}
.approach__block__img{
	position: absolute;
	right: 2.5vw;
	bottom: 2.8vw;
}
.do{
	padding-bottom: 7.3vw;
	margin-top: -9vw;
	position: relative;
	z-index: 1;
}
.do__title{
	font-weight: 800;
	font-size: 11.8vw;
	line-height: 82%;
	letter-spacing: -0.06em;
	color: #FFFFFF;
	margin-bottom: 5.5vw;
}
.do__wrap{
	/*width: 66.4vw;*/
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.do__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	margin-bottom: 5vw;
}
.do__column__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.8vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 3.6vw;
}
.do__column__block{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	background: #212121;
	border-radius: 3px;
	margin-bottom: 1.5vw;
	height: 2.4vw;
	padding: 0 1vw;
	font-weight: bold;
	font-size: 1.5vw;
	color: #FFFFFF;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.do__column__block:hover{
	background: #FFE000;
	color: #000000;
}
.stats .container{
    padding-top: 137px;
}
.stats{
	padding: 9vw 0;
	position: relative;
	overflow: hidden;
}
.stats__block{
	font-weight: bold;
	font-size: 4.8vw;
	line-height: 4.8vw;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5.3vw;
}
.stats__block:last-child{
	margin-bottom: 0;
}
.stats__block span{
	font-size: 9vw;
}
.stats__block span.small{
	font-size: 3.5vw;
}
.projects{
	padding: 5.2vw 0 0;
	background: #000;
}
.projects__top{
	font-weight: bold;
	font-size: 3.1vw;
	line-height: 5.4vw;
	color: #FFFFFF;
	margin-bottom: 8vw;
}
.projects__top span{
	font-size: 9vw;
}
.projects__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.8vw;
	line-height: 2.6vw;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 2vw;
}
.projects__wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -0.7vw;
}
.projects__block{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21.6vw;
	height: 11vw;
	margin: 0.7vw;
	background: #1C1C1C;
	border-radius: 5px;
}
.projects__block--wide{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.7vw;
	text-transform: uppercase;
	color: #FFFFFF;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 11vw;
	width: 43.8vw;
	margin: 0.7vw;
	text-decoration: underline;
}
.contacts{
	padding: 11.8vw 0 4.8vw;
}
.contacts__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 4.8vw;
	line-height: 6vw;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 6.2vw;
}
.contacts__wrap{
	/*width: 60.2vw;*/
	margin: 0 auto;
	max-width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contacts__left{
	width: 34vw;
}
.contacts__city{
	font-weight: 800;
	font-size: 2.4vw;
	line-height: 3.2vw;
	color: #FFFFFF;
}
.contacts__addr{
	font-weight: normal;
	font-size: 2.1vw;
	line-height: 2.8vw;
	color: #FFFFFF;
	margin-bottom: 2.5vw;
}
.contacts__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.8vw;
	color: #FFFFFF;
}
.contacts__right{
	width: 23.5vw;
}
.contacts__phone{
	font-weight: 800;
	font-size: 2.4vw;
	line-height: 3.2vw;
	text-align: right;
	color: #FFFFFF;
}
.contacts__phone a{
	color: #fff;
}
.contacts__email{
	font-weight: normal;
	font-size: 2.1vw;
	line-height: 2.8vw;
	text-align: right;
	color: #FFFFFF;
}
.contacts__email a{
	color: #fff;
}
.contacts__map{
	height: 28.5vw;
}
.work{
	padding: 9.3vw 0 6.5vw;
}
.work__bg{
	width: 100%;
	height: 28.6vw;
	align-items: flex-start;
}
.work__title{
	margin-left: 7.3vw;
	margin-top: 11.2vw;
}
.work__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	max-width: 62vw;
	margin: 0 auto;
}
.vacancies{
	padding-bottom: 106px;
}
.vacancies__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.8vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	color: #FFFFFF;
}
.vacancies__wrap{
	margin-bottom: 3.5vw;
}
.vacancies__block{
	padding: 3.8vw 0;
	border-bottom: 0.5px solid #2C2C2C;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.vacancies__block__title{
	width: 47vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.1vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.vacancies__block__title a{
	color: #fff;
}
.vacancies__title__hot{
	margin-left: 1.4vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: 900;
	font-size: 1vw;
	text-align: center;
	color: #000000;
	width: 3.8vw;
	height: 1.4vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6DD2B;
}
.vacancies__block__price{
	width: 13.2vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	text-align: right;
	color: #FFFFFF;
}
.vacancies__block__time{
	width: 15.2vw;
	text-align: right;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFFFFF;
}
.vacancies__descr{
	max-width: 62vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.2vw;
	color: #FFFFFF;
	margin-top: 2.1vw;
}
.like{
	padding: 3.4vw 0;
}
.like__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.8vw;
	line-height: 2.4vw;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 3.8vw;
}
.like__block{
	position: relative;
	margin-bottom: 7vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.like__block:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3.5vw;
	border-bottom: 0.5px solid #2C2C2C;
}
.like__block:last-child:before{
	display: none;
}
.like__block__img{
	width: 78px;
	margin-right: 5.8vw;
	flex-shrink: 0;
}
.like__block__right{
	flex-shrink: 0;
	width: 62vw;
}
.like__block__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 2.1vw;
	line-height: 2.1vw;
	color: #FFFFFF;
	margin-bottom: 1.4vw;
}
.like__block__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.1vw;
	color: #FFFFFF;
}
.friendship{
	padding-bottom: 2.8vw;
}
.friendship__title{
	font-weight: 800;
	font-size: 11.8vw;
	line-height: 11.8vw;
	letter-spacing: -0.06em;
	color: #FFFFFF;
	margin-bottom: 2.8vw;
}
.friendship__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.1vw;
	color: #FFFFFF;
	margin-bottom: 2.8vw;
}
.friendship__descr:last-child{
	margin-bottom: 0;
}
.vacancy{
	padding: 12vw 0 1.4vw;
}
.vacancy__title{
	margin-bottom: 3.3vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 4.8vw;
	line-height: 6vw;
	color: #FFFFFF;
}
.vacancy__descr{
	max-width: 50vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 1.8vw;
	color: #FFFFFF;
	margin-bottom: 4.7vw;
}
.vacancy__block{
	margin-bottom: 2.8vw;
}
.vacancy__block:last-child{
	margin-bottom: 0;
}
.vacancy__block__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 1.5vw;
	line-height: 1.8vw;
	color: #FFFFFF;
	margin-bottom: 1.4vw;
}
.vacancy__block__ul li{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 1.5vw;
	line-height: 2.3vw;
	color: #FFFFFF;
	position: relative;
}
.vacancy__block__ul li:before{
	content: '•';
	margin-left: 5px;
	margin-right: 15px;
}
.like__vacancy{
	padding-top: 7.8vw;
}
.case__main{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.case__main_berg{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #4DAE42;
}
.case__main_carbox{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #FF8493;
}
.case__main_gaz{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #FF9900;
}
.case__main_gosha{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-color: #4DC3BC;
}
.case__main_honda{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #EA2424;
}
.case__main_kruto{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-color: #202020;
}
.case__main_langua{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-color: #7362FF;
}
.case__main_mec{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left;
	background-color: #D31C1C;
}
.case__main_kst{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #6649E0;
}
.case__main_mgu{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #0B48E4;
}
.case__main_niko{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: left;
	background-color: #000;
}
.case__main_pony{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #7AC043;
}
.case__main_ria{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.case__main_starlite{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #B1015A;
}
.case__main_usekit{
	width: 100%;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right;
	background-color: #F9A50D;
}
.case__main:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0,0,0,0.75);
}
.case__main__top{
	position: relative;
	z-index: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 153px 0 148px;
}
.case__main__top_kruto{
	position: relative;
	z-index: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 153px 0 48px;
}
.case__main__top--mobile{
	padding-bottom: 38px;
}
.case__main__left{
	flex-shrink: 0;
}
.case__main__title{
	font-weight: 800;
	font-size: 70px;
	line-height: 96px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.case__main__logo--lamoda img{
	width: 374px;
}
.case__main__right{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.case__main__mobile{
	flex-shrink: 0;
}
.case__main__link{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	position: relative;
}
.case__main__link a{
	color: #fff;
	display: block;
}
.case__main__link svg{
	width: 17px;
	height: 16px;
	color: #fff;
	fill: none;
	position: absolute;
	top: -12px;
	right: -17px;
}
.case__main__bottom{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.case__main__bottom_gosha{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	top:100px;
}
.case__main__bottom_starlite{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	top:100px;
}
.case__main__steps{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
}
.case__main__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
}
.lamoda__1{
	padding: 140px 0 74px;
	background-color: #8BC79A;
}
.title{
	max-width: 884px;
	font-weight: 800;
	font-size: 50px;
	line-height: 130.5%;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 30px;
}
.lamoda__1__title{
	max-width: 950px;
	margin-bottom: 125px;
}
.mobile__img{
	/*max-width: 1164px;*/
	position: relative;
	margin: 0 auto 80px;
}
.mobile__right{
	position: absolute;
	right: -60px;
	bottom: -120px;
	z-index: 1;
}
.descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #FFFFFF;
	max-width: 884px;
	margin: 0 auto;
}
.lamoda__2{
	padding: 100px 0 105px;
	background-color: #FA3D00;
}
.lamoda__2__descr{
	margin-bottom: 90px;
}
.lamoda__3{
	padding: 85px 0 26px;
	background-color: #8BC79A;
}
.lamoda__3__descr{
	margin-bottom: 78px;
}
.lamoda__3__images__wrap{
	width: 1314px;
	margin: 0 auto 10px;
}
.lamoda__3__images__wrap img{
	margin: 0;
}
.lamoda__3__images__left{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: -140px;
}
.lamoda__3__images__left:first-child{
	margin-top: 0;
}
.lamoda__3__images__right{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: -80px;
}
.lamoda__3__logo{
	width: 1184px;
	margin: 0 auto;
}
.lamoda__3__logo img{
	width: 100%;
}
.lamoda__4{
	padding-top: 95px;
	background-color: #FA3D00;
}
.lamoda__4__descr{
	margin-bottom: 90px;
}
.lamoda__4__team{
	width: 1238px;
	margin: 0 auto 148px;
}
.lamoda__4__team___inside{
	margin: -32px -21px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lamoda__4__team img{
	margin: 32px 21px;
}
.mobile__left{
	bottom: -13px;
	left: -128px;
	position: absolute;
}
.lamoda__5{
	background-color: #8BC79A;
	padding: 416px 0 102px;
	margin-top: -400px;
}
.lamoda__5__descr{
	margin-bottom: 105px;
}
.lamoda__6{
	padding-top: 132px;
	background-color: #FA3D00;
}
.lamoda__6__descr{
	margin-bottom: 90px;
}
.lamoda__7{
	background-color: #8BC79A;
	padding: 356px 0 184px;
	margin-top: -300px;
}
.lamoda__7__descr{
	margin-bottom: 102px;
}
.lamoda__8{
	background-color: #FA3D00;
	padding: 104px 0 294px;
	overflow-x: hidden;
}
.lamoda__8__descr{
	margin-bottom: 90px;
}
.lamoda__8__images{
	width: 2024px;
	margin-left: -252px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -15px -15px 113px;
}
.lamoda__8__images img{
	margin: 15px;
}
.mobile__center{
	bottom: 54px;
}
.lamoda__9{
	background-color: #8BC79A;
	padding-bottom: 194px;
}
.lamoda__9 img{
	margin-top: -214px;
	position: relative;
	z-index: 1;
}
.lamoda__10{
	background-color: #FA3D00;
	padding: 124px 0 130px;
}
.title__wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 30px;
	max-width: 884px;
}
.title__wrap .title{
	margin: 0;
}
.starlite__1{
	padding-top: 110px;
	background-color: #B31E60;
}
.subtitle{
	font-weight: 800;
	font-size: 25px;
	line-height: 130.5%;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 884px;
	margin: 0 auto;
}
.starlite__1__subtitle{
	margin-bottom: 110px;
}
.starlite__1__descr{
	margin-bottom: 78px;
}
.starlite__2{
	background-color: #000;
	padding: 455px 0 105px;
	margin-top: -400px;
}
.starlite__2__slick{
	margin-bottom: 110px;
}
.starlite__2__slick .slick-list{
	padding-left: 138px;
}
.starlite__2__slick img{
	width: 1040px;
	margin: 0 18px;
}
.starlite__2__slick .slick-arrow{
	cursor: pointer;
	position: absolute;
	top: calc(100% + 48px);
	right: 138px;
}
.starlite__2__slick .slick-arrow svg{
	width: 13px;
	height: 23px;
	color: #fff;
	fill: none;
}
.starlite__2__slick .slick-arrow.starlite__2__slick__prev{
	right: 188px;
}
.starlite__2__images{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.starlite__2__images img{
    width: 33%;
}
.starlite__2__descr{
	margin-bottom: 144px;
}
.starlite__3{
	padding: 94px 0;
	background-color: #B31E60;
}
.starlite__3__title{
	margin-bottom: 58px;
}
.starlite__3__wrap{
	width: 884px;
	margin: 0 auto 58px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.starlite__3__left__block{
	padding: 0 10px;
	height: 34px;
	width: fit-content;
	background: #FFFFFF;
	border-radius: 3px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 22px;
}
.starlite__3__left__block--active{
	color: #fff;
	background: #000;
}
.starlite__3__right{
	width: 426px;
}
.starlite__3__right__block{
	display: none;
	width: 100%;
	background: #000000;
	border-radius: 5px;
	padding: 46px 35px;
}
.starlite__3__right__block--active:first-child{
	display: block;
}
.starlite__3__right__title{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	color: #FFFFFF;
}
.starlite__3__right__descr{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.starlite__4{
	background-color: #F1F1F1;
	padding: 108px 0 100px;
}
.starlite__4 .title{
	color: #000;
}
.starlite__4 .descr{
	color: #000;
}
.starlite__4 .case__main__link a{
	color: #000;
}
.starlite__4 .case__main__link a svg{
	color: #000;
}
.ria__1{
	padding-top: 84px;
	background-color: #BBA07D;
}
.ria__1__title{
	max-width: 950px;
}
.ria__1__descr{
	max-width: 950px;
	margin-bottom: 85px;
}
.ria__2{
	background-color: #000;
	padding: 455px 0 105px;
	margin-top: -400px;
}
.ria__2__descr{
	margin-bottom: 144px;
}
.ria__3{
	padding: 94px 0 128px;
	background-color: #BBA07D;
}
.ria__3__title{
	margin-bottom: 45px;
}
.ria__4{
	padding-top: 74px;
}
.ria__4__descr{
	margin-bottom: 104px;
}
.ria__5{
	padding: 288px 0 138px;
	margin-top: -240px;
	background-color: #BBA07D;
}
.ria__5__title{
	margin-bottom: 58px;
}
.ria__5__descr{
	margin-bottom: 158px;
}
.ria__6{
	background-color: #F1F1F1;
	padding: 108px 0 100px;
}
.ria__6 .title{
	color: #000;
}
.ria__6 .descr{
	color: #000;
}
.ria__6 .case__main__link a{
	color: #000;
}
.ria__6 .case__main__link a svg{
	color: #000;
}
.gosha__1{
	padding-top: 140px;
	background-color: #FE6868;
}
.gosha__1__descr{
	margin-bottom: 65px;
}
.gosha__2{
	padding: 398px 0 124px;
	margin-top: -360px;
	background-color: #4DC4BC;
}
.gosha__2__descr{
	margin-bottom: 88px;
}
.gosha__2__images{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 24px -14px -14px;
}
.gosha__2__images img{
	margin: 14px;
	width: calc(50% - 28px);
}
.gosha__3{
	background-color: #FE6868;
	padding: 68px 0 126px;
}
.gosha__3__descr{
	margin-bottom: 70px;
}
.gosha__3__img{
	margin-bottom: 72px;
}
.gosha__4{
	padding: 110px 0 160px;
	background-color: #4DC3BC;
}
.gosha__4__descr{
	margin-bottom: 40px;
}
.gosha__5{
	background-color: #FE6868;
	padding: 100px 0 144px;
}
.gosha__5__descr{
	margin-bottom: 40px;
}
.gosha__5__blob{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 104px;
}
.gosha__5__slick img{
	width: 230px;
	margin: 0 10px;
}
.gosha__6{
	padding: 118px 0;
	background-color: #4DC3BC;
}

.gosha__4__video{
	position: relative;
	backface-visibility: hidden;
	width: 710px;
	height: 400px;
}
.video_blob_grey{
	position: absolute;
	width: 100%;
	height: 160%;
	top: -30%;
	right: -10%;
	background-image: url('../images/video_blob_grey.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}
.video_blob_yellow{
	position: absolute;
	width: 35%;
	height: 60%;
	top: -15%;
	left: -7%;
	background: #FFDF80;
	box-shadow: 0px 4px 25px rgba(255, 208, 86, 0.27);transform-origin: 50% 50%;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	animation: blob 25s ease-in-out infinite both alternate;
	z-index: 1;
}
.video_blob_red{
	position: absolute;
	width: 27%;
	height: 40%;
	bottom: -20%;
	right: -10%;
	background: linear-gradient(144.74deg, #FF4E4E 12.64%, #FE6262 92.34%);
	box-shadow: 0px 4px 30px rgba(255, 78, 78, 0.3);transform-origin: 50% 50%;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	animation: blob 30s ease-in-out infinite both alternate;
	z-index: 3;
}
section.main_screen .wrap .right .video_wrap{
	position: relative;
	z-index: 2;
	width: 635px;
	height: 357px;
	border-radius: 16px;
	overflow: hidden;
}
.video_wrap video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_wrap .play{
	width: 96px;
	height: 96px;
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 48px);
}

.kruto__1{
	padding-top: 110px;
	background-color: rgba(238,89,69,0.9);
}
.kruto__1__subtitle{
	margin-bottom: 48px;
}
.kruto__1__descr{
	margin-bottom: 60px;
}
.kruto__1__img{
	filter: drop-shadow(15px 5px 25px rgba(0, 0, 0, 0.25));
}
.kruto__2{
	padding: 354px 0 274px;
	margin-top: -170px;
	background-image: url('../images/kruto_bg_1.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.kruto__3{
	padding: 80px 0 60px;
	background-color: rgba(238,89,69,0.9);
}
.kruto__3__descr{
	margin-bottom: 94px;
	margin-top: 94px;
}
.kruto__3 img{
	margin-bottom: 30px;
}
.kruto__4{
	padding: 104px 0 150px;
	background-image: url('../images/kruto_bg_2.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.kruto__5{
	padding: 134px 0 160px;
	background: #F1F1F1;
}
.kruto__5 .title{
	color: #000;
}
.kruto__5 .descr{
	color: #000;
}
.kruto__5 .case__main__link a{
	color: #000;
}
.kruto__5 .case__main__link a svg{
	color: #000;
}
.kruto-game{
    height: 84vh;
width: 80vw;
}
.honda__1{
	background-color: #EEF2F1;
	padding-top: 140px;
}
.honda__1__title{
	margin-bottom: 140px;
	color: #000000;
}
.honda__2{
	background-color: #282A1A;
	padding: 388px 0 204px;
	margin-top: -340px;
}
.honda__2__descr{
	margin-bottom: 108px;
}
.honda__2__mobile{
	bottom: -107px;
}
.honda__2__img__mobile{
	margin-bottom: 0;
}
.honda__3{
	padding: 120px 0 144px;
	background-color: #EEF2F1;
}
.honda__3__title{
	color: #000;
}
.honda__3__descr{
	color: #000;
	margin-bottom: 54px;
}
.honda__3__img{
	width: 1164px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.honda__4{
	padding: 116px 0 72px;
	background-color: #282A1A;
}
.honda__4__descr{
	margin-bottom: 142px;
}
.honda__5{
	background-color: #EEF2F1;
	padding: 106px 0 150px;
}
.honda__5__title{
	color: #000;
}
.honda__5__descr{
	color: #000;
	margin-bottom: 50px;
}
.list{
	max-width: 884px;
	margin: 0 auto 50px;
}
.list li{
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
	font-size: 20px;
	line-height: 45px;
	color: #000000;
	position: relative;
}
.list li:before{
	content: '•';
	margin-right: 15px;
}
.honda__6{
	padding: 108px 0;
	background-color: #282A1A;
}
.honda__7{
	padding: 134px 0 168px;
	background-color: #F1F1F1;
}
.honda__7 .title{
	color: #000;
}
.honda__7 .descr{
	color: #000;
}
.honda__7 .case__main__link a{
	color: #000;
}
.honda__7 .case__main__link a svg{
	color: #000;
}
.gaz__1{
	padding-top: 110px;
	background-color: #29313E;
}
.gaz__1__subtitle{
	margin-bottom: 62px;
}
.gaz__1__descr{
	margin-bottom: 120px;
}
.gaz__2{
	padding: 466px 0 134px;
	background-color: #211C17;
	margin-top: -400px;
}
.gaz__2__list{
	margin-bottom: 0;
	color: #fff;
}
.gaz__2__list li{
	color: #fff;
}
.gaz__3{
	padding: 118px 0 164px;
	background-color: #29313E;
}
.gaz__3 .starlite__3__right__block{
	background-color: #fff;
}
.gaz__3 .starlite__3__right__title{
	color: #000;
}
.gaz__3 .starlite__3__right__descr{
	color: #000;
}
.gaz__4{
	background-color: #F1F1F1;
	padding: 134px 0 168px;
}
.gaz__4 .title{
	color: #000;
}
.gaz__4 .descr{
	color: #000;
}
.pony__1{
	background-color: #007C48;
}
.pony__2{
	background-color: #F1F1F1;
}
.pony__3{
	background-color: #7AC043;
}
.pony__4{
	background-color: #F1F1F1;
}
.pony__2 .title{
	color: #000;
}
.pony__2 .descr{
	color: #000;
}
.case__main__title--langua{
	font-size: 72px;
}
.langua__1{
	padding-top: 94px;
	background-color: #BF9E42;
}
.langua__1__descr{
	margin-bottom: 66px;
}
.langua__1__img__mobile{
	margin-bottom: 0;
}
.usekit__1{
	padding-top: 110px;
	background-color: #CDFFFC;
}
.langua__2{
	padding: 512px 0 220px;
	margin-top: -380px;
	background-color: #677ED1;
}
.langua__2__descr{
	margin-bottom: 74px;
}
.langua__3{
	padding: 88px 0 142px;
	background-color: #50CBBC;
}
.langua__3__descr{
	margin-bottom: 64px;
}
.langua__4{
	background-color: #677ED1;
	padding: 94px 0 88px;
}
.langua__4__title{
	margin-bottom: 94px;
}
.langua__4 .starlite__3__right__block{
	background-color: #859CF0;
}
.langua__5{
	padding: 134px 0 168px;
	background-color: #BF9E42;
}
.carbox__1{
	padding-top: 104px;
	background-color: #49297C;
}
.carbox__1__title{
	max-width: 950px;
}
.carbox__1__descr{
	margin-bottom: 70px;
	max-width: 950px;
}
.carbox__2{
	padding: 410px 0 146px;
	margin-top: -280px;
	background-color: #F56F6E;
}
.carbox__3{
	padding: 140px 0 114px;
	background-color: #49297C;
}
.carbox__3__descr{
	margin-bottom: 154px;
}
.carbox__4{
	padding: 118px 0 150px;
	background-color: #F56F6E;
}
.carbox__4__title{
	margin-bottom: 58px;
}
.carbox__5{
	padding: 134px 0 168px;
	background-color: #F1F1F1;
}
.carbox__5 .title{
	color: #000;
}
.carbox__5 .descr{
	color: #000;
}
.mec__1{
	padding-top: 110px;
	background-color: #C00D0D;
}
.mec__1__subtitle{
	margin-bottom: 82px;
}
.mec__1__descr{
	margin-bottom: 92px;
}
.mec__2{
	padding: 420px 0 154px;
	background-color: #232323;
	margin-top: -300px;
}
.mec__2__descr{
	margin-bottom: 154px;
}
.mec__3{
	padding: 118px 0;
	background-color: #C00D0D;
}
.mec__3__title{
	margin-bottom: 58px;
}
.mec__3 .starlite__3__right__block{
	background-color: #fff;
}
.mec__3 .starlite__3__right__title{
	color: #000;
}
.mec__3 .starlite__3__right__descr{
	color: #000;
}
.mec__4{
	padding: 134px 0 168px;
	background-color: #232323;
}
.berg__1{
	background-color: #55B744;
}
.berg__3{
	background-color: #55B744;
}
.berg__4{
	background-color: #F1F1F1;;
}
.berg__4 .title{
	color: #000;
}
.berg__4 .descr{
	color: #000;
}
.berg__4 .case__main__link a{
	color: #000;
}
.berg__4 .case__main__link a svg{
	color: #000;
}
.plast__1{
	background-color: #48489E;
}
.plast__2{
	background-color: #1E1841;
}
.plast__3{
	background-color: #6649E0;
}
.plast__4{
	background-color: #1E1841;;
}
.niko__1{
	background-color: #EE6B01;
}
.niko__2{
	background-color: #232323;
}
.niko__3{
	background-color: #EE6B01;
}
.niko__4{
	background-color: #232323;;
}
.mgu__1{
	padding-top: 90px;
	background-color: #3780DC;
}
.mgu__1__subtitle{
	margin-bottom: 52px;
}
.mgu__1__descr{
	margin-bottom: 102px;
}
.mgu__2{
	padding: 422px 0 194px;
	margin-top: -320px;
	background-color: #101928;
}
.mgu__2__descr{
	margin-bottom: 186px;
}
.linker{
	color:#F6DD2B;
	font-size: 1.5vw;
	line-height: 2.3vw;
	Font-family: 'HelveticaNeueCyr',Helvetica, Tahoma;
	font-weight: normal;
}
.mgu__2__img{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mgu__2__img img:nth-child(3){
	margin-top: 124px;
}
.mgu__3{
	padding: 118px 0 100px;
	background-color: #3780DC;
}
.usekit__2 .case__main__link a svg{
	color: black;
}
.usekit__bottom{
	padding-bottom: 120px;
}
.mgu__3 .starlite__3__right__block{
	background-color: #fff;
}
.mgu__3 .starlite__3__right__title{
	color: #000;
}
.mgu__3 .starlite__3__right__descr{
	color: #000;
}
.mgu__4{
	padding: 134px 0 168px;
	background-color: #101928;
}
.usekit__black li{
	color: black;
}
.usekit__descr__last{
	margin-top: 3vh;
	margin-bottom: 10vh;
}
.usekit__black{
	color: black;
}
.wrper{
	display: flex;
	justify-content: space-between;
}
.wrper .wrper-item{
	width: 48%;
}
.rows textarea{
	resize: none;
	height: 90px;
	width: 100%;
	background: rgba(255, 255, 255, 0.25);
	line-height: normal;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-family: 'Acrom', Helvetica, Tahoma;
	padding-left: 10px;
	padding-top: 5px;
}
.usekit__2{
	background-color: #F6DD2B;
}
.message-request.animate__fadeInRight{
	/*animation: fadeInRight;*/
	/*animation-duration: 0.7s;*/
}
.message-request.animate__fadeOutRight{
	/*animation: fadeOutRight;*/
	/*animation-duration: 0.7s;*/
	display: none;
}
.message-request {
	/*animation: fadeInRight;*/
	/*animation-duration: 0.7s;*/
}
.footer__policy a{
	text-decoration: underline;
}
@media (max-width: 1200px) {


}

@media (max-width: 991px) {



}

@media (max-width: 767px) {



}

@media (max-width: 574px) {



}

@media (max-width: 480px) {



}

.load-block{
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.load-block .holder-block{
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	display: grid;
	justify-items: center;
}
.load .load-block .holder-block{
	background-color: #FFFFFF;
	/* Firefox */
	-moz-transition: all 2s ease-in;
	/* WebKit */
	-webkit-transition: all 2s ease-in;
	/* Opera */
	-o-transition: all 2s ease-in;
	/* Standard */
	transition: all 2s ease-in;
}
.full-img{
	width: 100%;
}
.bottom__title{
	cursor: pointer;
	transition: all 0.4s ease;
}
.bottom__title:hover{
	color:#F6DD2B;
}

.projects__block--wide{
	cursor: pointer;
}
.projects__block--wide:hover{
	color:#F6DD2B;
}
.case__main__logo.case__main__logo--starlite img{
	margin: 0px;
}
@media screen and (max-width: 1800px) and (max-height: 900px){
	.main__top-right {
		right: 6.8vw;
	}
	.main__bottom-right {
		right: 7.6vw;
	}
	.message-request {
		width: 573px;
		padding: 3.8vh 7.7vh 1vh 6.4vh;
	}
	.message-request h4 {
		font-size: 1.2rem;
	}
	.message-request p {
		font-size: 0.79rem;
		margin-bottom: 2vh;
	}
	.message-request form span {
		font-size: 0.8rem;
		margin-bottom: 1.6vh;
	}
	.message-request form input {
		height: 5.2vh;
	}
	.message-request form input {
		font-size: 0.8rem;
	}
	.message-request form{
		padding-bottom: 0;
	}
	.message-request h5 {
		font-size: 1.2rem;
		margin-bottom: 1.4vh;
		margin-top: 3.3vh;
	}
	.message-request .items{
		margin: 0;
		padding-top: 0.5vh;
	}
	.message-request .items .item {
		height: 4.8vh;
		padding-left: 2.4vh;
		padding-right: 2.4vh;
	}
	.message-request .bottom-block .text {
		font-size: 0.8rem;
	}
	.message-request .bottom-block a {
		font-size: 0.77rem;
	}
	.message-request .bottom-block .text {
		font-size: 0.8rem;
		margin: 0 0 3.7vh;
	}
	.blob-btn .message {
		font-size: 0.8rem;
	}
	.blob-btn {
		z-index: 1;
		height: 5.4vh;
	}
}
