/*
	Theme Name: Добродача
	Author: Great Crew
	Website: http://greatcrew.eu
	URL: http://greatcrew.eu
	Copyright: 2016
	Version: 1.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
html.video {
	/*font-size:62.5%;*/
	background: #fff!important;
	overflow-x: hidden;
	width:100%;
	padding:0px!important;
	margin:0px!important;
	top:0!important;
}
body {
	/*background: #fff;*/
	font-family: 'Raleway', Verdana, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    width: 100%;
    color: #222222 !important;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
p, a, textarea, .mbr-company .list-group-text {
	color:#222222 !important;
}
h1, h2, h3, h4, h5, h6 {
	color:#282828;
}
h1 a, h2 a, h3 a {
	color:#282828 !important;
}
p {font-size: 16px;}
@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot');
  src: url('/fonts/fontello.woff') format('woff'),
  src: url('/fonts/fontello.woff2') format('woff2'),
  url('/fonts/fontello.ttf') format('truetype'),
  url('/fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'fontello2';
	src: url('/fonts/fontello2.eot');
	src: url('/fonts/fontello2.woff') format('woff'),
	src: url('/fonts/fontello2.woff2') format('woff2'),
	url('/fonts/fontello2.ttf') format('truetype'),
	url('/fonts/fontello2.svg#fontello2') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	/*color:#444;*/
	text-decoration:none;
}
a:hover {
	/*color:#444;*/
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
*/
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
@media only screen and (max-width:640px){
	.map__container .uk-dropdown--building-info {
		position: fixed;
		left:50%!important;
		top:50%!important;
		-webkit-transform:translate3d(-50%,-50%,0);
		transform:translate3d(-50%,-50%,0);
		margin:auto!important;
		z-index:120;
	}
	.uk-dropdown--building-info:before {
		border-radius:10px!important;
	}
	.uk-dropdown--building-info:after {
		display:none!important;
	}
}
/* custom */
.map__container .uk-dropdown--building-info .title a:hover,
.uk-dropdown--building-info .actions a.typo-next-link:hover {
	border-bottom: 2px solid #aabd3c;
}

#menu-0 .nav a.buttons, #menu-0 a.nav-dropdown-sm {
	width: 90.5%;
}
.promo-banner__prev .hint p, .promo-banner__next .hint p {
	font-size: 12px;
}
.side__item-title a {
	border-bottom: 2px solid #ffe44b;
}
.side__item-title a:hover {
	border-bottom: 2px solid #f3cf00;
}
.news-item__img-label {
	color:#222;
}
.without-first .faq-item__body p {
	position: absolute;
    top: 16%;
}
.section--review {
	padding-bottom: 0 !important;
}
body.post-type-archive-clients .decor-waves {
	background-image: url(./img/wave.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#reviews
 {
	padding-top: 35px !important;
}
.hit_sale img {
	width: 190px;
	position: absolute;
	z-index: 30;
	left:-1px;
	/*-moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg); 
    -webkit-transform: rotate(-35deg); 
    -o-transform: rotate(-35deg); 
    transform: rotate(-35deg);*/
    margin-top: 15px;
    height: auto!important;
}
.building-item__right {
	padding-bottom: 40px;
}
body.post-type-archive-villages .building-item__left {
	padding-bottom: 52px;
}
.building-item__actions {
	position: absolute;
	bottom: 20px;
	left:25%;
	right:25%;
	margin: auto;
}
body.post-type-archive-villages .building-item__actions {
	position: absolute;
	bottom: 20px;
	left:26%;
	right:25%;
	margin: auto;
}
.building-container--grey .building-item {
	position: relative;
}
.building-container-inner .building-item--different {
	position: relative;
}
body.post-type-archive-projects .building-item__right {
	padding-bottom: 0;
	padding-left: 13px !important;
}
body.post-type-archive-projects .building-item__text {
	padding-bottom: 35px;
}
a.typo-link:hover {
	color: #aabd3c;
	border-bottom: 2px solid #aabd3c;
}

body.post-type-archive-projects h2,
body.about-company h3.fly a
 {
	font-family: 'Noto Serif', Verdana, sans-serif;
    font-weight: normal;
    line-height: 26px;
	font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    border-left: 5px solid #b11e4d;
    padding: 1px 0 1px 13px;
    color: #282828;
    border-bottom: 0 !important;
    margin: 0 0 21px 0;
}
#total-simulator  .button--border{
	overflow: hidden;
	width: 100%;
}
.owl-stage {
	display: flex;
}
.building-item__header:hover {
	background: #aabd3c;
}
.review-item {
	float:right;
} 
.review-item:nth-child(2n) {
	float:left;
}

#page_curr {
	margin:40px 0;
}
h1.typo-h1_ {
	font-family: 'Noto Serif', Verdana, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    color: #282828;
    margin: 0 0 21px 0;
}
ul.partners_list li {
	list-style: none;
	display: inline;
    margin-right: 25px;
}
ul.partners_list li a {
	display: inline-block;
	width: 31%;
	text-align: center;
}
ul.partners_list li h6 {
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.building-item__left .swiper-container-outer {
    margin-top: -19px !important;
    margin-left: -14px !important;
}
.subcr {
	margin: 0;
    width: 95% !important;
    text-transform: uppercase;
    background-color: #bbd143;
    text-align: center;
    display: block;
    font-weight: 700;
}
.subcr:hover {
    background-color: #aabd3c;
}
body.post-type-archive-projects .hero {
	background: url(./img/hero/hero-different-project.jpg) no-repeat;
}
div.hero {
	min-height:400px;
	max-height:480px;
	/*background:url('');*/
	overflow: hidden;
	background-size:cover;
}
body.page div.hero {
	margin-top:58px!important;
	background-position:top center;
}
.single div.hero,
.single-projects div.hero {
	margin-top:118px!important;
	background-position:top center;
}
.hero .hero__img {
	max-height:480px;
	max-width:150%;
	width:auto;
}
div.hero.hero--h-580 {
	height:529px;
	max-height:600px;
}
div.hero.hero--h-580 .hero__img {
	height:600px;
	max-height:600px;
}
div.hero.hero--h-800 {
	height:820px;
	max-height:820px;
	margin-top:58px;
}
div.hero.hero--h-800 .hero__img {
	height:820px;
	max-height:820px;
}
div.hero.hero--h-800.hero--h-800 {
	height:auto!important;
}
#wp-load-more-btn {
	background: none;
    border-top: none;
    border-left:none;
    border-right: none;
    margin-top: 20px;
    outline: none;
    color:#222;
    -webkit-outline:none;

}
body.single-projects .hero__overlay-header-location:before {
	content: '';
	display: none;
}
body.single-projects .hero__overlay-header-location {
	padding-left: 0;
}
.alcove {
	overflow: hidden;
	height: 260px;
}


.price-container {
	display: block;
    position: relative;
    height: 85px;
}
.hero__overlay-header-price span, .hero__overlay-header-price strong, 
.hero__overlay-header-price small {
	display: block !important;
	text-align: center;
	visibility: visible !important;
}
.hero__overlay-header-price span {
	font-family: 'PT Serif', serif;
	font-size: 20px;
}
.hero__overlay-header-price small {
	color:#555;
	font-family: 'Raleway', Verdana, sans-serif;
} 
.hero__overlay-header-price {
	background: #fff;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 20px;
}
.video iframe {
	width: 100%;
}
#video {
	border-bottom: 4px solid #ffe44b;
}
#video-block #video {
	border-bottom:0!important;
}
#video .video {
	padding: 20px 15px 20px;
}
@media screen and (min-width: 1024px){
	#video .video {
		padding: 50px 15px 10px;
	}
}
.hero__overlay-header-price .swiper-container {
	overflow-y: scroll !important;
}
.conts, svg.conts {
	top:0 !important;
	position: relative;
}
body.single-offers .projects_comfort_items ul {
	padding-left: 10px;
}
.projects_comfort_items ul li {
	list-style: none;
}
body.single-projects .swiper-slide .zoom {
	height:34px;
	right:0;
	position: relative !important;
}
.icon:before {
	color:#bbd143;
}
i.icon-animals, i.icon-flash, i.icon-church,
i.icon-lights {
	font-size: 24px;
}
i.icon-house_tree,
i.icon-terrace_2,
i.icon-terrace_ground,
i.icon-space, i.icon-terrace_1,
i.icon-timber_pile
 {
	font-size: 21px;
}
i.icon-wood_storage_1 {
	font-size: 23px;
}
i.icon-warmth, i.icon-balcony {
	font-size: 20px;
}
i.icon-bedroom {
	font-size: 16px;
}
i.icon-livingroom {
	font-size: 12px;
}
i.icon-douche {
	font-size: 22px;
}
body.post-type-archive-villages i.icon-ecological,
body.single-alcoves i.icon-ecological,
body.single-offers i.icon-ecological {
	font-size: 21px;
	margin-top: 6px;
}
i.icon-ecological,
i.icon-trees, i.icon-sauna, i.icon-couple {
	font-size: 21px;
}
i.icon-river {
	font-size: 23px;
}

body.single-villages .opt .icon:before {
	color:#fff !important;
}
body.single-villages .opt .iconwrap__icon, body.single-villages .opt li.iconwrap__icon {
	top: 75%;
    left: 10%;
}
body #menu-1 a.nav-link.buttons {
	display: inline-block;
	margin-top:20px;
}
#menu-0 a.nav-link.link:hover {
	color: #bbd143 !important;
}
body #menu-1 a.nav-link.buttons:hover {
	background-color: #ffd800;
}
#menu-1 a.nav-link.link:hover {
	border-bottom: 2px solid #f3cf00;
}
body.post-type-archive-villages #menu-1 a.nav-link.link {
	margin-left: 37px;
}
body.post-type-archive-villages #menu-1 a.nav-link.link small{
	text-transform: none;
    font-size: 11px;
    display: inline-block;
    float: left;
    margin-left: 56px;
    line-height: 21px;
    white-space: nowrap;
    margin-bottom:6px;
}
.box span {
	display: block;
}
.boss {
	position: relative;
    display: block;
    border: 3px solid #bbd143;
    border-radius: 10px;
    height: auto;
    float: right;
}
.boss .base img {
	width: 100%;
    height: 100%;
}
.quality_border {
	background: #fff;
    float: left;
    margin: 13px 0;
    border-radius: 10px;
    border:1px solid transparent;
    -moz-column-count: 2;
    -moz-column-rule: 1px solid transparent;
    -webkit-column-count: 2;
    -webkit-column-rule: 1px solid transparent;
    column-count: 2;
    column-rule: 1px solid transparent;
    padding: 45px;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
	width: 100%;

}
.quality_border p {
	margin-bottom: 50px; 
}
.quality_border div {
	width: 15%;
    float: left;
    margin-bottom:45px;
}
.quality {
	background: rgba(255,255,255,0.7);
    border: 1px solid transparent;
    border-radius: 10px;
}

#map__container {
	background: url(./img/map/map-home.jpg) no-repeat;
	background-size: cover;
	height:876px;
	padding-top: 90px;
}
.navfoot a {
	white-space: nowrap;
}
#about_process {
	padding-top: 52px;
}
.iconwrap .iconwrap--md span {
	margin-left: 25px;
}
.iconwrap--md .iconwrap__icon {

}
.iconwrap {
	padding: 0 0 0 44px !important;
	
}
li.iconwrap {
	word-wrap: normal !important;
}
.building-item a:hover{
	text-decoration: none;
}
.base {
	margin:0 !important;
	padding: 0;
	
}
.spoiler > input{
	display:none;
}
.spoiler > input + label , .spoiler > .spoiler_body{
	padding-top:5px;
	overflow:hidden;
	width:100%;
	box-sizing: border-box;
	display: block;
}

.spoiler p {
	background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
    background: -o-linear-gradient(rgba(255,255,255,0),#fff);
    background: linear-gradient(rgba(255,255,255,0),#fff);
}
.spoiler > input + label + .spoiler_body{
	display:none;
}
.spoiler > input:checked + label{
	display: block;
	overflow: visible;
}
.review_excerpt {
	height: 196px;
	padding-left: 30px;
    overflow: hidden;
}
.review_excerpt:active {
	height:100%;
}
.vertical_gallery {
	overflow-x: hidden;
	max-height: 1000px;
	border-top: 1px solid #bbd143; 
}
.vertical_gallery img {
	margin-bottom: 3px;
}
.vertical_gallery {
	width: 100%;
	position: relative;
} 
.vertical_gallery::-webkit-scrollbar-thumb {
	background-color: #bbd143;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 5px;
}
.vertical_gallery::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;
	margin-right:-10px;
}
@media screen and (max-width:680px) {
	.vertical_gallery {
		overflow-y: hidden;
		overflow-x: auto;
		height:300px;
		white-space: nowrap;
		-webkit-overflow-scroll:touch;
	}
	.vertical_gallery a,
	.vertical_gallery img {
		height:300px;
		width:auto;
		max-width:200%;
		display: inline-block;
	}
}
.gallery-wrapper {
	border: 1px solid #bbd143; 
	margin: 0 0 20px;
	padding: 0;
}
.gallery-wrapper h4 {
	float:left;
	line-height: 30px;
	margin-left: 10px;
}
.gallery-wrapper span {
	float: right;
	margin-right: 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.header-price_offers {
	background: #fff;
    padding: 14px;
    border: 1px solid transparent;
    border-radius: 10px;
}
body.single-offers .hero__overlay-block {
	border: 2px solid #BBD143;
}
body.single-offers .hero__overlay-header-prev span {
	position: absolute;
	display: inline-block;
	width: 200px;
	left: 238px;
    top: 2px;
}

.stars_offer {
	position: absolute;
	z-index: 20;
}
.stars_offer i {
	color: #B01E4D;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	margin-top:3px;
}
.stars_offer small, .stars_offer strong {
	position: absolute;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: 'noto serif';
}
.stars_offer strong {
	top: 49%;
    left: 20%;
}
.stars_offer small {
	top:17%;
	left:20%;
}
body.single-offers .hero__overlay-header-prev span.border_offers {
	left:242px;
}
body.single-offers .hero__overlay-header-prev span.border_offers:after {
	content: '';
	display: inline-block;
	position: relative;
	border:35px solid transparent;
	border-color: #fff;
	padding-left: 147px;
    bottom: 2px;
}
body.single-offers .hero__overlay-header-prev span.border_offers:after {
	border-color: #fff;
	border-right-color: transparent;
	border-right-width: 34px;
}
body.single-offers .hero__overlay-header-prev span.callout:after {
	content: '';
	display: inline-block;
	position: relative;
	border:33px solid transparent;
	border-color: #F2CD00;
	padding-left: 149px;
}
body.single-offers .hero__overlay-header-prev span.callout:after {
	border-color: #F2CD00;
	border-right-color: transparent;
	border-right-width: 32px;
}
body.single-offers .header-price_offers strong {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
    font-family: 'noto serif';
    color: #282828;
}
body.single-offers .mkad_offers {
	font-family: 'PT Serif',serif;
	color: #C0D353;
}
body.single-offers .hero__overlay-header-prev {
	white-space: nowrap;
}
.building-item__header-sep 
.header-price_offers span {
	display:block;
	text-transform: uppercase;
	text-align: center;
}
.header-price_offers .building-item__header-sep:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    border-top: 2px solid #BBD143;
}
.header-price_offers .building-item__header-sep:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 4px solid #BBD143;
    border-radius: 100px;
}

.spoiler_construction {
	background:#F9F8F8;
}
.spoiler_construction h4 {
	float: left;
	color:#BBD143;
	cursor: pointer;
}
.spoiler_construction > input + label:after{
	content: "+";
	float: right;
	font-family: monospace;
	font-weight: bold;
	cursor: pointer;
	color: #BBD143;
}
.spoiler_construction > input:checked + label:after{
	content: "\2013";
	float: right;
	font-family: monospace;
	font-weight: bold;
	color: #BBD143;
}
.spoiler_construction > input{
	display:none;
}
.spoiler_construction > input + label , .spoiler > .spoiler_body_offers{
	background:#F9F8F8;
	padding:10px 15px 0 15px;
	overflow:hidden;
	width:100%;
	box-sizing: border-box;
	display: block;
}
.spoiler_construction > input + label + .spoiler_body_offers{
	display:none;
	padding: 0 0 18px 18px;
}
.spoiler_construction > input:checked + label + .spoiler_body_offers{
	display: block;
}
.spoiler_construction > .spoiler_body_offers{
	background: #F9F8F8;
	border-top: none;
}
.side_banner {
	background: #F9F8F8;
	padding-bottom: 6px;
	font-family: 'PT Serif', serif;
	margin-top: 7em;
}
.side_banner h5 {
	padding: 14px 21px 27px 14px;
}
.side_banner p {
	padding: 0 14px 24px 14px;
}
.side_banner_price {
	border:2px solid #FFE44B;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 24px 9px 11px 9px;
    text-align: center;
    box-shadow: 0 2px 1px rgba(0,0,0,0.5)

}
.side_banner_price strong {
	display: block;
	background: #FFE44B;
	font-size: 20px;
	font-weight: normal;
    font-family: 'noto serif';
    text-transform: uppercase;
    line-height: 25px;
    padding: 8px;
    border:1px solid #FFE44B;
}
.side_banner_base {
	background: #fff;
	border:1px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 22px;
}
.side_banner_base small, .side_banner_base span {
	
	display: block;
}

.side_banner_base span {
	color: #B01E4D;
	font-size: 26px;
}
.side_banner_base small {
	margin: 11px 0;
}
.typo-content img, .typo-intro img {
	margin-top: 100px;
}
body.post-type-archive-projects .alcoves, .post-type-archive-alcoves .alcoves {
	height: 260px;
    overflow: hidden;
}
body.post-type-archive-projects .alcoves ul li, .post-type-archive-alcoves .alcoves ul li {
	list-style: none;
}
body.post-type-archive-projects .alcoves ul, .post-type-archive-alcoves .alcoves ul {
	padding: 0;
	margin: 0;
}
/*@media (min-width: 480px)
{
.uk-modal-dialog input[type="text"], 
.uk-modal-dialog input[type="tel"] {
		width: 10em !important;
	}
}*/
/*.uk-modal-dialog input[type="text"], 
.uk-modal-dialog input[type="tel"] {
    max-width: 84%;
    width: 13.8em;
    }*/

.uk-modal-dialog form{
	display: flex;
}
.uk-modal-dialog input {
	width: 100%;
	margin: 5px 0;
}
@media screen and (min-width: 768px){
	.uk-modal-dialog span:first-child input{
		margin-right: 2%;
	}
	.uk-modal-dialog input {
		width: 49%;
	}
}
@media (max-width: 780px) {
.prdt-square {
	white-space: nowrap;
}
svg.ico-li {
    width: 21px;
    height: 21px;
}
	#menu-0 .link[aria-expanded="true"], #menu-0 .dropdown-menu {
	border:none;
}
.stars_offer small, .stars_offer strong {
	font-size: 11px;
}
span.stars_offer {
	left:170px;
}

body.single-offers .hero__overlay {
	width:90%;
}
body.single-offers .hero__overlay-header-prev span {
	position: absolute;
	display: inline-block;
	width: 125px;
	left: 189px;
    top: 2px;
}

.stars_offer {
	position: absolute;
	z-index: 20;
}
.stars_offer i {
	color: #B01E4D;
	display: block;
	padding-left: 15px;
	font-size: 12px;
	margin-top:3px;
}
.stars_offer small, .stars_offer strong {
	position: absolute;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: 'noto serif';
}
.stars_offer strong {
	top: 49%;
    left: 29%;
    font-size: 13px;
}
.stars_offer small {
	top:17%;
	left:29%;
	font-size: 13px;
}
body.single-offers .hero__overlay-header-prev span.border_offers {
	left:192px;
}
body.single-offers .hero__overlay-header-prev span.border_offers:after {
	content: '';
	display: inline-block;
	position: relative;
	border:35px solid transparent;
	border-color: #fff;
	padding-left: 132px;
    bottom: 2px;
}
body.single-offers .hero__overlay-header-prev span.border_offers:after {
	border-color: #fff;
	border-right-color: transparent;
	border-right-width: 33px;
}
body.single-offers .hero__overlay-header-prev span.callout:after {
	content: '';
	display: inline-block;
	position: relative;
	border:33px solid transparent;
	border-color: #F2CD00;
	padding-left: 133px;
}
body.single-offers .hero__overlay-header-prev span.callout:after {
	border-color: #F2CD00;
	border-right-color: transparent;
	border-right-width: 33px;
}
}

#modal6 .uk-modal-dialog {
	min-height: 321px;
	min-width:50%;
	width:34em;
	border: 10px solid;
	border-color: rgba(214,214,214,0.7);
	border-radius: 12px;
}
#modal6 .uk-modal-dialog:after {
	content: '';
	border: 1px solid #fff;
}
.uk-modal-dialog input[type="email"] {
	width: 97%;
	margin-bottom: 30px;
}
#subscribe input[type="email"] {
	margin-bottom: 30px;
}
#subscribe .header_form  {
	width: 77%;
    display: block;
    margin: auto;
}
.uk-modal-dialog input[type="submit"], #subscribe input[type="submit"] {
	width: 56% !important;
    margin: auto !important;
    background: #FFE44B;
    border: none !important;
}
.uk-modal-dialog input {
	height: 40px;
    padding: 5px 10px;
    font-family: 'Noto Serif', Verdana, sans-serif;
    width: 47%;
    margin: 5px;
    border: 2px solid #bbd143;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
@media (max-width: 479px) {
.uk-modal-dialog input {
    width: 98%;
    }
}
#subscribe input[type="submit"]:hover {
	background-color: #ffd800;
}
   
 

.button--secondary:hover, .button--secondary:focus, .button--secondary.focus {
	outline-style: none;
}
.formcontact {
margin:auto; 
width: 31em;
    min-width: 70%;
    padding-top: 26px;
}
.hot_label {
	top: -24px;
    text-transform: uppercase;
    float: right;
    display: block;
    position: absolute;
    background: #F2CD00;
   }
.hotborder {
border-width: 20px;

}
.swiper-slide .container {
	width:100%;
	padding-bottom:15vh;
}

.hot_offers i {
   	color: #B01E4D;
   }
.hot_offers span:after {
	content: '';
	position: absolute;
	top:0;
	right:-20px;
    display: inline-block;
    border: 15px solid #F2CD00;
    padding-left: 5px;
    border-right-color: transparent;
    border-right-width: 15px;
    z-index:10;
}
.hot_offers span {
	position: absolute;
    top: -20px;
    height:30px;
    left:-2px;
    right:-2px;
    filter:drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff);
}
.hot_offers b {
	position:relative;
	top:0;
	line-height:30px;
	font-weight:300;
	z-index:100;
}
.hot_offers {
	float: right;
	background: rgba(255,255,255,.9);
	border: 2px solid #F2CD00;
	border-radius: 10px;
	width: 280px;
	position: relative;
}
.hot_offers .tl,
.hot_offers .tr,
.hot_offers .bl,
.hot_offers .br {
	position: absolute;
	display: inline-block;
}
.hot_offers .tl {top: 0px;left: 0px;}
.hot_offers .tr {top: 0px;right: 0px;}
.hot_offers .bl {bottom: 0px;left: 0px;}
.hot_offers .br {bottom: 0px;right: 0px;}
.hot_offers,
.hot_offers p {
	text-transform: uppercase;
	font-family: 'Noto Serif', 'NotoSerif', Verdana, sans-serif;
	font-weight:300;
	/*color:#000;*/
}

.hot_offers div strong,
.hot_offers div i,
.hot_offers div em,
.hot_offers div span {
	font-style: normal;
	color: #B01E4D;
	display: block;
	font-weight:300;
}
.hot_offers div b {
	font-style: normal;
	display: block;
	font-weight:300;
}
.hot_offers div p {
	padding: 17px;
	margin:0;
}
.sl {
	bottom: 10%;
	float: right;
	width: 56%;
}
.news-item + .news-item, .news-item-col + .news-item-col {
	margin-bottom: 40px;
}
.faq-item--info-customers .faq-item__img img {
	max-height: 86px !important;
}
.swiper-container-outer--alt .swiper-pagination {
	color: #222 !important;
}

/*Form You choice*/
.over_choice {
	/*width:72%;*/
	margin: 0 auto;
	background: #fff;
	/*display: none;*/
	float: none;
	/*border: 1px solid transparent;*/
    border-radius: 12px;
}

.over_choice > h3 {
	margin: 0 0 17px 0;
}
.over_choice:before {
content: '';
    position: absolute;
    background: rgba(255,255,255,0.8);
    z-index: -1;
    border-radius: 10px;
}
.over_choice .plus:after {
	content:'+';
	text-align: center;
    font-size: 92px;
    color: #bbd143;
    position: relative;
	font-weight: lighter;
    left: 50%;
	margin-left: -20px;
}
.over_choice .accord {
	top: 0 !important;
    border: 2px solid #bbd143;
    background: #fff;
}
.over_choice .cnt h3 {
	text-transform: none;
	margin-bottom: 1rem !important;
}
.over_choice .mail {
	margin-top: 30px;
	padding: 20px;
}
.over span.region{
	margin-left:0px !important;
	top:0 !important;
}
@media screen and (min-width: 768px){
	.over span.region{
		margin-left:28px !important;
	}
}
.over_choice span.icon-fa-info, 
.over_choice svg.icon--info {
    left: 25px !important;
    position: relative;
    float: left;
}
.over_choice h3.bold {
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.infrm .green{
	padding-left: 30px;
	color: #bbd143;
}
.price_over_choice {
	text-align: center;
	margin-top: 20px;
}
.price_over_choice span {
	display: block;
}
.over_choice .info-homes {
	display: block;
    position: relative;
    border: 2px solid #bbd143;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.over_choice span.sqr {
	top:10px;
}
#acc .info-homes {
	width:100%;
}
.info-homes .icon2-icon_dd-home,
.over_choice .info-homes .icon2-icon_dd-home,
.over_choice .info-homes .ico-homes {
	/*position: absolute;*/
	/*top: 6px;*/
    color: #bbd143;
    fill: #bbd143;
    margin:0 9px;
    float: left;
	font-size: 28px;
}
.over_choice .panel-collapse.collapsing {
	height:auto!important;
}
.over_choice .info-homes p {
	margin:0;
	padding-left: 50px;
	font-family: 'PT Serif',serif;
}
.over_choice .info-homes p.prc {
	font-weight: 600;
}
.over_choice .informer p.red {
	font-family: 'PT Serif',serif;
	text-align: right;
}
.over_choice .informer .price-info {
	text-align: right;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 20px;
}
.over_choice .block_info-homes {
	background: #fff;
	position: absolute;
	/*top:-54px;*/
	border: 1px solid transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.over {
	background: #F8F8F8;
	padding: 10px;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 11px;
	float: none;
	display: flex;
	flex-direction: column;
}
.over_choice .panel-body {
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0;
	border-style: solid;
	border-color: #bbd143;
    float: left;
    background: #fff;
    padding: 19px 0 0 0;
    
}
.over_choice .accord{
	position: relative;
}
@media screen and (min-width: 768px){
	.over_choice .accord{
		position: absolute;
	}
}
.over_choice .panel-body p {
	font-family: 'Noto Serif', Verdana, sans-serif;
}
.price_over_choice .price_total {
	padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #FFE44B;
    background: #fff;
	max-width: 400px;
	margin: 0 auto;
}
#modal-pre-selected-final-price {
	font-size:24px;
	font-weight:400;
	white-space: nowrap;
	font-family:'PT Serif',serif;
}
#modal-pre-selected-final-price span {
	display: inline;
}
.price_over_choice .total_cost {
    text-align: left;
    margin-bottom: 12px;
	max-width: 400px;
	margin: 0 auto;
}
.mail form{
	display: flex;
}
.mail input {
	width: 100%;
	margin: 5px 0;
}
@media screen and (min-width: 768px){
	.mail span:first-child input{
		margin-right: 2%;
	}
	.mail input {
		width: 49%;
	}
}

.mail input[type="email"] {
	width: 97%;
}
.mail input[type="email"] {
	margin-bottom: 30px;
}
.mail input[type="submit"], #subscribe input[type="submit"] {
	width: 56% !important;
    margin: auto !important;
    background: #FFE44B;
    border: none !important;
}
.mail input {
	height: 40px;
    padding: 5px 10px;
    font-family: 'Noto Serif', Verdana, sans-serif;
    width: 47%;
    margin: 5px;
    border: 2px solid #bbd143;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 0.025em;
}
@media (max-width: 479px)  {
.mail input {
    width: 98%;
    }
}
.mail input[type="submit"]:hover {
	background-color: #ffd800;
}
   







.additional_options {
	/*float: right;*/
	margin: 10px 0 0;
	padding: 0;
}
.additional_options li {
	list-style: none;
	display: block;
	position: relative;
	margin:0 0 6px;
}
.additional_options li div {
	position: relative;
	padding-left:10px;
	font-size:14px;
	line-height:1.1;
	color:#282828;
}
.additional_options li div > i {
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: -8px;
}
.additional_options li div.check > i {
	background: url("./img/map/checkbox_small.svg") no-repeat;
}
.over_choice input[type=checkbox] {
position: relative;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    width: 20px;
    border: 1px solid #555;
    height: 20px;
    background-color: white;
}
.over_choice input[type=checkbox]:checked::after {
	background: url(./img/map/checkbox_small.svg) no-repeat;
    content: "";
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: -1px;
    bottom: 0;
    left: -1px;
    right: 0;
}
.over_choice label {
font-size: 16px;
    margin-right: 1rem;
    color: #555555;
    font-family: PT Serif;
    font-weight: lighter;
}
@media (max-width: 980px) {
.over_choice h3.bold {
	font-size: 13px;
}
.over_choice .info-homes p {
	padding-left: 31px;
}
.over_choice .block_info-homes {
	position: static;
	margin-top: 10px;
	top:0;
}
.over_choice .info-homes img {
	margin-bottom: 5px;
}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.navbar #menu-1 {
	-webkit-transition:all 0.45s ease;
	transition:all 0.45s ease;
}
.navbar.navbar-shorted #menu-1.block-absolute,
.navbar.navbar-short #menu-1.block-absolute {
	height:4rem;
	background:rgba(255,255,255,0.9);
}
.navbar.navbar-shorted #menu-1.block-absolute {
	background:rgba(255,255,255,1)!important;
}

.uk-slidenav {
  padding:10px;
  width:60px;
  height:70px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-background-size:contain;
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
  font-size:30px;
  line-height:50px;
  opacity: 1;
  display: block;
}
.uk-slidenav:hover,
.uk-slidenav:focus,
.uk-slidenav:active {
  color:#fff;
  font-size:40px;
  line-height:50px;

}
.uk-slidenav-previous:before {
  content:'\e825';
  font-family:'fontello';
}
.uk-slidenav-next:before {
  content:'\e826';
  font-family:'fontello';
}
.uk-lightbox-content{position:relative}
.uk-lightbox-content .uk-slidenav{position:absolute;top:50%;z-index:1;margin-top:-30px;display:block; text-decoration: none;}
.uk-lightbox-content .uk-slidenav-previous{left:0px}
.uk-lightbox-content .uk-slidenav-next{right:0px}

.reviews .box {margin:0;}
.reviews .box:first-child {margin-top:30px;}
.reviews .box:last-child {margin-bottom:30px;}
/*.reviews .box h4 {padding-left: 30px;}*/

.prdt-square {text-align: center;}

.uk-open .uk-modal-dialog {position: relative;}
.uk-close {display:block;width:24px;height:24px;background:#fff;border-radius:12px;line-height:24px;text-align:center;z-index:200;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;}
.uk-close:after {content:'\00d7';color:#000;}
.uk-modal-spinner:after {content:none;}
.uk-modal-spinner {width:50px;height:50px;background:url('./img/ajax-loader.gif');background-position:center;background-repeat:no-repeat;}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {bottom:auto!important;top:30%!important;}
.owl-theme .owl-nav .owl-next {left:auto;right:-5%;}
.owl-theme .owl-nav .owl-prev {left:-5%;}


.building-item__header-title mob {display: inline-block;}
@media screen and (max-width:640px){
.building-item__header-title mob {display:none;}
}
@media screen and (max-width: 480px){
	.quality_border div{
		width: 100%;
		text-align: center;
	}
}
.single-projects .iconwrap .icon-bedroom{font-size: 100%;  margin-left: -0.1rem;  margin-top: 0.4rem;}
