*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html,
body {
	background-image: url(../img/background/Background.jpg);
	background-size: 500px 2600px;
	/*height: 100%;*/
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	/*overflow-x: hidden;*/
	font-family: 'Montserrat', sans-serif;
}
html {
	height: auto;
}

body {
	min-height: 100%;
}

:root {
	--dark-blue: #0e1b4c;
	--blue: #021f90;
	--blue-rgba: rgba(2, 31, 144, 0.95);
	--dodgerblue: #0081e5;
	--dodgerblue-rgba: rgba(0, 129, 229, 1);
	--red: #ff0000;
	--white: #fff;
	--box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .4);
	--custom-border: 0.5rem solid var(--blue);
}

/*-----------------------------------------------------------------------*/

.wrapper {
	min-height: 100%;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}


._cont {
	max-width: 1046px;
	margin: 0px auto;
	padding: 0px 15px;
	box-sizing: content-box;
}

._ibg {
	position: relative;
}

._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all .5s ease-in-out;
}
/* Скрытие хедера при скролле вниз */
.header.hide {
	transform: translateY(-100%);
}


.header-1 {
	display: flex;
	justify-content: space-between;
	background-color: var(--white);
	border-bottom: .2rem solid var(--blue);
	padding-left: 3%;
	margin: 0px auto;
	box-sizing: content-box;
}

@media (max-width: 992px) {
	.header .header-1 {
		justify-content: flex-end;
	}
}

@media (max-width: 768px) {
	.header .header-1 {
		padding-left: 2rem;
	}
}

@media (max-width: 479px) {
	.header .header-1 {
		padding-left: 1rem;
	}
}

@media (max-width: 370px) {}

.header .header-contacts {
	display: flex;
	align-items: center;
	gap: 1rem;
	z-index: 5;
	margin-left: 237px;
}

.header .header-contacts li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 10px;
	color: var(--blue);
}

.mail-eng {
	color: var(--blue);
}

.header .header-contacts li i {
	color: var(--red);
}

@media (max-width: 956px) {

	.header .header-contacts {
		display: none;
	}
}

.header .social-contacts {
	width: 32%;
	height: 100%;
	background-color: var(--blue);
	padding: 0.5rem 0rem;
	padding-right: 2%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	z-index: 4;
}


@media (max-width: 992px) {
	.header .social-contacts {
		width: 36%;
		padding-right: 2%;
	}
}

@media (max-width: 768px) {
	.header .social-contacts {
		width: 60%;
		padding: 0.5rem 0.5rem;
	}
}

@media (max-width: 479px) {
	.header .social-contacts {
		width: 55%;
		padding: 0.5rem 0.5rem;
		gap: 1.6rem;
	}
}

@media (max-width: 370px) {
	.header .social-contacts {
		width: 57%;
		padding: 0.3rem;
	}
}

.header .social-contacts li a {
	color: var(--white);
	width: 2.5rem;
	height: 2rem;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Исправление размеров только для кнопки телефона */
.header .social-contacts li a.btn {
	width: 2rem;
	height: 2rem;
	font-size: .9rem;
	padding: 0;
}
/* Телефонная кнопка в шапке: вернуть синюю трубку */
.header .social-contacts li a.btn i {
	color: var(--blue);
	z-index: 101;
}


@media (max-width: 410px) {
	.header .social-contacts li a {
		color: var(--white);
		width: 1.3rem;
		height: 1.5rem;
		font-size: 1.5rem;
	}
}

@media (max-width: 370px) {
	.header .social-contacts li a {
		color: var(--white);
		width: 1.1rem;
		height: 1.1rem;
		font-size: 1rem;
	}
}

.header .header-2 {
	height: 3rem;
	background-color: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0rem 2%;
	box-shadow: var(--box-shadow);
}

@media (max-width: 768px) {
	.header .header-2 {
		padding: 0rem 2rem;
	}
}

@media (max-width: 479px) {

	.header .header-2 {
		height: 2.5rem;
	}
}

.header.active .header-2 {
	border-bottom: .2rem solid var(--blue);
	box-shadow: var(--box-shadow);
}

.header .header-2 .logo img {
	height: 65px;
	width: auto;
	position: absolute;
	top: 10px;
	left: 13px;
	bottom: 0;
}

@media (max-width: 768px) {
	.header .header-2 .logo img {
		height: 55px;
		top: 15px;
	}
}

@media (max-width: 479px) {
	.header .header-2 .logo img {
		height: 48px;
		top: 18px;
		left: 9px;
	}
}

@media (max-width: 370px) {
	.header .header-2 .logo img {
		height: 40px;
		top: 17px;
	}
}

.header .container {
	height: 100%;
	display: flex;
	align-items: flex-end;
	gap: 4.5rem;
}

@media (max-width: 479px) {
	.header__container {
		min-height: 70px;
	}
}

.header .navbar {
	display: flex;
}

.nav-btn {
	font-size: 22px;
	padding-right: 500px;
}

@media (max-width: 992px) {
	.header .navbar {
		display: none;
	}
}

.topmenu {
	display: flex;
	margin-bottom: 5px;
	gap: 20px;
}

.main-menu {
	color: #021f90;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

.no-link {
	color: var(--red);
	padding: 0px 0px 3px 0px;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 3px solid var(--red);
}


.main-menu:hover {
	color: red;
}

.submenu {
	max-width: 160px;
	position: absolute;
	top: 87px;
	z-index: 1;
	transform-origin: 0 0;
	transform: rotateX(-90deg);
	transition: .3s linear;
	visibility: hidden;
	opacity: 0;
	border-bottom: 0.5rem solid red;

}

.submenu li {
	position: relative;

}

.submenu .submenu {
	position: absolute;
	top: 0;
	left: 100%;
	transition: transform .3s linear;
}

.topmenu li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
}

.submenu a, .li-menu {
	padding: 10px 10px;
	background-color: #000;
	font-size: 12px;
	display: block;
	color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	border-bottom: .1rem solid rgba(255, 255, 255, .2);
}

.submenu a:hover,
.li-menu:hover {
	background-color: red;
	transition: .3s;
}
.btn {
	position: relative;
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .9rem;
	color: var(--blue);
	background-color: var(--white);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	cursor: pointer;
}

.btn i {
	z-index: 100;
}

.btn:hover i {
	color: #fff !important;
}


.btn::before {
	content: '';
	position: absolute;
	display: block;
	z-index: 100;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3rem;
	height: 3rem;
	background: inherit;
	border-radius: 100%;
	animation: pulse 1.5s ease-out infinite;
}

.btn:hover {
	background-color: var(--red);
	color: #fff;
	transition: all 0.5s ease 0.1s;

}


@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
}

.icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.icon-container .icon {
	font-size: 2rem;
	color: var(--blue);
	cursor: pointer;
}

.icon-container .icon:hover {
	color: var(--red);
}

#menu-btn {
	display: none;
}

@media (max-width: 992px) {
	.header #menu-btn {
		display: initial;
	}

	.header .container {
		align-items: center;
	}
}

@media (max-width: 410px) {
	.header .icon-container .icon {
		font-size: 1.8rem;
	}
}

@media (max-width: 370px) {
	.header .icon-container .icon {
		font-size: 1.7rem;
	}
}

.mobile-menu {
	display: none;
}

/* ====== МЕНЮ: ВЫРАВНИВАЕМ ТЕКСТ И ПЛЮС ====== */
.main-nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ====== ДЕЛАЕМ ПЛЮСИКИ ВИДИМЫМИ ====== */
.main-nav-link i {
	display: inline-block !important;
	font-size: 18px;
	color: #000;
	opacity: 1 !important;
	visibility: visible !important;
}


@media (max-width: 992px) {
	.mobile-menu {
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 100;
		max-height: 700px;
		overflow-y: auto;
		background: var(--blue);
		transition: all .5s ease-in-out;
		box-shadow: var(--box-shadow);
		border-bottom: .5rem solid var(--red);
		padding: 2rem 4rem;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	.header.active .mobile-menu {
		padding-top: 6rem;
	}

	.mobile-menu.active {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.mobile-navbar {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.mobile-navbar .nav-link {
		overflow: hidden;
	}

	.mobile-navbar .main-nav-link,
	.mobile-navbar .sub-nav-link a {
		display: inline-block;
		color: var(--white);
		font-size: 1.7rem;
		font-weight: bold;
		width: 100%;
		padding: 1.5rem;
		cursor: pointer;
		border-bottom: .1rem solid rgba(255, 255, 255, .2);
	}

	.mobile-navbar .main-nav-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-navbar .main-nav-link a {
		color: var(--white);
	}

	.mobile-navbar .sub-nav-link {
		padding: 1rem 0rem;
		padding-left: 4rem;
		transition: all 0s;
		display: none;
	}

	.mobile-navbar .sub-nav-link a:hover {
		color: var(--dodgerblue);
	}

	.mobile-menu::-webkit-scrollbar {
		width: 1rem;
	}

	.mobile-menu::-webkit-scrollbar-thumb {
		border-radius: 1rem;
		background-color: var(--dodgerblue);
	}

	.mobile-menu::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobile-navbar .nav-btn {
		padding-right: 0;
}

.mobile-navbar .main-nav-link i {
		color: #fff;
		font-size: 1.7rem;
}
}

@media (max-width: 768px) {
	.mobile-menu {
		padding: 1rem 3rem;
	}

	.mobile-navbar .main-nav-link,
	.mobile-navbar .sub-nav-link a {
		font-size: 22px;
		padding: 1.3rem;
	}

	.mobile-navbar .sub-nav-link {
		padding-left: 2rem;
	}
}

@media (max-width: 479px) {
	.mobile-menu {
		padding: 1rem 2rem;
	}

	.mobile-navbar .sub-nav-link {
		padding-left: 1rem;
	}
}

.main-block {
	position: relative;
}

.main-block__container {}

.main-block__body {
	padding: 110px 0px 135px 0px;
	position: relative;
	z-index: 2;
	max-width: 550px;
}

.main-block__body>*:not(:last-child) {
	margin: 0px 0px 35px 0px;
}

@media (max-width: 992px) {
	.main-block__body {
		padding: 85px 0px 130px 0px;
		max-width: 490px;

	}

	.main-block__body>*:not(:last-child) {
		margin: 15px 0px 40px 0px;
	}
}

@media (max-width: 768px) {
	.main-block__body>*:not(:last-child) {
		margin: 0px 0px 20px 0px;
	}

	.main-block__body {
		padding: 110px 0px 60px 0px;
		max-width: 390px;

	}
}

@media (max-width: 479px) {
	.main-block__body {
		padding: 90px 0px 130px 0px;
		/*max-width: 318px;*/

	}

	.main-block__body>*:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}

.main-block__title {
	font-size: 41px;
	color: #fff;
	line-height: 137%;
	letter-spacing: 0.2px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.main-block__title {
		font-size: 37px;
	}
}

@media (max-width: 768px) {
	.main-block__title {
		font-size: 26px;
	}
}

@media (max-width: 479px) {
	.main-block__title {
		font-size: 37px;
	}
}

@media (max-width: 370px) {
	.main-block__title {
		font-size: 32px;
	}
}

.main-block__text {
	color: #fff;
	font-size: 24px;
	line-height: 150%;
}

@media (max-width: 992px) {
	.main-block__text {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.main-block__text {
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	.main-block__text {
		font-size: 17px;
	}
}

@media (max-width: 370px) {
	.main-block__text {
		font-size: 20px;
	}
}

.main-block__buttons {
	display: flex;
	flex-wrap: wrap;
	/*margin: -10px 0;*/
}

@media (max-width: 992px) {
	.main-block__buttons {
		margin: 0;
	}
}

.main-block__button {
	border-radius: 37px;
	display: flex;
	min-height: 48px;
	width: 300px;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2px;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 150%;
	padding: 5px 36px;
	margin: 10px 0;
	transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
	.main-block__button {
		width: 270px;
	}

}

@media (max-width: 479px) {
	.main-block__button {
		flex: 1 1 100%;
		width: 270px;
	}

	.main-block__button:not(:last-child) {
		margin-right: 10px;
	}
}

.main-block__button_red {
	background: #f50404;
	color: #fff;
}

.main-block__button_red:hover {
	/*border: 1px solid #f50404;*/
	background-color: var(--dodgerblue);

	color: #fff;
	/*background: none;*/
}

.main-block__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.main-blok__png {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* ===== ЛОКАЛЬНЫЙ FADE-СЛАЙДЕР ВМЕСТО SWIPER ===== */

.slider,
.swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Обёртка со слайдами */
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Каждый слайд — это слой поверх остальных */
.swiper-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.8s ease;
}

/* Активный слайд */
.swiper-slide.is-active {
	opacity: 1;
}

/* Картинки растягиваем как раньше */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Точки-пагинация не нужны */
.swiper-pagination {
	display: none;
}

@media (max-width: 1300px) {
	.main-block__image img {
		object-position: right;
	}
}

@media (max-width: 992px) {
	.main-block__image {
		opacity: 0.5;
	}
}

@media (max-width: 479px) {
	._ibg img {
		object-position: left;
	}
}

.nav {
	display: flex;
	margin-top: 100px;
}

.nav-it {
	padding-left: 7px;
	color: #616161;
	font-weight: 600;
}

.nav-it a {
	color: #616161;
}

.nav-it a:hover {
	color: #000;
}

.page {
	flex: 1 1 auto;
}

.page__services {
	position: relative;
	z-index: 2;
	margin: -111px 0px 0px 0px;
}

@media (max-width: 768px) {
	.page__services {
		margin: -30px 0px 0px 0px;
	}
}

@media (max-width: 479px) {
	.page__services {
		margin: -100px 0px 0px 0px;
	}
}

.page__clients:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.page__subscribe {}

.page__getintouch {}

.page__contact {}

/*==================================================*/

.main {
	flex-grow: 1;
}


.block-reviews {
	margin: 100px 0px 20px 0px;
}

.block-reviews .img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.block-reviews .img-container .img {
	width: 248px;
	height: 351px;
	border: 3px solid var(--blue);
	overflow: hidden;

}

.block-reviews .img-container .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	transition: .5s;
}

.block-reviews .img-container .img:hover img {
	transform: scale(1.1);
}

.block-reviews .pop-up {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	/*margin: 85px 0px 20px 0px;*/
	z-index: 100;
	overflow-y: auto;

}

@media (max-width: 479px) {
	.block-reviews .pop-up {
		margin: 0px 0px 20px 0px;
	}
}

@media (max-width: 370px) {
	.block-reviews .pop-up {
		margin: 0px 0px 20px 0px;

	}
}

.block-reviews .pop-up img {
	position: absolute;
	top: 350px;
	left: 50%;
	object-fit: contain;
	transform: translate(-50%, -50%);
	border: 3px solid var(--dodgerblue);
	border-radius: 8px;
	width: 100%;
	max-width: 430px;
}

@media (max-width: 479px) {
	.block-reviews .pop-up img {
		/*padding: 0px 10px 0px 10px;*/
	}
}

@media (max-width: 370px) {
	.block-reviews .pop-up img {
		top: 300px;

	}
}


.block-reviews .pop-up span {
	position: fixed;
	top: 7px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	border: 1px solid var(--blue);
	cursor: pointer;
	/*margin: 90px 10px 0px 0px;*/
	z-index: 3;
}


/*======================================================*/
.header-block {
	text-align: center;
	letter-spacing: 0.2px;
}

.header-block__title {
	font-size: 30px;
	line-height: 142%;
	font-weight: 700;
}

.header-block__title:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.header-block__sub-title {
	color: #0233c8;
	line-height: 142%;
}

.header-block__sub-title:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

@media (max-width: 992px) {
	.header-block__title {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.header-block__title {
		font-size: 30px;
	}
}

/*=====================================================*/
.services__column {
	flex: 0 1 33.333%;
	margin: 0px 0px 30px 0px;
}

@media (max-width: 992px) {
	.services__column {
		flex: 0 1 50%;
	}

	.services__column:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}

	.services__column:last-child {
		flex: 1 1 100%;
	}
}

@media (min-width: 670px) {
	.services__column {
		padding: 0px 15px;
	}

	.services__body {
		display: flex;
		flex-wrap: wrap;
		margin: 0px -15px;
	}
}

.services__item {
	height: 100%;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding: 35px;
	transition: .9s;
}

.services__item:hover {
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.services__item {
		padding: 25px;
	}
}

.item-service_green {
	background-color: #021f90;
}

.item-service_green .item-service__title {
	color: #fff;
}

.item-service_green .item-service__text {
	color: #fff;
}

.item-service>*:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.item-service__title {
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
	color: #011668;
}

.item-service__text {
	color: #021f90;
	line-height: 142%;
}

.advantages {
	padding: 80px 0;
}

@media (max-width: 992px) {
	.advantages {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.advantages {
		padding: 40px 0;
	}
}

.advantages__container {}

.advantages__header {
	margin: 0px 0px 50px 0px;
}

@media (max-width: 767px) {
	.advantages__header {
		margin: 0px 0px 25px 0px;
	}
}

.advantages__body {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px -30px;
}

.advantages__column {
	padding: 0px 15px;
	margin: 0px 0px 30px 0px;
	flex: 0 1 25%;
}

@media (max-width: 1020px) {
	.advantages__column {
		flex: 0 1 50%;
	}
}

@media (max-width: 560px) {
	.advantages__column {
		flex: 0 1 100%;
	}
}

.advantages__item {
	background-color: #fff;
	padding: 30px;
	font-weight: 700;
	text-align: center;
}

.advantages__item>*:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.advantages__icon {
	height: 48px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.advantages__value {
	font-size: 40px;
	line-height: 142%;
}

.advantages__text {
	letter-spacing: 0.1px;
	color: #011668;
	font-size: 16px;
	line-height: 150%;
}

/* =========================
   PRACTICE – общий контейнер
========================= */
.practice {
	padding: 50px 0px;
}

@media (max-width: 992px) {
	.practice {
			padding: 40px 0 80px;
	}
}

@media (max-width: 767px) {
	.practice {
			padding: 0 0 40px;
	}
}

.practice__header {
margin: 50px 0;
}

@media (max-width: 767px) {
	.practice__header {
			margin-bottom: 25px;
	}
	.practice__header {
		margin-top: 95px;
	}
}

.practice__body {
	display: flex;
	flex-wrap: wrap;
	gap: 30px; /* заменяет column-gap + row-gap */
}

/* 4 карточки в ряд — фиксированный вариант */
.practice__column {
	width: calc(25% - 30px); /* 4 штуки ровно */
}

/* 2 карточки на планшетах */
@media (max-width: 1040px) {
	.practice__column {
		width: calc(50% - 30px);
	}
}

/* 1 карточка на телефоне */
@media (max-width: 630px) {
	.practice__column {
		width: 100%;
	}
}


/* =========================
 PRACTICE CARD
========================= */

.item-practice {
	background: #ffffff;
	border: 1px solid rgba(2, 31, 144, 0.18);
	padding: 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	transition: 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;

	/* анимация появления */
	opacity: 0;
	transform: translateY(20px);
}

.item-practice.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Ховер – тот самый, который “выпрыгивает вперёд” */
.item-practice:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	border-color: var(--dodgerblue);
}

/* =========================
 CONTENT
========================= */
.item-practice__content {
	padding-bottom: 10px;
	flex: 1 1 auto;
}

.item-practice__title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--blue);
	margin-bottom: 6px;
}

.item-practice__text {
	font-size: 13px;
	color: var(--text-gray);
	line-height: 1.45;
}

.item-practice__link {
	color: inherit;
	display: inline-block;
	margin-bottom: 15px;
}

.item-practice__link:hover {
	text-decoration: underline;
}

.item-practice__image {
	display: block;
	padding-bottom: 60%; /* пропорция картинки */
}
/* =========================
   PRACTICE — кнопка "Больше услуг"
========================= */

.practice__more {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

.practice__more-btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	color: var(--white);
	background: var(--blue);
	border-radius: 6px;
	text-decoration: none;
	transition: 0.3s ease;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.practice__more-btn:hover {
	background: var(--dodgerblue);
	box-shadow: 0 10px 24px rgba(0, 129, 229, 0.25);
	transform: translateY(-2px);
}

.clients {
	padding: 50px 0;
}

.clients__container {}

.clients__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.clients__item {
	padding: 8px 15px;
	flex: 0 1 16.6667%;
	align-items: center;
	min-width: 140px;
}

.clients__item img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.clients {
		padding: 30px 0;
	}
}

.subscribe {
	position: relative;
	padding: 0px 0px 20px 0px;
}

.subscribe::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 77px;
	left: 0;
	background: #021f90;
}

.subscribe__container {}

.subscribe__body {
	position: relative;
	z-index: 2;
	padding: 30px 50px;
	align-items: center;
	background: #021f90;
	border-radius: 2px;
}

@media (min-width: 1070px) {
	.subscribe__body {
		margin: 0px 30px;
	}
}

.subscribe__title {
	color: #fff;
	font-size: 133%;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.1px;
}

@media (max-width: 810px) {
	.subscribe__title {
		margin: 0px 0px 20px 0px;
	}

	.subscribe__body {
		margin: 0px -15px;
		padding: 20px 15px;
	}
}

@media (min-width: 810px) {
	.subscribe__title {
		max-width: 266px;
	}

	.subscribe__body {
		display: flex;
		justify-content: space-between;
	}
}

.subscribe__form {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}

.subscribe__input {
	width: 100%;
	flex: 1 1 auto;
	min-height: 58px;
	background: #fdfdfe;
	color: #4e4e4e;
	padding: 0px 20px;
	border: 1px solid #fff;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
}

.subscribe__input:focus {
	color: #000;
}

.subscribe__button {
	background: #f50404;
	border: 1px solid #fff;
	border-radius: 0px 5px 5px 0px;
	display: flex;
	min-height: 58px;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease 0s;
	padding: 0px 22px;
}

.subscribe__button:hover {
	background: #b00202;

}

@media (max-width: 810px) {
	.subscribe__button {
		padding: 0px 15px;
	}

	.subscribe__input {
		padding: 0px 15px;

	}
}

.getintouch {
	padding: 80px 0px 135px 0px;
}

.getintouch__container {}

.getintouch__header {
	margin: 0px 0px 80px 0px;
}

.getintouch__items {
	margin: 0px -15px;
}

.getintouch__item {
	flex: 0 1 33.333%;
}

.item-getintouch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 50px 15px;
}

.item-getintouch_active {
	background: #021f90;
	padding: 80px 15px;
	color: #fff;
}

.item-getintouch_active .item-getintouch__button {
	border: 1px solid #fff;
	color: #fff;
}

.item-getintouch>*:not(:last-child) {
	margin: 0px 0px 15px 0px;

}

.item-getintouch__icon {}

.item-getintouch__emails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.item-getintouch__email {
	color: inherit;
	font-weight: 600;
	line-height: 150%;
	font-size: 16px;
}

.item-getintouch__email:hover {
	text-decoration: underline;
}

.item-getintouch__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
}

.item-getintouch__button {
	border: 1px solid #f50404;
	min-height: 44px;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #f50404;
	line-height: 142%;
	padding: 5px 20px;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}

.item-getintouch__button:hover {
	border: 1px solid #f50404;
	background-color: #f50404;
	color: #fff;
}

@media (min-width: 992px) {
	.getintouch__items {
		margin: 0;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 992px) {
	.getintouch {
		padding: 50px 0px;
	}

	.getintouch__header {
		margin: 0px 0px 50px 0px;
	}

	.item-getintouch_active {
		padding: 50px 15px;
	}
}

@media (max-width: 767px) {
	.getintouch__header {
		margin: 0px 0px 30px 0px;
	}
}

.contact {
	background-color: #fff;
	padding: 42px 0;
}

.contact__container {}

.contact__content {
	padding: 0px 0px 20px 0px;
}

@media (min-width: 767px) {
	.contact__body {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.contact__content {
		padding: 0px 20px 0px 0px;
	}
}

.contact__title {
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
}

.contact__title:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.contact__text {
	color: #021f90;
	line-height: 142%;
}

.contact__button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 58px;
	padding: 5px 40px;
	border-radius: 5px;
	background-color: #f50404;
	color: #fff;
	transition: background-color 0.3s ease 0s;
}

.contact__button:hover {
	background-color: #a30202;

}

.footer {}

.footer__img {
	max-width: 150px;
	margin-bottom: 20px;

}
.footer__top {
	background-image: url(../img/background/Background_3.jpg);
	padding: 35px 0;
	object-fit: cover;
}

.footer__main {}

.footer__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px -15px;
}

@media (max-width:992px) {
	.footer__row {
		/*align-items: center;*/
	}
}

.footer__column {
	padding: 15px 15px;
	flex: 0 1 16.6667%;
}

.footer__column:last-child {
	flex: 0 1 100%;
}

@media (max-width:992px) {
	.footer__column {
		flex: 0 1 25%;
	}

	.footer__column:last-child {
		flex: 1 1 100%;
	}
}

@media (max-width:992px) {
	.footer__column {
		flex: 0 1 16.6667%;
	}
}

@media (max-width:767px) {
	.footer__column {
		flex: 0 1 50%;
		padding: 15px 15px 25px 60px
	}
}

.footer__label {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}

.footer__contact {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer__menu {}

.menu-footer {}

.menu-footer__list {}

.menu-footer__item:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.menu-footer__link {
	color: #fff;
	display: inline-block;
	line-height: 171%;
	letter-spacing: 0.2px;
}

.menu-footer__link:hover {
	text-decoration: underline;
}

.footer__contacts {}

.contacts-footer {
	display: flex;
	flex-direction: column;
}

.contacts-footer__item {
	padding: 0px 0px 0px 40px;
	line-height: 142%;
	display: flex;
	align-items: center;
	color: #fff;
	min-height: 40px;
	min-width: 400px;
}

.contacts-footer__item:hover {
	text-decoration: underline;
}

.contacts-footer__item:not(:last-child) {
	margin: 0px 0px 12px 0px;
}

.contacts-footer__item_phone {
	background: url('../img/footer/icons/tel.svg') 0 0 no-repeat;
}

.contacts-footer__item_map {
	background: url("../img/footer/icons/location.svg") 0 0 no-repeat;

}

.contacts-footer__item_email {
	background: url("../img/footer/icons/mail.svg") 0 no-repeat;

}

.footer__bottom {
	padding: 10px 0;
	background-color: #fff;
}

.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__copy {
	color: #021f90;
	line-height: 171%;
}

.footer__social {}

.social {
	display: flex;
	align-items: center;
}

.social__item:not(:last-child) {
	margin: 0px 20px 0px 0px;
}

@media (max-width:767px) {
	.footer__container {
		flex-direction: column;
	}

	.footer__copy {
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
}

/* ============================
   WHOWEARE — ОСНОВНОЙ БЛОК
============================ */

.whoweare {
	padding: 60px 0 70px;
}

/* Контейнер внутри */
.whoweare__body {
	display: flex;
	flex-direction: column;
	gap: 25px; /* уменьшено в 2 раза */
}

/* ============================
   ВЕРХНИЙ БЛОК: картинка + контент
============================ */

.whoweare__top {
	display: flex;
	gap: 25px; /* уменьшено */
	align-items: stretch;
}

/* Левая картинка */
.whoweare__top > img {
	width: 48%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Правый текстовый блок */
.whoweare__content {
	width: 52%;
	background: #fff;
	border: 1px solid rgba(2,31,144,0.25);
	padding: 25px;
	position: relative;
}

/* Синяя полоса слева — ГЛАВНЫЙ БЛОК */
.whoweare__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background: #021F90;
}

/* Заголовок */
.whoweare__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #021F90;
}

/* Текст */
.whoweare__text {
	color: #021F90;
	line-height: 150%;
	font-size: 16px;
}

/* ============================
   НИЖНИЕ МИНИ-БЛОКИ
============================ */

.whoweare__items {
	display: flex;
	gap: 20px; /* уменьшено */
}

/* Каждый мини-блок */
.whoweare__item {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	background: #021F90;               /* плотный премиальный синий */
	color: #fff;
	padding: 18px 22px;
	border: 1px solid rgba(255,255,255,0.2);
	position: relative;
}

/* Голубая полоса слева */
.whoweare__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background: #3CA6FF;
}

/* Иконка */
.item-whoweare__icon img {
	width: 28px;
	height: 28px;
	filter: brightness(0) invert(1);
}

/* Контейнер текста */
.item-whoweare__body {
	padding-left: 15px;
}

/* Заголовок мини-блока */
.item-whoweare__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #ffffff;
}

/* Текст мини-блока */
.item-whoweare__text {
	font-size: 14px;
	line-height: 140%;
	color: #e4eaff;
}

/* ============================
   АДАПТИВ
============================ */

@media (max-width: 920px) {
	.whoweare__top {
		flex-direction: column;
	}
	.whoweare__top > img,
	.whoweare__content {
		width: 100%;
	}

	.whoweare__items {
		flex-direction: column;
	}
}
.whoweare__header {
	margin-bottom: 35px; /* оптимальный воздух */
}

@media (max-width: 767px) {
	.whoweare__header {
			margin-bottom: 25px; /* на телефонах компактнее */
	}
}
/* =========================
   SUBSCRIBE (оставил как было)
========================= */
.subscribe {
	position: relative;
	padding: 0 0 20px 0;
}

.subscribe::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 77px;
	background: #021f90;
}

.subscribe__body {
	position: relative;
	z-index: 2;
	padding: 30px 50px;
	align-items: center;
	background: #021f90;
	border-radius: 2px;
}

@media (min-width: 1070px) {
	.subscribe__body {
		margin: 0 30px;
	}
}

.subscribe__title {
	color: #fff;
	font-size: 133%;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.1px;
}

@media (max-width: 810px) {
	.subscribe__title {
		margin: 0 0 20px 0;
	}

	.subscribe__body {
		margin: 0 -15px;
		padding: 20px 15px;
	}
}

@media (min-width: 810px) {
	.subscribe__title {
		max-width: 266px;
	}

	.subscribe__body {
		display: flex;
		justify-content: space-between;
	}
}

.subscribe__form {
	flex: 0 1 50%;
	display: flex;
	align-items: center;
}

.subscribe__input {
	width: 100%;
	flex: 1 1 auto;
	min-height: 58px;
	background: #fdfdfe;
	color: #4e4e4e;
	padding: 0 20px;
	border: 1px solid #fff;
	border-right: 0;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
}

.subscribe__input:focus {
	color: #000;
}

.subscribe__button {
	background: #f50404;
	border: 1px solid #fff;
	border-radius: 0 5px 5px 0;
	display: flex;
	min-height: 58px;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
	padding: 0 22px;
}

.subscribe__button:hover {
	background: #b00202;
}

@media (max-width: 810px) {
	.subscribe__button {
		padding: 0 15px;
	}

	.subscribe__input {
		padding: 0 15px;
	}
}

/* =========================
   GET IN TOUCH
========================= */

.getintouch {
	padding: 30px 0px;
	/* лёгкий фон, при желании можешь убрать */
	background: linear-gradient(180deg, rgba(2,31,144,0.03), rgba(0,129,229,0.02));
}

.getintouch__header {
	margin: 0 0 80px 0;
	text-align: center;
}

.getintouch__items {
	margin: 0 -15px;
}

/* карточка-обёртка */
.getintouch__item {
	flex: 0 1 33.333%;
}

/* базовая карточка */
.item-getintouch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 50px 15px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	border: 1px solid rgba(2,31,144,0.12);
	transition: 0.3s ease;
	text-align: center;
}

.item-getintouch>*:not(:last-child) {
	margin: 0 0 15px 0;
}

/* hover — без изменения отступов */
.item-getintouch:hover {
	box-shadow: 0 10px 26px rgba(0,0,0,0.12);
	transform: translateY(-4px);
}

/* активная (синяя) карточка по центру */
.item-getintouch_active {
	background: #021f90;
	padding: 80px 15px;
	color: #fff;
	border-color: transparent;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.item-getintouch_active .item-getintouch__button {
	border: 1px solid #fff;
	color: #fff;
}

/* контент внутри карточек */
.item-getintouch__emails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.item-getintouch__email {
	color: inherit;
	font-weight: 600;
	line-height: 150%;
	font-size: 16px;
}

.item-getintouch__email:hover {
	text-decoration: underline;
}

.item-getintouch__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 10px;
}

/* кнопка */
.item-getintouch__button {
	border: 1px solid #f50404;
	min-height: 44px;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #f50404;
	line-height: 142%;
	padding: 5px 20px;
	border-radius: 5px;
	transition: all 0.3s ease;
	background: transparent;
}

.item-getintouch__button:hover {
	border-color: #f50404;
	background-color: #f50404;
	color: #fff;
}

/* ======= DESKTOP FLEX ======= */
@media (min-width: 992px) {
	.getintouch__items {
		margin: 0;
		display: flex;
		align-items: stretch;
	}
}

/* ======= TABLET ======= */
@media (max-width: 992px) {
	.getintouch {
		padding: 50px 0;
	}

	.getintouch__header {
		margin: 0 0 50px 0;
	}

	.item-getintouch_active {
		padding: 50px 15px;
	}
}

/* ======= MOBILE ======= */
@media (max-width: 767px) {
	.getintouch__header {
		margin: 0 0 30px 0;
	}

	.getintouch__items {
		margin: 0 -10px;
	}

	.getintouch__item {
		flex: 1 1 100%;
	}

	.item-getintouch {
		margin-bottom: 15px;
	}
}
.contact {
	background: #f6f8ff;
	padding: 10px 0;
}

.contact__body {
	background: #fff;
	padding: 35px 40px;
	border: 1px solid rgba(2,31,144,0.15);
	box-shadow: 0 8px 28px rgba(0,0,0,0.07);
	border-left: 6px solid #021F90;
}

.contact__title {
	font-size: 26px;
	font-weight: 800;
	color: #021F90;
	margin-bottom: 10px;
}

.contact__text {
	font-size: 16px;
	color: #36416F;
}

.contact__button {
	background: #F50404;
	color: #fff;
	font-weight: 700;
	padding: 14px 40px;
	border-radius: 4px;
}

.contact__button:hover {
	background: #b00303;
}
