/* start css */

@font-face {
    font-family: ProximaBlack;
    src: url('/templates/font/Proxima/ProximaNova-Black.otf');
}

@font-face {
    font-family: Proxima;
    src: url('/templates/font/Proxima/ProximaNova-Reg.otf');
}

@font-face {
    font-family: ProximaBold;
    src: url('/templates/font/Proxima/ProximaNova-Bold.otf');
}

@font-face {
    font-family: ProximaLight;
    src: url('/templates/font/Proxima/ProximaNova-Light.otf');
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

body,
h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
    font-family: Proxima;
}

body.scroll {
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

.flex {
    display: flex;
}

.flexV {
    display: flex;
    flex-direction: column;
}

button {
    outline: none;
}

.container>div {
    width: 75rem;
}

.hero {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background: url(/templates/images/layout/img_rent/hero.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 22rem 0 0 12rem;
}

.footprint ul li a, .footprint p, .footprint a.p {
    text-decoration: none;
}

.hero h1 {
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
    font-family: ProximaBlack;
    width: 35rem;
    position: relative;
    z-index: 5;
    margin-bottom: 1.5rem;
    line-height: 4rem;
}

.centered {
    width: 100%;
    display: flex;
    justify-content: center;
}

.complex {
    display: flex;
}

.complex .left {
    width: 36rem;
}

.complex .right {
    width: 35rem;
    height: 27rem;
}

.complex h1 {
    font-size: 3rem;
    color: #283c5f;
    text-transform: uppercase;
    font-family: ProximaBlack;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.ghost {
    font-size: 10rem;
    color: #b4b4b4;
    position: absolute;
    opacity: 0.26;
    z-index: -1;
    font-family: ProximaBold;
}

.complex .ghost {
    top: -2.9rem;
    right: 3.5rem;
}

.complex p {
    margin-top: 3rem;
    width: 29rem;
    font-size: 1.25rem;
    /*
    text-transform: uppercase;
    /**/
    color: #464646;
}

.trg {
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.logo {
    position: absolute;
    height: 4.5rem;
    top: 2rem;
    left: 12rem;
    z-index: 6;
}

.hero a.more {
    background: #79202e;
    padding: 1rem 2rem;
    position: relative;
    z-index: 5;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero a.more:hover {
    background: #56121d;
}

.complex {
    padding: 10rem 0 7rem 0;
}

.rednumbers {
    width: 80rem;
    background: #79202e;
    box-sizing: border-box;
    padding: 3rem 5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 0 10rem 0;
}

.rednumbers h3 {
    color: #fff;
    font-size: 4.3rem;
    margin: 0;
}

.rednumbers p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

.gray {
    background: #dedede;
}

.tour {
    margin: 10rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour h1 {
    color: #272727;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: ProximaBlack;
    position: relative;
    z-index: 1;
}

.tour .ghost {
    top: -4.5rem;
    left: 4rem;
}

.tour .photo {
    height: 37.5rem;
}

.tour > div {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour > div .slide-wrapper{
    width: 66rem;
}

.vcontrol {
    background: #283c5f;
    height: 31.5rem;
    width: 7.5rem;
    position: relative;
    cursor: pointer;
}

.vcontrol img {
    position: absolute;
    height: 2.5rem;
    width: 3.2rem;
    left: 2rem;
    top: calc(50% - 1.6rem);
}

/*slider */

.slide-wrapper,
.slide {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.slide-wrapper.career {
	background: #fff;
}

.new1 {
    background: url(/templates/images/layout/img_rent/office.jpg) no-repeat center;
    background-size: cover;
}

.mainScreen {
	z-index: 1;
	position: relative;
	height: 36rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/** plans **/

.plan1 {
    background: #fff;
}

.slide-wrapper.planss {
    margin-top: 0;
	background: #fff;
}

.plansBlock {
    width: 100%;
}

.plansScreen {
	z-index: 1;
	position: relative;
	height: 36rem;
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10rem 0 7rem 0;
}

.plansScreen h2 {
    margin-top: 5rem;
    font-size: 2rem;
    color: #79202e;
    text-transform: uppercase;
    font-family: ProximaBold;
}

.planTable {
    margin-top: 2rem;
    width: 25.4rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-right: 6rem;
}

.chart img {
    margin-top: 5rem;
}

.planTable > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #000;
}

.planTable > div p{
    font-size: 1.2rem;
    text-transform: uppercase;
}

.planTable > div p.num{
    padding-right: 2rem;
    text-align: left;
}

.chart {
    display: flex;

}

.plan1 h1 {
    color: #272727;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: ProximaBlack;
    position: relative;
    z-index: 1;
}

.plan1 .ghost {
    top: -4.5rem;
    left: 4rem;
}

.hcontrol {
    width: 100%;
    background: #e8e8e8;
    display: flex;
    justify-content: space-between;
}

.hcontrol .rectleft {
    background: #79202e;
    padding: 2rem 1rem;
    cursor: pointer;
}

.rectleft img {
    height: 1.2rem;
    width: 1.5rem;
}

.hcontrol .butt {
    color: #a3a3a3;
    /*font-size: ProximaBold;*/
    font-size: 2rem;
    text-transform: uppercase;
    padding: 1.3rem 3rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.butt:hover {
    color: #fff;
    background: #b6b6b6;
}

.butt.active {
 color: #283c5f;   
 border: 2px solid #79202e;
 background: #fff;
}

.rentoffice {
    height: 47.5rem;
    background: url(/templates/images/layout/img_rent/rentback.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rentoffice h4 {
    color: #283c5f;
    font-size: 3.3rem;
    line-height: 2.8rem;
    font-family: ProximaBold;
    text-transform: uppercase;
    width: 50rem;
    margin-right: 20rem;
}

.rentoffice > div {
    display: flex;
    flex-wrap: wrap;
    width: 41.25rem;
    margin-right: 30rem;
}

.rentoffice > div > div {
    background: #79202e;
    padding: 2rem;
    margin: 1rem;
}

.rentoffice > div > div {
    color: #fff;
    text-transform: uppercase;
    width: 11rem;
    box-sizing: border-box;
}

.rentoffice > div > div img {
    height: 2rem;

}

.rentoffice > div > div p {
    padding-top: 1rem;
}

.contacts {
    padding: 8rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts h1 {
    color: #283c5f;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: ProximaBlack;
    position: relative;
    z-index: 1;
}

.contacts .ghost {
    top: -4.5rem;
    left: 2rem;
}

.contacts p {
    font-size: 2rem;
    font-family: ProximaLight;
    color: #283c5f;
    width: 20rem;
    text-align: center;
    margin-top: 2rem;
}

/***** foooter **/


.footer-logo {
	width: 12.5rem;
}

footer {
	padding: 2rem 0;
	background: #20314d;
}

.footprint {
	justify-content: space-between;
	flex-wrap: wrap;
}

.footprint h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 1rem;
}

.footprint ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footprint ul li a,
.footprint p ,
.footprint a.p{
	color: #fff;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.footprint ul li {
	margin: 0.3rem 0;
}

.footprint ul li a:hover {
	color: red;
}

.footprint ul li:first-child{
	margin-top: 0;
	margin-bottom: 1rem;
}

.footprint ul li:first-child a{
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff !important;
	opacity: 1;
	cursor: default;
}


/****** copoy **/

.copy {
	background: #304770;
	padding: 1rem;
}

.copy-inner {
	color: #fff;
	justify-content: space-between;
}

.copytext {
	color: #b6b6b6;
}

a.red {
	color: #ff0000;
	font-family: ProximaBlack;
	text-decoration: underline;
}

.red span {
	color: #fff;
	text-decoration: underline;
}
