@charset "UTF-8";

html,
body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}


.badge{
	position: relative;
}

.badge img{
	position: absolute;
	right: 0px;
	width: 120px;
	top: 50%;
	transform: translateY(-50%);
}
@media(max-width:880px){
	.badge img {
		bottom: -180px;
		top: unset;
	}
}
@media(max-width:576px){
	.badge img {
		transform: unset;
		width: 70px;
		bottom: -150px;
	}
}

#partners, #projects {
	overflow: hidden;
}

.std-slider .owl-nav button,
.contacts-info {
	top: 50%;
	transform: translate(0, -50%);
}

.burger span,
.activity__title,
.contacts__txt {
	display: block !important;
}

.animation-slide-top {
	opacity: 0;
	animation: animateSlideTop 1s ease-in-out forwards;
}

.animation-slide-top—delay-0 {
	animation-delay: 0ms;
}

.animation-slide-top—delay-200 {
	animation-delay: 200ms;
}

.animation-slide-top—delay-400 {
	animation-delay: 400ms;
}

.animation-slide-top—delay-600 {
	animation-delay: 600ms;
}

.animation-slide-top—delay-800 {
	animation-delay: 800ms;
}

.animation-slide-top—delay-1000 {
	animation-delay: 1000ms;
}

.animation-slide-top—delay-1200 {
	animation-delay: 1200ms;
}

.animation-slide-top—delay-1400 {
	animation-delay: 1400ms;
}

.animation-slide-top—delay-1600 {
	animation-delay: 1600ms;
}

.animation-slide-top—delay-1800 {
	animation-delay: 1800ms;
}

.animation-slide-top—delay-2000 {
	animation-delay: 2000ms;
}

@keyframes animateSlideTop {
	0% {
		opacity: 0;
		transform: translateY(-60px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.animation-slide-bottom {
	opacity: 0;
	animation: animateSlideBottom 1s ease-in-out forwards;
}

.animation-slide-bottom—delay-0 {
	animation-delay: 0ms;
}

.animation-slide-bottom—delay-200 {
	animation-delay: 200ms;
}

.animation-slide-bottom—delay-400 {
	animation-delay: 400ms;
}

.animation-slide-bottom—delay-600 {
	animation-delay: 600ms;
}

.animation-slide-bottom—delay-800 {
	animation-delay: 800ms;
}

.animation-slide-bottom—delay-1000 {
	animation-delay: 1000ms;
}

.animation-slide-bottom—delay-1200 {
	animation-delay: 1200ms;
}

.animation-slide-bottom—delay-1400 {
	animation-delay: 1400ms;
}

.animation-slide-bottom—delay-1600 {
	animation-delay: 1600ms;
}

.animation-slide-bottom—delay-1800 {
	animation-delay: 1800ms;
}

.animation-slide-bottom—delay-2000 {
	animation-delay: 2000ms;
}

@keyframes animateSlideBottom {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.animation-slide-left {
	opacity: 0;
	animation: animateSlideLeft 1s ease-in-out forwards;
}

.animation-slide-left—delay-0 {
	animation-delay: 0ms;
}

.animation-slide-left—delay-200 {
	animation-delay: 200ms;
}

.animation-slide-left—delay-400 {
	animation-delay: 400ms;
}

.animation-slide-left—delay-600 {
	animation-delay: 600ms;
}

.animation-slide-left—delay-800 {
	animation-delay: 800ms;
}

.animation-slide-left—delay-1000 {
	animation-delay: 1000ms;
}

.animation-slide-left—delay-1200 {
	animation-delay: 1200ms;
}

.animation-slide-left—delay-1400 {
	animation-delay: 1400ms;
}

.animation-slide-left—delay-1600 {
	animation-delay: 1600ms;
}

.animation-slide-left—delay-1800 {
	animation-delay: 1800ms;
}

.animation-slide-left—delay-2000 {
	animation-delay: 2000ms;
}

@keyframes animateSlideLeft {
	0% {
		opacity: 0;
		transform: translateX(-60px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.animation-slide-right {
	opacity: 0;
	animation: animateSlideRight 1s ease-in-out forwards;
}

.animation-slide-right—delay-0 {
	animation-delay: 0ms;
}

.animation-slide-right—delay-200 {
	animation-delay: 200ms;
}

.animation-slide-right—delay-400 {
	animation-delay: 400ms;
}

.animation-slide-right—delay-600 {
	animation-delay: 600ms;
}

.animation-slide-right—delay-800 {
	animation-delay: 800ms;
}

.animation-slide-right—delay-1000 {
	animation-delay: 1000ms;
}

.animation-slide-right—delay-1200 {
	animation-delay: 1200ms;
}

.animation-slide-right—delay-1400 {
	animation-delay: 1400ms;
}

.animation-slide-right—delay-1600 {
	animation-delay: 1600ms;
}

.animation-slide-right—delay-1800 {
	animation-delay: 1800ms;
}

.animation-slide-right—delay-2000 {
	animation-delay: 2000ms;
}

@keyframes animateSlideRight {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-Black.eot");
	src: local("../fonts/Gotham-Black"), local("../fonts/Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-Bold.eot");
	src: local("../fonts/Gotham-Bold"), local("../fonts/Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-Book.eot");
	src: local("../fonts/Gotham-Book"), local("../fonts/Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url("../fonts/Gotham-Ultra.eot");
	src: local("../fonts/Gotham-Ultra"), local("../fonts/Gotham-Ultra"), url("../fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center-x {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-end-x {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-end-y {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center-y {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-space-b {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-space-y {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

img {
	display: block;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

svg path {
	transition: all ease .3s;
}

html,
body {
	height: 100%;
}

body {
	background: #fff;
	margin: 0;
	font-family: 'Gotham', sans-serif;
	color: #414142;
	overflow-x: hidden;
	position: relative;
}

a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}

input,
button,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 30px;
	font-size: 28px;
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	p {
		font-size: 25px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 767.98px) and (min-resolution: 192dpi) {
	p {
		font-size: 16px;
		line-height: 18px;
	}
}

p:last-child {
	margin: 0;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	border: none;
	cursor: pointer;
}

.show-mob {
	display: none;
}

.wrapper {
	min-height: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		width: 962px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

.center {
	text-align: center;
}

.header {
	padding: 8px 0;
}

@media only screen and (max-width: 767.98px) {
	.navigation {
		display: none;
		width: 80%;
		position: absolute;
		height: 50%;
		top: 0;
		padding-left: 30px;
		padding-top: 70px;
		right: 0;
		background: rgba(0, 0, 0, 0.8);
	}
}

nav a {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.06em;
	color: #ffffff;
	margin-left: 50px;
	transition: .3s;
}

nav div a {
	margin: 0px;
}

nav div {
	margin-left: 50px;
	display: flex;
	gap: 10px
}

nav a:first-child {

	margin-left: 0;
}

nav a:hover {
	opacity: .6;
}

@media only screen and (max-width: 767.98px) {
	nav div {
		margin-left: 0px;
		display: flex;
		gap: 30px
	}

	nav div a {
		margin: 0px;
		width: max-content;
	}

	nav a {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

h1 {
	font-weight: 900;
	font-size: 72px;
}

.main-bn {
	padding-bottom: 410px;
	background: url("../images/bg-1.webp") no-repeat 50% 0;
}

.main-bn .main-title {
	margin-top: 100px;
	margin-bottom: 21px;
	font-weight: 900;
	font-size: 72px;
	line-height: 130%;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
	.main-bn .main-title {
		margin-top: 100px;
		margin-bottom: 21px;
		font-size: 42px;
	}
}

@media only screen and (min-width: 1920px) {
	.main-bn {
		padding-bottom: 500px;
		background: url("../images/bg-1@2x.webp") no-repeat 50% 100%;
		background-size: cover;
	}
}

@media only screen and (max-width: 767.98px) {
	.main-bn {
		padding-bottom: 540px;
		background: url(../images/bg-1.webp) no-repeat 50% 0;
	}
}

.btn-arrow {
	display: inline-block;
}

@media only screen and (max-width: 767.98px) {
	.btn-arrow img {
		max-width: 70%;
	}
}

#projects {
	position: relative;
	z-index: 2;
	margin-top: -190px;
}

#projects .section__title {
	padding-bottom: 79px;
	padding-right: 77px;
	text-align: right;
}

@media only screen and (max-width: 767.98px) {
	#projects .section__title {
		padding-right: 0;
		padding-bottom: 39px;
	}
}

@media only screen and (max-width: 767.98px) {
	#projects {
		margin-top: -170px;
	}
}

@media only screen and (max-width: 480.98px) {
	#partners .section__title {
		text-align: center;
	}

	#projects .section__title {
		text-align: center;
	}

	.about .section__title {
		text-align: center !important;
	}

	.activity .section__title {
		text-align: center;
	}

	.contacts .section__title {
		text-align: center;
	}

	#projects {
		margin-top: -200px;
	}
}

.owl-carousel .owl-item img {
	width: auto !important;
}

.section__title {
	font-weight: 900;
	font-size: 72px;
	line-height: 130%;
	text-transform: uppercase;
	color: #050608;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.section__title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.section__title {
		font-size: 53px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section__title {
		font-size: 30px;
	}
}

.std-slider {
	padding: 0 45px;
}

.std-slider .owl-item {
	margin: 50px 0px;
	padding: 0 22px;
	max-height: 300px;
}

.std-slider .owl-item:focus {
	outline: none;
}

.std-slider .owl-item .std-slider__slide img {
	filter: grayscale(1);
}

.std-slider .std-slider__slide {
	background: #ffffff;
	min-height: 300px;
	max-height: 300px;
	display: flex;
	color: #000;
	line-height: 25px;
	text-align: center;
	font-weight: 700;
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	transition: .3s;
	box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
}

.std-slider .std-slider__slide:hover {
	box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.std-slider .std-slider__slide:hover img {
	filter: none !important;
}

@media only screen and (max-width: 767.98px) {
	.std-slider .std-slider__slide {
		max-height: 250px;
	}
}

.std-slider .owl-nav button {
	width: 20px !important;
	height: 40px !important;
	position: absolute !important;
	z-index: 5;
	text-indent: -99999px !important;
	background: url("../images/arrow-slider.svg") no-repeat 50% 50% !important;
}

.std-slider .owl-nav .owl-prev {
	left: 0;
}

.std-slider .owl-nav .owl-next {
	right: 0;
	transform: translate(0, -50%) rotate(180deg);
}

@media only screen and (max-width: 767.98px) {
	.std-slider {
		padding: 0 30px;
	}
}

.burger {
	display: none;
	position: relative;
	z-index: 30;
}

.burger span {
	width: 22px;
	height: 2px;
	border-radius: 4px;
	background: #ffffff;
	margin-bottom: 4px;
}

.burger span:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.burger {
		display: block;
	}
}

.about {
	position: relative;
	z-index: 1;
	padding-top: 240px;
	padding-bottom: 150px;
	margin-top: -175px;
	background: url("../images/bg-2.webp") 50% center / cover no-repeat;
}



.about .section__title {
	margin-bottom: 35px;
	color: #FFFFFF;
	text-align: left;
}

.about .btn-arrow {
	margin-bottom: 25px;
}

@media only screen and (min-width: 1920px) {
	.about {
		padding-bottom: 300px;
	}
}

@media only screen and (min-width: 1200px) {
	.about {
		background-size: cover;
		padding-top: 470px;
		margin-top: -230px;
		background: url(../images/bg-2@2x.webp) 50% center / cover no-repeat
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.about {
		padding-top: 300px;
		padding-bottom: 300px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#partners{
		margin-top: -150px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.about {
		padding-top: 260px;
		margin-top: -235px;
		padding-bottom: 250px;
	}
}

@media only screen and (max-width: 767.98px) {
	.about {
		padding-top: 260px;
		margin-top: -235px;
		padding-bottom: 250px;
	}
}

@media only screen and (max-width: 576px) {
	.about {
		position: relative;
		z-index: 1;
		padding-top: 300px;
		margin-top: 0px;
		padding-bottom: 150px;
		background: url("../images/bg-2-1.png") 50% center / cover no-repeat;
	}
}

@media only screen and (max-width: 480px) {
	.about {
		padding-top: 250px;
		margin-top: 0px;
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767.98px) {
	.hide-mob {
		display: none;
	}
}

#partners .section__title {
	margin-bottom: 50px;
	margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
	#partners {
		padding-top: 0px;
		margin-top: -200px;
	}
}

@media only screen and (max-width: 576px) {
	#partners {
		padding-top: 0px;
		margin-top: 50px;
	}
}

.activity {
	padding-top: 315px;
	margin-top: -270px;
	padding-bottom: 225px;
	background: url("../images/bg-3.webp") no-repeat 50% 0;
}

.activity .section__title {
	color: #ffffff;
}

.activity__list {
	margin-top: -5px;
}

.activity__icon img {
	width: 40px;
}

.activity__el {
	padding-top: 50px;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 767.98px) {
	.activity__el {
		width: 50%;
		padding-top: 40px;
	}
}

.activity__icon {
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
	.activity__icon {
		width: 80px;
		height: 80px;
	}
}

.activity__title {
	margin-top: 25px;
	font-weight: bold;
	width: 100%;
	font-size: 23px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.activity__title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity__title {
		margin-top: 20px;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 120%;
	}
}

@media only screen and (min-width: 1920px) {
	.activity {
		background-size: cover;
		background: url("../images/bg-3@2x.webp") no-repeat 50% 0;
	}
}

@media only screen and (max-width: 767.98px) {}

#map {
	height: 400px;
	width: 61%;
}

@media only screen and (max-width: 767.98px) {
	#map {
		width: 100%;
	}
}

.contacts {
	padding-bottom: 120px;
}

.contacts-content {
	position: relative;
}

.contacts .section__title {
	margin-bottom: 95px;
}

.contacts-info {
	position: absolute;
	left: 60%;
	background: #050608;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 52px 57px 51px 58px;
}

@media only screen and (max-width: 767.98px) {
	.contacts-info {
		position: static;
		width: 100%;
		padding: 32px 30px 31px 31px;
		transform: translate(0);
		margin-top: 40px;
	}
}

.contacts__txt {
	width: 100%;
	font-weight: 400;
	font-size: 26px;
	line-height: 150%;
	color: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
	.contacts__txt {
		font-size: 20px;
	}
}

.contacts a {
	transition: .3s;
}

.contacts a:hover {
	opacity: .6;
}

@media only screen and (max-width: 767.98px) {
	.contacts {
		padding-bottom: 60px;
	}
}

.footer {
	background: #050608;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767.98px) {
	.footer__navigation {
		display: block;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.footer {
		padding: 30px 0;
	}
}

.copy {
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */