html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	overflow: hidden;
}
body{
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 30px;
	color: #5e5e5e;
}

img {max-width: 100%;}
.header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.container {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	height: 100%;
}
section {
	height:100vh;
	float: left;
	margin: 0;
}
section, header, footer, nav, div, span, ul, li, a {box-sizing: border-box;}

/*****************************меню*****************************/
.logos {
    float: left;
    margin-right: 20px;
}
.logos__img {
    height: 40px;
    width: auto;
    display: block;
    padding: 0 10px;
}
.menu__btn, .menu__icon, .menu__checkbox {display: none;}
.menu__list{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 16px;
	color: #ffffff;
}
.header__wrap {
	padding: 0 50px;
	position: relative;
}
.menu__item {
    position: relative;
}
.menu__link {
	padding: 0 30px;
	line-height: 100px;
	font-size: 16px;
	color: #ffffff;
	transition: color .5s linear;
	text-decoration: none;
}
.menu__link:hover {text-decoration: underline;}
.menu__link_dark {color: #5e5e5e;}
.lang {
    display: none;
    list-style: none;
    padding: 15px;
    background: rgba(155,155,155,0.9);
    position: absolute;
    left: 0;
    top: 100%;
}
.menu__item:hover .lang {display: block;}
.lang__link {
    padding: 0;
    line-height: 40px;
    font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.lang__link:hover, .lang__link.active {text-decoration: underline;}

/*****************************лого*****************************/
.shapka {
	background: url(../img/header_fon.jpg) no-repeat 0 0;
	background-color: rgba(0, 0, 0, 0.6);
	background-blend-mode: multiply;
	background-size: cover;
	display: flex;
    margin: 0;
	height:100vh;
	float: left;
}
.shapka__wrap {
	margin-right: 0;
	margin-left: auto;
	width: 570px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.shapka__text {
    font-size: 18px;
    line-height: 1.5;
	font-style: italic;
    color: #fff;
    position: absolute;
    bottom: 14%;
    left: 50px;
    width: 40%;
}
.logo {
	background: #000;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.logo__item-img {
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160px auto;
}

.logo__wrap-up {
	display: flex;
	flex-wrap: nowrap;
	height: 28%;
}
.logo__item-arp {
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-image: url(../img/logo1.png);
	background-size: 110px;
}
.logo__item-earl {
	border-bottom: 1px solid #909090;
	background-image: url(../img/logo2.png);
	background-size: 120px;
}
.logo__wrap-middle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 44%;
	background: url(../img/logo3_b.png) no-repeat center center;
	cursor: pointer;

}
.logo__wrap-middle:hover {
	background-image: url(../img/logo3.png);
}
.logo__wrap-down {
	display: flex;
	flex-wrap: nowrap;
	height: 28%;
}
.logo__item-piet {
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	background-image: url(../img/logo4.png);
	background-size: 120px;
}
.logo__item-jung {
	border-top: 1px solid #909090;
	background-image: url(../img/logo5.png);
	background-size: 145px;
}
.logo__item-jung:hover  {
  background-image: url(../img/logo6.png);
}
.logo__item-img {
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.logo__item-img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}
.logo__image{
	max-width: 100%;
	width: 150px;
}
.logo__image-big {
	max-width: 100%;
	width: 240px;
}

.block-info {
	position: absolute;
	width: 100%;
	right: -100%;
	top: 0;
	height: 100%;
	transition: 0.4s;
	background: #000;
	z-index: 11;
}
.block-info-activ {
	right: 0%;
}
.brand-desc {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	padding: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.brand__white {background: #fff; color: #000;box-shadow: 0 -6px 9px -7px rgba(0,0,0,0.5) inset;}
.brand-desc-activ {opacity: 1;z-index: 2;}
.brand-desc__text {margin-top: 40px;width: 100%;}
.brand-desc_link {color: #fff; text-decoration: none;}
.brand-desc_link:hover {text-decoration: underline;}
.brand-desc__back {
	font-weight: bold;
	color: #f3d99d;
	padding: 10px 15px 10px 54px;
	background: url(../img/arrow.png) no-repeat left center;
	margin-top: 30px;
	display: inline-block;
	cursor: pointer;
}
.brand__white .brand-desc__back {color: #000000;}
.brand-soc {margin-top: 20px;}
.brand-soc__link {display: inline-block; margin-right: 5px; opacity: 0.8;}
.brand-soc__link:hover {opacity: 1;}
.brand-soc__link img {width:48px; height:auto;}

.link-black {color:#000;}

/************************Блок About us*****************************/
.about-us {
	background: #f4f5f9;
	position: relative;
}
.about-us__wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	padding: 0 50px;
}
.about-us__wrap-info {
	max-width: 650px;
}
.about-info__title {
	font-size: 46px;
	line-height: 1;
	margin: 0 0 70px;
}
.about-info__text {
	margin-bottom: 100px;
}
.about-info__podpis {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.about-info__podpis:before {
	content: "";
	width: 140px;
	display: inline-block;
	border-bottom: 1px solid #9ca1b3;
	margin: 0 55px 0 5px;
}
.about-us__social {
	width: 100px;
	border-bottom: 1px solid #9ca1b3;
	margin-bottom: 2px;
	margin-left: 40px;
}
.social__link {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 46px;
	color: #5e5e5e;
	text-decoration: none;
}
.social__link:hover {text-decoration: underline;}
/*****************************Блок Our news*****************************/
.our-news{
	background: #000000;
	position: relative;
}
.our-news__wrap {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.our-news__block {
    display: flex;
	width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.our-news__tweet {width: 50%; max-width: 400px;padding: 0 10px;}
.our-news__insta {width: 50%; max-width: 400px;padding: 0 10px;}
.news-foto {width: 50%; padding: 0 10px; color: #fff;}
.tweetline {
    border-left: 1px solid rgba(255,255,255,0.4);
    height: 170px;
    margin: 100px 0 130px;
}
.our-news__insta iframe {height: 600px !Important;}
.our-news__title {
    width: 100%;
    font-size: 46px;
	line-height: 1;
    color: #fff;
    margin: 0 0 50px;
}
.our-news__img {width: 100%;}

/*****************************Блок Our ceo*****************************/
.our-ceo {
	background: #29384b;
	color: #fff;
	position: relative;
}
.our-ceo__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
	padding: 100px 50px 0;
}
.our-ceo__photo {
	width: 509px;
}
.our-ceo__podpis {
	text-align: right;
}
.our-ceo__image {
	display: block;
}
.our-ceo__image-podpis {
	margin-top: 15px;
}
.our-ceo__info {
	width: 460px;
}
.our-ceo__title {
	font-size: 46px;
	line-height: 46px;
	color: #cec6a2;
	margin: 0 0 10px;
}
.our-ceo__meta {
	font-size: 22px;
	line-height: 46px;
	color: #cec6a2;
	margin-bottom: 40px;
}
.our-ceo__text {
	font-size: 16px;
	line-height: 28px;
}
.our-ceo__button {
	background: #cec6a2;
	font-size: 14px;
	line-height: 46px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	width: 175px;
	text-align: center;
	margin-top: 85px;
	border: none;
	cursor: pointer;
	display: block;
	text-decoration: none !Important;
}
.our-ceo__button:hover {background: #29384b;color: #cec6a2;}

/*****************************Блок What we do*****************************/
.what-we-do {
	background: url(../img/what-we-do_fon.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
	position: relative;
}
.what-we-do__wrap {padding: 0 50px;align-content: center;}
.what-we-do__block {
	display: flex;
	margin: 0 -23px;
	justify-content: space-between;
	align-items: stretch;
}
.what-we-do__block_flex {
	width: 33.333%;
	margin: 0 23px;
	background: #959181;
	padding: 35px 30px 70px;
}
.what-we-do__title {
	font-size: 30px;
	line-height: 56px;
	margin: 0 0 20px;
}
.what-we-do__text {
	font-size: 17px;
	line-height: 26px;
}
.what-we-do__block-info {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.what-we-do__opisanie {
	font-size: 26px;
	line-height: 41px;
	max-width: 760px;
}
.what-we-do__podpis {
	font-size: 14px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.what-we-do__podpis:before {
	content: "";
	width: 140px;
	display: inline-block;
	border-bottom: 1px solid #9ca1b3;
	margin: 0 55px 0 5px;
}

/*****************************Блок Footer*****************************/
.footer {
	background: #000;
    display: block;
    margin: 0;
	color: #fff;
	line-height: 28px;
	height:100vh;
	float: left;
	position: relative;
}
.footer__wrap {
	display: flex;
	align-items: stretch;
	width: 100%;
	padding: 90px 50px 30px;
}
.footer-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-left__logo {
	width: 146px;
}
.social-button {line-height: 1;}
.social-button__ico {
	display: inline-block;
	margin-right: 15px;
}
.footer-left__mail {
	font-size: 13px;
}
.footer-left__mail a {
  color:#fff;
}
.footer-right {
	width: 270px;
}
.footer-right__title {
	font-size: 26px;
	margin: 0 0 30px;
}
.footer-right__desc {
	font-size: 16px;
	margin-bottom: 45px;
}
.footer-right__form {

}
.form__input {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #c2b392;
	padding: 0 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-bottom: 20px;
	width: 250px;
	background: transparent;
}
.error.form__input {border-color: red;}
.form__submit {
	background: #cec6a2;
	font-size: 14px;
	line-height: 46px;
	color: #29384b;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border: none;
	width: 125px;
	text-align: center;
	margin: 35px 0 10px;
	cursor: pointer;
}
.form__submit:hover {background: #29384b;color: #cec6a2;}
.form__privacy {
	font-size: 13px;
}
.tweet__spoil, .insta__spoil {display: none;}
.temp-scrol {
	position: absolute;
	right: 0;
	z-index: -10;
}

.header {
    height: 61px;
    padding: 5px;
    background: rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1400px) {
	.header {border-bottom: 1px solid #909090;}

	.menu__link {line-height: 50px;}
	.shapka__wrap {padding-top: 60px;}

	.header__wrap {padding: 0;}
	.about-us__wrap {padding: 60px 30px;align-items: center;}
	.our-news__wrap {padding: 0 30px 30px;}

	.our-ceo .container {align-items: normal;}
	.our-ceo__wrap {flex-wrap: wrap; padding: 120px 30px 30px;align-items: center;}
	.what-we-do__wrap {padding: 60px 30px;}
	.footer__wrap {padding: 90px 30px 60px;}

	.our-ceo__photo {width: 50%;}
	.our-ceo__info {width: 50%;padding: 0 30px;}
	.what-we-do__block-info {margin-top: 40px;display: block;}
	.what-we-do__podpis {text-align: right; margin-top: 40px;}

}
@media only screen and (min-width: 1200px) {
	.container {max-width: 1200px;}
  .what-we-do,
  .our-news,
  .about-us {
    padding-top: 80px;
  }


}


	.menu {
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		z-index: 9999999;
	}
	.menu__btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 30px;
		cursor: pointer;
		transition: 0.4s;
		margin-right: 16px;
	}
	.menu__icon {
		display: block;
		position: relative;
		background: white;
		width: 90%;
		height: 4px;
		transition: 0.4s;
	}
	.menu__icon::after, .menu__icon::before {
		content: "";
		display: block;
		position: absolute;
		background: white;
		width: 100%;
		height: 4px;
		transition: 0.4s;
	}
	.menu__icon.menu__link_dark {background: black;}
	.menu__icon.menu__link_dark::after, .menu__icon.menu__link_dark::before {background: black;}
	.menu__icon::after {top: 8px;}
	.menu__icon::before {top: -8px;}
	.menu__container {
		position: fixed;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 999;
		height: 0;
		opacity: 1;
		transition: 0.5s;
		transition-delay: 0.2s;
		overflow: hidden;
	}
	.menu__list {
		transition: 0.5s;
		transition-delay: 0.5s;
		list-style: none;
		padding-left: 0;
		margin-top: -50px;
		flex-wrap: wrap;
	}
	.menu__item {
		font-size: 26px;
		padding-bottom: 15px;
		width: 100%;
	}
	.menu__link {line-height: 1.7;font-size: 24px;}
	.menu__checkbox:checked ~ .menu__nav {
		opacity: 1;
		transition-delay: 0s;
	}
	.menu__checkbox:checked ~ .menu__container {
		height: 100%;
		transition-delay: 0s;
		background: rgba(0,0,0,0.7);
	}
	.menu__checkbox:checked ~ .menu__btn .menu__icon {background: transparent;}
	.menu__checkbox:checked ~ .menu__btn .menu__icon::before, .menu__checkbox:checked ~ .menu__btn .menu__icon::after {top: 0;}
	.menu__checkbox:checked ~ .menu__btn .menu__icon::after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.menu__checkbox:checked ~ .menu__btn .menu__icon::before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.menu__link_dark {color: #fff;}

	.lang {
		display: block;
		list-style: none;
		padding: 15px;
		background: transparent;
		position: relative;
		top: 0;
	}






@media only screen and (max-width: 1199px) {
	html, body {overflow: auto;height: auto;}
	section {height: auto;float: none; width: 100% !Important;}
	.shapka__text {display: none;}
	/*.logos {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}*/
	.menu {
		background-color: #000;
	}


	.our-ceo__wrap, .what-we-do__wrap, .footer__wrap {padding: 60px 0;}
	.our-news__wrap, .about-us__wrap {padding: 60px 30px;}
	.shapka {width: 100% !Important; float: none;}
	.about-info__text {margin-bottom: 50px;}
	.about-info__podpis {text-align: right;}

	.our-news__tweet, .our-news__insta {position: relative;transition: all .5s linear;}
	.our-news__tweet.spoil, .our-news__insta.spoil {height: 50px;overflow: hidden;}

	.tweet__spoil, .insta__spoil {
		display: block;
		position: absolute;
		top: 7px;
		right: 27px;
		font-size: 20px;
		line-height: 1;
		color: #eee;
		padding: 5px;
		background: #000;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.our-ceo__wrap {align-items: flex-start;}
	.our-ceo__info {padding: 0 20px;}
	.our-ceo__podpis {
		text-align: right;
		max-width: 400px;
		margin: 0 auto;
	}

	.what-we-do__block {
		flex-wrap: wrap;
		padding: 0 30px;
		margin: 0;
	}
	.what-we-do__block_flex {
		width: 100%;
		margin: 10px 0;
		padding: 30px 30px;
	}
	.what-we-do__block-info {
		display: block;
		padding: 0 30px;
	}
	.what-we-do__podpis {text-align: right;margin-top: 40px;}
	.footer {width: 100%;height: auto;}

	.footer-left {padding: 0 30px;}
	.footer-right {padding: 0 30px;}
	.social-button {margin: 20px 0;}
}
@media only screen and (max-width: 959px) {
	.about-us__social {width: 100%;margin-top: 20px;text-align: right;border-bottom: none;}
	.social__link {display: inline-block; margin: 0 15px;}
}
@media only screen and (min-width: 768px) {
	.our-news__wrap iframe {height: 100% !Important;}
}
@media only screen and (max-width: 767px) {
	.logo__item-piet {border-bottom: 1px solid #909090;}
	.logo__item-jung {border-bottom: 1px solid #909090;}
	.our-news__wrap, .about-us__wrap { padding: 60px 0;}
	.about-us__wrap {align-content: flex-start;flex-wrap: wrap;}
	.about-us__wrap-info {max-width: 100%; padding: 0 30px;}
	.about-us__wrap-info, .about-us__social {width: 100%;}
	.about-us__social {text-align: center; margin-top: 30px;margin-left: 0;}

	.our-news__title {margin: 0 0 30px;padding: 0 30px;}
	.our-news__tweet {padding: 0 30px;width: 100%;}
	.news-foto {width: 100%; padding: 0 30px 30px; max-width: 400px;}
	.our-news__insta {padding: 0 30px;margin-top: 30px;width: 100%;}
	.tweetline {margin: 30px 0;}
	.our-ceo__wrap {align-content: flex-start;}
	.our-ceo__photo {padding: 0 30px;width: 100%;}
	.our-ceo__info {padding: 0 30px;margin-top: 30px;width: 100%;}

	.what-we-do__block {padding: 0 30px;width: 100%;}
	.what-we-do__block-info {padding: 0 30px;margin-top: 30px;width: 100%;}

	.footer__wrap {flex-wrap: wrap;}
	.footer-left {padding: 0 30px;width: 100%;}
	.footer-right {padding: 0 30px;margin-top: 30px;width: 100%;}

	.brand-desc {padding: 60px 20px 10px;}
	.menu {justify-content: space-between;}
}
@media only screen and (max-width: 639px) {
	.about-us__wrap, .our-news__wrap, .our-ceo__wrap, .what-we-do__wrap, .footer__wrap {padding: 40px 0;}
	.social-button {margin: 20px 0;}

}
@media only screen and (min-width: 480px)  {
    .news-section {
      display: none;
    }
}
@media only screen and (max-width: 479px) {
	body {font-size: 16px;line-height: 28px;}
	.logo__wrap-up, .logo__wrap-down {height: 32%;}
	.logo__wrap-middle {height: 36%;}
	.logo__wrap-middle {height: 28%;}
	.logo__item-arp {background-size: 60% auto;}
	.brand-desc {
		padding: 60px 20px 10px;
		font-size: 13px;
		line-height: 18px;
	}
	.brand-desc__img {width: 160px;height:auto;}
	.brand-desc__text {margin-top: 10px;}
	.brand-desc__info {display: inline-block; margin: 0; width: 40%;}
	.brand-soc__link {width: 40px;margin-right: 8px;}
	.brand-desc__back {margin-top: 10px;}

	.about-us__wrap-info {padding: 0 20px;}
	.about-info__title {font-size: 32px;margin: 0 0 20px;}
	.about-info__text {margin-bottom: 20px;font-size: 14px;line-height: 1.5;}
	.about-us__social {text-align: center;}
	.our-news__block {padding: 0;  margin:0 auto; width: 90%;}
	.our-news__tweet {padding: 0 20px;}
	.our-news__insta {padding: 0 20px;}
	iframe.twitter-timeline {height: 500px !Important;}
	.our-news__insta iframe {height: 500px !Important;}
	.our-news__title {margin: 0 0 20px;padding: 0 20px;font-size: 32px;}
	.our-ceo__photo, .our-ceo__info {padding: 0 20px;}
	.our-ceo__text {font-size: 14px;line-height: 24px;}
	.our-ceo__title {font-size: 32px;line-height: 1;}
	.our-ceo__meta {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.our-ceo__podpis {max-width: 270px;}
	.our-ceo__button {margin-top: 25px;}
	.what-we-do__block {padding: 0 20px;}
	.what-we-do__block_flex {margin: 10px 0 0; padding: 15px 20px;}
	.what-we-do__title {
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 10px;
	}
	.what-we-do__block-info {padding: 0 20px;}
	.what-we-do__opisanie {font-size: 20px;line-height: 32px;}
	.what-we-do__podpis:before {width: 100px;margin: 0 35px 0 5px;}

	.footer-right {padding: 0 20px;}
	.footer-left {padding: 0 20px;justify-content: center;}
	.social-button {margin: 50px 0;}
	.footer-right__title {margin: 0 0 20px;}
	.footer-right__desc {margin-bottom: 25px;}
	.form__submit {margin: 15px 0 10px;}
	.news-foto {display: none;}
  .news-section {
    position: relative;
    display: block;
  }
  .news-section .news-back {
    width: 479px;
    height: 100%;
    background: rgba(0,0,0,.68);
    z-index: 10;
    top: 0;
  }
  .news-section .news-button {
    right: 0;
    bottom: 175px;
    margin: 0 auto;
    width: 200px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
  }
  .news-section  .news-button img {
    width: 30%;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 10px;
  }
  .news-section    .news-back, .news-section .news-button {
    position: absolute;
    left: 0;
  }
  .news-section  p {
    color: #fff;
    text-shadow: 0 2px 10px #000;
  }
}
@media only screen and (max-width: 425px) {
.news-section .news-back {
  width: 384px;
}
}

@media only screen and (max-width: 375px) {
  .news-section .news-back {
    width: 338px;
  }
}
@media only screen and (max-width: 360px) {
	.brand-desc__img {height: 50px; width: auto;}

	.our-ceo__podpis {max-width: 240px;}
	.our-ceo__image-podpis {width: 120px;}
	iframe.twitter-timeline {height: 400px !Important;}
	.our-news__insta iframe {height: 400px !Important;}
  .news-section .news-back {
    width: 324px;
  }
}
@media only screen and (max-width: 320px) {
  .news-section .news-back {
    width: 290px;
  }
}


@media only screen and (min-width: 1200px) and (min-height: 600px) and (max-height: 800px) {
	.our-ceo__wrap {padding: 70px 30px 30px;}
	.our-ceo__image {height: 500px; margin: 0 auto;}
	.our-ceo__meta {margin-bottom: 20px;}
	.our-ceo__button {margin-top: 25px;}

	.what-we-do__block_flex {padding: 25px 30px;}
	.what-we-do__title {line-height: 42px; margin: 0 0 10px;}
	.what-we-do__block-info {margin-top: 40px;}
	.what-we-do__podpis {margin-top: 30px;}
	.what-we-do__opisanie {font-size: 24px; line-height: 32px;}
	.news-foto {padding: 0 50px;}
	.tweetline {margin: 90px 0;}
}
@media only screen and (min-width: 1400px) and (min-height: 600px) and (max-height: 700px) {
	.our-ceo__wrap {padding: 90px 30px 30px;}
	.our-ceo__meta {margin-bottom: 20px;}
	.our-ceo__button {margin-top: 25px;}
	.our-ceo__text {font-size: 15px; line-height: 25px;}

}
@media only screen and (min-width: 1200px) and (min-height: 801px) and (max-height: 991px) {
	.our-ceo__wrap {padding: 90px 30px 30px;}
	.our-ceo__image {height: 700px; margin: 0 auto;}
}
@media only screen and (min-height: 737px) and (max-height: 768px) {
  .shapka {
    height: 768px;
  }
  .shapka__wrap {
    width: 620px;
  }
  .brand-desc {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1199px) and (max-height: 736px) and (orientation: landscape) {
  .shapka {
    height: 800px;
  }
  .shapka__wrap {
    width: 620px;
  }
}
