*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@font-face {
	font-family: DMSans;
	src: url('../fonts/DMSans-VariableFont_opsz,wght.ttf');
}
@font-face {
	font-family: 'AtypRegularVariable';
	src: url('../fonts/atypregularvariable.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/atypregularvariable.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/atypregularvariable.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/atypregularvariable.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/atypregularvariable.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/atypregularvariable.svg#atypregularvariable') format('svg'); /* Chrome < 4, Legacy iOS */
}
a{
	transition: 0.3s;
}
a:hover{
	color: #4851c7;
}
.body{
	background: #000;
	color: #fff;
	font-family: 'AtypRegularVariable', sans-serif;
/*	font-family: 'DMSans', sans-serif;*/
}
.en_title{
	font-family: 'DMSans', sans-serif;
}
.container{
	max-width: 1920px;
	padding: 0 40px;
	margin: 0 auto;
}
[class*="_wrapper"]{
    margin: 0 auto;
    padding: 0 40px;
}
.header_wrapper{
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'DMSans', sans-serif;
}
.header_wrapper a{
	text-decoration: none;
}
.header_left{
	display: flex;
	align-items: center;
	font-family: 'DMSans', sans-serif;
}
.phone{
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-right: 35px;
	color: #fff;
}
.phone svg{
	margin-right: 12px;
	display: inline-block;
}
.mail{
	font-size: 20px;
	color: #7e7e7e;
}
.header_center{
	font-size: 40px;
	padding-right: 100px;
	font-family: 'DMSans', sans-serif;
}
.header_center span{
	font-weight: 600;
	background: #4851c7;
	border-radius: 10px;
	padding: 0 8px;
	margin-left: 4px;
}
.social{
	display: flex;
	gap: 30px;
}
.social a{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: linear-gradient(225deg, rgba(44, 44, 44, 0.34) 0%, rgba(255, 255, 255, 0.34) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_right{
	display: flex;
	align-items: center;
}
.lang{
	margin-right: 30px;
	position: relative;
	z-index: 100;
}
.lang_link{
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}
.current_lang:hover{
	color: #fff !important;
}
.lang_link:active{
	color: #4851c7;
}
.lang_drop{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 26px;
	left: 0;
	display: none;
	background-color: #000;
}
.lang:hover .lang_drop{
	display: flex;
}




.main_screen_fon{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
	background-image: url('../img/bg.jpg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center;
    left: 0;
    top: 0;
    z-index: -1;
}
.main_screen{
	position: relative;
	padding: 297px 0 228px;
}
.white_line{
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.h1{
	font-weight: 300;
	font-size: 70px;
	line-height: 80px;
}
.main_screen_text{
	padding: 60px;
	position: relative;
	z-index: 1;
}
.main_screen_subtitle{
	font-size: 25px;
	margin-top: 36px;
}
.row_btn{
	padding: 60px 0 0 60px;
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 1;
}
.btn{
	padding: 13px 38px 17px;
	cursor: pointer;
	border-radius: 32px;
	font-size: 20px;
	text-decoration: none;
	line-height: 18px;
    display: inline-block;
    border: none;
    font-family: 'AtypRegularVariable', sans-serif;
    white-space: nowrap;
    transition: 0.3s;
}
.btn:hover{
	background-color: #4851c7;
	color: #fff;
}
.gray_btn{
	border: 0.60px solid rgba(255, 255, 255, 0.46);
	backdrop-filter: blur(7.400000095367432px);
	background: rgba(182, 182, 182, 0.34);
	color: #fff;
}
.white_btn{
	color: #000;
	background-color: #fff;
}
.main_screen_img{
	position: absolute;
	bottom: -140px;
	right: 0;
}





.baunner_1_wrapper{
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.baunner_1_block{
	font-size: 40px;
	backdrop-filter: blur(12.199999809265137px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	padding: 37px 50px;
}
.baunner_1_block .text{
	max-width: 1371px;
	text-align: justify;
}
.baunner_1_block .text span{
	color: #A1A1A1;
}
.b1_1{
	position: absolute;
	right: -27px;
	top: 0;
}
.b1_2{
	position: absolute;
	right: -32px;
    bottom: 38px;
	z-index: -1;
}



.baunner_2_wrapper{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	gap: 20px;
	align-items: stretch;
	height: 650px;
	position: relative;
}
.baunner_2_left{
	position: relative;
	width: 650px;
	overflow: hidden;
	border-radius: 40px;
	flex-shrink: 0;
	height: 100%;
}
.b2_1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.b2_l {
    position: absolute;
    left: -61px;
    top: -92px;
    z-index: -1;
}
.white_line_back{
	position: relative;
	z-index: -100;
}
.baunner_2_right{
	flex-grow: 1;
	border-radius: 40px;
	overflow: hidden;
	height: 650px;
	box-sizing: border-box;
}
.baunner_2_right_text{
	background-color: #fff;
	color: #000;
	padding: 43px 60px;
	font-size: 25px;
	text-align: justify;
	line-height: 26px;
	min-height: 325px;
}
.baunner_2_right_bottom{
	padding: 43px 60px;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.b2_r{
	position: absolute;
	left: 0;
	top: 0;
    height: 369px;
	width: 100%;
	z-index: -1;
}
.baunner_2_left .title{
	height: 325px;
	backdrop-filter: blur(12.199999809265137px);
    background: rgba(255, 255, 255, 0.05);
    font-size: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.form_wrapper{
	display: flex;
	padding-top: 90px;
	padding-bottom: 84px;
	gap: 100px;
}
.form_left{
	position: relative;
}
.form_left_img_mini{
	position: absolute;
	right: -81px;
    bottom: -96px;
}
.form{
	flex-grow: 1;
}
.form__input-box:not(:last-child){
	margin-bottom: 50px;
}
.form__input-inp{
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #7e7e7e;
	font-size: 25px;
	padding-bottom: 10px;
}
.form__input-inp::placeholder{
	color: #7e7e7e;
}
.textarea{
	border: none;
	background-color: #212121;
	border-radius: 20px;
	min-height: 244px;
	padding: 20px;
}
.placeholder{
	font-size: 25px;
	color: #7e7e7e;
	margin-bottom: 25px;
}
.form_title{
	font-size: 40px;
	margin-bottom: 63px;
}
.form_title span{
	margin-right: 50px;
}
.form_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.policy{
	font-size: 20px;
	color: #7e7e7e;
	text-decoration: none;
}




.footer_wrapper{
	padding-top: 45px;
	padding-bottom: 66px;
	display: flex;
	justify-content: space-between;
}
.footer_contacts .header_left a{
	font-size: 45px;
	text-decoration: none;
}
.footer_contacts .header_left .phone svg{
	margin-right: 20px;
}
.footer_contacts .header_left{
	flex-direction: column;
	align-items: flex-start;
	margin-top: 70px;
}
.footer_menu{
	width: 100%;
	max-width: 564px;
}
.footer_menu li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_menu li:not(:last-child){
	margin-bottom: 50px;
}
.footer_menu_link{
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.footer_wrapper .social{
	flex-direction: column;
	gap: 39px;
}
.footer_wrapper .social a{
	background: unset;
}



.hamb{
  cursor: pointer;
  height: 44px;
  width: 44px;
  display: none;
   border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.line{
  border-bottom: 2px solid #fff;
  width: 20px;
  display: block;
  margin: 2px 0;
  border-radius: 3px;
  transition: 0.3s;

}
.open .line:nth-child(2){
  display: none;
}
.open .line:nth-child(1){
  transform: translateY(2px) rotate(-45deg);
}
.open .line:nth-child(3){
  transform: translateY(-4px) rotate(45deg);
}
.header_center_mobile{
	display: none;
}
.white_line_mobile{
	display: none;
}
.baunner_2_right_bottom svg{
	margin-top: 16px;
}
.d-none{
	display: none;
}
@media screen and (max-width: 1513px) {
	.form_left{
		width: 333px;
		height: 333px;
	}
	.form_left_img{
		width: 100%;
		height: 100%;
	}
	.form_left_img_mini{
		width: 83px;
        height: 83px;
        right: -27px;
    	top: -31px;
	}
	.header_center{
		padding-right: 0;
	}
	.baunner_2_right_text{
		font-size: 22px;
	}
	.baunner_2_left {
		width: 520px;
	}
}
@media screen and (max-width: 1200px) {
	.main_screen{
		padding-top: 0;
		padding-bottom: 215px;
	}
	.main_screen .row_btn{
		display: none;
	}
	.main_screen_img{
		right: -18px;
        height: 1000px;
        bottom: -61px;
	}
	.main_screen_text{
		padding-bottom: 234px;
	}
	.white_line_mobile{
		display: block;
		padding-top: 500px;
	}
	.h1{
		font-size: 30px;
		line-height: 45px;
	}
	.main_screen_subtitle{
		font-size: 13px;
	}
	.baunner_2_left{
		width: 100%;
	}
	.baunner_2_wrapper{
		height: unset;
		flex-wrap: wrap;
	}
	.form_wrapper{
		flex-wrap: wrap;
	}
	.form_left{
		width: 100%;
		height: unset;
	}
	.footer_wrapper{
		flex-direction: column;
	}
	.none_1200{
		display: none;
	}
	.block_1200{
		display: block;
	}
	[class*="_wrapper"]{
	    padding-left: 0;
	    padding-right: 0;
	}
	.baunner_1_block{
		font-size: 18px;
		padding: 32px 20px;
		border-radius: 17px;
	}
	.baunner_1_block .text{
		margin-top: 20px;
		text-align: left;
	}
	.b1_2{
		width: 136px;
		right: -11px;
    	bottom: 58px;
    	z-index: 0;
	}
	.b1_1 {
	    position: absolute;
	    right: -17px;
	    top: 12px;
	    left: -27px;
	    width: 150px;
	    z-index: -1;
	}
	.baunner_2_left .title{
		font-size: 30px;
	}
	.baunner_1_wrapper {
		margin-top: 100px;
	}
	.baunner_2_left{
		height: 400px;
	}
	.baunner_2_left .title{
		height: 50%;
	}
}
@media screen and (max-width: 992px){
	.hamb{
		display: flex;
	}
	.header_wrapper{
		flex-direction: column;
		position: fixed;
		top: 73px;
		left: -100%;
		background-color: #000;
		z-index: 10;
		width: 100%;
		height: 100%;
		justify-content: center;
		transition: 0.3s;
		align-items: center;
	}
	.menu_active{
		left: 0;
	}
	[class*="_wrapper"]{
	    padding-left: 0;
	    padding-right: 0;
	}
	.container{
		padding: 0 20px;
	}
	.header_wrapper .header_center{
		display: none;
	}
	.header_center_mobile{
		display: block !important;
		font-size: 26px;
	}
	.header{
		height: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header_left{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.no-scroll {
	  overflow: hidden;
	}
	.form_title{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.form__input-inp{
		font-size: 13px;
	}
	.placeholder{
		font-size: 13px;
	}
	.footer_contacts .header_left{
		margin-top: 45px;
	}
	.footer_contacts .header_left a{
		font-size: 20px;
	}
	.footer_contacts .phone{
		margin-bottom: 18px;
	}
	.footer_menu_link{
		font-size: 13px;
	}
	.footer_menu li:not(:last-child) {
	    margin-bottom: 20px;
	}
	.footer_menu li svg{
		width: 28px;
	}
	.footer_wrapper .social {
	    gap: 28px;
	    margin-top: 20px;
	    flex-direction: unset;
	}
	.footer_wrapper .social a{
		width: unset;
	}
	.policy{
		font-size: 13px;
	}
	.baunner_2_right_text{
		padding: 30px 20px;
		text-align: left;
	}
	.header_right{
		flex-direction: column;
	}
	.lang{
		margin-bottom: 20px;
		margin-right: 0;
	}
	.lang_drop{
		position: unset;
		display: flex;
	}
}
@media screen and (max-width: 768px){
	.main_screen_img{
		height: unset;
		width: 100%;
		position: relative;
	}
	.main_screen{
		padding-bottom: 0;
	}
	.main_screen .white_line{
		display: none;
	}
	.main_screen_text{
		padding: 20px 20px 0;
	}
	.main_screen_img{
		bottom: -7px;
	} 
	.main_screen_fon {
		height: 95%;
	}
	 .h1 {
        line-height: 40px;
    }
    .b2_r{
    	height: 204px;
    	top: 44px;
    }
}
@media screen and (max-width: 569px){
	.baunner_2_right_text{
		font-size: 13px;
	}
	.baunner_2_right_bottom{
		padding: 30px 20px;
	}
	.b2_r{
    	height: 175px;
    }
}
@media screen and (max-width: 480px){
	.form_title svg{
		width: 30px;
	}
	.form_title{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.form_title span{
		margin-right: unset;
	}
	.btn{
		font-size: 16px;
		padding: 13px 24px 17px;
	}
	.baunner_2_left{
		height: 300px;
	}
	.b2_r {
        height: 125px;
    }
}
@media screen and (max-width: 320px){

}