@import url('https://fonts.googleapis.com/css?family=Exo+2:500|Roboto:300,400,500,700&subset=cyrillic');
@import url('fonts.css');
@import url('normalize.css');


.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header {
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#video-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
}
#video-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 60%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255, 0)));
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255, 0));
	z-index: 2;
}
 
#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto; 
}
 
 @supports ((-o-object-fit: cover) or (object-fit: cover)) {
	 #video-bg > video {
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 -o-object-fit: cover;
		 object-fit: cover;
	 }
 }


canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js{
	position: absolute;
	top: -40%;
	left: 0;
	width:100%;
	height:100%;
	z-index: 12;
}

#header-phone {
	position: absolute;
	bottom: -60px;
	left: calc(50% - 230px);
	z-index: 15;
}

.header__text {
	position: relative;
	z-index: 20;
	text-align: center;
	font-family: "Myriad Pro";
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
}
.header__title {
	color: #26272d;
	font-size: 62px;
	font-weight: 400;
	line-height: 72px;
	margin: 0 0 35px;
}
.header__desc {
	color: #686868;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	max-width: 780px;
	margin: 0 auto;
	display: block;
	padding-bottom: 350px;
}


.header__top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	z-index: 99;
}
.header__top_wrapper {
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navigation {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.butter {
	width: 20px;
	height: 12px;
	background: url(../images/menu-icon.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	margin-right: 35px;
}
.header__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header__menu_item {
	display: inline-block;
	margin-right: 35px;
	font-size: 16px;
	font-weight: 400;
	color: #26272d;
}
.header__menu_item a {
	color: #26272d;
}

.logo {
  display: block;
	width: 185px;
	background: url(../images/logo.png) no-repeat center left;
	color: #26272d;
	font-family: "Exo 2";
	font-weight: 500;
	line-height: 18px;
	font-size: 19px;
	text-align: right;
}
.services {
  overflow: hidden;
}
.logo__main {
	display: block;
	font-size: 29px;
	line-height: 25px;
	font-weight: bold;
}
.authorization__btns, .authorization {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reg__btn {
	width: 132px;
	height: 42px;
	border-radius: 21px;
	background-color: #26c6f4;
	color: #ffffff;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.login__btn {
	opacity: 0.4;
	color: #26272d;
	font-size: 16px;
	font-weight: 400;
	margin: 0 35px 0 0;
	cursor: pointer;
}


/*services*/
.services__wrapper {
	padding: 110px 0 35px 40px;
	border-bottom: 1px solid #f4f4f4;
	background: url(../images/pyramids.png) no-repeat bottom right;
}
.section__title {
	margin: 0 0 10px;
	color: #1c1c1c;
	font-family: "Myriad Pro";
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section__subtitle {
	display: block;
	color: #1c1c1c;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 400;
}

.services__flex {
	padding: 60px 0 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
}
.services__item {
	position: relative;
	padding-left: 105px;
	max-width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
	cursor: default;
}
.services__item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 65px;
	height: 75px;
	background: url(../images/services.png) no-repeat;
}
.services__item1::before {
	background-position: -117px -10px;
}
.services__item1:hover::before {
	background-position: -20px -10px;
}
.services__item2::before {
	background-position: -214px -10px;
}
.services__item2:hover::before {
	background-position: -317px -10px;
}
.services__item3::before {
	background-position: -420px -10px;
}
.services__item3:hover::before {
	background-position: -518px -10px;
}
.services__item4::before {
	background-position: -616px -10px;
}
.services__item4:hover::before {
	background-position: -714px -10px;
}
.services__item_title {
	margin: 0 0 5px;
	padding-top: 15px;
	position: relative;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.services__item_title::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #36a8ff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.services__item:hover .services__item_title::before {
	width: 14px;
}
.services__item_text {
	color: #585858;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

.services__btn {
	display: block;
	width: 142px;
	height: 42px;
	border-radius: 21px;
	border: 1px solid #e8e8e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	color: #26272d;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.services__btn:hover {
	background-color: #26c6f4;
	color: #fff;
}


/*mission*/
.mission {
  height: 930px;
  background: url(../images/handwithphone.png) no-repeat bottom left;
}
.mission__wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mission__block {
  max-width: 470px;
}
.mission__title {
  color: #26272d;
  font-family: "Myriad Pro";
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 60px;
}
.mission__text {
  margin: 0 0 70px;
  color: #8c8f94;
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.mission__btn_project {
  position: relative;
  display: inline-block;
  width: 202px;
  height: 42px;
  border-radius: 21px;
  background-color: #26c6f4;
  line-height: 42px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 27px;
  margin-right: 18px;
}
.mission__btn_project::after {
  position: absolute;
  right: 28px;
  top: 16px;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../images/arrow-icon@2x.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mission__btn_project:hover::after {
  right: 20px;
}
.mission__btn_more {
  display: inline-block;
  width: 142px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #e8e8e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  color: #26272d;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
}
.mission__btn_more:hover {
  background-color: #26c6f4;
  color: #ffffff;
}



/*news*/
.news {
  background-color: #faf9f5;
  padding: 90px 0 80px;
}
.news__list {
  padding: 35px 0 0;
}
.news__wrapper {
  padding-left: 40px;
}
.news__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.news__item {
  width: 340px;
  padding-bottom: 50px;
  cursor: default;
}
.news__item_img {
  height: 220px;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 35px rgba(213,213,213,.35);
  box-shadow: 0 0 35px rgba(213,213,213,.35);
}
.news__item_img img {
  min-height: 100%;
  min-width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.news__item:hover .news__item_img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news__item_title {
  display: block;
  color: #1c1c1c;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0 10px;
}
.news__item_date {
  color: #ffaf36;
  font-family: "Myriad Pro";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  padding-bottom: 15px;
  position: relative;
}
.news__item_date::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: #1c1c1c;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news__item:hover .news__item_date::before {
  width: 54px;
} 
.news__item_date::after {
  position: absolute;
  z-index: 2;
  content: '';
  bottom: 0;
  left: 0;
  width: 54px;
  height: 1px;
  background-color: #ffaf36;
}
.news__item_text {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.news__btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 202px;
  height: 42px;
  border-radius: 21px;
  background-color: #26c6f4;
  line-height: 42px;
  padding-left: 25px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.news__btn::after {
  position: absolute;
  right: 28px;
  top: 16px;
  content: '';
  width: 13px;
  height: 11px;
  background: url(../images/arrow-icon@2x.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news__btn:hover::after {
  right: 20px;
}



/*projects*/
.projects {
  overflow: hidden;
}
.projects__wrapper {
  border-bottom: 1px solid #f4f4f4;
  padding: 150px 0 100px 40px;
  position: relative;
}
.project-displays {
  position: absolute;
  top: 80px;
  right: -215px;
}
.projects__title {
  margin: 0 0 60px;
  padding-bottom: 45px;
  color: #26272d;
  font-family: "Myriad Pro";
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.projects__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 50px;
  height: 2px;
  border-radius: 1px;
  background-color: #267df4;
}
.projects__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 795px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project__item_title {
  color: #343a3b;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 12px 0 12px;
}
.project__item_text {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 400;
}
.project__item {
  position: relative;
  width: 385px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
  margin-bottom: 55px;
  margin-right: 10px;
}
.project__item::before {
  position: absolute;
  content: '';
  width: 85px;
  height: 85px;
  top: 0;
  left: 0;
  background: url(../images/projects.png) no-repeat;
}
.project__item1::before {
  background-position: -20px -20px;
}
.project__item2::before {
  background-position: -123px -10px;
}
.project__item3::before {
  background-position: -207px -8px;
}
.project__item4::before {
  background-position: -290px -10px;
}




/*subscribe*/
.subscribe {
  background-color: #faf9f5;
}
.subscribe__Wrapper {
  padding: 90px 0 85px;
  border-bottom: 1px solid #efeeea;
}

.subscribe__title {
  color: #26292c;
  font-family: "Myriad Pro";
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.subscribe__ps {
  display: block;
  color: #8c8f94;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.subscribe__form {
  max-width: 560px;
  margin: 45px auto 30px;
  position: relative;
}
.subscribe__form input[type='email'] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #cfcecc;
  padding: 0 145px 0 25px;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
  color: #626465;
  background: transparent;
}
.subscribe__form input[type='submit'] {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 134px;
  height: 42px;
  border-radius: 21px;
  background-color: #6fc754;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}


/*footer*/

.footer__flex {
  padding: 80px 0 130px;
  border-bottom: 1px solid #f4f4f4;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__copyright {
  padding: 35px 10px;
  color: #8c8f94;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.footer__menu, .footer__user {
  width: 270px;
  margin-left: 30px;
}
.footer__title {
  color: #26272d;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.footer__menu_list a {
  display: block;
  color: #8c8f94;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.footer__menu_list a:hover {
  color: #26272d;
}

.footer__contacts {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.footer__logo {
  width: 150px;
  background-size: 36px auto;
  font-size: 16px;
  margin-bottom: 25px;
}
.footer__logo .logo__main {
  font-size: 25px;
}
.footer__contacts_title {
  font-size: 14px;
  line-height: 24px;
  color: #171819;
  font-weight: 500;
  margin: 0;
}
.footer__contacts_item {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8c8f94;
  font-family: "Myriad Pro";
  font-weight: 400;
}
a.footer__contacts_item:hover {
  color: #171819;
}
.footer__market {
  margin: 15px 0 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.google-play {
  display: block;
  width: 139px;
  height: 45px;
  background: url(../images/googleplay.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
}
.app-store {
  display: block;
  width: 139px;
  height: 45px;
  background: url(../images/appstore.png) no-repeat center;
  background-size: cover;
}

.socials {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials__item {
  display: block;
  width: 25px;
  height: 18px;
}
.socials__item-tw {
  background: url(../images/twitter-icon@2x.png) no-repeat center;
  background-size: 18px auto;
}
.socials__item-fb {
  background: url(../images/facebook-icon@2x.png) no-repeat center;
  background-size: 10px auto;
}
.socials__item-g {
  background: url(../images/google-icon@2x.png) no-repeat center;
  background-size: 24px auto;
}
.socials__item-vk {
  background: url(../images/vk-icon.png) no-repeat center;
  background-size: 24px auto;
}




/*testimonials*/
.testimonials {
	padding: 125px 0;
}
.testimonials__title {
	margin: 0 0 45px;
	text-align: center;
	color: #26272d;
	font-size: 32px;
	font-weight: 300;
}
.slider-nav {
	height: 130px;
	padding-bottom: 90px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 15px;
}
.testim__text {
	display: block;
	margin: 0 auto;
	max-width: 560px;
	color: #8c8f94;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.testim__range {
	padding: 30px 0 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testim__range_item {
	width: 22px;
	height: 22px;
	background: url(../images/star-gray.png) no-repeat center;
	margin: 0 5px;
}
.testim__range_item-gold {
	background-image: url(../images/star-icon.png);
}
.testim__name {
	display: block;
	text-align: center;
	color: #26272d;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.slider-nav__item_block {
	width: 90px;
	height: 90px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	opacity: .2;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 20px;
}
.slick-center.slick-current .slider-nav__item_block {
	width: 130px;
	height: 130px;
	opacity: 1;
	margin-top: 0;
	-webkit-box-shadow: 25px 30px  40px 0 rgba(92,95,101,.22);
	box-shadow: 25px 30px  40px 0 rgba(92,95,101,.22);
}
.slider-nav .slick-list {
	height: 200px;
}
.slick-prev.slick-arrow {
	position: absolute;
	z-index: 999;
	top: 45px;
	left: 0;
	width: 22px;
	height: 41px;
	background: url(../images/arrow.png) no-repeat center;
	background-size: cover;
	border: 1px solid transparent;
	color: transparent;
	outline: none;
	cursor: pointer;
}
.slick-next.slick-arrow {
	position: absolute;
	z-index: 999;
	top: 45px;
	right: 0;
	width: 22px;
	height: 41px;
	background: url(../images/arrow.png) no-repeat center;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border: 1px solid transparent;
	color: transparent;
	outline: none;
	cursor: pointer;
}
.slick-slide:focus {
	outline: none;
}
.mobile__menu {
	display: none;
}
.authorization__mobile {
	display: none;
}








@media screen and (max-height: 800px) {
	#header-phone {
		height: 320px;
		left: calc(50% - 160px);
	}
	.header__desc {
		padding-bottom: 100px;
	}
	.header__title {
		font-size: 52px;
	}
}

@media screen and (max-width: 1400px) {
	.mission {
    background-position: -200px
	}
}

@media screen and (max-width: 1200px) {
	.header__top {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.services__flex {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.mission {
    background-position: -400px;
		height: 800px;
	}
	.news__wrapper {
		padding: 0 15px;
	}
	.news__list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.project-displays {
		opacity: .3;
	}
	.projects__list {
		max-width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.news__btn {
		margin: 0 auto;
	}
	.projects__wrapper {
		padding-top: 60px;
	}
  .footer__flex {
    padding: 60px 15px 60px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 980px) {
	.mobile__menu {
		display: block;
		position: absolute;
		z-index: 999;
		top: 80%;
		width: 170px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
		-webkit-box-shadow: 0 0 2px 1px #ccc;
		box-shadow: 0 0 2px 1px #ccc;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #fff;
	}
	.mobile__menu_item {
		display: block;
		color: #26272d;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}
	.mobile__menu_item:hover {
		text-decoration: underline;
	}
	.mobile__menu-show {
		opacity: 1;
		visibility: visible;
	}
	.header__menu, .header__menu_item {
		display: none;
	}
	.logo {
		width: 160px;
	}
  .footer__contacts {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__market {
    margin: 15px;
  }
  .footer__logo {
    margin-right: 15px;
  }
  .socials {
    margin: 15px 0;
  }
}

@media screen and (max-width: 850px) {
	.mission {
		background: none;
		height: auto;
		padding: 70px 0;
	}
	.mission__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.mission__block {
		max-width: 95%;
	}
	.mission__btn_project {
		text-align: left;
	}
  .footer__menu, .footer__user {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
	.authorization__mobile {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../images/login.png) no-repeat center;
		background-size: cover;
		cursor: pointer;
	}
	.authorization__btns {
		position: absolute;
		z-index: 999;
		top: 80%;
		right: 10px;
		-webkit-box-shadow: 0 0 2px 1px #ccc;
		box-shadow: 0 0 2px 1px #ccc;
		padding: 10px;
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #fff;
	}
	.authorization__btns-show {
		opacity: 1;
		visibility: visible;
	}
	.butter {
		margin-right: 0;
	}
	.header__title {
		font-size: 35px;
		line-height: 45px;
	}
	#header-phone {
    height: 220px;
    left: calc(50% - 110px);
	}
	.header__desc {
		font-size: 16px;
		line-height: 18px;
		padding: 0 10px;
	}
  .services__wrapper {
    padding: 60px 15px 35px;
  }
}


@media screen and (max-width: 420px) {
  .services__wrapper {
    background: none;
  }
  .services__btn {
    margin: 0 auto;
  }
  .services__item {
    padding-left: 75px;
  }
  .mission__btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .mission__btn_project {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mission__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .mission__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .news__item {
    width: 280px;
  }
  .news__item_img {
    height: 190px;
  }
  .news {
    padding: 50px 0;
  }
  .slider-for__item {
    padding: 0 15px;
  }
  .slider-nav {
    padding-bottom: 60px;
  }
  .testimonials {
    padding: 90px 0;
  }
  .subscribe__Wrapper {
    padding: 60px 0;
  }
  .subscribe__title {
    font-size: 26px;
  }
}



















