.uptate_bread_2022{
	margin-bottom:30px;
}
.team_item_area a{
	text-decoration:none;
}
.team_item_area ul:not(.breadcrumb){
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:25px;
	margin:0;
	list-style-type:none;
}
.team_info{
	padding-bottom:64px;
}
.photo_wrap{
	position:relative;
}
.photo_wrap::before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:10px;
	background:#155DFC1a;
	transform:rotateZ(3deg);
}
.photo_wrap img{
	display:block;
	position:relative;
	z-index:1;
	width:100%;
	height:520px;
	object-fit:cover;
	border-radius:10px;
	box-shadow:0 12px 14px -5px rgba(0,0,0,0.1);
}
.experience{
	position:absolute;
	right:-15px;
	bottom:-35px;
	border-radius:10px;
	background:url(../img/experience.svg) left 10px top 10px no-repeat;
	background-color:#fff;
	padding:25px 25px 10px 50px;
	box-shadow:0 6px 8px -3px rgba(0,0,0,0.1);
	font-weight:700;
	font-size:14px;
	line-height:18px;
	color:#101828;
	z-index:2;
}
.experience::before{
	content:'Опыт';
	display:block;
	position:absolute;
	left:50px;
	top:10px;
	font-weight:400;
	font-size:10px;
	line-height:13px;
	color:#6A7282;
}
.sup_text{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.position{
	background:#EFEFEF;
	border-radius:4px;
	padding:4px 10px;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color:#0158B6;
}
.so_links{
	display:flex;
	flex-wrap:wrap;
	justify-content:end;
	gap:10px;
}
.so_links a{
	display:block;
	background:url(../img/team_rt.svg) center/cover no-repeat;
	width:32px;
	height:32px;
	border-radius:8px;
}
.so_links a:first-child{
	background-image:url(../img/team_tg.svg);
}
.so_links a:last-child{
	background-image:url(../img/team_vc.svg);
}
.text_wrap{
	font-size:16px;
	color:#212529;
	padding-left:25px;
	line-height:24px;
}
h1{
	margin:10px 0 24px;
	font-weight:700;
	font-size:56px;
	line-height:64px;
	letter-spacing:-1.2px;
}
.text_wrap p{
	font-size:19px;
	line-height:28px;
}
.text_wrap table{
	margin:15px 0 35px;
	font-size:16px;
}
.text_wrap table th{
	font-weight:400;
	color:#6A7282;
	min-width:170px;
	padding:5px 0;
}
.text_wrap table td{
	color:#212529;
	padding:5px 0;
}
.text_wrap ul{
	padding:25px;
	border-radius:15px;
	background:#F5F9FC;
}
.text_wrap ul br,
.quote_anons ul br{
	display:none;
}
.text_wrap ul li{
	width:calc(50% - 12.5px);
	color:#1E2939;
}
.text_wrap ul li strong{
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#0158B6;
}
.quote_anons,
.publications{
	position:relative;
	background:#F5F9FC;
	padding:64px 0;
}
.quote_anons::before{
	display:block;
	content:'';
	position:absolute;
	background:url(../img/quote_anons.svg) center/contain no-repeat;
	width:96px;
	height:96px;
	top:-36px;
	left:666px;
}
.quote_anons blockquote{
	position:relative;
	display:block;
	font-family:Times New Roman;
	font-size:48px;
	line-height:60px;
	text-align:center;
	padding-bottom:200px;
}
.quote_anons blockquote em{
	color:#0158B6;
}
.quote_anons ul{
	padding:175px 0 0;
}
.quote_anons ul li{
	width:calc(33.33333333% - 17px);
	padding:30px;
	border-radius:15px;
	background:#fff;
	box-shadow:0px 4px 24px 0px #D7DFED40;
	font-size:20px;
	line-height:28px;
	color:#4A5565;
}
.quote_anons ul li strong,
.gen_exp ul li strong{
	display:block;
	font-size:24px;
	line-height:28px;
	color:#0158B6;
	padding-bottom:15px;
}
.team_item_area h2{
	font-weight:700;
	font-size:48px;
	line-height:56px;
	color:#101828;
}
.gen_exp,
.rutube_media{
	padding:64px 0;
	font-size:20px;
}
.gen_exp h2{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.gen_exp h2::before{
	display:block;
	content:'';
	position:absolute;
	background:#0158B6;
	width:80px;
	height:4px;
	bottom:-20px;
	left:calc(50% - 40px);
}
.gen_exp p{
	text-align:center;
}
.gen_exp ul{
	padding:24px 0 0;
}
.gen_exp ul li{
	width:calc(33.33333333% - 17px);
	padding:30px;
	border-radius:15px;
	background:#F5F9FC;
}
.gen_exp ul li:nth-child(2n){
	background:#E0ECFF88;
}
.gen_exp ul li strong{
	color:#212529;
}
.gen_exp h4{
	margin:24px 0;
	text-align:center;
	font-weight:700;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.7px;
	text-transform:uppercase;
	color:#404B69;
}
.gen_exp ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:15px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.gen_exp ol li{
	border-radius:150px;
	background:#F5F9FC;
	padding:10px 15px;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color:#0158B6;
}
.gen_exp ol li:nth-child(2n){
	background:#E5F1FF;
	border:1px solid #F5F9FC;
}
.publications{
	font-size:20px;
}
.public_item{
	background:#fff;
	padding:24px;
	border-radius:24px;
	margin-bottom:24px;
	height:calc(100% - 24px);
	display:flex;
	flex-direction:column;
	color:#212529;
}
.public_item_date{
	font-weight:500;
	font-size:16px;
	line-height:20px;
	color:#9CA7B9;
}
.public_item_name{
	font-weight:700;
	font-size:24px;
	line-height:28px;
	padding:10px 0 15px
}
.public_item_link{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:end;
	gap:8px;
	font-weight:600;
	font-size:18px;
	line-height:24px;
	color:#0158B6;
	flex-grow:1;
}
.rutube_header{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	padding-bottom:25px;
}
.rutube_header h2{
	border-bottom:4px solid #0158B6;
}
.rutube_header a{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	font-weight:600;
	font-size:16px;
	line-height:24px;
	color:#0158B6;
}
.rutube_video_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:end;
	flex-direction:column;
	gap:10px;
	overflow:hidden;
	position:relative;
	border-radius:16px;
	padding:24px;
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:28px;
	height:410px;
}
.rutube_video_wrap:hover{
	color:#D1D5DC;
}
.rutube_video_wrap::before{
	display:block;
	content:'';
	position:absolute;
	background:linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1
}
.rutube_video_wrap img{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	object-fit:cover;
}
.rutube_video_wrap img.rutube_video_play{
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	left:calc(50% - 32px);
	top:calc(50% - 32px);
	z-index:2
}
.rutube_video_wrap div{
	position:relative;
	z-index:2
}
.rutube_video_wrap .rutube_video_date{
	padding-left:65px;
	font-weight:500;
	font-size:12px;
	line-height:16px;
	color:#D1D5DC;
}
.rutube_video_wrap .rutube_video_date::before{
	display:block;
	content:'Rutube';
	position:absolute;
	background:#E7000B;
	height:100%;
	left:0;
	top:0;
	color:#fff;
	border-radius:4px;
	padding:0 8px;
}
.common_form{
	background:url(../img/pers.png) center top 64px no-repeat;
	background-color:#F5F9FC;
	padding:300px 0 64px;
	font-weight:700;
	font-size:88px;
	line-height:96px;
	text-align:center;
}
.common_form .mainbtn_2{
	height:90px;
	border-radius:35px;
	margin:30px auto 0;
	padding:0 75px;
	width:max-content;
	font-weight:600;
	font-size:22px;
	gap:10px;
}
@media (max-width:1300px){
h1{
	font-size:38px;
	line-height:44px;
}
.text_wrap p{
	font-size:17px;
	line-height:24px;
}
.text_wrap table{
	margin:10px 0 20px;
	font-size:15px;
}
.text_wrap{
	font-size:15px;
	line-height:20px;
}
.photo_wrap img{
	height:420px;
}
.quote_anons,
.publications,
.rutube_media{
	padding:40px 0;
}
.quote_anons blockquote{
	font-size:38px;
	line-height:50px;
}
.quote_anons ul{
	padding:100px 0 0;
}
.quote_anons ul li{
	padding:20px;
	font-size:16px;
	line-height:20px;
}
.quote_anons ul li strong,
.gen_exp ul li strong{
	font-size:20px;
	line-height:24px;
	padding-bottom:10px;
}
.team_item_area h2{
	font-size:38px;
	line-height:46px;
}
.gen_exp{
	padding:40px 0;
	font-size:16px;
}
.gen_exp ul{
	padding:18px 0 0;
}
.gen_exp ul li{
	padding:20px;
}
.gen_exp h4{
	margin-bottom:15px;
	font-size:14px;
}
.gen_exp ol{
	gap:10px;
}
.gen_exp ol li{
	padding:5px 10px;
	font-size:12px;
	line-height:18px;
}
.publications{
	font-size:16px;
}
.public_item_name{
	font-size:18px;
	line-height:22px;
}
.public_item_link{
	font-size:17px;
	line-height:22px;
}
.rutube_video_wrap{
	height:310px;
}
.common_form{
	background-position:center top 40px;
	background-size:140px;
	padding:200px 30px 40px;
	font-size:64px;
	line-height:76px;
}
.common_form .mainbtn_2{
	height:70px;
	margin:20px auto 0;
	padding:0 45px;
	font-size:20px;
}
}
@media (max-width:1070px){
.team_item_area ul:not(.breadcrumb){
	justify-content:center;
}
.text_wrap p{
	font-size:15px;
	line-height:20px;
}
.photo_wrap img{
	height:320px;
}
.text_wrap ul{
	padding:15px;
	gap:15px;
}
.text_wrap ul li{
	width:100%;
}
.quote_anons ul li,
.gen_exp ul li{
	width:calc(50% - 17px);
}
.quote_anons::before{
	width:56px;
	height:56px;
	top:-26px;
	left:calc(50% - 28px);
}
.quote_anons ul li{
	padding:15px;
	font-size:15px;
}
.quote_anons ul li strong,
.gen_exp ul li strong{
	font-size:18px;
	line-height:22px;
}
.gen_exp{
	font-size:15px;
}
.gen_exp ul{
	padding:15px 0 0;
}
.gen_exp ul li{
	padding:15px;
}
.publications{
	font-size:15px;
}
.rutube_video_wrap{
	height:210px;
}
}
@media (max-width:990px){
.photo_wrap,
.rutube_video_wrap{
	width:320px;
	margin:0 auto 25px;
}
.rutube_video_wrap{
	padding:15px;
	font-size:16px;
	line-height:24px;
}
.text_wrap{
	padding-left:0;
}
.common_form{
	background-size:100px;
	padding-top:160px;
	font-size:44px;
	line-height:56px;
}
}
@media (max-width:660px){
.quote_anons ul li,
.gen_exp ul li{
	width:100%;
}
.common_form{
	font-size:40px;
	line-height:45px;
}
}
@media (max-width:440px){
.photo_wrap{
	width:280px;
	margin-bottom:60px;
}
h1{
	margin:10px 0;
	font-size:28px;
	line-height:34px;
}
.text_wrap table th,
.text_wrap table td{
	display:block;
}
.quote_anons blockquote{
	font-size:28px;
	line-height:34px;
	padding-bottom:140px;
}
.team_item_area h2{
	font-size:23px;
	line-height:28px;
}
.rutube_video_wrap{
	width:280px;
}
