* {
	box-sizing: border-box;
	scroll-margin-top: 7em;
}
ul.dropdown-menu.show {
	border-radius: .25em;
	gap: .9375em;
	padding: 1.25em 1.875em 1.875em;
	position: absolute;
	display: grid;

}
.dropdown-item{
	font-size: 1em;
	line-height: 1.25;
	padding: 0 1rem;
	
}
.dropdown-item:hover{
	color: #ff6700;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'TT Norms Pro';
}
.is_hidden {
	display: none!important;
}
a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a {
	transition: .3s all ease;
}

a, span, button {
	display: inline-block;
}

.wrapper {
	overflow: hidden;
	background-color: #f6f6f6;
}


header {
	color: #fff;
	height: 7em;
    width: 100%;
	left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 100;
	transition: .4s all ease;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 91, 169, 0.2) 50%);
}
header .white-header-bg {
	background-color: #fff;
	width: calc(50vw - 720px);
	height: 7em;
	margin-top: -15px;
	position: fixed;
    transition: transform .2s ease;
}
.header .logo-sticky {
	left: -10px;
}
header.sticky {
	background: #fff;
	height: 97px;
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link,
header.sticky .phone {
	color: #3a3a3a;
}
.header .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%;
	max-width: 120em;
    transition: transform .2s ease;
}
header .navbar {
	padding: 0;
}
@media screen and (min-width: 1280px) {
	.navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-between;
    }


}
@media (min-width: 2100px) {
	/* .header .container { */
		/* padding-right: calc(50vw - 1028px) !important; */
	/* } */
	/* .header .logo-wrapper {
	align-items: left !important;
    justify-content: left !important;
	} */
	header .white-header-bg {
		background-color: #fff;
		width: calc(50vw - 620px);
		height: 7em;
		margin-top: -15px;
		position: fixed;
	}
}
@media (max-width: 2099px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1em !important;
	}
}
@media (max-width: 1920px) {
	header .white-header-bg {
		width: 320px;
	}
}
.header .container {
    padding-right: 120px;
    padding-left: 6.25em;
    transition: transform .2s ease;
}
.header .logo-wrapper {
	align-items: left;
    display: flex;
    justify-content: left;
	/* background-color: #fff; */
    height: 100%;
    /* margin-right: 3.25em; */

     /* padding-left: calc(50vw - 960px); */
    /* padding-right: 5vw; */
    width: 200px;
}
.header .logo  {
	margin-top: -15px;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('../img/logo.svg');
	display: flex;
	position: relative;
    min-height: 7em;
    min-width: 12.5em;
    /* right: -3.125em; */
}
header.sticky .header .logo {
	min-height: 5em;
}
.header .phone {
	font-size: 18px;
    line-height: 1.39;
    margin-right: auto;
	font-weight: 500;
    min-width: 200px;
    position: relative;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: .2em;
    transition: text-decoration-color .3s;
    font-size: 18px;
    line-height: 1.39;
    margin-right: auto;
	margin-left: 3.125em;
	color: #fff;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav .nav-link {
	align-items: center;
    display: inline-flex;
    line-height: 1.25;
    border-radius: .25em;
     font-size: 1.175em; /*calc(.25vw + 14px); */
    padding: .625em .875em;
    transition: background-color .2s;
	color: #fff;
	font-weight: 500;
}
.dropdown-toggle[aria-expanded="true"],
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background: #3a3a3a1a
}
.dropdown-item:focus, .dropdown-item:hover {
	background: none;
}
.dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.navbar-expand-lg .navbar-nav .dropdown-toggle:after {
	border-radius: 4px;
	margin-left: .355em;
	margin-top: 2px;
}
.dropdown-toggle::after {
	transition: .3s all ease;
}
/* end header */

.main-sec {
	position: relative;
}
.main-sec .video-wrap {
	height: 28vw;
    max-height: 60em;
	margin-bottom: 6.25em;
}
.media {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.media > * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-wrap, .about-block .about-absolute {
	position: absolute;
    right: 0;
    bottom: -92px;
    padding: 5.625em 7.5em;
    width: calc(50vw + 287px);
}
.main-text {
	display: flex;
	align-items: center;
    gap: 5.5em;
    justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.main-text .column span {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1.875em;
    line-height: 1.1666666667;
}
.main-text .column p {
	font-size: 18px;
    width: 100%;
	line-height: 1.4;
	color: #fff;
}

/* company section */

.company-block {
	display: flex;
	align-items: flex-start;
}
.company-left-block {
	position: relative;
	background-color: #008cff;
	width: 41.6666666667vw;
    padding: 2em 3.125em 10em 7.5em;
	height: 100%;
}
.company-left-block .company-icon {
	position: absolute;
	right: 0;
	bottom: 0;
    height: 15.875em;
    width: 9.3125em;
}

.company-left h2 {
	color: #fff;
}
.company-right {
    background-color: #f6f6f6;
    height: auto;
	padding: 2em 3.125em 5.625em 7.5em;
}
.company-right p {
	color: #3a3a3a;
    font-weight: 500;
	font-size: 1em;
    line-height: 1.25;
}
.company-right .numbers {
	display: flex;
}
.company-right .numbers span {
	font-size: 9.375em;
    margin-bottom: .12em;
	color: #008cff;
    font-family: 'TT Mussels';
    font-weight: 600;
	line-height: 1;
}


.company-rov {
	display: flex;
	align-items: flex-start;
}
.company-rov .company-item {
	width: 20vw;
    padding: 10em 0 7em;
	height: 33em;
}
.company-rov .company-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-family: 'TT Mussels'!important;
}
.company-rov .company-item.item-dark-blue {
	background-color: #005BA9;
	background-image: url('../img/company-bg.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.company-rov .company-item.item-dark-blue span,
.company-rov .company-item.item-dark-blue p {
	color: #fff;
}
.company-rov .company-item.item-white {
	background-color: #fff;
}
.company-rov .company-item.item-blue {
	background-color: #008cff;
	background-image: url('../img/company-bg.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.company-rov .company-item p {
	color: #3a3a3a;
    font-weight: 400;
	font-size: 1em;
    line-height: 1.25;
}
.company-rov .company-item.item-blue span,
.company-rov .company-item.item-blue p {
	color: #fff;
}
.company-rov .company-item.item-white span,
.company-rov .company-item.item-white p {
	color: #008cff;
}
.company-rov .company-item span {
	font-family: 'TT Mussels';
	line-height: 1;
	font-size: 3.875em;
	font-weight: 600;
}
.company-rov .item-default span {
	font-family: 'TT Norms Pro'!important;
}
.company-rov .company-item p {
	font-family: 'TT Norms Pro';
}
.company-rov .company-item.item-blue p {
	margin-top: .24em;
}
.company-rov .company-text {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
}

/* unical projects */
.unical-sec {
	position: relative;
	padding: 7.5em 0 3em;
}
.unical-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.unical-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.unical-sec .container {
	position: relative;
	z-index: 2;
}
.unical-sec .title h2 {
	color: #fff;
}

.unical-links {
	margin-left: auto;
	margin-right: auto;
	padding-left: 7.5em;
	padding-right: 7.5em;
	background: transparent;
	transition: .3s all ease;
	margin-top: -2px;
}
.unical-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 0;
	transition: .3s all ease;
	position: relative;
}
.unical-item::after,
.unical-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff3;
}
.unical-item::after {
	top: auto;
	bottom: 0;
}
.unical-item .orange,
.unical-item .text {
	font-feature-settings: "liga" off;
	font-weight: 500;
	font-size: 1.125em;
	line-height: 1.38;
	width: 38.88em;
	color: #fff;
}
.unical-item .orange {
	width: 34.23em;
}
.unical-item .icon svg circle {
	fill: transparent;
}
.unical-links.selected .unical-item .orange {
	color: #ff6700;
}
.unical-links.selected .unical-item .text {
	color: #3a3a3a;
}
.unical-links.selected .unical-item .icon svg path {
	stroke: #3a3a3a;
}
.show-more {
	padding-left: 8em;
	padding-right: 8em;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 2;
	margin-top: 2em;
}
.show-more a, .show-all a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* margin-left: 4em; */
	margin-right: 4em;
	min-width: 186px;
	height: 55px;
	border: 2px solid #008cff;
	color: #3a3a3a!important;
	font-weight: 500;
    line-height: 1.25;
	font-size: 1em;
	/* border: 2px solid #fff; */
	/* border-radius: 5px; */
}
.show-more a:hover, .show-all a:hover {
	background-color: #008cff;
	color: #fff!important;
}

/* map section */
.map-sec {
	height: 600px;
	position: relative;
}

.map-sec .title-block {
	position: relative;
}
.map-sec .title {
	margin-bottom: 0;
	padding: 5em 7.5em 4.375em 0;
	position: absolute;
	left: -7.5em;
	top: 0;
	z-index: 2;
	padding-left: 7.5em;
    width: 41.66vw;
	background-color: #008cff;
}

.map-sec .title h2 {
	color: #fff;
}
.map-sec .title p {
	font-size: 1em;
    line-height: 1.25;
	font-weight: 500;
	color: #fff;
}
.map-block {
	height: 37.5em;
	mix-blend-mode: luminosity;
}
.map-block > * {
	width: 100%;
	height: 100%;
}

.command-sec {
	padding-bottom: 7em;
}
.command-sec .slide-bg {
	height: 180px;
}
.command-sec .slide-bg::before {
	height: 180px;
	right: -100%;
}
.command-top {
	display: flex;
	align-items: flex-end;
}

/* news sec */
.news-sec {
	padding-bottom: 7em;
}
.news-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 2.1em;
}
.news-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 175px;
	height: 55px;
	/* border-radius: 5px; */
	background: transparent;
	font-size: 1em;
	font-weight: 500;
    line-height: 1.25;
	color: #3a3a3a;
	border: 2px solid #008cff;
}
.news-btn a:hover {
	background: #008cff;
	color: #fff;
}
/* about page */

.about-block {
	position: relative;
	padding: 7.5em 0;
}
.about-absolute {
    padding: 5.625em 7.5em;
    width: 58.3vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -15em;
    color: #3a3a3a;
}
.about-absolute h2 {
	margin-bottom: 0.53em;
}
.about-absolute p {
	font-size: 16px;
	font-weight: 400;
    line-height: 1.25;
	color: #3a3a3a;
    text-decoration: none;
    line-height: 1.2;
}
.about-absolute .in-text {
	margin-bottom: 22px;
}
.about-absolute .in-text:last-child {
	margin-bottom: 0;
}

.about-director {
	display: flex;
	align-items: center;
	gap: 0 7.5em;
	position: relative;
}
.about-director .director-img {
	position: relative;
	height: 40vh;
	min-width: 24vw;
	width: 24vw;
}
.about-director .director-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.about-director .director-text p {
	color: #3a3a3a;
    font-weight: 400;
	font-size: 1.125em;
    line-height: 1.38;
}
.about-director .director-name {
	margin-top: 1.94em;
}
.about-director .director-name span {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
	font-size: calc(.5vw + 8px);
}
.about-director .director-name p {
	font-size: calc(.5vw + 6px);
	color: #9c9c9c;
    font-weight: 500;
}
.about-icon {
	height: 3.75em;
    width: 5.9375em;
	position: absolute;
	left: 50em;
	top: 20px;
    transform: translateY(-50%);
}


.video-block {
	height: 47.22vw;
    max-height: 50em;
    overflow: hidden;
    position: relative;
    width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-block .player {
    width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}
.video-block .player > * {
	width: 100%;
	height: 100%;
}

/* mission section */
.mission-sec {
	position: relative;
	color: #fff;
}
.mission-box {
	padding-bottom: 13em;
	padding-top: 7em;
	position: relative;
}
.mission-sec .container {
	position: relative;
	z-index: 2;
}
.mission-sec .title {
	margin-bottom: 1.5em;
}
.mission-sec .title h2 {
	color: #fff;
}
.mission-sec .title-block {
	max-width: 50vw;
}
.mission-sec .title-text p {
	margin-top: 1em;
	font-size: 1.125em;
    line-height: 1.38;
	color: #fff;
}
.mission-text {
	padding: 3.125em 2.5em;
	background-color: #fff;
}
.mission-text span {
	display: block;
	font-size: 1.125em;
    line-height: 1.3888888889;
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
    transition: color .2s;
	margin-bottom: 1.11em;
}
.mission-text p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}

.mission-rov {
	margin-bottom: 5em;
	margin-top: -4em;
}
/* peoples */
.people-sec {
	position: relative;
}
.people-box {
	padding: 7.5em 0;
	position: relative;
    height: 48.6111111111vw;
    max-height: 60em;
}
.people-box .title h2 {
	color: #fff;
}
.people-box .container {
	position: relative;
	z-index: 2;
}
.people-box .people-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.people-box .people-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.people-in .border-btn:hover {
	background-color: #ff6700;
	color: white;
}

.people-block {
	position: relative;
	z-index: 2;
	padding: 6.25em 0;
}
.border-btn {
	border: 2px solid #fff;
	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
	border-radius: 0;
	font-size: 1em;
	font-weight: 500;
    line-height: 1.25;
	color: #fff;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.border-btn:hover {
	background: #fff;
	color: #3a3a3a;
}
.people-in {
	position: relative;
	z-index: 2;
}
.people-in .people-btn {
	margin-top: 2.8125em;
	display: flex;
	align-items: center;
	gap: 0 1.25em;
}
.people-in p {
	font-size: 1.125em;
    line-height: 1.38;
	color: #fff;
}
/* command section */
.command-sec {
	padding: 7em 0 60px;
}
.employee-block {
	display: block;
	width: 20%;
	padding: 0;
}
.employee-rov .item{
	padding: 0;
	flex: 0 0 auto;
	height: 11vw;
    width: 100%;
	font-family: 'TT Norms Pro';
    font-size: 16px;
    font-variant-ligatures: none;
    color-scheme: light only;
    color: #3a3a3a;
    box-sizing: border-box;
    position: relative;
}
.employee-rov .item .item-content {
    z-index: 6;
}
.item-head {
	height: 8em;
	padding: 2em 3em 1.875em 3em;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.item-wrapper .item-image {
    background: radial-gradient(100% 49.84% at 0 100%,rgba(74,118,167,.5) 0,rgba(74,118,167,0) 100%);
    position: absolute;
    top: 0;
	height: 100%;
    width: 100%;
    border: 0;
    display: block;
    object-fit: cover;
    object-position: top center;
    right: 0;
}
/* history section */
.history-sec {
	padding-top: 7em;
}

.about-company .company-item.item-blue {
	background-image: none;
}
.about-company .company-item:nth-child(3),
.about-company .company-item:last-child {
	width: 28.88%;
}
.about-company .company-item {
    width: 21.01%;
    padding: 10em 0 7em;
    height: 33em;
}
.about-company .company-item:first-child span {
	color: #3a3a3a;
    font-weight: 500;
	font-size: 1.875em;
    line-height: 1.16;
	margin-bottom: 1em;
}
.about-company .company-text {
	max-width: 190px;
}

/* Профессиональные учебные центры */
.learn-center {
	position: relative;
	padding-bottom: 10em;
}
.learn-box {
	position: relative;
	padding: 7.5em 0;
	align-items: flex-end;
    height: 48.61vw;
    max-height: 50em;
}
.learn-center .container {
	position: relative;
	z-index: 3;
}
.learn-center .title h2 {
	color: #fff;
}
.learn-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.learn-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.learn-block {
	position: absolute;
	right: 0;
	bottom: 3em;
	background-color: #fff;
    margin-left: auto;
    padding: 5.625em 7.5em;
    width: 58.33vw;
	z-index: 2;
}
.learn-block p {
	font-size: 1.1em;
    line-height: 1.3;
	color: #3a3a3a;
	max-width: 560px;
}
.learn-btn {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-top: 2.8em;
}
.blue-border-btn {
	border: 2px solid #008cff;
	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
	border-radius: 0;
	font-size: 1em;
	font-weight: 500;
    line-height: 1.25;
	color: #3a3a3a;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blue-border-btn:hover {
	border-color: #ff6700;
}

/* Автоматизация работы */
.works-sec {
	padding: 7em 0;
	position: relative;
}
.works-sec::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20em;
	background: #fff;
}
.works-sec .container {
	position: relative;
	z-index: 2;
}
.works-sec .title {
	margin-bottom: 2.5em;
}

.works-block {
	display: flex;
	gap: 0 6em;
}
.works-img {
	min-width: 29vw;
	height: 29vw;
	overflow: hidden;
}
.works-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-in {
	padding-bottom: 5em;
}
.works-in span {
	color: rgb(0, 140, 255);
	display: block;
	font-size: 1.125em;
    line-height: 1.38;
	font-weight: 500;
}
.works-in .works-span {
	margin-bottom: 60px;
	margin-top: 20px;
}
.works-end p,
.works-in p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}
.works-end {
	display: flex;
	align-items: flex-start;
	gap: 0 4em;
	padding-top: 7em;
}
.works-end span {
	font-size: 3.875em;
    margin-bottom: .2419354839em;
	color: #008cff;
    font-family: 'TT Mussels';
    font-weight: 600;
    line-height: 1;
}


/* Конкурентные преимущества */
.advan-sec {
	padding-bottom: 6.5em;
}
.advan-box {
	position: relative;
	padding: 7.5em 0;
    height: 48.61vw;
    max-height: 58em;
}
.advan-box .advan-bg {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: #d0dae1;
}
.advan-bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.advan-box .container {
	position: relative;
	z-index: 2;
}
.advan-box .title h2 {
	color: #fff;
}
.advan-block .row {
	margin-left: -2px;
	margin-right: -2px;
}
.advan-block .row > * {
	padding-left: 2px;
	padding-right: 2px;
}


.advan-block {
	margin-top: -4.4em;
	position: relative;
	z-index: 2;
}
.advan-block .advan-item {
	padding: 3.125em 2.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
}
.advan-block .advan-item span {
	margin-bottom: 0.5em;
	color: #008cff;
    font-feature-settings: "liga" off;
    font-weight: 500;
}
.advan-block .advan-item p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}

/* otrasli page */
.banner-sec {
	position: relative;
	height: 36.92vw;
    max-height: 60em;
}
.banner-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.bg-blue {
	background-color: #008cff !important;
	color: white !important;
}
.bg-white {
	background-color: white !important;
	color: #3a3a3a !important;
}
.bg-default {
	background-color: #f6f6f6 !important;
}
.bg-default h2, .bg-white h2, .bg-default a, .bg-white a,.bg-default p, .bg-white p,.bg-default span, .bg-white span{
	color: #3a3a3a !important;
}
.banner-block {
	position: absolute;
	right: 0;
	bottom: -6.25em;
	background-color: #008cff;
	padding: 5.625em 7.5em;
	width: 58.3333333333vw;
}
.otrasli-top {
	display: flex;
	align-items: center;
	gap: 0 5.9em;
}
.otrasli-top h2 {
	color: #fff;
}
.otrasli-top .otrasli-top-text p {
	font-size: 18px;
    width: 18.625em;
	line-height: 1.38;
	color: #fff;
}

.otrasli-sec .title {
	padding-top: 10em;
	padding-bottom: 7.5em;
}

.otrasli-links {
	display: flex;
	flex-direction: column;
}
/* .otrasli-links .otrasli-item .gradient{
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0));
} */
.otrasli-links .otrasli-item a {
	display: flex;
	align-items: center;
	gap: 0 1.87em;
	height: 30em; /* 14.6875em */
	position: relative;
	padding: 0 7em;
}
.otrasli-links .otrasli-item a .otrasli-link-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s all ease;
}
.otrasli-links .otrasli-item a:hover .otrasli-link-bg {
	transform: scale(1.1);
}
.otrasli-links .otrasli-item a .text {
	font-size: 1.875em;
    line-height: 1.16;
	font-weight: 500;
	color: #fff;
	position: relative;
}
.otrasli-links .otrasli-item a .arrow {
	min-width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transform: rotate(-90deg);
	position: relative;
}
.otrasli-links .otrasli-item a .arrow svg {
	height: .9375em;
    width: .9375em;
}
.otrasli-links .otrasli-item a:hover .arrow {
	background-color: #ff6700;
}
.otrasli-links .otrasli-item a:hover .arrow svg path {
	fill: #fff;
}

/* projects page */
.projects-main {
	padding-bottom: 7.5em;
}
.header-black .phone,
.header-black .navbar-expand-lg .navbar-nav .nav-link {
	color: #3a3a3a;
}
.project-sec {
	position: relative;
	height: 47.2vw;
}
.project-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.project-map {
	height: 100%;
	mix-blend-mode: luminosity;
}
.project-map > * {
	width: 100%;
	height: 100%;
}

.project-top {
	position: absolute;
	right: 0;
	bottom: -5.625em;
	padding: 5.625em 7.5em;
    width: 58.33vw;
	background-color: #fff;
}
.project-top .blue-btn {
	margin-top: 2.8em;
}
.project-top h2 {
	margin-bottom: 0.53em;
}
.project-top p {
	font-size: 18px;
	line-height: 1.25;
	color: #3a3a3a;
}

.projects-filter {
	display: flex;
	width: 100%;
}
.projects-filter .projects-left {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 0 1.25em;
    padding-bottom: 2.5em;
    padding-left: 7.5em;
    padding-top: 8.75em;
    width: calc(66.66667vw - 2.5em);
	background-color: #008cff;
}
.projects-filter .projects-left .pr-select {
	min-width: 250px;
}
.projects-filter .projects-right {
	padding: 8.75em 7.5em 2.5em 6.25em;
    width: 100%;
}
.projects-search {
	max-width: 337px;
	position: relative;
}
.projects-search input {
	width: 100%;
	background-color: #fff;
    border: 1px solid #008cff;
    color: #3a3a3a;
	border-radius: .25em;
    font-size: 1em;
    height: 3.4375em;
    padding: 1.0625em 1.25em;
}
.projects-search .search-btn {
	position: absolute;
	top: .8em;
	right: 1.25em;
	border: none;
	padding: 0;
	background: transparent;
}


.projects-link {
	display: block;
}
.projects-link .projects-img {
	position: relative;
	height: 19.375em;
    padding: 1.5625em;
	overflow: hidden;
}
.projects-link .projects-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.projects-link .projects-img .img-name {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .625em;
    padding: .4em 1.5em;
	background-color: #fff;
    border-radius: .1875em;
    color: #3a3a3a;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
}
.projects-link .projects-body {
	min-height: 12.5em;
    padding: 1.875em 2.5em 2.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.33em 0;
	background-color: #fff;
}
.projects-link .projects-address {
	color: #3a3a3a;
    font-weight: 400;
	font-size: .9375em;
    line-height: 1.3333333333;
}
.projects-link .projects-name {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.38;
}
.projects-link .projects-status {
	color: #9c9c9c;
    font-weight: 400;
	font-size: .9375em;
    line-height: 1.3;
}
.projects-rov {
	gap: 6.25em 0;
	margin-left: -0.5px;
	margin-right: -0.5px;
}
.projects-rov > * {
	padding-left: 0.5px;
	padding-right: 0.5px;
}

.projects-pagination {
	display: flex;
	align-items: center;
	margin-top: 6.25em;
}
.projects-pagination a {
	font-size: 1em;
    height: 2.5em;
    width: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .25em;
    color: #3a3a3a;
    font-weight: 700;
}
.projects-pagination .pagination-link.active {
	background: #008cff;
	color: #fff;
}
.projects-pagination .pagination-link:hover {
	background: #fff;
}
.projects-pagination .pagination-prev {
	margin-right: 1.25em;
	transform: rotate(180deg);
}
.projects-pagination .pagination-next {
	margin-left: 1.25em;
}

.example-top {
	align-items: flex-start;
}
.example-top .otrasli-top-text p {
	width: 100%;
}


.example-sec {
	position: relative;
}

.example-block {
	display: flex;
	align-items: flex-start;
}
.example-block .example-left {
	padding: 11em 4.375em 5.625em 7.5em;
	width: 42%;
	min-height: 17.33vw;
	background-color: #fff;
	position: relative;
}
.example-block .example-left::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 42%;
	height: 100%;
}
.example-block .example-item {
	max-width: 590px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(58, 58, 58, .4);
	margin-bottom: 16px;
}
.example-block .example-item:last-child {
	margin-bottom: 0;
}
.example-block .example-item p {
	color: #3a3a3a;
    font-weight: 400;
	font-size: 1em;
    line-height: 1.25;
}
.example-block .example-item span {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
	font-weight: 600;
}

.example-block .example-right {
	padding: 11em 4.375em 5.625em 7.5em;
	width: 58%;
	min-height: 17.33vw;
}
.example-block .example-right p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
    font-weight: 500;
}
.example-block .example-numbers {
	margin: .18em 0;
}
.example-block .example-numbers span {
	font-size: 6.5625em;
    line-height: 1.104;
	color: #008cff;
    font-family: 'TT Mussels';
    font-weight: 600;
}

.example-img {
	height: 48.6vw;
	padding: 0 7.5em;
	position: relative;
}
.example-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.example-text {
	padding: 6.25em 7.5em;
	background-color: #008cff;
	color: #fff;
}
.example-text-in {
	margin-bottom: 1em;
}
.example-text-in:last-child {
	margin-bottom: 0;
}
.example-text-in p {
	font-size: 1.125em;
    line-height: 1.3888888889;
	color: #fff;
}

.other-projects {
	padding-top: 7.5em;
}
.other-projects .project-text p {
	width: 90%;
	font-size: .9375em;
}

/* vacancy page */
.vacancy-top {
	background-color: #008cff;
    height: 17.4375em;
    padding: 5.625em 7.5em 3.375em;
	margin-top: 7em;
	background-image: url('../img/company-bg.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
.vacancy-top .title {
	margin-bottom: 0;
}
.vacancy-top .title h2 {
	color: #fff;
}
.vacancy-select-block {
	display: flex;
	align-items: center;
	gap: 0 1.25em;
	margin-top: 2.8125em;
}
.vacancy-select-block .vacancy-select {
	min-width: 250px;
}


.vacancy-block {
	padding: 6.5em 0 7.5em;
}
.vacancy-link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: 1px solid #008cff;
	padding: 2.8125em 3.125em 2.8125em 2.5em;
	background-color: #fff;
}
.vacancy-link span {
	display: block;
}
.vacancy-link:hover {
	border-color: #ff670099;
}
.vacancy-link .left-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.vacancy-link .vacancy-address {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}
.vacancy-link .vacancy-name {
	font-weight: 500;
	font-size: 1.125em;
    line-height: 1.38;
	color: #3a3a3a;
	margin-top: .55em;
}
.vacancy-link .vacancy-experience {
	color: #9c9c9c;
	font-size: 1em;
    line-height: 1.25;
	margin-top: 1.875em;
}
.vacancy-link .vacancy-salary {
	color: #008cff;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.388;
}
.vacancy-rov {
	gap: 24px 0;
}


/* contact page */
.contact-sec {
	position: relative;
	padding: 96px 0;
}
.contact-sec::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 7em;
	background-color: #008cff
}

.contact-block {
	display: flex;
}
.contact-block .contact-map {
	width: 41%;
	min-height: 45em;
	mix-blend-mode: luminosity;
	position: relative;
	z-index: 2;
}
.contact-right {
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 59%;
}
.contact-right .contact-right-in {
    padding: 5.625em 7.5em;
}
.contact-right-bg {
	height: 8.4375em;
	background-color: #008cff;
}

.contact-flex {
	display: flex;
	gap: 2.5em;
    margin-top: 2.5em;
}
.contact-flex .contact-btn,
.contact-flex .contact-address {
	width: 50%;
}
.contact-flex .contact-tel-item span,
.contact-flex .contact-address-item span {
	display: block;
	font-size: 1em;
    line-height: 1.25;
	font-weight: 500;
	margin-bottom: .9375em;
}
.contact-flex .contact-address-item p {
	font-size: 1.125em;
    line-height: 1.38;
	color: #3a3a3a;
}
.contact-flex .contact-tel-item,
.contact-flex .contact-address-item {
	margin-bottom: 2.5em;
}
.contact-flex .contact-tel-item:last-child,
.contact-flex .contact-address-item:last-child {
	margin-bottom: 0;
}
.contact-flex .contact-tel-item a {
	font-size: 1.125em;
    line-height: 1.38;
	font-weight: 500;
	color: #008cff;
}
.contact-info a:hover,
.contact-flex .contact-tel-item a:hover {
	color: #ff6700;
}

.contact-social {
	display: flex;
	align-items: center;
	gap: 0 .625em;
}
.contact-social a {
	border-radius: 2.5em;
    display: flex;
    height: 2.5em;
    width: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
    color: #3a3a3a;
}
.contact-social a svg {
	flex: 0 0 auto;
    height: 1.25em;
    margin: auto;
    width: 1.25em;
}
.contact-social a:hover svg path {
	fill: #fff;
}
.contact-social a:hover {
	background-color: #3a3a3a;
}


.contact-employee {
	display: flex;
}
.contact-employee .employee-left {
	width: 41%;
	position: relative;
	padding: 7.5em 6.25em 5.3125em 7.5em;
	background-color: #008cff;
	color: #fff;
	background-image: url('../img/company-bg.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact-employee .employee-left-text p {
	font-size: 1.125em;
    line-height: 1.4;
}
.contact-employee .employee-right {
	width: 59%;
	padding: 7.5em 6.25em 5.3125em 7.5em;
}

.contact-info {
	margin-bottom: 2.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.contact-info span {
	font-size: 1em;
    line-height: 1.25;
	font-weight: 500;
	margin-bottom: .9375em;
}
.contact-info a {
	font-size: 1.125em;
    line-height: 1.38;
	font-weight: 500;
	color: #008cff;
}
.contact-info p {
	font-size: .9375em;
    line-height: 1.34;
	color: #3a3a3a;
}
.contact-bot {
	margin-bottom: 2.5em;
}
.contact-bot .blue-btn {
	min-width: 200px;
}
.contact-bot .blue-btn svg {
	height: 1.25em;
    width: 1.25em;
	margin-right: .625em;
	margin-left: -.625em;
}
.contact-apps {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1em 0;
}
.contact-apps span {
	display: block;
	font-weight: 500;
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}
.contact-apps .apps-link {
	display: flex;
	align-items: center;
	gap: 0 .75em;
}
.contact-apps .apps-link a {
	background-color: #000;
	border-radius: 0;
    height: 3.4375em;
	min-width: 180px;
	border: 3px solid transparent;
}
.contact-apps .apps-link a:hover {
	border-color: #ff6700;
}

/* news inner */
.news-inner {
	margin-top: 7em;
}
.inner-con {
	background-color: #008cff;
}
.datepicker .search-btn {
	top: 1em;
	right: 1.25em;
	border: none;
	padding: 0;
	background: transparent;
}
.inner-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 2.1875em;
    padding-top: 2.1875em;
}
.inner-top .back {
	margin-bottom: 4em;
}
.back .back-btn {
	display: flex;
	align-items: center;
	gap: 0 .625em;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
    line-height: 1.25;
}
.back .back-btn svg {
	height: 1.25em;
    width: 1.25em;
}
.inner-top .title {
	margin-bottom: 0;
	color: #fff;
}

.inner-img {
	height: 40vw;
}
.inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.inner-text {
	max-width: 950px;
	padding-bottom: 7em;
    padding-top: 6em;
}
.inner-text p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
	margin-bottom: 1em;
}
.inner-text ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: 01em;
}
.inner-text .share {
	display: flex;
	align-items: center;
	gap: 0 1.1em;
}
.inner-text .share span {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.38;
}
.inner-text .share svg {
	transition: .3s all ease;
}
.inner-text .share a:hover svg circle {
	fill: #fff;
}
.inner-text .share a:hover svg path {
	fill: #007aff;
}
/* news-sec */
.news-sec {
	/* margin-top: 7em; */
	padding: 3em 0 7em 0;
	position: relative;
}
.company-story-sec {
	margin-top: 0;
}
.news-sec::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 32.6875em;
    padding-left: 7.5em;
    padding-top: 5.625em;
    width: 41.6666666667%;
	background-color: #008cff;
	background-image: url('../img/company-bg.svg');
	background-repeat: no-repeat;
	background-position: right top;
}

.news-page-slide .swiper-btns {
	position: absolute;
	top: calc(20vw + 271px);
	z-index: 3;
	left: 0;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
.project-slide .swiper-slide {
	max-width: 680px;
}
.news-page-slide .swiper-btns .news-page-button-prev {
	justify-self: left;
	transform: scaleX(-1);
	margin-left: 46px;
}
.news-page-slide .swiper-btns .news-page-button-next{
	justify-self: right;
	margin-right: 46px;
}
.news-page-slide .swiper-btns .news-page-button-prev:hover, .news-page-slide .swiper-btns .news-page-button-next:hover, .col-lg-4-button-prev:hover, .col-lg-4-button-next:hover {
	background-color: #ff6700;
}
/* .news-sec .title {
	margin-bottom: 1.5em;
} */
.news-sec .title h2 {
	color: #fff;
}
.news-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px 40px;
	padding-bottom: 3em;
}
.news-sec > .container {
	position: relative;
	z-index: 2;
}


.new-top-left {
	display: flex;
	align-items: center;
	gap: 0 1.25em;
}
.new-top-left .select-div {
	min-width: 200px;
	margin-bottom: 0;
}
.new-top-left .calendar-div {
	width: 20em;
}
.new-top-left .calendar-div span {
	height: 3.4375em;
    width: 100%;
	background-color: #2696ff;
    border: none;
    border-radius: .25em;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25;
	display: flex;
	align-items: center;
	padding: 6px 12px;
	gap: 0 12px;
	position: relative;
}
.calendar-div span svg {
	min-width: 16px;
	max-width: 32px;
	min-height: 16px;
	max-height: 32px;
}
.calendar-div input {
	background-color: #2696ff;
	color: white;
	padding: 0;
	border: none;
}
.calendar-div input:after {
    content: "";
    height: 1.25em;
    position: absolute;
    right: 1.0625em;
    transform: rotate(-90deg);
    width: 1.25em;
	background-image: url('../img/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: right center;
}

.news-top-right,
.news-top-right .projects-search {
	max-width: 426px;
	width: 100%;
}

.news-con .row {
	margin-left: -1px;
	margin-right: -1px;
}
.news-con .row > * {
	padding-left: 1px;
	padding-right: 1px;
	gap: 6em 0;
}
.news-link a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-link span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-link .news-img {
	height: 16.125em;
	width: 100%;
	/*background-color: #d0dae1;*/
}
.news-link .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-link .news-body {
	min-height: 11.5625em;
    padding: 1.875em 2.5em 2.5em;
	background-color: #fff;
	width: 100%;
}
.news-link .news-date {
	margin-bottom: 1.33em;
	color: #9c9c9c;
    font-weight: 400;
	font-size: .9375em;
    line-height: 1.33;
}
.news-link .news-name {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.38;
}

/* ofice page */
.ofice-sec {
	position: relative;
	height: 36.92vw;
    max-height: 60em;
}
.ofice-sec:before {
    background: linear-gradient(180deg,#2567b099,#2568b198 6.67%,#276ab294,#2b6db48d,#2f72b783,#3578bb76,#3c7fc066,#4487c555,#4c8fca44,#5497cf33,#5b9ed323,#61a4d716,#66a8da0c,#69abdc05,#6badde01 93.33%,#6baede00);
    content: "";
    height: 11.6666666667vw;
    left: 0;
    max-height: 14em;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
}
.ofice-block h2 {
	color: #fff;
	margin-bottom: 0.53em;
}
.ofice-text p {
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
}
.modal {
	width: 100%;
	justify-items: center;
}
.modal .modal-dialog {
	width: 80%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
}
.modal .modal-dialog .modal-body {
	padding-left: 48px;
	padding-right: 48px;
}
.modal-dialog .project-head {
	height: 80px;
}

.white-con {
	background-color: #fff;
	color: #3a3a3a;
}
.blue-con {
	background-color: #008cff;
	color: #fff;
}
.white-con:first-child {
	padding-top: 10em;
}
.blue-con.last {
	padding-bottom: 10em;
}
.white-con,
.blue-con {
	padding: 6.25em 0;
}
.white-con p,
.blue-con p {
	font-size: 18px;
    line-height: 1.2;
}
.white-con .title,
.blue-con .title {
	margin-bottom: 1.5em;
}
.img-con {
    height: 48.61vw;
    max-height: 60em;
}
.img-con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ofice-cols .row {
	transform: translateY(-4.375em);
	margin-left: -2px;
	margin-right: -2px;
}
.ofice-cols .row > * {
	padding-left: 2px;
	padding-right: 2px;
}
.ofice-cols .ofice-item {
	padding: 3.125em 2.5em;
	background-color: #fff;
	height: 100%;
}
.ofice-in {
	margin-bottom: 18px;
}
.ofice-cols .ofice-item span {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.38;
	margin-bottom: 20px;
}
.ofice-cols .ofice-item p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}

.ofice-vacancies {
	padding: 7.5em 0;
}
.ofice-vacancies .row {
	margin-left: -1px;
	margin-right: -1px;.news-sec {
		padding-bottom: 7em;
	}
	.news-sec .project-slide {
		padding-left: 0;
		margin-bottom: 0;
	}
	.news-btn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 2.1em;
	}
	.news-btn a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 175px;
		height: 55px;
		border-radius: 5px;
		background: transparent;
		font-size: 1em;
		font-weight: 500;
		line-height: 1.25;
		color: #3a3a3a;
		border: 1px solid #008cff;
	}
	.news-btn a:hover {
		background: #008cff;
		color: #fff;
	}	
}
.ofice-vacancies .row > * {
	padding-left: 1px;
	padding-right: 1px;
}
.ofice-vacancies .ofice-vacancy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.8em 3.1em 2.8em 2.5em;
	background-color: #fff;
	border: 1px solid transparent;
	height: 100%;
}
.ofice-vacancies .ofice-vacancy:hover {
	border-color: #ff6700;
}
.ofice-vacancies .ofice-vacancy span {
	font-size: 1.125em;
    line-height: 1.38;
	font-weight: 500;
	margin-top: 0.55em;
	min-height: 50px;
	color: #3a3a3a;
}
.ofice-vacancies .ofice-vacancy p {
	font-size: 1.125em;
    line-height: 1.38;
	font-weight: 500;
	color: #008cff;
}

.vacancy-count {
	margin-top: 3em;
}
.vacancy-count a {
	display: inline-flex;
	align-items: center;
	height: 3.4375em;
	color: #3a3a3a;
	font-size: 1em;
	font-weight: 500;
	border: 2px solid #008cff;
	border-radius: 0;
	transition: .3s all ease;
}
.vacancy-count a .text {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.vacancy-count a .count {
	border-left: 2px solid #008cff;
	padding: 0 1.3125em;
	height: 100%;
	display: flex;
	align-items: center;
	transition: none;
	transition: .3s all ease;
}
.vacancy-count a:hover .count,
.vacancy-count a:hover {
	border-color: #ff6700;
}

.mini-form .check-text {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.mini-form .form-captcha {
	margin-top: 0;
}

/* career page */
.career-banner {
	position: relative;
	height: 36.92vw;
    max-height: 60em;
}
.career-banner:before {
    background: linear-gradient(180deg,#2567b099,#2568b198 6.67%,#276ab294,#2b6db48d,#2f72b783,#3578bb76,#3c7fc066,#4487c555,#4c8fca44,#5497cf33,#5b9ed323,#61a4d716,#66a8da0c,#69abdc05,#6badde01 93.33%,#6baede00);
    content: "";
    height: 11.6666666667vw;
    left: 0;
    max-height: 14em;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
}
.banner-in {
	display: flex;
	gap: 0 5em;
}
.banner-in h2 {
	color: #fff;
}
.banner-in p {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
.banner-btns {
	display: flex;
	align-items: center;
	gap: 1.25em;
}
.white-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
    color: #008cff;
	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
	border-radius: 0;
}
.white-btn:hover {
	color: #ff6700;
}
.career-vacancies .ofice-vacancy span {
	min-height: auto;
}
.career-vacancies span.vacancy-experiance {
	color: #9c9c9c;
	font-size: 1em;
    line-height: 1.25;
}
.career-vacancies .ofice-vacancy p {
	margin-top: 20px;
}
.career-vacancies {
	padding: 13.7em 0 7.5em;
	position: relative;
}
.career-vacancies::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #008cff;
	height: 65.6%;
	width: calc(50vw - 285px);
}
.career-vacancies .container {
	position: relative;
	z-index: 2;
}

.career-vacancies .vacancy-count a .count {
	border-color: #fff;
}
.career-vacancies .vacancy-count a {
	border-color: #fff;
	color: #fff;
}
.career-vacancies .vacancy-count a:hover,
.career-vacancies .vacancy-count a:hover .count {
	border-color: rgba(255,255,255, .6);
}


/* career map */
.career-map {
	position: relative;
}
.career-map-left {
	padding: 6.2em 0;
}
.career-map-left .title {
	margin-bottom: 1.5em;
}
.career-map-left p {
	font-size: 18px;
    line-height: 1.2;
	max-width: 360px;
	color: #3a3a3a;
}
.career-left-btn {
	margin-top: 2.8em;
}

.career-map .map-block {
	height: 100%;
}

.career-work {
	display: flex;
	align-items: center;
	gap: 0 2.8em;
    margin-top: 2.8em;
}
.career-work .download-btn {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
    line-height: 1.25;	
}
.download-btn .icon {
	border-radius: 2.5em;
    height: 2.5em;
    margin-left: 0;
    margin-right: .625em;
    width: 2.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.download-btn .icon svg {
	height: 20px;
}
.download-btn:hover .icon svg path {
	fill: #ff6700;
}


.get-job {
	padding: 6.2em 0;
}
.job-list {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.job-list li {
	margin-bottom: 3em;
	display: flex;
	align-items: flex-start;
	gap: 0 2em;
}
.job-list li p {
	font-size: 1.125em;
	line-height: 1.38;
	color: #3a3a3a;
}
.job-list li span {
	font-size: 1.125em;
    line-height: 1.38;
	color: #008cff;
	font-weight: 600;
}

.job-top {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #008cff;
}

.job-top .col-xl-6 {
	padding: 3.125em 6.25em 3.125em 7.5em;
	background-color: #008cff;
}

.job-top .col-xl-6:has(a:hover) {
	background-color: white;
}

.job-top .col-xl-6:has(a:hover) .icon a .icon{
	background-color: #ff6700;
}

.job-top .col-xl-6:has(a:hover) span{
	color: #3a3a3a !important;
}

.job-top-link a {
	
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.job-top-link a .icon {
	position: absolute;
	right: 0;
	bottom: 0;
}
.job-top-link a .icon .circle {
	height: 3.4375em;
	width: 3.4375em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.job-top .job-texts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 1.5em;
}
.job-top-link .job-texts span {
	font-size: 1em;
    line-height: 1.25;
	color: #fff;
}
.job-top-link h2 {
	font-size: 1.875em;
    line-height: 1.16;
	font-weight: 500;
	color: #fff;
}
.job-top-link__title {
	color: #fff !important;
}

/* service section */
.block-banner {
	height: 28vw;
    max-height: 60em;
	position: relative;
}
.block-banner:before {
    background: linear-gradient(180deg,#2567b099,#2568b198 6.67%,#276ab294,#2b6db48d,#2f72b783,#3578bb76,#3c7fc066,#4487c555,#4c8fca44,#5497cf33,#5b9ed323,#61a4d716,#66a8da0c,#69abdc05,#6badde01 93.33%,#6baede00);
    content: "";
    height: 11.6666666667vw;
    left: 0;
    max-height: 14em;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
}
.block-banner .pc {
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d0dae1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.project-button-prev:hover svg path {
	stroke: #fff;
}
.project-button-prev:hover {
	background: #ff6700!important;
}
.project-button-next:hover {
	background: #ff6700;
}
.block-text {
	position: relative;
}
.block-absolute {
    position: absolute;
    right: 0;
    top: -18em;
    background: #fff;
    padding: 5.625em 7.5em;
    width: 57.74vw;
    color: #3a3a3a;
    padding: 30px 90px 30px 120px;
    min-height: 365px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.block-absolute span {
	z-index: 5;
	font-size: 1.875em;
    line-height: 1.1666666667;
	font-weight: 500;
	margin-bottom: .5333333333em;
}
.block-absolute p {
	font-size: 18px;
	line-height: 1.25;
}
.blue-btn {
	background-color: #008cff;
    color: #fff;
	border-radius: 0;
	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: inline-flex;
	align-items: center;
    justify-content: center;
}
.dark-blue-btn {
	background: #005BA9;
    color: #fff;
	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: inline-flex;
	align-items: center;
    justify-content: center;
}
.blue-btn:hover, .dark-blue-btn:hover {
	color: #fff;
	background: #ff6700;
}
.block-absolute .blue-btn {
	margin-top: 2.8125em;
}
.block-left {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
	flex: 0 0 41.38vw;
	max-width: 41.6%;
	min-height: 444px;
	background-color: #008cff
}
.block-left-text {
	margin: auto;
	max-width: 300px;
}
.block-left span {
	font-size: 1.875em;
    line-height: 1.1666666667;
	font-weight: 500;
	color: #fff; 
	display: block;
    text-align: start;
    position: relative;
    transform: translate(0px, 0px);
	margin-bottom: 45px;
}
.block-left p {
	font-size: 1em;
    line-height: 1.25;
	color: #fff;
}

.block-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 28vw;
    width: 287px;
}
.block-right-text {
	max-width: 300px;
	margin: auto;
}
.block-right-text span {
	font-size: 6.5625em;
    line-height: 1.1047619048;
	color: #008cff;
    font-family: 'TT Mussels';
    font-weight: 600;
}


.complex-sec {
	padding: 100px 0;
}
.complex-sec .title {
	margin-bottom: 4em;
}
.complex-rov {
	margin-left: 3px;
	margin-right: 3px;
}
.complex-rov > * {
	padding: 3px;
}
.complex-img {
	height: 40vh;
}
.complex-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.complex-text {
	height: 100%;
	background-color: #fff;
	padding: 50px 40px;
	margin-bottom: 6px;
}
.complex-text span {
	font-size: 1.125em;
    line-height: 1.3888888889;
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 500;
    transition: color .2s;
	margin-bottom: 1.1111111111em;
}
.complex-text p {
	font-size: 1em;
    line-height: 1.25;
	color: #3a3a3a;
}

/* text-sec */
.text-sec {
	position: relative;
	padding: 100px 0;
}
.text-sec .blue-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 2px);
	background: #008cff;
}
.text-sec .container {
	position: relative;
}
.text-sec .text-block {
	margin-bottom: 1.2em;
}
.text-sec .text-block p {
    font-feature-settings: "liga" off;
    font-weight: 400;
    transition: color .2s;
	font-size: 1em;
    line-height: 1.25;
	color: #fff;
}

/* service advanture */
.service-advan {
	padding: 120px 0;
	position: relative;
    height: 48.6111111111vw;
    max-height: 60em;
}
.service-advan .service-advan-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.service-advan .service-advan-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-advan > .container {
	position: relative;
	z-index: 2;
}
.service-advan .title h2 {
	color: #fff;
}

.service-advan-rov {
	gap: 6px 0;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -80px;
	position: relative;
}
.service-advan-rov > * {
	padding-left: 3px;
	padding-right: 3px;
}

.service-advan-item {
	padding: 3.125em 2.5em;
	background: #fff;
}
.service-advan-item p {
	color: #3a3a3a;
    font-feature-settings: "liga" off;
    font-weight: 400;
    transition: color .2s;
	font-size: 1em;
    line-height: 1.25;
}
.service-sec {
	padding-bottom: 80px;
}

/* command slide */
.slide-sec {
	position: relative;
	padding-bottom: 10em;
}

.slide-box {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 6;
	margin-top: -50px;
}
.slide-bg {
    position: relative;
    height: 11.25em;
    background: #fff;
	flex: 0 0 59.5%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.slide-bg:before {
	content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
	height: 11.25em;
    /* margin-left: auto; */
    background-color: #fff;
    z-index: 2;
}
.command-sec .swiper-btns,
.slide-sec .swiper-btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 1.875em;
	position: relative;
	z-index: 5;
}
.swiper-btns button {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 30px;
    height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #008cff;
}
.swiper-btns button:hover {
	background: #ff6700;
}
.swiper-btns .swiper-button-next img {
	transform: rotate(180deg);
}
.swiper-btns .swiper-button-next:after,
.swiper-btns .swiper-button-prev:after {
	content: none;
}

.slide-block {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 8;
	margin-top: 50px;
}
.slide-img {
    flex: 0 0 40.5%;
    max-width: 40.5%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 40%;
}
.slide-img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slide-block .slide-in {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 7.5em;
    width: 60em;
}
.slide-block .slide-text {
	margin-bottom: 1.9444444444em;
}
.slide-block .slide-text p {
	font-size: 18px;
	color: #3a3a3a;
    font-weight: 400;
}
.slide-block .slide-info span {
	display: block;
    margin-bottom: .2777777778em;
	font-size: 18px;     
	font-feature-settings: 'liga' off; 
	color: #3a3a3a; 
	font-weight: 500;
}
.slide-block .slide-info p {
	font-size: 15px; 
	color: #9c9c9c; 
	font-weight: 500;
}

.slide-icon {
	position: absolute;
	left: calc(40% + 7.5em);
    top: 0;
    transform: translateY(-50%);
    height: 3.75em;
    width: 5.9375em;
}

/* project sec */
.title {
	margin-bottom: 3em;
}
h2 {
	font-size: 1.875em;
    line-height: 1.1666666667;
}

.project-sec {
	padding-bottom: 7em;
}
.project-block {
	display: block;
    width: 100%;
    height: 100%;
}

.col-xl-6 {
	z-index: 10;
}

.project-text span {
	display: block;
	color: #3a3a3a;
	font-size: 1.125em;
    line-height: 1.1;
	color: #3a3a3a;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}
.project-text p {
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
	font-size: .9375em;
	color: #9c9c9c;
	/* line-height: 1.3333333333; */
}
.command-sec img {
	object-position: top center;
}
.project-block .icon {
	height: 3.4375em;
    right: 1.875em;
    top: 1.875em;
    width: 3.4375em;
}
.project-right-text {
	right: 1.875em;
	top: 1.875em;
}
.project-block .icon .circle {
	fill: transparent;
    transition: fill .3s;
}
.project-block:hover .icon .circle {
	fill: #ff6700;
}
.project-block .icon .arrow {
	stroke: #3a3a3a;
	transition: stroke .3s;
}
.project-block:hover .icon .arrow {
	stroke: #fff;
}



.project-head {
	height: 10em;
    padding: 2.5em 3em 1.875em 3em;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.project-img {
	width: 100%;
	height: 22em;
	overflow: hidden;
}
.project-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 2s all ease;
}
.project-block:hover .project-img img {
	transform: scale(1.1);
}

@media (max-width: 1919px) {
	.project-slide {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 1200px) {
	.project-slide {
		padding-left: 30px !important;
		padding-right: 16px !important;
	}
}
.project-slide {
	display: flex;
	flex-direction: column;
	position: relative;
	/* margin-bottom: 7.5em; */
	padding-left: calc(50vw - 840px);
	padding-right: 7.5em;
}
.project-slide .swiper-btns {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 1em;
    position: absolute;
    z-index: 5;
    right: -4.5em;
    bottom: 2em;
}
@media (min-width: 2100px) {
	.project-slide-bg {
		width: 49.1vw;
	}
}
@media (max-width: 2099px) {
	.project-slide-bg {
		content: "";
		background-color: #008cff;
		position: absolute;
		left: 0;
		bottom: 0;
		top: 10em;
		width: 41.6666666667vw;
		height: 30em;
	}
}
.project-slide .project-button-prev {
	opacity: 1;
	background: #fff;
}

.project-slide .project-button-prev svg {
	transform: rotate(180deg);
}

/* form section */
.form-sec {
	position: relative;
	padding: 7.5em 0;
}
.blue-bg {
	background: #008cff;
	width: 100%;
	height: calc(100% - 2px);
	position: absolute;
	left: 0;
	top: 0;
}
.form-sec .error, .form-sec .error div.form-group, .form-sec .error, .form-sec .error div.rc-anchor {
	box-shadow: inset 0 -2px 0 #f49184 !important;
}
.form-sec .container {
	position: relative;
	z-index: 2;
}
.form-sec .title {
	margin-bottom: 4em;
}
.form-sec .title h2 {
	color: #fff;
}

.form .form-input:not(:last-child) {
    margin-bottom: 1.5625em;
}
.captcha-code input,
.form .input {
    background-color: #2696ff;
    color: #fff;
}
.captcha-code input,
.form .input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    outline: none;
    transition: background-color .3s,color .3s;
    width: 100%;
    border-radius: .25em;
    font-size: 1em;
    height: 3.4375em;
    padding: 1.0625em 1.25em;
}
.captcha-code input::placeholder,
.form .input::placeholder,
.form .form-textarea::placeholder {
	color: #fff;
}
.form .form-textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #2696ff;
    border: 0;
    color: #fff;
    display: block;
    font-variant-ligatures: none;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    outline: none;
    resize: none;
    transition: background-color .3s,color .3s;
    width: 100%;
	border-radius: .25em;
    font-size: 1em;
    height: 8.438em;
    padding: 1.0625em 1.25em;
    margin-bottom: 1.5625em;
}
.captcha-code input:focus,
.form .input:focus,
.form .form-textarea:focus {
	background-color: #fff;
	color: #3a3a3a;
}
.captcha-code input:focus::placeholder,
.form .input:focus::placeholder,
.form .form-textarea:focus::placeholder {
	color: #3a3a3a;
}
.select-div,
.form .form-group {
	margin-bottom: 1.5625em;
}
.form .form-group:last-child {
	margin-bottom: 0;
}
.form-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.check-label {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 2em;
}
.check-label input {
	display: none;
}
.check-label .check-control {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: none;
	background-color: #2696ff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	height: 1.25em;
	width: 1.25em;
	border-radius: 4px;
	transition: .3s all ease;
}
.check-label input:checked + .check-control:after {
	content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 13px;
    border: solid #000;
    border-width: 0px 4px 4px 0px;
    transform: rotate(45deg);
	transition: .3s all ease;
}
.check-label input:checked  + .check-control{
	background-color: #fff;
}
.check-label .check-text a,
.check-label .check-text p {
	font-size: .9375em;
	font-weight: 500;
    line-height: 1.34;
	color: #fff;
}
.check-label .check-text a:hover {
	text-decoration: underline;
}
.form-checkbox .form-btn {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
	align-items: center;
    text-align: center;

	height: 3.4375em;
    padding-left: 2.5em;
    padding-right: 2.5em;
	/* border-radius: 0; */
	border: 2px solid #fff;
    color: #fff;
	background: transparent;
	font-weight: 500;
    line-height: 1.25;
	font-size: 1em;
}
.form-checkbox .form-btn:hover {
	background: #fff;
	color: #2696ff;
}

.form-captcha {
	display: flex;
	align-items: center;
	margin-top: 1.5625em;
	gap: 0 20px;
	width: 100%;
}
.captcha-refresh button {
	background: transparent;
	padding: 0;
	display: inline-flex;
	border: none;
}
.captcha-code,
.captcha-code input {
	width: 100%;
}

/* footer */
footer {
    padding-top: 4.6875em;
	background-color: #fff;
	position: relative;
}
.ftr-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 6.25em;
}
.ftr-block .ftr-logo {
	height: 10em;
    width: 13.125em;
}
.ftr-block .ftr-logo a {
	margin-left: -1.7em;
}
.ftr-block .ftr-logo img {
	width: 100%;
}
.ftr-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 1.875em;
}
.ftr-contact .ftr-tel {
	font-size: 1.125em;
	color: #008cff;
    font-feature-settings: "liga" off;
    font-weight: 500;
    line-height: 1.39;
}
.ftr-contact .all-contacts {
	color: #9c9c9c;
    font-weight: 400;
    line-height: 1.33;
    position: relative;
    transition: opacity .3s;
	font-size: .9375em;
    margin-top: .3333333333em;
	
}
.ftr-contact a:hover {
	text-decoration: underline;
}
.ftr-social {
	display: flex;
	align-items: center;
	gap: 0 .625em;
	margin: 1.875em 0;
}
.ftr-social a {
	background-color: #f6f6f6;
    color: #3a3a3a;
	border-radius: 50%;
    display: flex;
	align-items: center;
	justify-content: center;
    height: 2.5em;
    transition: color .2s,background-color .2s,opacity .2s;
    width: 2.5em;
}
.ftr-social a svg {
    height: 1.25em;
    width: 1.25em;
}
.ftr-social a:hover {
	background: #3a3a3a;
	color: #fff;
	fill: #fff;
}
.download-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.download-links a {
	display: flex;
	align-items: center;
	gap: 0 .3125em;
	margin-bottom: .6666666667em;
	color: #3a3a3a;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}
.download-links a:hover span {
	text-decoration: underline;
}
.download-links a img {
    height: 1.25em;
    width: 1.25em;
}

.ftr-right {
	display: flex;
	align-items: flex-start;
}
.ftr-right .ftr-menu {
	margin-right: 3.125em;
	width: 20em;
}
.ftr-right .ftr-menu:last-child {
	margin-right: 0;
}
.ftr-right .ftr-menu .big-link,
.ftr-right .ftr-menu > p {
	color: #3a3a3a;
    font-weight: 500;
	font-size: 1.125em;
    line-height: 1.3888888889;
	display: block;
}
.ftr-right .ftr-menu .big-link {
    margin-top: 1.111em;
}
.ftr-right .ftr-menu-links a:hover,
.ftr-right .ftr-menu .big-link:hover {
	text-decoration: underline;
}
.ftr-right .ftr-menu-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .67em 0;
	margin-top: 1.25em;
}
.ftr-right .ftr-menu-links a {
	color: #9c9c9c;
    font-weight: 400;
    line-height: 1.34;
}
@media (min-width: 2100px) {
.ftr-end {
	position: relative;
	padding: 1.4375em 24em;
}
}
@media (max-width: 2099px) {
	.ftr-end {
		position: relative;
		padding: 1.4375em 0;
	}
}
.ftr-end-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.ftr-end-block a,
.ftr-end-block p {
	font-size: .9375em;
	color: #83c3ff;
    font-weight: 500;
    line-height: 1.34;
}
.ftr-end-block a:hover {
	text-decoration: underline;
}


/* custom select */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  color: #fff;
  width: 100%;
  height: 3.4375em;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2696ff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 25px;
  right: 10px;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:active, .select-styled.active {
  background-color: #349dff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 18px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #349dff;
  max-height: 160px;
  overflow-y: auto;
  border-radius: .25em;
  box-shadow: 0 .125em 1px #0000000a,0 1px 5px #0000001f;
  max-width: 18.75em;
  transition: opacity .2s;
}

.select-options::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar-thumb {
	background-color: #3a3a3a;
}
.select-options li {
  margin: 0;
  padding: 12px 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #3a3a3a;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.mob {display: none !important;}










@media only screen and (min-width: 481px) and (min-aspect-ratio: 18 / 13), only screen and (min-width: 769px) {
	.container {
		margin-left: auto;
		margin-right: auto;
		max-width: 120em;
		padding-left: 7.5em;
		padding-right: 7.5em;
		width: 100%;
	}
}



@media (min-width: 3400px) {
	header,
	main {
		/*max-width: 1920px;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}




 @media only screen and (max-width: 1279px){  /* 576px */
	.mob {display: block !important;}
	.pc {display: none !important;}

	body.no-scroll {
		overflow: hidden;
	}
	.menu-opener {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px 0;
		padding: 0;
		border: none;
		background: transparent;
	}
	.menu-opener span {
		position: relative;
		width: 31px;
		height: 2px;
		background: #fff;
		transition: .3s all ease;
		z-index: 101;
	}
	header.sticky .menu-opener span {
		background: #3a3a3a;
	}
	header.sticky .menu-opener.active span,
	.menu-opener.active span {
		background-color: #fff;
	}
	.menu-opener.active span.one {
		transform: rotate(45deg);
		top: 10px;
	}
	.menu-opener.active span.three {
		transform: rotate(-45deg);
		top: -10px;
	}
	.menu-opener.active span.two {
		opacity: 0;
	}
	.navbar-collapse {
		position: fixed;
		right: -100%;
		top: 0;
		width: 18.75em;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		z-index: 100;
		height: 100%;
		transition: .4s all ease;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.navbar-collapse .navbar-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background: #005ba9;
		padding: 5em 3em 3em;
	}
	.navbar-collapse.active {
		right: 0;
	}

	.header .logo-wrapper {
		width: auto;
		padding-right: 0;
		margin-right: 0;
		background-position: center;
	}
	.header .logo {
		right: 0;
		min-width: 162px;
		min-height: 83px;
	}
	header .navbar {
		width: 100%;
	}
	.header .container {
		padding-right: calc(50vw - 1028px);
	}
	.navbar-collapse .navbar-nav .mob a {
		margin-top: 2em;
	}
	.navbar-collapse .navbar-nav .mob a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.6em 0;
		color: #fff;
		font-size: 17px;
	}
	header.sticky .navbar-expand-lg .navbar-nav .nav-link {
		color: #fff;
	}
	.head-end {
		padding: 20px 30px;
		background-color: #008cff;
	}
	header .dropdown-menu {
		background-color: #005ba9;
		border: none;
	}
	.dropdown-item {
		font-size: 17px;
		color: #fff;
		padding: 10px 16px;
		white-space: normal;
	}
	.main-sec .video-wrap {
		height: 30em;
		margin-bottom: 8em;
	}
	header {
		height: auto;
	}
	.main-wrap {
		padding: 2.1875em;
		width: 18.75em;
		min-height: 10em;
	}
	.main-text {
		flex-direction: column;
		align-items: flex-start;
		gap: 3em 0;
	}
	.main-text .column span {
		font-size: 1.4375em;
		line-height: 1.08;
	}
	.main-text .column p {
		width: auto;
	}
	h2 {
		font-size: 1.4375em;
		line-height: 1.0869565217;
	}
	.project-img {
		height: auto;
	}
	.project-head {
		min-height: 8em;
		padding: 1.875em 3.125em 1.5625em 1.875em;
		height: auto;
	}
	.project-slide {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 4.9em;
	}
	.project-text span {
		font-size: 1em;
		line-height: 1.25;
	}
	.project-slide-bg {
		height: 14em;
		width: 77vw;
	}
	.swiper-btns button {
		width: 40px;
		height: 40px;
	}
	.project-slide .swiper-btns {
		gap: 0 1em;
		right: -3.1em;
	}
	.company-block {
		flex-direction: column;
	}
	.company-left-block {
		padding: 1.875em 1.25em;
		width: 77vw;
		height: auto;
	}
	.company-left-block .company-icon {
		height: 7.875em;
		width: 5.3125em;
	}
	.company-rov {
		flex-direction: column;
		align-items: flex-start;
	}
	.company-rov .company-item {
		width: 100%;
		height: auto;
		padding: 1.875em 1.25em;
	}
	.company-rov .company-text {
		max-width: 100%;
	}
	.company-right {
		padding: 1.875em 1.25em;
		height: auto;
	}
	.company-right .numbers span {
		font-size: 4.375em;
		margin-bottom: .1142857143em;
	}
	.header-black .navbar-expand-lg .navbar-nav .nav-link {
		color: #fff;
	}
	.header-black .menu-opener span {
		background-color: #3a3a3a;
	}
	.header-black .menu-opener.active span {
		background-color: #fff;
	}
	.vacancy-link {
		flex-direction: column;
		align-items: flex-start;
	}
	.ftr-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px 0;
	}
	.ftr-end-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px 0;
		width: 100%;
	}
	.ftr-end {
		padding-right: 0;
	}
}





















@media only screen and (min-width: 481px) and (min-aspect-ratio: 18 / 13), only screen and (min-width: 769px) {
	.container {
		margin-left: auto;
		margin-right: auto;
		max-width: 120em;
		padding-left: 7.5em;
		padding-right: 7.5em;
		width: 100%;
	}
}



@media (min-width: 3400px) {
	header,
	main {
		/*max-width: 1920px;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*new*/

.blue-con__main h2 {
	margin-bottom: 18px;
}

.block-sec .about-block .slide-in h2 {
	margin-bottom: 18px;
}

.block-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	flex: 0 0 44.19vw;
	max-width: 45%;
	min-height: 428px;
	background-color: #008cff;
}

.col-lg-12 .complex-img {
	height: 500px;
}

/*@media only screen and (max-width: 480px){}*/

/* video */

.video-player {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .video-player-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	display: block; 
	filter: blur(2px); 
	background-repeat: no-repeat;
  }
  .video-player-over.wo-blur {
	filter: unset; 
  }
  .video-player-play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #008cff;
	z-index: 2;
	cursor: pointer;
	transition: 0.2s ease;
	transition-property: opacity, visibility;
  }
  .video-player-play::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 21px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-color: #008cff;
	border-right-width: 0;
	transition: transform 0.2s ease;
  }
  .video-player-play-blue {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #008cff;
	z-index: 2;
	cursor: pointer;
	transition: 0.2s ease;
	transition-property: opacity, visibility;
  }
  .video-player-play-blue::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 21px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-color: #008cff;
	border-right-width: 0;
	transition: transform 0.2s ease;
  }
  .video-player-play:hover::before, .video-player-play-blue:hover::before {
	transform: scale(1.2);
  }
  .video-player video {
	max-width: 100%;
    max-height: 100%;
	display: block;
	object-fit: contain;
  }
  .video-player.video-is-playing .video-player-over {
	display: block;
  }
  .video-player.video-is-playing .video-player-play, .video-player.video-is-playing .video-player-play-blue {
	opacity: 0;
	visibility: hidden;
  }

  .row .col-xl-6 .service-advan-item, .row .col-xl-6 .complex-text, .row .col-lg-4 .complex-text, .row .col-lg-4 .service-advan-item {
	height: 100%;
  }

  /* Принять куки */

  /* .set-dark-bg {
	display: none;
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999998;
} */

  .cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
	bottom: 30px;
    right: 30px;
    width: 645px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14.88px;
	text-align: justify;
	text-decoration-skip-ink: none;
    color: #3a3a3a;
	background-color: #fff;
    padding: 70px 170px 50px 55px; 
	background-image: url('../img/cookie_bg.svg');
	background-repeat: no-repeat;
    background-position: 94% center;
	box-shadow:
    1px 1px 1px rgb(0, 0, 0, 0.2), -1px -1px 1px rgb(0, 0, 0, 0.2);
}
/* Оформление кнопок */
.cookie_btn {
	margin-top: 20px;
    display: inline-flex;
    text-decoration: none;
    position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 21.26px;
	text-align: justify;
	text-decoration-skip-ink: none;
    color: #FFF;
    background: #008cff;
	cursor: pointer;
	height: 69px;
	width: 288.65px;
	align-items: center;
    justify-content: center;
	border-radius: .25em;
}
.cookie_close {
    position: absolute;
    text-decoration: none;
	right: 14px;
	top: 0;
    font-size: 40px;
    color: #3a3a3a;
    font-weight: 500;
    text-transform: uppercase; 
	cursor: pointer;
	
}
.cookie_close:hover{
	color: #008cff;
}
.cookie_btn:hover {
    background: #ff6700;
	color: #FFF;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

@media screen and (max-width: 767px) {
	.cookie_notice {
		width: 100%;
		padding: 70px 30px 50px 30px;
		background-size: 100% 100%;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.pagination-prev img {
	transform: scaleX(-1);
}

/* Поле ввода номера телефона */
.iti {
	width: 100%;
}

.iti__country-list {
	max-height: 157px !important;
}

.vojmoj-last-line .block-right:first-child  {
	padding-left: 117px;
}

.vojmoj-last-line .block-right:first-child .block-right-text__content {
	text-align: left;
}

.form-sec.show-animate .col-xl-6 .iti__flag {
	animation: none;
	opacity: 1;
	transform: none;
}

.file-upload-label i img {
	display: block; 
	width: 55px; 
	height: 55px; 
	filter: invert(100%); 
	padding: 10px;
}

.file-upload-label i img:hover {
	filter: invert(75%); 
}

.project-img.media.video-player .filter, .project-img.media-content.video-player .filter {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
}

/* Хлебные крошки */

.breadcrumbs {
	position: absolute;
	z-index: 10;
	color: #fff;
	/* padding-top: 60px !important; */
	/* max-width: 1920px; */
	/* padding-right: 120px !important; */
	width: max-content;
	wrap: nowrap;
}

.breadcrumbs.breadcrumbs--blue-bg a {
	color: #008cff;
}

.breadcrumbs .breadcrumb-item.active {
	color: #3a3a3a;
}

.breadcrumbs.breadcrumbs--blue-bg .breadcrumb-item a {
	color: #fff;
}

.breadcrumbs.breadcrumbs--blue-bg .breadcrumb-item.active {
	color: #cccccc;
}

@media (min-width: 1920px) {
	.breadcrumbs {
		/* right: calc(50% - 1920px / 2); */
		left: 25px;
		top: 25px;
	}
}