.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.bl0 {
	border-left: 0 !important;
}
.br0 {
	border-right: 0 !important;
}
.bb0 {
	border-bottom: 0 !important;
}


body {
	min-width: 980px;
	font-family: 'Conqueror Sans';
	-webkit-font-smoothing: antialiased;

	/* -webkit-transform: translate3d(0, 0, 0) */
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .3s, background .3s;
	   -moz-transition: color .3s, background .3s;
	        transition: color .3s, background .3s;
}
a:hover {
	color: #7c7c7c;
}

input, textarea {
	outline: none;
}

img {
	display: block;
}

.layout-wrapper {
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	   -moz-transition: -moz-transform .3s;
	        transition: transform .3s;
}

.layout-wrapper-outer {
	-webkit-transition: -webkit-transform .3s;
	   -moz-transition: -moz-transform .3s;
	        transition: transform .3s;
}
.csstransforms  .layout-wrapper-outer {
	left: 0;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.csstransforms3d .layout-wrapper-outer {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.csstransforms  .layout-wrapper-outer.state-sidebar {
	left: 0;
	-webkit-transform: translate(-391px, 0);
	   -moz-transform: translate(-391px, 0);
	    -ms-transform: translate(-391px, 0);
            transform: translate(-391px, 0);
}
.csstransforms3d .layout-wrapper-outer.state-sidebar {
	left: 0;

	-webkit-transform: translate3d(-391px, 0, 0);
	   -moz-transform: translate3d(-391px, 0, 0);
	    -ms-transform: translate3d(-391px, 0, 0);
	        transform: translate3d(-391px, 0, 0);
}

.layout-sidebar {
	position: absolute;
	top: 0;
	left: 100%;
	width: 391px;
	height: 100%;
	background: #3d3d3c;

	/* -webkit-transform: translate(100%, 0 0); */
}
.layout-sidebar__header {
	position: relative;
	display: block;
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #959594;
}
.layout-sidebar__header__btn {
	position: absolute;
	top: 22px;
	left: 40px;

	display: inline-block;
	padding: 0 18px 0 44px;
	height: 48px;
	line-height: 48px;

	border: 1px solid #959594;
	border-radius: 24px;
	
	font-size: 14px;
	color: #dadada;
	
	cursor: pointer;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.layout-sidebar__header__btn.login:after {
	position: absolute;
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url('../img/icons/ico-login.png') no-repeat 0 0;
	background-size: 18px;
	content: '';
}
.layout-sidebar__header__btn.account:after {
	position: absolute;
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -7px;
	width: 18px;
	height: 15px;
	background: url('../img/icons/ico-account.png') no-repeat 0 0;
	background-size: 18px;
	content: '';
}
.layout-sidebar__btn-close {
	position: absolute;
	display: block;
	top: 33px;
	right: 25px;
	width: 17px;
	height: 17px;
	background: url("../img/layout-sidebar/btn-close.png") no-repeat;
	background-size: 17px;
	cursor: pointer;
}
.layout-sidebar-nav {
	margin: 35px 0 0 40px;
	padding: 0;
	list-style: none;
}
.layout-sidebar-nav__item {
	margin: 50px 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Ristretto Medium';
	font-size: 24px;
}
.layout-sidebar-nav__item:first-child {
	margin-top: 0;
}
.layout-sidebar-nav__item > a {
	color: #FFF;
}
.layout-sidebar-nav__item > p {
	margin: 16px 0 0 20px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Conqueror Sans';
	font-size: 12px;
	color: #dadada;
}

.layout-sidebar-subnav {
	margin: 20px 0 0 20px;
	padding: 0;
	list-style: none;
}
.layout-sidebar-subnav__item {
	margin: 11px 0 0;
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Conqueror Sans';
	font-size: 16px;
	color: #dadada;
}
.layout-sidebar-subnav__item:first-child {
	margin-top: 0;
}

.layout-center {
	margin: 0 auto;
	padding: 40px 40px 0;
	max-width: 1400px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.page-header {
	position: relative;
	height: 100px;
	line-height: 100px;
	letter-spacing: 8px;
	text-align: center;
	text-indent: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #c2c2c2;
	font-family: 'Ristretto Medium';
	font-size: 46px;
	color: #3c3c3b;
}

.layout-header {
	position: relative;
	height: 139px;
	border-bottom: 1px solid #c2c2c2;
}
.header-nav {
	position: relative;
	padding: 0 80px 0 0;
	width: 50%;
	height: 100%;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-nav-list {
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	line-height: 139px;
	list-style: none;
	text-transform: uppercase;
}

.header-nav-list__item {
	float: left;
	width: 33%;
	letter-spacing: 1px;
	text-align: center;
	font-size: 12px;
}

.header-nav-list__item > span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	height: 100%;
}
.header-nav-list__item > span:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: #000;
	content: '';
}

.header-nav-list__item > a {
	color: #000;
}
.header-nav-list__item > a:hover {
	color: #7c7c7c;
}

.header-logo {
	position: absolute;
	display: block;
	top: 44px;
	left: 50%;
	margin-left: -59px;
	width: 119px;
	height: 52px;
	background: url("../img/header-logo/bg.png") no-repeat 0 0;
	background-size: cover;
}

.header-sales {
	position: absolute;
	top: 52px;
	left: auto;
	right: 120px;
	margin: 0;
	padding: 0;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 16px;
}
.header-sales__item {
	float: left;
	margin-left: 20px;
}
.header-sales__item:first-child {
	margin-left: 30px;
}

.header-sales__item > span {
	display: block;
	margin: 0 0 0 10px;
	font-size: 12px;
	color: #8e8b8b;
}

.header-btn-burger {
	position: absolute;
	display: block;
	width: 32px;
	height: 17px;
	top: 59px;
	right: 40px;
	background: url("../img/header-btn-burger/bg.png") no-repeat 0 0;
	background-size: cover;
	cursor: pointer;
}

.layout-subnav {
	display: block;
	width: 100%;
	height: 85px;
	background: #575656;
}
.layout-subnav__wrapper {
	margin: 0 auto;
	padding: 0 53px;
	max-width: 1200px;
	text-align: justify;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.layout-subnav-list {
	position: relative;
	top: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.layout-subnav-list:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}

.layout-subnav-list__item {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border: 1px solid transparent;

	-webkit-transition: border .2s;
	   -moz-transition: border .2s;
	    -ms-transition: border .2s;
	        transition: border .2s;
}
.layout-subnav-list__item:hover {
	/* background-color: #FFF; */
	border-color: #fff;
}
.layout-subnav-list__item.active {
	border-color: #fff;
}
.layout-subnav-list__item > a,
.layout-subnav-list__item > span {
	display: block;
	padding: 0 18px;
	height: 100%;
	color: inherit;
}

.promo-top-brick {
	position: relative;
	width: 100%;
	height: 490px;
}
.promo-top-brick__canvas {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.promo-top-brick__canvas__bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}
.promo-top-brick__canvas .simple-gallery__slider {
	width: 30000px;
}
.promo-top-brick__canvas .btn-nav {
	opacity: 0;
}
.promo-top-brick__canvas:hover .btn-nav {
	opacity: 1;
}

.promo-top-brick .simple-gallery__item img {
	width: auto;
	height: 100%;
}

.promo-top-brick .simple-gallery__item-fake > img {
	width: auto;
	height: 100%;
}

.promo-top-brick__content {
	position: absolute;
	display: table;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 18px;
}
.promo-top-brick__content__wrapper {
	display: table-cell;
	vertical-align: middle;	
}

.promo-top-brick__text {
	margin: 0 auto;
	padding:  0 40px 0 0;
	max-width: 800px;
	line-height: 24px;
	color: #2F2F2F;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.promo-top-brick__text > a {
	/* text-decoration: underline; */
	display: inline-block;
	line-height: 14px;
	border-bottom: 1px solid #c1c1c1;
}


.service-slider-brick {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 490px;
	background: #f6f6f6;

	transform-style: preserve-3d;
	perspective: 1000px;
}
.service-slider-brick__header {
	display: block;
	margin: 60px 0 0;
	letter-spacing: 8px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ristretto Medium';
	font-size: 46px;
	color: #3C3C3B;
}
.service-slider {
	position: relative;
	display: block;
	padding: 0 40px;
	height: 300px;
	font-family: 'Conqueror Sans Ultra Light';
}
.service-slider__btn-nav {
	position: absolute;
	display: block;
	top: 60px;
	width: 13px;
	height: 22px;
	background: url("../img/service-slider/btn-nav.png") no-repeat 0 0;
	background-size: 26px;
	cursor: pointer;
}
.service-slider__btn-nav_prev {
	left: 18px;
}
.service-slider__btn-nav_next {
	right: 18px;
	background-position: right 0;
}
.service-slider__wrapper {
	position: relative;
	overflow: hidden;
	margin: 70px 0 0;
	height: 100%;
}
.service-slider__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 5000px;
}
.service-slider__list__item {
	float: left;
	padding: 0 10px;
	min-width: 210px;
	text-align: center;
}
li.service-slider__list__item {
	cursor: pointer;
}
.service-slider__list__item:first-child {
	padding-left: 0;
}
.service-slider__list__item:last-child {
	padding-right: 0;
}
.service-slider__list__item__icon {
	display: block;
	margin: 0 auto;
}
.service-icon {
	width: 149px;
	height: 149px;
	background-position: 0 0;
	background-size: 149px !important;
}
li:hover .service-icon {
	background-position: 0 -149px;
}
.service-icon_pass {
	background: url("../img/services/icons-pass.png") no-repeat 0 0;
}
.service-icon_cleaning {
	background: url("../img/services/icons-cleaning.png") no-repeat 0 0;
}
.service-icon_interior {
	background: url("../img/services/icons-interior.png") no-repeat 0 0;
}
.service-icon_event {
	background: url("../img/services/icons-event.png") no-repeat 0 0;
}
.service-icon_design {
	background: url("../img/services/icons-design.png") no-repeat 0 0;
}
.service-icon_adv {
	background: url("../img/services/icons-adv.png") no-repeat 0 0;
}
.service-icon_parking {
	background: url("../img/services/icons-parking.png") no-repeat 0 0;
}
.service-icon_decoration {
	background: url("../img/services/icons-decoration.png") no-repeat 0 0;
}
.service-icon_telecommunication {
	background: url("../img/services/icons-telecommunication.png") no-repeat 0 0;
}
.service-icon_officemanagment {
	background: url("../img/services/icons-officemanagment.png") no-repeat 0 0;
}
.service-icon_tech {
	background: url("../img/services/icons-tech.png") no-repeat 0 0;
}

.service-slider__list__item__title {
	display: block;
	margin: 32px 0 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 16px;
}

.partial-services__wrapper {
	margin: 0 auto;
	padding: 60px 0;
	max-width: 1200px;

	-webkit-transform: translate3d(0, 0, 0);
}
.service-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;

	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	    -ms-transition: opacity 1s;
	        transition: opacity 1s;
}
.js .service-list {
	opacity: 0;
}
.service-list__item {
	float: left;
	margin: 0 0 65px;
	padding: 0 10px;
	min-width: 210px;
	min-height: 225px;
	text-align: center;
}
li.service-list__item {
	cursor: pointer;
}
.service-list__item__icon {
	display: block;
	margin: 0 auto;
}
.service-list__item__title {
	display: block;
	margin: 32px 0 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 16px;
}

.service-slider-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
	background: #F6F6F6;
	z-index: 1;

	transform-origin: bottom;
	transition: opacity .5s, top .3s, transform .5s;
}
.service-slider-popup__header {
	display: block;
	margin: 60px 0 70px;
	letter-spacing: 8px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ristretto Medium';
	font-size: 46px;
	color: #3C3C3B;
}
.service-slider-popup__wrapper {
	position: relative;
	margin: 0 auto;
	width: 860px;
}
.service-slider-popup__sidebar {
	position: absolute;
	top: 0;
	left: 0;
}
.service-slider-popup__sidebar > .service-slider__list__item {
	float: none
}
.service-slider-popup__content {
	padding: 0 0 0 210px;
	font-size: 18px;
	color: #4C4C4C;
}
.service-slider-popup__content > p {
	margin: 0;
}
.service-slider-popup__sidebar .service-slider__list__item {
	max-width: 210px;
}

.service-slider-popup__btn-close {
	position: absolute;
	top: 20px;
	right: 40px;
}

.news-grid-section {
	width: 100%;
	background-color: #F2F2F2;
}
.news-grid-section.white {
	background-color: #FFFFFF;
}
.news-grid {
	position: relative;
	width: 100%;
	list-style: none;
	padding: 20px 35px 35px 35px;
	margin: 0 auto;
	max-width: 1425px;
}

.news-grid__item {
	display: block;
	visibility: hidden;
	float: left;
	width: 264px;
}

.news-grid__item__stroke {
	display: block;
	width: 31px;
	height: 4px;
	background-color: #000000;
}

.news-grid__item__title {
	display: block;
	margin: 15px 0 12px 0;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	font-family: 'Conqueror Sans Ultra Light';
}

.news-grid__item__image {
	display: block;
	width: 264px;
	height: 160px;
}

.news-grid__item__image > img {
	width: 100%;
	height: 100%;
}

.news-grid__item__text {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Conqueror Sans Ultra Light';
	color: #6B6B6B;
	margin: 15px 0 0 0;
	padding: 0;
}

.promo-grid {
	position: relative;
	width: 100%;
	font-family: 'Conqueror Sans Ultra Light';
}
.promo-grid__col {
	position: relative;
	width: 50%;
	height: 100%;
}
.promo-grid__col_content {
	position: absolute;
	top: 0;
	left: 50%;
}
.promo-grid_reverse > .promo-grid__col_content {
	left: 0;
}
.promo-grid_reverse > .promo-grid__col_image,
.promo-grid_reverse > .promo-grid__col_gmap {
	left: 50%;
}

.promo-grid-content {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.promo-grid-content__wrapper {
	display: table-cell;
	padding: 0 115px;
	text-align: center;
	vertical-align: middle;
}
.promo-grid_contacts .promo-grid-content__wrapper {
	padding: 0 50px;
}
.promo-grid-content__title {
	position: relative;
	padding: 0 0 25px;
	line-height: 46px;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-size: 46px;
	color: #3c3c3b;
	font-family: 'Ristretto Medium';
}
.promo-grid-content__title:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -37px;
	width: 74px;
	height: 1px;
	background: #3c3c3b;
	content: '';
}

.promo-grid-content__text {
	margin: 25px auto 0;
	max-width: 600px;
	color: #878787;
}
.promo-grid-content__text > p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.promo-grid-content__text__contacts-phone {
	display: block;
	margin: 50px 0 20px;
	font-size: 35px;
	color: #3C3C3B;
}
.promo-grid-content__text > .btn_type_pane {
	margin-top: 75px;
}

.promo-grid-slider {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 430px;
	min-height: 430px;
	max-height: 600px;
}
.promo-grid-slider__item {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.promo-grid-slider__item img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
}

.promo-grid-gmap {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 430px;
	min-height: 430px;
	max-height: 600px;
}

.btn_type_pane {
	display: inline-block;
	padding: 22px 26px;
	min-width: 114px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #000;
	font-size: 15px;
	color: #FFF;
}
.btn_type_pane:hover {
	background: #565656;
	color: #FFF;
}

.btn_type_pane2 {
	display: inline-block;
	padding: 0 26px;
	height: 76px;
	line-height: 76px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Ristretto Medium';
	font-size: 30px;
	border: 1px solid #000;
}
.btn_type_pane2:hover {
	background: #000;
	color: #FFF;
}

.btn_type_pane3 {
	display: inline-block;
	padding: 12px 26px;
	height: 63px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	background: #000;
	color: #FFF;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn_type_pane3:hover {
	background: #565656;
	color: #FFF;
}

.panoram-brick {
	display: block;
	height: 495px;
}
.panoram-brick__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.panoram-brick__wrapper-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.panoram-brick__image {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	/*left: 50%;
	margin-left: -1280px;*/
	width: 2562px;
}
.panoram-brick .btn-nav {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	opacity: 0;
}
.panoram-brick:hover .btn-nav {
	opacity: 1;
}
.panoram-brick .btn-nav_prev {
	left: 18px;
}
.panoram-brick .btn-nav_next {
	right: 18px;
}

.layout-footer {
	padding: 30px 40px 70px;
	background: #575656;
	color: #FFF;
}
.layout-footer__wrapper {
	
}
.layout-footer-col {
	float: left;
	width: 25%;
	font-size: 12px;
}
.layout-footer-col__title {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
}
.layout-footer-col__title_type2 {
	text-transform: uppercase;
	font-size: 12px;
}
.layout-footer-col__sales {
	position: relative;
	padding: 43px 0 0;
}
.layout-footer-col__sales .logo-footer-solvers {
	position: absolute;
	top: 0;
	left: 0;
}
.layout-footer-col__manage {
	padding: 43px 0 0;
	background: url("../img/layout-footer-col/empire.png") no-repeat 0 0;
	background-size: 80px;
}
.layout-footer-col__nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.layout-footer-col__nav-list_type2 {
	text-transform: uppercase;
	font-weight: bold;
}
.layout-footer-col__nav-list__item {
	margin-top: 9px;
}
.layout-footer-col__nav-list__item:first-child {
	margin-top: 0;
}
.layout-footer-col p {
	margin: 0;
	padding: 0;
}
.layout-footer-col__nav-list_type2 > .layout-footer-col__nav-list__item {
	margin-bottom: 22px;
}


.partial-plans {
	padding-top: 50px;
	padding-bottom: 100px;
}
.partial-plans__nav {
	float: left;
	width: 14%;
}
.partial-plans__wrapper-top {
	padding:  0 0 90px;
}

.plans-filter {
	margin: 0 auto 25px;
	width: 125px;
	text-align: center;
	font-size: 15px;
}

.plans-filter__label {
	margin-bottom: 15px;
	font-weight: bold;
}

.plans-filter-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 15px;
	color: #545454;
}
.plans-filter-menu__item {
	display: table;
	width: 123px;
	height: 44px;
	line-height: 16px;
}
.plans-filter-menu__item.active {
	border: 1px solid #bababa;
}
.plans-filter-menu__item > a {
	color: inherit;
}
.plans-filter-menu__item__wrapper {
	display: table-cell;
	vertical-align: middle;
}

.partial-plans__map {
	float: left;
	width: 86%;
}
.partial-plans__map__wrapper {
	float: left;
	width: 67%;
	padding: 0 0 0 20px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.plans-map {
	margin: 0 auto;
	width: 500px;
}
.plans-map__wrapper {
	position: relative;
	padding: 60px 0;
}
.plans-map__wrapper:before {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 34px;
	background: url("../img/plans-map/pointer-north.png") no-repeat 0 0;
	content: '';
}
.plans-map__wrapper:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -43px;
	width: 86px;
	height: 33px;
	background: url("../img/plans-map/pointer-south.png") no-repeat 0 0;
	content: '';
}
.plans-map__wrapper-inner {
	position: relative;
}
.plans-map__nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.plans-map__nav__img {
	position: relative;
	z-index: 5;
	opacity: 0;
}
.plans-map__area-cursor {
	position: absolute;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	        transition: opacity .3s;
}

.plans-map__area-cursor-active {
	position: absolute;
	opacity: 0;
	z-index: 2;

	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	        transition: opacity .3s;
}

.plans-map__sidebar {
	float: left;
	width: 32%;
	padding: 55px 0 0 20px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.plans-map__sidebar__wrapper {
	padding: 0 0 0 20px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.plans-map__info {
	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	        transition: opacity .3s;
}


.gallery-row {
	
}
.gallery-row__col {
	float: left;
	width: 33.33%;
}
.gallery-row__col__title {
	display: block;
	padding: 0 0 12px;
	text-align: center;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 15px;
}

.gallery-slider {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	width: 100%;
	height: 100%;
}
.gallery-slider__item {
	
}
.gallery-slider__item > img {
	display: block;
	width: 100%;
}

.gallery-row__col .btn-nav {
	opacity: 0;
}
.gallery-row__col:hover .btn-nav {
	opacity: 1;
}
.gallery-row__col .simple-gallery__item {
	min-height: 320px;
}


.partial-empire-landscape {
	width: 100%;
	height: 420px;
}
.partial-empire-landscape__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.partial-empire-landscape__wrapper > img {
	position: relative;
	display: block;
	width: 100%;
}

.partial-empire-content {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1150px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.partial-empire-content__text {
	float: left;
	padding: 80px 20px 80px 0;
	width: 75%;
	max-width: 800px;
	line-height: 31px;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 20px;
}
.partial-empire-content__text > p {
	margin: 0;
	margin-top: 20px;
}
.partial-empire-content__text > p:first-child {
	margin-top: 0;
}
.partial-empire-content__sidebar {
	float: left;
	padding-top: 80px;
	width: 20%;
	max-width: 210px;
}
.partial-empire-content__sidebar > .btn_type_pane2 {
	display: block;
}

.simple-gallery {
	position: relative;
}
.simple-gallery__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
.simple-gallery__item-fake {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.simple-gallery__item-fake > img {
	display: block;
	width: 100%;
}
.simple-gallery__slider {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 5000px;
	list-style: none;
}
.csstransforms3d .simple-gallery__slider {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.simple-gallery__item {
	float: left;
	width: 33.33%;
    position: relative;
    overflow: hidden;
}
.simple-gallery__item > a.lightbox:after {
	position: absolute;
	top: 16px;
	right: 16px;

	display: block;
	width: 64px;
	height: 64px;

	background: url("../img/simple-gallery/item/zoom.png") no-repeat 0 0;
	background-size: 64px;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	content: '';
	z-index: 1;

	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	    -ms-transition: opacity .2s;
	        transition: opacity .2s;
}
.simple-gallery__item > a.lightbox:hover:after {
	opacity: 1;
}

.simple-gallery__item img {
	display: block;
	width: 100%;
}
.simple-gallery__btn-nav_prev {
	position: absolute !important;
	top: 50%;
	left: 18px;
	margin-top: -21px;
    z-index: 2;
}
.simple-gallery__btn-nav_next {
	position: absolute !important;
	top: 50%;
	right: 18px;
	margin-top: -21px;
    z-index: 2;
}


.simple-gallery_type-fade .simple-gallery__slider {
	width: 100%;
}
.simple-gallery_type-fade .simple-gallery__item {
	float: none;
	width: 	100%;
}

.btn-nav {
	position: relative;
	display: block;
	width: 43px;
	height: 43px;
	/*
background: url("../img/btn-nav/bg.png") no-repeat 0 0;
	background-size: 86px;
*/
	cursor: pointer;

	z-index: 1;

	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	        transition: opacity .2s;
}

.btn-nav:before,
.btn-nav:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 43px;
	height: 43px;
	background: url("../img/btn-nav/bg.png") no-repeat 0 0;
	background-size: 86px;
	content: '';
	opacity: 0;

	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	    -ms-transition: opacity .2s;
	        transition: opacity .2s;
}
.btn-nav:before {
	opacity: 1;
}
.btn-nav_prev:before {
	background-position: 0 0;
}
.btn-nav_next:before {
	background-position: -43px 0;
}
.btn-nav_prev:after {
	background-position: 0 -43px;
}
.btn-nav_next:after {
	background-position: -43px -43px;
}
.btn-nav:hover:before {
	opacity: 0;
}
.btn-nav:hover:after {
	opacity: 1;
}

.simple-gallery__item__text-left-quote-large {
    display: block;
    float: left;
    z-index: 1;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 106px;
    color: inherit;
    margin-left: -55px;
    margin-top: -46px;
}

.simple-gallery__item__text-2 {
    display: block;
    position: absolute;
    z-index: 1;
    right: 10%;
    top: 190px;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 27px;
    color: #3C3C3B;
}

.simple-gallery__item__text-3 {
    display: block;
    position: absolute;
    z-index: 1;
    font-family: 'Ristretto Medium';
    font-size: 32px;
    color: #3C3C3B;
    top: 320px;
    right: 10%;
}

.simple-gallery__item__text-3:hover {
    color: #ffffff;
}

.simple-gallery__item__text-4 {
    display: block;
    position: absolute;
    z-index: 1;
    right: 20%;
    top: 80px;
    font-family: 'Ristretto Medium';
    font-size: 79px;
    line-height: 80px;
    color: #ffffff;
}

.simple-gallery__item__text-5 {
    display: block;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 80px;
    font-family: 'Ristretto Medium';
    font-size: 79px;
    line-height: 80px;
    color: #ffffff;
}

.simple-gallery__item__text-6 {
    display: block;
    position: absolute;
    z-index: 1;
    left: 10%;
    top: 50px;
    height: 160px;
    font-family: 'Conqueror Sans Ultra Light';
    font-size: 27px;
    color: #ffffff;
}

.simple-gallery__item__text-7 {
    display: block;
    position: absolute;
    z-index: 1;
    font-family: 'Ristretto Medium';
    font-size: 32px;
    color: #ffffff;
    bottom: 0;
    right: 0;
}

.simple-gallery__item__text-7:hover {
    color: #3C3C3B;
}

.simple-gallery__item__text-button {
    display: block;
    width: 166px;
    height: 63px;
    border: 3px solid #ffffff;
    font-size: 15px;
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    font-family: 'Conqueror Sans Ultra Light';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}

.simple-gallery__item__text-button:hover {
    background-color: #ffffff;
    color: #000000;
}

.simple-gallery__item__text__left-quote {
    position: relative;
    display: inline-block;
    width: 0;
    left: -25px;
    top: -5px;
    
}

.simple-gallery__item__text__shift {
	position: relative;
	top: -5px;
}

.partial-contacts-map {
	height: 491px;
}
.js .partial-contacts-map__canvas {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;

	-webkit-transition: translate3d(0, 0, 0);

	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	    -ms-transition: opacity 1s;
	        transition: opacity 1s;
}

.partial-contacts-content {
	margin: 0 auto;
	padding: 45px 40px 65px;
	max-width: 1400px;
	font-family: 'Conqueror Sans Ultra Light';

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.partial-contacts-content-col {
	float: left;
	padding-right: 55px;
	width: 25%;
	
	font-size: 14px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.partial-contacts-content-col_50 {
	padding-right: 0;
	width: 50%;
}
.partial-contacts-content-col__title {
	position: relative;	
	display: block;
	padding: 0 0 25px 0;
	font-family: 'Ristretto Thin';
	font-size: 32px;
}
.partial-contacts-content-col__title:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 51px;
	height: 1px;
	background: #7a7a7a;
	content: '';
}

.partial-contacts-content-col__content {
	position: relative;
	padding: 100px 0 0;
}
.partial-contacts-content-col__content.type_info {
	color: #808285;
}
.partial-contacts-content-col__content > p {
	margin: 40px 0 0;
}
.partial-contacts-content-col__content > p:first-child {
	margin-top: 0;
}

.howtoget-row {
	position: relative;
}
.howtoget-row__title {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Conqueror Sans';
	font-weight: bold;
	color: #000;
}
.howtoget-row__content {
	margin: 50px 0 0;
	padding: 0 0 0 150px;
}
.howtoget-row__content:first-child {
	margin: 0;
}

.howtoget-row__content > p {
	margin: 0 0 20px 0;
}

.howtoget-row__content__subheader {
	display: block;
	margin-bottom: 5px;
	font-family: 'Conqueror Sans';
	color: #000;
}

.partial-contacts-content-col__content .logo-solvers {
	position: absolute;
	top: 22px;
	left: 0;
}
.partial-contacts-content-col__content .logo-empire-managment {
	position: absolute;
	top: 18px;
	left: 0;
}


.logo-solvers {
	display: block;
	width: 177px;
	height: 45px;
	background: url("../img/logo/solvers.png") no-repeat 0 0;
	background-size: cover;
}

.logo-empire-managment {
	display: block;
	width: 136px;
	height: 54px;
	background: url("../img/logo/empire-managment.png") no-repeat 0 0;
	background-size: cover;
}
.logo-footer-solvers {
	display: block;
	width: 130px;
	height: 32px;
	background: url("../img/layout-footer-col/solvers-estate-logo.png") no-repeat 0 0;
	background-size: 130px;
}

.form-row {
	margin-top: 35px;
}
.form-row:first-child {
	margin-top: 0;
}
.form-row__label {
	display: block;
	height: 27px;
	text-transform: uppercase;
	font-size: 14px;
	color: #282828;
}
.form-row__input-wrapper {
	position: relative;
}
.form__input-field {
	display: block;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	height: 60px;
	border: 1px solid #cecece;
	
	-webkit-transition: border .3s;
	   -moz-transition: border .3s;
	        transition: border .3s;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.form__input-field:focus {
	border-color: #000;
}
.form__input-field.required:after {
	position: absolute;
	top: 10px;
	right: -20px;
	content: '*';
}
.form__input-field.error {
	box-shadow: inset 0 0 6px 0 #ff9696;
}
.form__input-field__phone {
	padding-left: 40px;
}
.form__input-field__phone__prefix {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 34px;
	height: 60px;
	text-align: right;
	line-height: 60px;
	z-index: 1;
}
.form-row__input__after {
	padding: 3px 0 0;
	font-size: 14px;
}
.form-row__input__after > a {
	color: #A3A3A3;
}
.form__btn-submit {
	display: block;
	width: 100%;
	height: 58px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	background: #262626;
	border: 1px solid #cecece;
	font-size: 14px;
	color: #FFF;

	-webkit-transition: background .3s;
	   -moz-transition: background .3s;
	        transition: background .3s;
}
.form__btn-submit:hover {
	background: #565656;
	color: #FFF;
}

.form-office-order {
	width: 350px;
}




.partial-techspecs__wrapper {
	margin: 0 auto;
	padding: 30px 40px 60px;
	max-width: 1200px;
	color: #414042;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.techspecs-promo {
	width: 80%;
	line-height: 30px;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 21px;
}

.techspecs-promo > p {
	margin: 0 0 10px 0;
}

.techspecs-info {
	margin: 30px 0 0;
	line-height: 18px;
	font-size: 14px;
}
.techspecs-info__item {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.techspecs-info__item-delimeter {
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
}
.techspecs-info__item__title {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.techspecs-info__item__text {
	font-family: 'Conqueror Sans Ultra Light';
}
.techspecs-info__item__text > p {
	margin: 0;
}

.techspecs-case {
	margin: 60px 0 0;
}
.techspecs-case__col {
	float: left;
	width: 50%;
}
.techspecs-case__item {
	margin-top: 65px;
}
.techspecs-case__item:first-child {
	margin-top: 0;
}
.techspecs-case__item__head {
	display: block;
	margin: 0 0 15px;
	font-size: 24px;
}
.techspecs-case__item__info {
	line-height: 40px;
	font-family: 'Ristretto Medium';
	font-size: 62px;
}
.techspecs-case__item__info__big {
	display: inline-block;
	line-height: 90px;
	font-size: 105px;
}
.techspecs-case__item__info__small {
	display: inline-block;
	font-size: 50px;
}
.techspecs-case__item__info__sup {
	top: -33px;
	font-size: 100%;
}

.partial-renters__wrapper,
.partial-infrastructure__wrapper {
	margin: 0 auto;
	padding: 60px 20px 60px 40px;
	max-width: 1400px;
	color: #414042;

	-webkit-transform: translate3d(0, 0, 0);

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.partners-logo-list {
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	    -ms-transition: opacity 1s;
	        transition: opacity 1s;
}
.js .partners-logo-list {
	opacity: 0;
}
.partners-logo-list__item {
	float: left;
	padding-right: 20px;
	width: 25%;
	height: 208px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.partners-logo-list__item__wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.partners-logo-list__item__wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.partners-logo-list__item__logo {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 208px;
}

.infrastructure-text {
	margin: 40px 0 0;
	width: 75%;
	max-width: 800px;
	font-family: 'Conqueror Sans Ultra Light';
	line-height: 28px;
	font-size: 19px;	
}

.infrastructure-text > p {
	margin: 20px 0 0;
}
.infrastructure-text > p:first-child {
	margin-top: 0;
}

.infrastucture-tower-wrapper {
	padding: 0 0 80px;
}
.infrastucture-tower-delimeter {
	clear: both;
	width: 100%;
	height: 40px;
}
.infrastucture-tower {
	float: left;
	padding: 0 20px 0 0;
	width: 25%;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.infrastucture-tower__header {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 16px;
}
.infrastucture-tower__list {
	margin: 0;
	padding: 0;
	list-style: none;

	font-size: 14px;
	color: #808285;
}
.infrastucture-tower__list__item {
	margin: 15px 0 0;
	line-height: 16px;
}
.infrastucture-tower__list__item:first-child {
	margin-top: 0;
}

.infrastucture-tower__list__item a:hover {
	color: #AFAFAF;
}

.article-cover {
	position: relative;
	width: 100%;
	padding: 40px 0 0 0;
}
.article-cover__image {
	margin: 0 auto;
	width: 900px;
}
.article-cover__image > img {
	width: 100% !important;
}
.article-content {
	position: relative;
	margin: 0 auto 150px;
	max-width: 900px;
	padding: 0;
}
.article-content__title {
	margin: 30px 0 20px;
	padding: 0 30px 0 0;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 46px;
	line-height: 56px;
	text-align: left;
	font-weight: normal;
	color: #3a3a3a;
}
.article-content__subtitle {
	padding: 0 30px 0 0;
	font-family: 'Conqueror Sans';
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	margin: 0 0 44px 0;
	color: #3a3a3a;
}
.article-content > p,
.has-note > p {
	margin: 20px 0;
	padding: 0 155px;
	font-family: 'Conqueror Sans';
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	color: #3a3a3a;
}
.article-content > p.incut {
	margin: 40px 0;
	padding: 0;
	line-height: 32px;
	text-align: center;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 26px;
}
.article-content > p > strong {
	font-family: 'Conqueror Sans';
	font-weight: bold;
}
.article-content > p img {
	margin: 0 auto;
	max-width: 900px;
}
.article-content > p.has-image {
	padding: 0;
}

.has-note {
	position: relative;
}
.has-note .sidebar {
	position: absolute;
	top: 0;
	right: -30px;
	width: 150px;
	font-size: 14px;
}
.has-note .note {
	padding: 14px 0 0;
	width: 100%;
	border-top: 3px solid #000;
}

.article-content .list-bullet-big {
	list-style: none;
	counter-reset: list;
	margin: 20px 0;
	padding: 0 155px;
	font-family: 'Conqueror Sans';
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #3a3a3a;
}
.article-content .list-bullet-big > li {
	position: relative;
	margin-top: 22px;
	padding: 0 0 0 63px;
}
.article-content .list-bullet-big > li:first-child {
	margin-top: 0;
}
.article-content .list-bullet-big > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	border-radius: 100%;
	color: #FFF;
	content: counter(list);
	counter-increment: list;
}
.article-content a {
    text-decoration: underline;
}

.uis {
	position: relative;
	width: 100%;
	height: 60px;
	text-transform: lowercase;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 19px;
	color: #404040;
}
.uis-value {
	position: relative;
	padding: 0 0 0 25px;
	width: 100%;
	height: 100%;
	line-height: 58px;

	border: 1px solid #CECECE;

	background: rgba(255,255,255,0.03);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.03)), color-stop(100%, rgba(0,0,0,0.03)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.uis-value:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 22px;
	margin-top: -3px;
	width: 8px;
	height: 5px;
	background: url("../img/uis/arrow.png") no-repeat 0 0;
	content: '';
}

.uis-list {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 100;
	
	background: white;

	border: 1px solid #CECECE;
}
.uis-opened .uis-list {
	display: block;
}
.uis-list-wrapper {
	background: rgba(255,255,255,0.03);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.03)), color-stop(100%, rgba(0,0,0,0.03)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.uis-list-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.uis-list-wrapper ul > li {
	padding: 0 0 0 25px;
	line-height: 56px;
	height: 56px;

	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	cursor: default;
}
.uis-list-wrapper ul > li:hover {
	background: #f6f6f6;
}

.image-load-wrapper {
	position: relative;
	display: block;
	background: #d1d2d4;
}
.js .image-load-wrapper:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -43px 0 0 -16px;
	z-index: 0;

	display: block;
	width: 33px;
	height: 86px;

	background: url("../img/image-load/load-logo@2x.png") no-repeat 0 0;
	background-size: 33px;

	content: '';
}

.js .image-load {
	position: relative;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity .5s;
	   -moz-transition: opacity .5s;
	        transition: opacity .5s;
}
.js .image-load.image-loaded {
	opacity: 1;
}

.infoBox {
	padding: 0;
	width: 324px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*.infoBox:before {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 30px;

	background: url("../img/infobox/bg.png") no-repeat 0 0;
	background-size: 324px;

	content: '';
}*/
.infoBox:before {
	position: absolute;
	bottom: -43px;
	left: 141px;

	display: block;
	width: 0;
	height: 0;
	
	border: 22px solid transparent;
	border-top: 22px solid gray;

	content: '';
}
.infoBox:after {
	position: absolute;
	bottom: -39px;
	left: 143px;

	display: block;
	width: 0;
	height: 0;

	border: 20px solid transparent;
	border-top: 20px solid #FFF;

	content: '';
}
.infoBox__wrapper {
	position: relative;
	min-height: 134px;
	
	background: #FFF;

	border-radius: 8px;
	border: 1px solid gray;

	/*
background: url("../img/infobox/bg.png") no-repeat 0 bottom;
	background-size: 324px;
*/
}
.infoBox__wrapper.service:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	
	display: block;
	width: 74px;
	height: 69px;

	background: url("../img/infobox/wrapper/ico-service.png") no-repeat 0 0;
	background-size: 74px;
	
	content: '';
}
.infoBox__wrapper.food:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	
	display: block;
	width: 79px;
	height: 36px;

	background: url("../img/infobox/wrapper/ico-food.png") no-repeat 0 0;
	background-size: 79px;
	
	content: '';
}
.infoBox__wrapper.office:after {
	position: absolute;
	bottom: 10px;
	right: 10px;
	
	display: block;
	width: 54px;
	height: 64px;

	background: url("../img/infobox/wrapper/ico-office.png") no-repeat 0 0;
	background-size: 54px;
	
	content: '';
}
.infoBox__content {
	padding: 30px;
	font-size: 14px;
	color: #3C3C3B;
}
.infoBox__content > p {
	margin: 7px 0 0;
}
.infoBox__content > p:first-child {
	margin-top: 0;
}
.infoBox__content > p.title {
	font-weight: bold;	
}

.infoBox > img {
	position: absolute !important;
	top: 15px;
	right: 15px;
	margin: 0 !important;
	z-index: 1;
}

.page-error {
	margin: 0 auto;
	padding: 75px 0 100px;
	width: 640px;
}

.page-error__header {
	margin: 0;
	line-height: 160px;
	font-family: 'Ristretto Thin';
	font-size: 216px;
	font-weight: normal;
}
.page-error__text {
	margin: 45px 0 0 70px;
	line-height: 33px;
	font-family: 'Conqueror Sans Ultra Light';
	font-size: 28px;
}


@media (min-width: 1280px) {
	.header-sales {
		left: 65%;
		right: auto;
	}
}