@font-face {
    font-family: 'Gilroy-Black';
    src: url('fonts/Gilroy-Black.woff2') format('woff2'), url('fonts/Gilroy-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'), url('fonts/Gilroy-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Extrabold';
    src: url('fonts/Gilroy-Extrabold.woff2') format('woff2'), url('fonts/Gilroy-Extrabold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('fonts/Gilroy-Heavy.woff2') format('woff2'), url('fonts/Gilroy-Heavy.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('fonts/Gilroy-Light.woff2') format('woff2'), url('fonts/Gilroy-Light.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'), url('fonts/Gilroy-Medium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'), url('fonts/Gilroy-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('fonts/Gilroy-Semibold.woff2') format('woff2'), url('fonts/Gilroy-Semibold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Thin';
    src: url('fonts/Gilroy-Thin.woff2') format('woff2'), url('fonts/Gilroy-Thin.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-UltraLight';
    src: url('fonts/Gilroy-UltraLight.woff2') format('woff2'), url('fonts/Gilroy-UltraLight.woff') format('woff');
    font-display: swap;
}

html,
body {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	font-family: 'Gilroy-Regular';
	color: #0d0c0d;
}
* {
	box-sizing: border-box;
}
p {
	margin: 0 0 15px;
}
img {
	max-width: 100%;
}
.section-title {
	margin: 0;
	margin-bottom: 30px;
	font-family: 'Gilroy-Medium';
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}
.section-title--white {
	color: white;
}
.section-title--center {
	text-align: center;
}
.button {}
.button--white {}

.values-section,
.statistic-section,
.project-section,
.support-section,
.contacts-section,
.plan-section {
	padding: 90px 0;
}
/*

Фиолетовый #7405ca
Оранжевый #f57b16
Коралловый #f20d61

*/

/**/
/* Header  */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-top: 80px;
}
.header img {
	transition: all .21s ease;	
}
.header.scroll {
	padding: 15px 0;
	background: white;
}
.header__row {
	align-items: center;
}
.header-logo {}
.header-logo img {
	max-width: 300px;
}
.header-logo img,
.header .header-social-links img {
	-webkit-filter: brightness(0) invert(1);
			filter: brightness(0) invert(1);
}
.header.scroll .header-logo img {
	max-width: 180px;
}
.header.scroll .header-logo img,
.header.scroll .header-social-links img {
	-webkit-filter: initial;
			filter: initial;
}
.header-social-links {
	padding: 0;
}
.header-social-links li {
	margin-left: 15px;
	list-style-type: none;
}
.header-social-links img {
	width: auto;
	height: 30px;
}
.main-menu {}
.main-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.main-menu li {
	margin: auto 10px;
	list-style-type: none;
}
.main-menu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.header.scroll .main-menu a {
	color: #7405ca;
}
.header-social-links {
	display: flex;
	justify-content: flex-end;
}
.header-social-links__link {}


/*first-section*/
.first-section {
	position: relative;
	overflow: hidden;
	background: url(img/first.jpg) no-repeat center / cover;
}
.first-section .container {
	position: relative;
	z-index: 3;
	display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
	min-height: 600px;
	padding-bottom: 80px;
}
.first-section__button {
	width: 320px;
	max-width: 100%;
	margin-left: 30px;
	margin-inline: 30px;
	padding: 20px;
	border-radius: 50px;
	text-align: center;
	font-family: 'Gilroy-Medium';
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.first-section__button:hover {
	filter: brightness(1.1);
}
.first-section__button--f {
	background: #7405ca;
}
.first-section__button--p {
	background: #f20d61;
}
#first-video,
.first-section__slider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	-o-object-fit: cover;
      object-fit: cover;
}
.first-section__slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.first-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	pointer-events: none;
}


/**/
.violet-section {
	padding: 100px 0;
	background: #7405ca;
	color: white;
}
.violet-section p {
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Gilroy-Light';
}
.violet-section__row {}
@media (min-width: 769px) {
	.violet-section__second {
		padding-top: 200px;
	}
}


/**/
.values-section {}
.values-section .section-title {
	color: #7405ca;
}
.values-section__wrap,
.values-section__row {
	justify-content: center;
}
.values-section__item {
	margin: 0;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 28px;
    color: white;
    line-height: 1;
    font-family: 'Gilroy-Medium';
}
.values-section__row:last-child p {
	margin-bottom: ;
}
.values-section__item--v {
	background: #7405ca;
}
.values-section__item--o {
	background: #f57b16;
}
.values-section__item--r {
	background: #f20d61;
}
.values-section__item--b {
	background: #0086E9;
}



/**/
.statistic-section {
	background: url(img/stat.jpg) no-repeat center / cover;
}
.statistic-section__row {
	text-align: center;
}
.statistic-section__item {
	padding: 50px 20px;
	border-radius: 10px;
	background: white;
}
.statistic-section__item--v {
	color: #7405ca;
}
.statistic-section__item--r {
	color: #f20d61;
}
.statistic-section__item--o {
	color: #f57b16;
}
.statistic-section__value,
.statistic-section__value2 {
	margin: 0;
	font-family: 'Gilroy-Semibold';
	font-size: 55px;
	line-height: 1;
}
.statistic-section__text {
	margin: 0;
	font-family: 'Gilroy-Medium';
	font-size: 18px;
}

@media (max-width: 769px) {
	.statistic-section__value2 {
		font-size: 35px;
	}
}


/**/
.project-section {
	padding-top: 90px;
	padding-bottom: 30px;
}
.project-section__item {
	margin-bottom: 60px;
}
.project-section__img {
	border-radius: 10px;
}
.project-section__text {
	min-height: 115px;
	margin-top: -10px;
	padding: 20px 20px 15px;
	border: 2px solid #7405ca;
	border-radius: 10px;
	color: #7405ca;
	font-family: 'Gilroy-Semibold';
}
.project-section .col-md-3:nth-child(odd) .project-section__text {
	background: #7405ca;
	color: white;
}

/**/
.support-section {}
.support-section__top-line {
	margin-bottom: 20px;
}
.support-section__item {
	display: flex;
    align-items: flex-end;
	height: 100%;
	min-height: 240px;
	padding: 25px 25px 45px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Gilroy-Semibold';
	color: white;
	font-size: 22px;
}
.support-section--v,
.support-section--v .support-section__title {
	background-color: #7405ca;
}
.support-section--r,
.support-section--r .support-section__title {
	background-color: #f20d61;
}
.support-section--o,
.support-section--o .support-section__title {
	background-color: #f57b16;
}
.support-section__title {
	margin-bottom: 0;
}
.support-section--1 {
	background-image: url(img/s1.png);
}
.support-section--2 {
	background-image: url(img/s2.png);
}
.support-section--3 {
	background-image: url(img/s3.png);
}
.support-section-wr--3 {
	margin-bottom: 20px;
}
.support-section--4 {
    padding-right: 150px;
	background-position: right bottom;
	background-image: url(img/s4.png);
}
.support-section--5 {
	background-image: url(img/s5.png);
}
.support-section--6 {
	padding-right: 150px;
	background-image: url(img/s6.png);
    background-position: top right;
}
.support-section--7 {
	padding: 25px 15px 45px;
	border: 2px solid #f57b16;
	color: #f57b16;
	text-decoration: none;
}
.support-section--7 .support-section__title {
	display: flex;
    justify-content: space-between;
}


/**/
.achievements-section {
	padding-bottom: 40px;
}
.achievements-section__wrap {
	margin-bottom: 50px;
}
@media (min-width: 1025px) {
	.achievements-section__wrap {
		padding-right: 150px;
	}
}
.achievements-section__val {
	font-family: 'Gilroy-Bold';
	font-family: 'Gilroy-Semibold';
	color: #7405ca;
	font-size: 26px;
	line-height: 1;
}
.achievements-section__val span {
	display: block;
	font-size: 65px;
}
.achievements-section__text {
	font-size: 18px;
	font-family: 'Gilroy-Semibold';
}


/**/
.team-section {
	padding-top: 90px;
	background: #7405ca;
}
.team-section__item {
	margin-bottom: 80px;
	text-align: center;
	color: white;
}
.team-section__photo {
	max-width: 100%;
	width: 298px;
	border-radius: 300px;
}
.team-section__title {
	margin: 30px 0;
	font-size: 30px;
	font-family: 'Gilroy-Semibold';
}
.team-section__title::after {
	content: '';
	display: block;
	width: 230px;
	max-width: 100%;
	height: 4px;
	margin: 25px auto 0;
	background: white;
}
.team-section__position {}
.team-section__gradient {
	padding: 50px 0;
	background: url(img/team-g.png) no-repeat center / cover;
}
.team-section__offer {
    margin: 0;
    font-size: 36px;
    color: white;
    font-family: 'Gilroy-Medium';
}
.team-section__offer-text {
    margin: 0;
    font-size: 18px;
    color: white;
}
.team-section__button {
    display: inline-block;
    width: 330px;
    max-width: 100%;
    padding: 14px;
    border-radius: 10px;
    background: white;
    font-size: 18px;
    font-family: 'Gilroy-Semibold';
    text-align: center;
    text-decoration: none;
    color: #7405ca;
}
.team-section__wr-button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


/**/
.plan-section {}
.plan-section__wr-item {
	display: flex;
}
.plan-section__item {
	position: relative;
	height: 100%;
}
.plan-section__title {
    margin-bottom: 5px;
    font-family: 'Gilroy-Semibold';
    font-size: 20px;
    color: #7405ca;
}
.plan-section__text {
    margin: 0;
    padding-right: 50px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}
.plan-section__arrow {
	height: 2px;
	background: #7405ca;
}
.plan-section__item::before {
	content: '';
	position: absolute;	
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #7405ca;
}
.plan-section__item::after {
	content: '';
	position: absolute;
	left: 0;	
	display: block;
	width: 0;
	min-height: 70px;
	border-right: 2px solid #7405ca;
}
.plan-section__wr-item--top .plan-section__item {
	padding-bottom: 75px;
}
.plan-section__wr-item--bottom .plan-section__item {
	padding-top: 75px;
}

.plan-section__wr-item--top .plan-section__item::before {
	bottom: -6px;
}
.plan-section__wr-item--top .plan-section__item::after {
	bottom: 0;
}
.plan-section__wr-item--bottom .plan-section__item::before {
	top: -6px;
}
.plan-section__wr-item--bottom .plan-section__item::after {
	top: 0;
}


/**/
.contacts-section {
	background: #7405ca;
}
.contacts-section__list {
    margin: 0;
    padding: 0;
}
.contacts-section__list li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	list-style-type: none;
}
.contacts-section__list li,
.contacts-section__list a {
	display: flex;
    align-items: center;
    color: white;
    font-size: 30px;
    text-decoration: none;
    font-family: 'Gilroy-Light';
}
.contacts-section__icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    object-fit: contain;
}
.contacts-section__map {
	border-radius: 20px;
	overflow: hidden;
}


/**/
footer {
    padding: 50px 20px;
}
footer p {
	margin-bottom: 8px;
	text-align: center;
}
.artect {margin: 0;font-family: 'Gilroy-Light';}
.artect a {
	color: #7405ca;
	text-decoration: none;
	font-family: 'Gilroy-Light';
}

.menu_bg__content {
	overflow: hidden;
}


.menu_bg {
    position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    display: none;
    z-index: 10000;
    transition: all 0.5s ease;
    padding: 20px;
    background: #7405ca;
}
.open_menu {
    position: absolute;
    top: 12px;
    left: -55px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
}
.open_menu span {
    position: relative;
    width: 70%;
    height: 6px;
    background: white;
}
.open_menu span:before,
.open_menu span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: white;
}
.active_menu .open_menu,
.scroll span,
.scroll span:before,
.scroll span:after {
	background: #7405ca;
}
.open_menu span:before {
    top: -12px;
}
.open_menu span:after {
    bottom: -12px;
}
.active_menu .open_menu span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.active_menu .open_menu span,
.active_menu .open_menu span:before,
.active_menu .open_menu span:after {
	background: white;
}
.menu_bg__content .main-menu ul {
	flex-direction: column;
}
.menu_bg__content .main-menu ul li {
	margin-bottom: 20px;
}
.menu_bg__content .main-menu a {
	color: white !important;
}
.menu_bg__content a img {
	-webkit-filter: brightness(0) invert(1) !important;
			filter: brightness(0) invert(1) !important;
}
.menu_bg__content .header-social-links {
	justify-content: center;
}



.reg-section .section-title {
	text-align: center;
}
.reg-section__text {
	margin-bottom: 20px;
	border-radius: 10px;
/*	color: white;*/
	text-align: left;
	font-size: 20px;
	color: #7405ca;
}
.reg-section__text h3 {
	text-align: center;
}
.reg-section {
	padding: 80px 0 30px;
/*	background: #7405ca;*/
}
.reg-section__row {
	justify-content: center;
}
.reg-section__wr-button {
	text-align: center;
}
.reg-section .team-section__button {
	background: #7405ca;
	color: white;
	animation: 1s linear 1s infinite alternate slidein;
}
.reg-section .section-title {
	color: #7405ca;
}
.reg-section__title {
	font-size: 40px;
}
.reg-section__wrap {
	margin-bottom: 50px;
}

@keyframes slidein {
  from {
    filter: brightness(1);
  }

  to {
    filter: brightness(1.5);
  }
}

@media (max-width: 1025px) {
    .menu_bg {
        display: block;
    }
	.header {
		padding: 15px 0;
	}
	.header .header-logo img {
		max-width: 180px;
	}
	.header .container .main-menu,
	.header .container .header-social-links {
		display: none;
	}
	.support-section--7 .support-section__title {
		flex-direction: column;
    	align-items: baseline;
	}
	.support-section--7 .support-section__title img {
		display: block;
    	margin-top: 15px;
	}

	.plan-section__text {
		padding-right: 0;
	}

	.contacts-section__list li,
	.contacts-section__list a {
		font-size: 24px;
	}
	.contacts-section__icon {
		width: 32px;
	}
}

@media (max-width: 769px) {
	.values-section,
	.statistic-section,
	.project-section,
	.support-section,
	.contacts-section,
	.plan-section {
		padding: 50px 0;
	}
	.first-section .container {
		flex-direction: column;
	    justify-content: flex-end;
	    min-height: 200px;
	    padding-bottom: 30px;
	}
	.first-section__button {
	    margin: 15px auto 0;
    	padding: 15px;
	}
	.support-section__top-line {
		margin: 0;
	}
	.support-section__item {
		height: auto;
		margin-bottom: 20px;
	}

	.support-section--7 .support-section__title {
		flex-direction: row;
		align-items: center;
	}
	.support-section--7 .support-section__title img {
		margin-top: auto;
		margin-left: 20px;
	}
	.support-section--7 {
		align-items: center;
        min-height: 120px;
        height: 12px;
        padding: 25px;
	}
	.plan-section__item::before,
	.plan-section__item::after,
	.plan-section__arrow {
		display: none;
	}
	.plan-section__item {
		padding: 0 0 50px !important;
	}
	.plan-section {
		padding-bottom: 10px;
	}
	.statistic-section__item {
		margin-bottom: 20px;
	}

	.project-section__img {
	    width: 100%;
	    height: 300px;
	    object-fit: cover;
	    border-radius: 10px;
	}
	.team-section__wr-button {
		justify-content: center;
    	margin-top: 30px;
	}
	.section-title {
		font-size: 48px;
	}
	.achievements-section__wrap {
		text-align: center;
	}

	.team-section__title {
		margin: 20px 0;
		font-size: 24px;
	}
	.team-section__title::after {
		margin-top: 15px;
	}
	.team-section__position {
		font-size: 14px;
	}
	.team-section__item {
		margin-bottom: 50px;
	}
	.plan-section__title {
		text-align: center;
		font-size: 24px;
	}

	.violet-section {
		padding: 50px 0;
	}
	.violet-section__first {
		margin-bottom: 30px;
	}

	.project-section__item {
	    margin-bottom: 30px;
	}
	.project-section__text {
		min-height: auto;
	}

	.reg-section .section-title {
		font-size: 36px;
	}
	.reg-section__text {
		font-size: 19px;
	}

	.plan-section__wr-item--bottom .plan-section__item {
		width: 100%;
	}

	.reg-section__text h3 {
		margin-bottom: 0;
	}
}
@media (max-width: 340px) {
	.section-title {
        font-size: 42px;
    }
    .team-section__title {
    	font-size: 25px;
    }
    .team-section__offer {
    	font-size: 32px;
    }
}

