*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin:0px;
	overflow-y: scroll;
	color: #303030;
	overflow-x: hidden !important;
}

* {margin: 0; padding: 0;}

ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}

.fullwrap {
	overflow-x: hidden !important;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #e3ded7;
	padding-top: 88px;
}
.fullwrap2 {
	overflow-x: hidden !important;
	width: 100%;
	padding: 4px 0;
	background-color: #fff;
	z-index: 2;
	position: fixed;
}
.fullwrap3 {
	overflow-x: hidden !important;
	position: fixed;
	top: 115px;
	z-index: 1;
	left: calc((100% - 1140px) / 2);
}

.wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.ins {
	position: relative;
}

.my_404 {
	margin-top: 50px;
	text-align: center;
}
.my_form {
	display: none;
	width: 320px;
	overflow: hidden;
}
.my_form h4 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-color: #1bacd9;
	color: #fff;
	font-size: 20px;
	font-family: "RobotoLight";
}
.my_form input {
	display: block;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	outline: none;
	border: 1px solid #cdcdcd;
	width: 272px;
}
.my_form input[type="submit"] {
	width: 272px;
	margin-bottom: 0;
	background-color: #1bacd9;
	border-color: #1bacd9;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.my_form input[type="submit"]:hover {
	background-color: #fff;
	color: #303030;
}
.my_form textarea {
	display: block;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	outline: none;
	border: 1px solid #cdcdcd;
	width: 272px;
}
.my_form2 {
	display: none;
	overflow: hidden;
  max-width: 540px;
  padding: 30px 35px;
}
.my_form2 .fancybox-close-small {
	right: -6px;
  top: -5px;
}
.fancybox-close-small {
	right: -9px;
	top: -8px;
}
.my_form h5 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}
.top {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.top .menu ul {
	padding-inline-start: 0;
}
.top .menu ul li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.top .menu ul li:nth-of-type(4) {
	display: none;
}
.top .menu ul li a {
	color: #303030;
	font-weight: bold;
}
.top .menu ul li:last-of-type a {
	color: #de2b03;
	font-weight: bold;
}
.top .menu .sh {
	width: 98px;
	height: 26px;
	overflow: hidden;
	background-image: url(../img/mdomik.jpg);
	background-position: -98% 0;
}
.top .menu ul li:last-of-type .sh {
	background-image: url(../img/mdomikr.jpg);
}
.top .menu ul li[class="active"] a {
	color: #1bacd9;
}
.top .menu ul li[class="active"] a .sh {
	background-position: 0 0;
}
.top .menu ul li a:hover {
	color: #1bacd9;
}
.top .menu ul li a:hover .sh {
	background-position: 0 0;
}
.top .menu ul li p {
	margin-top: 2px;
}
.top .tel {
	margin-top: 10px;
}
.top .tel a {
	display: block;
	color: #303030;
}
.top .tel a span {
	font-weight: 900;
	padding-left: 5px;
}
.top .tel .mail {
	margin-top: 5px;
}
.top .tel .mail span {
	font-weight: 900;
	padding-left: 5px;
}
.fullwrap3 .lm ul {
	width: 180px;
	list-style-type: none;
	padding-inline-start: 0;
}
.fullwrap3 .lm ul li {
	margin-top: 13px;
}
.fullwrap3 .lm ul li a {
	font-weight: bold;
	color: #303030;
	padding: 3px 10px 3px 30px;
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	width: 135px;
	position: relative;
}
.fullwrap3 .lm ul li a:after {
	position: absolute;
	content: "";
	left: 12px;
	top: 6px;
	width: 12px;
	height: 12px;
	background-color: #303030;
	border-radius: 10px;
}
.fullwrap3 .lm ul li a:hover {
	color: #1bacd9;
	text-decoration: underline;
}
.fullwrap3 .lm ul li a:hover:after {
	background-color: #1bacd9;
}
.fullwrap3 .lm ul li[class="active"] a, .fullwrap3 .lm ul li:target {
	color: #1bacd9;
	text-decoration: underline;
}
.fullwrap3 .lm ul li[class="active"] a:after {
	background-color: #1bacd9;
}
.pol {
	padding-top: 23px;
	width: calc(100% - 285px);
	margin-left: 285px;
  padding-bottom: 40px;
}
.pol h3 {
	font-weight: 900;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
}
.pol .right_bottom {
	text-align: right;
}
.pol .zayavka {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 11px 15px;
	border: 2px solid #1bacd9;
	border-radius: 30px;
	background-color: #1bacd9;
	display: inline-block;
  width: 136px;
  text-align: center;
}
.pol .zayavka:hover {
	color: #303030;
	background-color: #fff;
}
.brown {
	background-color: #442f26;
	width: 100%;
	height: 350px;
	position: absolute;
}
#ex1 {
	background-image: url(../img/fon1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

.topg .centr p.reddish {
	background-color: #de2b03;
}

.topg {
}
.topg h1 {
	font-weight: 900;
	font-size: 48px;
	color: #1bacd9;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #fff;
}
.topg .centr {
	margin-top: 185px;
	margin-left: 3px;
	margin-bottom: 200px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 60px 65px;
	text-align: center;
	position: relative;
}
.topg .centr p {
	position: absolute;
	background-color: #1bacd9;
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
	width: 340px;
}
.topg .centr p:nth-of-type(1) {
	right: 25px;
	top: -19px;
}
.topg .centr p:nth-of-type(2) {
	left: 25px;
	bottom: -19px;
}
.topg .centr span {
	font-size: 31px;
	font-weight: 600;
}
#ex2 {
	position: relative;
}
.rasp {
}
.rasp span {
	display: block;
	text-align: center;
	font-size: 31px;
	color: #fff;
	margin:30px 0 50px;
}
.rasp img {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
#ex3 {
	background-image: url(../img/arhit.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.arh .centr {
	text-align: center;
	color: #fff;
	margin: 230px 0;
	font-size: 31px;
}
#ex4 {
	background-image: url(../img/infr.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.infr .centr {
	margin-bottom: 100px;
}
.infr .centr .item {
	float: left;
	width: 31%;
	text-align: center;
	margin-top: 100px;
}
.infr .centr .item p {
	color: #fff;
}
#ex5 {
	position: relative;
}
.galer {
	min-height: 600px;
}
.galer .pag {
	margin: 20px 0 40px 0;
}
.galer .pag > a {
	display: block;
	position: relative;
	width: 30px;
	height: 25px;
	border: 1px solid #fff;
	color: #fff;
	margin: 5px 0 5px 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.galer .pag > a:hover {
	border-color: #1bacd9;
	background-color: #1bacd9;
}
.galer .pag .filtr {
	float: left;
	width: calc(100% - 80px);
	margin-top: 5px;
}
.galer .pag .filtr a {
	display: inline-block;
	padding: 6px 10px;
	background-color: rgba(255, 255, 255, 0.7);
	color: #303030;
  margin-bottom: 5px;
  margin-right: 1px;
}
.galer .pag .filtr a[class="active"] {
	background-color: #1bacd9;
	color: #fff;
}
.galer .pag .filtr a:hover {
	background-color: #1bacd9;
	color: #fff;
}

.galer .img a {
	display: block;
	float: left;
	width: calc(100% - 4px);
	margin: 0 2px;
	background-color: #1bacd9;
}
.galer .img a img {
	width: 100%;
	display: block;
}
.galer .img a:hover img {
	opacity: .6 !important;
}
#ex6 {
	background-image: url(../img/ipo.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.ipo .centr {
	margin: 70px 0;
}
.ipo .centr .left {
	float: left;
}
.ipo .centr .right {
	float: right;
}
.ipo .centr .st {
	width: 330px;
	text-align: center;
}
.ipo .centr .st p {
	font-size: 35px;
	background-color: #f4f5f7;
	padding-bottom: 20px;
}
.ipo .centr .st p span {
	font-size: 110px;
	font-weight: 900;
	color: #1bacd9;
}
.ipo .centr .st .bm {
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 24px;
	padding: 30px 0;
}

#ex8 {
 -webkit-background-size: cover;
 background-size: cover;
}

#ex8 .contento {
 margin-bottom: 0;
}

.fp	{
	background-color: #442f26;
}
.podval {
	color: #fff;
	padding: 20px 0;
	max-width: 1000px;
	margin: 0 auto;
}
.podval .adres {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.podval .adres .item {
	padding-top: 20px;
}
.podval .adres .item span {
	padding-left: 5px;
}
.podval .adres .item a {
	color: #fff;
}
.podval .adres .item .sectel {
	display: inline-block;
	padding-left: 19px;
	margin-top: 3px;
}
.podval .soc {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	margin: 20px auto;
	width: 100%;
	max-width: 800px;
	border-top: 2px solid #a29793;
	border-bottom: 2px solid #a29793;
}
.podval .soc a {
	color: #fff;
	padding-left: 20px;
}
.podval .copir {
	text-align: center;
}
.podval .copir span {
	color: #a29793;
	font-size: 12px;
	padding: 0 40px;
}
.podval .copir a {
	color: #a29793;
}
.contento {
	margin-top: 40px;
	margin-bottom: 65px;
}
.contento h3 {
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
}
.contento h1 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contento .pag {
	margin: 20px 0 40px 0;
}
.contento .pag a {
	display: block;
	position: relative;
	width: 30px;
	height: 25px;
	border: 1px solid #1bacd9;
	color: #1bacd9;
	margin: 5px 0 5px 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.contento .pag a:hover {
	border-color: #1bacd9;
	background-color: #1bacd9;
	color: #fff;
}

.pag .another {
 width: 75px;
  float: right;
}

.contento .items .item {
	width: calc(33.33333% - 32px);
	float: left;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #808186;
}
.contento .items .item img {
	display: block;
	width: 100%;
}
.contento .items .item h4 {
	font-size: 24px;
	padding-top: 25px;
	font-weight: 600;
	height: 60px;
	overflow: hidden;
}
.contento .items .item h4[class="th"] {
	height: auto;
	margin-bottom: 10px;
}
.contento .items .item p {
	padding-top: 20px;
	height: 40px;
	overflow: hidden;
}
.contento .items .item .date {
	padding-top: 20px;
}
.contento .items .item .flor {
	margin-bottom: 5px;
	font-size: 18px;
}
.contento .items .item .area {
	margin-bottom: 5px;
	font-size: 18px;
}
.contento .items .item .spot {
	margin-bottom: 5px;
	font-size: 18px;
}
.contento .items .item .insale {
	margin-bottom: 5px;
	font-size: 18px;
}
.contento .items .item a {
	color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 15px;
  border: 2px solid #1bacd9;
  border-radius: 30px;
  background-color: #1bacd9;
  display: block;
  width: 140px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.contento .items .item a:hover {
	color: #303030;
	background-color: #fff;
}
.contento .text > img {
	display: block;
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.contento .text .ins {
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 40px 60px;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.contento .text .ins {
	font-size: 22px;
}
.contento .img a {
	display: block;
	float: left;
	width: 33.33333%;
	background-color: #1bacd9;
}
.contento .img a img {
	width: 100%;
	display: block;
}
.contento .img a:hover img {
	opacity: .6;
}
.contento .text .zayavka {
	color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 15px;
  border: 2px solid #1bacd9;
  border-radius: 30px;
  background-color: #1bacd9;
  display: block;
  width: 140px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.contento .text .zayavka:hover {
	color: #303030;
	background-color: #fff;
}
.contento .contact .ins {
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.contento .contact .ins form {
	padding: 20px 20px 30px 20px;
	border-bottom: 1px solid #ccc;
}
.contento .contact .ins form input {
	padding: 5px;
	display: inline-block;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 210px;
}
.contento .contact .ins form input[type="submit"] {
	margin-right: 0;
	margin-left: 20px;
	background-color: #1bacd9;
	color: #fff;
	border-radius: 20px;
	outline: none;
	border: 2px solid #1bacd9;
	padding: 8px 15px;
	cursor: pointer;
	width: 180px;
}
.contento .contact .ins form input[type="submit"]:hover {
	background-color: #fff;
	color: #303030;
}
.contento .contact .ins form .pers {
	display: inline-block;
	vertical-align: middle;
	width: 164px;
	line-height: 15px;
}
.contento .contact .ins form .pers span {
	font-size: 12px;
}
.contento .contact .ins .karta {
	width: 100%;
	display: block;
}
.plz {
	color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 15px;
  border: 2px solid #1bacd9;
  border-radius: 30px;
  background-color: #1bacd9;
  display: block;
  width: 170px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.plz:hover {
	color: #303030;
	background-color: #fff;
}
.mob_menu {
	display: none;
}
.bgc_top_menu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.top .menu .close {
	display: none;
}
.rasp iframe {
	margin-bottom: 20px;
	height: 400px;
}
.prza .centr {
	font-size: 31px;
  color: #fff;
  margin: 20px auto 30px auto;
  text-align: center;
  max-width: 710px;
}
.brownather {
	background-color: #442f26;
  color: #fff;
}
.brownather span {
	display: inline-block;
	margin-top: 15px;
}
.contento .text h5 {
	font-size: 24px;
}
.contento .text p {
	font-size: 18px;
}
.contento .text span {
	font-size: 18px;
}
.contento .text p a {
	color: #de2b03;
}
.sharapovo {
	background-image: url(../img/sharapovo.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.sharapovo .arh .centr {
	margin: 150px 0;
	font-size: 29px;
}
.sharapovo .pol .gaid {
	color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 15px;
  border: 2px solid #1bacd9;
  border-radius: 30px;
  background-color: #1bacd9;
  display: inline-block;
  width: 136px;
  text-align: center;
}
.sharapovo .pol .gaid:hover {
	color: #303030;
  background-color: #fff;
}
.brzayavka {
	background-color: #442f26;
	padding-top: 30px;
}
.brzayavka p {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
}
.brzayavka span {
	color: #fff;
	font-size: 18px;
}
.otst {
	margin-top: 20px;
}

/*

коричневый #442f26;
голубой #1bacd9;

font-family: "Font Awesome 5 Free";

CSS3 градиенты

background-color: #000;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#000');
background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#000));
background-image: -webkit-linear-gradient(top, #bbb, #000);
background-image: -moz-linear-gradient(top, #bbb, #000);
background-image: -ms-linear-gradient(top, #bbb, #000);
background-image: -o-linear-gradient(top, #bbb, #000);
background-image: linear-gradient(top, #bbb, #000);

CSS3 Transform

-webkit-transform: perspective(250) rotateX(45deg);
-moz-transform: perspective(250) rotateX(45deg);
-ms-transform: perspective(250) rotateX(45deg);
transform: perspective(250) rotateX(45deg);

*/