@import url("https://fonts.cdnfonts.com/css/geometria");
* {
	box-sizing: border-box;
	margin: 0;
}

::-webkit-scrollbar {
	/* chrome based */
	width: 0px; /* ширина scrollbar'a */
	background: transparent; /* опционально */
}

html {
	-ms-overflow-style: none; /* IE 10+ */
	scrollbar-width: none; /* Firefox */
}

body {
	font-family: "geometria";
}

input {
	font-family: "geometria";
}

button {
	font-family: "geometria";
}

textarea {
	font-family: "geometria";
}



.container {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}

.bcg_grey {
	background: #f0f0f0;
}

.d_flex {
	display: flex;
}

.ai_c {
	align-items: center;
}

.bb {
	border-bottom: 2px solid #f4e0d9;
}

.center_btn {
	display: flex;
	justify-content: center;
}

.black_button {
	background: #2b2c38;
	border-radius: 4px;
	padding: 8px 38px;
	font-weight: 500;
	font-size: 17px;
	line-height: 32px;
	color: #ffffff;
	border: none;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	max-height: 50px;
}

header {
	border-bottom: 1px solid #f0f0f0;
}

.header_inner {
	align-items: flex-start;
	padding: 18px 0 10px;
	justify-content: space-between;
}
.header_inner .logo_header {
	width: 208px;
	height: 58px;
	margin-right: 90px;
}
.header_inner .logo_header img {
	width: 100%;
}

.index_page .menu-menyu-heder-container {
	align-items: flex-start;
}

.menu-menyu-heder-container {
	display: flex;
	align-items: center;
}

.index_page .left_part_header {
	align-items: flex-start;
}
.left_part_header {
	display: flex;
	align-items: center;
}

.menu {
	padding-left: 0;
	margin-right: 30px;
}
.menu .menu-item {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
.menu .menu-item:last-of-type {
	margin-right: 0;
}
.menu .menu-item a {
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 44px;
	text-align: right;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2b2c38;
	opacity: 0.3;
}
.menu .menu-item a:hover {
	opacity: unset;
}

.menu-item.current_page_item a {
	opacity: 1;
}

.search_btn {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.search_btn img {
	width: 20px;
	height: 20px;
}

.btn_down {
	border: 3px solid #e9561d;
	width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_down img {
	width: 22px;
	height: 62px;
}

.bcg_sphere_top img {
	width: 100%;
	object-fit: cover;
}

.heading_index {
	/* margin-top: -20px; */
}
.heading_index .text_and_btn_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	margin-top: 70px;
}
.heading_index .text_and_btn_row p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 15px;
}
.heading_index .text_and_btn_row .black_button {
	display: none;
}
.heading_index h1 {
	font-weight: 400;
	font-size: 66px;
	line-height: 76px;
	letter-spacing: -0.02em;
	color: #2b2c38;
}

.low_agency_workers {
	width: calc(100% + 50px);
	margin-left: -50px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

.employee_card {
	width: calc(33.3% - 50px);
	margin-left: 50px;
	margin-bottom: 46px;
}
.employee_card .img_employee {
	margin-bottom: 20px;
	height: 400px;
}
.employee_card .img_employee img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.employee_card h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #2b2c38;
	margin-bottom: 4px;
}
.employee_card span {
	display: block;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 10px;
}
.employee_card .sub_btn_medium {
	margin-right: 10px;
}

.sub_btn_medium {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	padding: 9px 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
	background: transparent;
	font-family: "geometria";
	cursor: pointer;
}
.sub_btn_medium:hover {
	background: #e9561d;
	color: #ffffff;
	border: 1px solid #e9561d;
}

.sub_btn_big {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	padding: 9px 46px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
}
.sub_btn_big:hover {
	background: #e9561d;
	color: #ffffff;
	border: 1px solid #e9561d;
}

.sub_btn_small {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	padding: 4px 21px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
}
.sub_btn_small:hover {
	background: #e9561d;
	color: #ffffff;
	border: 1px solid #e9561d;
}

.sub_btn_with_img {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2b2c38;
	display: inline-flex;
}
.sub_btn_with_img:hover {
	background: #e9561d;
	border: 1px solid #e9561d;
}
.sub_btn_with_img:hover h4 {
	color: #ffffff;
}
.sub_btn_with_img:hover .download_img {
	border-right: 1px solid #fff;
}
.sub_btn_with_img:hover .download_img svg path {
	stroke: #fff;
}
.sub_btn_with_img .download_img {
	padding: 15px 19px;
	border-right: 1px solid #bfc0c3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_btn_with_img .download_img svg {
	width: 25px;
	height: 25px;
}
.sub_btn_with_img img {
	width: 20px;
	height: 20px;
}
.sub_btn_with_img h4 {
	padding: 9px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
}

.sub_btn_with_arrow {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}
.sub_btn_with_arrow:hover {
	background: #e9561d;
	border: 1px solid #e9561d;
}
.sub_btn_with_arrow:hover h4 {
	color: #fff;
}
.sub_btn_with_arrow:hover .arrow_img {
	border-left: 1px solid #fff;
}
.sub_btn_with_arrow:hover .arrow_img svg path {
	fill: #fff;
}
.sub_btn_with_arrow h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
	text-decoration: none;
	padding: 9px 20px;
}
.sub_btn_with_arrow .arrow_img {
	border-left: 1px solid #bfc0c3;
	padding: 19px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_btn_with_arrow .arrow_img svg {
	width: 7px;
	height: 12px;
}

.s_contacts {
	margin-top: 55px;
	display: grid;
	grid-template-columns: 46% 54%;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	overflow: hidden;
}

.need_consultation_wrap {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.contact_and_address_wrap {
	width: 48%;
}

.need_consultation_wrap.mobile {
	display: none;
}

.soc_media_icon {
	background: #2b2c38;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
}
.soc_media_icon img {
	width: 32px;
	height: 32px;
}

.contact_wrap {
	padding: 50px 60px 35px 40px;
	justify-content: space-between;
	align-items: center;
}
.contact_wrap h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 30px;
}
.contact_wrap .soc_media_row {
	margin-bottom: 25px;
}
.contact_wrap .phone {
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.01em;
	text-decoration-line: underline;
	color: #e9561d;
	margin-bottom: 7px;
	display: block;
}
.contact_wrap .email {
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.01em;
	text-decoration-line: underline;
	color: #e9561d;
}
.contact_wrap .right {
	width: 200px;
}
.contact_wrap .right img {
	width: 100%;
}

.address_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 50px 0 55px;
}
.address_wrap .map {
	width: 246px;
	margin-bottom: 16px;
}
.address_wrap .map img {
	width: 100%;
}
.address_wrap p {
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}

.consultation_form .input_form {
	margin-bottom: 16px;
}
.consultation_form .input_form input {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 14px 19px;
	outline: 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
}

.need_consultation_wrap {
	padding: 58px 50px 48px;
	background-image: url(../img/bcg_need_conslt.png);
	background-repeat: no-repeat;
	background-position: top right;
	overflow-y: scroll;
}
.need_consultation_wrap .text_part {
	width: 70%;
}
.need_consultation_wrap .text_part h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 20px;
}
.need_consultation_wrap .text_part p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 33px;
}

.s_our_practices h2 {
	padding-bottom: 30px;
}

.type_of_practice_wrap {
	padding: 40px 0 40px;
	border-bottom: 2px solid #f4e0d9;
	align-items: flex-start;
}
.type_of_practice_wrap:first-of-type {
	border-top: 2px solid #f4e0d9;
}
.type_of_practice_wrap:last-of-type {
	border-bottom: unset;
}
.type_of_practice_wrap .type_row {
	width: calc(50% - 60px);
	margin-right: 60px;
}
.type_of_practice_wrap .type_row .text {
	margin-bottom: 20px;
}
.type_of_practice_wrap .type_row .text h3 {
	font-weight: 400;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 10px;
}
.type_of_practice_wrap .type_row .text p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.type_of_practice_wrap .flex_about_person {
	/* width: 50%; */
	justify-content: flex-end;
	margin-left: 30px;
	max-width: 260px;
}
.type_of_practice_wrap .flex_about_person .about_person_row {
	/* width: 50%; */
}
.person-grid { display: grid !important; grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
@media(max-width: 470px) {
	.person-grid {
		    grid-template-columns: repeat(1, 1fr);
	}
}
.bl_person-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 60%;
}

.about_person_row {
	align-items: flex-end;
	margin-right: 30px;
}
.about_person_row:last-of-type {
	margin-right: 0;
}
.about_person_row .foto_person {
	background: #f0f0f0;
	border-radius: 100px;
	height: 100%;
	height: 140px;
	width: 80px;
	overflow: hidden;
}
.about_person_row .foto_person img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_person_row .about_person_descr {
	width: calc(100% - 80px);
	padding-left: 20px;
}
.about_person_row .about_person_descr h3 {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 4px;
}
.about_person_row .about_person_descr p {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 14px;
}

.s_why_trust {
	padding: 70px 0 60px;
	background-image: url(../img/bcg_why_trust.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
}

.reasons_trust_wrap {
	margin-top: 135px;
	flex-flow: row;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -60px;
}
.reasons_trust_wrap .reason_trust {
	width: calc(25% - 60px);
	margin-left: 60px;
}
.reasons_trust_wrap .reason_trust .info_row .logo_reason {
	width: 84px;
	height: 84px;
	margin-bottom: 35px;
}
.reasons_trust_wrap .reason_trust .info_row h4 {
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
	color: #2b2c38;
	margin-bottom: 10px;
}
.reasons_trust_wrap .reason_trust .info_row p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
}

.s_press_center_page {
	padding: 40px 0 0px;
}
.s_press_center_page .name_flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.s_press_center_page .name_flex h2 {
	margin-right: 50px;
}

.s_press_centr {
	padding: 60px 0 0px;
}

.tags_press_center {
	padding-left: 0;
	display: flex;
	align-items: center;
}
.tags_press_center li {
	list-style: none;
	margin-right: 24px;
}
.tags_press_center li:hover a {
	color: #e9561d;
}
.tags_press_center li a {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: rgba(43, 44, 56, 0.4);
	text-decoration: none;
}

.tags_press_center li.active a:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #e9561d;
}
.tags_press_center li.active a {
	color: #e9561d;
}

.tags_press_center li.current-cat a:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #e9561d;
}
.tags_press_center li.current-cat a {
	color: #e9561d;
}

.flex_news {
	width: calc(100% + 20px);
	margin-left: -20px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.flex_news .news_row {
	width: calc(33.3% - 20px);
	margin-left: 20px;
}

.news_row {
	background: #f0f0f0;
	margin-bottom: 20px;
}
.news_row .foto_news {
	width: 100%;
	height: 170px;
	/* 	height: auto; */
	display: block;
}
/* .intership_page .news_row .foto_news {
	height: 15vw;
} */
.news_row .foto_news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intership_page .news_row .foto_news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.news_row .descr_part {
	padding: 13px 20px 15px 27px;
}

.descr_part a {
	text-decoration: none;
}
.news_row .descr_part .tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #e9561d;
	text-decoration: none;
}
.news_row .descr_part .tag img {
	width: 34px;
	height: 34px;
}
.news_row .descr_part h4 {
	font-weight: 500;
	font-size: 17px;
	line-height: 28px;
	color: #2b2c38;
	margin-bottom: 10px;
}
.news_row .descr_part p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_row .descr_part .data {
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #2b2c38;
}

.section h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #2b2c38;
}

.heading_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.participation_in_internship_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	margin: 0 auto;
	padding: 70px 0 0px;
}
.participation_in_internship_wrap .educat {
	width: 215px;
	height: 220px;
	margin-right: 40px;
}
.participation_in_internship_wrap p {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #2b2c38;
}

.s_press_center .center_btn {
	margin-bottom: 50px;
}

.about_news_page {
	padding: 80px 0 70px;
}
.about_news_page .main_news {
	width: calc(65% - 80px);
	margin-right: 80px;
}
.about_news_page .main_news h2 {
	font-weight: 400;
	font-size: 38px;
	line-height: 50px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 10px;
}
.about_news_page .main_news .tag_and_data {
	margin-bottom: 20px;
}
.about_news_page .main_news .main_foto_img {
	width: 100%;
	max-height: 285px;
	margin-bottom: 20px;
}
.about_news_page .main_news .main_foto_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.about_news_page .main_news .descr_main_news {
	width: 90%;
}
.about_news_page .main_news .descr_main_news p.main_descr {
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}
.about_news_page .main_news .descr_main_news p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 25px;
	hyphens: auto;
	/*     word-break: break-all; */
}
.about_news_page .main_news .descr_main_news ol {
	counter-reset: item;
	padding-left: 0;
}
.about_news_page .main_news .descr_main_news ol li {
	counter-increment: item;
	list-style-type: none;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 20px;
	hyphens: auto;
	word-break: break-all;
}
.about_news_page .main_news .descr_main_news ol li::before {
	content: counter(item) ".";
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
.about_news_page .main_news .descr_main_news ul {
	padding-left: 20px;
}
.about_news_page .main_news .descr_main_news ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 10px;
	hyphens: auto;
	word-break: break-all;
}
.about_news_page .another_news {
	width: 35%;
}

.s_vacancies.s_press_centr {
	padding: 40px 0 0;
}

.our_team_page {
	background-image: url(../img/bcg_our_team_page.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.our_team_page_inner {
	padding: 40px 0 0px;
}
.our_team_page_inner h2 {
	margin-bottom: 40px;
}

.our_team_wrap {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	width: calc(100% + 90px);
	margin-left: -90px;
}

.member_team {
	width: calc(50% - 90px);
	margin-left: 90px;
	margin-bottom: 60px;
}
.member_team:nth-child(even) {
	margin-top: 100px;
}
.member_team .fofo_member_team {
	height: 600px;
	margin-bottom: 40px;
}
.member_team .fofo_member_team img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.member_team .name {
	font-weight: 400;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 10px;
}
.member_team p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 30px;
}
.member_team .flex_btn .sub_btn_with_img:first-of-type {
	margin-right: 10px;
}

.position_work {
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 20px;
}

.contact_page {
	padding-top: 65px;
}

footer {
	display: flex;
	justify-content: space-between;
	padding: 35px 0 50px;
}
footer .privacy_pol {
	display: flex;
}
footer .privacy_pol a {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.7);
	margin-right: 15px;
}
footer .privacy_pol a:last-of-type {
	margin-right: 0;
}
footer .year_issue {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
	color: rgba(0, 0, 0, 0.7);
}

.s_practices {
	padding-top: 40px;
	background-image: url(../img/bcg_practices.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.s_practices h2 {
	margin-bottom: 18px;
}

.nav_menu_practices {
	background: #f0f0f0;
	box-shadow: inset 0px -4px 4px rgba(255, 255, 255, 0.25), inset 0px 4px 2px rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(100px);
}
.nav_menu_practices .nav_menu_practices_inner {
	padding: 31px 0;
	display: flex;
	justify-content: space-between;
}
.nav_menu_practices .nav_menu_practices_inner .nav_page_practices {
	margin-right: 94px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	text-decoration: none;
	position: relative;
}
.nav_menu_practices .nav_menu_practices_inner .nav_page_practices:last-of-type {
	margin-right: 0;
}
.nav_menu_practices .nav_menu_practices_inner .nav_page_practices:hover {
	color: #e9561d;
}
.nav_menu_practices .nav_menu_practices_inner .nav_page_practices.active {
	color: #e9561d;
}
.nav_menu_practices .nav_menu_practices_inner .nav_page_practices.active:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #e9561d;
	position: absolute;
	bottom: -45%;
	left: 0;
}

.s_practices_info {
	padding: 80px 0 0px;
}
.s_practices_info .heading {
	font-weight: 400;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 40px;
}
.s_practices_info .info_about_practice {
	width: 43%;
}
.s_practices_info .info_about_practice .flex_about_person {
	margin-bottom: 50px;
}
.s_practices_info .info_about_practice .description {
	margin-bottom: 40px;
}
.s_practices_info .info_about_practice .description p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 20px;
}
.s_practices_info .info_about_practice .description p:last-of-type {
	margin-bottom: 0;
}
.s_practices_info .problem_solving_wrap {
	width: calc(57% - 150px);
	margin-left: 150px;
}
.s_practices_info .problem_solving_wrap .problem_solving_row {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #f4e0d9;
}
.s_practices_info .problem_solving_wrap .problem_solving_row:first-of-type {
	border-top: 2px solid #f4e0d9;
}
.s_practices_info .problem_solving_wrap .problem_solving_row:last-of-type {
	border-bottom: unset;
}
.s_practices_info .problem_solving_wrap .problem_solving_row .icon_done {
	width: 50px;
	height: 50px;
	margin-right: 30px;
}
.s_practices_info .problem_solving_wrap .problem_solving_row p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #2b2c38;
}

.problem_solving_mobile.owl-carousel.owl-loaded {
	display: none;
}

.popup_about_person {
	background: #f0f0f0;
	position: relative;
	background-image: url(../img/bcg_popup_about_person.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 80%;
	margin: 0 auto;
}
.popup_about_person .close_popup {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.popup_about_person_inner {
	padding: 40px;
	display: flex;
	overflow-y: scroll;
}
.popup_about_person_inner .foto_person_popup {
	width: calc(40% - 40px);
	margin-right: 40px;
}
.popup_about_person_inner .foto_person_popup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup_about_person_inner .descr_popup_ab_pers {
	width: 60%;
}
.popup_about_person_inner .descr_popup_ab_pers .name {
	font-weight: 400;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 10px;
}
.popup_about_person_inner .descr_popup_ab_pers p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 30px;
}

.reasons_trust_mobile.owl-carousel.owl-loaded {
	display: none;
}
.reasons_trust_mobile.owl-carousel.owl-loaded .reason_trust .info_row {
	text-align: center;
}
.reasons_trust_mobile.owl-carousel.owl-loaded .reason_trust .info_row .logo_reason {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 17px;
}
.reasons_trust_mobile.owl-carousel.owl-loaded .reason_trust .info_row h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #2b2c38;
	margin-bottom: 10px;
}
.reasons_trust_mobile.owl-carousel.owl-loaded .reason_trust .info_row p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
}

.problem_solving_mobile {
	display: none;
}

.flex_practices .black_button.mobile {
	display: none;
}

.public_tag {
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #e9561d;
	text-decoration: none;
}

.about_news_page .public_tag {
	margin-right: 10px;
}

.data_tag {
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #2b2c38;
}

.bcg_sphere_mobile {
	display: none;
}

.default_tab {
	display: none;
}

.default_tab.tab1 {
	display: block;
}

.index_page .lang_menu_wrap {
	margin-top: 12px;
}
.lang_menu_wrap {
	display: flex;
	align-items: center;
}

.lang_menu_wrap .menu {
	padding-left: 0;
	list-style: none;
	position: relative;
	margin-left: 20px;
	display: flex;
	align-items: center;
	margin-right: 0;
}
.lang_menu_wrap .menu:hover .sub-menu {
	display: block;
}
.lang_menu_wrap .menu li a {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2b2c38;
}
.lang_menu_wrap .menu .sub-menu {
	padding-left: 0;
	list-style: none;
	position: absolute;
	top: 85%;
	left: 0;
	display: none;
}
.lang_menu_wrap .menu .sub-menu li {
	margin-bottom: 5px;
}

.input_search {
	display: none;
}

.close_header {
	width: 24px;
	height: 24px;
	display: none;
}

.gumb {
	width: 20px;
	height: 18px;
	cursor: pointer;
	display: none;
	background-image: url(../img/gumb.svg);
	background-repeat: no-repeat;
}
.gumb.active {
	background-image: url(../img/close_header.svg);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

header.index_page {
	border-bottom: unset;
}

.popup_need_consultation .need_consultation_wrap {
	padding: 58px 50px 103px;
	display: block;
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.popup_need_consultation .need_consultation_wrap .close_popup {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.popup_send_resume {
	background: #f0f0f0;
	width: 50%;
	margin: 0 auto;
	padding: 58px 50px 128px;
	position: relative;
	overflow-y: scroll;
}
.popup_send_resume .close_popup {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popup_send_resume .text_part h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 20px;
}

.consultation_form textarea {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 14px 19px;
	margin-bottom: 16px;
	outline: 0;
	height: 90px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
}
.consultation_form .input_add_file {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.consultation_form .custom_add_file {
	border: 1px solid #bfc0c3;
	border-radius: 4px;
	display: inline-flex;
	cursor: pointer;
}
.consultation_form .custom_add_file .add_file_img {
	border-right: 1px solid #bfc0c3;
	padding: 11px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.consultation_form .custom_add_file .add_file_img img {
	width: 28px;
	height: 28px;
}
.consultation_form .custom_add_file span {
	padding: 9px 22px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #2b2c38;
}
.consultation_form .flex_bottom_part {
	display: flex;
	justify-content: space-between;
}

.flex_news_slider_mobile.owl-carousel.owl-loaded {
	display: none;
}

.info_about_practice .about_person_descr .sub_btn_small {
	font-size: 12px;
	padding: 4px 18px;
}

.mfp-bg {
	background: #fff !important;
}

.mfp-container {
	backdrop-filter: blur(4px);
}

.popup_about_person_inner .flex_btn .sub_btn_with_img {
	margin-right: 10px;
}

.error {
	font-size: 12px;
	color: red;
}

.popup_search {
	background: #f0f0f0;
	padding: 30px 30px 0 70px;
	height: 100vh;
}
.popup_search .top_part_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.popup_search .top_part_flex .logo {
	width: 287px;
	height: 80px;
}
.popup_search .top_part_flex .logo img {
	width: 100%;
}
.popup_search .top_part_flex .close_popup {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.input_search_popup {
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 4px;
	padding: 7px 7px 7px 20px;
	width: calc(70% - 55px);
	margin-right: 55px;
}
.input_search_popup input {
	border: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: rgba(43, 44, 56, 0.4);
	outline: 0;
	width: 90%;
	height: 100%;
	padding: 0 0 0 38px;
	margin-right: 20px;
	background-image: url(../img/search_orange.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 24px 24px;
}
.input_search_popup input::placeholder {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -0.02em;
	color: rgba(43, 44, 56, 0.4);
	opacity: 1;
}

.search_wrap_inner {
	display: flex;
	margin-top: 130px;
}
.search_wrap_inner .tags_press_center {
	width: 30%;
}

.s_press_centr .flex_news .owl-dots {
	margin-top: 20px;
}

.index_page .header_inner .logo_header {
	width: 270px;
	height: 80px;
	margin-right: 35px;
}

body.hidden {
	overflow: hidden;
}

.add_file_wrap {
	position: relative;
}
.add_file_wrap .uploaded_file {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 13px;
	width: 300px;
}
.add_file_wrap .max_size_file {
	font-style: 13px;
}

.intership_inner_wrap {
	width: 90%;
}
.intership_inner_wrap p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}
.intership_inner_wrap p a {
	color: #2b2c38;
}
.intership_inner_wrap p strong {
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}
.intership_inner_wrap ol {
	padding-left: 25px;
	margin-bottom: 25px;
}
.intership_inner_wrap ol li {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}
.intership_inner_wrap ul {
	padding-left: 25px;
	margin-bottom: 20px;
}
.intership_inner_wrap ul li {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #2b2c38;
}

.mfp-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.s_vacancies h2 {
	margin-bottom: 10px;
}
.s_vacancies .flex_news {
	display: block;
	width: 100%;
	margin-left: 0;
}
.s_vacancies .flex_news .vacancie_row {
	background: #f0f0f0;
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
.s_vacancies .flex_news .vacancie_row:last-of-type {
	margin-bottom: 0;
}
.s_vacancies .flex_news .vacancie_row .foto_news {
	width: 30%;
}
.s_vacancies .flex_news .vacancie_row .foto_news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s_vacancies .vacancie_row .descr_part {
	padding: 26px 20px 26px 30px;
	width: 70%;
	position: relative;
}
.s_vacancies .vacancie_row .descr_part .name_vacancie {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #2b2c38;
	margin-bottom: 10px;
}
.s_vacancies .vacancie_row .descr_part p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(43, 44, 56, 0.7);
	margin-bottom: 10px;
	width: 60%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.s_vacancies .vacancie_row .descr_part .data {
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #2b2c38;
}
.s_vacancies .vacancie_row .descr_part .sub_btn_with_arrow {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.new_vacancies {
	background: #f0f0f0;
	padding: 40px;
	background-image: url(../img/bcg_new_vacancies.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	margin-bottom: 30px;
}
.new_vacancies .text {
	width: 75%;
}
.new_vacancies .text h3 {
	font-weight: 400;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin-bottom: 10px;
}
.new_vacancies .text p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin-bottom: 38px;
}

.search_page {
	background: #f0f0f0;
}
.search_page .search_wrap_inner {
	margin-top: 0;
	margin-bottom: 30px;
}
.search_page .search_wrap_inner .input_search_popup .black_button {
	display: inline-block;
}
.search_page .search_wrap_inner .input_search_popup input {
	color: #2b2c38;
}
.search_page .search_wrap_inner .input_search_popup input::placeholder {
	color: #2b2c38;
	opacity: 1;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -0.02em;
}

.search_page .flex_news .news_row {
	background-color: white;
}

.search_page .s_contacts {
	padding-bottom: 40px;
}
.search_page .contact_wrap {
	background-color: white;
}
.search_page .need_consultation_wrap.mobile {
	background-color: white;
}
.search_page .need_consultation_wrap {
	background-color: white;
}
.search_page .address_wrap {
	background-color: white;
}

.loader {
	display: none;
	width: 60px;
	height: 60px;
	border-top: 4px solid #e9561d;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.list-unstyled .current-lang {
	display: none;
}
.list-unstyled {
	list-style: none;
	padding-left: 20px;
}

.list-unstyled a {
	font-weight: 500;
	font-size: 15px;
	line-height: 44px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2b2c38;
	text-decoration: none;
}
.index_page .lang_menu_wrap {
	margin: 0;
}
.index_page .left_part_header {
	align-items: center;
}

.search_p .input_search_popup {
	border: 1px solid #bfc0c3;
}

.search_p .search_wrap_inner {
	margin-bottom: 30px;
	margin-top: 30px;
}

.search_p {
	padding-top: 60px;
}

.search_p h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin: 0;
}

.search_p .mobile_btn_search {
	display: none;
}

.custom_add_file label.error {
	position: absolute;
	bottom: -50px;
	width: 300px;
}
.mfp-wrap {
	overflow: scroll;
}

.sucsess_form,
.error_form {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	display: none;
}

.sucsess_form img,
.error_form img {
	width: 80px;
}

.sucsess_form h3,
.error_form h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #2b2c38;
	margin: 25px 0 20px;
}

.sucsess_form p,
.error_form p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #2b2c38;
	margin: 0;
}

.blur {
	width: 100%;
	height: 45%;
	background: rgba(233, 86, 29, 0.14);
	box-shadow: inset 0px -4px 4px rgb(255 255 255 / 25%), inset 0px 4px 2px rgb(255 255 255 / 25%);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	position: absolute;
	top: 24%;
	z-index: 1 !important;
}

.bcg_sphere_top {
	position: relative;
}

.bcg_sphere_top .img_z0 {
	position: initial;
}

.bcg_sphere_top .img_z1 {
	position: absolute;
	width: 35%;
	right: 0;
	z-index: 1;
}

.text-page {
	padding: 60px 0;
}

.text-page ol {
	padding: 0 0 0 20px;
}
.text-page ul {
	padding: 0 0 0 20px;
}

.front__info {
	position: relative;
	z-index: 2;
}
.front__info .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.front__info-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.front__info + .front__info {
	margin-top: 120px;
}
.front__info.reverse .container {
	justify-content: flex-end;
}

.front__title {
	font-size: 56px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}
.front__info-text {
	max-width: 639px;
	margin-top: 7px;
}
.front__info.reverse .front__info-text {
	max-width: 536px;
}
.front__info-text p {
	font-size: 17px;
	font-weight: 400;
	color: rgba(43, 44, 56, 0.7);
}
.front__info-text p + p {
	margin-top: 24px;
}
.front__decor {
	position: absolute;
	left: 0;
	pointer-events: none;
	width: 48%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	display: flex;
	align-items: center;
	z-index: -1;
}
.front__decor img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.front__info-content {
	width: 100%;
}
.front__info.reverse .front__info-content {
	width: auto;
}
.front__decor-2 {
	transform: translate(-120px, 50px);
}
.s_practices_info .info_about_practice .flex_about_person {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}
@media (max-width: 878px) {
	.front__info-wrap {
		align-items: start;
		gap: 10px;
	}
	.front__info + .front__info {
		margin-top: 20px;
	}
	.front__title {
		font-size: 36px;
	}
	.front__info-text p {
		font-size: 12px;
	}
	.front__decor {
		width: 100%;
	}
	.front__info-text p + p {
		margin-top: 20px;
	}
	.front__info-text {
		max-width: 246px;
	}
	.front__info.reverse .front__info-text {
		max-width: 246px;
	}
	.front__decor {
		transform: unset;
		position: static;
	}
	.front__info {
		flex-direction: column;
	}
	.front__info.reverse .container {
		justify-content: center;
	}
	.front__info.reverse {
		margin-bottom: 50px;
	}
}
@media (max-width: 576px) {
	.front__decor {
		width: 100%;
	}
	.front__decor-2 {
		transform: translate(0);
		transform: translateX(-45px);
	}
	.front__info + .front__info {
		margin-top: -5px;
	}
	.front__info.reverse .container {
		justify-content: start;
	}
}

section.error__page {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}
section.error__page .container {
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
section.error__page h5 {
	font-size: 1.6rem;
	font-weight: 400;
}
@media only screen and (max-width: 576px) {
	section.error__page h5 {
		margin-bottom: 2rem;
	}
}
section.error__page p {
	margin-top: 3rem;
	max-width: 30.5rem;
}
section.error__page a {
	margin-top: 3rem;
}
