@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@500;600&display=swap);
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.4a37f800.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
input[type=text] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 15px;
	font-family: Open Sans, sans-serif;
	padding: 0 0 5px;
	font-size: 14px;
	outline: none;
	box-shadow: none!important
}
input[type=submit], input[type=text] {
	background-color: transparent;
	letter-spacing: .02em;
	color: #fff;
	-webkit-appearance: none
}
input[type=submit] {
	width: 186px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 400;
	font-family: Raleway, sans-serif
}
textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	margin-bottom: 15px;
	resize: none;
	font-family: Open Sans, sans-serif;
	padding: 0 0 5px;
	font-size: 14px;
	height: 25px;
	letter-spacing: .02em;
	outline: none;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0
}
.modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	z-index: 1000
}
.modal .wrap {
	background-color: #fff;
	max-width: 452px;
	border-radius: 5px;
	padding: 65px 30px 45px;
	position: relative
}
.modal .close {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer
}
.modal .form {
	display: flex;
	flex-direction: column
}
.modal .form input[type=text] {
	margin-bottom: 25px
}
.modal .form input[type=text], .modal .form textarea {
	color: #000;
	border-bottom: 1px solid #000
}
.modal .form input[type=submit] {
	background-color: #000;
	width: 100%;
	font-size: 18px
}
.modal .form p {
	margin: 30px 0 42px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em
}
.breadCrumbs-wrap {
	background-color: #f8f8f8;
	padding: 40px 32px;
	display: none!important
}
.breadCrumbs-wrap .breadCrumbs {
	display: flex;
	padding: 80px 0 40px
}
.breadCrumbs-wrap .breadCrumbs a {
	font-weight: 500;
	font-size: 12px;
	color: #9fa4a4
}
@media screen and (max-width:620px) {
	.breadCrumbs-wrap {
		padding: 0 16px
	}
}
.social a {
	margin-right: 10px;
	width: 26px;
	height: 26px;
	display: inline-flex
}
.social a:last-child {
	margin-right: 0
}
.owl-nav {
	position: absolute;
	bottom: 110px;
	display: flex;
	justify-content: space-between;
	width: 100%
}
.owl-nav span {
	font-size: 0;
	width: 46px;
	height: 8px;
	background-image: url(/images/arrow.9a1463a4.svg);
	display: inline-flex
}
.owl-nav .owl-next {
	margin-left: 20px
}
.owl-nav .owl-next span {
	transform: rotate(180deg)
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@font-face {
	font-family: AkiraBold;
	src: url(/fonts/AkiraBold.1df0ca02.ttf) format("opentype")
}
p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300
}
p b {
	font-weight: 500
}
.project-top-block {
	padding-top: 40px;
	background-color: #f8f8f8;
	padding-bottom: 80px
}
.project-top-block .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 120px;
	align-items: center
}
.project-top-block p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px
}
.project-top-block p:last-child {
	margin-bottom: 0
}
.main-title-project {
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif;
	padding: 0 135px;
	margin-bottom: 45px
}
.main-title-project.center {
	text-align: center
}
.title-project {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 30px
}
.sub-title-project {
	margin-bottom: 20px;
	letter-spacing: .02em;
	line-height: 25px;
	text-transform: uppercase
}
.block-project {
	padding: 80px 0
}
.block-project.gray {
	background-color: #f8f8f8
}
.block-project .container-project {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 180px;
	padding: 0 135px;
	align-items: center
}
.block-project .social {
	margin-top: 60px
}
.block-project .grid {
	display: grid;
	grid-template-columns: 162px 162px
}
.block-project .grid p {
	line-height: 25px
}
.block-project .blue-color {
	color: #3871c1
}
.block-project .padding0 {
	padding: 0
}
.block-project .textRigth {
	text-align: right
}
.block-project .rol {
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	text-transform: uppercase;
	color: #3871c1;
	text-align: center;
	margin: 100px 0 22px
}
.block-project .desc-rol {
	font-weight: 300;
	font-size: 24px;
	letter-spacing: .02em;
	text-align: center
}
.block-project .title-right {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 66px;
	color: #2f3030;
	font-family: Raleway, sans-serif
}
.block-project .title-right span {
	color: #ffb802
}
.block-project .graf-block {
	display: flex;
	align-items: flex-start
}
.block-project .graf-block .left {
	width: 165px;
	margin-right: 60px
}
.block-project .graf-block .right {
	width: 352px
}
.block-project .graf-block p.one {
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: .02em;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	font-family: Raleway, sans-serif
}
.block-project .graf-block p.two {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 38px;
	font-weight: 600;
	font-family: Raleway, sans-serif
}
.block-project .graf-block .list li {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em;
	margin-bottom: 5px;
	padding-left: 12px;
	position: relative
}
.block-project .graf-block .list li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 10px
}
.line-link {
	background-color: #f8f8f8;
	padding: 20px 32px 46px
}
.line-link .container {
	padding: 46px 0;
	background-color: #fff
}
.line-link .link-block {
	display: flex;
	align-items: center;
	justify-content: center
}
.line-link .link-block img {
	width: 28px;
	height: 28px
}
.line-link .link-block .link {
	font-size: 24px;
	letter-spacing: .02em;
	color: #3871c1;
	margin-left: 10px;
	font-weight: 400
}
.line-link .link-block .link a {
	font-size: 24px;
	letter-spacing: .02em;
	color: #3871c1;
	font-weight: 600;
	border-bottom: 1px solid
}
.other-projects {
	background-color: #f8f8f8;
	padding-bottom: 80px
}
.other-projects .other {
	margin-bottom: 20px;
	letter-spacing: .02em;
	font-weight: 300;
	display: flex
}
.other-projects .other img {
	width: 30px;
	margin-left: 5px
}
.other-projects .wrap-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px
}
.other-projects .wrap-block .block {
	background-color: #fff;
	width: 290px;
	height: 290px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 4px 4px 16px hsla(0, 0%, 77%, .1)
}
.other-projects .wrap-block .block .description {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px
}
.flex-box {
	display: flex;
	justify-content: space-around
}
.flex-box .rol {
	margin-top: 0
}
@media screen and (max-width:1100px) {
	.other-projects .wrap-block {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width:960px) {
	.other-projects .wrap-block {
		grid-template-columns: repeat(2, 1fr)
	}
	.project-top-block {
		padding-bottom: 60px
	}
	.project-top-block .container {
		grid-template-columns: 1fr;
		grid-gap: 40px
	}
	.block-project {
		padding: 60px 0
	}
	.block-project .main-title-project {
		padding: 0 16px
	}
	.block-project .container-project {
		grid-template-columns: 1fr;
		padding: 0 16px;
		grid-gap: 40px
	}
	.block-project .container-project.second {
		margin-top: 60px!important;
		flex-direction: column-reverse;
		display: flex
	}
	.block-project .main-title-project {
		font-size: 24px;
		margin-bottom: 40px!important
	}
	.block-project .graf-block {
		flex-direction: column
	}
	.block-project .graf-block .left {
		width: 100%;
		margin-bottom: 40px
	}
	.block-project .graf-block .right {
		width: 100%
	}
	.block-project.flex-reverse .container-project {
		display: flex;
		flex-direction: column-reverse
	}
	.block-project.flex-reverse .container-project .title-project {
		margin-bottom: 0
	}
	.block-project.flex-box {
		flex-direction: column
	}
	.block-project.flex-box>div {
		margin-bottom: 40px
	}
	.title-project {
		font-size: 24px
	}
	.line-link {
		padding: 20px 0 46px
	}
}
@media screen and (max-width:660px) {
	.other-projects .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	.other-projects .wrap-block .block {
		margin: 0 auto
	}
}
@media screen and (max-width:460px) {
	.other-projects .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	.other-projects .wrap-block .block {
		width: 100%
	}
}
.projects-page {
	background-color: #f8f8f8
}
.projects-page .title {
	font-size: 64px;
	line-height: 80px;
	font-family: Manrope, sans-serif;
	margin-top: 100px;
	margin-bottom: 40px
}
.projects-page .breadCrumbs {
	padding-top: 40px
}
section.application .block-text .title {
	margin-top: 0
}
.news-page {
	background-color: #f8f8f8
}
.news-page .title {
	font-size: 64px;
	line-height: 80px;
	font-family: Manrope, sans-serif;
	margin-top: 100px;
	margin-bottom: 40px
}
.news-page .breadCrumbs {
	padding-top: 40px
}
.news-page section.news .wrap-block {
	grid-template-columns: repeat(4, 1fr)
}
@media screen and (max-width:1100px) {
	.news-page section.news .wrap-block {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media screen and (max-width:960px) {
	.news-page section.news .wrap-block {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width:660px) {
	.news-page section.news .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	.news-page section.news .wrap-block .block {
		margin: 0 auto
	}
}
@media screen and (max-width:460px) {
	.news-page section.news .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	.news-page section.news .wrap-block .block {
		width: 100%
	}
}
.new-inner .breadCrumbs-wrap {
	background-color: #fff
}
.new-inner .title {
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 41px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 30px
}
.new-inner p {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px
}
.feedback .container {
	padding: 0 130px
}
.feedback .breadCrumbs-wrap {
	background-color: #fff;
	padding: 40px 130px
}
.feedback .title {
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif;
	margin-bottom: 45px;
	margin-top: 100px
}
.feedback .wrap-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 120px
}
.feedback .wrap-block .text {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .02em
}
.feedback input[type=text] {
	border-bottom: 1px solid #9fa4a4;
	color: #000
}
.feedback input[type=text]::placeholder {
	color: #9fa4a4
}
.feedback input[type=submit] {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}

.feedback #submit_modal_main {
	background-color: #000;
	color: #fff;
	font-size: 18px;

    padding: 20px 60px;
}
.feedback textarea {
	border: 1px solid #9fa4a4;
	color: #000;
	border-radius: 5px;
	padding: 15px;
	height: 250px
}
.feedback textarea::placeholder {
	color: #9fa4a4
}
.feedback input[type=file] {
	outline: 0;
	opacity: 0;
	pointer-events: none;
	user-select: none
}
.feedback .label {
	width: 83px;
	display: inline-flex;
	cursor: pointer
}
.feedback .btn-wrap {
	display: flex;
	justify-content: space-between
}
.feedback .consideration {
	margin-top: 120px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .02em
}
.feedback .owl-nav {
	justify-content: space-between;
	bottom: 41px
}
.feedback .owl-nav .owl-prev {
	left: -46px;
	position: relative
}
.feedback .owl-nav .owl-next {
	right: -46px;
	position: relative
}
.feedback .owl-carousel {
	margin-top: 120px
}
.feedback footer {
	background-color: #fff
}
@media screen and (max-width:1100px) {
	.feedback .breadCrumbs-wrap {
		padding: 40px 16px
	}
	.feedback .container {
		padding: 0 16px
	}
	.feedback .wrap-block {
		grid-template-columns: 1fr;
		grid-gap: 60px
	}
	.feedback .owl-nav {
		bottom: 50%
	}
	.feedback .owl-nav .owl-next {
		right: 0
	}
	.feedback .owl-nav .owl-prev {
		left: 0
	}
}
* {
	box-sizing: border-box
}
body {
	font-family: Raleway, sans-serif
}
body.open {
	overflow: hidden
}
body.open .top-block .menu {
	transform: translateX(0);
	transition: .4s
}
.container {
	padding: 0 32px
}
a {
	text-decoration: none;
	color: #000
}
img {
	width: 100%
}
.top-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 32px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
	z-index: 10000
}
.menu {
	display: flex;
	margin-left: 350px
}
.menu li {
	margin-right: 38px
}
.menu li:last-child {
	margin-right: 0
}
.menu li:first-child {
	/* display:none; */
}
.menu li a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	font-family: Open Sans, sans-serif
}
.localization, .menu .close {
	display: none
}
.localization a {
	color: #fff;
	display: flex;
	font-family: Open Sans, sans-serif
}
.localization a>div {
	cursor: pointer
}
.localization a>div.active {
	border-bottom: 1px solid
}
.menu-button {
	display: none
}
section.one {
	z-index: 4;
	position: relative;
	width: 100%;
	height: calc(100vh - 63px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	text-align: center;
	margin: 0;
	overflow: hidden
}
section.one h1.title {
	font-size: 80px;
	letter-spacing: .03em;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-family: AkiraBold;
	margin-bottom: 44px
}
section.one p {
	font-family: Raleway, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 24px
}
section.one .arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px
}
section.one .arrow a {
	font-size: 17px;
	color: #fff;
	white-space: nowrap;
	display: flex;
	align-items: center;
	cursor: pointer
}
section.one .arrow a:before {
	content: "";
	background: url(/images/top-arrow.6034017d.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 30px;
	margin-right: 20px;
	display: inline-flex;
	animation: upDown 1s infinite ease-in-out;
	-webkit-animation: upDown 1s infinite ease-in-out
}
@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(-30%)
	}
	50% {
		-webkit-transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-30%)
	}
}
@keyframes upDown {
	0% {
		transform: translateY(-30%)
	}
	50% {
		transform: translateY(0)
	}
	to {
		transform: translateY(-30%)
	}
}
section.two {
	background: #f8f8f8;
	z-index: 4;
	position: relative
}
section.two .title {
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif;
	margin: 90px auto 84px;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	width: 100%
}
section.two .wrap-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	flex-wrap: wrap;
	grid-gap: 20px
}
section.two .wrap-block a {
	width: 100%;
	position: relative
}
section.two .wrap-block a img {
	width: 100%;
	background: #fff;
	border-radius: 10px
}
section.two .wrap-block .bubble {
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 8px 16px
}
section.two .all {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	margin: 60px 0 40px;
	font-family: Raleway, sans-serif;
	color: rgba(0, 0, 0, .9)
}
section.line-callBack {
	background-color: #000;
	padding: 44px 32px;
	display: flex;
	justify-content: space-around;
	font-family: Raleway, sans-serif;
	color: #fff
}
section.line-callBack p {
	font-size: 18px;
	line-height: 150%
}
section.line-callBack .bytton-call {
	letter-spacing: .02em;
	font-size: 16px;
	width: 250px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer
}
section.main-slider {
	position: relative
}
section.main-slider .owl-nav {
	width: 120px;
	left: 50%;
	margin-left: -60px
}
section.main-slider .title {
	font-size: 30px;
	line-height: 41px;
	margin: 60px auto 55px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	font-family: Manrope, sans-serif
}
section.main-slider .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center
}
section.main-slider .wrap .images {
	max-width: 40%
}
section.main-slider .title-right {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 66px;
	color: #2f3030;
	font-family: Raleway, sans-serif
}
section.main-slider .title-right span {
	color: #ffb802
}
section.main-slider .graf-block {
	display: flex;
	align-items: flex-start
}
section.main-slider .graf-block .left {
	width: 165px;
	margin-right: 60px
}
section.main-slider .graf-block .right {
	width: 352px
}
section.main-slider .graf-block p.one {
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: .02em;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	font-family: Raleway, sans-serif
}
section.main-slider .graf-block p.two {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 38px;
	font-weight: 600;
	font-family: Raleway, sans-serif
}
section.main-slider .graf-block .list li {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em;
	margin-bottom: 5px;
	padding-left: 12px;
	position: relative
}
section.main-slider .graf-block .list li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 10px
}
section.main-slider .btn-wrap {
	display: flex;
	justify-content: flex-end;
	margin: 90px 0
}
section.main-slider .button {
	background: #000;
	border-radius: 5px;
	width: 186px;
	height: 49px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway, sans-serif;
	z-index: 100
}
section.main-slider .navigation {
	position: absolute;
	bottom: 110px;
	z-index: 1000
}
section.main-slider .navigation a {
	font-size: 14px;
	color: #1a1a1a
}
section.application {
	padding: 40px 0;
	background-color: #000;
	color: #fff;
	font-family: Open Sans, sans-serif;
	display: flex;
	justify-content: space-around
}
section.application .block-text {
	max-width: 395px
}
section.application .block-text .title {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 33px;
	text-transform: uppercase
}
section.application .block-text p {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em
}
section .application-form {
	display: flex;
	flex-direction: column;
	max-width: 390px;
	width: 100%
}
section .application-form .submit {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px
}
section.duties {
	padding-bottom: 90px
}
section.duties .title {
	margin: 90px auto;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif;
	text-align: center
}
section.duties .wrap-block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	grid-row-gap: 88px
}
section.duties .block {
	width: 202px;
	text-align: center;
	margin: 0 auto
}
section.duties .block .icon {
	margin-bottom: 34px;
	width: 80px;
	margin: 0 auto
}
section.duties .block p {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .03em;
	font-family: Raleway, sans-serif
}
section.cooperation {
	background: #f8f8f8;
	padding-bottom: 60px
}
section.cooperation .title {
	margin: 90px auto;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif;
	text-align: center
}
section.cooperation .wrap-block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 60px;
	grid-column-gap: 20px
}
section.cooperation .wrap-block .block {
	width: 100%
}
section.cooperation .block-description {
	display: flex;
	margin: 0 auto;
	max-width: 370px;
	position: relative;
	flex-direction: column
}
section.cooperation .block-description .number-block {
	display: flex;
	align-items: flex-end
}
section.cooperation .block-description .number {
	font-size: 64px;
	line-height: 87px;
	font-family: Manrope, sans-serif;
	font-weight: 600
}
section.cooperation .block-description .name {
	font-size: 21px;
	line-height: 25px;
	position: relative;
	bottom: 12px;
	margin-left: 10px;
	font-family: Raleway, sans-serif;
	font-weight: 400
}
section.cooperation .block-description .description {
	font-size: 16px;
	line-height: 19px;
	font-family: Raleway, sans-serif
}
section.news {
	padding-bottom: 60px
}
section.news .title {
	margin: 40px auto;
	font-size: 30px;
	line-height: 41px;
	font-family: Manrope, sans-serif
}
section.news .wrap-block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px
}
section.news .wrap-block .block {
	border: 1px solid hsla(0, 0%, 77%, .3);
	box-shadow: 4px 4px 16px hsla(0, 0%, 77%, .2);
	border-radius: 10px;
	padding: 30px 20px;
	font-family: Raleway, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
section.news .wrap-block .block.active .block-text {
	height: auto
}
section.news .wrap-block .block.active .block-text:before {
	display: none
}
section.news .wrap-block .title-block {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between
}
section.news .wrap-block .title-block .name-new {
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	font-family: Raleway, sans-serif
}
section.news .wrap-block .title-block .date-new {
	font-size: 13px;
	line-height: 15px;
	color: #333;
	font-family: Raleway, sans-serif;
	font-weight: 300
}
section.news .wrap-block .block-text {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .05em;
	height: 135px;
	overflow: hidden;
	position: relative;
	font-weight: 300
}
section.news .wrap-block .block-text:before {
	content: "";
	width: 100%;
	background-image: linear-gradient(#fff, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .35));
	position: absolute;
	height: 60px;
	transform: rotate(180deg);
	bottom: 0
}
section.news .wrap-block .button-new {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 49px;
	font-size: 16px;
	color: #fff;
	background: #000;
	box-shadow: 4px 4px 16px rgba(56, 113, 193, .1);
	border-radius: 5px;
	margin-top: 20px
}
section.news .wrap-block .button-new.mobile-button-new {
	display: none
}
section.news .wrap-block .button-new img {
	margin-left: 15px;
	width: 46px
}
footer {
	font-family: Raleway, sans-serif;
	background: #f8f8f8;
	padding-top: 90px
}
footer .logo {
	width: 36px;
	display: inline-flex
}
footer .middle {
	margin-top: 50px;
	display: flex;
	justify-content: space-between
}
footer .middle .left-block {
	display: flex
}
footer .middle .left-block ul {
	margin-right: 300px
}
footer .middle .left-block ul:last-child {
	margin-right: 0
}
footer .middle .left-block ul li {
	margin-bottom: 15px
}
footer .middle .left-block ul li:last-child {
	margin-bottom: 0
}
footer .middle .left-block ul li a {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #000;
	font-family: Raleway, sans-serif;
	font-weight: 300
}
footer .bottom {
	margin-top: 60px;
	padding: 38px 0 60px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #9fa4a4
}
footer .bottom a {
	font-size: 18px;
	letter-spacing: .02em;
	color: #000
}
@media screen and (max-width:820px) {
	.menu {
		margin-left: 0
	}
	section.two .title {
		margin: 90px 0 40px;
	}
	section.two .wrap-block {
		grid-template-columns: repeat(3, 1fr)
	}
	section.two .all {
		margin: 20px 0 40px
	}
	section.line-callBack {
		flex-direction: column
	}
	section.line-callBack .bytton-call {
		margin-top: 30px
	}
	section.main-slider .btn-wrap {
		margin: 60px 0 40px
	}
	section.application {
		padding: 40px 16px;
		flex-direction: column
	}
	section.application .block-text {
		max-width: 100%;
		margin-bottom: 32px
	}
	section.application .application-form {
		max-width: 100%
	}
	section.application .application-form .submit {
		margin-top: 40px
	}
	section.main-slider .wrap {
		flex-direction: column
	}
	section.main-slider .images {
		max-width: 100%!important
	}
	section.duties {
		padding-bottom: 60px
	}
	section.cooperation .title, section.duties .title {
		margin: 60px 0 40px
	}
	section.cooperation .wrap-block {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px
	}
	section.cooperation .wrap-block .block:nth-child(4) {
		/* display: none; */}
	section.news .title {
		margin: 60px 0 40px
	}
	section.news .wrap-block {
		grid-template-columns: repeat(2, 1fr)
	}
	footer {
		padding-top: 60px
	}
	footer .middle .left-block ul {
		margin-right: 20px
	}
	footer .bottom {
		padding-bottom: 40px
	}
}
@media screen and (max-width:620px) {
	.container {
		padding: 0 16px
	}
	section.one .arrow {
		bottom: 100px
	}
	.top-block {
		top: 0;
		padding: 15px 16px
	}
	.top-block .menu {
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 10;
		flex-direction: column;
		align-items: center;
		padding-top: 75px;
		text-align: center;
		transform: translateX(-100%)
	}
	.top-block .menu li {
		margin: 0 0 30px
	}
	.top-block .menu li:first-child {
		display: block
	}
	.top-block .menu li a {
		font-size: 24px;
		line-height: 33px;
		color: #000;
		font-family: Manrope, sans-serif;
		font-weight: 500
	}
	.top-block .menu .close {
		position: absolute;
		top: 25px;
		right: 25px;
		cursor: pointer;
		width: 35px;
		height: 35px;
		display: inline-flex
	}
	.top-block .menu .close img {
		width: 100%
	}
	.top-block .menu-button {
		display: inline-flex
	}
	section.one {
		align-items: flex-start
	}
	section.one h1.title {
		margin-top: 150px;
		margin-bottom: 20px
	}
	.owl-carousel .owl-item img {
		height: 400px
	}
	section.main-slider .graf-block {
		flex-direction: column
	}
	section.main-slider .graf-block .left {
		width: 100%;
		margin-bottom: 50px
	}
	section.main-slider .graf-block .left br {
		display: none
	}
	section.main-slider .owl-nav {
		justify-content: flex-end;
		width: 100%;
		left: 0;
		margin-left: 0
	}
	section.main-slider .btn-wrap {
		justify-content: center
	}
	section.main-slider .graf-block .right {
		width: 100%;
		max-width: 380px
	}
	section.main-slider .button {
		width: 100%;
		margin-top: 20px
	}
	section .title {
		font-size: 24px!important;
		line-height: 33px!important
	}
	section.one {
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain
	}
	section.one h1.title {
		font-style: normal;
		font-weight: 400;
		font-size: 40px!important;
		line-height: 125.68%!important;
		text-align: center;
		letter-spacing: .03em;
		font-feature-settings: "liga" off;
		color: #fff
	}
	section.one p {
		font-family: Raleway;
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 150%;
		text-align: center;
		color: #fff;
		opacity: .7
	}
	section.two .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	section.two .wrap-block .block {
		height: 140px;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		display: flex
	}
	section.two .wrap-block .block img {
		width: 70%;
		max-width: 280px
	}
	section.line-callBack {
		text-align: center;
		padding: 30px 16px
	}
	section.line-callBack .bytton-call {
		width: 100%
	}
	section.duties .wrap-block {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px
	}
	section.duties .wrap-block .block {
		width: auto
	}
	section.duties .wrap-block .block .icon {
		margin-bottom: 16px
	}
	section.duties .wrap-block .block p {
		font-size: 12px;
		line-height: 18px
	}
	section.cooperation {
		padding: 0 16px 60px
	}
	section.cooperation .wrap-block .block:nth-child(3) .name {
		bottom: 18px
	}
	section.cooperation .block-description .number {
		font-size: 50px
	}
	section.cooperation .block-description .name {
		font-size: 18px;
		bottom: 19px
	}
	section.news .wrap-block {
		grid-template-columns: repeat(1, 1fr)
	}
	footer .bottom {
		flex-direction: column;
		margin-top: 30px;
		padding: 15px 0
	}
	footer .bottom p {
		font-size: 14px
	}
	footer .bottom a {
		margin-top: 15px;
		font-size: 14px
	}
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%
}
.top-scroll {
	width: 65px;
	height: 65px;
	position: fixed;
	right: 32px;
	bottom: 70px;
	cursor: pointer;
	z-index: 3
}
.custom_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #fff
}
section.two .wrap-block a {
	background: #fff;
	display: flex;
	align-content: center;
	justify-content: center;
}
.padding {
	padding: 105px 0;
}
section.two {
	padding-bottom: 40px;
}
.privacy_title{
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 32px;
}
.privacy p{
margin: 10px 32px;
}

.input2 {
    width: 186px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
	color: #fff;
    font-family: Raleway, sans-serif;
}

.input3 {
	background-color: #000;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    font-family: Raleway, sans-serif;
    letter-spacing: .02em;
    color: #fff;
    -webkit-appearance: none;
	padding: 20px;
}

.map, .map_img {
	display: none !important;
}

.map .title{
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    font-family: Manrope, sans-serif;
    margin: 40px auto;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.map_img{
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}
.title_item{
    display: block;
    text-align: center;
    margin-bottom: 40px;
	text-transform: uppercase;
}




@media screen and (max-width:620px) {
	.map_img{
		display: block;
		justify-content: space-around;
		padding-bottom: 50px;
	}
	.title_item{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.map_img_item{
		margin-bottom: 60px;
	}
	.item_img{
		width: 50%;
		margin: 0 auto;
		margin-bottom: 50px;

	}

	.item_img.img1{
		width: 40%;
	}
	.item_img.img2{
		width: 90%;
	}
	.item_img.img3{
		width: 40%;
	}
}

#aceplane img {
	object-fit: contain;
}
