* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #111111;
	color: #ffffff;
}
.white__content {
	background: #ffffff;
	color: #000000;
}
.social__link {
	color: #ffffff;
}
.white__content .social__link {
	color: #000000;
}
.social__link img {
	width: 21px;
	height: 21px;
}
.header__link {
	color: #ffffff;
}
.black__text .header__link,
.black__text .lang__link {
	color: #000000;
}
.lang__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
}
.lang__link::after {
	content: "";
	width: 10px;
	height: 6px;
	background: url(../content/img/arrow-lang.png);
  margin-left: 5px;
}
.black__logo .lang__link::after {
	background: url(../content/img/arrow-lang-black.png);
}
a {
	color: #ffffff;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
}
.wrapper-xl {
	max-width: 1820px;
	margin: 0 auto;
	padding: 0 10px;
}
.wrapper-x {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 10px;
}
.wrapper-l {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.wrapper-m {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 10px;
}
.wrapper-left {
	max-width: 1560px;
	margin: 0 0 0 auto;
	padding: 0 10px;
}
/*.header-site {
	position: absolute;
	top: 0;
	width: 100%;
}*/
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	z-index: 20;
	padding-top: 45px;
}
.header__logo-link {
	margin-right: auto;
}
.header__logo {
	background: url(../content/img/logo-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: auto;
	width: 116px;
	height: 37px;
}
.black__logo .header__logo {
	background: url(../content/img/logo-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__item {
	position: relative;
	margin-left: 38px;
}
.header__nav li:first-child {
	margin-left: 0px;
}
.header__nav a {
	font-size: 15px;
	text-decoration: none;
}
.lang {
	display: none;
	margin-left: 48px;
}
.lang__list {
	display: none;
	cursor: pointer;
}
.lang__dropdown {
	cursor: pointer;
}
.lang__dropdown:hover .lang__list {
	display: block;
}
.video-container {
	color: #fff;
	height: 100vh;
	min-height: 350px;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 0 60px;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.video video {
	background-color: black;
	background-position: center center;
	background-size: contain;
	bottom: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}
input[type="submit"] {
  white-space: normal;
}
.contact__form input[type=submit],
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 130px;
	height: 130px;
	font-family: 'druk-wide-cyr-bold', sans-serif;
	font-size: 14px;
	background: #e9353f;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 50%;
	-webkit-transform: rotate(7deg);
	        transform: rotate(7deg);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.contact__form input[type=submit]:hover,
.btn:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	cursor: pointer;
}
.shadow__text {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 1px #ffffff;
}
.shadow__text--black {
	-webkit-text-stroke: 1px #111111;
}
.shadow__text-transp {
	color: rgba(0,0,0,.001);
}
.red-line::after,
.header__link:hover::after {
	content: "/";
	display: inline-table;
	color: #e9353f;
	font-weight: bold;
	margin-left: 1px;
}
.header__link:hover::after {
	position: absolute;
	top: 0px;
	right: -7px;
}
.white-line::before {
	content: "/";
	display: inline-table;
	color: #ffffff;
	font-weight: bold;
	margin-right: 1px;
}
.index__slider {
	margin-top: 60px;
}
.contest-rules {
	overflow: hidden;
	margin-top: 125px;
}
.contest-rules--team {
	position: relative;
	top: 45px;
	z-index: -1;
	margin-top: 80px;
}
.contest-rules-title {
	white-space: nowrap;
}
.contest-rules-title span {
	font-size: 58px;
}
.about__list {
	line-height: 30px;
	font-size: 14px;
}
.about__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}
.about__item {
	font-family: 'druk-text-wide-cyr-medium', sans-serif;
	position: relative;
	line-height: 30px;
	max-width: 490px;
}
.about__item .btn {
	position: absolute;
	right: -110px;
	bottom: -110px;
}
.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 220px;
}
.contacts__maps {
	position: relative;
	height: auto;
}
.contacts__maps .btn {
	position: absolute;
	bottom: 75px;
	left: -70px;
	z-index: 10;
}
.contacts__maps-block {
	position: relative;
	left: 20px;
	height: 900px;
	width: 1120px;
	background: url("../content/img/index-maps.jpg");
	/* overflow: hidden; */
}
.contacts__title {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	font-size: 46px;
	text-transform: uppercase;
}
.contacts__item {
	margin-bottom: 32px;
	line-height: 28px;
}
.contacts__item:last-child {
	margin-bottom: 0px;
}
.contacts__link {
	text-decoration: none;
}
.contacts__desc {
	display: block;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 14px;
	line-height: 30px;
}
.contacnts__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contacts__social-item {
	margin-right: 35px;
}
.contacts__social-item:last-child {
	margin-right: 0px;
}
.contacnts__social-link {
	text-decoration: none;
}
.footer-site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	margin-top: 160px;
	margin-bottom: 55px;
}
.footer-site__item {
	width: 33%;
}
.footer-site__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer-site__copyright a {
	text-decoration: none;
	font-size: 14px;
}
.white__content .footer-site__copyright a {
	color: #000000;
}
.footer-site__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-site__logo img {
	width: 116px;
	height: 37px;
}
.footer-site__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.social__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.social__item {
	margin-left: 34px;
}
.social__item:first-child {
	margin-left: 0px;
}
.social__link {
	text-decoration: none;
	width: 21px;
	height: 21px;
}
.social__link-fb {
	background: url("../content/img/facebook_white.svg");
	background-size: cover;
	width: 21px;
	height: 21px;
	transition: 100ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 100ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social__link-ig {
	background: url("../content/img/instagram_white.svg");
	background-size: cover;
	width: 21px;
	height: 21px;
	transition: 100ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 100ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social__list-black .social__link-fb {
	background: url("../content/img/facebook.svg");
	background-size: cover;
}
.social__list-black .social__link-ig {
	background: url("../content/img/instagram.svg");
	background-size: cover;
}
.social__link-ig:hover {
	background: url("../content/img/instagram-color.svg");
	background-size: cover;
}
.social__link-fb:hover {
	background: url("../content/img/facebook-color.svg");
	background-size: cover;
}
/*project page*/
.project__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
	margin-top: 100px;
}
/*.project__header::after {
	content: "";
	display: table-cell;
	position: absolute;
	top: 0px;
	left: 12.5%;
	z-index: -1;
	width: 75%;
	height: 200px;
	border: 1px solid #595959;
}*/
.project__header .project__title {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	font-size: 46px;
	line-height: 130px;
}
.project__header .project__title h2 {
	margin: 0px;
}
.project__header .project__title span {
	display: block;
	line-height: 0px;
}
.project-filter {
	display: none;
}
.project-filter__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.project-filter__item {
	margin-left: 35px;
}
.project-filter__item:first-child {
	margin-left: 0px;
}
.project-filter__item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.project__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 110px;
}
.project__item {
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}
.project__title {
	font-size: 16px;
}
.project__title .white-line {
	font-weight: normal;
}
.img_back img {
/*	position: absolute;
	top: 0px;
	left: 0px;*/
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
  margin-top: -80px;
}
.content__project-top {
	position: absolute;
	top: 0;
	margin-top: 22%;
	margin-left: 260px;
}
.class-project {
	color: #ffffff;
}
.title-project {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	font-size: 58px;
	color: #ffffff;
	text-transform: uppercase;
}
.title-project span {
	display: block;
}
.content__project {
	margin-top: 145px;
}
.info-project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 22px;
}
.info-project__title {
	font-size: 14px;
	font-weight: 500;
}
.text-project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
}
.text-project__item {
	max-width: 495px;
	line-height: 34px;
}
.text-strontg {
	font-family: 'druk-text-wide-cyr-medium', sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
}
.block-text {
	margin-top: 125px;
}
.img-100 {
	margin-top: 125px;
/*	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;*/
}
.img-100 img {
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}
.img-x {
	margin-top: 160px;
}
.wrapper-x.slider-page {
	margin-top: 160px;
}
/*end project page*/
/*cotact*/
.contact__description {
	margin: 0px;
	line-height: 44px;
}
.wrapper-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.form__contacnt-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 90px;
}
.form {
	position: relative;
	margin-top: 25px;
}
.form textarea {
	width: 100%;
}
.form .btn {
	position: absolute;
	right: 95px;
}
.contact__map {
	position: relative;
	margin-top: 160px;
}
.contact__map .btn {
	display: none;
	position: absolute;
	bottom: 110px;
	left: -65px;
}
.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 150px;
}
.contact .contacts__title {
	margin-top: 0px;
	margin-bottom: 105px;
}
.contact__block {
	margin-left: 275px;
}
label.required:after {
	color: red;
	content: " *";
}
.contact__form input,
.contact__form textarea {
	border: 0;
	color: #c1c1c1;
	background: #111111;
	outline: none;
	width: 100%;
	max-width: 700px;
}
.cont {
	position:relative;
	max-width: 320px;
	margin-bottom: 45px;
	width: 100%;
	border-bottom: 1px solid #464646;
}
.cont-100 {
	width: 100%;
	max-width: 100%;
}
.placeholder {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
	pointer-events:none;
}
textarea + .placeholder {
	top: 10%;
}
.red {
	color:red;
}
.form-control::-webkit-input-placeholder:focus { 
	
}
.form-control:-ms-input-placeholder:focus { 
	
}
.form-control::-ms-input-placeholder:focus { 
	
}
.form-control::placeholder:focus { 
	
}

.form-control:focus::-webkit-input-placeholder {
	display:none;
}
.form-control:focus:-moz-placeholder {
	display:none;
}
.form-control:focus::-moz-placeholder {
	display:none;
}
.form-control:focus:-ms-input-placeholder {
	display:none;
}
/*end contact*/
/*team*/
.team__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.team__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 80px;
}
.team__item:first-child {
	margin-top: 0px;
}
.team__item:last-child {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.team__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.team__position {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.team__name {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 60px;
}
.team__block--left {
	position: relative;
	right: -9%;
	z-index: 10;
}
.team__block--right {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
	right: 9%;
	z-index: 10;
}
.team__photo {
	position: relative;
	z-index: 5;
	max-width: 615px;
	max-height: 834px;
}
.team__block .btn {
	margin-top: 80px;
}
/*end team*/
/*crewman*/
.crewman {
	margin-top: 160px;
}
.crewman__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.crewman__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 500px;
}
.crewman__text {
	line-height: 30px;
	margin-top: 50px;
}
.crewman__text-strong {
	font-family: 'druk-text-wide-cyr-medium', sans-serif;
	font-size: 22px;
	line-height: 42px;
	margin-top: 90px;
}
.crewman__photo {
	margin-left: 160px;
	max-width: 620px;
}
.crewman__project {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 220px;
}
.crewman__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 48%;
	margin-top: 40px;
}
.crewman__section {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}
.crewman__title {
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	font-size: 32px;
	margin-top: 25px;
}
.crewman__description {
	font-size: 16px;
	margin-top: 25px;
}
/*end crewman*/
/**/
.rectangle {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -25%;
	z-index: -10;
}
.rectangle__block {
	position: fixed;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
}
.rectangle__item {
	width: 66.5%;
	height: 200px;
	border: 1px solid #292929;
	margin-bottom: 50px;
}
.white__content .rectangle__item {
	border: 1px solid #e6e3e3;
}
.content {
	position: relative;
	z-index: 10;
}
.burger-menu {
	display: none;
}
/* slider */

.slider {
	width: 50%;
	margin: 100px auto;
}
.slick-slide {
	margin: 0px 20px;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	max-height: 960px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}
.slider__content {
	position: absolute;
	max-width: 375px;
	bottom: 10%;
	right: -25%;
}
.slider__content .project__title {
	font-size: 31px;
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
	text-transform: uppercase;
}
.slider__content .shadow__text {
	display: block;
	color: rgba(0,0,0,0);
}
.slider__content p {
	line-height: 30px;
}
.slider {
	width: 100%;
}
.wrapper-x {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 10px;
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slick-prev, 
.slick-next {
	z-index: 2;
	width: 50%;
	height: 100%;
	cursor: none;
	opacity: 0;
	}
.slick-prev:hover {
	cursor: url(../content/img/ar-left.png), w-resize; 
}
.slick-next:hover {
	cursor: url(../content/img/ar-right.png), e-resize; 
}
.index__slider .slider__item {
	position: relative;
}
.index__slider .slick-slide {
	margin: 0px;
	margin-right: 3.3%;
}
.index__slider.slider {
	overflow: hidden;
}
.index__slider .slick-prev {
	width: 59%;
}
.index__slider .slick-next {
	width: 32%;
}
/* end slider */
/**/
/*adaptive*/
@media screen and (max-width: 1360px) {
	.about__item .btn {
		right: 0px;
	}
	.index__slider .slick-slide img {
		max-width: 80%;
	}
	.index__slider .slider__content {
		right: -5%;
	}
}
@media screen and (max-width: 1200px) {
	.index__slider .slick-slide img {
		max-width: 65%;
	}
	.index__slider .slider__content {
		right: 7%;
	}
	.index__slider .slider__content .project__title {
		font-size: 24px;
	}
	.index__slider .slider__content p {
		font-size: 12px;
	}
	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
	.crewman__title {
		font-size: 24px;
	}
	.crewman__photo {
		margin-left: 0px;
		width: 100%;
		max-width: 520px;
	}
}
@media screen and (max-width: 926px) {
	.index__slider .slick-slide img {
    max-width: 52%;
	}
	.about__list {
		font-size: 12px;
	}
	.index__slider .slider__content {
    right: 20%;
	}
	.index__slider .slider__content .project__title {
    font-size: 20px;
	}
	.btn {
		width: 70px;
		height: 70px;
		font-size: 8px;
	}
	.contest-rules-title span {
		font-size: 40px;
	}
	.contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contact__block {
		margin-top: 50px;
		margin-left: 0px;
	}
	.contact__map .btn {
		left: 20px;
	}
	.about__block .text-strontg,
	.about__block p {
		font-size: 14px;
	}
	.contest-rules--team {
		top: 0px;
	}
	.team__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.team__photo {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.team__block--left {
		right: 0;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
	.team__position {
		margin-top: 20px;
	}
	.team__name {
		margin-top: 20px;
	}
	.team__block .btn {
		margin-top: 20px;
	}
	.content__project-top {
		margin-left: 0px;
		margin-top: 300px;
	}
	.team__name {
		font-size: 24px;
	}
	.crewman__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 736px) {
	.content__project-top {
		margin-left: 0px;
	}
	.index__slider .slider__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.index__slider .slider__item img {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.index__slider .slider__content {
		position: relative;
		right: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.about__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contacts__title {
		font-size: 30px;
	}
	.contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.contacts__maps-block {
		left: 0;
	}
	.contacts__maps {
		display: none;
	}
	.project__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.crewman__project {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.crewman__item {
		max-width: 100%;
	}
	.crewman__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contact__description.text-strontg {
		font-size: 14px;
		line-height: 28px;
	}
	.wrapper-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cont {
		max-width: 100%;
	}
}
@media screen and (max-width: 620px) {
	.project__item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.team__photo {
		width: 100%;
	}
	.team__name {
		font-size: 20px;
	}
	.text-strontg {
		font-size: 12px;
	}
	.slick-slide img {
		max-width: 620px;
	}
}
@media screen and (max-width: 586px) {
	body.overflow {
		overflow: hidden; 
	}
	.burger-menu {
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 20px;
		right: 20px;
		border-radius: 4px;
		z-index: 100; 
	}
	.burger-menu span {
		position: relative;
		margin-top: 9px;
		margin-bottom: 9px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		margin-top: -1.5px; 
	}
	.burger-menu span, 
	.burger-menu span::before, 
	.burger-menu span::after {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #ffffff;
		outline: 1px solid transparent;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s; 
	}
	.black__text.black__logo .burger-menu span, 
	.black__text.black__logo .burger-menu span::before, 
	.black__text.black__logo .burger-menu span::after {
		background-color: #000000;
	}
	.black__text.black__logo .burger-menu.clicked span {
    background-color: #fff;
  }
	.burger-menu span::before, 
	.burger-menu span::after {
		position: absolute;
		content: ""; 
	}
	.burger-menu span::before {
		top: -9px; 
	}
	.burger-menu span::after {
		top: 9px; 
	}
	.burger-menu.clicked span {
		background-color: transparent; 
	}
	.burger-menu.clicked span::before {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg); 
	}
	.burger-menu.clicked span::after {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg); 
	}
	.burger-menu.clicked span:before,
	.burger-menu.clicked span:after {
		background-color: #000000; 
	}
	.burger-menu:hover {
		cursor: pointer; 
	}
	.header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background-color: #ffffff;
		position: fixed;
		z-index: 9;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		padding: 35px 40px 60px 40px;
		overflow-y: auto;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); 
	}
	.header.show {
		z-index: 20;
		-webkit-transform: translateX(0px);
		transform: translateX(0px); 
	}
	.header__logo {
		background: url(../content/img/logo-black.png);
		margin-bottom: 30%;
	}
	.header__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header__item {
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.header__link {
		color: #000000;
		font-size: 1.5rem;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; 
	}
	.header__link span {
		color: #000000; 
	}
	.header__link:hover {
		color: #000000; 
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #2a2a2a;
		opacity: 0;
		visibility: hidden; 
	}
	/*.overlay.show {
		opacity: 0.8;
		visibility: visible; 
	}*/
	.project__title {
		font-size: 16px;
	}
	.project__header .project__title {
		font-size: 20px;
    line-height: 100px;
	}
	.text-project {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.text-project__item {
		width: 100%;
	}
	.info-project {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.info-project__item {
		margin-top: 10px;
	}
	.title-project {
		font-size: 22px;
	}
}
@media screen and (max-width: 375px) {
	.wrapper-xl,
	.wrapper-x,
	.wrapper-l,
	.wrapper-m {
		max-width: 320px;
		/* padding: 0; */
		margin: 0 auto;
	}
	.footer-site {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 85px;
	}
	.footer-site__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-site__logo {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 20px;
	}
	.footer-site__copyright {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer-site__social {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.footer-site__social,
	.footer-site__copyright {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.info-project {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.info-project__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.text-project {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contest-rules-title span {
		font-size: 38px;
	}
	.slick-slide img {
		max-width: 375px;
	}
}

/*end adaptive*/


/* text video */
.video-text {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 75px;
	text-transform: uppercase;
	margin-top: 25%;
	z-index: 10;
	font-family: 'druk-text-wide-cyr-heavy', sans-serif;
}
.video-texttwo {
	display: flex;
	justify-content: space-between;
}
.video-textone {
	display: flex;
	flex-direction: column;
	margin-top: 11%;
}
.video-textone .video-text-item {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 736px) {
	.video-textone {
			margin-top: 0;
	}
	.video-texttwo {
			flex-direction: column;
	}
	.video-text-item {
			display: flex;
			justify-content: center;
	}
}
@media screen and (max-width: 586px) {
	.video-text {
			margin-top: 90%;
			font-size: 40px;
	}
}
/* end text video */