@font-face{
    font-family: OpenSans-Semibold;
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

#header .center,
.container-center {
	margin: auto;
	width: 1440px;
}

#header .center {
	display: flex;
    padding: 0;
}

#header a {
    float: none;
}

#close-home-buttons ,
#header-toggle {
	display: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#close-home-buttons:focus,
#header-toggle:focus,
#toggle-home-info:focus,
#close-home-info:focus {
	outline: none;
}

.no_search #header_buttons, .no_search .langContainer{
    margin-top: 0;
}

#header_buttons {
    float: none;
}

#header .logo {
	margin: 25px 31px 17px 42px;
}

#header .logo img {
	display: block;
    width: 229px;
	height: 54px;
}

.header-right {
/*	display: flex;
	padding-top: 50px;
	height: auto;*/
	position: relative;
	background-color: #ffffff;
}

.header-right-inner {
    display: flex;
    padding-top: 50px;
    height: auto;
    background-color: 
    #ffffff;
}

.header-right .header-right-inner > #header_buttons,
.header-right .header-right-inner > .langContainer {
	margin-top: 0;
	border-left: 0;
}

.header-right .header-right-inner > #header_buttons {
	margin-left: 68px;
	height: auto;
}

.header-right .header-right-inner .langContainer {
	margin-left: 0;
	height: 22px;
}

.header-right .header-right-inner .langContainer::before,
.header-right .header-right-inner .langContainer::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
}

.header-right .header-right-inner .langContainer::before {
	border-left: 1px solid #000000;
}

.header-right .header-right-inner .langContainer::after {
	border-right: 1px solid #000000;
}

.header-right .header-right-inner > #header_buttons a,
#header .header-right .header-right-inner > .langContainer a {
	margin-left: 0;
	/*font-family: 'Open Sans';*/
	font-family: Opensans-Semibold;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.header-right .header-right-inner > #header_buttons a {
	margin-right: 40px;
}

.header-right .header-right-inner > #header_buttons a:last-of-type {
	margin-right: 20px;
}

.header-right .header-right-inner > .langContainer a:not(:last-of-type) {
	margin-right: 20px;
}

.header-right .header-right-inner > #header_buttons a:hover,
#header .header-right .header-right-inner > .langContainer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*#header.no_search {
	background: linear-gradient(90deg, #84b844 50%, #ffffff 50%);
	box-shadow: 0 2px 2px 0 #6c9b32;
}*/
#header {
	background: linear-gradient(90deg, #84b844 50%,#ffffff 50%);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 1440px) {
	#header .center {
		width: 100%;
	}
	
	.header-right .header-right-inner > #header_buttons {
		margin-left: 40px;
	}
	
	.header-right .header-right-inner > #header_buttons a {
		margin-right: 20px;
	}
	
	.header-right .header-right-inner > .langContainer a:not(:last-of-type) {
		margin-right: 10px;
	}
}

@media all and (max-width: 1280px) {
	.header-right .header-right-inner > #header_buttons a, 
	#header .header-right .header-right-inner > .langContainer a {
		font-size: 15px;
	}
	
	.header-right .header-right-inner > #header_buttons {
		margin-left: 20px;
	}
}

.landing_top .center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.landing_top .search {
    position: relative;
	top: auto;
	left: auto;
    right: auto;
	width: 100%;
}

.landing_top .links{
    position: static;
    left: auto;
    right: auto;
    top:  auto;
}

/*.landing_top .links a{
    color:#a6c77d;
    text-decoration:none;
    font-size:14px;
    padding-left:14px;
    background-image:url('../images/landing_page/green_marker.png');
    background-repeat:no-repeat;
    background-position:left center;
    margin-right:12px;
}*/


.landing_top .links a {
/*	margin-right: 0;
	padding-left: 0;*/
    color: #ffffff;
	background-image: none;
	font-size: 14px;
    text-decoration:none;
}

.landing_top .links a span {
    color: #ffffff;
}

.landing_top .search #fastStreetSearch {
	padding-left: 60px;
    height: 52px;
    font-size: 24px;
    background-image: url('../images/landing_page/search.png');
    background-position: 15px;
	background-repeat: no-repeat;
	
}

.landing_top .search #fastStreetSearch.acLoading{
    background: url('/assets/images/indicator_big.gif') white no-repeat 12px;
}

.landing_top .search .searchButton{
    font-size:24px;
    height: 47px;
    padding-top: 13px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #84b844;
	transition: 0.2s all ease-in-out;
}

.landing_top .search .searchButton:hover {
	color: #ffffff;
    background-color: #70963f;
}

.landing_top h3,
.landing_top h1{
    color:white;
    text-align: center;
}

.landing_top h1 {
	font-size: 55px;
	font-weight: 600;
    padding-top: 294px;
    /*padding-top: 150px;*/
	padding-top: calc(100vw * 0.15313);
	padding-top: 0;
    padding-bottom: 8px;
}

.landing_top h3 {
	margin-bottom: 28px;
	font-size: 20px;
    font-weight: normal;
    color: #f4f4f4;
}

/* new */

.landing_top {
    /*height: auto;*/
	/*height: 959px;*/
    min-height: calc(100vw * 0.5);
}

.bg_photo {
	background-size: cover;
    background-repeat: no-repeat;
}

.video-background {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	max-height: 959px;
	height: 959px;
	height: calc(100vw * 0.564);
	height: calc(100vw * 0.5);
	overflow: hidden;
}

.video-background-filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #393939;
	opacity: 0.75;
}

#home-video {
	width: 100vw;
}

.city-map-link {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.city-map-link:not(:last-of-type) {
	margin-right: 50px;
}

.city-map-link img {
	margin-bottom: 11px;
	transition: transform 0.1s ease-in;
}

.city-map-link:hover img {
	transform: scale(1.1);
}

.cities-map-links {
	display: flex;
	justify-content: center;
	margin-top: 41px;
	margin-bottom: 90px;
}

#close-home-info {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0;
	width: 34px;
	height: 34px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.btn-home-info {
	width: 202px;
	height: 59px;
	background-color: #84b843;
	border: 0 solid transparent;
	box-shadow: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.2s all ease-in-out;
}

.btn-home-info:hover {
	color: #ffffff;
    background-color: #70963f;
	cursor: pointer;
}

#home-info {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #84b843;
	z-index: 1;
}

#home-info .container-center {
	position: relative;
}

.home-info-row {
	display: flex;
	padding: 0 97px;
}

.home-info-col {
	flex-basis: 33.33%;
	flex-grow: 0;
}

.home-info-block {
	padding: 34px 0 70px;
}

.home-info-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-info-block-image img {
	width: 100%;
/*	max-height: */
}

.home-info-block-heading {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}

.home-info-block-text {
	padding: 0 25px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	line-height: normal;
	letter-spacing: 0.43px;
}

.home-info-block-text a {
	color: #ffffff;
}

.home-info-row .home-info-col:first-of-type .home-info-block-text {
	padding-left: 0;
}

.home-info-row .home-info-col:last-of-type .home-info-block-text {
	padding-right: 0;
}

.map-bottom-banner {
	float: right;
	margin-right: -1px;
	width: 622px;
}

.landing-banner-link,
.map-bottom-banner-link {
	display: block;
}

.landing-banner-link img,
.map-bottom-banner-link img {
	display: block;
	width: 100%;
	height: auto;
}

.center.re-consult-page {
	width: 1440px;
	background-image: url('../images/re_consult/uzklausos_image.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	box-sizing: border-box;
}

.center.re-consult-page.no-background {
	background-image: none;
}

.re-consult-container {
	margin: 0 auto;
	width: 991px;
}

/*.re-consult-heading {
	padding: 70px 0 30px;
	border-bottom: solid 1px #dddddd;
}*/
.re-consult-heading {
	padding: 30px 0 30px;
	border-bottom: solid 1px #dddddd;
}
.re-consult-heading h1 {
	color: #333333;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

/*.re-consult-content {
	background-repeat: no-repeat;
	background-position: bottom right;
}*/

.re-consult-form {
	padding: 37px 0 97px;
	width: 408px;
	text-align: left;
}

.sidebar_block .re-consult-form {
	width: 100%;
}

.re-consult-form-heading {
	color: #333333;
	font-family: OpenSans-Semibold;
	font-size: 25px;
	font-weight: 400;
}

.re-consult-form-subheading {
	margin-bottom: 41px;
	color: #84b843;
	font-family: OpenSans-Semibold;
	font-size: 16px;
	font-weight: 500;
}

.re-consult-form-row {
	display: flex;
	justify-content: space-between;
}

.re-consult-form-row > div {
	width: 187px;
}

.re-consult-form-row > div.full {
	width: 100%;
}

.re-consult-form-row label {
	display: block;
	margin-bottom: 7px;
	color: #8a8a8a;
	font-family: OpenSans-Semibold;
	font-size: 13px;
}

.re-consult-form-row input {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	padding: 5px 15px !important;
	width: 100%;
	height: 41px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}

.re-consult-form-row input[type="text"], 
.re-consult-form-row input[type="email"] {
	border: 1px solid #f3f3f3;
}

.re-consult-form-row textarea,
#right textarea {
	padding: 5px 15px !important;
	width: 100%;
	height: 101px;
	background-color: #f3f3f3;
	border: 0 solid transparent !important;
	box-sizing: border-box;
}

.re-consult-form-phone {
	padding: 25px 0 25px;
}

.re-consult-form-phone a {
	font-size: inherit;
	pointer-events: none;
	text-decoration: none;
}

.re-consult-form-phone a:hover {
	color: #333333;
}

.btn-send {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 103px;
	height: 40px;
	background-color: #84b843;
	font-size: 16px;
	font-weight: 600;
	font-family: OpenSans-Semibold;
}

.body-background {
	background-color: #ffffff;
}

.center, .block {
	width: 991px;
}

.sidebar {
    width: 338px;
}

.sidebar-controls {
	display: flex;
}

.sidebar-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 68px;
	height: 68px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	cursor: pointer;
	/*transition: all 0.2s ease-in-out;*/
}

.sidebar-button .text {
	color: #84b843;
	font-size: 9px;
	font-family: OpenSans-Semibold;
	font-weight: 500;
	/*transition: all 0.2s ease-in-out;*/
}

.sidebar-button:not(:first-of-type) {
	border-left-color: transparent;
	/*transition: all 0.2s ease-in-out;*/
}

.sidebar-button:hover,
.sidebar-button.dark {
	/*background-color: #84b843;*/
	border-color: #84b843;
}

.sidebar-button:hover .text,
.sidebar-button.dark.text {
	color: #84b843;
}

.sidebar-button + .sidebar-button {
	/*transition: all 0.2s ease-in-out;*/
}

.sidebar-button + .sidebar-button:not(:first-of-type):hover {
	border-left: 1px solid #84b843;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
}

.sidebar-icon.remember {
	background-image: url('../images/sidebar_controls/remember_green.png');
}

.sidebar-icon.compare {
	background-image: url('../images/sidebar_controls/compare_green.png');
}

.sidebar-icon.print {
	background-image: url('../images/sidebar_controls/print_green.png');
}

.sidebar-icon.report {
	background-image: url('../images/sidebar_controls/report_green.png');
}

.sidebar-icon.share {
	background-image: url('../images/sidebar_controls/share_green.png');
}

.sidebar-block-new.conatact_form {
    top: 68px;
	padding-top: 16px;
	width: 338px;
	box-sizing: border-box;
}

.sidebar-controls .addthis_floating_style{
    position:absolute;
    width: 68px !important;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    left: -1px;
    top: 43px;
    padding-top: 10px;
    display: none;
}

.sidebar-controls .addthis_floating_style.addthis_32x32_style .addthis_internal_container{
   margin-left: 7px; 
}

.sidebar-block-new .form,
.seller-form-content .form {
	background-color: #ffffff;
	background-image: url('../images/re_consult/uzklausos_image_small3.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.sidebar-block-new .form.no-background,
.seller-form-content .form.no-background {
	background-image: none;
}

.sidebar-block-new .re-consult-form,
.seller-form-content .re-consult-form {
    padding: 3px 19px 23px;
    width: 100%;
	box-sizing: border-box;
}

.sidebar-block-new .re-consult-form-heading,
.sidebar-block-new .re-consult-form-subheading,
.seller-form-content .re-consult-form-heading,
.seller-form-content .re-consult-form-subheading {
	text-align: center;
} 

.sidebar-block-new .re-consult-form-heading,
.seller-form-content .re-consult-form-heading {
    font-size: 20px;
}

.seller-form-content .re-consult-form-heading {
    margin-bottom: 10px;
}

.sidebar-block-new .re-consult-form-subheading,
.seller-form-content .re-consult-form-subheading {
	margin-bottom: 7px;
    font-size: 17px;
}

.sidebar-block-new .re-consult-form-row input,
.sidebar-block-new .re-consult-form-row textarea,
.seller-form-content .re-consult-form-row input,
.seller-form-content .re-consult-form-row textarea {
	width: 186px;
	height: 41px;
}
.sidebar-block-new .re-consult-form-row textarea,
.seller-form-content .re-consult-form-row textarea {
	width: 186px !important;
	height: 68px !important;
}

/*.sidebar-block-new {
	height: 48px;
}*/


.sidebar-block-new.conatact_form.fixed,
.seller-form-content.conatact_form.fixed {
    top: 0;
	z-index: 10;
}

.message-success {
	max-width: 600px;
	margin: 15px auto;
	padding: 50px 15px;
	background: #f3f3f3;
	border: 2px solid #84b844;
	border-radius: 3px;
	text-align: center;
}

.sidebar .message-success {
    margin: 60px 0;
    padding: 30px 15px;
	background: #fff;
}

#header .remebered {
	top: 8px;
	right: 0;
	width: 102px;
	padding: 0 15px;
	background-color: #84b844;
	box-sizing: border-box;
}

.points div.point {
    border-top-color: #84b844;
}

.contact {
    padding: 0;
    line-height: normal;
}

#left {
    width: 67%;
}

#right {
	float: right;
    max-width: 300px;
    width: 32%;
}

.new_projects #pager {
	width: 100%;
}

.new-projects-filter {
	padding: 10px 0;
}

.new-project-form-row {
	display: flex;
}

.new-projects-filter .selWrap {
	height: 23px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid 
	#d9d9d9;
}

.new-projects-filter .selInput {
    border-bottom-left-radius: 3px 3px;
    border-top-left-radius: 3px 3px;
    border: 1px solid #B6C4D9;
    position: absolute;
    right: 18px;
    left: 0px;
    padding: 1px 2px;
    width: 90%;
    height: 28px;
    vertical-align: top;
}

.new-projects-filter .selExpand {
    background: url("../images/map/arrow_down.png") no-repeat;
    height: 24px;
    width: 30px;
    position: absolute;
    right: 0px;
    display: inline-block;
    cursor: pointer;
    background-position: center;
}

.new-projects-filter .selBox {
    height: 26px;
    margin-top: 10px;
    position: relative;
}

.new-projects-filter .selBox ul {
    display: none;
    height: auto;
    margin: -1px 0px 0 0px;
    max-height: 150px;
    background: #F5F5F5;
	z-index: 10;
	border: 1px solid #d9d9d9;
    overflow-y: auto;
    overflow-x: visible;
    font-size: 11px;
    position: absolute;
    left: 0px;
    right: -2px;
}

.new-projects-filter .selBox ul li {
    cursor: pointer;
    line-height: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding: 2px;
}

.filter-region,
.filter-city,
.filter-district,
.filter-street {
	margin-right: 20px;
	width: calc(25% - 20px);
}

.filter-select {
	width: 100%;
}

.new_projects .select2-container--default .select2-selection--single {
    border-radius: 0;
}

.new_projects .select2-container .select2-selection--single {
    height: 32px;
}

.new_projects .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.new-projects-filter select {
	height: 32px;
}

.button-new-projects-search {
	display: block;
	padding: 5px 15px;
	background-color: #84b844;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	transition: 0.2s all ease-in-out;
}

.button-new-projects-search:hover {
	color: #ffffff;
	cursor: pointer;
	background-color: #70963f;
}

.new-projects-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 25px 15px;
	width: 100%;
	min-height: 100px;
	background-color: #ffffff;
	border: solid 1px #E6E6E6;
	box-sizing: border-box;
	line-height: 1.2;
}

.new-projects-empty a {
	margin-top: 20px;
	text-decoration: none;
}

#seller-form-modal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
}

#seller-form-modal.open {
	display: block !important;
}

.seller-form-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.7;
	z-index: 299999;
	background: white;
	filter: alpha(opacity = 70);
}

.seller-form-content {
    position: relative;
    margin: auto;
    clear: both;
    opacity: 1;
    z-index: 300000;
    padding: 15px 0 0;
    background: white;
	box-shadow: 0px 0px 20px#888;
    max-width: 381px;
	top: 50%;
	transform: translateY(-50%);
}

.seller-form-content .close-button {
    background: url("../images/light_box_close.png") center no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 300001;
    cursor: pointer;
}

.seller-form-content .close-button-shadow {
    box-shadow: 0px 0px 20px #888;
    border-radius: 13px;
    width: 27px;
    height: 27px;
    right: -10px;
    top: -10px;
    position: absolute;
    z-index: -2;
}

.seller-form-content .hide-shadow {
	width: 32px;
	height: 41px;
	right: 0;
	top: 0;
	position: absolute;
	background-color:white;
	z-index: -1;
}

.seller-form-content .btn-send {
	width: 186px;
}

.sidebar_block.sidebar-block-form-inner .re-consult-form {
	display: none;
}

.sidebar_block.sidebar-block-form-inner .form {
	padding: 0
}

.contact.sidebar-block-form-inner {
	margin-bottom: 10px;
}

.cs-container {
	padding: 24px 30px 24px 43px;
	width: 100%;
	min-height: 550px;
	height: auto;
	background-color: #0d1a28;
	background: url('../../images/sidebar_form_inner/Capital_namukai.png'), #0d1a28;
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: bottom right;
	box-sizing: border-box;
	color: #ffffff;
}

.cs-container.form-open {
	background-position: bottom left;
	background-size: 120px;
}

.cs-container * {
	box-sizing: border-box;
	color: #ffffff;
}

.cs-top {
/*	display: flex;
	align-items: center;
	justify-content: center;*/
	text-align: center;
}

.cs-back-button {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	width: 31px;
	height: 31px;
	background-color: #0097fe;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

.cs-back-button:hover {
	background-color: #84b843; 
}

.cs-back-button svg {
	width: 20px;
	height: 20px;
}

.cs-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	min-height: 26px;
}

.cs-logo img {
	width: 152px;
	height: 26px;
}

.cs-slogan {
	font-family: 'Dancing Script', cursive;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
}

.cs-intro {
	margin: 28px 0 24px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-align: left;
	color: #ffffff;
}

.cs-intro.cs-banner-intro {
	margin-right: -9px;
	margin-left: -9px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.4;
	text-align: center;
}

.cs-intro .bold {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
}

.cs-banner {
	/*display: none;*/
	transition: all 0.2s ease-in-out;
}

.cs-banner-button {
	position: relative;
	transition: all 0.2s ease-in-out;
}

.cs-banner-button:hover {
	background-color: #0a2b45;
	cursor: pointer;
}

.sidebar-block-form-inner .cs-banner-button {
	display: flex;
	padding-bottom: 51px;
	padding-right: 33px;
	padding-left: 33px;
	background-size: 112px;
	background-size: 0;
}

/*#cs-block.cs-banner-button {
	padding-right: 24px;
	padding-left: 24px;
}*/

.cs-banner-image {
	position: relative;
	margin: 0 -33px 0 -33px;
}

.cs-new-projects-block .cs-banner-image,
.compare-right .cs-banner-image {
	position: relative;
	margin: 0 -24px;
}

.cs-banner-image img {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.cs-banner-slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	/*font-family: 'Dancing Script', cursive;*/
	font-family: 'Kaushan Script', cursive;
	font-size: 26px;
/*	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;*/
	text-align: center;
	transform: translate(-50%, -50%);
	/*white-space: nowrap;*/
}

.cs-banner-image-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 214px;
	height: 57px;
	padding: 5px 10px;
	background-color: #15304e;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	transform: translateX(-50%);
}

.cs-banner-image-logo img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0 !important;
	width: 112px;
}

.cs-banner-contact-us {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 51px;
	background-color: #009cfb;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.27px;
	transition: all 0.2s ease-in-out;
}

.cs-banner-contact-us:hover {
	background-color: #84b843;
}

.cs-option {
	display: flex;
	align-items: center;
}

.cs-option:not(:last-child) {
	margin-bottom: 19px;
}

.cs-option-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 34px;
	width: 140px;
	height: 42px;
	background-color: #ffffff;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 #060d14;
	color: #0d1a28;
	cursor: pointer;
}

.cs-option-button:hover {
	/*background-color: #84b843;*/
	background-color: #dddddd;
	color: #ffffff;
}

.cs-option-button img {
/*	margin-top: 1px !important;
	width: 84px;
	height: 21px;*/
	margin-top: 0 !important;
	width: 113px;
	height: 27px;
}

.cs-option-button.cs-option-button-bendrinis img {
	width: 113px;
	height: auto;
}

.cs-option-info {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.17px;
	text-align: left;
}

.cs-form {
	display: none;
	text-align: left;
}

.cs-form * {
	color: #ffffff;
	font-family: 'Red Hat Display', sans-serif;
}

.cs-form-top {
	display: none;
	margin-bottom: 20px;
}

.cs-form-logo {
	margin-bottom: 30px;
	padding-top: 6px;
}

.cs-form-logo img {
	display: block;
	margin: 0 auto !important;
	width: 126px;
	height: 32px;
}

#cs-bendrinis .cs-form-logo img {
	width: 152px;
	padding: 3px 0;
}

.cs-form-heading {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: 0.33px;
}

.cs-form-subheading {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: 0.3px;
}

.cs-form-row {
	display: flex;
}

.cs-form-row > div {
	width: 100%;
}

.cs-form-row label {
	display: block;
	margin-bottom: 5px;
	color: #0097fe;
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.17px;
}

.cs-form-row input {
	margin-bottom: 14px !important;
	width: 100% !important;
	height: 29px;
	background-color: #ffffff;
	color: #0d1a28;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
}

.cs-form-row input[type="text"], 
.cs-form-row input[type="email"] {
	border: 2px solid transparent;
}

.cs-form-row textarea {
	margin-bottom: 0 !important;
	width: 100% !important;
	height: 75px;
	background-color: #ffffff !important;
	color: #0d1a28;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
}

.cs-send {
	display: block;
	margin: 27px auto 0;
	width: 140px !important;
	height: 42px;
	background-color: #0097fe;
	box-shadow: 0 2px 2px 0 #060d14;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: 0.27px;
	transition: 0.2s all ease-in-out;
}

.cs-send:hover {
	background-color: #84b843;
}

.cs-container .message-success {
    margin: 30px 0;
    padding: 30px 15px;
    background-color: #0097fe;
	border-color: #0097fe;
	color: #ffffff;
}

#right .block_.cs-new-projects-block {
    padding: 0;
	border-bottom: 0;
}

.cs-new-projects-block .cs-container,
.compare-right .cs-container {
	padding: 24px;
}

.cs-new-projects-block .cs-option-button {
    margin-right: 16px;
}

#right .cs-form-row textarea {
	padding: 3px !important;
}

.map_controlls {
    height: 45px;
}

td.filter {
    height: 45px;
}

td.filter.active {
    background-color: #84b844;
}

td.filter.active .filtersButton * {
    color: #ffffff;
}

td.filter > div {
    height: 45px;
}

#map_expand {
	display: flex;
    align-items: center;
	margin-top: 0;
    height: 45px;
	background-position: left 20px;
    font-size: 16px;
}

.filtersButton {
    display: flex;
    align-items: center;
	padding: 5px 15px;
	box-sizing: border-box;
}

.filtersButton .icn {
	position: static;
	margin-right: 10px;
}

.filtersButton .innerLine {
	padding-top: 0;
    font-size: 16px;
}

.filtersContainer .expansion {
    top: 45px;
    width: 142px;
	font-size: 13px;
}

#layersLegend {
    right: 42%;
}

.map-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 128px;
	width: 100%;
	height: calc(100% - 128px);
	background-color: #ffffff;
	z-index: 10;
}

.map-loader-spinner {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #84b844;
	background: -moz-linear-gradient(left, #84b844 10%, rgba(132,184,68, 0) 42%);
	background: -webkit-linear-gradient(left, #84b844 10%, rgba(132,184,68, 0) 42%);
	background: -o-linear-gradient(left, #84b844 10%, rgba(132,184,68, 0) 42%);
	background: -ms-linear-gradient(left, #84b844 10%, rgba(132,184,68, 0) 42%);
	background: linear-gradient(to right, #84b844 10%, rgba(132,184,68, 0) 42%);
	color: #84b844;
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.map-loader-spinner:before {
	width: 50%;
	height: 50%;
	background: #84b844;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.map-loader-spinner:after {
	background: #84b844;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
}
@-webkit-keyframes load3 {
	0% {
		  -webkit-transform: rotate(0deg);
		  transform: rotate(0deg);
	}
	100% {
		  -webkit-transform: rotate(360deg);
		  transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		  -webkit-transform: rotate(0deg);
		  transform: rotate(0deg);
	}
	100% {
		  -webkit-transform: rotate(360deg);
		  transform: rotate(360deg);
	}
}

.map-loader-text {
	margin: 15px auto 0;
}

.filter-mobile-container {
	display: none;
}

#header {
    z-index: 3;
}

.compare-left {
	float: left;
	position: relative;
	width: 67%;
}

.compare-left #search_bar.middle {
    margin: 0;
    width: 100%;
}

.compare-left #search_bar.middle input[type="text"] {
    width: 160px;
}

.compare-left .statistics {
	margin-right: 0;
    width: 100%;
	box-sizing: border-box;
}

.compare-right {
	float: right;
	padding-top: 26px;
	max-width: 300px;
	width: 32%;
}

#footer .fb-like {
    margin-bottom: 3px;
}

.footer-phone-wrapper a {
	pointer-events: none;
}

.footer-phone-wrapper a:hover {
	color: #333333;
}

.clearfix {
	clear: both;
}

form#cs-form textarea, form input[type="text"], 
form#cs-form input[type="email"], 
form#cs-form input[type="password"] {
   margin-left: 0;
}

/* banners_new Start */
.cs-container-2 {
	background: #ffffff;
	overflow: hidden;
}

.cs-container-2.cs-banner-button:hover {
	background-color: #ffffff;
	cursor: default;
}

.sidebar-block-form-inner .cs-banner-button.cs-container-2 {
	display: block;
}

.cs-container-2.banner-3 {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.compare-right .cs-container-2 {
	padding-bottom: 15px;
}

.cs-background {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
	opacity: 0.4;
}

.banner-2 .cs-background {
	opacity: 0.3;
}

.cs-form-2 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 150px;
	z-index: 1;
}

.cs-form-2 .cs-form-row label {
	margin-bottom: 0;
    color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
}

.cs-form-2 .cs-send {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0;
	width: auto !important;
	height: 25px;
	background-color: #84b844;
	box-shadow: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	border-radius: 3px;
}

.cs-form-2 .cs-send:hover {
	background-color: #0097fe;
}

.cs-banner-new-top {
	display: none;
	position: relative;
	margin-bottom: 75px;
	padding: 0 5px 0;
	text-align: center;
	z-index: 1;
}

.banner-1 .cs-banner-new-top.cs-banner-1-top,
.banner-2 .cs-banner-new-top.cs-banner-2-top,
.banner-3 .cs-banner-new-top.cs-banner-3-top {
	display: block;
}

.cs-banner-new-top * {
	color: #000000;
}

.cs-banner-top-heading {
	margin-bottom: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.cs-banner-top-heading-medium {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.cs-banner-top-subheading {
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.banner-2 .cs-banner-new-top.cs-banner-2-top {
	margin-bottom: 0;
	padding: 38px 0 0;
}

.cs-banner-2-top .cs-banner-top-heading {
	margin-bottom: 0;
}

.cs-banner-3-top .cs-banner-top-subheading {
	font-size: 17px;
}

.cs-banner-3-top {
	margin-bottom: 15px;
	padding: 25px 10px 15px;
	background-color: rgba(132, 184, 68, 0.7);
}

.cs-banner-top-heading-green {
	color: #84b844;
}

.cs-form-2 .cs-form-row input {
	height: 26px;
	background-color: rgba(255, 255, 255, 0.8);
}

.cs-form-2 .cs-form-row textarea {
	height: 56px;
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.banner-2 .cs-form-2 .cs-form-row input,
.banner-2 .cs-form-2 .cs-form-row textarea {
	background-color: rgba(132, 184, 68, 0.55) !important;
	border-color: transparent;
}

.cs-form-2 .cs-form-row input,
.cs-form-2 .cs-form-row textarea {
	border-radius: 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.cs-top-bottom-line {
	margin: 55px auto 10px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #000000;
}

.cs-banner-top-text {
	margin-bottom: 15px;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.cs-banner-top-text:last-child {
	margin-bottom: 0;
}

.cs-banner-top-text.cs-banner-top-text-black {
	color: #000000;
}

.cs-container.cs-container-2 .message-success {
	position: relative;
	margin: 30px;
    background-color: rgba(132, 184, 68, 0.7) !important;
	border-color: #84b844;
	color: #ffffff;
	z-index: 1;
}
/* banners_new End */

/* contacts page START*/
.page-contacts {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 40px;
	min-height: 641px;
	width: 100%;
	/*height: 100%;*/
	height: calc(100vh - 96px - 201px);
	background-image: url('../../images/contacts/contacts-background2.jpg');
	background-position: bottom 14% center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.page-contacts-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-42%);
}

.contacts-row {
	display: flex;
	position: relative;
	margin: 0 auto;
	width: 820px;
	height: 400px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	z-index: 1;
}

.contacts-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 15px 0;
	width: 56%;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}

.contacts-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 44%;
	background-color: rgba(132, 184, 68, 0.7);
	box-sizing: border-box;
}

.contacts-heading {
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
}

.contacts-text {
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.contacts-text.contacts-text-alt {
	color: rgb(132, 184, 68);
	font-size: 18px;
}

.contacts-phone {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 20px;
	width: auto;
}

.contacts-phone > svg {
	margin-right: 5px;
	width: 14px;
	height: 23px;
}

.contacts-phone > svg path {
	fill: rgb(132, 184, 68);
}

.contacts-phone > a {
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	pointer-events: none;
	text-decoration: none;
}

.page-contacts .cs-form-2 {
	width: 220px;
}

.page-contacts .cs-form-2 .cs-form-row label {
	margin-bottom: 3px;
	padding-left: 8px;
    color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.page-contacts .cs-form-2 .cs-form-row input, 
.page-contacts .cs-form-2 .cs-form-row textarea {
    background-color: #ffffff !important;
}

.page-contacts .cs-form-2 .cs-form-row input {
    height: 22px;
}

.page-contacts .cs-form-2 .cs-send {
	padding: 4px 12px;
    height: 30px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    font-size: 16px;
}
/* contacts page END */

@media all and (max-width: 1500px) {
	.landing_top,
    .video-background {
		height: calc(100vw * 0.564);
	}
}

@media all and (max-width: 1440px) {
	#home-info .container-center {
		width: 100%;
	}
	
	.center.re-consult-page {
		width: 100%;
	}
	
	#header .remebered {
		padding: 0px 10px;
		width: 92px;
	}
}

@media all and (max-width: 1280px) {
	#header .remebered {
		padding: 0px 5px;
		width: 89px
	}
}

@media all and (max-width: 1199.98px) {
	.landing_top h1 {
		font-size: 40px;
	}
	
	.landing_top h3 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	.landing_top .search #fastStreetSearch,
	.landing_top .search .searchButton {
		height: 40px;
		box-sizing: border-box;
		font-size: 18px;
	}
	
	.landing_top .search .searchButton {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 3px 10px;
	}
	
	.cities-map-links {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.city-map-link:not(:last-of-type) {
		margin-right: 40px;
	}
	
	.city-map-link img {
		margin-bottom: 11px;
		transition: transform 0.1s ease-in;
		width: 50px;
	}
	
	#header .logo {
		margin: 25px 20px 17px 20px;
	}
	
	.header-right {
		padding: 10px 0;
		width: 100%;
	}
	
	.header-right-inner {
		flex-direction: column-reverse;
		justify-content: space-around;
		align-items: flex-end;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
	.header-right .header-right-inner > #header_buttons a,
	#header .header-right .header-right-inner > .langContainer a {
		font-size: 14px;
	}
	
	.header-right .header-right-inner > #header_buttons {
		margin-right: auto;
		margin-left: 15px
	}
	
	.header-right .header-right-inner > #header_buttons a {
		margin-right: 15px;
	}
	
	.header-right .header-right-inner .langContainer {
		margin-right: 15px;
	}
	
	.home-info-block-heading {
		margin-bottom: 20px;
		color: #ffffff;
		font-size: 32px;
		font-weight: 600;
		line-height: 1;
	}
	
	#home-info {
		height: auto;
	}
	
	.re-consult-heading {
		padding: 20px 0 30px;
	}
	
	.re-consult-heading h1 {
		font-size: 24px;
	}
	
	.sidebar {
		max-width: 300px;
		width: 32%;
	}
	
	.center, .block {
		width: 940px;
	}
	
	.sidebar-block-new.conatact_form {
		max-width: 300px;
		width: 100%;
	}
	
	.sidebar-block-new .form {
		background-size: 90%;
	}
	
	.sidebar-button {
		height: 60px;
	}
	
	#header .remebered {
		top: 12px;
		right: 119px;
		padding: 0;
		width: 74px;
		height: 31px;
	}
	
	#header .remebered .list {
		top: 31px;
	}
	
	.cs-container {
		padding: 20px;
	}
	
	.cs-option-button {
		margin-right: 25px;
	}
	
	/* contacts page START */
	.page-contacts {
		padding-top: 20px;
		min-height: 500px;
}
	/* contacts page END */
}

@media all and (max-width: 1000px) {
	.landing_top, .video-background {
		height: 564px;
	}
	
	#home-video {
		height: 564px;
		width: auto;
	}
	
	.landing_top h1 {
		padding-top: 0;
	}
	
	.landing_top .links a {
		display: flex;
	}
	
	.btn-home-info {
		width: 160px;
		height: 50px;
	}
	
	#header .logo {
		margin: 5px 15px 7px;
	}
	
	.header-right {
		padding: 15px 0 5px;
	}
	
	.header-right-inner {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.header-right .header-right-inner > #header_buttons {
		/*display: none;*/
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
	
	.header-right .header-right-inner > #header_buttons a {
		margin-bottom: 10px;
	}
	
	.header-right .header-right-inner .langContainer {
		display: flex;
		margin-top: 0;
		line-height: 11px;
	}
	
	.header-right .header-right-inner > #header_buttons a, 
	#header .header-right .header-right-inner > .langContainer a {
		line-height: 15px;
	}
	
	/* temp? */
	.block, .center {
		width: 94%;
		padding: 0 3%;
	}
	
	.landing_bottom.center,
	#footer .center {
		width: 94%;
		padding: 0 3%;
	}
	
	.home-info-row {
		padding: 0 50px;
	}
	
	.home-info-block-heading {
		font-size: 28px;
	}
	
	.home-info-block-text {
		padding: 0 15px;
		line-height: 1.3;
	}
	
	.re-consult-container {
		width: 100%;
	}
	
	.center.re-consult-page {
		background-size: 80%;
	}
	
	.sidebar-icon {
		width: 23px;
		height: 23px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.sidebar .message-success {
		max-width: 200px;
		margin: 15px auto 0;
	}
	
	#header .remebered {
		top: 37px;
		right: 23px;
		height: 26px;
	}
	
	#header .remebered .icn {
		margin-top: 6px;
		margin-left: 14px;
	}
	
	#header .remebered .count {
		margin-top: 3px;
	}
	
	#header .remebered .list {
		top: 26px;
	}
	
	.new_projects #right {
		margin-top: 0;
	}
	
	.map-bottom-banner {
		width: calc(67% + 1px);
	}
	
	/* contacts page START */
	.contacts-phone > a {
		pointer-events: auto;
	}
	
	.contacts-row {
		width: 700px;
	}
	/* contacts page END */
}

@media all and (max-width: 992px) {
	.compare-left #search_bar.middle input[type="text"] {
		width: 140px;
	}
	
	#search_bar .label-object-comparision {
		display: block;
		margin: 0;
		padding: 0 16px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.compare-left #search_bar {
		padding-bottom: 0;
	}
	
	.compare-left #search_bar > * {
		margin-top: 0;
	}
	
	.compare-left #search_bar .btn {
		display: block;
		margin: 10px auto 0;
		max-width: 100px;
	}
	
	.compare-left #compare_content {
		margin-top: -50px;
	}
	
	.compare-left #compare_content .desc.first {
		margin-bottom: 130px;
	}
	
	.compare-left .statistics {
		padding-right: 15px;
	}
	
	.re-consult-form-phone {
		margin-top: 10px;
		padding: 15px 15px 15px 0;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	.re-consult-form-phone a,
	.footer-phone-wrapper a {
		pointer-events: auto;
	}
	
	.re-consult-form-phone a:hover,
	.re-consult-form-phone a:focus,
	.footer-phone-wrapper a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 800px) {
	.building_main {
		float: none;
	}
	
	#left {
		width: 100%;
	}
	
	.new_projects #left:not(.new-projects-single) {
		float: none;
	}
	
	.sidebar,
	#right {
		display: block;
		float: none;
		margin-top: 15px;
		max-width: 100%;
		width: 100%;
	}
	
	.sidebar-block-new.conatact_form,
	.sidebar-block-new.conatact_form.fixed {
		position: static;
		top: auto;
		height: auto;
	}
	
	.sidebar-block-new.conatact_form {
		max-width: 100%;
		width: 100%;
	}
	
	.sidebar_block .form .main_button {
		max-width: 384px;
	}
	
	.sidebar-block-new .re-consult-form-row > div {
		width: 400px;
	}
	
	.sidebar_block:not(.sidebar-block-form-inner) .form textarea {
		width: 384px !important;
	}
	
	.sidebar .message-success {
		max-width: 600px;
	}
	
	.new-project-form-row {
		flex-wrap: wrap;
	}
	
	.filter-region,
	.filter-city,
	.filter-district,
	.filter-street {
		width: calc(33% - 20px);
	}
	
	.filter-street,
	.button-new-projects-search {
		margin-top: 10px;
	}
	
	.cs-container {
		min-height: 506px;
	}
	
	.new_projects #right {
		margin-top: 15px;
	}
	
	.map_content .sidebar {
		position: relative;
		margin-bottom: 0;
		width: 100%;
	}
	
	.filter-mobile-container {
		display: block;
	}
	
	.btn-filter-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
		width: 100%;
		height: 45px;
		background-color: #84b844;
		border: 0;
		border-radius: 0;
		color: #ffffff;
		font-size: 18px;
		text-transform: uppercase;
	}
	
	.btn-filter-toggle:focus {
		outline: none;
	}
	
	.filter-toggle-text {
		display: inline-block;
		color: #ffffff;
	}
	
	.cs-new-projects-block .cs-banner-button,
	.compare-right .cs-banner-button,
	.cs-banner-button {
		padding-bottom: 75px;
	}
	
	.map-bottom-banner {
		width: 100%;
	}
	
	/* banners_new Start */
	.sidebar-block-form-inner .cs-container-2:not(.banner-3) .cs-background {
		width: 100%;
		height: auto;
	}
	/* banners_new End */
}

@media all and (max-width: 767.98px) {
	.header-right {
		display: flex;
		flex-direction: row;
		padding: 5px 15px;
		align-items: center;
		justify-content: flex-end;
	}
	
	#header .center {
		position: relative;
	}
	
	.header-right .header-right-inner {
		display: block;
		position: fixed;
		top: 0;
		right: -265px;
		height: 100vh;
		width: 259px;
		margin-left: 0;
		padding: 120px 30px;
		background-color: #ffffff;
		box-sizing: border-box;
		box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.3);
		text-align: left;
		transition: right 0.4s ease-in-out;
	}
	
	.header-right .header-right-inner.open {
		right: 0;
		transition: right 0.4s ease-in-out;
	}
	
	.header-right .header-right-inner > #header_buttons a {
		display: block;
		margin-bottom: 20px;
	}
	
	.header-right .header-right-inner .langContainer {
		position: absolute;
		top: 80px;
		margin-left: 16px;
	}
	
	#header .remebered {
		display: block !important;
		top: 73px;
		right: 23px;
		width: 66px;
	}
	
	#header .remebered .count {
		width: 35px;
	}
	
	#header .remebered .list {
		right: auto;
	}
	
	#close-home-buttons {
		display: block;
		position: absolute;
		top: 18px;
		right: 15px;
	}
	
	#close-home-buttons svg path {
		fill: #000000;
	}
	
	#header-toggle {
		display: flex;
		cursor: pointer;
		font-size: 14px;
	}
	
	#header-toggle > span:not(:last-of-type) {
		margin-right: 10px;
	}
	
	.hamburger span {
		display: block;
		width: 30px;
		height: 4px;
		background-color: #000000;
		border-radius: 4px;
	}
	
	.hamburger span:not(:last-of-type) {
		margin-bottom: 4px;
	}
	
	.landing_top, 
	.video-background,
	#home-video {
		height: 400px;
	}
	
	#home-video {
		width: 100vw;
		height: auto;
	}
	
	.landing_top h1 {
		font-size: 28px;
	}
	
	.landing_top h3 {
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.landing_top .search #fastStreetSearch, 
	.landing_top .search .searchButton {
		height: 34px;
		box-sizing: border-box;
		font-size: 16px;
	}
	
	.landing_top .search #fastStreetSearch {
		padding-left: 15px;
		background-image: none;
	}
	
	.city-map-link img {
		margin-bottom: 0;
		width: 32px;
	}
	
	.landing_top .links a {
		flex-basis: 33%;
		font-size: 13px;
	}
	
	.btn-home-info {
		width: 140px;
		height: 40px;
	}
	
	.landing_top .search {
		max-width: 500px;
	}
	
	.city-map-link:not(:last-of-type) {
		margin-right: 20px;
	}
	
	.home-info-row {
		padding: 0 30px;
	}
	
	.home-info-block {
		padding: 30px 0 30px;
	}
	
	.re-consult-heading {
		padding: 10px 0 20px;
	}
	
	.re-consult-form {
		padding: 20px;
	}
	
	.re-consult-form-heading {
		font-size: 22px;
	}
	
	.re-consult-form-subheading {
		margin-bottom: 15px;
	}
	
	.seller-form-content {
		max-width: 330px;
	}
	
	.compare-left,
	.compare-right {
		float: none;
		margin: 0 auto;
		max-width: 550px;
		width: 100%;
	}
	
	.compare-right {
		padding-top: 0;
	}
	
	.compare-left #compare_content {
		margin-top: -70px;
	}
	
	.compare-left #compare_content .desc.first {
		margin-bottom: 50px;
	}
	
	/* banners_new Start */
	.cs-container-2:not(.banner-3) .cs-background {
		width: 100%;
		height: auto;
	}
	/* banners_new End */
	
	/* contacts page START */
	.page-contacts {
		height: calc(100vh - 66px - 201px);
	}
	
	.contacts-row {
		/*flex-wrap: wrap;*/
		width: 500px;
	}
	
	.page-contacts .cs-form-2 {
		width: 150px;
	}
	
	.contacts-heading {
		font-size: 17px;
	}
	
	.contacts-text {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.contacts-text.contacts-text-alt {
		font-size: 17px;
	}
	
	.page-contacts .cs-form-2 .cs-form-row label {
		font-size: 14px;
	}
	
	.page-contacts .cs-form-2 .cs-form-row input {
		height: 16px;
	}
	/* contacts page END */
}

@media all and (max-width: 700px) {
	#home-video {
		width: auto;
		height: 400px;
	}
	
	/* contacts page START */
	.page-contacts {
		min-height: 400px;
		height: calc(100vh - 66px - 257px);
	}
	
	.contacts-row {
		height: auto;
	}
	/* contacts page END */
}
@media all and (max-width: 567.98px) {
	#header {
		background: #ffffff;
	}
	
	#header .logo {
		margin: 0;
		padding: 5px 10px 5px;
		min-width: 160px;
		width: auto;
		background-color: #84b844;
	}
	
	#header .logo img {
		width: 160px;
		height: auto;
	}
	
	#header .remebered .list {
		left: -190%;
	}
	
	.landing_top h1 {
		font-size: 20px;
	}
	
	.landing_top h3 {
		font-size: 14px;
	}
	
	.landing_top .search #fastStreetSearch, .landing_top .search .searchButton {
		font-size: 14px;
	}
	
	.cities-map-links {
		flex-wrap: wrap;
	}
	
	.city-map-link:not(:last-of-type) {
		margin-right: 0;
	}
	
	.home-info-row {
		flex-wrap: wrap;
		padding: 0 10px 10px;
	}
	
	.home-info-col {
		flex-basis: 100%;
	}
	
	.home-info-block {
		padding: 15px 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.home-info-block-image {
		flex-basis: 50%;
	}
	
	.home-info-block-heading {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		font-size: 24px;
	}
	
	.home-info-block-text {
		padding: 0;
	}
	
	.re-consult-form {
		padding: 15px;
	}
	
	.re-consult-heading h1 {
		font-size: 20px;
	}
	
	.re-consult-form-heading {
		font-size: 18px;
	}
	
	.re-consult-form-subheading {
		font-size: 14px;
	}
	
	#home-video {
		transform: translateX(-17%);
	}
	
	.sidebar-block-new .form {
		background-image: none;
	}
	
	.sidebar-block-new .re-consult-form-row > div {
		width: 100%;
	}
	
	.sidebar_block .form form textarea, 
	.sidebar_block .form form input[type="text"], 
	.sidebar_block .form form input[type="email"] {
		width: 100% !important;
	}
	
	.sidebar_block .form .main_button {
		max-width: none;
		width: 100%;
	}
	
	.message-success {
		padding: 30px 15px;
	}
	
	.filter-region,
	.filter-city,
	.filter-district,
	.filter-street {
		margin-top: 8px;
		margin-right: 0;
		width: calc(100%);
	}
	
	.button-new-projects-search {
		margin-top: 8px;
		width: 100%;
	}
	
	.new-projects-empty {
		margin-top: 15px;
	}
	
	.new-projects-empty a {
		width: auto;
	}
	
	.seller-form-content {
		width: calc(100vw - 30px);
	}
	
	/* banners_new Start */
		.sidebar-block-form-inner .cs-container-2:not(.banner-3) .cs-background {
			width: auto;
			height: 100%;
		}
		
		.cs-container-2:not(.banner-3) .cs-background {
			width: auto;
			height: 100%;
		}
	/* banners_new End */
	
	/* contacts page START */
	.page-contacts {
		padding: 15px;
		height: auto;
	}
	
	.contacts-row {
		flex-direction: column;
		width: auto;
		height: auto;
	}
	
	.contacts-left {
		padding: 15px;
		width: 100%;
	}
	
	.contacts-right {
		width: 100%;
	}
	/* contacts page END */
}

@media all and (max-width: 450px) {
	.re-consult-form {
		width: 100%;
		box-sizing: border-box;
	}
	
	.re-consult-form-row {
		flex-wrap: wrap;
	}
	
	.re-consult-form-row > div {
		width: 100%;
	}
	
	.center.re-consult-page {
		background-image: none;
	}
	
	.re-consult-form-phone {
		margin-top: 15px;
		padding: 0;
		background-color: transparent;
	}
	
	#home-video {
		transform: translateX(-16%);
	}
	
	.compare-left #search_bar.middle input[type="text"] {
		display: block;
		margin: 0 auto;
		width: calc(200px);
	}
	
	.compare-left #compare_content {
		margin-top: -110px;
	}
	
	.compare-left #compare_content .desc.first {
		margin-bottom: 90px;
	}
	
	.compare-right {
		margin: 0 auto;
		max-width: 300px;
	}
}

@media all and (max-width: 400px) {
	.landing_top .search .searchButton {
		width: 35px;
	}
	
	#home-video {
		transform: translateX(-24%);
	}
	
	#header .remebered .list {
		left: -220%;
	}
}
.values-open-popup {
	background-color: rgba(132, 184, 68, 0.7);
	padding: 15px;
	margin-bottom: 15px;
	color: #fff;

}
.values-open-popup .btn {
	background-color: #fff;
	color: #84b844;
}
.values-open-popup .btn:hover {
	background-color: #0097fe;
	color: #fff;
}
#popup-bv-form #cs-form-bv {
	width: 200px;
}
#popup-bv-form label {
	font-size: 20px
}
#popup-bv-form  .cs-send {
	padding: 9px 20px;
	font-size: 16px;
	border-radius: 0;
	height: auto;
}
.values-open-popup .btn {
	display: block;
	margin: 5px auto 0 auto;
	width: 100px;
}