/*
Theme Name: immotop-green
Description: For immotop
*/

@import url("font/font-awesome.min.css");
  
  html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
  }
  
  body {
	margin: 0;
	overflow: hidden !important;
	width: 100%;
  }
  
  p,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  b,
  strong,
  span,
  i,
  label,
  input,
  textarea,
  td,
  div {
	font-family: 'Roboto', sans-serif;
	margin: 0;
  }
  
  .header {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
  }
  
  .header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
  }
  
  .header_logo img {
	width: 95%;
  }
  
  .header_col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .header_desc {
	font-size: 12px;
	font-weight: 300;
	color: #868683;
	line-height: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-left: 1px solid #dedddd;
  }
  
  .header_desc a {
	color: #868683;
	text-decoration: none;
	border-bottom: 1px solid rgba(134, 134, 131, 0);
  }
  
  .header_desc a:hover {
	text-decoration: none;
	border-bottom: 1px solid #868683;
  }
  
  .header_social-item {
	color: #618774;
	font-size: 20px;
  }
  
  .header_social-item:hover {
	color: #6bac8d;
  }
  
  .header_social-item:not(:last-of-type) {
	margin-right: 20px;
  }
  
  .header_menu {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(97, 135, 116, 0.8);
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .header_menu__full {
	background: #618774;
	position: relative;
  }
  
  .header_menu .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
  }
  
  .header_menu ul {
	margin: 0;
	padding: 0;
	display: none;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .header_menu ul li {
	list-style: none;
  }
  
  .header_menu ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding-bottom: 17px;
	padding-top: 25px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 8px solid rgba(255, 255, 255, 0);
	transition: all 150ms linear;
  }
  
  .header_menu ul li a:hover {
	border-bottom: 8px solid white;
  }
  
  .header_menu ul li:not(:last-of-type) a {
	margin-right: 30px;
  }
  
  .header_menu ul.active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	background: #618774;
  }
  
  .header_menu ul.active li a {
	margin-right: 0;
  }
  
  .header_menu-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .header_home {
	text-decoration: none;
  }
  
  .header_home i {
	font-size: 25px;
	color: white;
  }
  
  .header_burger {
	display: block;
	margin-left: 20px;
  }
  
  .header_burger i {
	font-size: 25px;
	color: white;
  }
  
  .header_search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	position: relative;
  }
  
  .header_search label {
	display: none;
  }
  
  .header_search #searchsubmit {
	display: none;
  }
  
  .header_search #searchform div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
  }
  
  .header_search #text_search {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
	margin-left: 10px;
  }
  
  .header_search #searchHover {
	color: #fff;
	font-size: 18px;
  }
  
  .main-slider {
	position: absolute;
	width: 100%;
	height: 405px;
	left: 0;
	top: 0;
  }
  
  .main-slider_item {
	background-position: center center;
	background-size: cover;
	height: 405px;
	position: relative;
  }
  
  .main-slider_wrap {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	height: 405px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
  
  .main-slider_info {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 20px;
	padding-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	}
	
	@media only screen and (min-width: 1024px){
		.main-slider_info {
			left: 70px;
			}
	}
	@media only screen and (min-width: 1400px){
		.main-slider_info {
			left: 120px;
			}
	}
	@media only screen and (min-width: 1500px){
		.main-slider_info {
			left: 170px;
			}
	}

  .main-slider_title {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	background: rgba(97, 135, 116, 0.8);
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0;
  }
  
  .main-slider_title__green {
	background: rgba(97, 135, 116, 0.8);
  }
  
  .main-slider_title__orange {
	background: rgba(229, 132, 19, 0.8);
  }
  
  .main-slider_title:first-of-type {
	margin-bottom: 5px;
  }
  
  .main-slider_baner {
	position: absolute;
	width: 190px;
	height: auto;
  }
  
  .form-sorting {
	width: 100%;
  }
  
  form.clearfix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
  }  
  .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	border: none;
	box-sizing: border-box;
	margin: -1px -1px 0 0;
  }
  
  form.clearfix {
	background: rgba(249, 249, 249, 0.9) !important;
	border: 1px solid #d5d3d3;
  }
  
  form.clearfix .var1 {
	width: calc(25% + 1px);
	border-right: 1px solid #d5d3d3;
	position: relative;
  }
  
  form.clearfix .filter-arr:after {
	content: '';
	position: absolute;
	background: url("image/filter-arr.svg");
	background-repeat: no-repeat;
	right: 16px;
	top: 21px;
	width: 15px;
	height: 8px;
  }
  
  form.clearfix .var2, form.clearfix .var21, form.clearfix .var22 {
	width: calc(25% + 1px);
  }
  form.clearfix .var21, form.clearfix .var22 {
		border-left: 1px solid #d5d3d3;
	}
	@media screen and (max-width: 490px) {
		form.clearfix .var21, form.clearfix .var22 {
			border-left: none;
			border-top: 1px solid #d5d3d3;
		}
	}

  form.clearfix .var3,
  form.clearfix .var4,
  form.clearfix .var5,
  form.clearfix .var6 {
	width: calc(25% + 1px);
  }
  
  form.clearfix .var3,
  form.clearfix .var4,
  form.clearfix .var5 {
	border-top: 1px solid #d5d3d3;
  }
  
  form.clearfix .var3,
  form.clearfix .var4 {
	border-right: 1px solid #d5d3d3;
  }
  
  .sidebar form.clearfix .var1,
	.sidebar form.clearfix .var2,
	.sidebar form.clearfix .var21,
	.sidebar form.clearfix .var22,
  .sidebar form.clearfix .var5,
  .sidebar form.clearfix .var6 {
	width: 100%;
  }
  
  .sidebar form.clearfix .var3,
  .sidebar form.clearfix .var4 {
	width: calc(50% + 0.5px);
  }
  
  .sidebar .form-group button {
	padding: 10px 0;
  }
  
  .form-group label {
	position: absolute;
	font-size: 11px;
	left: 10px;
	top: 5px;
	color: #67907d;
	text-transform: uppercase;
  }
  
  .form-group select,
  .form-group input {
	width: 100%;
	background: none;
	border: none;
	padding: 25px 10px 10px 10px;
	z-index: 1;
	font-size: 15px;
	font-weight: 300;
  }
  
  .form-group select {
	cursor: pointer;
  }
  
  form.form button,
  .form-group button {
	color: #ffffff;
	font-size: 14px;
	background: #67907d;
  }
  
  .form-group button {
	width: 100%;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
  }
  
  .form-group button:hover {
	opacity: 0.8;
  }
  
  .block-filter {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	box-shadow: -8px -19px 29px 14px rgba(0, 0, 0, 0.26);
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 1;
  }
  
  .block-filter select,
  .block-filter input {
	outline: none;
  }
  
  .block-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  
  .block-filter form {
	margin: 0;
  }
  
  .mainpage {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
  }
  
  .mainpage .container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .mainpage_news-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #698d7b;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid rgba(105, 141, 123, 0);
	text-transform: uppercase;
  }
  
  .mainpage_news-title:hover {
	border-bottom: 1px solid #698d7b;
  }
  
  .mainpage_news-item p {
	font-size: 14px;
	font-weight: 400;
	color: #383838;
	line-height: 20px;
	margin-bottom: 30px;
  }
  
  .mainpage_news {
	background: #fff;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 30px;
	padding-right: 20px;
  }
  
  .mainpage_news-item {
	margin-bottom: 25px;
  }
  
  .mainpage_top {
	background: #f2f5f2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
  }
  
  .card {
	position: relative;
	border: 1px solid #d5d5ce;
	background: #fff;
	z-index: 1;
	margin-bottom: 10px;
  }
  
  .card_info-line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #d5d5ce;
	border-bottom: 1px solid #d5d5ce;
  }
  
  .card_info-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	color: #013547;
  }
  
  .card_info-block p {
	margin-left: 10px;
  }
  
  .card_info-block .fa__unactive {
	color: #b3c5ca;
  }
  
  .card_title {
	font-weight: 400;
	font-size: 24px;
	color: #1d1d1b;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 15px;
  }
  
  .card_type {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background: #698d7b;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
  }
  
  .card_photo {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  
  .card_photo img {
	width: 100%;
	height: auto;
  }
  
  .card_price {
	font-weight: 400;
	font-size: 30px;
	color: #e58413;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
  }
  
  .card_desc {
	font-weight: 400;
	font-size: 18px;
	color: #5c5c5a;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 50px;
  }
  
  .adds {
	position: relative;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .adds .container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
  }
  
  .adds_result {
		position: relative;
		background: #fff;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 100px;
		padding-right: 20px;
  }
  
  .adds_result-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
  }
  
  .adds .info-result {
	font-size: 15px;
	font-weight: 300;
	color: #8c8989;
	text-transform: uppercase;
  }
  
  .adds_filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  
  .adds .vid-search {
	display: none;
  }
  
  .adds .vid-search .fa__active {
	color: #67907d;
  }
  
  .adds .vid-search i {
	color: #b7b7b7;
	font-size: 20px;
	cursor: pointer;
  }
  
  .adds .vid-search i:hover {
	color: #67907d;
  }
  
  .adds .vid-search i:first-of-type {
	margin-right: 5px;
  }
  
  .adds_card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	border: 1px solid #d5d5ce;
	background: #e8f2e8;
	width: 100%;
	margin-bottom: 20px;
  }
  
  .adds_card-photo {
	position: relative;
	display: inline-block;
	width: 100%;
  }
  
  .adds_card-photo img {
	width: 100%;
	height: auto;
	min-height: 170px;
  }
  
  .adds_card-left {
	background: #fff;
  }
  
  .adds_card-type {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background: #698d7b;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
  }
  
  .adds_card-price {
	font-weight: 400;
	font-size: 22px;
	color: #e58413;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 234px;
  margin: 0 auto;
  }
  
  .adds_card-info {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 30px;
	width: auto;
  }
  
  .adds_card-title {
	font-weight: 400;
	font-size: 22px;
	color: #1d1d1b;
	margin-bottom: 20px;
  }
  
  .adds_card-info-line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
  }
  
  .adds_card-info-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #013547;
	margin-bottom: 15px;
  }
  
  .adds_card-info-block:not(:last-of-type) {
	margin-right: 15px;
  }
  
  .adds_card-info-block p {
	margin-left: 10px;
  }
  
  .adds_card-info-block .fa__unactive {
	color: #b3c5ca;
  }
  
  .adds_card-desc {
	font-weight: 400;
	font-size: 18px;
	color: #5c5c5a;
  }
  
  .adds_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .adds_content__active {
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .adds_content__active .adds_card {
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .adds_content__active .adds_card-info {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
  }
  
  .adds_content__active .adds_card-info-block {
	font-size: 19px;
	margin-bottom: 15px;
  }
  
  .adds_content__active .adds_card-info-block:not(:last-of-type) {
	margin-right: 17px;
  }
  
  .adds_content__active .adds_card-info-line {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .adds_content__active .adds_card-photo img {
	width: 100%;
  }
  
  .adds-inside {
	position: relative;
	background: #fff;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .adds-inside .container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .adds-inside_content {
	background: #fff;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 20px;
  }
  
  .adds-inside_right {
	position: relative;
	width: auto;
  }
  
  .adds-inside_right .card {
	width: 100%;
  }
  
  .adds-inside_title {
	font-weight: 400;
	font-size: 30px;
	color: #698d7b;
	text-transform: uppercase;
	margin-bottom: 20px;
  }
  
  .adds-inside .soc {
	margin-bottom: 40px;
  }
  
  .adds-inside .soc a {
	margin-right: 0;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #383838;
	text-decoration: none;
  }
  
  .adds-inside .soc a:hover {
	color: #e58413;
  }
  
  .adds-inside .soc span {
	margin-right: 5px;
	vertical-align: top;
	width: 30px!important;
	height: 30px!important;
  }
  
  .adds-inside .soc span svg {
	fill: #fff;
	width: 30px!important;
	height: 30px!important;
	}
	.gmail{
		width: 30px;
		height: 30px;
		position: relative;
		bottom: -19px;
	}
	.gmail:after {
		content: '';
		position: absolute;
		background: url("image/gmail.svg");
		background-repeat: no-repeat;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 30px;
		height: 30px;
	}
  
  .adds-inside_gallery {
	position: relative;
	width: 100%;
	height: 200px;
  }
  
  .adds-inside_gallery-item {
	background-position: center center;
	background-size: cover;
	height: 200px;
  }
  
  .adds-inside_gallery-nav {
	position: relative;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 20px;
  }
  
  .adds-inside_gallery-nav .slick-slide {
	padding-left: 3px;
	padding-right: 3px;
  }
  
  .adds-inside_gallery-nav .slick-current {
	position: relative;
  }
  
  .adds-inside_gallery-nav .slick-current:after,
  .adds-inside_gallery-nav .slick-current:before {
	content: '';
	position: absolute;
	left: 0;
	width: calc(100% - 4px);
	height: 4px;
	background: #67907d;
	display: block;
  }
  
  .adds-inside_gallery-nav .slick-current:after {
	bottom: 4px;
  }
  
  .adds-inside_gallery-nav .slick-current:before {
	top: 0;
  }
  
  .adds-inside_gallery-nav .slick-current .adds-inside_gallery-nav-item:after,
  .adds-inside_gallery-nav .slick-current .adds-inside_gallery-nav-item:before {
	content: '';
	position: absolute;
	top: 0;
	width: 4px;
	height: calc(100% - 4px);
	background: #67907d;
	display: block;
  }
  
  .adds-inside_gallery-nav .slick-current .adds-inside_gallery-nav-item:after {
	right: 3px;
  }
  
  .adds-inside_gallery-nav .slick-current .adds-inside_gallery-nav-item:before {
	left: 0;
  }
  
  .adds-inside_gallery-nav-item {
	background-position: center center;
	background-size: cover;
	height: 80px;
	cursor: pointer;
  }
  
  .adds-inside_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #dbd8d8;
	margin-bottom: 20px;
  }
  
  .adds-inside table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
  }
  
  .adds-inside td {
	font-weight: 400;
	font-size: 16px;
	color: #383838;
	padding-top: 15px;
  }
  
  .adds-inside td:first-of-type {
	padding-right: 100px;
	text-align: left;
  }
  
  .adds-inside td:last-of-type {
	text-align: right;
  }
  
  .adds-inside tr {
	border-bottom: 1px dotted #383838;
  }
  
  .adds-inside_price {
		text-align: right;
	color: #e58413;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 10px;
  }
  
  .adds-inside_desc {
	color: #8c8989;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
  }
  
  .adds-inside_block-title {
	background: #67907d;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-top: 40px;
  }
  
  .adds-inside_specifications {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
  }
  
  .adds-inside_specifications-left {
	width: 100%;
	font-size: 16px;
	color: #67907d;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 10px;
  }
  
  .adds-inside_specifications-right {
	width: 100%;
	font-size: 16px;
	color: #838380;
	font-weight: 300;
	border-bottom: 1px solid #dbd8d8;
	padding-bottom: 20px;
  }
  
  .adds-inside .prop-item,
  .adds-inside .property-wrapp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
  }
  
  .adds-inside .bar-valuation {
	margin: 0 40px 0 10px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
  }
  
  .adds-inside .prop-title {
	font-weight: 400;
	font-size: 16px;
	color: #383838;
  }
  
  .footer {
	position: relative;
	height: auto;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: #42755d;
  }
  
  .footer .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .footer_logo {
	display: inline-block;
	margin-bottom: 20px;
  }
  
  .footer_desc {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 20px;
  }
  
  .footer_desc a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  
  .footer_desc a:hover {
	border-bottom: 1px solid white;
  }
  
  .footer ul {
	margin: 0;
	padding: 0;
  }
  
  .footer ul li {
	list-style: none;
	margin-bottom: 15px;
  }
  
  .footer ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  
  .footer ul li a:hover {
	border-bottom: 1px solid white;
  }
  
  .footer_social {
	margin-bottom: 20px;
  }
  
  .footer_social-item {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
  }
  
  .footer_social-item:hover {
	color: #e58413;
  }
  
  .footer_social-item:not(:last-of-type) {
	margin-right: 20px;
  }
  
  .footer_adress {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 22px;
	margin-bottom: 10px;
  }
  
  .footer_adress a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  
  .footer_adress a:hover {
	border-bottom: 1px solid white;
  }
  
  .footer_copyright {
	width: 100%;
	margin-top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 80px;
	padding-top: 30px;
	text-align: center;
  }
  
  .footer_copyright p {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.56);
	position: relative;
	display: inline-block;
  }
  
  .footer_copyright p:before {
	content: '';
	background-image: url("image/copy.png");
	background-position: center center;
	background-size: cover;
	width: 39px;
	height: 39px;
	position: absolute;
	display: block;
	}
	.footer_copyright p a {
		margin-top: 0;
		}
	.footer_copyright a {
		color: #fff;
		font-size: 13px; 
		text-decoration: underline;
		text-transform: lowercase;
		margin-top: 10px;
		display: inline-block;
		}
  
  .footer_col-1,
  .footer_col-2,
  .footer_col-3,
  .footer_col-4 {
	margin-bottom: 30px;
  }
  
  .footer_col-1:not(:last-of-type),
  .footer_col-2:not(:last-of-type),
  .footer_col-3:not(:last-of-type),
  .footer_col-4:not(:last-of-type) {
	margin-right: 30px;
  }
  
  @media only screen and (min-width: 500px) {
	.main-slider_title {
	  font-size: 22px;
	}
  
	.footer_copyright {
	  padding-bottom: 30px;
	}
  
	.footer_copyright p:before {
	  left: -60px;
	  top: -11px;
	}
  }
  
  @media only screen and (min-width: 600px) {
	.header_logo img {
	  width: 100%;
	}
  
	.header_desc {
	  font-size: 16px;
	  margin-left: 30px;
	  padding-bottom: 25px;
	  padding-left: 18px;
	  padding-top: 25px;
	  line-height: 24px;
	}
  
	.adds .vid-search {
	  display: block;
	}
  
	.adds_card {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.adds_card-photo img {
	  width: 230px;
	}
  
	.adds_card-price {
	  font-size: 30px;
	}
  
	.adds_card-info {
	  width: 50%;
	}
  
	.adds_card-title {
	  margin-bottom: 40px;
	}
  
	.adds_card-info-line {
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  margin-bottom: 40px;
	}
  
	.adds_card-info-block {
	  margin-bottom: 0;
	}
  
	.adds_content__active .adds_card {
	  width: calc(50% - 22px);
	  margin-right: 20px;
	}
  
	.adds-inside_gallery {
	  height: 350px;
	}
  
	.adds-inside_gallery-item {
	  height: 350px;
	}
  
	.adds-inside table {
	  width: 480px;
	}
  
	.adds-inside_specifications {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.adds-inside_specifications-left {
	  width: 200px;
	  text-align: right;
	  margin-bottom: 0;
	}
  
	.adds-inside_specifications-right {
	  width: calc(100% - 170px);
	}
  }
  
  @media only screen and (min-width: 768px) {
	.header .container {
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -ms-flex-align: center;
	  align-items: center;
	}
  
	.header_menu ul {
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.header_home {
	  padding-left: 25px;
	  padding-right: 25px;
	  border-bottom: 8px solid rgba(255, 255, 255, 0);
	  height: 57px;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  
	.header_home:hover {
	  border-bottom: 8px solid white!important;
	}
  
	.header_burger {
	  display: none;
	}
  
	.main-slider {
	  height: 570px;
	}
  
	.main-slider_item {
	  height: 570px;
	}
  
	.main-slider_wrap {
	  height: 570px;
	}
  
	.main-slider_title {
	  font-size: 36px;
	}
  
	form.form button,
	.form-group button {
	  font-size: 18px;
	}
  
	.block-filter {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
  
	.mainpage .container {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.mainpage_news {
		width: calc(100% + 159px);
	}
  
	.mainpage_news-item {
	  margin-bottom: 50px;
	}
  
	.mainpage_top {
	  margin-bottom: 0;
	  padding-right: 0;
	  padding-bottom: 130px;
	}
  
	.mainpage_top:after {
	  content: '';
	  background: #f2f5f2;
	  width: 2000px;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
  
	.footer_copyright {
	  margin-top: 70px;
	}
  }
  
  @media only screen and (min-width: 820px) {
	.adds_content__active .adds_card {
	  width: calc(33.3333% - 22px);
	}
  }
  
  @media only screen and (min-width: 900px) {
	.main-slider_baner {
	  right: 0;
	  bottom: 50px;
	  width: 300px;
	}
  }
  
  @media only screen and (min-width: 992px) {
	.mainpage_news-title {
	  font-size: 30px;
	  margin-bottom: 45px;
	}
  
	.mainpage_news-item p {
	  font-size: 16px;
	  line-height: 29px;
	}
  
	.mainpage_news {
	  padding-right: 70px;
	}
  
	.adds .container {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.adds_result {
	  width: calc(100% - 360px);
	}
  
	.adds_filter {
	  background: #e8f2e8;
	  padding-left: 20px;
	  padding-top: 20px;
	  padding-bottom: 130px;
	  position: relative;
	  width: 360px;
	}
  
	.adds_filter:after {
	  content: '';
	  background: #e8f2e8;
	  width: 2000px;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
  
	.adds_filter .form-sorting {
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  width: auto;
	  background: #fff;
	  z-index: 1;
	  position: relative;
	  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
	}
  
	.adds_filter form.clearfix {
	  -ms-flex-direction: column;
	  flex-direction: column;
	  border: none;
	}
  
	.adds_filter .form-control {
	  background: #fff;
	  outline: none;
	}
  
	.adds_filter .var1,
	.adds_filter .var2,
	.adds_filter .var21,
	.adds_filter .var22,
	.adds_filter .var3,
	.adds_filter .var4,
	.adds_filter .var5,
	.adds_filter .var6 {
	  width: 100% !important;
	  border: none !important;
	  margin-bottom: 10px;
		border-bottom: 1px solid #d5d3d3 !important;
		background: #fff!important;
	}
  
	.adds_filter .form-group label {
	  z-index: 2;
	}
  
	.adds_filter form.clearfix .filter-arr:after {
	  z-index: 1;
	}
  
	.adds_filter button {
	  padding-top: 15px;
	  padding-bottom: 15px;
	  margin-top: 20px;
	}
  
	.adds_content__active .adds_card {
	  width: calc(50% - 22px);
	}
  
	.adds-inside .container {
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.adds-inside_content {
	  width: calc(100% - 340px);
	}
  
	.adds-inside_right {
	  width: 440px;
	  background: #e8f2e8;
	  padding-left: 20px;
	  padding-top: 20px;
	  padding-bottom: 50px;
	}
  
	.adds-inside_right:after {
	  content: '';
	  background: #e8f2e8;
	  width: 2000px;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
  }
  
  @media only screen and (min-width: 1024px) {
	.header {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  
	.header_menu {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  
	.main-slider_wrap {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  
	.block-filter {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  
	.mainpage {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  
	.adds {
	  padding-left: 70px;
		padding-right: 70px;
		padding-top: 66px;
	}
  
	.adds-inside {
	  padding-left: 70px;
		padding-right: 70px;
		padding-top: 66px;
	}
  
	.footer {
	  padding-left: 70px;
	  padding-right: 70px;
	}
  }
  
  @media only screen and (min-width: 1100px) {
	.adds_card-photo img {
	  width: 270px;
	}
  }
  
  @media only screen and (min-width: 1200px) {
	.adds_card-info {
	  padding-left: 30px;
	  padding-right: 30px;
	  width: auto;
	}
  
	.adds_card-title {
	  font-size: 24px;
	}
  
	.adds-inside_content {
	  padding-right: 70px;
	  padding-top: 70px;
	  width: calc(100% - 440px);
	}
  
	.adds-inside_gallery {
	  height: 480px;
	}
  
	.adds-inside_gallery-item {
	  height: 480px;
	}
  }
  
  @media only screen and (min-width: 1300px) {
	.adds_result {
	  padding-right: 70px;
	  padding-top: 70px;
	}
  
	.adds_card-info-block {
	  font-size: 25px;
	}
  
	.adds_card-info-block:not(:last-of-type) {
	  margin-right: 50px;
	}
  }
  
  @media only screen and (min-width: 1400px) {
	.header {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.header_menu {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.main-slider_wrap {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.block-filter {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.mainpage {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.adds {
	  padding-left: 120px;
		padding-right: 120px;
		padding-top: 66px;
	}
  
	.adds-inside {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  
	.footer {
	  padding-left: 120px;
	  padding-right: 120px;
	}
  }
  
  @media only screen and (min-width: 1500px) {
	.header {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.header_menu {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.main-slider_wrap {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.block-filter {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.mainpage {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.adds {
	  padding-left: 170px;
		padding-right: 170px;
		padding-top: 66px;
	}
  
	.adds-inside {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  
	.footer {
	  padding-left: 170px;
	  padding-right: 170px;
	}
  }
  
  @media only screen and (min-width: 1800px) {
	.adds_content__active .adds_card {
	  width: calc(33.3333% - 22px);
	}
  }
  
  @media only screen and (max-width: 1099px) {
	.adds_card-price {
	  font-size: 22px;
	}
  
	.adds_content__active .adds_card-title {
	  margin-bottom: 20px;
	}
  
	.adds_content__active .adds_card-info-line {
	  margin-bottom: 5px;
	}
  }
  
  @media only screen and (max-width: 991px) {
	.adds-inside_right {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
  
	.adds-inside_right .card {
	  width: calc(50% - 16px);
	  margin-left: 7px;
	  margin-right: 7px;
	}
  }
  
  @media only screen and (max-width: 900px) {
	.adds-inside_right .card_info-block {
	  font-size: 16px;
	}
  }
  
  @media only screen and (max-width: 899px) {
	.main-slider_baner {
	  left: 0;
	  top: -150px;
	}
  }
  
  @media only screen and (max-width: 819px) {
	.adds_content__active .adds_card:nth-child(2n) {
	  margin-right: 0;
	  width: calc(50% - 5px);
	}
  }
  
  @media only screen and (max-width: 767px) {
	.header_col {
	  margin-bottom: 20px;
	}
  
	.header_menu {
	  padding-bottom: 15px;
	  padding-top: 15px;
	}
  }
  
  @media only screen and (max-width: 600px) {
	.adds-inside_right .card {
	  width: 100%;
	  margin-left: 0;
	  margin-right: 0;
	}
  }
  
  @media only screen and (max-width: 599px) {
	.adds_content__active .adds_card:nth-child(2n) {
	  width: 100%;
	}
  }
  
  @media only screen and (max-width: 499px) {
	.footer_copyright p:before {
	  left: 50%;
	  bottom: -97px;
		transform: translateX(-50%);
		margin-left: 0!important;
	}
  }
  @media only screen and (max-width: 1099px){
		.adds_card-photo img {
				width: 270px;
		}
	}
	@media only screen and (max-width: 599px){
		.adds_card-photo img {
				width: 100%;
		}
	}
  @media screen and (max-width: 490px) {
	form.clearfix .var1,
	form.clearfix .var2,
	form.clearfix .var21,
	form.clearfix .var22,
	form.clearfix .var5,
	form.clearfix .var6 {
	  width: 100%;
	}
  
	form.clearfix .var3,
	form.clearfix .var4 {
	  width: calc(50% + 0.5px);
	}
  
	form.clearfix .var1,
	form.clearfix .var4 {
	  border-right: none;
	}
  
	form.clearfix .var2 {
	  border-top: 1px solid #d5d3d3;
	}
  
	.form-group button {
	  padding: 15px 0;
	}
	}
	#latitude, #longitude, #email, #wpforms-144, #wpforms-145, #emailSite, #locale, #marker, #map_marker, #label_email{
		display: none;
	}
	
	.map_contacts{
		height: 428px;
	}
	@media screen and (max-width: 767px) {
		.map_contacts{
			height: 200px;
		}
	}
	.adds {
		padding-top: 66px;
	}
	#loadMored{
		color: #fff;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #698d7b;
    position: relative;
    width: 116px;
		margin-top: 20px;
		position: absolute;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
		text-decoration: none;
		text-align: center;
	}
	.form_wrap{
		background: #fff;
		height: auto;
		margin-bottom: 30px;
		position: relative;
		z-index: 1;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
		box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
	}
	@media only screen and (max-width: 991px) {
		.form_wrap{
			width: 100%;
		}
	}
	.form_wrap .dop-title{
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
	}
	.form_wrap #email{
		display: none;
	}
	.form_wrap input, textarea{
		width: 100%;
		height: 40px;
		outline: none;
		border: none;
		border-bottom: 1px solid #d5d5ce;
		margin-bottom: 15px;
	}
	.form_wrap textarea{
		resize: none;
		height: 80px;
	}
	.form_wrap .button{
		width: 100%;
		height: auto;
		background: #67907d;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		cursor: pointer;
	}
	.form-control.error{
		border-bottom: 1px solid red;
	}
	.input_wrap{
		position: relative;
	}
	.input_wrap label{
		display: none;
		color: red;
		font-size: 12px;
		font-weight: 400;
		bottom: 0;
    position: absolute;
	}
	.input_wrap label.active{
		display: block;
	}
	.wpforms-confirmation-container-full{
		position: absolute;
		width: 200px;
		height: auto;
		background: #fff;
		box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.09);
		color: #000;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
		cursor: pointer;
	}
	.form-contact_wrap{
		padding-left: 20px;
    padding-right: 20px;
	}
	@media only screen and (min-width: 1024px) {
		.form-contact_wrap{
			padding-left: 70px;
			padding-right: 70px;
		}
	}
	@media only screen and (min-width: 1400px) {
		.form-contact_wrap{
			padding-left: 120px;
			padding-right: 120px;
		}
	}
	@media only screen and (min-width: 1500px) {
		.form-contact_wrap{
			padding-left: 170px;
			padding-right: 170px;
		}
	}
	.adds-inside_wrap{
		position: relative;
	}
	.adds-inside .adds-inside_wrap .resize {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4;
		cursor: pointer;
		width: 47px;
		height: 47px;
		background: #c2c0c1;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.adds-inside .adds-inside_wrap .resize img{
		width: 30px;
		height: 30px;
	}
	.error_404{
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 35px;
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.error_404 h1{
		font-size: 100px;
		margin-top: 0;
		margin-bottom: 20px
	}
	.error_404 p{
		font-size: 28px;
	}
	.news-content{
		padding-top: 110px;
		padding-bottom: 70px;
	}
	.news-content p{
		margin-bottom: 15px;
	}
	@media only screen and (min-width: 1024px) {
		.news-content{
			padding-top: 50px;
		}
	}
	.news-content_title{
		font-size: 22px;
    margin-bottom: 30px;
	}
	@media only screen and (min-width: 768px) {
		.news-content_title{
			font-size: 30px;
		}
	}
	.amp-wp-article, .ampforwp-comment-wrapper, .wpforms-shortcode-amp-text{
		display: none;
	}
	.form_wrap .checkbox{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.form_wrap .checkbox input{
		width: 14px;
		height: 14px; 
		margin: 0;
		margin-top: 3px;
		margin-right: 10px;
	}
	.form_wrap .checkbox label{
		cursor: pointer;
		width: 100%;
	}
.sorter{
	font-size: 15px;
	font-weight: 300;
	color: #8c8989;
	text-transform: uppercase;
}
.sorter select{
	outline: none;
	border: 1px solid #d5d3d3;
}
@media only screen and (max-width: 767px) {
	.mainpage_top{
		padding-bottom: 0;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.card{
		margin-bottom: 0;
	}
	.card_info-block{
		font-size: 16px;
	}
}

.team{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.team_item{
	width: calc(25% - 34px);
	margin-right: 30px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	.team_item{
		width: calc(25% - 19px);
		margin-right: 15px;
	}
}
@media only screen and (max-width: 992px) {
	.team_item{
		width: calc(33.3333% - 19px);
		margin-right: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.team_item{
		width: calc(50% - 19px);
		margin-right: 15px;
	}
}
@media only screen and (max-width: 510px) {
	.team_item{
		width: 100%;
		margin-right: 0;
	}
}
.team_item-image{
	background-position: center center;
	background-size: cover;
	background-position-y:0px;
	height: 200px;
	width: 100%;
	margin-bottom: 20px;
}
.team_item-title{
	color: #252525;
	font-size: 20px;
	margin-bottom: 0!important;
}
.team_item-subtitle{
	color: #8e8e8e;
	font-size: 12px;
	margin-bottom: 20px!important;
	position: relative;
	padding-bottom: 20px;
}
.team_item-subtitle:after{
	content: '';
	width: 200px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
}
.team_item-email{
	font-size: 12px;
	margin-bottom: 10px!important;
	text-decoration: none;
}
.team_item-phone{
	font-size: 12px;
	color: #252525;
	margin-bottom: 0!important;
	text-decoration: none;
}
.team_item-phone i, .team_item-email i{
	margin-right: 10px;
	color: #252525;
}
.team_item-phone:hover, .team_item-email:hover{
	text-decoration: underline;
}

.header_right{
	display: flex;
	flex-direction: row;
}
.header .qtranxs_language_chooser{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	margin-right: 50px;
}
.header .qtranxs_language_chooser li{
	list-style: none;
	position: relative;
	padding-right: 20px;
}
.header .qtranxs_language_chooser li:after{
	content: '';
	position: absolute;
	height: 15px;
	width: 1px;
	background: #868683;
	right: 10px;
	top: 1px;
}
.header .qtranxs_language_chooser li:last-of-type:after{
	display: none;
}
.header .qtranxs_language_chooser li a{
	color: #868683;
	text-decoration: none;
}
.prop-wrap{
	display: flex;
	flex-direction: row;
	position: absolute;
	right: 0;
	top: 0;
}
.prop-wrap .prop-item .bar-valuation{
	font-weight: 400;
    font-size: 18px;
	border-right: 1px solid #fff;
	padding: 6px 6px;
	color: #fff;
	height: auto;
	width: auto;
	margin: 0;
	line-height: 1;
}
.prop-wrap .prop-item:last-of-type .bar-valuation{
	border-right: none;
}

.slider_prev, .slider_next{
	width: 47px;
	height: calc(100% - 95px);
	position: absolute;
	cursor: pointer;
	z-index: 3;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.slider_prev{
	left: 0;
}
.slider_prev:after {
	content: '';
	position: absolute;
	background: url("image/left-arrow.svg");
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 20px;
	height: 50px;
}
.slider_next{
	right: 0;
}
.slider_next:after {
	content: '';
	position: absolute;
	background: url("image/right-arrow.svg");
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 20px;
	height: 50px;
}
.form-page p{
	font-size: 30px;
	padding-left: 10px;
}
@media screen and (max-width: 500px) {
	.form-page p{
		font-size: 25px;
		padding-left: 0;
	}
}
.wpforms-container {
	margin-top: 50px;
}
.wpforms-field-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wpforms-field{
	width: calc(33.333% - 20px);
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
	.wpforms-field{
		width: 100%;
		padding: 0;
	}
}
.wpforms-field-textarea{
	width: 100%;
}
.wpforms-field-hp{
	display: none;
}
.wpforms-field-label{
	margin-bottom: 10px;
}
.wpforms-field input{
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.4);
}
.wpforms-field-textarea textarea{
	resize: none;
	border: 1px solid rgba(0, 0, 0, 0.4);
	height: 100px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.wpforms-submit{
	width: 100px;
	display: block;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	margin: 0 auto;
}
.forms-fields-hidden{
	display: none;
}

#mode{
	display: none;
}


.mainpage_news {
	padding-left: 0px !important;
}


@media screen and (max-width: 768px){
    /** SLIDER **/
    .rev-btn a{
          font-size: 8px;
    }
    .rs-layer{
        margin-left: -50px;
    }

    /** FOOTER **/
    .footer{
        padding-left: 0;
        padding-right: 0;
    }
    .footer .widget_text{
        width: 100%;
        text-align: center;
    }
    .footer .widget{
        padding: 25px;
    }


}

/* ESTIMATION FORM GRPD */
#wpforms-900-field_30-container,
#wpforms-641-field_30-container{
    width: 100%;
}
#wpforms-900-field_30-container .wpforms-field-label-inline,
#wpforms-641-field_30-container .wpforms-field-label-inline{
    padding-left: 10px;
}
#wpforms-900-field_30-container ul,
#wpforms-641-field_30-container ul{
    list-style-type: none;
}
#wpforms-900-field_30_1,
#wpforms-641-field_30_1{
    height: 15px;
}

#wpforms-900-field_30,
#wpforms-641-field_30{
    padding-left: 0;
}

#wpforms-900-field_30-container .wpforms-field-label,
#wpforms-641-field_30-container .wpforms-field-label{
	display: none;
}

#virtual_tour{
    width: 100%;
    
    max-width:770px;
    height:433px;
}

@media screen and (max-width: 768px){
    #virtual_tour{
        width: 100%;
        
        max-width:770px;
        height:350px;
    }
}