/*
 * файл корректировки стилей верстки сайта
 * и добавленных стилей
 * стили версти - /templates/css/layout_styles/
 */
/**/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(/templates/font/OpenSans/OpenSans-ExtraBold.woff2) format('woff2');
	src: url(/templates/font/OpenSans/OpenSans-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url(/templates/font/OpenSans/OpenSans-Regular.woff2) format('woff2');
	src: url(/templates/font/OpenSans/OpenSans-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/templates/font/OpenSans/OpenSans-Light.woff2) format('woff2');
	src: url(/templates/font/OpenSans/OpenSans-Light.woff) format('woff');
}
/**/

.bgs_contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}



.bgs_cover {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.full_size_a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.width_50 {
	width: 50%;
}

.no_underline {
	text-decoration: none !important;
}



.langs span {
	padding-right: 0.2rem;
	color: #113a60;
	text-decoration: none;
	transition: all 0.3s ease;
}
.main-menu ul li span.a {
	font-size: 1.125rem;
	color: #707070;
	margin: 0 0 0 1.5rem;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease-out;
}

.overlay ul li span.a {
	font-size: 1.55rem;
	color: #000;
	text-decoration: none;
	cursor: default;
	z-index: 99;
}

.footprint ul li span.a {
	color: #fff;
	opacity: 0.5;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.footprint ul h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff !important;
	opacity: 1;
	cursor: default;
}

.imghnd>div>h3 {
	font-size: 18px;
	text-transform: none;
	color: #283c5f;
	margin: 1rem 0 0.65rem 0;
}

.benefitList ul li {
	font-size: 0.9rem;
	line-height: 1.4rem;
	color: #283c5f;
	width: 37rem;
	margin: 2rem 0 0 6.5rem;
	position: relative;
	list-style-image: url("/templates/images/layout/img/arrow-right.png");
}

.benefitList ul li:first-child {
	margin-top: 1rem !important;
}

@media screen and (max-width: 1600px) {
	.benefitList ul li {
		margin-top: 2rem;
	}

	.benefitList ul li {
		font-size: 0.9rem;
		line-height: 1.4rem;
		color: #283c5f;
		width: 37rem;
		margin: 2rem 0 0 6.5rem;
		position: relative;
	}
}

.textblock li {
	color: #3e3e3e;
	/*margin-bottom: 0;*/
	font-size: 20px;
	list-style-image: url("/templates/images/layout/img/arrow-right.png");
	/*display: flex;*/
	/*align-items: flex-start;*/
	margin-bottom: 0.7rem;
}
.aboutHead h3 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #a7a7a7;
	text-align: center;
	text-transform: uppercase;
}

.aboutHead h4 {
	margin: 0;
	font-size: 2rem;
	color: #283c5f;
	text-align: center;
}

.fusiness .fox h2,
.fusiness .fox h3 {
	font-size: 1rem;
	text-transform: uppercase;
	position: absolute;
	margin: 0;
	bottom: 3.6rem;
	left: 1.5rem;
	color: #fff;
}

.fusiness .fox h2.extra {
	bottom: 1.3rem;
	font-size: 1.4rem;
}

.fusiness div.fox {
	cursor: default !important;
}

.leasing_div h2,
.leasing_div h3 {
	font-size: 1.14rem;
	text-transform: uppercase;
	position: absolute;
	margin: 0;
	bottom: 3.6rem;
	left: 1.5rem;
	color: #fff;
}

.leasing_div h2.extra {
	bottom: 1.3rem;
	font-size: 1.75rem;
}

.blueWater.no_link {
	cursor: default;
}

.blueWater.right_ h2 {
	text-align: right;
}

a>.blueWater h2,
a>.blueWater p {
	text-decoration: none;
}

.blueWater h2 {
	font-size: 1.25rem;
	color: #fff;
	text-transform: uppercase;
}

.benefit .imagetextblock.service .textblock {
	padding-left: 2rem;
}

.benefit .textblock p,
.benefit .textblock li {
	line-height: 1.4rem;
	font-size: 1.1rem;
}

@media screen and (max-width: 1250px) {
	.benefit .imagetextblock>div {
		width: 50%;

	}

	.imagetextblock {
		width: 90%;
	}
}

@media screen and (max-width: 1000px) {
	.benefit .imagetextblock>div {
		width: 100%;
	}

	.benefit .imagetextblock.service .textblock {
		padding-left: 0;
	}
}

.bigLogo {
	flex-wrap: wrap;
}

.bigLogo img {
	padding-bottom: 1rem;
	padding-right: 8rem;
}

.bigLogo .inner_p {
	width: 36.9rem;
	font-size: 0.9rem;
	color: #474a56;
	max-width: 100%;
}

.bigLogo .inner_p p {
	margin-bottom: 1rem
}

@media screen and (max-width: 900px) {
	.bigLogo img {
		padding-right: 0;
		padding-bottom: 0;
	}

	.bigLogo .inner_p p {
		width: 90%;
		padding: 1rem;
	}
}

@media screen and (max-width: 600px) {
	.bigLogo .inner_p {
		width: 100%;
	}
}

.benefitList p {
	font-size: 18px;
	color: #283c5f;
	margin-bottom: 1.7rem;
}

.areas .images>.imghnd {
	width: 95% !important;
	max-width: 57.2rem;
}

.tizers_images .imghnd>div {
	width: 30%;
}

@media screen and (max-width: 1250px) {
	.imagetextblock.service {
		flex-direction: column;
	}
}

/* список клиентов*/
.slide-wrapper.career {
	margin-top: 0;
	margin-bottom: 0;
}

.logos>div {
	height: 4.06rem;
}

.customers_item {
	display: inline-block;
	height: 4.06rem !important;
	width: 16.67%;
	margin: 0 10px;
}

.redDiv {
	margin-bottom: 4rem;
}

.redDiv.no_mb {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.redDiv.no_mb {
		margin-bottom: 0;
	}

	.redDiv {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 640px) {

	.righticons,
	.lefticons {
		display: none !important;
	}
}

.tech .blue h2 {
	font-size: 1.85rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2rem;
	max-width: 95%;
}

.tech .blue h3 {
	color: #fff;
	width: 23rem;
	margin-bottom: 3rem;
	max-width: 95%;
}

/* сине-белый слайдер */
.tech .blue {
	height: 35rem;
}

.tech>div.abstech {
	width: 39%;
	right: 8rem;
	top: 5rem;
}

@media screen and (max-width: 1480px) {
	.tech>div.abstech {
		width: 37%;
	}
}

@media screen and (max-width: 1270px) {
	.tech>div.abstech {
		width: 36%;
	}
}

.blue_white_slider {
	margin: 0 auto;
	height: 14rem;
	width: 100%;
}

.blue_white_slider .slick-list,
.blue_white_slider .slick-track {
	height: 100%
}

.abstech .lefticons img,
.abstech .righticons img {
	height: 3rem;
}

.abstech .righticons {
	right: -3rem;
	top: calc(50% + 1.5rem);
}

.abstech .lefticons {
	left: -3rem;
	top: calc(50% + 1.5rem);
}

.blue_white_slider .showoff--div {
	cursor: zoom-in;
	margin: 0 0.2rem;
}


@media screen and (max-width: 1150px) {
	.tech>div.abstech {
		right: 4rem;
		width: 40%;
	}

	.tech>div.abstech {}

	.blue_white_slider {
		/*height: 9rem; /*width: 58rem;*/
	}
}

@media screen and (max-width: 1000px) {
	.blue_white_slider_wrapper .blue {
		height: auto;
		padding-bottom: 22rem;
	}

	.blue_white_slider_wrapper .white {
		padding-bottom: 22rem;
	}

	.blue_white_slider_wrapper>div.abstech {
		top: auto;
		bottom: 2rem;
		width: 100%;
		padding-top: 2rem;
		right: 0;
	}

	.blue_white_slider_wrapper .blue_white_slider {
		height: 20rem;
		width: 100%;

	}

	.abstech .lefticons,
	.abstech .righticons {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
	.blue_white_slider_wrapper .blue {
		/*height: 35rem;*/
		padding-bottom: 18rem;
	}

	.blue_white_slider_wrapper .white {
		padding-bottom: 18rem;
	}

	.blue_white_slider_wrapper>div.abstech {}

	.blue_white_slider_wrapper .blue_white_slider {
		height: 16rem;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.blue_white_slider_wrapper .blue {
		/*height: 35rem;*/
		padding-bottom: 16rem;
	}

	.blue_white_slider_wrapper .white {
		padding-bottom: 16rem;
	}

	.tech>div.abstech {}

	.blue_white_slider_wrapper .blue_white_slider {
		height: 14rem;
	}
}

@media screen and (max-width: 460px) {
	.tech .blue {
		height: auto;
		padding-bottom: 1rem;
	}

	.tech>div.abstech {
		position: static;
		display: block;
		width: 100%;
		padding: 0 1rem 0;
		margin-bottom: 15px;
		/*top: 14rem;
		right: 0;
		left: 0;*/
	}

	.blue_white_slider_wrapper .white {
		height: auto;
		padding-bottom: 1rem;
	}

	.blue_white_slider_wrapper .blue_white_slider {
		height: 10rem;
		width: 100%;
	}
}

@media (max-width: 360px) {
	.tech>div.abstech {
		top: 16rem;
	}

	.blue_white_slider {
		height: 8rem;
		width: 100%;
	}
}

/* Услуги - блок Картинка вверху */
/* резиденции - слайдер */
.slider_with_logo .titles {
	height: 60%;
	margin-top: 22%;
	margin-bottom: 18%;
}

@media (max-width: 1100px) {
	.slider_with_logo .titles {
		height: 70%;
		margin-top: 18%;
		margin-bottom: 12%;
	}
}

.slider_with_logo .titles {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.slider_with_logo .top_image_block.titles h1 {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.slider_with_logo .top_image_block.titles p {
	text-transform: none;
	font-size: 0.9rem;
}

.top_image_block.titles img {
	max-width: 50% !important;
	height: auto;
}

.top_image_block.titles img.full_width_logo {
	width: 75% !important;
	max-width: 75% !important;
}

@media (max-width: 1000px) {
	.slider_with_logo .width_50 {
		width: 90% !important;
	}
}

@media (max-width: 600px) {
	.top_image_block.titles img {
		max-width: 90% !important;
	}
}

.top_image_block.titles h1 {
	font-size: 3rem;
	margin: 0.5rem 0 0.5rem;
}

.top_image_block.titles p {
	color: #ffffff;
}

.top_image_block.titles a.video {
	background: #79202e;
	border: 0;
	border-radius: 1.5rem;
	margin: 1rem 0;
	color: #ffffff;
}

.top_image_block.titles a.video:hover {
	color: #ffffff;
	background: #283c5f;
}

@media screen and (max-width: 1100px) {
	.top_image_block.titles h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 660px) {
	.top_image_block.titles h1 {
		line-height: 1.5rem;
	}

	.top_image_block.titles p {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	.top_image_block.titles h1 {
		line-height: 1rem;
	}
}

/* резиденции */
.crossit>div {
	box-sizing: border-box;
	padding: 1rem;
}

.crossit>div.text {
	padding-top: 0;
}

.crossit h4 {
	font-size: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: lighter;
}

@media screen and (max-width: 500px) {
	.crossit>div {
		width: 100%;
	}

	.crossit h4 {
		font-size: 1.5rem;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}
}

.service_areas.areas .images>.imghnd {
	width: auto;
	max-width: 63rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	justify-content: space-around;

}

.service_areas {
	background: #ffffff;
}

.service_areas.service_areas--gray {
	background: #f9fafc;
}

.service_areas .imghnd>div {
	width: 33%;
}

.imghnd>div>h3.header--red {
	color: #79202e;
	margin-bottom: 0;
	text-transform: uppercase;
}

.imghnd>div>h4 {
	margin: 0.5rem 0;
	color: #283c5f;
}

@media screen and (max-width: 900px) {
	.service_areas .images {
		display: block !important;
	}
}

/* офисы */
.added_styles.complex {
	max-width: 100%;
}

.added_styles.complex h2 {
	font-size: 3rem;
	color: #283c5f;
	text-transform: uppercase;
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}

.rednumbers.added_styles {
	flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
	.added_styles.complex {
		display: block
	}

	.added_styles.complex .left,
	.added_styles.complex .right {
		width: 100%;
		box-sizing: border-box;
		padding: 1rem;
	}

	.added_styles .complex p {
		margin-top: 2rem;
		margin-left: 1rem;
		width: 100%;
	}

	.rednumbers.added_styles {
		width: 100%;
		max-width: 100%;
	}

	.rednumbers.added_styles>div {
		margin: 1rem;
	}

	.rednumbers.added_styles h3 {
		font-size: 2.5rem;
	}
}

.added_styles.contacts h2 {
	color: #283c5f;
	font-size: 3rem;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.added_styles.tour h2 {
	color: #272727;
	font-size: 3rem;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 900px) {
	.added_styles.tour>div {
		width: 95vw;
	}

	.added_styles.tour .vcontrol {
		display: none;
	}

	.added_styles.tour .slide-wrapper career {
		width: 100%;
	}

	.added_styles.tour .mainScreen {
		height: 20rem;
	}
}

@media screen and (max-width: 600px) {
	.added_styles.tour .mainScreen {
		height: 14rem;
	}
}

.plansBlock.added_styles .plan1 h2 {
	color: #272727;
	font-size: 3rem;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.rentoffice.hidden {
	display: none;
}

/* кемпы - бордовый фон */
.burgundy .landNav {
	background-color: #79202e;
}

.burgundy .landNav a:hover {
	background: #ffffff;
	color: #79202e;
}

.burgundy footer {
	background: url("/templates/images/burgundy_bg.jpg") no-repeat center center;
	background-size: cover;
}

.burgundy .main-menu ul li a:hover {
	color: #79202e;
	border-bottom: 2px solid #79202e;
}

.burgundy .footprint ul li a:hover {
	color: #20314d;
}

.burgundy .copy {
	background-color: #79202e;
}

.burgundy .aboutHead h2,
.burgundy .aboutHead h2.common_h2 {
	color: #79202e;
}

.burgundy .welcome {
	padding: 6.25rem 0 5rem 0;
	background: url(/templates/images/layout/img_camp/dots.jpg) no-repeat center;
	background-size: cover;
}

.burgundy .welcome.white_bg {
	background-color: #ffffff;
	background-image: none;
}

.burgundy .welcome h3 {
	font-size: 2.81rem;
	color: #79202e;
	text-transform: uppercase;
	line-height: 2.3rem;
	margin-bottom: 4.25rem;
	font-weight: lighter;
}

.burgundy h3.bottom_h3 {
	padding-left: 1rem;
}

.burgundy h3.small_h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.1rem;
	color: #a7a7a7;
	text-align: center;
	text-transform: uppercase;
}

.burgundy .text h3 span {
	color: #20314d;
}

.numbers {
	background: #79202e;
	padding: 4.5rem 0 5rem 0;
	margin-top: 6.25rem;
	justify-content: center;
	max-width: 100%;
}

.cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.textCenter {
	display: flex;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0 1rem;
	color: #fff;
	font-size: 1.1rem;
}

.burgundy .flexV {
	display: flex;
	flex-direction: column;
}

.num h2 {
	color: #fff;
	font-size: 3.5rem;
	margin: 0;
}

.num h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.pinkBar {
	background: #944d58;
	height: 4.5rem;
	width: 2px;
	margin: 0;
}

.numbers .cont>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 75rem;
	padding-top: 3rem;
}

.burgundy .imghnd>div>h4 {
	color: #79202e;
}

@media screen and (max-width: 1300px) {
	.numbers .cont>div {
		width: 60rem;
	}
}

/*.slider_two_images{padding-top: 2rem !important;}*/
.welcome,
.areas {
	padding-bottom: 0 !important;
}

.slider_two_images h4 {
	/*font-size: 2rem;*/
	color: #283c5f;
	text-transform: none;
	/*line-height: 2.3rem;*/
	margin-bottom: 0.5rem;
	font-weight: lighter;
	font-size: 30px;
	line-height: 1.5;
}

.burgundy .slider_two_images h4 {
	color: #79202e;
}

.slider_two_images .crossit p {
	padding-bottom: 10.3rem;
	color: #474a56;
	/*font-size: 1.1rem;*/
	font-size: 20px;
	line-height: 1.5;
}

.slider_two_images .crossit {
	max-width: 100% !important;
}

.slider_two_images .slider_wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.slider_two_images__slider {
	width: 100%;
	height: 26rem;
}

.slider_two_images__slider .slick-list,
.slider_two_images__slider .slick-track {
	height: 100%;
}

.slider_two_images__slider .showoff--div {
	cursor: default;
	margin: 0 0.2rem;
}

.slider_two_images .lefticons {
	width: 60px;
	height: 60px;
	fill: #ffffff;
	left: 0;
	top: calc(50% - 2rem);
	z-index: 49;
}

.slider_two_images .righticons {
	width: 60px;
	height: 60px;
	fill: #ffffff;
	right: 0;
	top: calc(50% - 2rem);
	z-index: 49;
}

.slider_two_images .slider_icons_wrapper {
	width: 100%;
	height: 4rem;
	margin: 0.2rem;
	box-sizing: content-box;
	padding: 1rem 0;
}

.slider_icons__slider {
	height: 4rem;
}

.slider_icons__slider .showoff--icon {
	height: 100%;
	width: 6rem;
	display: inline-block;
	cursor: zoom-in;
}

.burgundy_slider .mainScreen {
	justify-content: left;
	align-items: flex-start;
}

.burgundy_slider .mainScreen .titles {
	padding-top: 7rem;
	padding-left: 0;
	align-items: center;
	height: calc(100% - 7rem);
}

.burgundy_slider .mainScreen .titles.inner {
	padding-top: 0;
	padding-left: 0;
	align-items: left;
	width: 63rem;
	max-width: 90%;
	justify-content: space-around;
	height: 90%;
}


.burgundy_slider .opacity_wrapper,
.top_image_block .opacity_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}

/**/
.top_image_block .opacity_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.burgundy_slider .titles h1 {
	text-transform: uppercase;
	font-size: 3.9rem;
}

.burgundy_slider .titles h1 span {
	color: #79202e;
}

.burgundy_slider .mainScreen .titles p {
	padding-top: 1.3rem;
	padding-bottom: 2rem;
	max-width: 90%;
	color: #ffffff;
	text-align: left;
	font-size: 1.2rem;
}

.flex_align_left {
	display: flex;
	flex-direction: column;
	align-items: left;
}

/*
.burgundy_slider a.present, .burgundy_slider a.video {
	cursor: pointer;
	position: relative;
	border: 2px solid #fff;
	border-radius: 2.5rem;
	padding: 0.7rem 1rem;
	background: transparent;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.burgundy_slider a.present:hover, .burgundy_slider a.video:hover {
	background-color: #79202e;
}
/**/
.burgundy_slider .mainScreen .titles h2 {
	padding-top: 0;
	max-width: 90%;
	color: #79202e;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.burgundy_slider .mainScreen .titles h3 {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	max-width: 90%;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 45px;
	text-transform: uppercase;
}

.burgundy_slider .buttons_wrapper .more_button,
.burgundy_slider .buttons_wrapper .video {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 1.2rem 1.5rem;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin-right: 15px;
	transition: all 0.4s ease-in-out;
}

.burgundy_slider .buttons_wrapper .video svg path {
	fill: #ffffff;
	/*background: #ffffff;*/
}

.burgundy_slider .buttons_wrapper .more_button:hover {
	background-color: #79202e;
	border-color: #79202e;
}

.burgundy_slider .buttons_wrapper .more_red {
	border: 2px solid #79202e;
	background: #79202e;
	margin-top: 0.3rem;
}

.burgundy_slider .buttons_wrapper .more_red:hover {
	border: 2px solid #fff;
	background: transparent;
}

.burgundy_slider .buttons_wrapper.bottom {
	position: static;
	width: 100%;
	max-height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.burgundy_slider .mainScreen .left,
.burgundy_slider .mainScreen .right {
	position: static;
	display: inline-block;
	margin: 1rem 1rem 0 0;
}

@media screen and (max-width: 10000px) {
	.burgundy_slider .mainScreen .titles h2 {
		font-size: 20px;
	}

	.burgundy_slider .mainScreen .titles h3 {
		font-size: 40px;
	}

	.burgundy_slider .buttons_wrapper.bottom {
		bottom: 5px;
	}
}

@media screen and (max-width: 800px) {

	.burgundy_slider .mainScreen .titles p,
	.burgundy_slider .mainScreen .titles h2,
	.burgundy_slider .mainScreen .titles h3 {
		display: none;
	}

	.burgundy_slider .mainScreen .titles {
		padding-top: 5rem;
	}

	.burgundy_slider .mainScreen .hidden_sm {
		display: none;
	}

	.burgundy_slider .buttons_wrapper .video {
		border-radius: 40px;
		padding: 0.8rem 1rem;
	}
}

@media screen and (max-width: 600px) {
	.burgundy_slider .buttons_wrapper.bottom {
		bottom: -70px;
		left: 1rem;
		right: auto;
		max-height: none;
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	.burgundy_slider .mainScreen .titles {
		padding-top: 2.5rem;
		padding-left: 0;
	}

	.burgundy_slider .mainScreen .titles h1 {
		font-size: 2rem;
	}
}

.tablet-menu {
	width: 6rem;
	justify-content: space-between;
	align-items: center;
	position: static;
}

.hamburger {
	right: 0;
	top: 0;
}

@media screen and (max-width: 900px) {

	.menus,
	.logo {
		display: none !important;
	}

	.tablet-menu {
		display: flex !important;
	}
}

.areas .images img {
	max-width: 100% !important;
}

.aboutfeedback {
	max-width: 100% !important;
	/*display: flex; justify-content: center;*/
}

/* контакты */
.activity.feedback h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
}

.contactForm {
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/templates/images/layout/img/girl.jpg);
	background-position: 0 5rem;
	padding-bottom: 5rem;
}

@media screen and (max-width: 1650px) {
	.contactForm {
		background-position: -4rem bottom;
		background-size: 360px 855px;
	}
}

@media screen and (max-width: 1300px) {
	.contactForm {
		background-position: -4rem bottom;
		background-size: 314px 741px;
	}
}

@media screen and (max-width: 1100px) {
	.contactForm {
		background-image: none;
	}
}

.careerSpot h3 {
	text-decoration: none;
	font-size: 1.1rem;
	text-transform: none;
	margin: 0;
	color: #283c5f;
}

.areas.tizers_wrapper {
	padding-bottom: 5rem !important;
}

.areas.tizers_wrapper .provides.areas {
	padding: 0 0 4.5rem 0 !important;
}

.areas.tizers_wrapper .provides.areas p {
	color: #a7a7a7;
}


.image_with_list ul {
	padding-left: 1.4rem;
}

.list_with_image ul {
	padding-left: 1.4rem;
}

.redDiv {
	width: 2rem !important;
}

.contact .mini_img {
	height: 140px;
	width: 140px;
	border-radius: 50%;
}

.contact.job {
	padding: 4.5rem 0 4.5rem 0;
}

.testi {
	line-height: 1.2rem;
}

.blocks.objects {
	margin-top: 3rem;
}

.numeration {
	height: 100%;
	width: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	position: absolute;
	left: -2.2rem;
	top: 0;
	font-size: 0.9rem;
	padding-right: 0.2rem;
}

/* страница Услуги */
.activity {
	padding: 6rem 0 5.7rem 0;
}

.actD .text {
	margin-left: 5rem;
    font-size: 1.3rem;
}

.business .boxes {
	position: relative;
	margin-top: -1.2rem;
}

.business .boxes h1 {
	position: absolute;
	font-size: 40px;
	color: #283c5f;
	margin: 0 0 1.5rem 0;
	left: 0;
	top: -4rem;
}

.business h3.back {
	font-weight: normal;
	top: -12rem;
}

@media screen and (min-width: 1651px) {
	.business.residence h3.back {
		left: 7rem;
	}
}

.business.residence .boxes h1 {
	left: 12.75rem;
    
}

#residences .box {
	margin-bottom: 2rem
}

@media screen and (max-width: 1650px) {
	.business.residence .back {
		left: -6rem;
		padding-left: 0;
    
	}

	#residences h3.back {
		padding-left: 0;
	}

	.business.residence .boxes h1 {
		left: 0;
	}
}

@media screen and (max-width: 540px) {
	.business .boxes h1 {
		top: -6rem;
	}
}


.business .box h2 {
	font-size: 1.6rem;
  text-transform: uppercase !important;
	position: absolute;
	margin: 0;
	bottom: 1.3rem;
	left: 1.5rem;
	color: #fff;
    font-weight: 800;
      font-family: calibri;
}

.business .box h2 span {
	font-size: 1rem;
	position: absolute;
    font-weight: 400;
    margin: 0px -80px 0px 0px;
	top: -2.4rem;
	left: 0;
}


/* страница Услуги */
.common_font,
.common_font p,
.common_font h3 {
	font-size: 20px !important;
	line-height: 1.5 !important;
}

.image_link_text>div {
	width: 46%;
}

.image_link_text>div.text_wrapper {
	padding-left: 1.2rem;
}

.image_link_wrapper {
	text-align: right;
}

.image_link_wrapper a {
	display: inline-block;
	/*margin-right: 3rem;*/
	margin-right: 0;
}

.image_link_text>div>p {
	padding-left: 0;
}

.image_link_text .text_wrapper p {
	max-width: 100% !important;
}

.image_link_text .text_wrapper p {
	max-width: 100% !important;
}

@media screen and (max-width: 776px) {
	.image_link_wrapper {
		text-align: center;
	}

	.image_link_wrapper a {
		margin-right: 0;
	}

	.image_link_text>div {
		width: 100%;
		text-align: center;
	}

	.image_link_text .text_wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.image_link_text .text_wrapper p {
		width: 35rem;
	}
}

/* общий верхний заголовок блока */
.aboutHead h3.common_h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1rem;
	color: #a7a7a7;
	text-align: center;
	text-transform: uppercase;
}


/* общий нижний заголовок блока */
.aboutHead h2.common_h2 {
	margin: 0;
	font-size: 2rem;
	color: #283c5f;
	text-align: center;
}

.aboutfeedback form label.full {
	width: 100%;
}

.contactForm form input.error,
.aboutfeedback form input.error {
	border-color: maroon;
}

.contactForm form label.error,
.aboutfeedback form label.error {
	display: none !important;
}

.contactForm form textarea {
	resize: none;
}

.hidden_text {
	margin: 2rem 0 0 !important;
}

/* правки под адаптивность, разные исправления */
.text_image_map .crossit {
	max-width: 100%;
}

.text_image_map .text p {
	color: #777981;
	font-size: 15px;
}

@media screen and (max-width: 1050px) {
	.text_image_map .crossit {
		width: 50rem;
	}
}

@media screen and (max-width: 850px) {
	.text_image_map .crossit {
		width: 44rem;
	}

	.text_image_map .crossit .text p {
		max-width: 100%;
		width: 100%;
	}

	.text_image_map .crossit .flex {
		height: 20rem;
	}
}

@media screen and (max-width: 650px) {
	.text_image_map .crossit>div {
		width: 100%;
	}

	.text_image_map .crossit .flex {
		height: 15rem;
	}
}

@media screen and (max-width: 460px) {
	.text_image_map .landNav a {
		margin: 0;
		padding: 0.8rem;
		font-size: 0.8rem;
	}

	.text_image_map .crossit .flex {
		height: 12rem;
	}
}

.service_tizers.service_areas.areas .images>.imghnd {
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.service_tizers.service_areas.areas .imghnd>div {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.service_tizers.service_areas.areas .imghnd>div>img {
		margin: 1rem auto 0;
	}
}

.slider_two_images .slider_icons_wrapper {
	height: auto;
}

.slider_icons__slider {
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
}

.slider_icons__slider .showoff--icon {
	height: 4rem;
	width: 6rem;
	margin: 0.3rem 0.5rem 0.7rem 0;
	position: relative;
}

.slider_icons__slider .showoff--icon .gray_border {
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #d0d0d0;
	border-radius: 3px;
	display: none;
	bottom: -8px;
	left: 0;
	/*
	-webkit-transition: all 1s ease-out 0.5s;
	-moz-transition: all 1s ease-out 0.5s;
	-o-transition: all 1s ease-out 0.5s;
	transition: all 1s ease-out 0.5s;
	/**/
}

.slider_icons__slider .showoff--icon.active .gray_border {
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.numbers .cont>div {
		width: 48rem;
	}
}

@media screen and (max-width: 800px) {
	.numbers .cont>div {
		width: 40rem;
	}
}

@media screen and (max-width: 700px) {
	.numbers .cont>div {
		width: 32rem;
	}

	.burgundy .flexV {
		width: 45%;
		margin-bottom: 0.5rem;
	}

	.burgundy .flexV.right_text {
		text-align: right;
	}

	#extrabar {
		display: none
	}
}

@media screen and (max-width: 550px) {
	.numbers .cont>div {
		width: 28rem;
	}
}

@media screen and (max-width: 450px) {
	.numbers .cont>div {
		width: 20rem;
	}

	.num h2 {
		font-size: 2.5rem;
	}

	.num h3 {
		font-size: 1rem;
	}

	.numbers p.textCenter {
		font-size: 1rem;
	}
}

/* offices */
.text_image_red .added_styles.complex h2 {
	max-width: 100%;
	word-break: break-all;
}

.contacts_offices .contacts p {
	max-width: 100%;
}

.text_image_red .complex p {
	max-width: 100%;
}

.rentoffice.added_styles {
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 1000px) {
	.plansBlock.added_styles .plansScreen {
		height: auto;
	}

	.plansBlock.added_styles .plansScreen .chart {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.plansBlock.added_styles .plansScreen .planTable {
		margin-top: 1rem;
		max-width: 100% !important;
		margin-right: 0;
	}

	.plansBlock.added_styles .plansScreen h2 {
		margin-top: 1.5rem !important;
		text-align: center;
	}

	.plansBlock.added_styles .plansScreen .chart img {
		margin-top: 3rem;
	}

	.hcontrol.added_styles .rectleft {
		padding: 1.6rem 1rem;
	}

	.hcontrol.added_styles .butt {
		font-size: 1.8rem;
		padding: 1.1rem 2.5rem;
	}

	.rentoffice.added_styles h4 {
		color: #283c5f;
		font-size: 3.3rem;
		line-height: 2.8rem;
		text-transform: uppercase;
		width: 50rem;
		margin-right: 0;
	}

	.rentoffice.added_styles>div {
		margin-right: 0;
	}

	.hero.added_styles_offices {
		padding: 18rem 0 0 10rem;
	}
}

@media screen and (max-width: 800px) {

	.plansBlock.added_styles .plansScreen,
	.added_styles.complex {
		padding: 8rem 0 5rem 0;
	}

	.rednumbers.added_styles {
		margin-bottom: 5rem;
	}

	.centered.gray .tour.added_styles {
		margin: 7rem 0;
	}

	.plansBlock.added_styles .plansScreen .planTable {
		width: 22rem;
	}

	.plansBlock.added_styles .plansScreen .chart img {
		height: 20rem;
		width: auto;
	}

	.hcontrol.added_styles {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.hcontrol.added_styles .rectleft {
		display: none;
	}

	.hcontrol.added_styles .butt {
		font-size: 1.8rem;
		padding: 1.1rem 2.5rem;
	}

	.rentoffice.added_styles {
		height: 40rem;
	}

	.rentoffice.added_styles h4 {
		font-size: 2.5rem;
		line-height: 2.6rem;
		width: 100%;
	}

	.rentoffice.added_styles>div {
		margin-right: 0;
	}

	.hero.added_styles_offices .trg {
		display: none;
	}

	.hero.added_styles_offices {
		padding: 14rem 0 0 7rem;
	}

	.hero.added_styles_offices h1 {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.rentoffice.added_styles>div {
		display: none;
	}

	.hero.added_styles_offices {
		padding: 8rem 0 0 2rem;
	}
}

@media screen and (max-width: 550px) {

	.plansBlock.added_styles .plansScreen,
	.added_styles.complex {
		padding: 5rem 0 3rem 0;
	}

	.rednumbers.added_styles {
		margin-bottom: 3rem;
	}

	.centered.gray .tour.added_styles {
		margin: 4rem 0;
	}

	.text_image_red .added_styles.complex h2 {
		font-size: 2.2rem;
	}

	.text_image_red .complex p {
		font-size: 1rem;
	}

	.added_styles.tour h2 {
		font-size: 2.2rem;
	}

	.contacts_offices .contacts h2 {
		font-size: 2.2rem;
	}

	.plansBlock.added_styles .plan1 h2 {
		font-size: 2.2rem;
	}


	.plansBlock.added_styles .plansScreen .planTable {
		width: 18rem;
	}

	.plansBlock.added_styles .plansScreen .planTable>div p {
		font-size: 1.1rem;
	}

	.plansBlock.added_styles .plansScreen .chart img {
		height: 16rem;
		width: auto;
	}

	.hcontrol.added_styles .butt {
		font-size: 1.6rem;
		padding: 1rem 2rem;
	}

	.rentoffice.added_styles {
		height: 20rem;
	}

	.rentoffice.added_styles h4 {
		padding-left: 0.5rem;
		font-size: 1.8rem;
		line-height: 2rem;
		width: 100%;
	}

}

@media screen and (max-width: 400px) {
	.plansBlock.added_styles .plansScreen .chart img {
		height: 12rem;
		width: auto;
	}
}

/* шаблон три картинки */
.three_images_block>.row {
	display: flex;
	flex-wrap: wrap;
}

.three_images_block .three_images_item {
	position: relative;
	margin: 0.25rem;
}

.three_images_item .inner_icon_wrapper {
	position: absolute;
	bottom: 40px;
}

.three_images_item .inner_icon_wrapper .bgs_contain {
	height: 40px;
	width: 50px;
	display: block;
	margin: 0 auto;
	background-position: center bottom;
}

.three_images_item .inner_icon_wrapper .icons_text {
	font-size: 17px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 4px auto 0;
}

/* */
.graph_bg_block .bigLogo {
	padding: 2rem 0 2rem 0;
}

.service_areas.service_tizers .imghnd>div>p {
	color: #474a56;
}

.texts_images_block .crossit .text {
	font-size: 15px;
	color: #283c5f;
}

.texts_images_block .crossit .text h4 {
	font-size: 40px;
	color: #283c5f;
}

.customers_list .lefticons,
.customers_list .righticons {
	width: 64px;
	height: 64px;
	fill: #113a60;
}

/* слайдер с голубым блоком */
@media screen and (max-width: 776px) {
	.slide-wrapper.career .mainScreen {
		height: 100vh;
	}
}

@media screen and (max-width: 540px) {
	.slide-wrapper.career .mainScreen .blueBox p {
		display: block;
		width: 100%;
		padding-bottom: 3.8rem;
	}

	.slide-wrapper.career .mainScreen .blueRight {
		display: block;
		bottom: 1.8rem;
	}
}

.aboutfeedback form {
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	.map+.feedback {
		margin-top: 0 !important;
	}
}

.principles_page {
	font-family: 'Open Sans';
}
.principles_page {
	color: #283c5f;
	padding: 50px 0;
}

.principles_page:first-of-type {
	padding-top: 150px;
}

.principles_page:last-of-type {
	padding-bottom: 110px;
}

.principles_page:first-of-type .principles_number {
	font-size: 120px;
	line-height: 100px;
}

.principles_page h2 {
	font-family: 'Open Sans';
}
.principles_page h2 {
	font-size: 32px !important;
	line-height: 120% !important;
	text-transform: uppercase !important;
	font-weight: 800;
	margin-right: 15px;
}

.principles_page .container {
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.principles_page .container>div {
	width: auto;
}

.principles_title {
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 800;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #afafaf;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100% !important;
}

.principles_title .number {
	font-weight: 400;
	color: #a3a3a3;
	margin-right: 10px;
	display: block;
}

.principles_title img {
	width: 45px;
	margin-left: auto;
}

.principles_list {
	display: flex;
	font-size: 18px;
	line-height: 140%;
}

.principles_item {
	width: 50%;
}

.principles_list p,
.principles_list ul,
.principles_list ol {
	margin-bottom: 40px;
}

.principles_list ul,
.principles_list ol {
	padding-left: 20px;

}

.principles_list p:not([class]),
.principles_list span:not([class]),
.principles_list ul:not([class]) li,
.principles_list ol:not([class]) li {
	font-family: 'Open Sans';
}
.principles_list p:not([class]),
.principles_list span:not([class]),
.principles_list ul:not([class]) li,
.principles_list ol:not([class]) li {
	font-weight: 300;
}

.principles_img {
	margin: 30px 0;
}

.principles_number_block {
	display: flex;
	margin: 30px 0;
}

.principles_number_name {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 37px;
}

.principles_number_left,
.principles_number_right {
	font-weight: 600;
	font-size: 20px;
}

.principles_number_right {
	margin-top: auto;
}

.principles_number {
	font-size: 85px;
	font-weight: 600;
	line-height: 80px;
	margin: 0 20px;
}

.principles_dop_text {
	width: 100% !important;
	margin-bottom: 30px;
}

@media screen and (min-width:900px) {
	.principles_list {
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.principles_item {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (min-width:1240px) {
	.principles_page .container {
		max-width: 1200px;
	}

	.principles_list {
		margin-left: -30px;
		margin-right: -30px;
	}

	.principles_item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:1200px) {
	.header {
		flex-wrap: wrap;
	}

	.main-menu {
		order: 1;
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width:900px) {
	.header {
		flex-wrap: nowrap;
	}

	.principles_list {
		flex-wrap: wrap;
	}

	.principles_item {
		width: 100%;
	}

	.principles_title img {
		width: 30px;
	}

	.principles_number_name {
		text-align: center;
	}

	.principles_number_block {
		justify-content: center;
	}

	.principles_page {
		padding: 40px 0;
	}

	.principles_title {
		font-size: 25px
	}

	.principles_page h2 {
		font-size: 25px !important;
	}

	.principles_number_name {
		font-size: 24px;
	}

	.principles_list p,
	.principles_list ul,
	.principles_list ol {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.principles_page {
		padding: 20px 0;
	}

	.principles_page:first-of-type {
		padding-top: 100px;
	}

	.principles_page:last-of-type {
		padding-bottom: 70px;
	}

	.principles_page:first-of-type .principles_number {
		font-size: 85px;
		line-height: 86px;
	}

	.principles_number_block {
		margin: 20px 0;
	}

	.principles_number_name {
		margin-bottom: 20px;
	}

	.principles_img {
		margin: 20px 0;
	}

	.principles_list p,
	.principles_list ul,
	.principles_list ol {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:576px) {
	.principles_title img {
		display: none;
	}

	.principles_title {
		align-items: flex-start;
	}

	.principles_title {
		font-size: 20px;
	}

	.principles_title h2 {
		font-size: 20px !important;
		margin-right: 0;
	}
}

@media screen and (max-width:440px) {
	.principles_number_name {
		font-size: 19px;
	}

	.principles_number_left,
	.principles_number_right {
		font-size: 17px;
	}

	.principles_number {
		font-size: 60px;
		line-height: 60px;
	}

	.principles_page:first-of-type .principles_number {
		font-size: 60px;
		line-height: 60px;
	}
}


.index-content {
	padding-top: 118px;
	position: relative;
	max-height: 91vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.background-video {
	min-height: 70%;
	flex-grow: 1;
}

#detach-button-host {
	display: none !important;
}

video::-webkit-media-controls {
	display:none !important;
}

@media (max-width: 1200px) {
	.index-content {
		padding-top: 138px;
	}
}

@media (max-width: 900px) {
	.index-content {
		padding-top: 88px;
		max-height: calc(100vh - 95px);
	}
}

@media (max-width: 460px) {
	.index-content {
		padding-top: 72px;
	}
	.index-content video{
		width: 100%;
	}
}