@charset "utf-8";

@font-face {
	font-family: 'Inter';
	src: local('Inter-Regular'),
		url('fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'FliegeMono';
	src: local('FliegeMono-SemiBold'),
		url('fonts/FliegeMono-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'FliegeMono';
	src: local('FliegeMono-Bold'),
		url('fonts/FliegeMono-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

body, html{
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	color:#000;
	margin:0;
	padding:0;
	line-height:150%;
	cursor:default;
	text-align:left;
	min-width: 100%;
	background:#fff;
}
p{
	margin:0
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
form{
	margin:0;
}
::selection {
	background:#33333340 !important;
}
::-moz-selection {
	background:#33333340 !important;
}
h1, .title{
	font-family: FliegeMono, Arial, sans-serif;
	font-weight: bold;
	font-size:37px;
	line-height:120%;
	text-align:left;
	text-transform:uppercase;
}
h1{
	margin-top:0;
	padding-top:0;
	margin-bottom: 25px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a{
	color:inherit;
	text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title a:hover{
	color:#5f9cd1;
	text-decoration:none;
}
*{
	outline:none !important;
	box-sizing:border-box;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.wrapper:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:#fff;
	z-index:-1;
	opacity:0;
	transition:.3s opacity
}
.nowrap{
	white-space:nowrap
}
.hide{
	display:none
}
.container{
	width: 100%;
    max-width: 1318px;
    margin: 0 auto;
    padding: 0px 30px;
    position: relative;
}
.menu_btn{
	display: none;
    width: 42px;
	min-width: 42px;
    padding: 10px 0;
    box-sizing: border-box;
	cursor:pointer;
}
.menu_btn:after,
.menu_btn:before,
.menu_btn span{
	content: "";
    display: block;
    height: 2px;
    background: #000;
    margin: 6px 0;
	transition:.3s all;
}
.about__item--mobile{
	display:none
}

.header{
	padding:40px 0;
}
.header__inner{
	display:flex;
	align-items: center;
    justify-content: space-between;
	gap:140px
}
.header__logo{
	flex:0 1 220px;
	min-width: 220px;
}
.header__menu{
	flex:0 1 891px;
	border-bottom:2px solid
}
.header__menu-close{
	display:none
}
.header__menu-ul,
.header__menu-li{
	list-style:none;
	padding:0;
	margin:0
}
.header__menu-ul{
	display:flex;
	align-items: center;
	gap:62px;
}
.header__menu-li{
	padding:0px 0 10px;
	line-height: 20px;
	white-space:nowrap
}
.header__menu-link{
	text-transform:lowercase;
}

.hero{
	padding:144px 0 288px
}
.hero__title{
	margin:0 -4px;
	font-size:80px;
	line-height:72px;
}
.hero__line{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	position: relative;
}
.hero__line--mobile{
	display:none
}
.hero__line span{
	position:relative;
	z-index:2;
}
.hero__border{
	border-bottom: 2px solid;
    display: inline-block;
    vertical-align: top;
}
.hero__line--one{
	max-width:734px;
}
.hero__line--two{
	max-width:731px;
}
.hero__line--two:before{
	content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/arrow.svg) no-repeat 50% 50% / contain;
    bottom: 9px;
    right: -97px;
}
.hero__line--two img{
	position: absolute;
    right: -273px;
    bottom: 10px;
	z-index: 1;
}
.hero__line--three{
    margin-left: 394px;
    margin-right: -42px;
}
.hero__line--four{
	max-width:446px;
	margin-top:38px;
}
.hero__line--five{
	margin-left: 395px;
	max-width:577px
}
.hero__line--five:before{
	content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background: url(images/arrow.svg) no-repeat 50% 50% / contain;
    bottom: 11px;
    left: -99px;
}
.hero__line--six{
	justify-content: flex-end;
}
.hero__line--six img{
	position: absolute;
    left: 296px;
    top: 1px;
}

.block__title{
	margin:0;
	text-transform:lowercase;
	border-bottom:2px solid;
	padding-bottom:10px;
	font-weight:400;
	font-size:18px;
	line-height:20px;
}

.about{
	margin-bottom:104px;
	padding:40px 0
}
.about__inner{
	display:flex;
	gap:30px;
	margin-top:22px;
	justify-content: space-between;
}
.about__column--left{
	flex:0 1 332px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about__column--center{
	flex:0 1 552px;
	font-size:18px;
	text-transform:uppercase;
	line-height:38px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding-top: 61px;
}
.about__column--center p:not(:last-child){
	margin-bottom:30px
}
.about__column--right{
	flex: 0 1 250px;
    max-width: 250px;
}
.about__item-title{
	font-family: FliegeMono, Arial, sans-serif;
	font-weight:600;
	font-size:80px;
	line-height:84px;
	white-space:nowrap;
	margin-left: -4px;
}
.about__item-desc{
	font-family: FliegeMono, Arial, sans-serif;
	font-weight:600;
	font-size:36px;
	line-height:38px;
	text-transform:uppercase;
	margin-left: -2px;
}
.about__item-image{
	margin-top:20px
}

.direction{
	margin-bottom:116px;
	padding:40px 0
}
.direction__item{
	display:flex;
	gap:30px;
	border-bottom:2px solid;
	padding:12px 0;
	transition:.2s color, .2s background
}
.direction__item:hover{
	color:#fff;
	background:#000
}
.direction__item--top{
	padding:22px 0 90px 
}
.direction__item-number{
	flex:0 1 364px;
	line-height:20px;
}
.direction__item-label{
	flex:0 1 864px;
	display: flex;
    gap: 30px;
    justify-content: space-between;
}
.direction__item-label-text{
	line-height:26px;
	text-transform:uppercase;
	max-width: 800px;
}
.direction__item-title{
	flex: 0 1 580px;
}
.direction__item-title-text{
	font-family: FliegeMono, Arial, sans-serif;
	font-weight:600;
	font-size:36px;
	line-height:38px;
	max-width: 440px;
	position:relative
}
.direction__item-title-text:before,
.direction__item-title-text:after{
	content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    top: 0;
    left: -75px;
}
.direction__item-title-text:before{
	z-index:1;
	background: url(images/arrow.svg) no-repeat 50% 50% / contain;
}
.direction__item-title-text:after{
	z-index:2;
	background: url(images/arrow-white.svg) no-repeat 50% 50% / contain;
	opacity:0;
	transition:.2s opacity
}
.direction__item:hover .direction__item-title-text:after{
	opacity:1
}
.direction__item-desc{
	flex:0 1 254px;
	line-height:20px;
}

.interview{
	padding:40px 0;
	margin-bottom: 104px;
}
.interview__inner{
	display: flex;
    gap: 110px;
    justify-content: flex-start;
    align-items: flex-start;
}
.interview__video{
	flex:0 1 284px;
	
}
.interview__video-image{
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.interview__video-image:after{
	background:url(images/play.svg) no-repeat 50% 50%/contain;
	width:62px;
	height:62px;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	display:block;
	position: absolute;
    z-index: 1;
	transition:.2s transform
}
.interview__video-image:hover:after{
	transform:scale(1.1)
}
.interview__video-img{
	width:254px;
	height:136px;
}
.interview__content{
	flex:0 1 437px
}
.interview__title{
	margin:-4px 0px 60px -1px;
	font-family: FliegeMono, Arial, sans-serif;
	font-weight:600;
	font-size:36px;
	line-height:38px;
}
.interview__title-link{
	cursor:pointer;
}
.interview__title-link span{
	border-bottom: 2px solid;
    display: inline-block;
    vertical-align: top;
	line-height: 28px;
	text-shadow: -2px 0px 0px #fff;
}
.interview__title-link{
	text-decoration:none !important;
	color:inherit!important;
}
.interview__title-link:hover span{
	border-color:transparent;
}
.interview__text p{
	margin:20px 0;
	line-height: 20px;
    font-size: 18px;
}
.interview__text p:first-child{
	margin-top:0;
}
.interview__text p:last-child{
	margin-bottom:0;
}

.consultation{
	margin-bottom:178px;
	padding:40px 0
}
.consultation__contact{
	font-family: FliegeMono, Arial, sans-serif;
	font-weight:600;
	font-size:36px;
	line-height:38px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 76px;
}
.consultation__contact-link--phone{
	cursor:default
}
.consultation__contact-link--email{
	text-decoration:underline
}
.consultation__inner{
	display:flex;
	gap:30px;
	margin-top: 124px;
    justify-content: space-between;
    align-items: center;
}

.contact{
	padding:40px 0 92px
}
.contact__title{
	border:0
}
.contact__table{
	border-collapse:collapse;
	width:100%;
}
.contact__table td{
	border:2px solid;
	height:64px;
	padding:14px 12px;
	line-height:26px;
	text-transform:uppercase;
	vertical-align:bottom;
}
.contact__table td.contact__table-year{
	width:110px;
}

._anim_up_target {
  transform: translate(0px, 50%);
  opacity: 0;
  transition: all 0.9s ease 0s;
}
._active ._anim_up_target {
  transform: translate(0px, 0px);
  opacity: 1;
}

._anim_opacity_target {
  opacity: 0;
  transition: all 2s ease 0s;
}
._active ._anim_opacity_target {
  opacity: 1;
}

.interview-modal{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	display:none;
	background:#fff;
}
.interview-modal video{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    display: block;
    vertical-align: top;
    width: calc(100%);
    height: calc(100% - 82px);
	max-width:1260px;
	max-height:709px;
    margin: auto;
    background: #000;
}
.interview_active{
	overflow:hidden;
}
.interview_active .interview-modal{
	display:block;
}
.interview_active .wrapper:after{
	z-index:98;
	opacity:1;
}
.interview-modal-close{
	display:block;
	width:42px;
	height:42px;
	position:fixed;
	z-index:102;
	top:20px;
	right:20px;
	cursor:pointer;
	background:url(images/menu-close.svg) no-repeat 50% 50%/contain
}

@media screen and (max-width:1250px) {
	.hero__line--three {
        margin-left: 191px;
    }
}

@media screen and (max-width:1080px) {
	.header{
		padding:60px 0
	}
	.hero {
		padding: 20px 0 176px;
	}
	.container {
		max-width: 390px;
	}
	.hero__title {
		margin: 0 -2px;
		font-size: 48px;
		line-height: 43px;
	}
	.hero__line--one,
	.hero__line--two{
		flex-direction:column
	}
	.hero__comma{
		display:none
	}
	.header__menu{
		position:fixed;
		left:0;
		right:0;
		width:100%;
		top:-100%;
		bottom:auto;
		min-height:100vh;
		z-index: 99;
        background: #fff;
		transition:.3s top;
		border:0;
	}
	.header__menu-ul{
		position:absolute;
		bottom:82px;
		flex-direction:column;
		gap:36px;
		left: 0;
        right: 0;
	}
	.header__menu-li{
		width: 100%;
		padding:0;
	}
	.header__menu-link{
		font-family: FliegeMono, Arial, sans-serif;
		font-weight:700;
		display:block;
		padding:0 26px;
		border-bottom:2px solid;
		font-size:46px;
		line-height:40px;
		text-transform:uppercase;
	}
	.header__menu-close{
		display:block;
		width:42px;
		height:42px;
		margin:36px auto 0;
		cursor:pointer;
		background:url(images/menu-close.svg) no-repeat 50% 50%/contain
	}
	.menu_active{
		overflow:hidden
	}
	.menu_active .header__menu{
		top:0;
	}
	.menu_active .wrapper:after{
		z-index:98;
		opacity:1
	}
	.menu_btn{
		display:block;
		position: absolute;
	}
	.header__logo {
		flex: 0 1 140px;
		min-width: 140px;
		margin:0 auto
	}
	.header__inner{
		gap:0;
	}
	.hero__line--two{
		padding-bottom:50px;
	}
	.hero__line--two img {
		right: 0;
		bottom: 8px;
		width: 104px;
	}
	.hero__line--two:before {
		width: 38px;
        height: 38px;
        bottom: 8px;
        right: 159px;
	}
	.hero__line--three{
		margin-left:0;
		margin-right: -2px;
	}
	.hero__line--three .hero__border--mobile{
		display:none
	}
	.hero__line--three.hero__line--mobile{
		display:flex;
		margin-top: 3px;
	}
	.hero__border {
		vertical-align: baseline;
		line-height: 39px;
	}
	.hero__line--four {
		max-width: 261px;
		margin-top: 60px;
	}
	.hero__line--five{
		margin-left:0;
		flex-direction: column;
		align-items: flex-end;
		margin-bottom:3px;
	}
	.hero__line--five .hero__in{
		margin:0 auto 0 170px
	}
	.hero__line--five:before{
		width: 38px;
		height: 38px;
		bottom: auto;
		top:4px;
		left: 0;
	}
	.hero__line--six img{
		left:0;
		width:103px;
		top:50px
	}
	.block__title{
		font-size:14px;
	}
	.about__inner{
		flex-direction:column
	}
	.about__item-title {
		font-size: 48px;
		line-height: 52px;
		margin-left: -2px;
	}
	.about__item-desc {
		font-size: 24px;
		line-height: 28px;
	}
	.about__column--left{
		flex:auto;
		gap:36px;
	}
	.about__item--mobile{
		display: block;
        text-align: right;
        max-width: 280px;
        margin: 0 0 0 auto;
	}
	.about__item-image{
		width: 104px;
        margin: 22px 0 0 auto;
	}
	.about__inner{
		gap:36px;
	}
	.about__column--center{
		flex:auto;
		padding:0;
		font-size: 14px;
		line-height: 28px;
	}
	.about__column--center p:not(:last-child) {
		margin-bottom: 24px;
	}
	.about__column--right{
		display:none
	}
	.about {
		margin-bottom: 52px;
	}
	.direction__item-number{
		font-size:14px;
		min-width: 59px;
	}
	.direction__item--top,
	.direction__item-label{
		flex-direction:column
	}
	.direction__item-number,
	.direction__item-title,
	.direction__item-label,
	.direction__item-desc{
		flex:auto;
	}
	.direction__item-title-text{
		font-size:24px;
		line-height:28px;
	}
	.direction__item--top .direction__item-label{
		padding-left:71px;
	}
	.direction__item{
		gap:12px;
	}
	.direction__item-title-text:before, .direction__item-title-text:after {
		width: 38px;
		height: 38px;
		top: 8px;
		left: -71px;
	}
	.direction__item-desc{
		font-size:14px;
		line-height:16px;
	}
	.direction__item-label-text{
		font-size:14px;
		line-height:22px;
	}
	.direction {
		margin-bottom: 52px;
	}
	
	.interview {
		margin-bottom: 52px;
	}
	.interview__inner{
		flex-direction:column;
		gap: 36px;
	}
	.interview__video-image:after{
		width:44px;
		height:44px;
	}
	.interview__video-img{
		width:206px;
		height:110px;
	}
	.interview__content,
	.interview__video{
		flex:auto;
	}
	.interview__title {
		margin: 0px 0px 60px 0px;
		font-size: 24px;
		line-height: 28px;
	}
	.interview__title-link span {
		line-height: 21px;
	}
	.interview__text{
		padding-left:71px
	}
	.interview__text p {
		margin: 16px 0;
		line-height: 16px;
		font-size: 14px;
	}
	
	.consultation {
		margin-bottom: 62px;
	}
	.consultation__contact{
		font-size: 24px;
		line-height: 28px;
		gap:46px;
		width: 258px;
        margin: 0 0 0 auto;
	}
	.consultation__inner{
		margin-top: 66px;
		flex-direction:column;
		gap:80px;
	}
	.consultation__image{
		width:104px;
		margin: 0 0 0 auto;
	}
	
	.contact {
		padding: 40px 0 30px;
	}
	.contact__table td{
		font-size:14px;
		line-height:22px;
		padding: 12px 10px;
	}
	.contact__table td br{
		display:none
	}
	.interview-modal video{
		max-height:340px;
	}
}