@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900');

html{
    height:100%;
}

input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}

a:hover{text-decoration:none!important}
/*
#cboxCurrent {
    position: absolute;
    bottom: -32px;
	font-size:.9em;
    right: 80px;
    color: #313131;
    border-left: 1px solid #313131;
    padding: 0 0 0 15px;
}
*/

/**/

#show-price .page-price,#show-price .price-row{display:block!important;}

.currency-info{display:none;}
.btn-filter{display:none;}
.mobile-block{display:none!important;}

/**/

.quick-buttons{
	position:relative;
	display:block;
	width:89%;
	margin:0 auto;
	text-align:center;
}

.quick-buttons a:first-child{
	position: relative;
	display:inline-block;
	margin:4% auto 1.75%;
	margin-left:-1.5%;
	width:79.5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.07em;
	font-weight: 500;
	color: #fff;
	padding: 13px 0 13.5px;
	border: 2.3px solid #18191b;
	box-shadow: 0 0 2px #18191b;
	background: rgba(24,25,27.1);
}

.quick-buttons a{
	position: relative;
	display: inline-block;
	margin: 1.5% 2% 2% 0;
	width:38.5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.07em;
	font-weight: 500;
	color: #fff;
	padding: 13px 0 13px;
	border: 2.3px solid #18191b;
	box-shadow: 0 0 2px #18191b;
	background: rgba(24,25,27.1);
}

.top-filter-info{font-family: 'Roboto Condensed', sans-serif;}


.quick-buttons a:hover{
	background:#e0484a;
	transition: all 0.3s;
	color:#fff;
	border:2.3px solid #18191b;
}


/**/

body{
	max-width:100%;
	width:100%;
	height:100%;
	font-size:100%;
	line-height:1.6;
	color:#000;
	overflow-x:hidden;
	min-width:660px;
	font-size:19px;
	position:relative;
	display:block;
	padding:0!important;
	margin:0!important;
	background:#fff!important;
}

a {text-decoration:none;}


.wrapper{
	position:relative;
	display:inline-block;
	width:100%;
	min-width:660px;
	max-width:100%!important;
	overflow-x:hidden!important;
	background:#ffff;
	padding:0!important;
	margin:0 0 -10px!important;
	min-height:90vh;
}



/***********/

.toggle-button {
    position: fixed;
    top: 5px;
    right: 10px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 35px;
    width: 40px;
    cursor: pointer;
    z-index: 15;
	display:inline-block;
}

.bar {
    background-color: #e0484a;
    display: block;
    width: 100%;
    height: 4px!important;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 7px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	z-index:99;
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0px) rotate(-45deg);
	z-index:99;
}

.overlay {
    position: fixed;
    background:rgba(0,0,0,.885);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
	z-index:13;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
/*    max-height: 340px;*/
}
.overlay ul {
    display: block;
    position: relative;
    margin-top: 11%;
    left: 0;
   font-family: 'PT Sans Narrow', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    list-style: none;
    padding: 0;
}
.overlay ul li {
    display: block;
	margin-bottom:15px;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
	-webkit-transition: all .35s ease;
    transition: all .35s ease;
	
}

.overlay ul li a:hover{
    color: #E0484A;
    text-decoration: none;
	-webkit-transition: all .35s ease;
    transition: all .35s ease;
	
}

/***********/

.aboutus-image{
	position:relative;
	display:block;
	margin:3% auto 0;
}

.aboutus-image img{
	width:100%;
	height:auto;
	margin:0 0 -9px;
}

/**/

.webform-confirmation__message, .webform-confirmation__back{
	text-align:left;
	color:#FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:1.2em;
	line-height:1.35;
}

.webform-contact .webform-confirmation__message,
.modal-body .webform-confirmation__message,
.webform-contact .webform-confirmation__back,
.modal-body .webform-confirmation__back{
	text-align:left;
	color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:1.2em;
	line-height:1.35;
}

/**/

/* Pagerer */


.pagerer-container{
	position:relative;
	display:block;
	
	margin:25px 0 15px!important;
	background:#f8f8f8!important;
}

.pager ul{
	position:relative;
	display:block;
	padding:30px 0;
}

.pager li{margin:0;font-size:1em;display:inline-block;}

.pager li.is-active a{
    background: rgba(224,72,54,.15);
    color: #18191b;
	border:2px solid #e04836;
	padding:8.5px 20px 9.5px;
}

.pager span{
	font-size:.9em;
	color:#222;
	padding:3px;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.pager__item a{
    color:#18191b;
	border:2px solid rgba(24, 25, 27,.85);
	padding:8.5px 20px 9.5px;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.pager__item span:hover,
.pager__item a:hover{
	background:rgba(24,25,27,.12);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}



/**/

/***********/



.hello-top{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	box-shadow:1px 2px 3px #18191B;
}

.baner-block{
	position:relative;
	z-index:7;
	display:inline-block;
	width:100%;
	height:90.5vh;
	min-height:800px;
	border:0px solid red;
	overflow:hidden;
	
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:cover;
	
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center; 
	
	-webkit-box-shadow: inset -1px -22px 47px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -1px -22px 47px 0px rgba(0,0,0,0.75);
	box-shadow: inset -1px -22px 47px 0px rgba(0,0,0,0.75);

}

.hover-baner{
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	width:100%;
	height:100%;
	background: rgb(24,25,27);
	background: linear-gradient(90deg, rgba(24,25,27,0.8995973389355743) 0%, rgba(24,25,27,0.165703781512605) 49%, rgba(24,25,27,0.9023984593837535) 100%);
}

/************/

.border-block{
	display:block;
	position:absolute;
	z-index:9;
	top:0;
	left:12.5%;
	width:75%;
	height:100%;
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
	border-bottom:1.95px solid rgba(255,255,255,.23);
	
}

.logo-block{
	position:relative;
	display:block;
	padding:1.75% 0 1.75% 1.75%;
	border-bottom:1.95px solid rgba(255,255,255,.23);
}

.logo-block img{
	height:53px;
	width:auto;
	display:inline-block;
}

.logo-block h2{
	position:relative;
	display:inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	top:-5px;
	margin:-0px 0 0 12px;
	letter-spacing:.84px;
	color:#fff;
	font-size:2.01em;
	font-weight:600;
	line-height:1;
}

/***************/

.call-me{
	position:absolute;
	top:5%;
	right:3%;
}

.border-head .call-me,
.realestate .call-me{
	position:absolute;
	top:13%;
	right:3%;
}

.call-me a{
	color:#fff;
	font-size:1.35em;
	font-weight:500;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.call-me a:hover{
	color:#e0484a;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

/***************/

.video-hello{
	position:relative;
	display:inline-block;
	margin:9% 0 0;
	padding:2.5% 0 0%;
	z-index:8;
	width:43%;
	float:right;
	border:0px solid green;
}

.video-hello figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

/***************/

.main-text{
	position:relative;
	display:inline-block;
	margin:9% 0 0;
	padding:1.5% 2.5% 2.5%;
	z-index:8;
	width:50%;
	border:0px solid green;
}

.main-text h1{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:-0px 0 0 0px;
	letter-spacing:1.04px;
	color:#fff;
	font-size:3.51em;
	font-weight:800;
	line-height:1.1;
}

.main-text span{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	padding:0;
	margin:5.43% 0 0 0px;
	letter-spacing:.84px;
	color:#fff;
	font-size:1.751em;
	font-weight:600;
	line-height:1;
}

.main-text .place{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	padding:0;
	margin:7.43% 0 0 0px;
	padding-left:43px;
	letter-spacing:.84px;
	color:#fff;
	font-size:1.33em;
	font-weight:500;
	line-height:1;
}
.main-text .place:before{
	content:'';
	background: transparent url('../images/place.png') no-repeat center center;
    background-size: 27px 34px;
    display: inline-block;
	width:27px;
	height:34px;
	top:-6px;
	left:0;
	position:absolute;

}


/***************/

.button-block{
	position:absolute;
	bottom:0;
	left:12.5%;
	width:75%;
	border:0px solid red;
	z-index:11;
	display:block;
	
}

.button-block a{
	padding:18px 235px 18px 59px;
	display:inline-block;
	background:rgba(255,255,255,.95);
	color:#000;
	cursor:pointer!important;
	z-index:10;
	font-size:.95em;
	font-weight:600;
	border:2px solid #fff;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

a.select-action:after{
	content:'';
	background: transparent url('../images/arrow.png') no-repeat center center;
    background-size: 71px 15px;
    display: inline-block;
	width:71px;
	height:15px;
	top:24px;
	right:40px;
	position:absolute;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

a.call-action:after{
	content:'';
	background: transparent url('../images/call.png') no-repeat center center;
    background-size: 20px 43px;
    display: inline-block;
	width:19px;
	height:43px;
	top:11px;
	right:70px;
	position:absolute;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}


a.call-action{
	float:right;
}

.button-block a.select-action:hover:after{
	animation: go-link 1.05s ease infinite;
}

.button-block a.call-action:hover:after{
	animation: go-call 1.75s ease infinite;
}

a.call-action:hover:after{
	background: transparent url('../images/call-red.png') no-repeat center center;
	 background-size: 20px 43px;
    display: inline-block;
	width:19px;
	height:43px;
	top:11px;
	right:70px;
	position:absolute;
 	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
	position:absolute;
}


a.select-action:hover:after{
	background: transparent url('../images/arrow-red.png') no-repeat center center;
	background-size: 71px 15px;
    display: inline-block;
	width:71px;
	height:15px;
	top:24px;
	right:40px;
	position:absolute;
   	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

@keyframes go-link{
0% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50%{
	-moz-transform: translate(8px, 0px);
	-webkit-transform: translate(8px, 0px);
	-o-transform: translate(8px, 0px);
	-ms-transform: translate(8px, 0px);
	transform: translate(8px, 0px);
}


100% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}
}

@keyframes go-call{
0% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50%{
	-moz-transform: scale(0.82);
	-webkit-transform: scale(0.82);
	-o-transform: scale(0.82);
	-ms-transform: scale(0.82);
	transform: scale(0.82);
}


100% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}
}

.button-block a:hover{
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
	
	background:rgba(24,25,27,.32);
	border:2px solid #fff;
	color:#fff;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

/*******************/

.go-cases{
	position:relative;
	display:block;
	margin:2.7em auto 0;
	width:92%;
	text-align:left;
}

.go-cases a{
	padding:16px 225px 16px 44px;
	display:inline-block;
	background:rgba(255,255,255,.11);
	color:#fff;
	cursor:pointer!important;
	z-index:10;
	font-size:.93em;
	font-weight:500;
	border:1.55px solid #fff;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.go-cases a:hover{
	display:inline-block;
	background:rgba(255,255,255,1);
	color:#000;
	cursor:pointer!important;
	z-index:10;
	font-weight:600;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.go-cases a:after{
	content:'';
	background: transparent url('../images/arrow-white.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
	width:67px;
	height:13px;
	top:23px;
	right:33px;
	position:absolute;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.go-cases a:hover:after{
	animation: go-link 1.05s ease infinite;
}

.go-cases a:hover:after{
	background: transparent url('../images/arrow.png') no-repeat center center;
	background-size: contain;
    display: inline-block;
	width:67px;
	height:13px;
	top:23px;
	right:33px;
 	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
	position:absolute;
}

/*******************/

.case-front{
	position:relative;
	display:block;
	height:750px;
	background:#18191B;
	padding:0;
	margin:-9px 0 0;
	
}

.case-front h5{
	position:absolute;
	top:34%;
	left:-4%;
	font-weight:200;
	letter-spacing:2.2px;
	opacity:.038;
	color:#fff;
	display:inline-block;
	z-index:6;
	font-size:409%;
	padding:0;
	line-height:1.1;
	margin:0;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.border-case{
	display:block;
	position:absolute;
	z-index:9;
	top:0;
	left:12.5%;
	width:75%;
	height:100%;
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:0px solid rgba(255,255,255,.23);
}

.about-company-part{
	position:relative;
	display:inline-block;
	height:100%;
	width:48.9%;
	vertical-align:bottom;
}


.about-company-part h3{
	position:relative;
	display:inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	top:0px;
	margin:19% 0 5.25% 4%;
	letter-spacing:.84px;
	font-size:4.41em;
	font-weight:600;
	line-height:1;

  color: #000;
  background-image: -webkit-linear-gradient(90deg, #000 5%,#fff 66%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}


.about-company-part p{
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	font-size:1.11em;
	margin:0 0 25px 4%;
	position:relative;
	display:block;
}


.cases-grid{
	position:absolute;
	display:inline-block;
	height:84%;
	width:50%;
	vertical-align:bottom!important;
	bottom:0;
	right:0;
	border-top:1.95px solid rgba(255,255,255,.23);
}


.cases-grid-2{
	position:relative;
	display:inline-block;
	height:100%;
	width:50%;
	float:right;
	overflow:hidden;
	vertical-align:top!important;
	margin:3px 0 0;
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
}

.cases-grid-2 .views-row:nth-child(1){
	border-right:1.95px solid rgba(255,255,255,.23);
}

.cases-grid-2 .views-row:nth-child(3){
	border-top:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
}

.cases-grid-2 .views-row:nth-child(4){
	border-top:1.95px solid rgba(255,255,255,.23);
	
}
.cases-grid-2 .views-row:nth-child(5){
	border-top:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
}


.cases-grid-2 .views-row:nth-child(6){
	border-top:1.95px solid rgba(255,255,255,.23);
	
}

.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:247.5px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	z-index:9;
	padding:0;
	margin:0;
}

.cases-grid .views-row{
	width:50%;
	height:50%;
	display:inline-block;
	position:absolute;
	overflow:hidden;
	z-index:9;
}


.cases-grid .views-row:nth-child(1){
	left:0;
	top:0;
	z-index:9;
	border-right:1.95px solid rgba(255,255,255,.23);
}

.cases-grid .views-row:nth-child(2){
	right:0;
	top:0;
	z-index:8;
}

.cases-grid .views-row:nth-child(3){
	left:0;
	bottom:0;
	border-top:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
	z-index:9;
}

.cases-grid .views-row:nth-child(4){
	right:0;
	bottom:0;
	border-top:1.95px solid rgba(255,255,255,.23);
	z-index:8;
}

.cases-grid a.gocase{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:inline-block;
	z-index:9;
}

span.case-title{
	color:#fff;
	font-size:1.085em;
	position:absolute;
	top:11%;
	left:7.5%;
	width:85%;
	font-weight:500;
	z-index:9;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

.case-year{
	font-size:.86em;
	font-weight:300;
	color:rgba(255,255,255,.45);
	display:block;
	margin:15px 0 0;
}

.cases-grid .views-row img.gogo{
	position:absolute;
	display:inline-block;
	bottom:9%;
	right:7%;
	height:35px;
	width:auto;
	z-index:9;
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

img.case-baner{
	width:100%;
	height:100%;
	display:inline-block;
	z-index:5;
	line-height:1;
	padding:0;
	margin:0;
}

.cases-grid .hover-case{
	width:103%;
	height:100%;
	background:#18191b;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	opacity:1;
	display:inline-block;
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
}

@keyframes opacity-grid{ 
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.cases-grid .views-row:hover .a.gocase,
.cases-grid .views-row:hover .case-title{
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
	z-index:-1;
	opacity:0;
}

.cases-grid .views-row:hover .hover-case{

	opacity:.17;
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
}

.cases-grid .views-row:hover img.gogo{
	-moz-transform: scale(0.7) rotate(-45deg);
	-webkit-transform: scale(0.7) rotate(-45deg);
	-o-transform: scale(0.7) rotate(-45deg);
	-ms-transform: scale(0.7) rotate(-45deg);
	transform: scale(0.7) rotate(-45deg);
	
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

.cases-grid .views-row:hover span.case-title{
	color:#E0484A;
	
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

/***/
.cases-grid-2 img.case-baner{
	width:99.5%;
	height:100%;
	display:inline-block;
	z-index:5;
	line-height:1;
	padding:0;
	margin:0;
}

.cases-grid-2 a.gocase{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:inline-block;
	z-index:9;
}


.cases-grid-2 span.case-title{
	color:#fff;
	font-size:1.085em;
	position:absolute;
	top:11%;
	left:7.5%;
	width:85%;
	font-weight:500;
	z-index:9;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}


.cases-grid-2 .case-year{
	font-size:.86em;
	font-weight:300;
	color:rgba(255,255,255,.45);
	display:block;
	margin:15px 0 0;
}

.cases-grid-2 .views-row img.gogo{
	position:absolute;
	display:inline-block;
	bottom:9%;
	right:7%;
	height:35px;
	width:auto;
	z-index:9;
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}


.cases-grid-2 .hover-case{
	width:99.92%;
	height:100%;
	background:#18191b;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	opacity:1;
	display:inline-block;
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
}


.cases-grid-2 .views-row:hover .a.gocase,
.cases-grid-2 .views-row:hover .case-title{
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
	z-index:-1;
	opacity:0;
}

.cases-grid-2 .views-row:hover .hover-case{

	opacity:.17;
	-webkit-transition: opacity .65s;
    -moz-transition: opacity .65s;
    -o-transition: opacity .65s;
    -ms-transition: opacity .65s;
    transition: opacity .65s;
}

.cases-grid-2 .views-row:hover img.gogo{
	-moz-transform: scale(0.7) rotate(-45deg);
	-webkit-transform: scale(0.7) rotate(-45deg);
	-o-transform: scale(0.7) rotate(-45deg);
	-ms-transform: scale(0.7) rotate(-45deg);
	transform: scale(0.7) rotate(-45deg);
	
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

.cases-grid-2 .views-row:hover span.case-title{
	color:#E0484A;
	
	-webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

/***/

.real-estate{
	position:relative;
	display:block;
	background:#fff;
	padding:1% 0;
	width:99.5%;
	margin:3% auto 3%;
	text-align:center;
	
}

.pages .real-estate{
	background:#f8f8f8;	
}

.full-link{
	position:relative;
	display:inline-block;
	margin:3% auto 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.07em;
	font-weight:500;
	color:#fff;
	padding:13px 130px 13px 49px;
	border:2.3px solid #18191b;
	box-shadow:0 0 2px #18191b;
	background:rgba(24,25,27.1);
}

.full-link span {
    position: absolute;
    display: inline-block;
    height: 31px;
    width: 31px;
    right: 40px;
    top: 13px;
    background: transparent url(../images/rielicon2.png) no-repeat center center;
    background-size: 31px 31px;
	transition: all 0.3s;
}

.full-link:hover{
	background:#fff;
	transition: all 0.3s;
	color:#e0484a;
	border:2.3px solid #e0484a;
}

.full-link:hover span {
    background: transparent url(../images/rielicon2-bl.png) no-repeat center center;
    background-size: 31px 31px;
	transition: all 0.3s;
}

.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
	margin:0x 0;
	padding-bottom: 16px;
	text-align:center;
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	display: inline-block;

	list-style: none;
	width:100%;
	text-align:center;
	padding:0;
}

.tabs li:first-child{display:inline-block!important; margin:0 24px 1.5% -11px;}
.tabs li{display:inline-block!important; margin-bottom:1.5%;}

.tab > label {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	padding: 7px 31px 9px;
	margin:0 0 15px;
	border: 2.25px solid rgb(24,25,27);
	background: rgba(24,25,27,.005);
	color:#000;
	font-weight:400;
	letter-spacing:.15px;
	cursor: pointer;	
	transition: all 0.3s;
}
.tab:hover label {
	background: rgba(24,25,27,1);
	transition: all 0.3s;
	color:#fff;
}

.tab-content .slider{
	position:absolute;
	right:-5000%;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border: 2.25px solid #e0484a;
	background: rgba(224, 72, 74,.045);
	color: #000;
	transition: all 0.3s;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1) .slider,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) .slider,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) .slider,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) .slider{
	position:relative;
	right:auto;
}

.real-estate h2{
	display: block;
    margin:1% 0 1.5%;
	line-height:1;
    width: 100%;
	text-transform:uppercase;
	font-weight:700;
    padding:0% 0;
    color: #18191b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 4.45em;
    text-align: center;
    letter-spacing: 1px;
}

.real-estate .moreimages .slick-slide {
    overflow: hidden!important;
    display: inline-block;
    text-align: center;
    margin: 0 18px;
}

.real-estate .views-row{
	margin: 0%;
	display:block;
	width:96%;
	padding:1.25%;
	max-width:96%;
    vertical-align: top;
	text-align:left;
    border: 2.15px solid rgba(30,30,30,.09);
    background: rgba(248, 248, 248,.56);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .views-row:hover{
	border: 2.15px solid rgba(30,30,30,1);
	box-shadow:0 0 6px rgba(0,0,0,.55);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .views-row:hover .views-field-field-obkladynka-nerukhomosti{
	box-shadow:0 0 6px rgba(0,0,0,.35);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .views-row:hover .title-row a{
	color:#e0484a;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti{
	position:relative;
	display:block;
	background:#fff;
	width:97%;
	margin:0 auto 2%;
	text-align:center;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti img{
	height:240px;
	width:auto;
}

.real-estate .title-row{
	position: relative;
    display: block;
	width:96%;
    margin: 5% 0 1.5% 3%;
    padding: 0 0 1.5%;
    border-bottom: 1.5px solid rgba(0,0,0,.15);
}

.real-estate .title-row a {
    display: inline-block;
    position: relative;
    font-size: 1.21em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .sub-row .list-row p {
    padding: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: .93em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.real-estate .sub-row .list-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: .985em;
    font-weight: 800;
    color: #e0484a;
}

.real-estate .sub-row.right-row{
	text-align:right;
	padding:0;
}

.real-estate .sub-row.right-row h2{
	padding:0!important;
	margin:0!important;

	text-align:right;
}

.real-estate .sub-row.right-row div p {
    padding: 0;
    margin: 0 2px 0 0;
    display: inline-block;
    font-size: .91em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.real-estate .sub-row.right-row a {
    padding: 0;
    margin: 0;
    font-size: .97em;
    color: #e0484a;
    line-height: 1.1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .price-row p {
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: .89em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0,0,0,.9);
}

.real-estate .price-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.15em;
    font-weight: 800;
    color: #e0484a;
}

.real-estate .moreimages .slick-slide a.view-link {
    position: relative;
    display: block;
    padding: 10.5px 0;
    margin: 20px 0 0;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #18191b;
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}


.real-estate .moreimages .slick-slide a.view-link:hover{
	background: #18191b;
	color:#fff;
	box-shadow:0 0 3px #18191b;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}


/** Оновлений блок нерухомості - головна **/

.realestate-frontslider{
    position: relative;
    display: block;
    background: #fff;
    padding: 1% 0;
    width: 99.5%;
    margin: 0% auto 3%;
    text-align: center;
}

a.go-real {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	padding: 7px 31px 9px;
	margin:0 15px 35px;
	border: 2.25px solid rgb(24,25,27);
	background: rgba(24,25,27,.005);
	color:#000;
	font-weight:400;
	min-width:190px;
	letter-spacing:.15px;
	cursor: pointer;	
	transition: all 0.3s;
}


a.go-real:hover {
	border: 2.25px solid #e0484a;
	background: rgba(224, 72, 74,.045);
	color: #000;
	transition: all 0.3s;
}

/***/

.hello-bottom{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	background:#18191B;
	padding:0;
}

.number-block{
	position:relative;
	display:block;
	width:75%;
	height:100%;
	margin:0 auto;
	padding:0;
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
	
}

.number-block h3{
	display:block;
	margin:0;
	width:100%;
	padding:3.84% 0;
	color:#fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:3.65em;
	font-weight:300;
	text-align:center;
	border-bottom:1.95px solid rgba(255,255,255,.23);
	letter-spacing:1px;
}

.number-block h3 strong{
	font-weight:600;
}

.row-calc{
	display:inline-block;
	width:33.1%;
	position:relative;
	text-align:center;
	padding:2.85% 0;
}

.row-calc:nth-child(2){
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
}

.row-calc .counter{
	font-size:5.85em;
	color:#fff;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:900;
	margin:0;
	padding:0% 0;
	line-height:1;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.row-calc .counter:after{
	content:'+';
	font-size:1em;
	color:inherit;
}

.row-calc p{
	font-size:1.1em;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	margin:3% 0 0;
	padding:0% 0;
	color:#fff;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.row-calc:hover .counter{
	color:#E0484A;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}
.row-calc:hover p{
	color:rgba(255,255,255,.59);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.webform-block{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	padding:5% 0;
	margin:0 0 2%;
	border-top:1.95px solid rgba(255,255,255,.23);
	border-bottom:1.95px solid rgba(255,255,255,.23);
}

.webform-text{
	position:relative;
	display:inline-block;
	width:39%;
	border:0px solid red;
	margin-left:12.5%;
	vertical-align:top;
}

.webform-text p{
	font-size:2em;
	display:block;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	margin: 0;
	letter-spacing:1px;
	line-height:1.35;
	padding:0% 0;
	color:#fff;
}

.web-logo{
	position:absolute;
	left:3%;
	top:33.35%;
}

.web-logo img{
	height:90px;
	width:auto;
	opacity:.21;
}


.webform-phone{
	position:relative;
	display:inline-block;
	width:29%;
	margin-top:.35%;
	margin-right:11.25%;
	vertical-align:top;
	float:right;
}

.webform-phone .webform-submission-zamovyty-dzvinok-form{
	text-align:right;
}

.webform-phone .form-item-nomer-telefonu{display:inline-block;position:relative;width:90%;text-align:left}

.webform-phone .form-item-nomer-telefonu input{
	padding:12px 0 12px 50px;
	float:right;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	box-shadow: inset 0px 0px 14px -2px rgba(0,0,0,0.47);
	position:relative;
	display:inline-block;
}

.webform-phone .form-item-nomer-telefonu:before{
	content:'';
	position:absolute;
	top:14px;
	left:-45px;
	z-index:9;
	background: transparent url('../images/ua-flag.png') no-repeat center center;
    background-size: 34px 22px;
    display: inline-block;
	width:34px;
	height:22px;
	z-index:9;
	font-size:1em;
	color:red;
}

.webform-phone .webform-button--submit{
	float:right;
	padding:13px 75px;
	cursor:pointer;
	border:0px solid #333;
	outline:none;
	box-shadow:0 0 0px #fff;
	background:#E0484A;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:.905em;
	font-weight:500;
	color:#fff;
	margin:4% .5% 0 0;
	display:inline-block;
	position:relative;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.webform-phone .webform-button--submit:hover{
	background:#fff;
	color:#E0484A;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

/***/

.investments{
	position:relative;
	display:block;
	width:75%;
	margin:1% auto 3%;
}

.investments h3{
    font-size: 2.95em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.35;
    padding: 0% 0;
    color: #fff;
}

.investments h3 strong{
	color:#E0484A;
	font-weight: 800;
}

.investments .investments-text{
	position:relative;
	display:block;
	text-align:left;
	margin-top:3%;
}

.investments .investments-text p{
	font-size: 1.05em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0% 0 15px;
    padding: 0% 0;
    color: #fff;
}

.investments-slider-mobile{display:none;}

/***/

.slider-for{
	position:relative;
	display:block;
	height:600px;
	margin-top:4.25%;
	margin-bottom:2.5%;
	border:0px solid red;
}

.slider-for .slick-slide{overflow:hidden!important;display:inline-block}
.slider-for .slick-slide a{overflow:hidden!important;display:inline-block;max-height:600px;}

.slider-for img{
	width:100%;
	min-width:100%;
	min-height:100;
	
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.14);
}

.slider-for .slick-active img{
      transform: scale(1);
}

.slider-nav .slick-slide {
	margin:0 25px;
}

.slider-nav img{
	width:100%!important;
	height:auto!important;
}

/***/

#footer{
	position:relative;
	display:block;
	padding:2.25% 3.75% 5.5%;
	margin:0 0;
	background:#18191b;
	border-top:1.95px solid rgba(255,255,255,.23);
}


.footer-logo{
	position:relative;


}

.footer-logo img{
	height:53px;
	width:auto;
	display:inline-block;
}

.footer-logo h2{
	position:relative;
	display:inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	top:-5px;
	margin:-0px 0 0 12px;
	letter-spacing:.84px;
	color:#fff;
	font-size:2.01em;
	font-weight:600;
	line-height:1;
}

.footer-contact{
	position:relative;
	display:block;
	margin:2.17% 0 0;
}

.footer-contact h4{
	padding:0;
	margin:0 0 15px;
	color:#E0484A;
	font-size:1.25em;
	font-weight:500;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-contact span{
	display:block;
	margin-bottom:2.55px;
}

.footer-contact a{
	color:rgba(255,255,255,.75);
	font-size:1.15em;
	font-weight:400;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.footer-menu a:hover,
.footer-contact a:hover{
	color:#E0484A;
	opacity:.7;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.footer-copy{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:13.5px;
	font-size:.825em;
	font-family: 'Roboto Condensed', sans-serif;
	color:rgba(255,255,255,.55);
	text-align:center;
	background:#000;
}

.footer-copy .gnome-info{
	position:relative;
	display:inline-block;
	border:0px solid red;
	float:right;
	margin-right:50px;
}

.footer-copy .gnome-info p{
	color:rgba(255,255,255,.7);
	font-size:.95em;
	display:inline-block;
	margin:0 7px 0 0;
	padding:0;
}

.footer-copy .gnome-info a{
	color:rgba(255,255,255,.85);
	font-size:.95em;
	display:inline-block;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.footer-copy .gnome-info a:hover{
	color:#ffd05e;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.footer-menu{
	z-index:9;
	position:absolute;
	display:inline-block;
	top:32.56%;
	left:34%;
}

.footer-menu h5{
	margin:0 0 15px;
	padding:0;
	color:rgba(255,255,255,.61);
	font-size:1.42em;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer-menu ul{
	padding:0;
	margin:0;
}

.footer-menu li{display:block;margin-bottom:6.25px;}

.footer-menu a{
	color:rgba(255,255,255,.75);
	font-size:1.17em;
	font-weight:400;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.footer-text{
	position:absolute;
	width:38%;
	top:35%;
	right:6.55%;
	border:0px solid #fff;
}

.footer-text p{
	font-size: 1.25em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0% 0 15px;
    padding: 0% 0;
    color: #fff;
}


/**/

.f-social{
	position:relative;
	display:inline-block;
	text-align:center;
	height:auto;
}

.f-social div{display:inline-block;}

.f-social a{
	display:inline-block!important;
	position:relative;
	width:50px;
	height:50px;
	background:rgba(255,255,255,.35);
	border:2px solid #fff;

	margin:8px 18.5px 4px 0;
	opacity:.85;
	z-index:6;
	background-repeat:no-repeat;
	background-size:49px 49px!important;

	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.f-social a:nth-child(2){
	margin:8px 0px 4px 0;
}

.f-social a:hover{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;

	background:rgba(224,72,74,.35);
}

.f-social .facebook{
	background-image:url(../images/social-fb.png)!important;
}
.f-social .instagram{
	background-image:url(../images/social-inst.png)!important;

}

/************/

/* Окремі сторінки */

.page-head{
	position:relative;
	display:block;
	width:100%;
	background:#18191b;
	padding-bottom:0%;
	box-shadow:1px 2.2px 3.5px #000;
	z-index:11;
	margin:0;
}


/************/

.border-head{
	display:block;
	position:relative;
	z-index:9;
	margin:0% auto 0%;
	width:75%;
	height:100%;
	border-left:1.95px solid rgba(255,255,255,.23);
	border-right:1.95px solid rgba(255,255,255,.23);
	border-bottom:0px solid rgba(255,255,255,.23);
	
}

.border-block .logo-block{
	position:relative;
	display:block;
	padding:1.75% 0 2.75% 1.85%;
	border-bottom:1.95px solid rgba(255,255,255,.23);
}

.logo-block img{
	height:53px;
	width:auto;
	display:inline-block;
}

.logo-block h2{
	position:relative;
	display:inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	top:-5px;
	margin:-0px 0 0 12px;
	letter-spacing:.84px;
	color:#fff;
	font-size:2.01em;
	font-weight:600;
	line-height:1;
}

.border-head h1{
	display:block;
	width:100%;
	padding:1.25% 0% 1.35% 0%;
	margin:0;
	text-align:center;
	font-size:4.15em;
	font-weight:400;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#fff;
}

/***/

.page-body{
	position:relative;
	display:block;
	width:100%;
	min-height:900px;
	border:0px solid green;
	padding-bottom:4%;
	background:#f8f8f8;
	margin:-1.25% auto 0;
	z-index:8;
	text-align:center;
}

.facet-part{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:18.8%;
	padding:.5% 1.15%;
	background:#fff;
	margin-right:5%;
	margin-top:5%;
	text-align:left;
	box-shadow:1px 1px 3.35px 4px rgba(30,30,30,.099);
	font-family: 'Roboto Condensed', sans-serif;
}

.modal-left .facet-inactive,
.facet-part .facet-inactive{
	position:relative;
	display:block;
}

.modal-left h3,
.facet-part h3{
	font-size:1.45em!important;
	font-family: 'Roboto Condensed', sans-serif;
}

.modal-left ul,
.facet-part ul{
	position:relative;
	display:block;
	padding:0;
	margin:0;
	padding-bottom:6%!important;
	margin-bottom:2%;
	border-bottom:1.95px solid rgba(24,25,27,.23);
	
}

.modal-left .block-facets-ajax:last-child ul,
.facet-part .block-facets-ajax:last-child ul{
	border-bottom:0px solid rgba(24,25,27,.43)!important;
}

.modal-left ul li,
.facet-part ul li{
	display:block;
	margin:0 0 10px;
	padding:0;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
}

.modal-left .facets-widget-links .js-facet-deactivate{display:none;}
.facet-part .facets-widget-links .js-facet-deactivate{display:none;}

.modal-left .facets-widget-links li{display:inline-block}
.facet-part .facets-widget-links li{display:inline-block}

.modal-left .facets-widget-links a,
.facet-part .facets-widget-links a{
	display:inline-block;
	border:2px solid #18191b;
	/*background:rgba(224,72,54,.55);*/
	color:#18191b;
	padding:7px 25px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.modal-left .facets-widget-links a:hover,
.facet-part .facets-widget-links a:hover{
	background:rgba(24,25,27,.12);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.modal-left .facets-widget-links a.is-active,
.facet-part .facets-widget-links a.is-active{
	display:inline-block;
	border:2px solid #e04836;
	background:rgba(224,72,54,.15);
	color:#18191b;
	padding:7px 25px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.modal-left .facets-widget-links a:first-child{margin-right:20px;}
.facet-part .facets-widget-links a:first-child{margin-right:20px;}

/**/

.modal-left input[type="checkbox"] ,
.facet-part input[type="checkbox"] {
    display: none;
}

.modal-left input[type="checkbox"] + label ,
.facet-part input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 50px;
    position: relative;
   	font-family: 'Roboto Condensed', sans-serif;
    line-height: 36px;
}

.modal-left input[type="checkbox"] + label::before ,
.facet-part input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: 0px;
    vertical-align: middle;
    padding: 0;
    height: 23.5px;
    width: 40px;
    margin: 0 5px 0 0;
    border: 0px solid #dadada;
    border-radius: 14px;
    background: #dddddd;
	border:2px solid #fff;
	box-shadow: 0px 0px 4px 3px rgba(97,97,97,.083);

}

.facet-part input[type="checkbox"] + label::before,
.modal-left input[type="checkbox"] + label::before,
.modal-left input[type="checkbox"] + label::after ,
.facet-part input[type="checkbox"] + label::after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*кругляха*/
.modal-left input[type="checkbox"] + label::after ,
.facet-part input[type="checkbox"] + label::after {
	box-shadow: -2px -1px 8px 2px rgba(255, 255, 255, 0.75);
     
  content: "";
  display: block;
  position: absolute;
  top: .68px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid #f8f8f8;
  box-shadow: 0 3px 3px rgba(140, 140, 140, .1);
}

.facet-part input[type="checkbox"]:checked + label::before {
    
}

.modal-left input[type="checkbox"]:checked + label::after ,
.facet-part input[type="checkbox"]:checked + label::after {
	left: 18.2px;
	background:rgba(224,72,74,1);
	box-shadow: 0 0px 2.85px #39393b;
	border: 2px solid #fff;
	width: 18px;
	height: 18px;
}

/**/

.facet-item__count{

	color:rgba(0,0,0,.35);
	font-weight:500;
}

/**/

.summer-count .facet-summary-item--facet{display:none}

.summer-count ul{margin:0;padding:0;display:inline-block}

.summer-count #block-sum2 ul{margin:0;padding:0;display:inline-block}

.summer-count li{display:inline-block;margin:0;padding:0}

.summer-count{
	position:relative;
	display:block;
	background:#18191b;
	font-family: 'Roboto Condensed', sans-serif;
	padding:2.65% 3.35% 2.55%;
	margin-bottom:2.5%;
	box-shadow:0 0 2.5px #111;
}

.summer-count div{display:inline-block;}

span.source-summary-count{
	font-size:1.28em;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	line-height:1;
	padding:0;
	margin:0;
	letter-spacing:1px;
}

.summer-count p{
	display:inline-block;
	color:#e0484a;
	padding:0;
	margin:0;
	font-size:1.18em;
	font-weight:800;
}

/**/

.content-part{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:57%;
	background:#fff;
	margin-top:5%;
	padding:0%;
	text-align:left;
	box-shadow:2px 3px 2.75px 3px rgba(30,30,30,.099);
}

.content-part .views-row{
	margin:1%;
	padding:2%;
	width:42%;
	vertical-align:top;
	display:inline-block;
	border:2.15px solid rgba(30,30,30,.09);
	background:rgba(248, 248, 248,.26);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.content-part .views-row:hover{
	background:rgba(248, 248, 248,1);
	border:2.15px solid #18191b;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.content-part .views-row .views-field-field-obkladynka-nerukhomosti{
	position:relative;
	display:block;
	padding:0;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,.15);
	-webkit-transition: all .35s;-moz-transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;transition: all .35s
}

.content-part .views-row:hover .views-field-field-obkladynka-nerukhomosti{
	box-shadow:0 0 5px 5px rgba(0,0,0,.17)!important;
	-webkit-transition: all .35s;-moz-transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;transition: all .35s
}

.content-part .views-row img{
	display:block;
	width:auto;
	height:280px;
	margin:0 auto 2%;
	max-width:100%!important;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.content-part .views-row img:hover{
	opacity:.8;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-title-row{
	position:relative;
	display:block;
	margin:5% 0 1.5%;
	padding:0 0 2.5%;
	border-bottom:1.5px solid rgba(0,0,0,.15);
}

.real-title-row a{
	display:inline-block;
	position:relative;
	font-size:1.51em;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
}

.row-info{
	position:relative;
	display:block;
	margin:4% 0 2%;
	padding-bottom:3%;
	border:0px solid red;
	border-bottom:1.5px solid rgba(0,0,0,.15);
}

.sub-row{
	position:relative;
	display:inline-block;
	border:0px solid green;
	vertical-align:top;
	width:45%;
	font-family: 'Roboto Condensed', sans-serif;
}

.sub-row:nth-child(odd){
	border:0px solid blue;
	margin-right:4.9%;
}

.sub-row .list-row{
	position:relative;
	display:block;
	margin:0 0 5px;
}

.sub-row .list-row p{
	padding:0;
	margin:0 7px 0 0;
	display:inline-block;
	font-size:1.1em;
	font-weight:500;
	color:rgba(0,0,0,.85);
}

.sub-row .list-row span{
	padding:0;
	margin:0 0px 0 0;
	display:inline-block;
	font-size:1.155em;
	font-weight:800;
	color:#e0484a;
}

.sub-row.right-row h2{padding:0;margin:0 0 4.5px;font-size:1em;font-weight:700;}

.sub-row.right-row a{
	padding:0;
	margin:0;
	font-size:1.19em;
	color:#e0484a;
	line-height:1.1;
	-webkit-transition: all .35s;-moz-transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;transition: all .35s
}

.sub-row.right-row a:hover{
	color:#18191b;
	-webkit-transition: all .35s;-moz-transition: all .35s;-o-transition: all .35s;-ms-transition: all .35s;transition: all .35s

}

.sub-row.right-row div p{
	padding:0;
	margin:0 2px 0 0;
	display:inline-block;
	font-size:1.075em;
	font-weight:500;
	color:rgba(0,0,0,.85);
}

.price-row{
	position:relative;
	display:none;
	margin:5px 0 11px;
	padding-bottom:11px;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom:1.5px solid rgba(0,0,0,.15);
}

.price-row p{
	padding:0;
	margin:0 15px 0 0;
	display:inline-block;
	font-size:1.05em;
	text-transform:uppercase;
	font-weight:600;
	color:rgba(0,0,0,.9);
}

.sub-row.right-row div div{display:inline-block;}

.price-row span{
	padding:0;
	margin:0 0px 0 0;
	display:inline-block;
	font-size:1.255em;
	font-weight:800;
	color:#e0484a;
}


.view-link{
	position:relative;
	display:block;
	padding:13px 0;
	margin:20px 0 0;
	font-size:.85em;
	text-transform:uppercase;
	font-weight:700;
	border:2px solid #18191b;
	background:transparent;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}

.view-link span{
	position:absolute;
	display:inline-block;
	height:26px;
	width:26px;
	right:13px;
	top:13px;
	
	background: transparent url('../images/arrow-case2.png') no-repeat center center;
    background-size: 26px 26px;

}

.content-part .views-row:hover .view-link{
	background: #18191b;
	color:#fff;
	box-shadow:0 0 3px #18191b;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.content-part .views-row:hover .view-link span{
	background: transparent url('../images/arrow-case.png') no-repeat center center;
    background-size: 26px 26px;
	animation: views-link 1.05s ease infinite;
}

@keyframes views-link{
0% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

50%{
	-moz-transform: translate(-3px, -3px);
	-webkit-transform: translate(-3px, -3px);
	-o-transform: translate(-3px, -3px);
	-ms-transform: translate(-3px, -3px);
	transform: translate(-3px, -3px);
}


100% {
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	}
}

/** Сторінки нерухомості ***/

.wrapper.realestate{
	background:#f8f8f8;
}

.realestate .page-body{
	position:relative;
	display:block;
	width:75%;
	min-height:600px;
	border-left:1.95px solid rgba(0,0,0,.23);
	border-right:1.95px solid rgba(0,0,0,.23);
	border-bottom:1.95px solid rgba(0,0,0,.23);
	padding-bottom:5%;
	background:#fff;
	margin:-1.25% auto 0%;
	z-index:8;
	text-align:left;
}

.top-info{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
}

.page-banner{
	display:inline-block;
	width:37%;
	text-align:center;
	margin:5.55% 0 0 7%;
	vertical-align:top;
}


.page-banner img{
	width:80%;
	height:auto;
	padding:0;
	margin:0;
}

.page-info-realestate{
	display:inline-block;
	width:42%;
	text-align:left;
	margin:7.55% 0 0 3%;
	padding:1.25%;
	background:#f8f8f8;
	vertical-align:top;
	font-family: 'Roboto Condensed', sans-serif;
}

.list-info{
	position:relative;
	display:block;
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif!important;
}

.page-info-realestate p {
    padding: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: .965em;
    font-weight: 400;
    text-transform:uppercase;
	color: rgba(0,0,0,.7);
}

.page-info-realestate span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.185em;
    font-weight: 800;
    /*color: #e0484a;*/
	color: rgba(0,0,0,1);
}

.bud{
	position:relative;
	display:block;
	margin:10px 0 7px;
}

.bud a{
	padding: 0;
    margin: 0;
	position:relative;
	display:inline-block;
    font-size: 1.34em;
	font-weight:700;
    color: #e0484a;
    line-height: 1.1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.bud a:after{
	content: '';
    background: transparent url(../images/arrow.png) no-repeat center center;
    background-size: 57px 12px;
    display: inline-block;
    width: 57px;
    height: 12px;
    top: 9.5px;
    right:-70px;
    position: absolute;
	opacity:0;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -o-transition: opacity .35s;
    -ms-transition: opacity .35s;
    transition: opacity .35s;
}


.bud a:hover:after{
	animation: go-link 1.05s ease infinite;
	opacity:1;
	-webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -o-transition: opacity .35s;
    -ms-transition: opacity .35s;
    transition: opacity .35s;
}


.page-price{
	display:none;
	padding:7px 2px 12px;
	background:#f8f8f8;
	margin:25px 0 15px;
	border-bottom:1.95px solid rgba(0,0,0,.23);
	border-top:1.95px solid rgba(0,0,0,.23);
}

.page-price p {
    padding: 0;
    margin: 0 7px 0px 0;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    color: rgba(0,0,0,.75);
	font-family: 'Roboto Condensed', sans-serif!important;
}

.page-price span {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    font-size: 1.355em;
    font-weight: 700;
    color: #e0484a;
	font-family: 'Roboto Condensed', sans-serif!important;
}


.sign-up{
	position:relative;
	display:block;
	padding:16.55px 0 15.55px;
	margin:35px 0 11px;
	font-size:.85em;
	text-transform:uppercase;
	font-weight:700;
	border:2px solid #18191b;
	background:transparent;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
	width:100%;
	box-shadow:0 0 3px rgba(24,25,27,.45);
	cursor:pointer;
}

.sign-up span{
	position:absolute;
	display:inline-block;
	height:26px;
	width:26px;
	right:22px;
	top:13px;
	
	background: transparent url('../images/arrow-case2.png') no-repeat center center;
    background-size: 26px 26px;

}

.sign-up:hover{
	background: #18191b;
	color:#fff;
	box-shadow:0 0 3px #18191b;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.sign-up:hover span{
	background: transparent url('../images/arrow-case.png') no-repeat center center;
    background-size: 26px 26px;
	animation: views-link 1.05s ease infinite;
}

/**/

h5.modal-title {
    display: block;
    width: 100%;
    padding: .45% 0% .75% 0%;
    margin:0;
	line-height:1;
    text-align: left;
    font-size: 1.36em;
	letter-spacing:.5px;
    font-weight:600;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
}

.modal-body input{
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:.95em;
	font-weight:500;
    padding: 12px 13px;
    margin-bottom: 18.5px;
    border: 1px solid #bfbfbf!important;
}


.modal-body .js-form-item{
	position:relative;
	display:block;
	margin:0 0 25px;
}

.modal-body .js-form-item label{
	font-size:1em;
    font-weight: 600;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	margin-bottom:15px;
}

.modal-body .form-required{display:inline-block;overflow:visible;border:0px solid green;position:relative;line-height:1;margin-right:9px;margin-left:5px;}

.modal-body .form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    position:absolute;
	right:-8px;
	top:-1px;
    content: "";
    vertical-align: super;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;

}


.modal-body .webform-button--submit{
	position:relative;
	display:block;
	width:100%!important;
	min-width:100%!important;
	max-width:100%!important;
	padding:14px 13px;
	box-shadow:0 0 3px #18131b;
	margin:28px auto 0!important;
	color:#fff;
	font-size:1em;
	cursor:pointer;
	background:#18191b;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body .webform-button--submit:hover{
	background:#e0484a;

	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body ::-webkit-input-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body ::-moz-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body :-moz-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body:-ms-input-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body input:focus::-webkit-input-placeholder {
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body input:focus::-moz-placeholder{
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.modal-body input:focus:-moz-placeholder{
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

/**/

.more-images-title{
	display:block;
	width:100%;
	padding:1.25% 0% 1.35% 0%;
	margin:6.5% 0 5%;
	text-align:center;
	font-size:3.25em;
	font-weight:400;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#000;
	border-bottom:1.5px solid rgba(0,0,0,.15);
	border-top:1.5px solid rgba(0,0,0,.15);
}

.moreimages{
	position:relative;
	display:block;
	width:85%;
	text-align:center;
	border:0px solid green;
	margin:0 auto;
}

.moreimages .slick-slide{overflow:hidden!important;display:inline-block;text-align:center;margin:0 21px;}
.moreimages .slick-slide a{overflow:hidden!important;display:inline-block;border:0px solid red;}

.moreimages .slick-slide a img{
	width:100%;
	height:auto;
}


.realestate .project-body{
	position:relative;
	display:block;
	width:100%;
	min-height:600px;
	background:#18191b;
	box-shadow:0 0 3px #18191b;
	margin:-1.25% auto 0%;
	z-index:8;
	text-align:left;
}

.project-body .webform-block{
	margin:0 0 0%;
}

/**/

.project-icons{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin:7% auto 0;
    padding: 0 0 5%;
    border-top: 1.5px solid rgba(0,0,0,.15);

}

.project-icons h3{
	display: block;
    width: 100%;
    padding: 1.45% 0% 1.65% 0%;
    margin: 0;
    text-align: center;
    font-size: 3.05em;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
	border-bottom: 1.5px solid rgba(0,0,0,.15);
}

.project-icons{
	position:relative;
	display:block;
	text-align:center;
}

.row-icon{
	position:relative;
	display:inline-block;
	
	width:20.45%;
	padding:1%;
	margin:3.53% .65% -1.25%;
	vertical-align:top;
	color:#fff;
	text-align:left;
	background:#f8f8f8;
	border:2.25px solid transparent;

	-webkit-transition: border .35s;
    -moz-transition: border .35s;
    -o-transition: border .35s;
    -ms-transition: border .35s;
    transition: border .35s;
}

.row-icon:hover{
	border:2.25px solid #18191b;
	-webkit-transition: border .35s;
    -moz-transition: border .35s;
    -o-transition: border .35s;
    -ms-transition: border .35s;
    transition: border .35s;
}

.row-icon img{
	height:62px;
	width:auto;
	display:inline-block;
	margin-right:16px;
}

.text-icon-row{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Roboto Condensed', sans-serif;
}

.text-icon-row span{
	color:rgba(0,0,0,.45);
	font-size:.895em;
	font-weight:600;
	line-height:1;
	padding:0;
	margin:10px 0 10px;
	position:relative;
	display:block;
}

.text-icon-row p{
	color:rgba(0,0,0,.78);
	font-size:1.065em;
	line-height:1;
	font-weight:600;
	padding:0;
	margin:0;
	position:relative;
	display:block;
}

.views-field.views-field-field-opys-nerukhomosti{
	position:relative;
	display:block;
	width:95%;
	margin:0 auto;
	font-size: 1.11em;
	font-family: 'Roboto Condensed', sans-serif;
}

.real-about{
	margin:5% auto -2.5%;
	position:relative;
	display:block;
}

.views-field.views-field-field-opys-nerukhomosti p{
	color: #000;
    margin: 0 0 15px;
    position: relative;
    display: block;
}

.more-block{
	position:relative;
	display:block;
	width:100%;
	border:0px solid green;
	margin:4% auto 0;
}

.moreslides{
	position:relative;
	display:block;
	margin:3% auto 0;
	width:85%;
}

.more-block h3 {
    display: block;
    width: 100%;
    padding: 1.45% 0% 1.65% 0%;
    margin: 0;
    text-align: center;
    font-size: 3.05em;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
    border-top: 1.5px solid rgba(0,0,0,.15);
    border-bottom: 1.5px solid rgba(0,0,0,.15);
}

.more-block img{
	width:auto;
	height:168px;
	margin:10px auto 15px;
	display:inline-block;
}

.more-block .slick-slide {
	margin:0 25px;
	text-align:left;
}

.more-slide{
	position:relative;
	display:block;
	padding:1%;
	background:#f8f8f8;
	
}

.more-images{
	position:relative;
	display:block;
	background:#fff;
	width:92%;
	margin:3.5% auto;
}

.more-title{
	display:block;
	width:92%;
	margin:2% auto;
	
}

.more-slide:hover .more-title a{
	color:#e0484a;
	-webkit-transition: color .35s;
    -moz-transition: color .35s;
    -o-transition: color .35s;
    -ms-transition: color .35s;
    transition: color .35s;
}

.more-title a{
	font-size:1.1em;
	font-weight:600;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: color .35s;
    -moz-transition: color .35s;
    -o-transition: color .35s;
    -ms-transition: color .35s;
    transition: color .35s;
}

.more-info{
	position:relative;
	display:block;
	margin:7px auto;
	width:92%;
	font-family: 'Roboto Condensed', sans-serif;
}

.more-info span {
    color: rgba(0,0,0,.45);
    font-size: .91em;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin:0px 10px 0 0px;
    position: relative;
    display:inline-block;
}

.more-info p {
    color: rgba(0,0,0,.78);
    font-size: 1.065em;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: relative;
    display:inline-block;
}

/***** Сторінка Проектів *****/

/***/

.filter-body{
	position:relative;
	display:block;
	width:100%;
	min-height:200px;
	border:0px solid green;
	padding-bottom:2%;
	background:#f8f8f8;
	margin:-1.25% auto 5%;
	z-index:8;
	text-align:center;
}

.top-filter-info{
	position:relative;
	display:block;
	width:75%;
	min-height:200px;
	border-left:1.95px solid rgba(0,0,0,.23);
	border-right:1.95px solid rgba(0,0,0,.23);
	border-bottom:1.95px solid rgba(0,0,0,.23)!important;
	padding-bottom:5%;
	background:#fff;
	overflow:visible;
	margin:-1.25% auto 0%;
	z-index:9;
	text-align:left;
}

.top-text-pagebody{
	position:relative;
	display:block;
	height:auto;
	width:90%;
	padding-top:80px;
	margin:0% auto 0;
	font-size:.985em!important;
}

.top-text-pagebody p{
	font-size:1em;
	position:relative;
	display:inline-block;
	padding:7px 20px 0;
}

.pages .top-filter-info{
	padding-bottom:0%;
}

.project-text-body{
	position:relative;
	padding:3.5% 2% 2%;
	display:block;
	width:92%;
	margin:2% auto -1.5%;

}

#block-kremenetsbud-content{
	position:relative;
	display:block;
	padding:1.45%;
}

#block-kremenetsbud-content p{
    color: #000;
    position: relative;
    display: inline-block;
	font-size:1em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:1.1;
}

#block-kremenetsbud-content a.go-link-page{
    color: #e0484a;
    margin:0px;
    position: relative;
    display: inline-block;
	font-size:1em;
	line-height:1.1;
	padding:0;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;

}


.top-filter-info p {
    color: #000;
    margin: 1px 0 15px;
    position: relative;
    display: block;
	font-size:1em;
	font-family: 'Roboto Condensed', sans-serif;

}

.top-filter-info li {
    color: #000;
    margin: 1px 0 6px;
	font-size:.95em;
	font-family: 'Roboto Condensed', sans-serif;

}


.filter-project-icons h3{
	display: block;
    width: 100%;
    padding: 1.45% 0% 1.65% 0%;
    margin:2% 0 0;
    text-align: center;
    font-size: 3.05em;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
	border-top: 1.5px solid rgba(0,0,0,.15);
	border-bottom: 1.5px solid rgba(0,0,0,.15);
}

.filter-project-icons{
	position:relative;
	display:block;
	text-align:center;
	padding-top:1.5%;
}

/**/


.middle-info .youtube-container--responsive,
.top-filter-info .youtube-container--responsive {
    overflow: hidden;
     position:relative!important;
	display:block;
	width:70%;
    padding-bottom:2.25%;
    height:auto!important;
	margin:0 auto;
	min-height:500px;
}

/** Сторінка Проекти **/

.bud-all-projects .views-row{
	position:relative;
	display:block;
	border-bottom: 1.5px solid rgba(0,0,0,.15);
	padding-top:2.0%;
	padding-bottom:2.0%;
	margin:0 0 1.75%;
	text-align:left;
}

.bud-all-projects .views-field-field-holovne-foto-proektu{
	position:relative;
	display:inline-block;
	width:40%;
	margin:0 5%;
	vertical-align:top;
	text-align:center;
}

.bud-all-projects .views-field-field-holovne-foto-proektu img{
	width:90%;
	height:auto;
	margin:5px;
	box-shadow:0 0 5px rgba(0,0,0,.3);

	display:inline-block;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.bud-all-projects .views-field-field-holovne-foto-proektu img:hover{
	box-shadow:0 0 17px 5px rgba(0,0,0,.2);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.bud-all-projects .views-field-name-1{
	position:relative;
	display:inline-block;
	width:37%;
	margin:6px 0 0;
	padding:1.25% 2% 2%;
	border: 1.5px solid rgba(0,0,0,.10);
	vertical-align:top;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
}


.bud-all-projects .views-field-name-1 .pj-title{
	position: relative;
    display: block;
    margin: 7px 0 28px;
    padding: 0 0 2.5%;
	line-height:1.3;
    border-bottom: 1.5px solid rgba(0,0,0,.15);
}

.bud-all-projects .views-field-name-1 .pj-title a {
    display: inline-block;
    position: relative;
    font-size: 1.51em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}


.bud-all-projects .views-field-name-1 .pj-number{
	position:relative;
	display:block;
	font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
	margin:20px 0 10px;
}

.bud-all-projects .views-field-name-1 .pj-number p{
	color: #000;
    position: relative;
    display: inline-block;
    margin:0;
	padding:0;
}


.bud-all-projects .views-field-name-1 .pj-number span{
	padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.155em;
    font-weight: 800;
	line-height:1;
    color: #e0484a;
}

.pj-row{
	position:relative;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
}

.pj-row p{
	color: #000;
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1;
}

.pj-row span{
	padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.155em;
    font-weight: 800;
    color: #e0484a;
	font-family: 'Roboto Condensed', sans-serif;
}


.pj-view-link{
	position:relative;
	display:block;
	padding:13px 0;
	margin:20px 0 0;
	font-size:.85em;
	text-transform:uppercase;
	font-weight:700;
	border:2px solid #18191b;
	background:transparent;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}

.pj-view-link span{
	position:absolute;
	display:inline-block;
	height:26px;
	width:26px;
	right:13px;
	top:13px;
	
	background: transparent url('../images/arrow-case2.png') no-repeat center center;
    background-size: 26px 26px;

}

.pj-view-link:hover{
	background: #18191b;
	color:#fff;
	box-shadow:0 0 3px #18191b;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.pj-view-link:hover span{
	background: transparent url('../images/arrow-case.png') no-repeat center center;
    background-size: 26px 26px;
	animation: views-link 1.05s ease infinite;
}

/***/

/* Сторінка контакти */

.contact-info{
	position:relative;
	display:inline-block;
	width:33%;
	vertical-align:top;
	border-right: 1.5px solid rgba(0,0,0,.15);
	margin:0% 7% 0 7%;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-info span{
	padding: 0;
    margin: 0 7px 0 0;
    display:block;
    font-size: .905em;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0,0,0,.45);
}

.contact-row{
	position:relative;
	display:block;
	margin:0 0 17px;
}

.contact-row p{
	font-size:1.1em;
}

.contact-row a{
	display:block;
	font-size:1.05em;
	font-weight:600;
	color:#e0484a;
}

.webform-contact{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin:0% 0 0 4%;
	font-family: 'Roboto Condensed', sans-serif;
}

.webform-contact .js-form-item textarea {
    border: 1.55px solid #ccc;
    padding: 12px 12px 13.5px;
    background: transparent;
    width: 94.5%;
    max-width: 94.5%;
    min-width: 94.5%;
    height: 120px;
    min-height: 120px;
    max-height: 180px;
    font-size: .95em;
    font-family: 'Roboto Condensed', sans-serif;
    
    margin-top: 6px;
}

.webform-contact input{
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:.95em;
	font-weight:500;
    padding: 12px 13px;
    margin-bottom: 18.5px;
    border: 1px solid #bfbfbf!important;
}


.webform-contact .js-form-item{
	position:relative;
	display:block;
	margin:0 0 25px;
}

.webform-contact .js-form-item label{
	font-size:1em;
    font-weight: 600;
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	display:inline-block;
	margin-bottom:15px;
}

.webform-contact .form-required{display:inline-block;overflow:visible;border:0px solid green;position:relative;line-height:1;margin-right:9px;margin-left:5px;}

.webform-contact .form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    position:absolute;
	right:-8px;
	top:-1px;
    content: "";
    vertical-align: super;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;

}


.webform-contact .webform-button--submit{
	position:relative;
	display:block;
	width:100%!important;
	min-width:100%!important;
	max-width:100%!important;
	padding:14px 13px;
	box-shadow:0 0 3px #18131b;
	margin:28px auto 0!important;
	color:#fff;
	font-size:1em;
	cursor:pointer;
	background:#18191b;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact .webform-button--submit:hover{
	background:#e0484a;

	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact ::-webkit-textarea-placeholder,
.webform-contact ::-webkit-input-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact ::-moz-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact :-moz-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact:-ms-input-placeholder,
.webform-contact:-ms-input-placeholder{
	font-size:1em;
	color:#777;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact textarea:focus::-webkit-input-placeholder ,
.webform-contact input:focus::-webkit-input-placeholder {
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact textarea:focus::-moz-placeholder,
.webform-contact input:focus::-moz-placeholder{
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.webform-contact textarea:focus:-moz-placeholder,
.webform-contact input:focus:-moz-placeholder{
	font-size:1em;
	color:#e0484a;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}


/***/


@media only screen and (max-width:1700px){

.case-front h5 {
    top: 36%;
    left: -5%;
    font-size: 360%;
}	

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti img {
    height: 210px;
    width: auto;
}

.web-logo img {
    height: 70px;
    width: auto;
    opacity: .21;
}

.content-part .views-row img {
    height: 200px;
	margin:10px auto;
}

.main-text h1{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:-0px 0 0 0px;
	letter-spacing:1.04px;
	color:#fff;
	font-size:3.01em;
	font-weight:800;
	line-height:1.1;
}	

}

@media only screen and (max-width:1630px){
	
.case-front {
    height: 690px;
}


.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:230px;
}
	
	
.main-text h1{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:-0px 0 0 0px;
	letter-spacing:1.04px;
	color:#fff;
	font-size:3.21em;
	font-weight:800;
	line-height:1.1;
}	
	
body{
	font-size:17px;
}

.baner-block {
    height: 92.5vh;
    min-height: auto;
}

.button-block a{
    padding: 14px 185px 14px 40px;
    background: rgba(255,255,255,.95);
}

a.select-action:after {
    background-size: 62px 13px;
    width: 62px;
    height: 13px;
    top: 20px;
    right: 40px;
}

a.select-action:hover:after{
    background-size: 62px 13px;
    width: 62px;
    height: 13px;
    top: 20px;
    right: 40px;
}

a.call-action:after{
    background-size: 16px 34px;
	width:16px;
	height:34px;
	top:10px;
	right:70px;
}

a.call-action:hover:after{
    background-size: 16px 34px;
	width:16px;
	height:34px;
	top:10px;
	right:70px;
}

.case-front {
    position: relative;
    display: block;
    min-height:510px;
    background: #18191B;
    padding: 0;
    margin: -9px 0 0;
}

.real-estate h2 {
    margin: 0% 0 1.5%;
    font-size: 4.15em;
}

.tab > label {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    padding: 7px 31px 9px;
    margin: 0 0 15px;
    border: 2.1px solid rgb(24,25,27);
    background: rgba(24,25,27,.005);
    color: #000;
    font-weight: 400;
    letter-spacing: .15px;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-for img {
    max-height:600px;
	width:auto;
}

.content-part .views-row img {
    height: 160px;
    margin: 10px auto;
}

}

@media only screen and (min-width:1530px) and (max-width:1580px){
	
.about-company-part h3{

	margin:17% 0 5.25% 4%;
}	
	
.middle-info .youtube-container--responsive,
.top-filter-info .youtube-container--responsive {
    overflow: hidden;
     position:relative!important;
	display:block;
	width:70%;
    padding-bottom:2.25%;
    height:auto!important;
	margin:0 auto;
	min-height:440px;
}	

.top-text-pagebody{
	position:relative;
	display:block;
	height:auto;
	width:90%;
	padding-top:65px;
	margin:0% auto 0;
	font-size:1em!important;
}

.top-text-pagebody p{
	font-size:1em;
	position:relative;
	display:inline-block;
	padding:7px 20px 0;
}	
		
body{
	font-size:15.7px;
}

.call-me {
    position: absolute;
    top: 5.5%;
    right: 3%;
}

.case-front {
    position: relative;
    display: block;
    min-height: 470px;
    background: #18191B;
    padding: 0;
    margin: -9px 0 0;
}

.case-front h5 {
    top: 36%;
    left: -4%;
    font-size: 360%;
}

.cases-grid .hover-case {
    width: 99.999%;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti img {
    height: 165px;
    width: auto;
}

.webform-block {
    padding: 3.8% 0;
    margin: 0 0 1%;
}

.web-logo {
    position: absolute;
    left: 3%;
    top: 28.5%;
}

.slider-for img {
    max-height: 540px;
    width: auto;
}

.slider-nav .slick-slide {
    margin: 0 15px;
}

.slider-for{
	height:auto;
	margin-top:4.25%;
	margin-bottom:2.5%;
}

.footer-text {
    position: absolute;
    width: 38%;
    top: 32%;
    right: 6.55%;
    border: 0px solid #fff;
}

.main-text h1{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:-0px 0 0 0px;
	letter-spacing:1.04px;
	color:#fff;
	font-size:3.05em;
	font-weight:800;
	line-height:1.1;
}

/**/
	
.case-front {
    position: relative;
    display: block;
    height: 600px;
    background: #18191B;
    padding: 0;
    margin: -9px 0 0;
}


.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:200px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	z-index:9;
	padding:0;
	margin:0;
}

.cases-grid-2 .views-row img.gogo {
    position: absolute;
    display: inline-block;
    bottom: 8%;
    right: 6%;
    height: 28px;
    width: auto;
    z-index: 9;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

/**/

}

@media only screen and (max-width:1579px){
.row-icon img {
    height: 52px;
    width: auto;
    display: inline-block;
    margin-right: 16px;
}


}


@media only screen and (max-width:1529px){

	
.middle-info .youtube-container--responsive,
.top-filter-info .youtube-container--responsive {
    overflow: hidden;
     position:relative!important;
	display:block;
	width:70%;
    padding-bottom:2.25%;
    height:auto!important;
	margin:0 auto;
	min-height:440px;
}	
	
.top-text-pagebody{
	position:relative;
	display:block;
	height:auto;
	width:90%;
	padding-top:65px;
	margin:0% auto 0;
	font-size:1em!important;
}

.top-text-pagebody p{
	font-size:1em;
	position:relative;
	display:inline-block;
	padding:7px 20px 0;
}	
	

.quick-buttons{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}
	

	
body{
	font-size:16.8px;
}

.main-text h1{
	position:relative;
	display:block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:2px 0 0 0px;
	letter-spacing:1.04px;
	color:#fff;
	font-size:2.79em;
	font-weight:800;
	line-height:1.1;
}

.call-me {
    position: absolute;
    top: 5.5%;
    right: 3%;
}

.case-front {
    position: relative;
    display: block;
    min-height: 470px;
    background: #18191B;
    padding: 0;
    margin: -9px 0 0;
}

.case-front h5 {
    top: 36%;
    left: -4%;
    font-size: 360%;
}

.cases-grid .hover-case {
    width: 99.999%;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti img {
    height: 195px;
    width: auto;
}

.webform-block {
    padding: 3.8% 0;
    margin: 0 0 1%;
}

.web-logo {
    position: absolute;
    left: 3%;
    top: 28.5%;
}

.slider-for img {
    max-height: 500px;
    width: auto;
}

.slider-nav .slick-slide {
    margin: 0 15px;
}

.slider-for{
	height:auto;
	margin-top:4.25%;
	margin-bottom:2.5%;
}

.footer-text {
    position: absolute;
    width: 38%;
    top: 32%;
    right: 6.55%;
    border: 0px solid #fff;
}

.case-front h5 {
    top: 36%;
    left: -4%;
    font-size: 315%;
}

.webform-text{
	position:relative;
	display:inline-block;
	width:43%;
	margin-left:12.5%;
	margin-top:.45%;
	vertical-align:top;
}

.webform-text p {
    font-size: 1.5em;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.35;
    padding: 0% 0;
    color: #fff;
}

.web-logo {
    position: absolute;
    left: 3%;
    top: 28.5%;
}

.web-logo img {
    height: 60px;
    width: auto;
    opacity: .21;
}

.facet-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20.8%;
    padding: .5% 1.15%;
    background: #fff;
    margin-right: 3%;
    margin-top: 5%;
    text-align: left;
    box-shadow: 1px 1px 3.35px 4px rgb(30 30 30 / 10%);
    font-family: 'Roboto Condensed', sans-serif;
}

.content-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 63%;
    background: #fff;
    margin-top: 5%;
    padding: 0%;
    text-align: left;
    box-shadow: 2px 3px 2.75px 3px rgb(30 30 30 / 10%);
}

.aboutus-image img {
    max-height:530px;
}

.overlay ul {
    display: block;
    position: relative;
    margin-top: 11%;
    left: 0;
   font-family: 'PT Sans Narrow', sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    list-style: none;
    padding: 0;
}

.row-icon img {
    height: auto;
    width: 23%;
    display: inline-block;
    margin-right: 16px;
}

.text-icon-row span {
    color: rgba(0,0,0,.45);
    font-size: .895em;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    margin: 4px 0 10px;
    position: relative;
    display: block;
}

.more-title a{line-height:1}


.case-front {
    height: 575px;
}


.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:190px;
}



.about-company-part h3{

	margin:11% 0 5.25% 4%;
}

}

@media only screen and (max-width:1400px){

	
body{
	font-size:15.9px;
}

.slider-for img {
    max-height: 450px;
    width: auto;
}

.facet-part .facets-widget-links a:first-child {
    margin-right: 10px;
}

.facet-part .facets-widget-links a{
	font-size:.9em;
	padding:6px 19px;
}

.overlay ul {
    margin-top: 11%;
    font-size: 40px;
}


.f-social a{
	width:41px;
	height:41px;
	background-size:40px 40px!important;
}

.realestate .project-body {
    min-height: auto;
}

.baner-block {
    height: 92.5vh;
    min-height: 620px;
}



}


@media only screen and (max-width:1370px){
	

.about-company-part h3{

	margin:15% 0 5.25% 4%;
}


}

@media only screen and (max-width:1300px){

		
body{
	font-size:14.9px;
}


.case-front {
    height: 545px;
}


.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:180px;
}

}


@media only screen and (max-width:1010px){
		
body{
	font-size:18.5px;
}


.case-front h5{display:none;}

.border-block {
    top: 0;
    left: 2.5%;
    width: 95%;
}

.noodes .border-head h1 {
    display: block;
    width: 100%;
    padding: 2.25% 0% 2.35% 0%;
    margin: 0;
    text-align: center;
    font-size: 3.25em;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
}

.realestate .page-body {
    position: relative;
    display: block;
    width: 95%;
    min-height: 600px;
    border-left: 1.95px solid rgba(0,0,0,.23);
    border-right: 1.95px solid rgba(0,0,0,.23);
    border-bottom: 1.95px solid rgba(0,0,0,.23);
    padding-bottom: 5%;
    background: #fff;
    margin: -1.25% auto 0%;
    z-index: 8;
    text-align: left;
}

.button-block {
    position: absolute;
    bottom: 0;
    left: 2.5%;
    width: 95%;
    border: 0px solid red;
    z-index: 11;
    display: block;
}
	
.border-case {
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 100%;
	position:relative;
}

.about-company-part h3 {
    position: relative;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    padding: 0;
    top: -5px;
    margin: 6% 0 3.25% 4%;
    letter-spacing: .84px;
    font-size: 4.41em;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background-image: -webkit-linear-gradient(90deg, #000 5%,#fff 66%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.about-company-part p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.11em;
    margin: 0 0 25px 4%;
    position: relative;
    display: block;
}

.about-company-part {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
	padding:16% 0;
    vertical-align: bottom;
    border-right: 1.95px solid rgba(255,255,255,.23);
}

.go-cases {
    margin: 4.5em auto 0;
}

.go-cases a.select-action{
    padding: 25px 1% 25px 4%;
    display: block;
    width: 95%;
    color: #fff;
    cursor: pointer!important;
    font-size: 1.37em;
    font-weight: 600;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.go-cases a.select-action:hover{
    color: #000;
}

.go-cases a.select-action:hover:after {
    content: '';
    background: transparent url('../images/arrow.png') no-repeat center center;
    background-size: 93px 20.15px;
    display: inline-block;
    width: 93px;
    height: 20.15px;
    top: 33px;
    right: 45px;
    position: absolute;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}
.go-cases a.select-action:after {
    content: '';
    background: transparent url('../images/arrow-white.png') no-repeat center center;
    background-size: 93px 20.15px;
    display: inline-block;
    width: 93px;
    height: 20.15px;
    top: 33px;
    right: 45px;
    position: absolute;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.cases-grid {
    position:relative;
    display: block;
    height: 84%;
    width: 100%;
	margin:4% 0 0;
    vertical-align: bottom!important;
    bottom: auto;
    right: auto;
    border-top: 1.95px solid rgba(255,255,255,.23);
}


.cases-grid .views-row{
	width:49.65%;
	height:50%;
	display:inline-block;
	position:relative;
	overflow:hidden;
	z-index:9;
	margin:0 0 -10px!important;
	padding:0!important;
}


img.case-baner{
	width:100%;
	height:110%;
	display:inline-block;
	z-index:5;
	float:left;
}

span.case-title {
    color: #fff;
    font-size: 1.35em;
    position: absolute;
    top: 11%;
    left: 7.5%;
    width: 85%;
    font-weight: 500;
    z-index: 9;
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
}

.real-estate {
    position: relative;
    display: block;
    padding: 1% 0;
    width: 92.5%;
    margin: 6% auto 3%;
    text-align: center;
}

.tabbed {
    overflow-x:visible;
}

.number-block {
    position: relative;
    display: block;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-left: 1.95px solid rgba(255,255,255,.23);
    border-right: 1.95px solid rgba(255,255,255,.23);
}

.row-calc {
    display: inline-block;
    width: 33.1%;
    position: relative;
    text-align: center;
    padding: 2.85% 0;
	
	vertical-align:top;
}

.row-calc .counter {
    font-size: 4.35em;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 0% 0;
    line-height: 1;
}


.row-calc p{
	font-size:1em;
	line-height:1.2;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	margin:3% 0 0;
	padding:0% 0;
	color:#fff;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.webform-text {
    position: relative;
    display: block;
    width:80%;
    margin-left:17.5%;
    margin-top: 1.45%;
    vertical-align: top;
	border:0px solid green;
}

.web-logo{
	position:absolute;
	left:2%;
	top:18.35%;
}

.webform-phone{
	position:relative;
	display:block;
	width:95%;
	margin-top:4.35%;
	margin-right:2.25%;
	vertical-align:top;
	float:none;
	text-align:right;
	border:0px solid red;
}

.webform-phone .js-form-item {
   position:relative;
	border:0px solid #fff!important;
	display:inline-block;
	width:70%;
	margin-right:6.5%;
}

.webform-phone .form-item-nomer-telefonu input {
    padding: 15.5px 0 15.5px 50px;
    float: none;
    width:100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15em;
    box-shadow: inset 0px 0px 14px -2px rgb(0 0 0 / 47%);
    position: relative;
    display: inline-block;
}

.webform-phone .form-item-nomer-telefonu:before {
    content: '';
    position: absolute;
    top: 19.5px;
    left: 8px;
    z-index: 9;
    background: transparent url(../images/ua-flag.png) no-repeat center center;
    background-size: 34px 22px;
    display: inline-block;
    width: 32px;
    height: 21.5px;
    z-index: 9;
    font-size: 1em;
    color: red;
}

.webform-phone .webform-button--submit {
    float: none;
    padding: 14px 75px;
    cursor: pointer;
    border: 0px solid #333;
    outline: none;
    box-shadow: 0 0 0px #fff;
    background: #E0484A;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.07em;
    font-weight: 500;
    color: #fff;
    margin: 4% .5% 0 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.investments {
    position: relative;
    display: block;
    width: 95%;
    margin: 3% auto 4.5%;
}

.footer-text {
    position: relative;
	margin:5% auto 3%;
    width: 98%;
    top:auto;
    right: auto;
    border: 0px solid #fff;
}

.footer-menu {
    z-index: 9;
    position: absolute;
    display: inline-block;
    top: 19.56%;
    left:auto;
	right:20%;
}

/**/

.border-head {
    display: block;
    position: relative;
    z-index: 9;
    margin: 0% auto 0%;
    width: 95%;
    height: 100%;
    border-left: 1.95px solid rgba(255,255,255,.23);
    border-right: 1.95px solid rgba(255,255,255,.23);
    border-bottom: 0px solid rgba(255,255,255,.23);
}

.top-filter-info {
    position: relative;
    display: block;
    width: 95%;
    min-height: 200px;
    border-left: 1.95px solid rgba(0,0,0,.23);
    border-right: 1.95px solid rgba(0,0,0,.23);
    border-bottom: 1.95px solid rgba(0,0,0,.23)!important;
    padding-bottom: 5%;
    background: #fff;
    overflow: visible;
    margin: -1.25% auto 0%;
    z-index: 9;
    text-align: left;
}

.row-icon {
    position: relative;
    display: inline-block;
    width: 40.45%;
    padding: 1%;
    margin: 3.53% .65% -1.25%;
    vertical-align: top;
    color: #fff;
    text-align: left;
    background: #f8f8f8;
    border: 2.25px solid transparent;
    -webkit-transition: border .35s;
    -moz-transition: border .35s;
    -o-transition: border .35s;
    -ms-transition: border .35s;
    transition: border .35s;
}

.top-filter-info .moreimages {
    position: relative;
    display: block;
    width: 77%;
    text-align: center;
    border: 0px solid green;
    margin: 0 auto;
}

/*******************************************/


.facet-part {
   display:none;
}

.btn-filter{display:block;}

.mobile-block{display:block!important;margin-top:15px;}

/***/

.top-filter-info{margin-bottom:7.8%;}

.stick {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    animation: hello 1.1s ease-in 1;
    background: rgba(255,255,255,.92);
}

.webform-block{
	display:block;
	z-index:11;
}

#footer{z-index:11}

@keyframes hello{
0% {opacity:0;}

50%{opacity:.85;}

100% {opacity:1;}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/***/

.btn-filter {
    display: block;
	position: relative;
	top: 0;
	width:95%;
    padding: 22px 0px 22px;
    background: transparent;

    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.45em;
    letter-spacing: .85px;
	color:#fff;
    cursor: pointer;
    margin: 5% auto 5%!important;
    
    box-shadow: 2px 2px 5px #333;
    cursor: pointer;
    border: none!important;
    box-shadow: 2px 2px 2px #333;
    background-size: 300% 100%;
    animation: gradient 7s ease infinite;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: radial-gradient(circle, rgba(94, 3, 4,1) 0%, rgba(24,25,27,1) 100%);
    box-shadow: 3px 3px 9px #333;
}

.btn-filter img {
    top: 25.4%;
    position: absolute;
    left: 41px;
    z-index: 8;
    display: block;
}

#btn{
	position:relative;
	display:inline-block;
	width:100%;
	animation: hello 1.1s ease-in 1;
}

/**/

.btn-primary {
   font-family: 'Oswald', sans-serif!important;
    position: relative;
    display: block;
    border-radius: 3px;
    padding: 12px 90px 13.5px;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1em;
    margin:0;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px #333;
    cursor: pointer;
    border: none!important;
    box-shadow: 2px 2px 2px #333;
    background-size: 300% 100%;
    animation: gradient 7.5s ease infinite;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 2px 2px 5px #ccc;
	
}

.btn-secondary {
    font-family: 'Oswald', sans-serif!important;
    position: relative;
    display: inline-block;
    padding: 12px 45px 13.5px;
    margin-right:30px;
    background: rgba(208,244,242,.55);
    box-shadow: 2px 2px 5px #ccc;
    color: #000;
    letter-spacing: 2px;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/**/

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 470px;
    max-width: 470px;
    background: #fff;
    border-radius: 0;
}

.content-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:95%;
    background: #fff;
    margin-top:2%;
    padding: 0%;
    text-align: left;
    box-shadow: 2px 3px 2.75px 3px rgb(30 30 30 / 10%);
}


/*******************************************/

.top-text-pagebody{
	padding-top:45px;
	font-size:.86em!important;
}
	

}

@media only screen and (max-width:890px){

	
.middle-info .youtube-container--responsive ,
.top-filter-info .youtube-container--responsive {
    overflow: hidden;
    position:relative!important;
	display:block;
	width:600px;
    padding-bottom:2.25%;
    height:auto!important;
	margin:0 auto;
	min-height:340px;
}	

body{
	font-size:19.2px;
}

.hover-baner {
    height: 102%;
}

.border-block .logo-block {
    position: relative;
    display: block;
    padding: 2.15% 0 3.35% 3.35%;
    border-bottom: 1.95px solid rgba(255,255,255,.23);
}

.toggle-button {
    position: fixed;
    top: 13.33px;
    right: 14px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 35px;
    width: 40px;
    cursor: pointer;
    z-index: 15;
    display: inline-block;
}
	
.cases-grid .views-row {
    width: 49.45%;
    height: 50%;
	
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0 0 -10px!important;
    padding: 0!important;
}

.call-me {
    display:none;
}

a.call-action {
    display:none;
}

.baner-block {
    height:auto;
    min-height:1150px;
	max-height:auto;
	position:relative;
	display:inline-block;
}

a.select-action {
    padding:24px 1% 24px 4%;
    display:block;
	width:95%;
    color: #000;
    cursor: pointer!important;
    font-size: 1.37em;
    font-weight: 600;
   
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}



a.select-action:after{
	content:'';
	background: transparent url('../images/arrow.png') no-repeat center center;
    background-size: 93px 20.15px;
    display: inline-block;
	width:93px;
	height:20.15px;
	top:33px;
	right:65px;
	position:absolute;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.video-hello {
    position: relative;
    display: block;
    margin: 5% auto 2%;
    padding: 0% 0 0%;
    z-index: 8;
    width:96%;
    float:none;
}

.main-text {
    position: relative;
    display: inline-block;
    margin: 8.5% 0 0;
    padding: 2.5% 2.5% 2.5% 3.75%;
    z-index: 8;
	width:98%;
}

.main-text h1 {
    position: relative;
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0 0 0px;
    letter-spacing: 1.14px;
	
    color: #fff;
    font-size: 3.89em;
    font-weight: 600;
    line-height: 1.15;
}

.main-text span {
    position: relative;
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0;
    margin: 9.43% 0 0 0px;
    letter-spacing: 1.04px;
    color: #fff;
    font-size: 1.851em;
    font-weight: 600;
    line-height: 1;
}

.main-text .place {
    position: relative;
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0;
    margin: 10.43% 0 0 0px;
    padding-left: 43px;
    letter-spacing: .84px;
    color: #fff;
    font-size: 1.63em;
    font-weight: 500;
    line-height: 1;
}

.main-text .place:before {
    content: '';
    background: transparent url(../images/place.png) no-repeat center center;
    background-size: 31px 38px;
    display: inline-block;
    width: 31px;
    height: 38px;
    top: -7.5px;
    left: 0;
    position: absolute;
}

.about-company-part h3 {
    position: relative;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    padding: 0;
    top: -5px;
    margin: 6% 0 5.25% 4%;
    letter-spacing: .84px;
    font-size: 4.91em;
    font-weight: 600;
    line-height: 1;

}

.about-company-part p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.35em;
    margin: 0 0 25px 4%;
    position: relative;
    display: block;
	width:93%;
}

.cases-grid .views-row {
    width: 49.35%;
    height: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0 0 -10px!important;
    padding: 0!important;
}

.cases-grid {
    position:relative;
    display: block;
    height:100%;
    width: 100%;
	margin:11% 0 0;
    vertical-align: bottom!important;
    bottom: auto;
    right: auto;
    border-top: 1.95px solid rgba(255,255,255,.23);
}

.real-estate h2 {
    display: block;
    margin: 3% 0 2.5%;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0% 0;
    color: #18191b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 4.45em;
    text-align: center;
    letter-spacing: 1px;
}

.tab > label {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    padding: 10px 37px 10px;
    margin: 0 0 15px;
    border: 2.1px solid rgb(24,25,27);
    background: rgba(24,25,27,.005);
    color: #000;
    font-weight: 400;
    letter-spacing: .15px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-content .slider{
    width: 74%;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti{
	text-align:center;
}

.real-estate .views-row .views-field-field-obkladynka-nerukhomosti img {
    height: auto;
    width: 85%;
	margin:0 auto;
	padding:20px 0;
}

.tab-content .slider{
	position:absolute;
	right:-5000%;
}


.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1) .slider,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) .slider,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) .slider,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) .slider{
	position:relative;
	right:auto;
}

.real-estate .title-row{
    margin: 7% 0 3.5% 3%;
}


.real-estate .title-row a {
    font-size: 1.71em;
}

.real-estate .sub-row .list-row p {
    padding: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: 1.23em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.real-estate .sub-row .list-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.285em;
    font-weight: 800;
    color: #e0484a;
}

.real-estate .sub-row.right-row h2{
	padding:0!important;
	margin:8px 0 11px!important;

	text-align:right;
}


.real-estate .sub-row.right-row a {
    padding: 0;
    margin: 0;
    font-size: 1.25em;
    color: #e0484a;
    line-height: 1.1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.real-estate .sub-row.right-row div p {
    padding: 0;
    margin: 0 2px 0 0;
    display: inline-block;
    font-size: 1.21em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.real-estate .price-row p {
    padding: 0;
    margin: 7px 14px 7px 0;
    display: inline-block;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0,0,0,.9);
}

.real-estate .price-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.35em;
    font-weight: 800;
    color: #e0484a;
}

.real-estate .moreimages .slick-slide a.view-link {
    position: relative;
    display: block;
    padding: 11.5px 0;
    margin: 25px 0 4px;
    font-size: 1.05em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #18191b;
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.real-estate .moreimages .slick-slide {
    overflow: hidden!important;
    display: inline-block;
    text-align: center;
    margin: 0px!important;
	padding:0;
}

.full-link {
    position: relative;
    display:block;
    margin: 5% auto 3%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .79em!important;
    font-weight: 500;
    color: #fff;
	width:93%;
	text-align:left;
    padding: 16px 0px 17.5px 4.5%;
    border: 2.3px solid #18191b;
    box-shadow: 0 0 2px #18191b;
    background: rgba(24,25,27.1);
}

.full-link span {
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    right: 44px;
    top: 15px;
    background: transparent url(../images/rielicon2.png) no-repeat center center;
    background-size: 40px 40px;
    transition: all 0.3s;
}

.number-block h3 {
    padding: 4.84% 0;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 3.25em;

}

.row-calc .counter {
    font-size: 5.05em;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0% 0;
    line-height: 1;
	letter-spacing:0;
}


.row-calc .counter:after{
	content:'+';
	font-size:1em;
	color:inherit;
	letter-spacing:0;
	padding:0;
	margin:0;
}

.row-calc p {
    font-size: 1.2em;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 5% 0 3%;
}

.webform-block {
    padding: 6% 0;
    margin: 0 0 1%;
}

.web-logo {
    position: absolute;
    left: 2%;
    top: 16.35%;
}

.webform-text p {
    font-size: 1.53em;
    letter-spacing:.45px;
    line-height: 1.45;
    padding: 0% 0;
    color: #fff;
}

.webform-phone .js-form-item {
    position: relative;
    border: 0px solid #fff!important;
    display: inline-block;
    width: 88%;
    margin-right: 8%;
}

.webform-phone .form-item-nomer-telefonu input {
    padding: 18.5px 0 18.5px 57px;
    float: none;
    width: 100%;
    font-size: 1.2em;
}

.webform-phone .form-item-nomer-telefonu:before {
    content: '';
    position: absolute;
    top: 21.5px;
    left: 10px;
    z-index: 9;
    background: transparent url(../images/ua-flag.png) no-repeat center center;
    background-size: 34px 22px;
    display: inline-block;
    width: 32px;
    height: 21.5px;
    z-index: 9;
    font-size: 1em;
    color: red;
}

.webform-phone .webform-button--submit {
    padding: 20px 95px;
    font-size: 1.27em;
    font-weight: 500;
    margin: 4% -1% 0 0;
}

.investments h3 {
    font-size: 2.95em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    letter-spacing:.44px;
    line-height: 1.35;
    padding: 0% 0;
	margin:29px 0 17px;
    color: #fff;
}

.investments .investments-text p {
    font-size: .76em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0% 0 17px;
    padding: 0% 0;
	line-height:1.36;
    color: #fff;
}

.footer-logo h2 {
    position: relative;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    padding: 0;
    top: -5px;
    margin: 0px 0 0 21px;
    letter-spacing: .84px;
    color: #fff;
    font-size: 2.31em;
    font-weight: 600;
    line-height: 1;
}

.footer-contact span {
    display: block;
    margin-bottom: 5.55px;
}

.footer-contact a {
    color: rgba(255,255,255,.85);
    font-size: 1.4em;
    font-weight: 400;
}

.footer-text p {
    font-size: .78em;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0% 0 15px;
	line-height:1.35;
    padding: 0% 0;
    color: #fff;
}

.footer-menu {
    top: 21.56%;
    left: auto;
    right: 12%;
}

.footer-menu a {
    color: rgba(255,255,255,.85);
    font-size: 1.33em;
}

.f-social {
    position: relative;
    display: inline-block;
    text-align: center;
    height: auto;
	padding:1.5% 0;
}

.f-social a {
    display: inline-block!important;
    position: relative;
    width: 59px;
    height: 59px;
    background: rgba(255,255,255,.35);
    border: 2px solid #fff;
    margin: 8px 25.5px 4px 0;
    opacity: .85;
    z-index: 6;
    background-repeat: no-repeat;
    background-size: 59px 59px!important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4 ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13.5px;
    font-size: .985em;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255,255,255,.65);
    text-align: center;
    background: #000;
}

.overlay ul li {
    display: block;
    margin-bottom: 18px;
}

.overlay ul {
    margin-top: 31%;
    font-size: 48px;
}

.logo-block {
    position: relative;
    display: block;
    padding: 3.15% 0 3.15% 2.75%;
    border-bottom: 1.95px solid rgba(255,255,255,.23);
}

#block-kremenetsbud-content {

}

.top-filter-info article p {
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 19px!important;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.4!important;
	margin-bottom:24px!important;
}

.bud-all-projects .views-field-field-holovne-foto-proektu {
    position: relative;
    display:block;
    width:95%;
    margin: 0 auto 1.5%;
    vertical-align: top;
    text-align: center;
}

.bud-all-projects .views-row {
    position: relative;
    display: block;
    border-bottom: 1.5px solid rgba(0,0,0,.15);
    padding-top: 2.0%;
    padding-bottom: 2.0%;
    margin: 0 0 6.75%;
    text-align: left;
}

.bud-all-projects .views-field-name-1 {
    position: relative;
    display: block;
    width: 95%;
    margin: 6px 0 0;
    padding: 3.25% 2% 2%;
    border: 1.5px solid rgba(0,0,0,.10);
    vertical-align: top;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.bud-all-projects .views-field-field-holovne-foto-proektu img {
    width: 100%;
    height: auto;
    margin: 0px;
}

.bud-all-projects .views-field-name-1 .pj-title a {
    display: inline-block;
    position: relative;
    font-size: 1.91em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

.top-filter-info p {
    color: #000;
    margin: 1px 4px 25px 0;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
}

.pj-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.615em;
    font-weight: 800;
    color: #e0484a;
    font-family: 'Roboto Condensed', sans-serif;
}

.pj-view-link {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 20px 0 0;
    font-size: .68em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #18191b;
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.bud-all-projects .views-field-name-1 .pj-number span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.65em;
    font-weight: 800;
    line-height: 1;
    color: #e0484a;
}

.pj-view-link span {
    position: absolute;
    display: inline-block;
    height: 31px;
    width: 31px;
    right: 20px;
    top: 20px;
    background: transparent url(../images/arrow-case2.png) no-repeat center center;
    background-size: 31px 31px;
}

	
.top-text-pagebody{
	width:97%;
	padding-top:45px;
}

.top-text-pagebody p{
	line-height:1.4;
	padding:7px 5px 0;
}	

/***********/

.contact-info {
    position: relative;
    display: block;
    width: 92%;
    vertical-align: top;
    border-right: 0px solid rgba(0,0,0,.15);
    border-bottom: 1.5px solid rgba(0,0,0,.15);
    margin: -40px auto 3%;
    font-family: 'Roboto Condensed', sans-serif;
}	

.webform-contact {
    position: relative;
    display: block;
    width: 92%;
    vertical-align: top;
    margin: 1% auto 3%;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-info span {
    padding: 0;
    margin: 0 7px 0 0;
    display: block;
    font-size: .605em;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0,0,0,.45);
}

.top-filter-info .contact-info p {
    color: #000;
    margin: 1px 4px 17px 0;
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-row {
    position: relative;
    display: block;
    margin: 0 0 23px;
}

.contact-row a {
    display: block;
    font-size: .85em;
    font-weight: 600;
    color: #e0484a;
}


.webform-contact .js-form-item textarea {
    border: 1.55px solid #ccc;
    padding: 15px 12px 15.5px;
    background: transparent;
    width: 94.5%;
    max-width: 94.5%;
    min-width: 94.5%;
    height: 120px;
    min-height: 120px;
    max-height: 180px;
    font-size: 1.1em;
    font-family: 'Roboto Condensed', sans-serif;
    
    margin-top: 6px;
}

.webform-contact .js-form-item textarea::placeholder {
  font-size: .65em!important;
}

.webform-contact input{
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:1.38em;
	font-weight:500;
    padding: 18px 13px;
    margin-bottom: 18.5px;
    border: 1px solid #bfbfbf!important;
}

.webform-contact .js-form-item label {
    font-size: 1.3em;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    margin-bottom: 21px;
	margin-top:4.5px;
}

.webform-contact .webform-button--submit {
    position: relative;
    display: block;
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
    padding: 18px 13px;
    box-shadow: 0 0 3px #18131b;
    margin: 28px auto 0!important;
    color: #fff;
    font-size: 1.45em;
    cursor: pointer;
    background: #18191b;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.project-text-body {

	font-size:1.05em;
}

.project-text-body p{
	padding:7px 0 3px;
	line-height:1.36;
	font-size:1.17em!important;
}

.row-icon {
    position: relative;
    display:block;
    width:92.45%;
    padding: 1%;
    margin: 3.53% auto -1.25%;
    vertical-align: top;
    color: #fff;
    text-align: left;
    background: #f8f8f8;
    border: 2.25px solid transparent;
    -webkit-transition: border .35s;
    -moz-transition: border .35s;
    -o-transition: border .35s;
    -ms-transition: border .35s;
    transition: border .35s;
}

.row-icon img {
    height: auto;
    width: 17%;
    display: inline-block;
    margin-right: 40px;
}

.text-icon-row span {
    color: rgba(0,0,0,.45);
    font-size: 1.395em;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    margin: 10px 0 12px;
    position: relative;
    display: block;
}

.top-filter-info p {
    color: #000;
    margin: 1px 4px 25px 0;
    position: relative;
    display: inline-block;
    font-size: 1.57em;
    font-family: 'Roboto Condensed', sans-serif;
}

.summer-count {
    position: relative;
    display: block;
    background: #18191b;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 3.95% 3.35% 4.55%;
    margin-bottom: 2.5%;
    box-shadow: 0 0 2.5px #111;
}

span.source-summary-count {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

.summer-count p {
    display: inline-block;
    color: #e0484a;
    padding: 0;
    margin: 0;
    font-size: 1.18em;
    font-weight: 800;
}

.content-part .views-row {
    margin: 1% 1% 3%;
    padding: 2%;
    width:97%;
    vertical-align: top;
    display: inline-block;
    border: 2.15px solid rgba(30,30,30,.09);
    background: rgba(248, 248, 248,.26);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.content-part .views-row img {
    height: auto;
	width:65%;
	padding:20px 0;
    margin: 10px auto;
}

.content-part .real-title-row a {
    display: inline-block;
    position: relative;
    font-size: 1.91em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

#block-kremenetsbud-content .sub-row .list-row p{
    padding: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: 1.45em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.sub-row .list-row span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.55em;
    font-weight: 800;
    color: #e0484a;
}

.sub-row.right-row{margin-top:6px;}

.sub-row.right-row a {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
}

#block-kremenetsbud-content .sub-row.right-row div p {
    padding: 0;
    margin: 0 2px 0 0;
    display: inline-block;
    font-size: 1.275em;
    font-weight: 500;
    color: rgba(0,0,0,.85);
}

.sub-row.right-row div div {
    display: inline-block;
	font-size:1.2em;
}

.content-part .page-price p {
    padding: 0;
    margin: 0 7px 0px 0;
    display: inline-block;
    font-size: 1.3em!important;
    font-weight: 500;
    color: rgba(0,0,0,.75);
    font-family: 'Roboto Condensed', sans-serif!important;
}

.content-part .page-price span {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    font-size: 1.555em;
    font-weight: 700;
    color: #e0484a;
    font-family: 'Roboto Condensed', sans-serif!important;
}

.content-part .view-link {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 20px 0 0;
    font-size: 1.15em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #18191b;
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.content-part .view-link span {
    position: absolute;
    display: inline-block;
    height: 36px;
    width: 36px;
    right: 19px;
    top: 15px;
    background: transparent url(../images/arrow-case2.png) no-repeat center center;
    background-size: 36px 36px;
}

/******************/

h5.modal-title {
    display: block;
    width: 100%;
    padding: .45% 0% .75% 0%;
    margin: 0;
    line-height: 1;
    text-align: left;
    font-size: 1.76em;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #000;
}

.modal-left h3, .facet-part h3 {
    font-size: 1.5em!important;
    font-family: 'Roboto Condensed', sans-serif;
}

.modal-left .block-facet--links a.is-active,
.modal-left .block-facet--links a{
	font-size:1.3em;
	padding: 11px 35px;
}

/**/

.modal-left ul li, .facet-part ul li {
    display: block;
    margin: 0 0 25px;
    padding: 0;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

.modal-left input[type="checkbox"] + label ,
.facet-part input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 94px;
    position: relative;
   	font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
	font-size:1.6em;
}

.modal-left input[type="checkbox"] + label::before ,
.facet-part input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: 0px;
    vertical-align: middle;
    padding: 0;
    height: 40.5px;
    width: 75px;
    margin: 0 5px 0 0;
    border: 0px solid #dadada;
    border-radius: 32px;
    background: #dddddd;
	border:2px solid #fff;
	box-shadow: 0px 0px 4px 3px rgba(97,97,97,.083);

}

.facet-part input[type="checkbox"] + label::before,
.modal-left input[type="checkbox"] + label::before,
.modal-left input[type="checkbox"] + label::after ,
.facet-part input[type="checkbox"] + label::after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*кругляха*/
.modal-left input[type="checkbox"] + label::after ,
.facet-part input[type="checkbox"] + label::after {
	box-shadow: -2px -1px 8px 2px rgba(255, 255, 255, 0.75);
     
  content: "";
  display: block;
  position: absolute;
  top: 1.68px;
  left: 3px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f8f8f8;
  box-shadow: 0 3px 3px rgba(140, 140, 140, .1);
}

.facet-part input[type="checkbox"]:checked + label::before {
    
}

.modal-left input[type="checkbox"]:checked + label::after ,
.facet-part input[type="checkbox"]:checked + label::after {
	left: 35.2px;
	background:rgba(224,72,74,1);
	box-shadow: 0 0px 2.85px #39393b;
	border: 2px solid #fff;
	width: 33px;
	height: 33px;
}

/**/
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	float:left;
}

.modal-left .show-text{display:none!important;font-size:0;opacity:0;position:absolute;left:-10000%;top:-200%;}

.modal-left span.source-summary-count {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

.modal-left span.source-summary-count p{
	padding:0;
	margin:0;
	display:inline-block;
	font-size:1.3em;
	font-weight:500;
}

.modal-left .modal-footer div{display:inline-block!important;}

.modal-left .modal-footer ul,.modal-left .modal-footer ul li{
	display:inline-block!important;
	padding:0!important;
	margin:0!important;
	
}

.modal-left .modal-footer .facet-summary-item--facet{display:none!important}

.modal-left .modal-footer{
	text-align:left!important;
}

.btn-primary {
    font-family: 'Roboto Condensed', sans-serif!important;
    position: relative;
    display: block;
    border-radius: 0px;

	width:98%;
    padding: 20px 0px 20.5px;
    background: #000;
    color: #fff;
    letter-spacing: .25px;
	text-align:center;
    font-size: 1.2em;
    margin: 0 auto;
    text-transform: uppercase;
   
    cursor: pointer;
    border: none!important;
	float:none!important;
    background-size: 300% 100%;
    animation: gradient 7s ease infinite;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: radial-gradient(circle, rgba(94, 3, 4,1) 0%, rgba(24,25,27,1) 100%);
    box-shadow: 3px 3px 9px #333;
}

a.clear-btn {
    font-family: 'Roboto Condensed', sans-serif!important;
    position:relative;
	width:97%;
	margin:7px auto 21px;
    display: inline-block;
    border:2px solid #e04836;
	text-transform:uppercase;
	font-weight:600;
	background:rgba(224,72,54,.10);
	color:#18191b;
	padding:14px 0px;
	text-align:center;
    color: #000;
    letter-spacing:.25px;
    font-size: 1.17em;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.modal-footer-fixed {
    text-align:left!important;
}

/**********/

.page-banner {
    display: block;
    width: 75%;
    text-align: center;
    margin: 5.55% auto 2%;
    vertical-align: top;
}

.page-info-realestate {
    display:block;
    width: 92%;
    text-align: left;
    margin: 3.55% auto 3%;
    padding: 1.25%;
    background: #f8f8f8;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
}

.page-info-realestate p {
    padding: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: 1.465em;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}

.page-info-realestate span {
    padding: 0;
    margin: 0 0px 0 0;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 800;
    color: rgba(0,0,0,1);
}

.bud a {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    font-size: 1.7em;
    font-weight: 700;
    color: #e0484a;
    line-height: 1.1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s;
}

.page-price p {
    padding: 0;
    margin: 0 7px 0px 0;
    display: inline-block;
    font-size: 1.465em;
    font-weight: 500;
    color: rgba(0,0,0,.75);
    font-family: 'Roboto Condensed', sans-serif!important;
}

.page-price span {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    font-size: 1.7em;
    font-weight: 700;
    color: #e0484a;
    font-family: 'Roboto Condensed', sans-serif!important;
}

.sign-up {
    position: relative;
    display: block;
    padding: 21.55px 0 22.55px;
    margin: 35px 0 11px;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #18191b;
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 3px rgb(24 25 27 / 45%);
    cursor: pointer;
}

.sign-up span {
    position: absolute;
    display: inline-block;
    height: 33px;
    width: 33px;
    right: 25px;
    top: 17px;
    background: transparent url(../images/arrow-case2.png) no-repeat center center;
    background-size: 33px 33px;
}

.modal-body .js-form-item label {
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    margin-bottom: 15px;
}

.modal-body input {
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    padding: 18px 13px;
    margin-bottom: 22.5px;
    border: 1px solid #bfbfbf!important;
}

.modal-body .webform-button--submit {
    position: relative;
    display: block;
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
    padding: 24px 13px;
    box-shadow: 0 0 3px #18131b;
    margin: 28px auto 0!important;
    color: #fff;
    font-size: 1.45em;
    cursor: pointer;
    background: #18191b;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.middle-info .moreimages {
    position: relative;
    display: block;
    width:69%;
    text-align: center;
    border: 0px solid green;
    margin: 0 auto;
}

.text-icon-row p {
    color: rgba(0,0,0,.78);
    font-size: 1.565em;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

.more-block{
	position: relative;
    display: block;
    width: 100%;
    border: 0px solid green;
    margin: 4% auto 5%;
}

.more-block .moreslides {
    position: relative;
    display: block;
    margin: 3% auto 0;
    width:74%;
}

.more-title{
	display:block;
	width:95%;
	position:relative;
	margin:35px auto 15px;
	
}

.more-block .more-title a{
	font-size:1.52em;
}

.more-info span {
    color: rgba(0,0,0,.45);
    font-size: 1.43em;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    margin: 7px 10px 2px 0px;
    position: relative;
    display: inline-block;
}

.more-info p {
    color: rgba(0,0,0,.78);
    font-size: 1.465em;
    line-height: 1;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.more-block img {
    width: auto;
	max-width:90%!important;
    height: 230px;
	padding:15px 0;
    margin: 10px auto 15px;
    display: block;
}

.bud a:after {
    content: '';
    background: transparent url(../images/arrow.png) no-repeat center center;
    background-size: 70px 15.5px;
    display: inline-block;
    width: 70px;
    height: 15.5px;
    top: 11.5px;
    right: -98px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -o-transition: opacity .35s;
    -ms-transition: opacity .35s;
    transition: opacity .35s;
}

.summer-count p {
    display: inline-block!important;
    color: #e0484a;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    font-weight: 800;
}

p.go-page{
	font-size:1.369em!important;
	line-height:1.4;
	display:inline-block!important
}

#block-kremenetsbud-content a.go-link-page {
    color: #e0484a;
    margin: 0px;
    position: relative;
    display: block;
    font-size: 1.5em;
	text-align:center;
    line-height: 1.1;
    padding: 0;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}


.baner-block{
	
	background-attachment: local;


}

/**/

.realestate-frontslider{
    position: relative;
    display: block;
    background: #fff;
    padding: 1% 0;
    width: 89.5%;
    margin: 0% auto 3%;
    text-align: center;
}

a.go-real {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.45em;
	padding: 9px 31px 10.2px;
	margin:0 15px 35px;
	border: 2.25px solid rgb(24,25,27);
	background: rgba(24,25,27,.005);
	color:#000;
	font-weight:400;
	min-width:170px;
	letter-spacing:.15px;
	cursor: pointer;	
	transition: all 0.3s;
}

.investments-slider{display:none;}

.investments-slider-mobile{
	position:relative;
	display:block;
	width:89%;
	margin:1% auto;
}

.investments-slider-mobile .slick-slide {
    text-align: center;
    margin: 0 18px;
}

.investments-slider-mobile .slick-slide img{display:inline-block;}

/* Update */

.full-link {
    position: relative;
    display: inline-block;
    margin: 5% auto 3%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.45em!important;
    font-weight: 500;
    color: #fff;
    width: 94%;
    text-align: left;
    padding: 16px 0px 17.5px 4.5%;
    border: 2.3px solid #18191b;
    box-shadow: 0 0 2px #18191b;
    background: rgba(24,25,27.1);
}

.cases-grid {
	min-height:609px;
}

.cases-grid .views-row:nth-child(4),.cases-grid .views-row:nth-child(3),.cases-grid .views-row:nth-child(2),.cases-grid .views-row:nth-child(1){
	top:auto;bottom:auto;left:auto;right:auto;position:relative;display:inline-block;
}

.cases-grid .views-row,
.cases-grid .views-row:nth-child(4),
.cases-grid .views-row:nth-child(3),
.cases-grid .views-row:nth-child(2),
.cases-grid .views-row:nth-child(1){
    width: 49.55%!important;
    height: 300px!important;
    display: inline-block!important;
    position: relative!important;
    overflow: hidden;
	float:left!important;
    z-index: 9;
    margin: 0 0 -0px!important;
    padding: 0!important;
}


.case-front {
    position: relative;
    display: block;
    height: auto;
    background: #18191B;
    padding: 0;
    margin: -15px 0 0;
}

.cases-grid-2 {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    float: none;
    overflow: hidden;
    vertical-align: top!important;
    margin: 45px 0 0;
    border-top: 1.95px solid rgba(255,255,255,.23);
    border-left: 0px solid rgba(255,255,255,.23);
    border-right: 0px solid rgba(255,255,255,.23);
}

.border-case {
     border-right: 1.85px solid rgba(255,255,255,.23);
}

.cases-grid-2 .views-row{
	width:49.77%;
	float:left;
	height:300px;
}



.modal-left .block-facets-ajax:last-child ul, .facet-part .block-facets-ajax:last-child ul{
	margin-bottom:160px!important;
}

.mobile-block .stick .btn-filter {
   display: block;
    position: absolute;
    top: 26px;
	right:2.5%;
    width: 95%;
    
    background: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.45em;
    letter-spacing: .85px;
    color: #fff;
    cursor: pointer;
    margin: 0!important;
    box-shadow: 2px 2px 5px #333;
    cursor: pointer;
    border: none!important;
    box-shadow: 2px 2px 2px #333;
    background-size: 300% 100%;
    animation: gradient 7s ease infinite;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: radial-gradient(circle, rgba(94, 3, 4,1) 0%, rgba(24,25,27,1) 100%);
    box-shadow: 3px 3px 9px #333;

}

.mobile-block .stick{
	
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
	padding: 67px 0px 67px;
	display:block;
}

.content-part {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95%!important;
    min-width: 95%!important;
    max-width: 95%!important;
    background: #fff;
    margin:2% 0 0!important;
    padding: 0%;
    text-align: left;
    box-shadow: 2px 3px 2.75px 3px rgb(30 30 30 / 10%);
}

a.select-action:hover:after{
    background-size: 93px 20.15px;
    display: inline-block;
	width:93px;
	height:20.15px;
	top:33px;
	right:65px;
}



/**/


}

@media only screen and (max-width:740px){

	


}





/***/

/*
@media only screen and (max-width:500px){

	*{background:pink}


}
*/