@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
		url('../fonts/Satoshi-Variable.woff') format('woff'),
		url('../fonts/Satoshi-Variable.ttf') format('truetype');
	font-weight: 300 900;
	font-display: swap;
	font-style: normal;
}
:root{
	--orange: #FF4618;
	--white: #FFFFFF;
	--dark_blue: #000033;
	--blue: #18306C;
	--alice_blue: #EAF0FF;

	--h1: max(48px, 80rem);
	--h2: max(36px, 60rem);
	--h3: max(20px, 34rem);
	--h4: max(20px, 26rem);
	--body: max(18px, 22rem);
	--body_small: max(14px, 16rem);
	--button: max(22px, 24rem);

	--ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: var(--white);
	font-size: 0.052vw;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--blue);
	font-size: var(--body);
	font-weight: 400;
	font-family: 'Satoshi', Arial, Helvetica, sans-serif;
	line-height: 140%;
	letter-spacing: 0.01em;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'Satoshi', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
::selection {
	background-color: var(--orange);
	color: rgba(255, 255, 255, 1);
}
.holder {
	padding: 0 max(10px, 65rem);
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1, .h1 {
	display: block;
	font-weight: 500;
	font-size: var(--h1);
	line-height: 112%;
	letter-spacing: -0.03em;
}
h2, .h2 {
	display: block;
	font-weight: 500;
	font-size: var(--h2);
	line-height: 115%;
	letter-spacing: -0.03em;
}
h3, .h3 {
	display: block;
	font-weight: 500;
	font-size: var(--h3);
	line-height: 110%;
	letter-spacing: -0.01em;
}
h4, .h4 {
	display: block;
	font-weight: 400;
	font-size: var(--h4);
	line-height: 115%;
	letter-spacing: -0.03em;
}
a {transition: all .3s linear;}
p, .article ul, .article ol {margin: 0 0 max(18px, 22rem);}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 15px 36px 16px;
	color: var(--white);
	font-size: var(--button);
	font-weight: 500;
	line-height: 115%;
	letter-spacing: -0.03em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 100px;
	transition: all .3s linear;
}
.button:hover {
	color: var(--orange);
	background: var(--white);
}
.button-white {
	color: var(--orange);
	background: var(--white);
	border: 1px solid var(--white);
}
.button-white:hover {
	color: var(--white);
	background: transparent;
}
/************************* form-block *************************/
.wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	height: max(42px, 48rem);
	padding: 0 16px;
	margin: 0 0 15px;
	font-size: max(14px, 16rem);
	color: rgba(24, 48, 108, 0.6);
	background: var(--white);
	border: 1px solid rgba(24, 48, 108, 0.3);
	border-radius: 12px;
}
.wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
	height: 166px;
	padding: 12px 16px;
	margin: 0 0 15px;
	font-size: max(14px, 16rem);
	color: rgba(24, 48, 108, 0.6);
	resize: vertical;
	background: var(--white);
	border: 1px solid rgba(24, 48, 108, 0.3);
	border-radius: 12px;
}
.inactive {
	opacity: 0.4;
	pointer-events: none;
}
::-webkit-input-placeholder {color: rgba(24, 48, 108, 1);}
:-moz-placeholder {color: rgba(24, 48, 108, 1); opacity: 1;}
::-moz-placeholder {color: rgba(24, 48, 108, 1); opacity: 1;}
:-ms-input-placeholder {color: rgba(24, 48, 108, 1);}
:focus::-webkit-input-placeholder {color: rgba(24, 48, 108, 0.2);}
:focus:-moz-placeholder {color: rgba(24, 48, 108, 0.2); opacity: 1;}
:focus::-moz-placeholder {color: rgba(24, 48, 108, 0.2); opacity: 1;}
:focus:-ms-input-placeholder {color: rgba(24, 48, 108, 0.2);}
.wpcf7-form-control-wrap.error input,
.wpcf7-form-control-wrap.error textarea {
	color: rgba(255, 0, 0, 0.6);
}
.wpcf7-form-control-wrap.error ::-webkit-input-placeholder {color: rgba(255, 0, 0, 0.6);}
.wpcf7-form-control-wrap.error :-moz-placeholder {color: rgba(255, 0, 0, 0.6); opacity: 1;}
.wpcf7-form-control-wrap.error ::-moz-placeholder {color: rgba(255, 0, 0, 0.6); opacity: 1;}
.wpcf7-form-control-wrap.error :-ms-input-placeholder {color: rgba(255, 0, 0, 0.6);}
.error-msg {
	display: none;
	margin: -13px 0 15px;
	font-size: max(14px, 16rem);
	line-height: 140%;
	color: rgba(255, 0, 0, 0.6);
}
.error .error-msg {
	display: block;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}
/************************* header *************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	padding: 0 max(10px, 65rem);
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	transition: top 0.4s ease-in-out;
}
.header-bg {
	backdrop-filter: blur(10px);
}
.header-up {
	top: min(-80px, -136rem);
}
.header-block {
	display: flex;
	align-items: center;
	position: relative;
	height: max(80px, 136rem);
}
.header-logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 560;
}
.header-logo img {
	display: block;
	width: max(137px, 222rem);
	transition: all 0.2s linear;
}
.logo-white {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.header-nav .button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	min-width: max(180px, 200rem);
}
.header-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.header-nav-bg {display: none;}
.header-nav-list {
	display: flex;
	align-items: center;
	gap: max(45px, 97rem);
}
.header-nav-list a {
	position: relative;
	font-weight: 500;
	font-size: var(--button);
	line-height: 140%;
	color: rgba(24, 48, 108, 0.6);
	text-decoration: none;
}
.header-nav-list a:hover {
	color: rgba(24, 48, 108, 1);
}
.header-nav-list a.active {
	color: rgba(24, 48, 108, 1);
}
.header-nav-list a::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--blue);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.header-nav-list a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
.header-nav-list a.active::after {
	transform: scaleX(1);
}

.mob-nav-icon {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0px;
	z-index: 550;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--orange);
	border-radius: 50%;
	display: none;
}
.mob-nav-icon::after {
	position: absolute;
	inset: 0;
	content: '';
	border: 1px solid var(--orange);
	border-radius: 50%;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 16px;
    height: 1px;
    margin: 5px 0;
	background: var(--white);
	transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 16px;
    height: 1px;
    background: var(--white);
	transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 1px;
    background: var(--white);
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
/************************* hero *************************/
.hero {
	position: relative;
	background: var(--dark_blue);
}
.hero-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: max(39px, 52rem);
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: max(6px, 10rem);
}
.slick-dots button {
	position: relative;
	overflow: hidden;
	display: block;
	width: max(9px, 15rem);
	height: max(9px, 15rem);
	font-size: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
}
.slick-dots .slick-active button {
	width: max(45px, 83rem);
}
.slick-dots button::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: '';
	width: 0%;
	background: var(--white);
}
.slick-dots button:hover {
	background: var(--white);
}
.slick-dots .slick-active button:hover {
	background: rgba(255, 255, 255, 0.3);
}
.slick-trigger button::after {
	width: 100%;
	transition: all 3s linear;
}
.highlight-content .slick-trigger button::after,
.highlight-photo .slick-trigger button::after {
	transition: all 4s linear;
}
.hero-slide img {
	width: 100%;
	height: max(635px, 1000rem);
	max-height: 100dvh;
	object-fit: cover;
}
.hero-video-wrap::after {
	position: absolute;
	inset: 0;
	content: '';
	background: rgba(0, 0, 0, 0.4);
}
.hero-video {
	display: block;
	width: 100%;
	height: max(635px, 1000rem);
	max-height: 100dvh;
	object-fit: cover;
}
.video-pause {
	position: absolute;
	z-index: 10;
	left: max(20px, 58rem);
	bottom: max(35px, 53rem);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid  rgba(255, 255, 255, 0.4);
}
.video-pause.active .img-pause {display: none;}
.video-pause.active .img-play {display: block;}
.img-play {
	display: none;
	width: 20px;
	margin: 0 0 0 4px;
}
.hero-down {
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: max(37px, 55rem);
}
.hero-down img {display: block;}
.hero-category .hero-slide::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: max(160px, 240rem);
	background: linear-gradient(0deg, #18306C 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-category-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: max(79px, 105rem);
	padding: 0 20px;
	color: var(--white);
	text-align: center;
}
.hero-img img {
	width: 100%;
	height: max(635px, 1000rem);
	max-height: calc(100dvh - 95rem);
	object-fit: cover;
}

/************************* num *************************/
.num {
	margin: 0 min(-10px, -65rem);
	padding: 46px max(10px, 65rem) 38px;
	background: var(--white);
	border-top: 4px solid var(--orange);
	border-bottom: 4px solid var(--orange);
}
.num-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.num-info {
	width: 45%;
	padding: 0 0 0 max(10px, 65rem);
}
.num-info-title {
	margin: 0 0 max(36px, 46rem);
	font-weight: 500;
	font-size: var(--button);
	color: var(--orange);
}
.num-info-subtitle {
	font-weight: 500;
	font-size: var(--button);
	margin: 0 0 7px;
}
.num-info-text {
	margin: 0 0 18px;
}
.num-info-text:last-child {
	margin: 0;
}
.num-list {
	display: flex;
	flex-wrap: wrap;
	width: 55%;
}
.num-item {
	width: 33.33%;
	text-align: center;
}
.num-value {
	margin: 0 0 8px;
	font-weight: 500;
	font-size: max(60px, 60rem);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: var(--blue);
}
.num-text {
	font-size: max(22px, 22rem);
	letter-spacing: 0.01em;
	color: rgba(24, 48, 108, 0.8);
}

/************************* box *************************/
.box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box-col {
	width: calc(50% - 25px);
}
.box-img img {
	width: 100%;
	border-radius: 20px;
}
.box-text {
	margin: 0 0 max(40px, 50rem);
	color: rgba(24, 48, 108, 0.8);
}
.box-text p:last-child {margin: 0;}
.box-text:last-child {margin: 0;}
.box-subtitle {
	margin: 0 0 max(16px, 30rem);
	font-weight: 500;
	font-size: var(--button);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: var(--orange);
}
.box-subtitle:last-child {margin: 0;}

/************************* main-top *************************/
.main-top {
	padding: 0 0 max(125px, 178rem);
}
.main-serv {
	margin-top: -95rem;
	margin-bottom: max(100px, 150rem);
}
.main-future {
	align-items: flex-start;
	padding: max(60px, 100rem) 0;
	margin: 0 0 max(100px, 150rem);
	border-top: 4px solid var(--blue);
	border-bottom: 4px solid var(--blue);
}
.main-future h1 {
	max-width: max(290px, 600rem);
	font-weight: 700;
	font-size: max(48px, 90rem);
}
.main-future .box-text {
	max-width: max(640px, 840rem);
}
.main-top .highlight-category {
	color: var(--orange);
}
.main-top .highlight-content {
	color: var(--blue);
}
.main-top .highlight-text {
	color: rgba(24, 48, 108, 0.8);
}
.main-top .slick-dots button {
	background: rgba(24, 48, 108, 0.3);
}
.main-top .slick-dots button:hover {
	background: var(--blue);
}
.main-top .slick-dots .slick-active button:hover {
	background: rgba(24, 48, 108, 0.3);
}
.main-top .slick-dots button::after {
	background: var(--blue);
}
.main-top .highlight-photo {
	color: var(--blue);
}

/************************* main-blue *************************/
.main-blue {
	padding: max(100px, 112rem) 0;
	background: var(--blue);
}
.main-about {
	margin: 0 0 max(70px, 80rem);
	flex-direction: row-reverse;
	color: var(--white);
}
.main-about .box-subtitle {
	color: var(--white);
}
.main-about h2 {
	margin: 0 0 max(20px, 30rem);
}
.main-about .box-text {
    max-width: max(540px, 640rem);
	color: rgba(255, 255, 255, 0.8);
}
.main-person {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 60px;
	color: var(--white);
}
.main-person-img {
	display: flex;
	justify-content: flex-end;
	width: calc(50% - 25px);
}
.main-person-img img {
	width: 100%;
	max-width: max(280px, 348rem);
	border-radius: 20px;
}
.main-person-content {
	width: calc(50% - 25px);
	padding: max(30px, 40rem) 0 0;
}
.main-person-subtitle {
	margin: 0 0 max(16px, 26rem);
	font-weight: 500;
	font-size: var(--button);
	line-height: 115%;
	letter-spacing: -0.03em;
}
.main-person-content h2 {
	margin: 0 0 max(20px, 30rem);
}
.main-person-text {
	max-width: max(320px, 400rem);
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.8);
}

/************************* main-box *************************/
.main-box {
	padding: max(100px, 160rem) 0;
}
.main-career h2 {
	max-width: max(440px, 720rem);
	margin: 0 0 max(20px, 30rem);
}
.main-career .box-text {
	max-width: max(600px, 730rem);
}

/************************* category *************************/
.category {
	display: flex;
}
.category-side {
	width: 32%;
	padding: 98px max(60px, 125rem) 94px;
	color: var(--white);
	background: var(--blue) url(../images/globe-bg-2.svg) 50% 50% no-repeat;
	background-size: cover;
}
.category-content {
	width: 68%;
	padding: 92px max(25px, 85rem) 54px max(25px, 53rem);
}
.category-text {
	margin: 0 0 94px;
	font-weight: 500;
	font-size: max(18px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: rgba(24, 48, 108, 0.8);
}
.project-list {
	display: flex;
	flex-direction: column;
	gap: max(70px, 90rem);
	margin: 0 0 72px;
}
.project-list:last-child {margin: 0;}
.project-top {
	position: relative;
	padding: 0 0 14px;
	margin: 0 0 max(50px, 70rem);
	border-bottom: 4px solid var(--blue);
}
.project-top h2 {
	margin: 0 0 17px;
}
.project-location {
	color: rgba(24, 48, 108, 0.8);
}
.project-icons {
	position: absolute;
	top: max(10px, 23rem);
	right: 0;
	display: flex;
	gap: max(27px, 45rem);
}
.project-icons img {
	width: max(20px, 29rem);
}
.project-about {
	color: rgba(24, 48, 108, 0.8);
}
.project-about p:last-child {
	margin: 0;
}
.project-stat {
	display: flex;
	flex-wrap: wrap;
	max-width: max(950px, 1050rem);
	gap: 48px 0;
	margin: 0 0 48px;
}
.project-stat-item {
	display: flex;
	align-items: flex-end;
	gap: max(40px, 60rem);
	width: 50%;
}
.project-stat-name {
	margin: 0 0 -3px;
	font-size: 22px;
	color: rgba(24, 48, 108, 0.8);
}
.project-stat-value {
	font-weight: 500;
	font-size: 60px;
	line-height: 115%;
	letter-spacing: -0.03em;
}

/************************* about *************************/
.about-main {
	padding: max(100px, 150rem) 0 max(100px, 160rem);
}
.about-company {
	padding: max(70px, 80rem) 0 max(60px, 80rem);
    margin: 0 0 max(100px, 140rem);
    border-top: 4px solid var(--blue);
    border-bottom: 4px solid var(--blue);
}
.about-company-title {
	position: relative;
	max-width: max(320px, 550rem);
	font-weight: 700;
	font-size: max(48px, 90rem);
}
.about-company-title::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: max(240px, 425rem);
	content: '';
	width: max(116px, 247rem);
	height: max(129px, 276rem);
	background: url(../images/and.svg) 50% 50% no-repeat;
	background-size: contain;
}
.about-company-title span {position: relative;}
.photo-block, .photo-col {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: max(10px, 20rem);
}
.photo-block {
	margin: 0 0 max(100px, 140rem);
}
.photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.photo-item-big {
	grid-column: 1 / 3;
}
.photo-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(37px, 45rem) max(30px, 70rem) max(31px, 45rem);
	background: var(--blue);
	border-radius: 20px;
}
.photo-text-wrap {
	color: rgba(255, 255, 255, 0.8);
}
.photo-text-wrap p:last-child {margin: 0;}
.history h2 {
	margin: 0 0 max(20px, 35rem);
}
.history .box-text {
	margin: 0 0 max(20px, 35rem);
}
.box-list-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-list-block .box-list {
	width: 48%;
}
.box-list {
	padding: 0 0 0 20px;
}
.box-list li {
	list-style-type: disc;
	color: var(--orange);
}
.box-list a {
	position: relative;
	color: var(--orange);
	text-decoration: none;
}
.box-list a::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--orange);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.box-list a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
.about-blue {
	padding: max(100px, 130rem) 0;
	background: var(--blue) url(../images/globe-bg.svg) 50% 50% no-repeat;
	background-size: cover;
}
.about-blue .num {
	margin-bottom: max(100px, 130rem);
}
.about-blue .box {
	color: var(--white);
}
.about-blue h2 {
	max-width: max(440px, 760rem);
	margin: 0 0 max(20px, 40rem);
}
.about-blue .box-text {
    margin: 0 0 max(30px, 70rem);
	color: rgba(255, 255, 255, 0.8);
}

/************************* contacts *************************/
.contacts {
	padding: 190px 0 max(100px, 150rem);
	border-bottom: 4px solid var(--blue);
}
.contacts-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: max(24px, 36rem);
	margin: 0 0 20px;
	text-align: center;
}
.contacts-top-text {
	max-width: max(900px, 1060rem);
	font-weight: 500;
	font-size: max(22px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
}
.contacts-info {
	display: flex;
	align-items: flex-end;
}
.contacts-map {
	width: 36.5%;
}
.contacts-map img {
	width: 103%;
	margin: 0 0 0 -5%;
}
.contacts-info-content {
	width: 64.5%;
	padding: 0 0 0 max(50px, 110rem);
}
.adress-list {
	display: flex;
	flex-wrap: wrap;
	gap: 46px 0;
	margin: 0 0 max(50px, 80rem);
}
.adress-item {
	width: 33.33%;
	padding: 0 10px 0 0;
}
.adress-title {
	margin: 0 0 max(16px, 26rem);
	font-weight: 500;
	font-size: var(--button);
}
.adress-text {
	margin: 0 0 max(20px, 30rem);
	color: rgba(24, 48, 108, 0.8);
}
.adress-link {
	position: relative;
	color: var(--orange);
	text-decoration: none;
}
.adress-link::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--orange);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.adress-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
.adress-line-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.adress-line-item {
	width: 33.33%;
	padding: 0 10px 0 0;
}
.contacts-main {
	display: flex;
}
.contacts-side {
	width: 32%;
	padding: max(50px, 110rem) max(60px, 125rem) 40px;
	color: var(--white);
	background: var(--blue);
}
.contacts-content {
	width: 68%;
	padding: max(50px, 88rem) max(50px, 209rem) max(100px, 142rem);
}
.contacts-side-wrap {
	position: sticky;
	top: 60px;
}
.contacts-side .person-info {
	gap: max(14px, 20rem);
	margin: 0 0 max(40px, 60rem);
}
.contacts-side .person-name {
	font-size: 34px;
}
.contacts-side .person-company {
	font-size: max(20px, 24rem);
}
.contacts-side .person-links {
	gap: max(20px, 24rem);
	margin: 0;
}
.contacts-content h2 {
	margin: 0 0 max(28px, 54rem);
}
.contacts-content h3 {
	margin: 0 0 max(16px, 26rem);
}
.contacts-content h3 + h3 {
	padding-top: 10px;
}
.contacts-text {
	margin: 0 0 40px;
	color: rgba(24, 48, 108, 0.8);
}
.contacts-text + h3 {
	padding-top: 16px;
}
.contacts-text:last-child,
.contacts-text p:last-child {margin: 0;}
.contacts-form {
	position: relative;
	max-width: max(600px, 724rem);
	margin: 0 0 max(65px, 87rem);
}
.form-button .button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.button svg {
	margin: 2px 0 0;
}
.button path {
	fill: var(--white);
	transition: all 0.3s linear;
}
.button:hover path {
	fill: var(--orange);
}
.input-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input-line .wpcf7-form-control-wrap {
	width: calc(50% - 7px);
}
.form-sent .contacts-form-main {
	opacity: 0;
	visibility: hidden;
}
.contacts-form-result {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.form-sent .contacts-form-result {
	display: flex;
}
.form-result-title {
	font-size: var(--h1);
	font-weight: 500;
	line-height: 112%;
	letter-spacing: -0.03em;
}
.form-result-text {
	color: rgba(24, 48, 108, 0.8);
}

/************************* services *************************/
.serv-main {
	padding: max(150px, 190rem) 0 max(100px, 120rem);
}
.serv-top {
	margin: 0 0 max(60px, 95rem);
}
.serv-top h1 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-align: center;
	border-bottom: 4px solid var(--blue);
}
.serv-text {
	max-width: max(480px, 620rem);
	margin: 0 auto;
	font-weight: 500;
	font-size: max(22px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
	text-align: center;
	color: rgba(24, 48, 108, 0.8);
}
.serv-list {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
    gap: max(10px, 20rem);
}
.serv-item {
	overflow: hidden;
	position: relative;
	color: var(--white);
	text-decoration: none;
	background: var(--blue);
	border-radius: 20px;
}
.serv-item-bg {
	width: 100%;
	opacity: 0;
	transition: all .8s ease;
}
.serv-item:hover .serv-item-bg {
	opacity: 1;
	transform: scale(1.05);
}
.serv-name {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-weight: 500;
	font-size: max(22px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
}
.serv-item::after {
    position: absolute;
    top: 13px;
    right: 13px;
    content: '';
    width: max(21px, 23rem);
    height: max(21px, 23rem);
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    background-size: contain;
}
.serv-blue {
	padding: max(100px, 150rem) 0 100px;
	background: var(--blue) url(../images/globe-bg.svg) 50% 50% no-repeat;
	background-size: cover;
}
.serv-blue .box {
	margin-bottom: 100px;
}
.highlight-content {
	position: relative;
	color: var(--white);
}
.highlight-content .slick-dots {
	position: absolute;
	top: 10px;
	left: max(290px, 330rem);
}
.slick-dots {
	gap: 6px;
}
.highlight-content .slick-dots button {
	width: 9px;
	height: 9px;
}
.highlight-content .slick-dots .slick-active button {
	width: 55px;
}
.highlight-category {
	margin: 0 0 max(20px, 32rem);
	font-weight: 500;
	font-size: var(--button);
}
.highlight h2 {
	margin: 0 0 max(20px, 30rem);
}
.highlight-text {
	max-width: max(340px, 440rem);
	margin: 0 0 max(40px, 50rem);
	color: rgba(255, 255, 255, 0.8);
}
.highlight-photo {
	color: var(--white);
}
.highlight-photo-slide img {
	width: 100%;
	border-radius: 20px;
}
.show-mob {display: none;}
.button .show-mob {display: none;}

/************************* careers *************************/
.career-about {
	padding: max(100px, 160rem) 0 86px;
}
.career-top {
	align-items: flex-start;
	padding: max(60px, 100rem) 0 max(37px, 100rem);
	margin: 0 0 max(65px, 86rem);
	border-top: 4px solid var(--blue);
	border-bottom: 4px solid var(--blue);
}
.career-top h1 {
	max-width: max(260px, 620rem);
	font-weight: 700;
	font-size: max(48px, 90rem);
}
.career-top .box-text {
	max-width: max(640px, 840rem);
}
.career-info .box-text {
	max-width: max(500px, 610rem);
}
.career-info .box-text b {color: var(--orange);}
.career-blue {
	padding: max(100px, 130rem) 0 max(74px, 114rem);
	background: var(--blue);
}
.career-blue .num {
	margin-bottom: max(100px, 125rem);
}
.career-future-text {
	margin: 0 0 max(35px, 50rem);
	font-weight: 500;
	font-size: var(--h2);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: var(--white);
}
.career-future-text span {font-style: italic;}
.career-bottom {
	padding: max(100px, 111rem) 0;
	text-align: center;
}
.career-bottom h2 {
	margin: 0 0 max(20px, 55rem);
}
.career-bottom-text {
	max-width: max(780px, 960rem);
	margin: 0 auto;
	color: rgba(24, 48, 108, 0.8);
}

/************************* employee (employee all) *************************/
.employee {
	padding: max(192px, 203rem) 0 max(100px, 141rem);
}
.employee-top {
	margin: 0 0 max(50px, 67rem);
}
.employee-top h1 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	text-align: center;
	border-bottom: 4px solid var(--blue);
}
.orange {color: var(--orange);}
.employee-text {
	max-width: max(760px, 900rem);
	margin: 0 auto;
	font-weight: 500;
	font-size: max(22px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
	text-align: center;
	color: rgba(24, 48, 108, 0.8);
}
.employee-main {
	max-width: max(640px, 1192rem);
	margin: 0 auto;
}
.employee-block {
	display: flex;
	flex-wrap: wrap;
	gap: max(10px, 20rem) 0;
	margin: 0 min(-5px, -10rem) 20px;
}
.employee-block:last-child {margin-bottom: 0;}
.employee-col {
	width: 33.33%;
	padding: 0 max(5px, 10rem);
}
.employee-item {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	height: max(173px, 374rem);
	padding: max(10px, 28rem) 0 0 max(14px, 30rem);
	color: var(--white);
	text-decoration: none;
	background-color: var(--blue);
	transition: none;
	border-radius: max(20px, 27rem);
}
a.employee-item::after {
	position: absolute;
	top: max(12px, 40rem);
	right: max(12px, 28rem);
	content: '';
	width: max(21px, 31rem);
	height: max(21px, 31rem);
	background: url(../images/arrow.svg) 50% 50% no-repeat;
	background-size: contain;
}
a.employee-item:hover .employee-photo {
	transform: scale(1.1);
}
.employee-photo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: max(117px, 245rem);
	transition: all 0.5s ease-in-out;
}
.links-line {
	display: flex;
	justify-content: space-between;
}
.link-more, .link-up {
	display: flex;
	align-items: center;
	gap: max(10px, 24rem);
	font-weight: 500;
	font-size: max(22px, 24rem);
	line-height: 130%;
	color: var(--orange);
	text-decoration: none;
}
.link-up {
	opacity: 0.5;
}
.link-up:hover {
	opacity: 1;
}
.link-more span, .link-up span {
	position: relative;
}
.link-more span::after, .link-up span::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--orange);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.link-more:hover span::after, .link-up:hover span::after {
	transform: scaleX(1);
	transform-origin: left;
}

/************************* person (employee personal page) *************************/
.person {
	display: flex;
	padding: max(80px, 136rem) 0 0;
}
.person-side {
	width: 32%;
	padding: 40px max(60px, 125rem);
	color: var(--white);
	background: var(--blue);
}
.back {
	display: flex;
	margin: 0 0 34px;
}
.back:last-child {
	margin: 0;
}
.back-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: max(22px, 24rem);
	line-height: 130%;
	color: var(--blue);
	text-decoration: none;
}
.back-link span {
	position: relative;
}
.back-link span::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--orange);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.back-link:hover span::after {
	transform: scaleX(1);
	transform-origin: left;
}
.person-side .back-link {color: white;}
.person-side .back-link span::after {background: white;}
.person-photo {
	margin: 0 0 max(18px, 44rem);
}
.person-photo img {
	width: 100%;
	border-radius: 20px;
}
.person-info {
	display: flex;
	flex-direction: column;
	gap: max(10px, 14rem);
	margin: 0 0 max(16px, 40rem);
}
.person-name {
	font-size: max(22px, 34rem);
}
.person-company {
	font-weight: 500;
	font-size: max(18px, 24rem);
}
.person-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: max(10px, 14rem);
	margin: 0 0 max(50px, 60rem);
}
.person-links:last-child {margin: 0;}
.person-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	font-size: max(22px, 24rem);
	line-height: 130%;
	color: var(--white);
	text-decoration: none;
}
.person-link span {position: relative;}
.person-link span::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 2px;
	background: var(--white);	
	transform: scaleX(1);
    transform-origin: left;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.person-link:hover span::after {
	transform: scaleX(0);
	transform-origin: right;
}
.person-link img {
	transform: scale(-1, 1);
}
.person-medal img {
	width: max(120px, 200rem);
}
.person-content {
	width: 68%;
	padding: 98px max(10px, 65rem) 48px max(10px, 50rem);
}
.person-content h1 {
	margin: 0 0 max(60px, 95rem);
}
.person-about {
	max-width: max(720px, 890rem);
	margin: 0 0 max(44px, 170rem);
}
.person-about h3 {
	margin: 0 0 18px;
	padding: 60px 0 0;
	font-size: max(22px, 34rem);
}
.person-about h3:first-child {
	padding: 0;
}
.person-about p,
.person-about li,
.person-about span {
	color: rgba(24, 48, 108, 0.8);
}
.person-about p a,
.person-about li a {
	color: rgba(24, 48, 108, 0.8);
}
.person-about ul {
	padding: 0 0 0 max(20px, 24rem);
}
.person-about ul li {
	list-style: disc;
}
.person-mob-title {display: none;}

/************************* article *************************/
.article {
	overflow: hidden;
	padding: max(185px, 190rem) 0 max(60px, 260rem);
}
.article h1 {
	margin: 0 0 max(44px, 144rem);
	text-align: center;
}
.article-wrap {
	max-width: max(720px, 890rem);
	margin: 0 auto;
}
.article-wrap h3 {
	margin: 0 0 18px;
	padding: 60px 0 0;
	font-size: max(22px, 34rem);
}
.article-wrap h3:first-child {
	padding: 0;
}
.article-wrap p,
.article-wrap li,
.article-wrap span {
	color: rgba(24, 48, 108, 0.8);
}
.article-wrap p a,
.article-wrap li a {
	color: rgba(24, 48, 108, 0.8);
	word-break: break-all;
}
.article-wrap ul {
	padding: 0 0 0 max(20px, 24rem);
}
.article-wrap ul li {
	list-style: disc;
}

/************************* 404 *************************/
.page404 {
	padding: max(197px, 301rem) 0 max(114px, 151rem);
}
.page404-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.page404-num {
	margin: 0 0 max(44px, 56rem);
}
.page404-num img {
	display: block;
	width: max(299px, 795rem);
}
.page404-block h3 {
	margin: 0 0 26px;
	font-size: max(22px, 34rem);
}
.page404-text {
	max-width: max(290px, 400rem);
	margin: 0 0 58px;
	font-weight: 500;
	font-size: max(18px, 26rem);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: rgba(24, 48, 108, 0.8);
}
.page404-block .button {
	min-width: max(360px, 412rem);
}

/************************* footer *************************/
.footer {
	margin: auto 0 0;
	padding: 45px 0 20px;
	color: var(--white);
	background: var(--dark_blue);
}
.footer-logo img {
    display: block;
    width: max(137px, 241rem);
}
.footer-top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 max(50px, 86rem);
}
.footer-col {
	width: 27%;
}
.footer-col:first-child {
	width: 33%;
}
.footer-title {
	margin: 0 0 14px;
	font-weight: 500;
	font-size: max(18px, 24rem);
}
.footer-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.footer-nav a {
	position: relative;
	font-size: var(--body_small);
	line-height: 115%;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}
.footer-nav a:hover {
	color: rgba(255, 255, 255, 1);
}
.footer-nav a::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--white);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.footer-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
.footer-webs {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: max(15px, 23rem);
}
.footer-web {
	position: relative;
	border-radius: 50%;
}
.footer-web::before {
	position: absolute;
	inset: 0;
	content: '';
	border: 1px solid var(--white);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s linear;
}
.footer-web svg {display: block;}
.footer-web path {
	fill: var(--white);
	transition: all 0.3s linear;
}
.footer-web:hover {
	background-color: var(--white);
}
.footer-web:hover path {
	fill: var(--dark_blue);
}
.footer-web:hover::before {
	opacity: 1;
}
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--body_small);
}
.footer-link {
	position: relative;
	color: var(--white);
	text-decoration: none;
}
.footer-link::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
	height: 1px;
	background: var(--white);	
	transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-out-expo);
    width: 100%;
}
.footer-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/************************* popups *************************/
.popup {
	display: none;
	width: 356px;
	border-radius: 10px;
}
.popup.fancybox-content {padding: 47px 36px 36px;}
.popup-title {
	margin: 0 0 13px;
	font-family: 'Alice';
	font-size: 40px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}



/************************* media *************************/
@media screen and (max-width: 1600px) {
	.serv-list {
		grid-template-columns: repeat(7, 1fr);
	}
	.main-serv {
		margin-top: -120rem;
	}
	.hero-img img {
		max-height: calc(100dvh - 120rem);
	}
}
@media screen and (max-width: 1440px) {
	.person-side {
		padding: 40px max(25px, 65rem);
	}
	.contacts-side {
		padding: max(50px, 110rem) max(25px, 65rem) 40px;
	}
	.contacts-content {
		padding: max(50px, 88rem) max(50px, 120rem) max(100px, 142rem);
	}
	.category-side {
		padding: 98px max(25px, 65rem) 94px;
	}
	.category-content {
		padding: 92px max(25px, 65rem) 54px;
	}
}
@media screen and (max-width: 1300px) {
	.serv-list {
		grid-template-columns: repeat(6, 1fr);
	}
	.main-serv {
		margin-top: -142rem;
	}
	.hero-img img {
		max-height: calc(100dvh - 142rem);
	}
	.adress-item, .adress-line-item {
		width: 50%;
	}
	.contacts-map {
		width: 45%;
	}
	.contacts-info-content {
		width: 55%;
		padding: 0 0 0 max(50px, 110rem);
	}
	.contacts-top {
		margin: 0 0 54px;
	}
	.contacts-info {
		align-items: flex-start;
	}
	.project-stat-item {
		width: 100%;
	}

}
@media screen and (max-width: 1024px) {
	.header-logo img {
		transition-delay: 0.3s;
	}
	.header-logo.vis .logo-blue {
		opacity: 0;
	}
	.header-logo.vis .logo-white {
		opacity: 1;
	}
	.mob-nav-icon {
		display: flex;
	}
	.mob-nav-icon.active::after {
		border-color: var(--white);
	}
	body.lock {overflow: hidden;}
	.header-nav {
		display: flex;
        flex-direction: column;
		align-items: flex-start;
    	justify-content: flex-start;
        position: fixed;
        top: 80px;
        left: 100%;
		height: calc(100dvh - 80px);
        margin: 0;
		z-index: 555;
		width: 100%;
		padding: 36px 16px;
		transform: none;
        transition: all 0.4s ease-in-out;
        pointer-events: none;
        overflow: hidden;
		opacity: 0;
    }
	.header-nav.vis {
        pointer-events: all;
        left: 0;
		transition-delay: 0.5s;
		opacity: 1;
    }
	.header-nav-bg {
		position: absolute;
		inset: 0;
		display: block;
		pointer-events: none;
	}
	.header-nav-round {
		display: block;
		position: absolute;
		border-radius: 50%;
		width: 284vmax;
		height: 284vmax;
		top: -140vmax;
		left: -141vmax;
		transform: scale(0);
		transform-origin: 50% 50%;
		transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
		will-change: transform;
		background: var(--dark_blue);
	}
	.active .header-nav-round {
		transform: scale(1);
	}
	.header-nav-list {
		flex-direction: column;
		gap: 30px;
		width: 100%;
		margin: auto 0;
		padding: 0 0 30px;
	}
	.header-nav-list a {
		line-height: 115%;
		color: var(--white);
	}
	.header-nav-list a:hover,
	.header-nav-list a.active {
		color: var(--white);
	}
	.header-nav-list a.active::after {
		display: none;
	}
	.header-nav .button {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		min-width: 1px;
		color: var(--orange);
		background: var(--white);
		border: 1px solid var(--white);
	}
	.header-nav .button:hover {
		color: var(--white);
		background: transparent;
	}
	.employee-item {
		height: max(173px, 450rem);
	}
	.person {
		display: block;
	}
	.person-mob-title {
		display: block;
		padding: 112px max(10px, 65rem) 40px;
		text-align: center;
	}
	.person-side {
        width: auto;
		padding: 40px max(10px, 65rem);
    }
	.person-content {
		width: auto;
		padding: 90px max(10px, 65rem) 48px;
	}
	.person-content h1 {
		display: none;
	}
	.person-side-block {
		display: flex;
	}
	.person-photo {
		margin: 0 max(24px, 65rem) 0 0;
		width: max(240px, 600rem);
	}
	.person-side-content {
		flex: 1;
	}
	.box {
		display: block;
	}
	.box-col {
		width: auto;
	}
	.career-future .box-img {
		margin: 0 0 max(10px, 50rem);
	}
	.career-info {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.career-top {
		margin: 0 0 100px;
	}
	.career-top h1 {
		margin: 0 0 max(28px, 60rem);
	}
	.career-info .box-img {
		margin: 0 0 max(20px, 80rem);
	}
	.num-block {
		flex-direction: column;
		align-items: stretch;
	}
	.num-info {
		width: auto;
		padding: 0 0 50px;
		text-align: center;
	}
	.num-list {
		width: auto;
	}
	.num-info-text {
		margin: 0 0 24px;
	}
	.serv-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.show-desk {display: none;}
	.show-mob {display: block;}
	.highlight-photo-slide img {
		margin: 0 0 54px;
	}
	.highlight-text {
		margin: 0 0 55px;
	}
	.about-blue .box-img {
		margin: 0 0 max(20px, 70rem);
	}
	.about-company-title {
		margin: 0 0 30px;
	}
	.history {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.history .box-img {
		margin: 0 0 20px;
	}
	.photo-block {
		grid-template-columns: repeat(1, 1fr);
	}
	.photo-item-big {
		grid-column: auto;
	}
	.contacts {border-bottom: 0;}
	.contacts-info {
		display: block;
	}
	.contacts-map {
		display: flex;
		justify-content: center;
		width: auto;
		margin: 0 0 30px;
	}
	.contacts-map img {
		width: 100%;
		margin: 0;
		max-width: 480px;
	}
	.contacts-info-content {
		width: auto;
		padding: 0;
	}
	.adress-item, .adress-line-item {
        width: 33.33%;
    }
	.contacts-main {display: block;}
	.contacts-side {
		width: auto;
		padding: 75px max(10px, 65rem) 70px;
	}
	.contacts-content {
		width: auto;
		padding: 100px max(10px, 65rem) max(100px, 142rem);
	}
	.category {display: block;}
	.category-side {
		width: auto;
		padding: 60px max(10px, 65rem);
	}
	.category-content {
		width: auto;
		padding: 100px max(10px, 65rem);
	}
	.main-serv {
		margin-top: -215rem;
	}
	.hero-img img {
		max-height: calc(100dvh - 220rem);
	}
	.main-about .box-img,
	.main-career .box-img {
		margin: 0 0 max(20px, 50rem);
	}
	.main-future h1 {
		margin: 0 0 max(20px, 50rem);
	}
	.main-person-img {
		width: calc(50% - 15px);
	}
	.main-person-content {
		width: calc(50% - 15px);
	}

	
	
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 50px 0 23px;
	}
	.footer-top {
		padding: 0 0 85px;
	}
	.footer-col {
		width: 50%;
	}
	.footer-col:first-child {
		width: 100%;
	}
	.footer-logo {
		margin: 0 0 50px;
	}
	.footer-webs {
		padding: 0 10px 0 0;
	}
	.footer-title {
		margin: 0 0 30px;
		font-weight: 400;
	}
	.footer-nav {
		gap: 20px;
	}
	.footer-bottom {
		gap: 26px 0;
	}
	.footer-bottom .footer-col:nth-child(1){order: 3;}
	.footer-bottom .footer-col:nth-child(2){order: 1;}
	.footer-bottom .footer-col:nth-child(3){order: 2;}
	.footer-link {
		font-size: var(--body_small);
		line-height: 115%;
		color: var(--white);
		text-decoration: none;
		opacity: 0.5;
	}
	.footer-link:hover {opacity: 1;}
	.footer-link::after {display: none;}
	.footer-copy {
		font-size: 18px;
	}
	h1, .h1 {
		font-weight: 700;
		line-height: 110%;
	}
	h2, .h2 {
		font-weight: 700;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	.page404-block h3 {
		order: -1;
		max-width: max(310px, 360rem);
		margin: 0 auto 32px;
	}
	.employee-col {
		width: 50%;
	}
	.employee-item {
		height: max(180px, 800rem);
	}
	.employee-item h3 {
		margin-right: 45px;
	}
	.num {
		padding: 74px max(10px, 65rem);
	}
	.num-list {
		gap: 100px;
	}
	.num-item {
		width: 100%;
	}
	.num-text {
		font-weight: 500;
		line-height: 115%;
	}
	.serv-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.adress-item, .adress-line-item {
        width: 50%;
    }
	.input-line .wpcf7-form-control-wrap {
		width: 100%;
	}
	.main-serv {
		margin-top: -290rem;
	}
	.hero-img img {
		max-height: calc(100dvh - 290rem);
	}
	.main-person {
		display: block;
		margin: 0 0 100px;
	}
	.main-person-img {
		display: block;
		width: auto;
	}
	.main-person-img img {
		width: 100%;
		max-width: none;
	}
	.main-person-content {
		width: auto;
		padding: 36px 0 0;
	}
	.main-person-text {
		margin: 0 0 40px;
	}
	

}
@media screen and (max-width: 576px) {
	#wrapper {overflow: hidden;}
	.button {
		width: 100%;
		padding: 14px 5px 17px;
	}
	.page404-block .button {
		min-width: 1px;
	}
	.employee-top {
		margin: 0 0 100px;
	}
	.employee-top h1 {
		padding: 0 0 25px;
	}
	.employee-block {margin-bottom: 45px;}
	.person-side-block {
		display: block;
	}
	.person-photo {
		margin: 0 0 max(18px, 44rem);
		width: auto;
	}
	.person-side {
		padding: 48px max(10px, 65rem) 70px;
	}
	.person-side-content {
		flex: 1;
	}
	.person-medal {
		text-align: center;
	}
	.person-medal img {
		width: 200px;
	}
	.person-company {
		font-weight: 400;
	}
	.career-future-text {
		margin: 0 0 50px;
	}
	.serv-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.serv-main {
		padding: 240px 0 max(100px, 120rem);
	}
	.serv-top {
		margin: 0 0 124px;
	}
	.box-list-block {
		flex-direction: column;
		gap: 30px;
	}
	.box-list-block .box-list {
		width: auto;
	}
	.contacts-map {
		margin: 0;
	}
	.adress-item, .adress-line-item {
        width: 100%;
    }
	.contacts-side-wrap {
		position: relative;
		top: auto;
	}
	.contacts-side .person-info {
		gap: 18px;
		margin: 0 0 72px;
	}
	.contacts-side .person-name {
		font-weight: 700;
		font-size: 36px;
	}
	.contacts-form {
		margin: 0 0 100px;
	}
	.category-side {
		padding: 100px max(10px, 65rem) 94px;
		background: var(--blue) url(../images/globe-bg-2-mob.svg) 50% 50% no-repeat;
    	background-size: cover;
	}
	.category-text {
		margin: 0 0 100px;
		font-weight: 400;
		line-height: 130%;
		letter-spacing: 0.01em;
	}
	.project-list {
		gap: 100px;
		margin: 0 0 90px;
	}
	.project-top {
		padding: 0 0 22px;
		margin: 0 0 70px;
	}
	.project-top h2 {
		margin: 0 0 20px;
	}
	.project-icons {
		top: auto;
		bottom: 20px;
	}
	.project-stat {
		gap: 70px 0;
		margin: 0 0 55px;
	}
	.project-stat-item {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.project-stat-name {
		font-weight: 500;
	}
	.main-serv {
		margin-top: -440rem;
	}
	.hero-img img {
		max-height: calc(100dvh - 440rem);
	}
	.highlight-photo-slide img {
		height: 280px;
		object-fit: cover;
	}
	.highlight-photo  .slick-dots {
		position: absolute;
		top: 295px;
		left: 0;
		right: 0;
	}
	.button .show-mob {display: inline;}


}