@font-face{
	font-family: 'Inter';
	src: url(fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
}

*{
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
}

.wrapper{
	display: block;
	width: 100%;
	word-wrap: break-word;
}

a{
	text-decoration: none;
	color: #000000;
}

.row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}

header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background: rgba(25, 44, 62, 1.0);
	backdrop-filter: blur(5px);
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}



nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 95%;
	box-sizing: border-box;
}


header nav .logo{
	display: block;
	width: 200px;
	height: 60px;
	color: #ffffff;
}

header nav .logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


.nav_icon{
	display: none;
	width: 50px;
	height: 50px;
}

.nav_icon img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


header nav .menu{
	display: block;
	text-align: center;
	width: calc(100%/2);
/*	margin: 0 auto;*/
	box-sizing: border-box;
}

header nav .menu li{
	display: inline-block;
	margin: 0 5px;
}

header nav .menu li:last-child{
	margin-right: 0;
}

header nav .menu li a{
	color: #ffffff;
/*	font-size: 18px;*/
}


header .contacts{
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	box-sizing: border-box;
}


header .contacts_list{
	display: block;
	color: #ffffff;
	position: relative;
}

header .contacts_list .phone_list_icon img{
	width: auto;
	height: auto;
	max-height: 32px;
	max-width: 32px;
/*	vertical-align: middle;*/
}

.phone_list {
    display: none;
    position: absolute;
    left: -63px;
    background-color: #f1f1f1;
/*    min-width: 160px;*/
	background: rgba(25, 44, 62, 1.0);
/*    padding: 0 5px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
    z-index: 1;
    box-sizing: border-box;
}

.phone_list a{
	display: block;
	padding: 15px;
	color: #ffffff;
	box-sizing: border-box;
}

.phone_list a:hover{
	color: #000000;
	background: #ffffff;
}

header .contacts_list:hover .phone_list{
	display: block;
}


/*header .contacts_list a{
	display: block;
	margin: 0 20px;
	color: #ffffff;
}

header .contacts_list a:first-child{
	margin-left: 0;
}

header .contacts_list p{
	display: block;
	margin: 0 20px;
}*/



header .social_list {
	margin: 0 15px;
}

header .social_list img{
	width: auto;
	height: auto;
	max-height: 32px;
	max-width: 32px;
}

header .lang{
	display: block;
	color: #ffffff;
	position: relative;
}


header .lang .lang_list_icon img{
	width: auto;
	height: auto;
	max-height: 32px;
	max-width: 32px;
/*	vertical-align: middle;*/
}

.lang_list {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
/*    min-width: 160px;*/
	background: rgba(25, 44, 62, 1.0);
/*    padding: 0 5px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
    z-index: 1;
    box-sizing: border-box;
}

.lang_list a{
	display: block;
	width: 100%;
	padding: 15px;
	color: #ffffff;
	box-sizing: border-box;
}

.lang_list a:hover{
	color: #000000;
	background: #ffffff;
}

header .lang:hover .lang_list{
	display: block;
}


.title_block{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: calc(100vh - 70px);
	margin-top: 70px;
	box-sizing: border-box;
}

.title_block .title_block_text{
	display: block;
	width: calc(100%/2);
}

.title_block .title_block_text h1{
	display: block;
	width: 100%;
	word-wrap: break-word;
	font-size: 45px;
	color: #1b2c3e;
/*	text-transform: uppercase;*/
	box-sizing: border-box;
}

.title_block .title_block_text p{
	display: block;
	width: 100%;
	word-wrap: break-word;
	font-size: 18px;
	margin: 20px 0;
}

.button{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px;
	margin: 20px auto;
	border-radius: 15px;
	color: #ffffff;
	background: #1b2c3e;
	border: 3px solid #ffffff;
	box-sizing: border-box;
}


.title_block_img{
	display: block;
	width: calc(100%/2.1);
}

.title_block_img img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.about_us{
	display: block;
	width: 100%;
	padding: 30px 0;
	margin: 100px auto;
	background: #1b2c3e;
	color: #ffffff;
	box-sizing: border-box;
}

.about_us h2{
	display: block;
	width: calc(100%/3.5);
	font-size: 38px;
	align-self: flex-start;
}

.about_us .about_us_text{
	display: block;
	width: calc(100%/1.6);
}

.about_us .about_us_text p{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	margin: 15px 0;
	text-align: justify;
}

.practice{
	display: block;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}

.practice h2{
	display: block;
	width: 100%;
	font-size: 38px;
	margin-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
}

.practice .row .practice_card{
	display: block;
	width: calc(100%/2);
	min-height: 322px;
	background: #1b2c3e;
	color: #ffffff;
	border: 1px solid #dcdbe1;
	padding: 35px 20px;
	box-sizing: border-box;
}

.practice .row .practice_card:last-child{
	width: 100%;
	padding: 35px 25%;
}

.practice .row  .practice_card .practice_card_icon{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.practice .row  .practice_card .practice_card_icon img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.practice .row  .practice_card .practice_card_text{
	display: block;
	width: 100%;
}

.practice .row  .practice_card .practice_card_text h3{
	display: block;
	width: 100%;
	font-size: 24px;
	margin: 20px 0;
	text-align: center;
}

.practice .row  .practice_card .practice_card_text p{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}


.partners{
	display: block;
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}

.partners h2{
	display: block;
	width: 100%;
	font-size: 38px;
	margin-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
}

.partners .partners_card{
	display: flex;
	flex-direction: row;
	display: -webkit-flex;
	 -webkit-flex-direction: row;
	width: 100%;
	min-height: 200px;
	margin: 30px 0;
/*	background: #1b2c3e;*/
	color: #000000;
	box-sizing: border-box;
}

.partners .partners_card .partners_card_photo{
	display: block;
/*	width: 100%;*/
/*	min-height: 298px;*/
	box-sizing: border-box;
}

.partners .partners_card .partners_card_photo img{
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	object-position: top;
}

.partners .partners_card .partners_card_text{
	display: block;
	width: 100%;
	word-wrap: break-word;
	padding: 10px 20px;
	text-align: justify;
	box-sizing: border-box;
}

.partners .partners_card .partners_card_text .name{
	display: block;
	width: 100%;
	font-size: 24px;
}

.partners .partners_card .partners_card_text .priority_practices{
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 10px 0;
}

.partners .partners_card .partners_card_text .cv{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
}

.partners .partners_card .partners_card_text .cv p{
	display: block;
	width: 100%;
	margin: 5px 0;
}



.reviews{
	display: block;
	width: 100%;
	padding: 70px 0;
	background: #1b2c3e;
	box-sizing: border-box;
}


.slider{
	display: block;
	width: calc(100%/2.1);
	box-sizing: border-box;
}


.reviews h2{
	display: block;
	width: calc(100%/2);
	font-size: 38px;
	color: #ffffff;
	align-self: flex-start;
}

.review_card{
	display: block;
	width: calc(100%/2.1);
	padding: 20px;
	color: #ffffff;
	box-sizing: border-box;
}

.review_card .company_name{
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.review_card .company_name a{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.review_card .company_name img{
	display: block;
	max-width: 200px;
	height: 100px;
	object-fit: contain;
	margin: 0 auto;
}

.review_card .company_name span{
	display: block;
	width: 80%;
	color: #ffffff;
	font-size: 24px;
	margin: 5px auto;
	box-sizing: border-box;
}

.review_card .review_text{
	display: block;
	width: 100%;
	text-align: justify;
	font-size: 19px;
	margin: 25px 0;
	box-sizing: border-box;
}

.review_card .client_representative{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px; 
}

.our_contacts{
	display: block;
	width: 100%;
	padding: 70px 0;
	box-sizing: border-box;
}

.our_contacts .our_contacts_text{
	display: block;
	width: calc(100%/2);
	font-size: 19px;
	align-self: flex-start;
}

.our_contacts .our_contacts_text h2{
	display: block;
	width: 100%;
	font-size: 38px;
	align-self: flex-start;
}

.our_contacts .our_contacts_text h5{
	font-size: 24px;
	margin-top: 25px;
}

.our_contacts .our_contacts_text p{
	display: block;
	width: 100%;
	margin: 20px 0;
}


.our_contacts .our_contacts_text .messenger_list{
	display: block;
	width: 100%;
	margin: 10px 0;
}

.our_contacts .our_contacts_text .messenger_list li{
	display: inline-block;
	margin: 10px 5px;
}

.our_contacts .our_contacts_text .messenger_list li:first-child{
	margin-left: 0;
}

.our_contacts .our_contacts_text .messenger_list li:last-child{
	margin-right: 0;
}

.our_contacts .our_contacts_text .messenger_list li a{
	display: block;
	width: 100%;
	border: 3px solid #1b2c3e;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	background: #ffffff;
	box-sizing: border-box;
}

.our_contacts .our_contacts_text .messenger_list li a img{
	width: auto;
	height: auto;
	max-width: 32px;
	max-height: 32px;
}

 .our_contacts_text p img{
	width: auto;
	height: auto;
	max-width: 24px;
	max-height: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

.our_contacts .map{
	display: block;
	width: calc(100%/2.1);
	height: 400px;
}

iframe{
	width: 100%;
	height: 100%;
}

footer{
	display: block;
	width: 100%;
	padding: 30px 0;
	background: #1b2c3e;
	line-height: 1.3;
	box-sizing: border-box;
}

footer .row{
	align-content: flex-start;
	align-items: flex-start;
}

footer h5{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}

footer .copyright{
	display: block;
	width: 200px;
	color: #ffffff;
}


footer .copyright .logo{
	display: block;
	color: #ffffff;
	margin-bottom: 5px;
}

footer .copyright .logo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

footer .copyright span{
	display: block;
	width: 100%;
	line-height: 1.3;
	font-size: 14px;
}

footer .footer_links{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: flex-start;
/*	flex-wrap: wrap;*/
	width: calc(100%/2.5);
	box-sizing: border-box;
}

footer .footer_links .footer_contants{
	display: block;
	width: calc(100%/2);
	word-wrap: break-word;
	margin: 0 20px;
}

footer .footer_links .footer_contants a{
	display: block;
	width: 100%;
	color: #ffffff;
	margin: 10px 0;
}

footer .footer_links .footer_contants p{
	display: block;
	width: 100%;
	color: #ffffff;
	margin: 10px 0;
}

footer .footer_links .footer_menu{
	display: block;
	word-wrap: break-word;
	margin: 0 20px;
	width: calc(100%/2);
}


footer .footer_links .footer_menu ul li{
	display: block;
	margin: 10px 0;
}

footer .footer_links .footer_menu ul li a{
	color: #ffffff;
}

footer .form{
	display: block;
	width: calc(100%/3);

}

footer .form form{
	display: block;
	width: 100%;
}

footer .form form input{
	display: block;
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	outline: none;
	box-sizing: border-box;
}

footer .form form textarea{
	display: block;
	width: 100%;
	height: 100px;
	padding: 5px;
	margin: 10px 0;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	outline: none;
	resize: none;
	box-sizing: border-box;
}

footer .form form input::placeholder{
	color: #ffffff;
}

footer .form form textarea::placeholder{
	color: #ffffff;
}

footer .form form .send{
	display: block;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 10px;
	padding: 10px 0;
	margin: 10px 0;
	cursor: pointer;
}

footer .form form .send:hover{
	background: #ffffff;
	color: #000000;
}

.thanks{
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
}

.thanks figure{
	display: block;
	width: 50%;
	height: auto;
	background: rgba(25, 44, 62, 1.0);
	border: 20px double #ffffff;
	font-size: 30px;
	-webkit-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	text-align: center;
	padding: 20px;
	color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	font-weight: bold;
}

.thanks figcaption{
	font-weight: 100;
	font-size: 1em;
}

.thanks figure p{
	display: block;
	padding: 5px;
	margin: 10px auto;
	/*width: 20%;*/
	border: 1px solid #ffffff;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.thanks figure p:hover{
	background: #ffffff;
	color: #000000;
	text-shadow: none;
	transition: 0.5s;
}


.messenger_widget{
	display: block;
	position: fixed;
	bottom: 7%;
	right: 1%;
	z-index: 999;
	box-sizing: border-box;
}

.messenger_widget .messenger_list{
	display: block;
	width: 100%;
}

.messenger_widget .messenger_list li{
	display: block;
	margin: 10px 0;
}

.messenger_widget .messenger_list li a{
	display: block;
	width: 100%;
	border: 3px solid #1b2c3e;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	background: #ffffff;
	box-sizing: border-box;
}

.messenger_widget .messenger_list li a img{
	width: auto;
	height: auto;
	max-width: 32px;
	max-height: 32px;
}

@media screen and (max-width:950px), (max-device-width:950px){
	.row{
		justify-content: space-around;
	}

	.nav_arrow{
		display: none;
	}

	nav{
		flex-wrap: wrap;
	}

	header nav .nav_icon{
		display: block;
	}

	header nav .menu{
		display: none;
		width: 100%;
	}

	header nav .menu li{
		width: 100%;
		margin: 10px 0;
	}

	header .contacts{
		display: none;
		width: 100%;
		margin: 10px 0;
		justify-content: space-around;
	}

	header .contacts_list{
		display: block;
		text-align: center;
	}

	header .phone_list_icon{
		display: none;
	}

	header .phone_list{
		display: block;
		position: relative;
		box-shadow: none;
		left: 0;
	}

	.phone_list a{
		padding: 0;
		margin: 15px 0;
	}

	header .contacts_list a, header .contacts_list p{
		width: 100%;
/*		margin: 15px 0;*/
	}

	header .social_list{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.lang{
		width: 100%;
	}

	header .lang_list_icon{
		display: none;
	}

	header .lang_list{
		display: block;
		position: relative;
		box-shadow: none;
		text-align: center;
	}

	.lang_list a{
		padding: 0;
		margin: 10px 0;
	}

	.title_block{
		height: auto;
	}


	.title_block .title_block_text{
		width: 100%;
		text-align: center;
		margin: 20px;
	}

	/*.title_block .title_block_img{
		width: 100%;
		margin: 20px 0;
	}*/

	.about_us h2{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.about_us .about_us_text{
		width: 100%;
	}

	

	.practice .row .practice_card{
		min-height: 390px;
	}
	

	.reviews h2{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

/*	.review_card*/

	.slider{
		width: 100%;
		margin: 50px 0;
	}

	.our_contacts .our_contacts_text{
		width: 100%;
		text-align: center;
	}

	.our_contacts .map{
		width: 100%;
	}
	

	footer{
		text-align: center;
	}

	.thanks{
	display: none;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
}

.thanks figure{
	display: block;
	width: 70%;
	height: auto;
	background: #000000;
	border: 20px double #ffffff;
	font-size: 30px;
	-webkit-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.75);
	text-align: center;
	padding: 20px;
	color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	font-weight: bold;
}

.thanks figcaption{
	font-weight: 100;
	font-size: 1em;
}

.thanks figure p{
	display: block;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #ffffff;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.thanks figure p:hover{
	background: #ffffff;
	color: #000000;
	text-shadow: none;
	transition: 0.5s;
}

	/*footer .copyright{
		width: 100%;
		margin: 20px 0;
	}*/

	/*footer .footer_links{
		margin: 50px 0;
	}

	footer .footer_links .footer_contants{
		margin: 20px 0;
	}

	footer .footer_links .footer_menu{
		margin: 20px 0;
	}*/

}

@media screen and (max-width:640px), (max-device-width:640px){

	.row{
		width: 85%;
	}

	header .contacts{
		width: 100%;
	}

	header .contacts_list{
		display: block;
/*		width: 100%;*/
		text-align: center;
	}


	.lang, .social_list{
/*		display: block;*/
		text-align: center;
	}

	.title_block .title_block_text h1{
		font-size: calc(calc(24px + 40 * (100vw/1368)));
/*		width: 100%;*/
	}

	/*.title_block .title_block_text p{
		font-size: 16px;
	}*/

	.title_block_img{
		width: auto;
	}



	.practice .row .practice_card{
		display: block;
		width: 100%;
		min-height: 310px;
		color: #ffffff;
		border: 1px solid #dcdbe1;
		padding: 35px 20px;
		box-sizing: border-box;
	}

	.practice .row .practice_card:last-child{
		padding: 35px 20px;
	}


	.partners .partners_card{
/*		flex-direction: column;*/
		-webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
		width: 100%;
		min-height: 310px;
		color: #000000;
		padding: 35px 20px;
		box-sizing: border-box;
	}

	.partners .partners_card .partners_card_photo{
		width: 100%;
	}

	.partners .partners_card .partners_card_photo img{
		width: 100%;
		height: auto;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	.partners .partners_card .partners_card_text{
		display: block;
		width: 100%;
		word-wrap: break-word;
		padding: 20px;
/*		text-align: center;*/
		box-sizing: border-box;
	}

	.partners .partners_card .partners_card_text .name{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.partners .partners_card .partners_card_text .priority_practices{
		display: block;
		width: 100%;
		font-size: 20px;
		margin: 10px 0;
		text-align: center;
	}

	.partners .partners_card .partners_card_text .cv{
		display: block;
		width: 100%;
		line-height: 1.3;
	}

	.partners .partners_card .partners_card_text .cv p{
		display: block;
		width: 100%;
		margin: 5px 0;
	}




	.our_contacts .our_contacts_text{
		width: 100%;
		text-align: center;
	}

	.our_contacts .map{
		width: 100%;
	}

	footer .copyright .logo{
		width: 80%;
		margin: 5px auto;
	}


	footer .footer_links{
		width: 100%;
		flex-wrap: wrap;
		margin: 20px 0;
	}

	footer .footer_links .footer_contants{
		width: 100%;
	}

	footer .footer_links .footer_menu{
		width: 100%;
	}

	footer .form{
		width: 85%;
	}

	.messenger_widget{
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 999;
		box-sizing: border-box;
	}

	.messenger_widget .messenger_list{
		display: block;
		width: 100%;
	}

	.messenger_widget .messenger_list li{
		display: block;
		margin: 10px 0;
	}

	.messenger_widget .messenger_list li a{
		display: block;
		width: 100%;
		border: 3px solid #1b2c3e;
		border-radius: 10px;
		text-align: center;
		padding: 5px;
		background: #ffffff;
		box-sizing: border-box;
	}

	.messenger_widget .messenger_list li a img{
		width: auto;
		height: auto;
		max-width: 25px;
		max-height: 25px;
	}
}

@media screen and (min-width:1441px), (min-device-width:1441px){
	.wrapper{
		width: 1224px;
		margin: 0 auto;
	}

	nav{
		width: 1224px;
		margin: 0 auto;
	}
}


