@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

*::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}
*:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}

body {
	font-family: 'Manrope';
	font-size: 16px;
	line-height: 125%;
	color: #5E6568;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

body {
	font-size: 16px;
}
.header {
	top: 20px;
	padding: 30px 0;
	position: absolute;
	width: 100%;
	z-index: 500;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	width: 88px;
	height: auto;
}
.menu>ul {
	border-radius: 50px;
	backdrop-filter: blur(34px);
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
}
.menu>ul a {
	padding: 16px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
}
.menu>ul a::after {
	position: absolute;
	display: block;
	content: " ";
	width: 1px;
	top: 16px;
	bottom: 16px;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
}
.menu>ul li:last-child a::after {
	display: none;
}
.header .btn-main__text {
	padding: 0 33px;
	height: 56px;
}
.header .btn-main__arrow {
	width: 50px;
}

.billbord {
	margin: 20px;
	border-radius: 30px;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.billbord__content {
	height: 950px;
	padding-top: 230px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.billbord__title {
	font-size: 64px;
	max-width: 922px;
	margin-bottom: 40px;
	line-height: 106%;
	font-weight: 600;
}
.billbord__line {
	gap: 30px;
	display: flex;
	align-items: center;
}
.billbord__descr {
	font-size: 20px;
	max-width: 323px;
	line-height: 130%;
}
.billbord__descr strong {
	font-weight: 600;
}
.btn-main {
	border: 2px solid #fff;
	border-radius: 50px;
	background: transparent;
	padding: 0;
	overflow: hidden;
	display: inline-flex;
}
.btn-main__text {
	height: 64px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 125%;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope';
	color: #131414;
	position: relative;
	z-index: 1;
}
.btn-main__text::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 1s;
	background: #fff;
	z-index: -1;
	border-radius: 50px;
}
.btn-main__arrow {
	width: 57px;
	background-image: url(../img/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px auto;
	position: relative;
	z-index: 2;
	transition: all 0.6s;
}
.billbord__bottom {
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 100%;
	margin-top: auto;
	align-items: flex-end;
}
.unit-billbord {
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(24px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	transition: all 0.3s;
}
.unit-billbord__content {
	max-height: 0;
	overflow: hidden;
	color: #5E6568;
	transition: all 0.7s;
}
.unit-billbord__title {
	font-size: 20px;
	margin-bottom: 10px;
	gap: 10px;
	line-height: 130%;
	opacity: 0.8;
	font-weight: 600;
	transition: all 0.3s;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.unit-billbord__title::after {
	position: relative;
	display: block;
	content: " ";
	width: 24px;
	height: 24px;
	flex: none;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
	filter: brightness(0) invert(1);
	transform: rotate(-90deg);
}
.unit-billbord:hover .unit-billbord__content {
	max-height: 400px;
}
.unit-billbord:hover {
	background: #fff;
	border-color: #fff;
}
.unit-billbord:hover .unit-billbord__title {
	color: #131414;
}
.unit-billbord:hover .unit-billbord__title::after {
	transform: none;
	filter: none;
}

.about {
	padding: 100px 0;
}
.about__wrapper {
	gap: 70px;
	display: grid;
	grid-template-columns: 1fr 1.55fr;
}
.title-section {
	font-size: 48px;
	line-height: 112%;
	font-weight: 600;
	color: #131414;
}
.title-section span {
	color: #166184;
}
.about .title-section {
	margin-bottom: 50px;
	max-width: 680px;
}
.item-about {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 133%;
}
.item-about:last-child {
	margin-bottom: 0;
}
.icon-page {
	width: 60px;
	height: 60px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: rgba(22, 97, 132, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.icon-page img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 !important;
}
.title-small {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 112%;
	font-weight: 600;
	color: #131414;
}
.about__main img {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	margin-top: auto;
}
.title-unit {
	padding: 16px 20px;
	border-radius: 60px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(22, 97, 132, 0.1);
	color: #166184;
	display: inline-block;
	vertical-align: middle;
}
.about__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.services {
	padding-bottom: 100px;
}
.head-section {
	text-align: center;
}
.head-section .title-section {
	margin-bottom: 20px;
}
.head-section {
	max-width: 952px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.descr-section {
	font-size: 18px;
	line-height: 133%;
}
.item-service {
	gap: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: flex-start;
}
.item-service__number {
	font-size: 84px;
	width: 55px;
	line-height: 98%;
	font-weight: 500;
	color: rgba(22, 97, 132, 0.1);
}
.item-service__content {
	flex: 1;
}
.item-service__text {
	font-size: 18px;
	line-height: 133%;
}
.item-service__content .title-small {
	margin-bottom: 20px;
}
.item-service__text,
.item-service .tags {
	margin-bottom: 40px;
}
.tags {
	gap: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tags__item {
	padding: 13px 16px;
	border-radius: 60px;
	border: 1px solid #166184;
	display: inline-block;
	vertical-align: middle;
	color: #166184;
}
.link-page {
	font-size: 18px;
	gap: 20px;
	font-weight: 600;
	line-height: 133%;
	color: #166184;
	display: inline-flex;
	align-items: center;
}
.link-page img {
	width: 24px;
}
.item-service__image {
	width: 427px;
	height: 344px;
	border-radius: 20px;
	flex: none;
}
.item-service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.item-service__arrow {
	align-self: center;
	flex: none;
}
.item-service__arrow img {
	width: 40px;
	height: auto;
}
.item-service:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.item-service__text strong {
	font-weight: 500;
	color: #131414;
}
.cta {
	padding: 50px;
	margin: 50px -50px;
	border-radius: 30px;
	background-image: url(../img/cta.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cta__content {
	width: 586px;
	padding: 40px;
	max-width: 100%;
	backdrop-filter: blur(20px);
	background: #fff;
	border-radius: 20px;
}
.cta__content .title-section {
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 111%;
}
.item-cta {
	margin-bottom: 20px;
	gap: 20px;
	display: flex;
	align-items: flex-start;
}
.title-min {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 133%;
	font-weight: 600;
	color: #131414;
}
.cta__content .descr-section {
	margin-bottom: 30px;
}
.btn-main.btn-main_page {
	border-color: #166184;
}
.btn-main.btn-main_page .btn-main__text {
	color: #fff;
}
.btn-main.btn-main_page .btn-main__text::before {
	background: #166184;
}
.btn-main.btn-main_page .btn-main__arrow {
	background-image: url(../img/arrow_btn2.svg);
}
.cta__content .btn-main {
	margin-top: 30px;
	display: flex;
}
.cta__content .btn-main .btn-main__text {
	flex: 1;
}

.footer {
	margin: 20px;
	margin-top: 0 !important;
}
.footer__main {
	padding-top: 30px;
	padding-bottom: 80px;
	border-radius: 30px;
	background-color: #166184;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.footer__top {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .menu>ul {
	border-radius: 0;
	backdrop-filter: none;
	background: transparent;
}
.footer__middle {
	gap: 170px;
	padding-top: 72px;
	display: grid;
	grid-template-columns: 1fr 1.3fr;
}
.footer .title-small {
	margin-bottom: 30px;
	color: #fff;
}
.footer__grid {
	gap: 40px 60px;
	font-size: 18px;
	line-height: 133%;
	font-weight: 600;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footer__title {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 114%;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
}
.footer__contact p {
	margin-bottom: 10px;
}
.footer__contact p:last-child {
	margin-bottom: 0;
}
.footer__contact a {
	color: #fff;
}
.footer__contact img {
	width: 24px;
	margin-left: 8px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.title-form {
	font-size: 38px;
	margin-bottom: 50px;
	line-height: 111%;
	font-weight: 600;
}
.grid-form {
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.item-form {
	margin-bottom: 15px;
}
.grid-form .item-form {
	margin-bottom: 0;
}
.item-form textarea,
.item-form input {
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 125%;
	border-radius: 70px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	width: 100%;
	transition: all 0.3s;
	font-family: 'Manrope';
}
.item-form textarea:focus,
.item-form input:focus {
		background: rgba(255, 255, 255, 0.4);
}
.footer__form .btn-main {
	display: flex;
}
.footer__form .btn-main__text {
	height: 60px;
	flex: 1;
}
.agree-form {
	font-size: 12px;
	padding: 10px;
	line-height: 117%;
	color: rgba(255, 255, 255, 0.7);
	align-self: center;
}
.footer__bottom {
	font-size: 14px;
	padding-top: 20px;
	line-height: 143%;
	color: #8D9599;
}
.footer__bottom a {
	color: #8D9599;
}
.footer__bottom p {
	margin: 0;
}
.footer__requisites {
	gap: 50px;
	display: flex;
	align-items: center;
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__links {
	gap: 30px;
	display: flex;
	align-items: center;
}
.modal-block {
	padding: 0;
	background: transparent;
	display: none;
}
.modal-wrap {
	padding: 50px 40px;
	width: 531px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	color: #8D9599;
	background: #fff;
}
.item-form.item-form_page textarea,
.item-form.item-form_page input {
	background: #F3F7F9;
	color: #8D9599;
}
.item-form.item-form_page textarea:focus,
.item-form.item-form_page input:focus {
    background: #eef3f5;
}
.item-form.item-form_page *::-webkit-input-placeholder {
	color: #B3BFC4;
	opacity: 1;
}
.item-form.item-form_page *:-moz-placeholder {
	color: #B3BFC4;
	opacity: 1;
}
.item-form.item-form_page *::-moz-placeholder {
	color: #B3BFC4;
	opacity: 1;
}
.item-form.item-form_page *:-ms-input-placeholder {
	color: #B3BFC4;
	opacity: 1;
}
.descr-modal {
	margin-bottom: 30px;
	text-align: center;
}
.modal-wrap .title-small {
	margin-bottom: 16px;
	text-align: center;
}
.agree-modal {
	margin-top: 15px;
	text-align: center;
}
.agree-modal a {
	color: #166184;
}
.modal-wrap .btn-main {
	display: flex;
	width: 100%;
}
.modal-wrap .btn-main__text {
	flex: 1;
}
.socials-main {
	margin-top: 30px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.socials-main a {
	gap: 10px;
	font-size: 18px;
	line-height: 133%;
	color: #166184;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.socials-main a img {
	width: 24px;
	height: auto;
	flex: none;
}
.fancybox-slide--html .fancybox-close-small {
	width: 34px;
	height: 34px;
	top: 14px;
	right: 14px;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.modal-wrap_thanks .descr-modal {
	margin: 0;
}
.modal-wrap_thanks {
	width: 442px;
}
.logo_hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}