@-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: 190px;
	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 {
	height: 56px;
}
.header .btn-main__arrow {
	width: 50px;
}

.billbord {
	margin: 20px;
	border-radius: 48px;
	background-image: url(../img/billbord1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
}
.billbord::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 48px;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.32%, rgba(0, 0, 0, 0.65) 66.79%);
}
.billbord__badge {
	padding: 15px 20px;
	margin-bottom: 30px;
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(14px);
	line-height: 125%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
}
.billbord__content {
	height: 950px;
	padding-top: 230px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.billbord__title {
	font-size: 64px;
	max-width: 716px;
	line-height: 106%;
	font-weight: 600;
}
.billbord__grid {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.billbord__item {
	margin-bottom: 50px;
}
.billbord__item-value {
	font-size: 80px;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: 600;
}
.billbord__item:last-child {
	margin-bottom: 0;
}
.billbord__inner {
	width: 100%;
}
.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 33px;
	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;
}
.head-unit {
	gap: 30px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.head-unit::after {
	position: relative;
	display: block;
	content: " ";
	flex: 1;
	height: 1px;
	background: #EBEBEB;
}
.head-unit .title-unit {
	margin: 0;
}


.title-section {
	font-size: 48px;
	line-height: 112%;
	font-weight: 600;
	color: #131414;
}
.title-section span {
	color: #1F6B50;
}
.title-small {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 112%;
	font-weight: 600;
	color: #131414;
}


.descr-section {
	font-size: 18px;
	line-height: 133%;
}
.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;
}
.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: #1F6B50;
}
.btn-main.btn-main_page .btn-main__text {
	color: #fff;
}
.btn-main.btn-main_page .btn-main__text::before {
	background: #1F6B50;
}
.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: #1F6B50;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.footer__top {
	padding-bottom: 15px;
	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);
}
.item-form textarea {
	height: 120px;
	padding-top: 20px;
	resize: none;
	border-radius: 30px;
}
.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: #1F6B50;
}
.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: #1F6B50;
	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;
}

.item-service .btn-main__text {
	height: 56px;
	padding: 0 33px;
}

.section-services {
	padding-top: 100px;
}
.head-top {
	gap: 24px;
	margin-bottom: 60px;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}
.head-top .title-section {
	padding-right: 50px;
	text-align: left;
	margin: 0;
	max-width: 100%;
}
.grid-three {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.item-box {
	padding: 30px;
	border-radius: 20px;
	background: #f7f7f7;
}
.icon-main {
	width: 64px;
	height: 64px;
	padding: 14px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: rgba(26, 77, 58, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-main img {
	max-width: 100%;
	max-height: 100%;
}
.item-box .title-small {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 117%;
}
.item-box .title-min {
	margin-bottom: 30px;
}
.item-box ul {
	padding-left: 20px;
}
.item-box ul li {
	margin-bottom: 16px;
	list-style-type: disc;
}
.item-box ul li:last-child {
	margin-bottom: 0;
}
.item-box ul li::marker {
	font-size: 60%;
}
.company {
	padding-bottom: 120px;
}
.company .title-unit {
	margin-bottom: 30px;
}
.section-services {
	padding-bottom: 120px;
}
.company__head {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.company__head .title-section {
	max-width: 792px;
}
.grid-four {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.item-company {
	height: 560px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
.item-company__content {
	padding: 30px;
	color: #fff;
	margin-top: auto;
	width: 100%;
}
.item-company__title {
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 130%;
	font-weight: 600;
}
.item-company__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
}
.item-company__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.item-company:nth-child(3) .item-company__content,
.item-company:nth-child(2) .item-company__content {
	border-radius: 20px;
	background: #fff;
	color: #131414;
}
.item-company:nth-child(3) .item-company__content {
	padding-top: 0;
	margin-top: 0;
}
.item-company:nth-child(2) .item-company__content {
	padding-bottom: 0;
}
.item-company:nth-child(4) .item-company__content {
	margin-top: 0;
}
.item-company__text {
	font-size: 14px;
line-height: 129%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
}
.item-company:hover .item-company__text {
    max-height: 200px;
}
.item-company:nth-child(4) .item-company__text,
.item-company:nth-child(1) .item-company__text {
	color: rgba(255, 255, 255, 0.7);
}
.item-company:nth-child(4) .item-company__image::before,
.item-company:nth-child(1) .item-company__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.3%, #000000 93.66%);
	transition: all 0.3s;
}
.item-company:nth-child(4) .item-company__image::before {
background: linear-gradient(0.23deg, rgba(0, 0, 0, 0) 11.21%, rgba(0, 0, 0, 0.9) 94.72%);
}
.item-company:nth-child(4):hover .item-company__image::before,
.item-company:nth-child(1):hover .item-company__image::before {
	opacity: 1;
}
.etaps {
	padding-bottom: 120px;
}
.etaps__wrap {
	gap: 90px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
}
.etaps .btn-main {
	margin-top: 50px;
}
.etaps .title-section,
.etaps .title-unit {
	margin-bottom: 30px;
}
.item-etap {
	padding: 30px;
	margin-bottom: 16px;
	border-radius: 20px;
	background: #f7f7f7;
}
.item-etap__title {
	font-size: 20px;
	margin-bottom: 16px;
	line-height: 130%;
	font-weight: 600;
	color: #131414;
}
.item-etap:last-child {
	margin-bottom: 0;
}
.list-etaps {
	max-width: 588px;
	margin-left: auto;
	position: relative;
}
.list-etaps::before {
	position: absolute;
	display: block;
	content: " ";
	width: 50px;
	height: 807px;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/steps.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.consultation {
	padding: 40px;
	max-width: 1680px;
	width: 92%;
	border-radius: 48px;
	margin: 0 auto;
	margin-bottom: 120px;
	color: #fff;
	background-image: url(../img/consultation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.consultation::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(89.79deg, rgba(0, 0, 0, 0.65) 24.32%, rgba(0, 0, 0, 0) 39.77%);
	border-radius: 48px;
}
.consultation__main {
	display: flex;
	justify-content: space-between;
}
.consultation__info {
	max-width: 700px;
	padding: 40px;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.consultation__title {
	font-size: 64px;
	max-width: 550px;
	line-height: 106%;
	font-weight: 600;
	color: #fff;
}
.consultation__form {
	padding: 40px;
	width: 530px;
	border-radius: 32px;
	max-width: 100%;
	background: #fff;
	color: #8D9599;
}
.consultation__form .title-form {
	margin-bottom: 20px;
	color: #131414;
}
.consultation__form .descr-section {
	margin-bottom: 30px;
}
.consultation__form .btn-main {
	display: flex;
	width: 100%;
}
.consultation__form .btn-main__text {
	flex: 1;
}
.consultation__buttons {
	gap: 19px;
	display: flex;
	align-items: center;
}
.consultation__buttons .btn-main__arrow {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none !important;
}
.consultation__buttons .btn-main {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.05);
}
.consultation__subtitle {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 130%;
	font-weight: 600;
}
.consultation__bottom {
	margin-top: auto;
}