.site-header__inner {
	height: 72px;
	padding: 0 22px;
	gap: 18px;
}

.site-header__logo img {
	width: 145px;
}

.site-header__nav {
	position: fixed;
	z-index: 60;
	top: 72px;
	left: 0;
	width: 100%;
	height: calc(100vh - 72px);
	padding: 28px 22px 42px;
	display: block;
	background: var(--bc-dark);
	border-top: 1px solid var(--bc-border);
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: opacity var(--bc-transition), visibility var(--bc-transition), transform var(--bc-transition);
	overflow-y: auto;
}

body.menu-open .site-header__nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.site-menu {
	display: block;
}

.site-menu a {
	height: auto;
	padding: 16px 0;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid var(--bc-border);
}

.site-menu .menu-item-has-children > a:after {
	margin-left: auto;
}

.site-menu .sub-menu {
	position: static;
	min-width: 0;
	padding: 0 0 0 18px;
	background: transparent;
	border: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.site-menu .sub-menu a {
	padding: 13px 0;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	border-bottom: 1px solid var(--bc-border);
}

.site-header__actions {
	gap: 7px;
	margin-left: auto;
}

.site-header__book {
	display: none;
}

.language-switcher__toggle {
	font-size: 14px;
	line-height: 22px;
}

.language-switcher__list {
	top: calc(100% + 14px);
}

.language-switcher__list a {
	font-size: 14px;
	line-height: 22px;
}

.mobile-menu-toggle {
	position: relative;
	display: flex;
	width: 34px;
	height: 28px;
	padding: 0;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
}

.mobile-menu-toggle span {
	position: absolute;
	left: 4px;
	width: 26px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: transform var(--bc-transition), opacity var(--bc-transition), top var(--bc-transition);
}

.mobile-menu-toggle span:nth-child(1) {
	top: 6px;
}

.mobile-menu-toggle span:nth-child(2) {
	top: 13px;
}

.mobile-menu-toggle span:nth-child(3) {
	top: 20px;
}

body.menu-open .mobile-menu-toggle span:nth-child(1) {
	top: 13px;
	transform: rotate(45deg);
}

body.menu-open .mobile-menu-toggle span:nth-child(2) {
	opacity: 0;
}

body.menu-open .mobile-menu-toggle span:nth-child(3) {
	top: 13px;
	transform: rotate(-45deg);
}


.page-hero--big {
	padding: 75px 0;
}

.page-hero--small {
	padding: 130px 0 70px;
}

.page-hero__inner {
	display: block;
}

.page-hero__content,
.page-hero--small .page-hero__content {
	max-width: none;
}

.page-hero__overline {
	margin-bottom: 32px;
	padding: 7px 14px;
	font-size: 10px;
}

.page-hero__title {
	font-size: 37px;
	line-height: 1.1;
}

.page-hero--small .page-hero__title {
	font-size: 27px;
}

.page-hero__subtitle {
	margin-top: 26px;
	font-size: 15px;
	line-height: 1.65;
}

.page-hero__text {
	margin-top: 22px;
	font-size: 14px;
	line-height: 1.65;
}

.page-hero__buttons {
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.page-hero__visual {
	top: 96px;
	right: -80px;
	width: 280px;
	opacity: .28;
	transform: none;
	display: none;
}



.cards-section__card {
	width: 100%!important;
}

.cards-section__title {
	font-size: 32px;
	line-height: 1.2;
}

.cards-section__head {
	margin-bottom: 20px;
}

h3.cards-section__card-title {
	font-size: 20px;
	line-height: 1.2;
}

.industries {
	padding: 64px 0;
}

.industries__head {
	margin-bottom: 14px;
	gap: 14px;
	flex-direction: column;
}

.industries__title {
	font-size: 34px;
	line-height: 42px;
}

.industries__subtitle {
	margin-bottom: 42px;
	font-size: 14px;
	line-height: 24px;
}

.industries__items {
	display: block;
}

.industries__item {
	width: 100%;
	margin-bottom: 34px;
}

.industries__item:last-child {
	margin-bottom: 0;
}

.industries__number {
	margin-bottom: 12px;
	font-size: 46px;
}

.industries__item-title {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
}

.dark-cards {
	padding: 64px 0;
}

.dark-cards__title {
	margin-bottom: 36px;
	font-size: 28px;
	line-height: 40px;
}

.dark-cards__items {
	display: block;
}

.dark-cards__card {
	width: 100%;
	height: auto;
	min-height: 248px;
	margin-bottom: 18px;
}

.dark-cards__card:last-child {
	margin-bottom: 0;
}

.dark-cards__text {
	width: auto;
}


.case-studies {
	padding: 64px 0;
}

.case-studies__head {
	margin-left: 0;
	margin-bottom: 36px;
}

.case-studies__title {
	font-size: 34px;
	line-height: 42px;
}

.case-studies__items {
	display: block;
	width: 100%;
	margin-left: 0;
}

.case-studies__card,
.case-studies__more {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.case-studies__card:last-child,
.case-studies__more:last-child {
	margin-bottom: 0;
}

.case-studies__image {
	width: calc(100% - 2px);
	height: 220px;
}

.case-studies__content {
	width: calc(100% - 2px);
	height: auto;
	min-height: 146px;
}

.case-studies__text {
	width: auto;
}

.case-studies__more {
	min-height: 300px;
}

.case-studies__more-title {
	font-size: 34px;
	line-height: 38px;
}

.cta {
	padding: 72px 0;
}

.cta__title {
	font-size: 29px;
	line-height: 42px;
}

.cta__text {
	margin-top: 18px;
	font-size: 14px;
	line-height: 24px;
}

.cta__buttons {
	display: block;
	margin-top: 28px;
}

.cta__button {
	width: 100%;
	margin-bottom: 12px;
}

.cta__button:last-child {
	margin-bottom: 0;
}

.footer {
	padding: 40px 0;
}

.footer__inner {
	display: block;
	text-align: center;
}

.footer__logo {
	justify-content: center;
	margin-bottom: 28px;
}

.footer__menu {
	margin-bottom: 28px;
}

.footer-menu {
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 24px;
}

.footer__socials {
	justify-content: center;
}

.site-popup {
	padding: 20px;
}

.site-popup__box {
	width: 100%;
	padding: 30px 22px;
}

.site-popup__close {
	top: -42px;
	right: 0;
}

.cta-2-buttons {
	padding: 56px 0;
}

.cta-2-buttons__inner {
	display: block;
}

.cta-2-buttons__content,
.cta-2-buttons__buttons {
	width: 100%;
	max-width: none;
}

.cta-2-buttons__title {
	font-size: 34px;
	line-height: 42px;
}

.cta-2-buttons__text {
	width: 100%;
	margin-top: 18px;
	font-size: 14px;
	line-height: 24px;
}

.cta-2-buttons__buttons {
	display: block;
	margin-top: 32px;
}

.cta-2-buttons__button {
	width: 100%;
	margin-bottom: 12px;
}

.cta-2-buttons__button:last-child {
	margin-bottom: 0;
}


.before-after {
	padding: 70px 0;
}

.before-after__title {
	margin-bottom: 36px;
	font-size: 34px;
	line-height: 42px;
}

.before-after__cards {
	display: block;
}

.before-after__card {
	width: 100%;
	height: auto;
	min-height: 0;
	padding: 32px 24px;
	margin-bottom: 20px;
}

.before-after__card:last-child {
	margin-bottom: 0;
}

.before-after__card-title {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 32px;
}

.before-after__list {
	gap: 18px;
}

.before-after__item {
	font-size: 14px;
	line-height: 24px;
}

.consulting-steps {
	padding: 70px 0;
}

.consulting-steps__title {
	font-size: 34px;
	line-height: 42px;
}

.consulting-steps__subtitle {
	width: 100%;
	margin: 18px 0 36px;
	font-size: 14px;
	line-height: 24px;
}

.consulting-steps__items {
	display: block;
}

.consulting-steps__card,
.consulting-steps__more {
	width: 100%;
	height: auto;
	min-height: 220px;
	margin-bottom: 16px;
}

.consulting-steps__card:last-child,
.consulting-steps__more:last-child {
	margin-bottom: 0;
}


.trainings {
	padding: 64px 0;
}

.trainings__item,
.trainings__item--reverse {
	display: block;
	min-height: 0;
	margin-bottom: 32px;
}

.trainings__image-wrap {
	width: 100%;
	min-height: 0;
}

.trainings__content {
	width: 100%;
	padding: 36px 24px;
}

.trainings__title {
	margin-bottom: 29px;
	font-size: 26px;
	line-height: 35px;
}

.trainings__meta-row {
	padding-left: 0;
}

.trainings__button {
	width: 100%;
	margin-left: 0;
}

.text-sidebar {
	padding: 56px 0;
}

.text-sidebar__inner {
	display: block;
}

.text-sidebar__content,
.text-sidebar__side {
	width: 100%;
	max-width: none;
}

.text-sidebar__content {
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 28px;
}

.text-sidebar__card {
	height: auto;
	min-height: 96px;
}

.steps {
	padding: 64px 0;
}

.steps__title {
	margin-bottom: 36px;
	font-size: 34px;
	line-height: 42px;
}

.steps__items {
	gap: 20px;
}

.steps__item {
	height: auto;
	padding: 32px 24px;
}

.steps__item-inner,
.steps__item--reverse .steps__item-inner {
	display: block;
	height: auto;
	text-align: left;
}

.steps__number {
	width: auto;
	margin-bottom: 18px;
	font-size: 54px;
	line-height: 64px;
}

.steps__content,
.steps__item--reverse .steps__content {
	max-width: none;
	margin: 0;
}

.steps__item-title {
	font-size: 26px;
	line-height: 34px;
}

.apply_cards {
	padding: 64px 0;
}

.apply_cards__title {
	margin: 0 0 32px;
	font-size: 34px;
	line-height: 42px;
}

.apply_cards__items {
	display: block;
	margin: 0;
}

.apply_cards__card {
	width: 100%;
	padding: 28px 24px;
	margin-bottom: 20px;
}

.apply_cards__card:last-child {
	margin-bottom: 0;
}

.apply_cards__top {
	margin-bottom: 24px;
}

.apply_cards__card-title {
	font-size: 24px;
	line-height: 32px;
}

.apply_cards__text {
	font-size: 15px;
	line-height: 26px;
}

.apply_cards__link {
	margin-top: 28px;
}

.text-sidebar__title {
	margin-bottom: 32px;
	font-size: 34px;
	line-height: 42px;
}

.text-sidebar__glance {
	width: 100%;
	padding: 28px 24px;
	margin-top: 28px;
}

.text-sidebar__glance-counters {
	gap: 24px;
}

.text-sidebar__glance-number {
	font-size: 34px;
	line-height: 40px;
}

.contacts {
	padding: 64px 0;
}

.contacts__title {
	margin-bottom: 32px;
	font-size: 34px;
	line-height: 42px;
}

.contacts__inner {
	display: block;
}

.contacts__left,
.contacts__right {
	width: 100%;
}

.contacts__left {
	gap: 24px;
	margin-bottom: 24px;
}

.contacts__card {
	padding: 28px 24px;
}

.contacts__card-title {
	font-size: 26px;
	line-height: 34px;
}

.contacts__card-text {
	font-size: 15px;
	line-height: 26px;
}

.contacts__right {
	padding: 36px 24px;
}

.contacts__right-title {
	margin-bottom: 36px;
	font-size: 26px;
	line-height: 34px;
}

.contacts__steps {
	padding-bottom: 36px;
}

.contacts__step {
	margin-bottom: 28px;
}

.contacts__step-text,
.contacts__bullet {
	font-size: 15px;
	line-height: 24px;
}

.contacts__bullets {
	padding: 32px 0;
}

.contacts__direct-title {
	margin-top: 32px;
}
