﻿@import url('https://fonts.googleapis.com/css?family=Varela+Round');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
}
body, table, td, th {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #404d55;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #000;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #09a9a5;
	text-decoration: none;
}

b, strong { font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
	margin: 20px 0;
	color: #06bdb8;
}
h1 {font-size: 24px;line-height: 31px;}
h2 { font-size: 21px; line-height: 28px; }
h3 { font-size: 19px; line-height: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url(../img/base/arr_right.png) no-repeat left 6px;
	padding: 0 0 5px 17px;
}
aside {
	display: none;
	position: fixed;
	width: auto;
	max-width: calc(100% - 80px);
	height: auto;
	/* overflow: hidden; */
	/* overflow-y: auto; */
	background: #000;
	z-index: 12000;
	box-shadow: 0 0 5px #0000008c;
	transition: all 0.5s;
	left: -100%;
	padding: 25px 0;
}
aside.active {
	left: 0;
}
aside a {
	display: block;
	color: #fff;
}
aside a.active {
	color: #06bdb8;
}
aside > a {
	font-size: 18px;
	padding: 25px 32px;
}
aside > div {
	background: #292929;
	padding: 0 32px;
}
aside > div > a {
	font-size: 16px;
	padding: 5px 0;
}
aside .aside-langs {
	margin-top: 25px;
	text-align: center;
	background: none;
	padding: 0;
}
aside .aside-langs a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 22px;
	padding: 0;
}
aside .aside-langs a.active {
	display: none;
}
aside .aside-langs > div {
	display: none;
}
aside .mobilemenu {
	position: absolute;
	top: -16px;
	right: -80px;
	width: 80px;
	height: 80px;
	background: #06bdb8 url('../icons/close-icon-white.svg') no-repeat center center;
	background-size: 45px 45px;
	color: #fff;
	z-index: 200000000;
}
.mobilemenu {
	display: none;
	float: right;
	background: transparent;
	padding: 10px 6px;
	margin-top: 17px;
}
.mobilemenu > span {
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 1px;
	background: #404d55;
}
.mobilemenu > span + span {
	margin: 8px 0 0 0;
}
.mobilemenu.hide {
	display: none;
}
.red-btn {
	display: block;
	background: #0dbab6;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.red-btn:hover {
	background: #09a9a5;
	color: #fff;
}
.fill-btn-content {
    padding: 12px 8px;
    width: 100%;
    text-align: center;
}
.mobile-only {
	display: none;
}
.clearer {
	clear: both;
}
header > div,
main > div,
footer > div {
	width: 1000px;
	margin: 0 auto;
}
header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2000;
}
header > div {
	height: 80px;
}
header .blond-logo {
	float: left;
	height: inherit;
	display: flex;
	align-items: center;
	margin-right: 70px;
}
header .blond-logo img {
	display: block;
	width: auto;
	height: 38px;
}
header nav {
	float: left;
	position: relative;
	margin: 0 0 0 -45px;
	height: inherit;
	display: flex;
	align-items: center;
}
header nav a {
	display: block;
	float: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 15px;
	color: #404d55;
	margin: 0 0 0 45px;
	position: relative;
	font-weight: bold;
}
header nav a.active:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: -28px;
	border-bottom: 3px solid #09a9a5;
}
header .languages {
	float: right;
	position: relative;
	margin: 0 0 0 -25px;
	height: inherit;
	display: flex;
	align-items: center;
}
header .languages a {
	display: block;
	float: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 15px;
	color: #404d55;
	margin: 0 0 0 25px;
	text-transform: uppercase;
	font-weight: bold;
}
header .languages a.active {
	display: none;
}
header a.active,
header a:hover {
	color: #09a9a5;
}
.header-placeholder {
	height: 80px;
}
.emo {
	position: relative;
	height: 475px;
}
.emo .slide {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s all;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.emo .slide.active {
    opacity: 1;
    visibility: visible;
}
main {
	position: relative;
	overflow:  hidden;
	margin-top: -85px;
	z-index: 200;
}
main > div {
	background: #fff;
	padding: 45px;
	min-height: 155px;
	border-top-left-radius: 10px;
	overflow: hidden;
	position: relative;
}
main .main-page h1 {
	margin-top: 0;
	font-size: 43px;
	line-height: 1;
	color: #404d55;
}
main .main-page h1 b {
	color: #06bdb8;
}
main .main-page h2 {
	font-size: 21px;
	line-height: 28px;
	color: #404d55;
}
main .content {
	float: left;
	width: calc(100% - 320px);
	padding-right: 70px;
}
.page main .content {
	width: calc(100% - 230px);
}
.page main .content.full-width {
	width: 100% !important;
	padding-right: 0;
}
main .content img {
	max-width: 100%;
	height: auto;
}.hide-month .ui-datepicker-month,
.hide-current .ui-datepicker-current,
.hide-calendar .ui-datepicker-calendar{
  display: none;
}
main .content h1:first-child {
	margin-top: 0;
}
main .content .note-red {
	color: #06bdb8;
}
main .content .note-gray {
	color: #9c9c9c;
}
main .sidebar {
	float: right;
	width: 320px;
}
.page main .sidebar {
	width: 230px;
}
main .sidebar .query .fill-btn {
	padding: 18px 43px;
	float: right;
	margin-bottom: 40px;
	font-size: 16px;
}
main .sidebar .query .fill-btn-small {
	padding: 12px 26px;
	float: right;
}
.page main .sidebar .query .fill-btn-small {
	float: left;
	font-size: 13px;
}
main .sidebar .query .information {
	clear: both;
	background: url('../icons/phone-icon-black.png') no-repeat;
	background-position: right center;
	background-size: 58px 58px;
	padding-right: 80px;
	text-align: right;
}
.page main .sidebar .query .information {
	text-align: left;
}
main .sidebar .query .information > div {
	font-size: 23px;
	line-height: 27px;
}
main .sidebar .query .information > div a {
	display: block;
	color: #0dbab6;
}
main .sidebar .query .information > div a:hover {
	color: #09a9a5;
}
main .sidebar .query .leasing-note {
	margin: 25px 0;
}
main .sidebar .submenu + .query .information,
main .sidebar .submenu + .query .leasing-note {
	display: none;
}
main .sidebar .submenu + .query .fill-btn-small  {
	float: left;
}
main .sidebar .submenu {
	float: left;
	margin-bottom: 30px;
}
main .sidebar .submenu a {
	display: block;
	float: left;
	clear: both;
	color: #0f0f0f;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 11px;
	border-bottom: 3px solid #fff;
}
main .sidebar .submenu a.active,
main .sidebar .submenu a:hover {
	color: #06bdb8;
}
main .sidebar .submenu a.active {
	border-bottom: 3px solid #06bdb8;
}
footer {
	background: #f2f1ec;
}
footer > div {
	padding: 35px 0;
	overflow: hidden;
}
footer .footer-title {
	float: left;
	color: #404d55;
	font-size: 16px;
	line-height: 22px;
}
footer .footer-contacts {
	float: right;
	text-align: right;
	position: relative;
	margin: 0 0 0 -50px;
}
footer .footer-contacts a,
footer .footer-contacts span {
	display: block;
	float: left;
	color: #404d55;
	font-size: 16px;
	line-height: 22px;
	padding-left: 33px;
	margin: 0 0 0 50px;
}
footer .footer-contacts a:hover {
	color: #06bdb8;
}
footer .footer-contacts a.with-icon,
footer .footer-contacts span.with-icon  {
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: left center;
}
footer .footer-contacts .phone-icon {
	background: url('../icons/phone-icon-gray.svg');
}
footer .footer-contacts .at-icon {
	background: url('../icons/at-icon-gray.svg');
}
footer .footer-contacts .location-icon {
	background: url('../icons/location-icon-gray.svg');
}
.form {
	position: relative;
	margin: 0 0 -15px -20px;
}
.form:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row {
	float: left;
	width: calc(100% / 3 - 20px);
	margin: 0 0 15px 20px;
}
.form .form-row:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row:nth-child(3n+1) {
	clear: left;
}
.form .form-row > label {
	width: 100%;
	float: left;
	font-size: 15px;
	min-height: 43px;
	position: relative;
	margin-bottom: 5px;
}
.form .form-row > label > div {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 16px;
}
.form .form-row > label b {
	color: #8a8a8a;
	font-size: 28px;
	font-weight: normal;
	position:  relative;
	top: 9px;
}
.form .form-row > div {
	width: 100%;
	float: right;
	position: relative;
}
.form .form-row > div > input,
.form .form-row > div > textarea,
.form .form-row > div > select {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	transition: 0.5s background, 0.5s border, 0.5s color;
	border: 1px solid #b5b5b5;
}
.form .form-row > div > textarea {
	height: 140px;
	padding: 10px;
}
.form .form-row > div > input:focus,
.form .form-row > div > textarea:focus,
.form .form-row > div > select:focus {
	border-color: #06bdb8;
}
.form .form-row > div > b {
	position: absolute;
	top: 13px;
	right: 25px;
	color: #8a8a8a;
	font-size: 28px;
	font-weight: normal;
}
.form .form-row > div > button {
	float: right;
	padding: 13px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	transition: 0.3s all;
}
.form .form-row.form-button {
	float: right;
}
.form .label-checkbox:hover > span {
	border: 1px solid #ff6600;
}
.form .label-checkbox {
	margin-top: 6px;
	margin-bottom: 6px;
}
.label-checkbox.no-deselect.active:hover > span {
	background: #fff url(../img/check.png) no-repeat center center;
    background-size: 16px 16px;
}
.security-code > div {
	display: flex;
	align-items: center;
}
.form .security-code input {
	float: left;
}
.form .security-code img {
	float: left;
}
.error,
.form-error input,
.form-error textarea,
.form-error .label-checkbox > span {
	background-color: #ffcccc;
	border-color: #ff9a9a !important;
	color: #ff4d4d;
}
.form-error {
	color: red;
}
table {
	width: 100% !important;
}
.tel-icon-content {
	background: transparent url('../icons/tel-icon-content2.png') no-repeat left 3px center;
	background-size: auto 24px;
}
.mail-icon-content {
	background: transparent url('../icons/mail-icon-content2.png') no-repeat left center;
	background-size: auto 18px;
}
.address-icon-content {
	background: transparent url('../icons/address-icon-content2.png') no-repeat left 5px center;
	background-size: auto 24px;
}
.content-icon {
	padding: 9px 0 9px 45px;
	display: block;
}
.call-us {
	clear: both;
	background: url('../icons/phone-icon-black.png') no-repeat;
	background-position: left center;
	background-size: 58px 58px;
	padding-left: 80px;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 45px;
	width: 350px;
	font-size: 26px;
	line-height: 32px;
}
.call-us a {
	white-space: nowrap;
	color: #06bdb8;
}
.ppp-text {
    width: 66%;
    position: relative;
    top: -155px;
    margin-bottom: -130px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    height: 35px;
    width: 100px;
    text-align: center;
    float: left;
    transition: 0.3s all;
    margin-right: 10px;
    z-index:  20000;
}
.fileUpload:hover {
	background: #06bdb8;
}
.fileUpload span {
	position: relative;
	top: 6px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 35px;
    width: 100px;
}
#uploadFile {
    width: auto;
    height: 35px;
    padding: 0;
    transition: none;
    border: 0 none;
    float: left;
    background: transparent;
    float: left;
    max-width: 130px;
	width: 100%;
	font-size: 13px;
    color: #737373;
}
@media screen and (max-width: 1600px) {
	.emo {
		height: 450px;
	}
	main .main-page h1 {
		font-size: 42px;
	}
	main .main-page h2 {
		font-size: 23px;
		line-height: 28px;
	}
	main .sidebar .query .fill-btn {
		padding: 20px 45px;
	}
	main .sidebar .query .information {
		background-size: 56px 56px;
		padding-right: 75px;
	}
	main .sidebar .query .information > div {
		font-size: 25px;
		line-height: 33px;
	}
	footer > div {
		padding: 32px 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 1200px) {
	header > div,
	main,
	footer > div {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	main > div {
		width: 100%;
	}
	header > div {
		/* height: 55px; */
	}
	header .blond-logo {
		margin-right: 70px;
	}
	header .blond-logo img {
		/* height: 40px; */
	}
	header nav {
		margin: 0 0 0 -40px;
	}
	header nav a {
		margin: 0 0 0 40px;
	}
	header nav a.active:after {
		bottom: -32px;
	}
	header nav a, header .languages a {
		line-height: 1;
	}
	footer .footer-contacts {
		margin: 0 0 0 -30px;
	}
	footer .footer-contacts a {
		margin: 0 0 0 30px;
	}
}
@media screen and (max-width: 1060px) {
	header .blond-logo {
		margin-right: 60px;
	}
	header nav {
		margin: 0 0 0 -30px;
	}
	header nav a {
		margin: 0 0 0 30px;
	}
}
@media screen and (max-width: 980px) {
	.mobilemenu {
		display: block;
	}
	aside {
		display: block;
	}
	header .blond-logo {
		margin-right: 0;
	}
	.emo .slide {
		background-position: right -200px center;
	}
	header nav {
		display: none;
	}
	header .languages {
		display: none;
	}
	main .content {
		width: calc(100% - 250px);
		padding-right: 50px;
	}
	main .main-page h1 {
		font-size: 36px;
	}
	main .main-page h2 {
		font-size: 21px;
		line-height: 26px;
	}
	main .sidebar,
	.page main .sidebar {
		width: 230px;
	}
	main .sidebar .query .fill-btn {
		/* padding: 15px 8px; */
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	main .sidebar .query .information {
		background-position: top center;
		background-size: 46px 46px;
		padding: 55px 0 0 0;
		text-align: center;
		margin-top: 25px;
	}
	main .sidebar .query .information > div {
		font-size: 22px;
		line-height: 29px;
	}
	footer .footer-title {
		float: none;
		text-align: center;
	}
	footer .footer-contacts {
		margin: 10px 0 0 -25px;
		float: none;
		text-align: center;
	}
	footer .footer-contacts a,
	footer .footer-contacts span {
		margin: 0 0 0 25px;
		float: none;
		display: inline-block;
	}
	.form .form-row:nth-child(3n+1) {
		clear: none;
	}
	.form .form-row:nth-child(2n+1) {
		clear: left;
	}
	.form .form-row {
		width: calc(100% / 2 - 20px);
	}
	.call-us {
		display: none;
	}
	.ppp-text {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	header > div,
	main,
	footer > div {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	main > div {
		padding: 35px 25px;
	}
	main .content,
	.page main .content {
		width: 100%;
		padding-right: 0;
	}
	main .sidebar,
	.page main .sidebar {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
		float: none;
	}
	main .sidebar .submenu {
		display: none;
	}
	.page main .sidebar .query .information,
	.page main .sidebar .query .leasing-note {
		text-align: center;
	}
	.page main .sidebar .query .fill-btn-small {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	main .main-page h1 {
		margin-bottom: 10px;
	}
	main .main-page h2 {
		margin: 10px 0;
	}
	main .main-page p {
		margin: 10px 0;
	}
	main .sidebar .query .fill-btn {
		display: none;
	}
	footer .footer-title {
		text-align: left;
	}
	footer .footer-contacts {
		text-align: left;
		margin: 20px 0 0 0;
	}
	footer .footer-contacts a,
	footer .footer-contacts span {
		margin: 10px 0 0 0;
		display:  block;
		padding-left: 58px;
	}
	.form .form-row:nth-child(2n+1) {
		clear: none;
	}
	.form .form-row:nth-child(1n+1) {
		clear: left;
	}
	.form .form-row {
		width: calc(100% / 1 - 20px);
	}
	.form .form-row > div > button {
		width: 100%;
		float: none;
	}
	.mobile-only {
		display: block;
	}
	.fill-btn-content {
		margin: 20px 0;
	}
	.ppp-text {
		width: 100%;
		top: 0;
		margin-bottom: 0;
	}
}