html, body {
	font-family: OpenSans;
}

body {
	overflow-x: hidden;
}

input, button {
	-webkit-appearance: none !important;
}

h1, h2, h3 {
	font-weight: bolder;
	margin-top: 2rem;
	margin-bottom: 2.5rem;
}

h1, h2 {
	font-size: 4rem;
}

.h1-page-container {
	margin: 0 0 .5rem 0;
	overflow: auto;
}

.h1-page {
	float: left;
	display: block;
	padding: 0 .4rem 0 2.8rem;
	margin-bottom: 2rem;
}

.h1-page-follow-up {
	display: block;
	height: 7.5rem;
	float: none;
	overflow: auto;
	border-bottom: 2px solid #343434;
}

.h1-page-subline {
	font-size: 2.2rem;
	padding-left: 2.8rem;
}

.container-line {
	height: .6rem;
	/*background: #e4e4e4;*/
	margin-bottom: 8rem;
}

p {
	margin: 0 0 2rem;
	text-align: justify;
	font-size: 2rem;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

p.title {
    text-align: left;
}

a {
	color: #343434;
}

a:hover {
	text-decoration: none;
	color: black;
}

input:focus, a:focus {
	outline: none;
	color: inherit;
	text-decoration: inherit;
}

.spacer {
	clear: both;
	height: 1.5rem;
}

.spacer2 {
	clear: both;
	height: 4.2rem;
}

.clearfix {
	clear: both;
}

.mb-60 {
	margin-bottom: 6rem;
}

.swiper-slide .content {
	width: 100vw !important;
	padding: 0 !important;
	position: static !important;
}

.swiper-slide .content .flowb {
	position: absolute;
	bottom: 16rem;
}

.swiper-slide .content .flowb .title {
	position: absolute;
	bottom: -1rem;
	font-family: OpenSansExtrabold;
	font-size: 40px !important;
    line-height: 55px;
}

.swiper-slide p.title {
	display: block;
	width: 100%;
	max-width: 600px;
}

.swiper-slide .content .flowb .linet {
	position: absolute;
	top: 0;
	height: .3rem;
}

.swiper-slide .content .flowb .linet::before {
	position: absolute;
    content: "";
    top: 0.7rem;
    right: 1.5rem;
    height: 100%;
    width: 3000px;
    border-bottom: 3px solid #fff;
}

.swiper-slide.slide5region.swiper-slide-active .content .flowb .linet::before {
    top: 0.2rem;
}

.swiper-slide .content .flowb .caption {
	position: absolute;
	top: 0;
	font-family: OpenSansLight;
	font-size: 1.6rem !important;
    line-height: 1.9rem;
	width: 570px;
}

.menuhamb-cont ul {
	background: rgba(0,0,0,.5);
	list-style: none;
	padding-left: 2rem;
}

.slide5region .title {
	bottom: .5rem !important;
}

.slide5region .caption {
	top: -.5rem !important;
}

.slide5region .slidesubtitle {
	font-family: OpenSans;
	font-weight: bolder;
	font-size: 6rem;
	margin-right: 3rem;
}

.slide5region a {
	display: inline-block;
	position: absolute;
	top: -.8rem;
	left: 41.7rem;
	width: 24.4rem;
	height: 5rem;
	font-family: OpenSansSemibold;
	font-size: 1.7rem;
	padding: 1.2rem 1.5rem;
	margin-bottom: 1rem;
	color: #fff;
	border: 1px solid #fff;
}

.slide5region a:hover {
	background: rgba(255,255,255,.3);
}

.logomain {
	width: fit-content;
    position: absolute;
    z-index: 100;
    text-align: center;
    margin-top: 4rem;
    left: 50%;
}

.logomain a {
    display: inline-block;
}

.logomain img {
	width: 16.7rem;
}

.menuhamb {
	position: absolute;
	top: 5rem;
	left: 0;
	z-index: 102;
}

.menuhamb .menuhamb-cont {
	list-style: none;
	opacity: 0;
	padding: 1rem;
	width: 24rem;
	transition: .3s;
	visibility: hidden;
}

.menuhamb .menuhamb-cont li a {
	display: block;
	color: #fff;
	padding: 1rem 0rem;
}

.menuhamb .menuhamb-cont li a:hover {
	color: #e4e4e4;
}

.menuhambpage {
	transition: 1s;
	display: none;
	position: absolute;
	top: 4rem;
	left: 12rem;
	z-index: 102;
}

.menuhambpage .menuhamb-cont {
	transition: 1s;
	transition: .3s;
	opacity: 0;
	list-style: none;
	padding: 1rem;
	width: 27rem;
}

.menuhambpage .menuhamb-cont li a {
	display: block;
	border-radius: 0 1rem 1rem 1rem;
	color: #000;
	padding: 1rem 2rem;
}

.menuhambpage .menuhamb-cont li a:hover {
	color: #343434;
}

.row.row-flex {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.row.row-flex .top-contacts-container .top-contacts{
    margin-top: 0;
}


.logo {
	margin: .8rem 0 1.1rem;
}

.logo a {
    display: inline-block;
}

.logo img {
	max-width: 16.7rem;
}

.menu {
	list-style: none;
	padding: 0;
	margin-top: 0;
}

.menu li {
	list-style: none;
	display: inline-block;
	font-size: 2rem;
}

.menu li a {
	display: block;
	padding: 0 1.7rem;
	color: #fff;
	text-align: center;
}

.menu li a:hover {
	font-family: OpenSansSemibold;
}

.menu li a::after {
	display: block;
	content: attr(titleh);
	font-family: OpenSansSemibold;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.menu li:nth-last-child(2) a {
  padding-left: 1.4rem;
}

.top-contacts-container .top-contacts {
	margin-top: 5rem;
	float: right;
    display: flex;
    align-items: center;
}
@media(max-width: 1024px) {
    .top-contacts-container .top-contacts {
    	flex-direction: column;
    	align-items: flex-start;
    }
}

.top-contacts-container .top-contacts .top-contacts-phone a {
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;
	/*margin-left: 20px;*/
	color: #fff;
}
@media(max-width: 1024px) {
    .top-contacts-container .top-contacts .top-contacts-phone a {
        margin-left: 0;
    }
}

.top-contacts-container .top-contacts .top-contacts-rering a {
	font-size: 16px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.top-contacts-container .top-contacts .top-contacts-phone a svg,
.top-contacts-container .top-contacts .top-contacts-rering a svg {
    margin-right: 10px;
}

.top-contacts-container .top-contacts .top-contacts-rering a:hover {
	/* color: #FFF; */
	text-decoration: none;
}

.top-contacts-container .top-contacts a:hover, .top-contacts-container .top-contacts a:focus {
	/* color: #fff; */
}

.rooms-item-container {
	float: left;
	margin: 0 1.5rem 2.5rem 0;
}

.rooms-item-container:nth-child(even) {
	margin-right: 0;
}

.rooms-item-img {
	width: 34.8rem;
	height: 31.9rem;
	transition: background 2s ease;
}

.rooms-item-floor {
	height: 53px;
	border-bottom: 1px solid #f7f7f9;
	background: #e4e4e4;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.rooms-item-floor-text {
	display: inline-block;
    margin-left: 2.5rem;
    font-family: OpenSansSemibold;
    font-size: 2rem;

}

.rooms-item-floor-arrow {
	margin: 1.5rem 2.3rem 1.1rem 2.3rem;
	float: right;
	margin-left: auto;
}

.rooms-item-floor-arrow a {
    display: inline-block;
}

.rooms-item-floor-arrow img {
    width: 27px;
    height: 27px;
}

.rooms-item-props {
	height: 13.5rem;
	background: #e4e4e4;
	font-size: 2rem;
	line-height: 150%;
}

.rooms-item-props strong {
	font-size: 2rem;
	margin-bottom: .9rem;
}

.rooms-item-square {
	padding: 2.6rem 0 0 2.5rem;
}

.rooms-item-cost {
	padding: 1.1rem 0 0 2.5rem;
}

.rooms-item-office {
	text-align: right;
	padding-right: 2.3rem;
	margin-top: -1rem;
}

.rooms-item-notetoview {
	display: block;
    width: 100%;
    font-family: OpenSansSemibold;
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: center;
    color: #433f3f;
    padding: 1.8rem 0;
    background: #343434;
    color: #fff;
    -webkit-transition: all .25s ease;
}

.rooms-item-notetoview:focus {
    color: white;
}

.rooms-item-notetoview:hover {
	background: #403e3e;
	color: #fff;
}

.half-background .variant {
	position: relative;
	height: inherit;
}

.half-background .variant .prefixnum {
	position: absolute;
	top: 46px;
	bottom: 46px;
	width: 96px;
	height: auto;
}

.half-background .variant .prefixnum span {
	position: absolute;
	font-family: OpenSansSemibold;
	font-size: 134px;
	line-height: 134px;
	color: #c6c6c6;
}

.half-background .variant .prefixnum span.one {
	right: -25px;
	bottom: -15px;
}

.half-background .variant .prefixnum span.two {
	right: -6px;
	bottom: -15px;
}

.half-background .variant .prefixnum span.three {
	right: -7px;
	bottom: -15px;
}

.half-background .variant .variant-content {
	margin-left: 138px;
	padding: 46px 0;
}

.half-background .h2-page {
	font-family: OpenSansSemibold;
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 8rem;
}

.half-background .p-page {
	font-size: 2rem;
	text-align: justify;
}

li[aria-hidden="true"] {
	padding: 2px;
}

.half-background .p-page span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.half-background .tire {
	margin: 1.4rem 10px 0;
	width: 4.7rem;
	height: 2px;
	background: #cdcdcd;
}

.half-background .tire-vert {
	margin: -18px 0 12px;
	width: 2px;
	height: 56px;
	background: #cdcdcd;
}

.half-background .tire-vert.after-one-line {
	margin: 12px 0 12px;
}

.half-background-left {
	position: relative;
}

.half-background-left::before {
	position: absolute;
	top: 0;
	content: "";
	width: 50%;
	height: 100%;
	background: #fbfbfb;
	z-index: -1;
}

.half-background-left::before.half-background-left {
	left: 0;
}

.half-background-left::before.half-background-right {
	right: 0;
	background: #fff;
}

.half-background-left .variant {
	background: #fbfbfb;
	position: relative;
	height: inherit;
}

.half-background-left .variant .prefixnum {
	left: 0;
	background: #e4e4e4;
}

.half-background-left .variant .prefixnum span {
	color: #c6c6c6;
}

.half-background-left .variant .variant-content {
	margin-left: 138px;
}

.half-background-right .variant {
	background: #fff;
	position: relative;
	height: inherit;
}

.half-background-right .variant .prefixnum {
	right: 0;
}

.half-background-right .variant .prefixnum span {
	color: #ddd;
}

.half-background-right .variant .variant-content {
	margin-right: 138px;
	text-align: right;
}

.half-background-right .h2-page {
	text-align: right;
}

.half-background-right .tire {
	width: 40px;
}

.half-background-right .tire-vert {
	margin-left: auto;
	margin-right: 0;
}


.container-fluid-left {
	margin-left: 0;
	padding-left: 0;
}

.container-fluid-right {
	margin-right: 0;
	padding-right: 0;
}

.main-about-cont {
	background: #e4e4e4;
	margin-bottom: 14.5rem;
	position: relative;
}

.main-about-cont::before {
    position: absolute;
    display: block;
    top: 27rem;
    left: -46rem;
    content: "О КОМПАНИИ";
    width: 74rem;
    height: 12rem;
    color: #bab8b6;
    opacity: .12;
    font-family: OpenSansExtrabold;
    font-size: 9.5rem;
    transform: rotate(-90deg);
    transform-origin: center center 0;
    z-index: 50;
}

@media (max-width: 900px) {
    .main-about-cont::before {
        display: none;
    }
}

.main-about {
	background: url("/assets/template/images/main/graypixel.png") no-repeat 2.2rem 0;
	background-size: 1px 89%;
	margin-top: 5.3rem;
	padding: 0 4.6rem 4.7rem 4.6rem;
}


.banner-bg {
    width: 100%;
    max-width: 1920px;
    height: 40.05rem;
    position: relative;
    background-image: url('/assets/images/bannerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container.container-fluid-side.container-fluid-left.banner-container {
    padding: 0;
}

.banner-text {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: end;
    padding: 0 36rem 5rem 36rem;
}

.banner-text p {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.7rem;
}

.main-about h1, .main-about h2 {
    font-size: 3.2rem;
}

.main-about p {
    font-size: 1.6rem;
}

.sendrequest-container {
	font: 1.8rem OpenSansLight;
}

.header_sendrequest {
	font: 3rem OpenSansSemibold;
	margin-bottom: 6.5rem;
}

.header_sendrequest::before {
	position: absolute;
	content: "";
	left: 0;
	top: 1rem;
	height: 100%;
	width: 7rem;
	border-bottom: 4px solid #e4e4e4;
	z-index: 34;
}

.header_sendrequest {
	position: relative;
}

.modal-header .header_sendrequest {
	position: initial;
}

.sendrequest-container .field_sendrequest {
	color: #2e2e2d;
	margin: 0 78px 20px 78px;
	border-bottom: 1px solid #000;
}

.field_sendrequest_name label {
	width: 50px;
}

.field_sendrequest_name input {
	width: calc(100% - 50px);
}

.field_sendrequest_email label {
	width: 70px;
}

.field_sendrequest_phone label {
	width: 90px;
}

.field_sendrequest_phone input {
	width: calc(100% - 9rem);
}

.field_sendrequest_phone {
	margin-bottom: 30px !important;
}

.sendrequest-container .button_sendrequest {
	margin: 0 7.8rem 2rem 7.8rem;
}

.sendrequest-container .button_sendrequest input {
	width: 100%;
}

.btn-gray {
	display: inline-block;
	border: none;
	background: #343434;
	font: 2rem OpenSansSemibold;
	line-height: 2rem;
	color: #fff;
	padding: 2.2rem;
}

.btn-gray:hover, .btn-gray:focus {
	color: #fff;
	text-decoration: none;
}

.center-button {
	text-align: center;
}

.center-button.request-contract {
	margin: 9.5rem 0;
}

.center-button.request-contract .btn-gray {
	padding: 2.2rem 4rem;
}

.h1-style1 {
	position: relative;
	text-align: center;
	margin-bottom: 4.5rem;
}

.h1-style1::before {
	position: absolute;
	top: -.8rem;
	left: -34%;
	content: "";
	width: 50%;
	height: 100%;
	z-index: -2;
	border-bottom: .2rem solid #343434;
}

.h1-style1 > span {
	position: relative;
	font-weight: bolder;
	font-size: 4rem;
	line-height: 5rem;
	display: inline-block;
	background: #fff;
	padding: 3rem .2rem 3rem 4.8 prem;
}

.h1-style1 > span::after {
	position: absolute;
	top: -2rem;
	right: 0;
	content: "";
	width: 28.8rem;
	height: 9.5rem;
	z-index: 1;
	background: #e4e4e4;
}

.h1-style1 > span .termination-agreement {
	position: relative;
	z-index: 2;
	padding: 0rem 0;
	margin: 0;
}

.sendrequest-container .field_sendrequest input {
	border: none;
	background: transparent;
}

.agreement {
	/*margin: 0 0 0 32px;*/
	font-size: 1.5rem;
	cursor: pointer;
	cursor: hand;
}

.agreement div {
	display: inline-block;
}

.agreement div br {
	display: none;
}

.agreement a {
	color: #343434;
	text-decoration: underline;
}

.trigger {
	display: none;
}

.checker {
	width: 4rem;
	height: 4rem;
	line-height: 2px;
}

.checker::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 3rem;
	color: #343434;
	display: inline-block;
	vertical-align: middle;
}

.trigger:checked + .checker::before {
	content: "";
}

.cutlogo {
	margin-top: 6.4rem;
}

.appartbann {
	width: 100%;
}

.test-cont {
	background: red;
}

.test-row {
	background: blue;
}

.test-col {
	background: #aaa;
}

.test-col div {
	background: #eee;
	height: 10rem;
}

.main-contacts {
	float: left;
	margin-top: 0rem;
	padding-right: 1rem;
}

.contacts-header {
	font-family: OpenSansExtrabold;
    font-size: 8rem;
    line-height: 100%;
	color: rgba(186, 184, 182, 0.68);
	margin-bottom: 3.6rem;
}

.main-contacts .socials {
	font-size: 3.7rem;
	color: #484848;
	margin-right: 12.8rem;
	float: left;
	text-align: center;
}

.main-contacts .socials a {
	color: #484848;
	display: block;
	padding: 6px 0;
}

.main-contacts .socials a:hover {
	color: #e7e7e7;
}

.main-contacts .addressphones {
	padding: 2.5rem 0;
    font-size: 1.6rem;
    line-height: 150%;
    float: left;
    padding-top: 0;
}

.main-contacts .addressphones a {
	color: #484848;
	padding-top: 1.4rem;
    display: inline-block;
}

.main-contacts .addressphones a:hover {
	color: #e7e7e7;
}

.map_container {
	background: #777;
    width: 64.9%;
    height: 35rem;
    float: right;
}

#yaMap {
    height: 100%;
}

.copyright-container {
	padding: .5rem 0 4rem;
	background: #7D8793;
	color: #fff;
}

.copyright {
	font-size: 15px;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.copyright-left {
	text-align: center;
	padding-top: 1.2rem;
}

.copyright-right {
	text-align: center;
	padding-top: 2.7rem;
}

.but-download-contract {
	border: 1px solid #343434;
	float: right;
	padding: 2rem;
	width: 50%;
	text-align: center;
}

.termination-agreement-text {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 6.7rem;
}

.termination-agreement-items {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10rem;
}

.half-background-left.darken::before {
	background: #7D8793;
}

.send-contract-container {
	margin-bottom: 6.7rem;
}

.send-contract .sendrequest-container label {
	color: #fff;
}

.send-contract {
	background: #7D8793;
	padding: 4rem 0 0 0;
	color: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 90px;
}

.send-contract h2 {
	font-family: OpenSansSemibold;
	font-size: 3rem;
	color: #fff;
}

.send-contract .field_sendrequest {
	border-bottom-color: #fff;
}

.send-contract .field_sendrequest {
	border-bottom-color: #fff;
}

.send-contract .flex-container-outer {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 20px;
}

.send-contract input, select {
	background: none;
	color: #fff;
	width: 100%;
	min-width: 200px;
}

.send-contract select {
	border: none;
}

.send-contract .button_sendrequest {
	/*margin: 0 10rem 0 0;*/
	width: 30%;
}

.send-contract .submit-container {
	margin-top: 1.6rem;
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

.send-contract .submit-container .btn-white {
	display: table-cell;
	height: 6.2rem;
	width: 100%;
	background: #fff;
	color: #343434;
	vertical-align: middle;
	border: none;
	max-width: 578px;
	margin-left: auto;
}

.send-contract .submit-container .clip {
	display: table-cell;
	width: 6.2rem;
	height: 6.2rem;
	vertical-align: middle;
}

.send-contract .submit-container .clip img {
	vertical-align: center;
}

.send-contract a {
	color: #fff;
}

.send-contract .checker::before {
	color: #fff;
	display: inline-block;
}

.short-line {
	width: 6.7rem;
	height: .4rem;
	background: #e4e4e4;
}

.h1-page2 {
	margin-left: 2.7rem;
}

.h1-page2-leftvline {
	height: 27.4rem;
	width: .2rem;
	background: #3f3f3f;
	margin-top: -6.5rem;
}

.p-page2-text2 {
	margin-left: 2.7rem;
}

.whyusspacer {
	position: relative;
	height: 8rem;
	width: 100%;
}

.whyusspacer::before {
	position: absolute;
	right: 0;
	content: "";
	width: 77%;
	height: 100%;
	z-index: -1;
	background: #e5e5e5;
}

.whyusspacer .line-style3 {
	width: 52%;
	height: 2px;
	margin-top: 2.2rem;
	margin-left: 2.5rem;
	background: #313131;
}

.whyselectedus-item {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.whyselectedus-item-img {
	height: 12rem;
}

.whyselectedus-item-caption {
	font-family: OpenSansSemibold;
	font-size: 3rem;
	margin-bottom: 2.5rem;
	color: #343434;
}

.whyselectedus-item-intro {
	font-family: OpenSansLight;
	font-size: 2rem;
	height: 13rem;
	padding: 0 2.3rem;
	color: #343434;
}

.h2-style4 {
	text-align: center;
	font-size: 4rem;
	position: relative;
	margin-bottom: 7rem;
}

.h2-style4::before {
	position: absolute;
	content: "";
	width: 110%;
	height: 100%;
	bottom: -2.5rem;
	border-bottom: .2rem solid #343434;
}

.tenants-info {
	width: 100%;
}

.tenants-info thead {
	position: relative;
	font-family: OpenSansSemibold;
	font-size: 2.5rem;
}

.tenants-info thead::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 5rem;
	background: #e4e4e4;
	right: 20rem;
	z-index: -1;
}

.tenants-info thead th {
	padding: 1rem 0;
}

.tenantlogos {
	margin-bottom: 8rem;
}

.tenantlogos .tenantlogo-item {
	display: inline-block;
	margin: auto 2rem auto 0;
	vertical-align: middle;
}

.container-reviews {
	position: relative;
}

.container-reviews::before {
	position: absolute;
	content: "";
	top: 0rem;
	left: 9.4rem;
	height: 44rem;
	width: 300rem;
	background: #f5f5f5;
	z-index: -1;
}

.container-reviews .bx-wrapper {
	border: none;
	background: none;
}

.h2-reviews {
	margin-bottom: 4rem;
}

.bx-wrapper, .bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bx-wrapper .bx-controls-direction a {
	top: 30% !important;
	z-index: 1000 !important;
}

.reviews-item {
	position: relative;
	font-size: 2.1rem;
	display: block;
	padding: 0 19rem 3rem;
}

.reviews-item-text {
	font-family: OpenSansLight;
	font-size: 2.1rem;
	text-align: justify;
	margin-bottom: 4rem;
}

.reviews-item-name {
	font-size: 1.92rem;
	float: left;
}

.btn-review {
	display: block;
	float: right;
	padding: 2.3rem 9.3rem;
	border: 1px solid #343434;
}

.btn-review:hover {
	color: inherit;
}

.h1-offices {
	padding: 0 0 5rem 3rem;
	line-height: 2.5rem;
	border-left: .2rem solid #3f3f3f;
}

.offices-item {
	clear: both;
	margin-bottom: 13rem;
}

.offices-item-images-wrapper {
	margin-top: 3.7rem;
	position: relative;
	display: block;
	float: left;
	width: 41.4rem;
	height: 46.1rem;
}

.offices-item-images-wrapper .overscheme {
	transition: .6s;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.offices-item-images-wrapper .overscheme:hover {
	opacity: .8;
	z-index: 1;
}

.offices-item-info {
	margin: 0 0 0 42rem;
}

.offices-item-info-top {
	position: relative;
	padding: 3.2rem 0 0 4.8rem;
	height: 10.5rem;
	background: #e4e4e4;
	z-index: -1;
}

.offices-item-info-top::before {
	position: absolute;
	top: 0;
	left: 2rem;
	width: 2000px;
	height: 100%;
	background: #e4e4e4;
	content: "";
	z-index: -1;
}

.offices-item-info-top .offices-item-floor-text {
	font-family: OpenSansSemibold;
	font-size: 3rem;
	padding-right: 2.5rem;
}

.offices-item-info-top .offices-item-office {
	font-size: 2.2rem;
}

.offices-item-props {
	position: relative;
	padding: 1.2rem 0 0 4.8rem;
	font-size: 2.4rem;
	margin-bottom: 6rem;
}

.offices-item-props span {
	padding-right: 2.5rem;
}

.offices-item-props::before {
	position: absolute;
	top: 9rem;
	content: "";
	width: 2000px;
	border-bottom: 2px solid #343434;
}

.offices-item-text {
	padding: 0 0 0 4.8rem;
	font-family: OpenSansLight;
	font-size: 2rem;
	text-align: justify;
}

.offices-item-images-wrapper .bx-wrapper {
	margin-bottom: 0 !important;
	border: none !important;
}

.offices-item-images-wrapper .bx-wrapper .bx-controls-direction a {
	top: initial !important;
	bottom: 0 !important;
	width: 3.3rem;
	height: 6.6rem;
	background-color: #fff;
	color: #fff;
	background-position: center;
}

.offices-item-images-wrapper .bx-wrapper .bx-controls-direction a:hover {
	background-color: #e4e4e4;
}

.offices-item-images-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0 !important;
	background-image: url("/assets/template/images/icons/arrsright.png") !important;
}

.offices-item-images-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
	left: initial;
	right: 3.3rem !important;
	background-image: url("/assets/template/images/icons/arrsleft.png") !important;
}

.rooms-item-links {
	position: relative;
	padding: 3.2rem 0 0 4.8rem;
	margin-bottom: 6rem;
	width: 100%;
}

.rooms-item-links .rooms-item-notetoview {
	display: inline-block;
	padding: 2.2rem 6.2rem;
	color: #fff;
	background: #343434;
	vertical-align: middle;
	float: left;
}

.rooms-item-links .rooms-item-link {
	display: inline-block;
	vertical-align: middle;
	float: right;
	border-left: 2px solid #e4e4e4;
	font-family: OpenSansSemibold;
	font-size: 1.8rem;
	color: #343434;
	padding: 2rem 0 2rem 3rem;
}

.h1-office {
	margin-left: 2.7rem;
}

.h1-office-subline span{
    padding-left: 10px;
}

.h1-office-leftvline {
	position: relative;
	z-index: -1;
	border-left: 2px solid #3f3f3f;
	margin-top: -6rem;
}

.h1-office-leftvline .h1-office-subline {
	position: relative;
	font-size: 2.2rem;
	top: 0;
	margin: 0 0 0 2.7rem;
	padding: 1px 0 2.5rem 0;
}

.h1-office-leftvline .h1-office-subline::before {
	position: absolute;
	content: "";
	top: 0px;
	height: 8.2rem;
	width: 3000px;
	background: #e4e4e4;
	z-index: -1;
}

.readyforarr {
	margin-top: 0;
	font-size: 2.2rem;
	text-align: right;
}

.office-content, .office-content p {
	font-family: OpenSansLight;
	font-size: 2.2rem;
	text-align: justify !important;
}

.neighbors {
	border-bottom: 2px solid #343434;
	padding: 1.5rem 0;
	margin: 0 1.5rem;
	font-size: 2.2rem;
}

.neighbors > div {
	padding: 0;
}

.neighbors .link-prev {
	text-align: left;
}

.neighbors .link-up {
	text-align: center;
}

.neighbors .link-next {
	text-align: right;
}

.offices-looked-item-images-wrapper {
	margin: 3rem 0 0rem;
	position: relative;
	display: block;
}

.offices-looked-item-images-wrapper .overscheme {
	transition: .6s;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.offices-looked-item-images-wrapper .overscheme:hover {
	opacity: .8;
	z-index: 1;
}

.offices-looked-item-images-wrapper .overscheme {
	background-size: cover;
}

.offices-looked-item-images-wrapper .bx-wrapper {
	margin-bottom: 0 !important;
	border: none !important;
	width: 40rem;
}

.offices-looked-item-images-wrapper .bx-wrapper .bx-controls-direction a {
	top: initial !important;
	bottom: 0 !important;
	width: 1.5rem;
	height: 3rem;
	background-color: #fff;
	color: #fff;
	background-position: center;
	background-size: 40%;
}

.offices-looked-item-images-wrapper .bx-wrapper .bx-controls-direction a:hover {
	background-color: #e4e4e4;
}

.offices-looked-item-images-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
	right: 1rem !important;
	background-image: url("/assets/template/images/icons/arrsright.png") !important;
}

.offices-looked-item-images-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
	left: initial;
	right: 3.5rem !important;
	background-image: url("/assets/template/images/icons/arrsleft.png") !important;
}

.offices-looked-item-info {
	padding-left: 1.5rem;
	border-left: 1px solid #343434;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.offices-looked-item-info .firstline {
	font-family: OpenSansSemibold;
}

.mb-80 {
	margin-bottom: 8rem;
}

.rooms-item-container .offices-looked-item-images-wrapper {
	margin-top: 0;
}

.agree {
	display: none;
}

.file-selected {
	position: relative;
}

.file-selected .fileinput-name {
	position: absolute;
	width: 50rem;
	right: .5rem;
	top: 5rem;
	color: #fff;
	font-size: 1rem;
	text-align: right;
}

.main-slider .top-contacts-container {
	position: absolute;
	right: 3rem;
	z-index: 999999;
}

@media(max-width: 600px) {
    .main-slider {
        height: 600px;
    }
}

.main-slider .top-contacts-container a {
	color: #fff;
}

input.gmb {
	display: none;
}

input.gmb:checked + label + div {
	transition: 1s;
	opacity: 1;
}

.burger {
	width: 50px;
	height: 42px;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.burger label {
	width: 50px;
	height: 42px;
	display: block;
	transition: all .35s;
	cursor: pointer;
}

.bar {
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	background: #fff;
	border-radius: 10px;
	transition: all .35s;
	pointer-events: none;
}

.bar-1 {
	top: 4px;
}

.bar-2 {
	top: 18px;
}

.bar-3 {
	top: 32px;
}

.txt {
	display: none;
}

.burger-3.burger-show label {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.burger-3.burger-show label .bar-1 {
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger-3.burger-show label .bar-2 {
	left: 100%;
	display: none;
}

.burger-3.burger-show label .bar-3 {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.burger-3.burger-show .menuhamb-cont{
    position: sticky;
    transition: 1s !important; 
    opacity: 1 !important;
    z-index: 15;
    visibility: visible;
}

.menuhambpage .bar {
	background: #343434;
}

.send-contract .agreement {
	position: relative;
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.send-contract .agreement label {
	/*margin-left: 4.5rem;*/
	left: 0;
    position: relative;
    bottom: -20px;
}

.send-contract .agreement div {
	/*position: absolute;
	top: -1rem;*/
}

.modal-header .header_sendrequest {
	position: relative;
	display: inline-block;
}

.field_sendrequest_message textarea {
	width: 100%;
	border: none;
}

.field_sendrequest_message textarea:focus {
	outline: none;
}

.termination-agreement-items > div > div > span {
	position: relative;
}

.termination-agreement-items > div > div > span::before {
	position: absolute;
	content: "";
	width: 7.2rem;
	height: 2.2rem;
	background: #e4e4e4;
	left: -1rem;
	top: -.8rem;
	z-index: -1;
}

.neighbors {
	margin-bottom: 4rem;
}

.bx-wrapper .bx-next {
	background: url("/assets/template/images/icons/arrsright.png") no-repeat !important;
}

.bx-wrapper .bx-prev {
	background: url("/assets/template/images/icons/arrsleft.png") no-repeat !important;
}

.mobile-menu {
	position: fixed;
	display: flex;
	display: none;
	align-items: center;
	justify-content: flex-end;
	padding: 0 16px;
	top: 0;
	background-color: #979198;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 9999999;
}

.mobile-menu__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 30px;
	cursor: pointer;
	transition: .4s;
}

.mobile-menu__icon {
	display: block;
	position: relative;
	background: rgba(255,255,255,1);
	width: 90%;
	height: 4px;
	transition: .4s;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 4px;
	transition: .4s;
}


@media (max-width: 1400px) {
    .banner-text {
        padding: 0 20rem 5rem 20rem;
    }
    
    
    .main-contacts {
        width: 50%;
    }
    
    .map_container {
        width: 50%;
    }
}

.mobile-menu__icon::after {
	top: 8px;
}

.mobile-menu__icon::before {
	top: -8px;
}

.mobile-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: .5s;
	transition-delay: .2s;
	overflow: hidden;
	background-color: #979198;
}

.mobile-menu__list {
	transition: .5s;
	transition-delay: .5s;
	list-style: none;
	padding-left: 0;
	margin-top: -50px;
}

.mobile-menu__item {
	font-size: 26px;
	padding-bottom: 15px;
}

.mobile-menu__link {
	text-decoration: none;
	color: #fff;
}

.mobile-menu__checkbox {
	display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
	opacity: 1;
	transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
	height: 100%;
	transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
	background: transparent;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	top: 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media (max-width: 1349px) {
	html {
		font-size: 7px;
	}
	
	.swiper-slide .content .flowb .caption {
	    font-size: 2.2rem !important;
        line-height: 2.2rem;
	}
	
	.main-contacts .addressphones {
	    font-size: 2rem;
	}

	/*.send-contract .agreement {
		position: relative;
		justify-content: flex-start;
	}*/
	
	.sendrequest-container .field_sendrequest {
	    margin: 0 0 20px 0;
	}

	.send-contract .agreement label {
		/*margin-left: 6.5rem;*/
		bottom: 0;
		/*left: -25px;*/
	}

	.send-contract .agreement div {
		position: relative;
		top: -2rem;
	}
	
	.main-about h1, .main-about h2 {
        font-size: 3.6rem;
    }
    
    .main-about p {
        font-size: 2rem;
    }
    
    .copyright-container {
        padding: 0.5rem 0 6rem;
    }
}

@media (max-width: 991px) {
	.menuhambpage ul {
		background: #fff;
		opacity: .7;
	}

	.send-contract .button_sendrequest {
		margin: 0 10rem 0;
	}

	.termination-agreement-items > div > div {
		margin-bottom: 2rem;
	}

	.menuhambpage {
		display: block;
	}

	.map_container {
		width: 50%;
	}

	.half-background .p-page span {
		display: list-item;
		text-align: justify;
	}

	.half-background .p-page span br {
		display: none;
	}

	.half-background .tire {
		display: none !important;
	}

	.half-background .tire-vert {
		display: none;
	}

	.cutlogo {
		display: none;
	}

	.agreement br {
		display: none;
	}

	.container-reviews {
		display: none;
	}

	.main-about {
		margin-top: 0;
	}

	.contacts-header {
		font-family: OpenSansExtrabold;
		font-size: 9rem;
		line-height: 9rem;
		margin: -1rem 0 7rem;
	}

	.main-contacts .socials {
		margin-right: 6rem;
	}

	.rooms-item-links {
		text-align: center;
	}

	.rooms-item-links a {
		float: none !important;
		display: inline-block;
		width: initial;
		margin: 2rem;
	}
	
	.banner-text {
        padding: 5rem 5rem 5rem 5rem;
        justify-content: center;
        align-items: center;
    }
    
    .offices-looked-item-images-wrapper .bx-wrapper {
        width: 48rem;
    }
    
    .main-rooms {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .agreement {
        text-align: center;
    }
    
    .row.row-flex {
        justify-content: space-between;
    }
    
    .row.row-flex::after {
        display: none;
    }
    
    .row-order {
        order: -1
    }
    
    .logo {
        text-align: center;
    }
    
    .menu {
        display: none;
    }
    
    .menuhambpage {
        position: static;
    }
}


@media (max-width: 800px) {
    .top-contacts-container .top-contacts .top-contacts-phone a {
        font-size: 2.2rem;
    }
    
    .top-contacts-container .top-contacts .top-contacts-rering a {
            font-size: 1.8rem;
            line-height: 1.8rem;
    }
    
    .logomain {
        transform: translateX(-50%);
    }
    
    .swiper-slide .content .flowb .linet {
        display: none;
    }
    
    .swiper-slide .content .flowb {
        left: 0;
    }
    
    .swiper-slide .content .flowb .caption {
        width: 90%;
    }
}

@media (max-width: 767px) {
	.slide5region .slidesubtitle {
		font-size: 3rem;
	}

	.slide5region a {
		left: 19rem;
		padding: .7rem .7rem;
		height: auto;
		width: auto;
	}

	.modal {
		text-align: center;
		padding: 0 !important;
	}

	.modal:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}

	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}

	.flow-height {
		display: none;
	}

	.main-slider .top-contacts-container {
		right: initial;
		text-align: center;
		right: 20px;
	}

	.offices-looked-item-info {
		font-size: 3rem;
	}

	.rooms-item-links .rooms-item-notetoview {
		float: none;
	}

	.swiper-slide .content .flowb {
		width: 90%;
	}

	.swiper-slide .content .flowb .title {
		font-size: 4rem !important;
		line-height: 4rem;
	}

	.swiper-slide .content .flowb .caption {
		font-size: 2rem !important;
		line-height: 2rem;
	}

	.container-fluid-side {
		width: calc(100%);
		padding: 0;
	}

	.map_container {
		width: 100%;
	}

	.h1-page2-leftvline {
		height: 7rem;
		margin-bottom: 2rem;
	}

	.offices-item-info {
		margin: 0;
		float: none;
	}
	
	.offices-item-info-top::before {
	        width: 100%;
	        left: 0;
	}

	.reviews-item {
		padding: 0 7rem 3rem;
	}

	.reviews-item-name {
		margin-bottom: 3rem;
		float: none;
	}

	.btn-review {
		float: none;
		text-align: center;
	}

	.send-contract .submit-container {
		margin-bottom: 3rem;
	}

	.main-about-cont {
		margin-bottom: 3rem;
	}

	.main-about-cont::before {
		display: none;
	}

	.main-contacts {
		margin-top: 0;
		float: none;
		width: 100%;
		padding: 0;
	}

	.main-contacts .socials {
		text-align: center;
		width: 100%;
	}

	.main-contacts .socials a {
		display: inline-block;
	}

	.main-contacts .addressphones {
		width: 100%;
		text-align: center;
		line-height: 3rem;
	}

	.offices-item {
		text-align: center;
	}

	.offices-item-props {
		margin-bottom: 3rem;
	}

	.offices-item-props::before {
		border-bottom: none;
	}

	.offices-item-images-wrapper {
		display: inline-block;
		float: none;
		width: 41.4rem;
		height: 46.1rem;
	}

	.offices-item-text {
		padding: 0;
	}

	.rooms-item-links {
		padding: 3.2rem 0 0 0;
	}

	.half-background.half-background-right .variant .variant-content {
		margin-left: 4rem;
	}

	.agreement br {
		display: initial;
	}

	.half-background .h2-page {
		margin-bottom: 3rem;
	}

	.contacts-header {
		text-align: center;
		margin: -1rem 0 3rem;
		font-size: 7rem;
        line-height: 7rem;
	}

	.copyright-left, .copyright-right {
		text-align: center;
	}

	.banner-container {
		overflow-x: hidden;
	}

	.banner-container img {
		width: 100rem;
		float: right;
	}
	
	.banner-text {
	    padding: 5rem 1.5rem 5rem 1.5rem;
	}
	
	.banner-text p {
	   font-size: 5rem;
	}
	
	.copyright-container {
        padding: 0.5rem 0 8rem;
    }
	
	
}

@media (max-width:600px) {
	.send-contract .flex-container-outer {
		flex-direction: column;
	}
	
	.logomain {
        transform: unset;
        left: 10px;
    }
    
    .burger {
		display: none;
	}

	.mobile-menu {
		display: flex;
	}
	
	.row-order {
	    display: none; 
        order: unset;
	}
	
	.logo-order {
	    order: -1;
	}
	
	.w50 {
	   width: 62%;
	}
	
	.logo {
        text-align: left;
    }
	
	.toppage, #slider {
        margin-top: 48px;
    }
    
    .top-contacts-container .top-contacts {
        margin-top: 4.5rem;
    }
}

@media (max-width: 500px) {
    .main-rooms {
        flex-direction: column;
        align-items: center;
    }
    
    .rooms-item-container {
        margin: 0 0 2.5rem 0;
    }
}


@media (max-width: 484px) {
	.whyusspacer .line-style3 {
		margin-left: 0;
		margin-top: 1.2rem;
	}

	.h2-style4::before {
		width: 120%;
		left: -10%;
	}

	.burger {
		display: none;
	}

	.mobile-menu {
		display: flex;
	}

	.toppage, #slider {
		margin-top: 48px;
	}

	.rooms-item-links .rooms-item-link {
		float: none;
		border: none;
		padding: 2rem 3rem;
		text-align: center;
	}

	.send-contract .agreement label {
		margin-left: 6.5rem;
	}

	/*.send-contract .agreement div {
		position: absolute;
		top: -1rem;
	}*/

	.send-contract .agreement br {
		display: initial;
	}

	.variant .h2-page br {
		display: none;
	}

	.half-background .h2-page {
		font-size: 2.3rem;
		line-height: 2.7rem;
	}

	.agreement div br {
		display: initial;
	}

	.banner-container img {
		width: 80rem;
	}
	
	.logomain {
        left: 20px;
        right: unset;
    }
    
    .main-slider .top-contacts-container {
        display: block;
    }
}

.h1-office-leftvline .h1-office-subline::before {
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	width: 100%;
	background: #e4e4e4;
	z-index: -1;
}

@media (max-width: 410px) {
	.slide5region a {
		left: 0;
		top: 5rem;
	}

	.rooms-item-container {
		float: none;
		width: calc((100% - -290px) / 2);
	}

	.rooms-item-links .rooms-item-notetoview {
		float: none;
		width: 80%;
	}

	.rooms-item-links .rooms-item-link {
		vertical-align: middle;
		float: none;
		border: none;
		padding: 1rem 0;
	}

	.neighbors {
		font-size: 1rem;
	}
	
	.offices-looked-item-images-wrapper .bx-wrapper {
        width: 55rem;
    }
}

/* Error 404 */
body {
	font-family: 'Open Sans', sans-serif !important;
}

.error {
	min-height: 69vh;
	display: flex;
	align-items: center;
}

.error + .copyright-container {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.error__content {
	background: url("/uploads/back404.png") left top no-repeat;
	background-size: cover;
	max-width: 80%;
	margin-right: auto;
	position: relative;
}

.error__content-title {
	position: absolute;
	right: -17px;
	top: 73px;
}

.error__content-title p {
	font-size: 20px;
	color: #343434;
	transform: rotateZ(-90deg);
	transform-origin: right;
	margin: 0;
	position: relative;
}

.error__content-title p::after {
	width: 43px;
	height: 11px;
	background: #e5e5e5;
	display: block;
	content: '';
	position: absolute;
	right: -84px;
	bottom: 6px;
}

.error__content-btn {
	display: flex;
	justify-content: flex-end;
	padding-right: 197px;
	padding-top: 52px;
	padding-bottom: 30px;
}

.error__content-btn a {
	display: block;
}

.error__content-btn a button {
	border: 0;
	background-color: #343434;
	width: 348px;
	height: 64px;
	z-index: 13;
	color: white;
	font-size: 20px;
}

.error__content-num {
	font-size: 61px;
	font-weight: 700;
	color: white;
	line-height: 73px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 195px;
	padding-top: 74px;
	text-align: center;
	justify-content: center;
}

.error__content-num p {
	font-size: 70px;
	text-align: center;
	text-transform: uppercase;
}

.error__content-num span {
	font-size: 184px;
	font-weight: 700;
	color: white;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.error__content {
		max-width: 97%;
	}
}

@media (max-width: 1100px) {
	.error__content {
		background-position: right top;
		max-width: 100%;
		width: 100%;
	}

	.error + .copyright-container {
		position: relative;
		width: 100%;
		bottom: 0;
	}

	.error__content-num {
		padding-right: 35px;
		padding-left: 35px;
		justify-content: center;
		align-items: center;
	}

	.error__content-num p {
		font-size: 44px;
		text-align: center;
	}

	.error__content-num span {
		font-size: 120px;
	}

	.error__content-btn {
		padding-right: 0px;
		justify-content: center;
		width: 100%;
	}

	.error__content-btn a {
		width: 100%;
	}

	.error__content-btn a button {
		border: 0;
		background-color: #343434;
		width: 100%;
		height: 64px;
		z-index: 13;
		color: white;
		font-size: 20px;
	}
}

@media screen and (max-width:540px) {
	.send-contract {
		margin: 0 -15px;
		padding: 4rem 15px 0;
	}

	.sendrequest-container .field_sendrequest {
		margin: 0 auto 20px;
		max-width: 350px;
	}

	.agreement {
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
	}

	.send-contract .agreement label {
		margin: 0;
	}
}

@media (max-width: 526px) {
    .offices-item {
        margin-bottom: 6rem;
    }
}

@media (max-width: 484px) {
    .tenantlogos {
        margin-bottom: 8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0 !important;
    }
}


figure.slide-bgimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}





/* ------ ------ ------ ------ ------ ------ */


.kpk-title h2 {
    font-size: 40px;
    font-weight: 800;
    color: #7D8793;
    text-transform: uppercase;
}


section.trust .trust__container {
    position: relative;
    width: 50%;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 30px;
}

section.trust .trust__line, section.foryou .trust__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 350px;
    background: #0B0B0B;
}

section.trust .trust__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.trust__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: unset;
}

section.trust .trust__items {
    margin-top: 30px;
}

section.trust .trust__items .item {
    display: flex;
    margin-bottom: 10px;
}

section.trust .trust__items .item__image {
    flex: 0 0 55px;
    margin-right: 30px;
}

section.trust .trust__items .item__image img {
    display: block;
    margin: 0 auto;
}

section.trust .trust__items .item__content {
    flex-grow: 1;
}

section.trust .trust__items .item__content .item__title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #0B0B0B;
    margin-bottom: 5px;
}

section.trust .trust__items .item__content .item__description,
section.trust .trust__items .item__content .item__description p {
    font-size: 14px !important;
    font-weight: 700;
}


section.order-form {
    
}

section.order-form .order-form__container {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
}

section.order-form .order-form__title {
    text-align: center;
    margin-bottom: 20px;
}
section.order-form .order-form__title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
section.order-form .order-form__title h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #7D8793;
}

@media(max-width: 600px) {
    section.order-form .order-form__title h2:before {
        display: none;
    }
}

section.order-form .order-form__form .sendrequest-container .field_sendrequest {
    margin: 0 0 20px;
}

section.order-form .order-form__form .sendrequest-container .button_sendrequest {
    margin: 0 0 20px;
    text-align: center;
}

section.order-form .order-form__form .sendrequest-container .button_sendrequest input[type="submit"] {
    display: inline-block;
    width: 230px;
    background-color: #7D8793;
}

section.order-form .order-form__form .agreement {
    margin: 0;
    text-align: center;
}

section.order-form .order-form__form .checker::before {
    color: #7D8793;
}


/* ------ section.steps ------ */

section.steps {
    margin-top: 50px;
    margin-bottom: 75px;
}

section.steps .steps__title {
    text-align: center;
    margin-bottom: 60px;
}


@media(max-width: 600px) {
    section.steps .steps__image {
        display: none;
    }
}
section.steps .steps__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

section.steps .steps__image.steps__mobile {
    display: none;
}
@media(max-width: 600px) {
    section.steps .steps__image.steps__mobile {
        display: block;
    }
}


/* ------ section.contacts ------ */
section.contacts {
    margin: 30px 0;
}

section.contacts .contacts__title {
    text-align: center;
    margin-bottom: 40px;
}

section.contacts .contacts__row {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 1024px) {
    section.contacts .contacts__row {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 600px) {
    section.contacts .contacts__row {
        align-items: flex-start;
    }
}

section.contacts .contacts__item {
    margin-bottom: 10px;
    font-size: 18px;
}
@media(max-width: 1366px) {
    section.contacts .contacts__item {
        font-size: 16px;
    }
}

section.contacts .contacts__item,
section.contacts .contacts__item a {
    display: flex;
    align-items: center;
}

section.contacts .contacts__item svg {
    margin-right: 10px;
}

.container.toppage {
    width: 100%;
    background: #7D8793;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.top-contacts {
    display: flex;
    flex-direction: column;
}

.top-width {
    max-width: 1600px;
    margin: 0 auto;
}

.top-contacts-form a {
    color: #fff;
    text-decoration: revert;
}
.imgbg_after::after {
  content: '';
  display: block;
  height: 36%;
  width: 100%;
  background: linear-gradient(transparent, black);
  position: absolute;
    bottom: 0;
}

.section_2-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.double-block-home-title {
  text-align: center;
  margin: 40px 0 0;
}

.double-block-home {
    display: flex;
}

.double-block-home-text {
    padding-right: 30px;
    width: 50%;
}

.double-block-home img {
  width: 30%;
      margin: auto;
}

@media screen and (max-width: 767px) {
    .double-block-home {
        flex-direction: column;
        align-items: center;
    }
    
    .double-block-home-text {
        padding-right: 0;
        width: auto;
    }
}

.order-form__container {
    padding: 50px;
    width: 50%;
    /*border: 1px solid #000;*/
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    align-items: center;
}

@media (max-width: 992px) {
    section.trust .trust__container {
        width: 100%;
    }
    .order-form__container {
        width: 100%;
    }
}

.agreement-container {
    width: 100%;
}

.ur-data {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 50px;
}
.data-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 991px){
    .data-item {
        flex-direction: column;
    }
}

.subtitle_sec2 {
    text-align: center;
    margin-top: 50px;
}

/*.section_3-home h3 {
    text-align: center;
}*/

.section_3-home .sec3-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_3-home .flex-item {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: calc(30% - 20px);
}

.section_3-home .flex-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}

@media (max-width: 630px){
    .section_3-home .flex-item {
        width: calc(50% - 40px);
    }
}

@media (max-width: 400px){
    .section_3-home .flex-item {
        width: 100%;
    }
}
@media(max-width: 600px){
    .copyright-left {
        display: flex;
        flex-direction: column;
    }
}

.section_2-home .order-form__container .btn-gray {
    background: linear-gradient(114deg, #BA1A1A 0%, #323232 100%);
}

@media(max-width: 490px){
    .cont {
        width: 100%;
    }
    /*.send-contract .agreement div {
        margin-left: 30px;
    }*/
    .send-contract .agreement label {
        left:0;
    }
    .send-contract .button_sendrequest {
        margin: 0;
        width: 50%;
    }
}

section.foryou {
    margin-top: 50px;
}

@media(max-width: 484px){
    .sendrequest-container {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .cont {
        width: 100%;
    }
}

.foryou .trust__title {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 0 20px;
}

.thanks-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}

.thanks-flex .flex-item {
  margin: -10px;
  padding: 10px;
}

.thanks-flex .flex-item img {
    width: 290px;
}