/** ТЕГИ **/
html, body, div{
    padding:0px;
    margin:0px;
}

body {
    font: 18px 'PT Sans', sans-serif;
    font-weight: 300;
    color:#474747;
}

a.dotted-bottom, a.dotted-bottom:hover {
    text-decoration: none;
    font-size: 18px;
}
a.dotted-bottom span {
    border-bottom: 1px dashed #363636;
}

#overlay-trigger-show-mobile {
    display: none;
    margin: 25px auto 0;
}

.flex {
   display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.manstext {
    width: 50%;
    color: #669933;
    float: left;
    text-align: center !important;
    font-size: 28px;
    position: relative;
    top: 0;
    left: 15px;
}
.mansimg {
    width: 50%;
    padding-left: 15px; 
    padding-right: 15px; 
    float: left;
}
.manstextcontainer {
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 10px;
}
.kater {
    display: flex;
    align-items: center;
}
.uppercase {
     text-transform: uppercase;   
}

a.span span {
    border-bottom: 1px solid rgba(0,0,0,.4);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
a.span, a.span:hover {
    text-decoration: none;
}
a.span:hover span {
    border-bottom: 1px solid rgba(0,0,0,.8);
}

ul.clear_list,
ol.clear_list {list-style: none;}

h2:first-child, h3:first-child, h4:first-child, p:first-child{margin-top:0;}
p:last-child{margin-bottom: 0;}

a, img {
    border:none;
    outline:none
}

.just p *, .just p, .just div {
    
    text-align: justify;
}

a {	text-decoration: none; color:inherit; } 
a:hover { text-decoration: underline; color:inherit; }

/*@media (min-width: 1600px) {*/
    /*.container {*/
        /*width: 1540px;*/
    /*}*/
/*}*/
.red {
    color: #d12300 !important;
}
.green {
    color: #669933 !important;
}
.darkgreen {
    color: #114a0a !important;
}
.black {
    color: #000 !important;
} 
.green-underline a {
    color: #669933;
    border-bottom: 2px dashed;
}
.green-underline a:hover {
    color: #669933;
    border-bottom: solid 2px;
    text-decoration: none;
}
body {
    padding-bottom: 50px;
}

.header {
    position: fixed;
    z-index: 100;
    height: 119px;
    top: 0;
    padding: 25px 0;
    background: transparent;
    width: 100%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.header .logo {
    position: relative;
    background: rgba(255,255,255,.5) url(../images/logo.png) center no-repeat;
    width: 304px;
    height: 69px;
    background-size: 90%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.header .logo:after {
    content: '';
    background: url('../images/shadow.png') no-repeat;
    background-size: 304px auto;
    height: 22px;
    width: 304px;
    position: absolute;
    bottom: -22px;
    left: 0;
}
body.stick .header .logo:after {
     display: none;   
}
.header .logo a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.imgusage2 {
    width: 65%;
    height: auto;
}
.imgusage1 {
    width: 100%;
    height: auto;
}
.header .phone {
    font-size: 26px;
    background-color: rgba(102, 153, 51, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    border: solid rgba(20, 99, 47, 1) 0;
    position: relative;
    text-align: center;
    width: 550px;
    height: 55px;
    top: 6px;
    line-height: 55px;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.header .phone:after {
    content: '';
    background: url('../images/shadow.png') no-repeat;
    background-size: 550px auto;
    height: 26px;
    width: 550px;
    position: absolute;
    bottom: -26px;
    left: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.header .phone a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.header .text {
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 550px;
    width: 300px;
    margin-right: 30px;
    color: #FFF;
}

body.stick .header {
    height: 85px;
    padding: 10px 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.32);
    background: #FFF;
}
body.stick .header .text {
    color: #474747;
}
body.stick .header .logo {
    width: 258px;
    height: 54px;
    top: 6px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
body.stick .header .phone {
    height: 44px;
    line-height: 44px;
}

h1 {
    margin-top: 46px;
    margin-bottom: 16px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
h1 span.red {
    font-weight: bold;
    color: rgb(226, 28, 33);
}
h1 span.green {
    font-weight: bold;
    color: rgb(102, 153, 51);
}
.parallax-window {
    min-height: 650px;
    background: transparent;
}

h2.heading {
    width: 85%;
    font-size: 40px;
    border-bottom: 2px solid #54a900;
    text-align: center;
    text-transform: uppercase;
    margin: 50px auto;
}
h2.heading span {
    position: relative;
    top: 24px;
    background: #FFF;
    padding: 0 25px;
}

p {
    font-size: 22px;
}

.text-center {
     text-align: center;   
}

.titleBlock {
    position: relative;
    height: 700px;
    padding-top: 119px;
    background-image: url('../images/titleBlockBack.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleBlock:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    content: '';
}
.titleBlock * {
    z-index: 5;
    text-align: center;
}
.titleBlock h1 {
     text-shadow: 2px 3px 5px #000;   
}
#title-h3-other {
    font-weight: normal;
    font-size: 32px;
    text-shadow: 1px 3px 5px #000;
}
#price-rent {
    font-weight: normal;
    font-size: 36px;
    text-shadow: 1px 3px 5px #000;
}
.titleBlock p {
    text-shadow: 0 0 16px #000;
}
.titleBlock .container > div {
    width: 75%;
    margin: 0 auto;
}
.overlay-trigger {
    width: 480px;
    margin-top: 40px;
    padding: 9px 40px;
    font-size: 32px;
    color: #FFF;
    border: none;
    outline: none;
    position: relative;
    background: rgb(102, 153, 51);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.32);
}
.overlay-trigger:after {
    content: '';
    background: url('../images/shadow.png') no-repeat;
    background-size: 488px auto;
    height: 25px;
    width: 488px;
    position: absolute;
    bottom: -25px;
    left: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.action p {
    text-indent: 0;
}

.quadro .icons {
    margin: 50px auto;
}
.quadro .icons .texty p {
    color: #669933;
}
.quadro .icons .texty .uppercase {
    color: #114a0a;
}
.quadro .icon-item {
    margin: 15px 0 0;
}
.quadro .icon-item:before {
    content: " ";
    display: table;
}
.quadro .icon-item:after {
    clear: both;
}
.quadro .icon-item header {
    height: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.quadro .icon-item svg {
    width: 75px;
    float: left;
    margin-right: 25px;
    fill: #669933;
    fill-opacity: 1;
    stroke: rgba(102, 153, 51, 1);
}
.quadro .icon-item h3 {
    font-size: 26px;
    font-weight: normal;
    color: #669933;
    margin-top: 20px;
}
.quadro .icon-item p {
    font-size: 18px;
    text-indent: 0;
    margin: 5px;
}
.quadro .icon-item ul {
    padding-left: 40px;
    margin: 3px 0;
}
.quadro-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.video {
    height: 800px;
}
.facades-parallax, .video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}
/*.facades-img {*/
    /*width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*height: 300px;*/
    /*border-radius: 50%;*/
    /*position: relative;*/
/*}*/
/*.facades-img:after {*/
    /*content: attr(data-descr);*/
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*font-size: 24px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(255,255,255,.8);*/
    /*color: #000;*/
    /*z-index: 5;*/
    /*border-radius: 50%;*/
    /*opacity: 0;*/
    /*-webkit-transition: all ease .3s;*/
    /*-o-transition: all ease .3s;*/
    /*-moz-transition: all ease .3s;*/
    /*transition: all ease .3s;*/
/*}*/
/*.facades-img:hover:after {*/
    /*opacity: 1;*/
/*}*/

.location p {
    margin-top: 30px;
    text-align: center;
}
#map {
    height: 400px;
    width: 100%;
    margin: 20px auto 40px;
}

.advantages .icon {
    width: 125px;
    height: 125px;
    margin: 10px auto 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #669933;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.advantages .icon svg {
    width: 75px;
    fill: #FFF;
    fill-opacity: 1;
    stroke: rgba(255, 255, 255, 1);
}
.advantages h3, .about h3 {
    font-size: 26px;
    font-weight: normal;
    color: #669933;
    text-align: center;
}
.advantages p, .about p {
    font-size: 18px;
    line-height: 1.4;
}

.b-hformat-item {
    position: relative;
}
a.overflow_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fixer.gif);
    z-index: 9;
}
.b-hformat-item__content{
    display: -webkit-flex;	
    display: flex;	
    -webkit-align-items: center;		
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    position: absolute; bottom: 0; left: 0; 
    width: 100%; height:85px;
    padding: 20px 10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,.8) 58%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,.8) 58%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,.8) 58%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8e8e8', endColorstr='#e8e8e8',GradientType=0 );

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.b-hformat-item__caption{
    font-size: 18px;
    position: relative;
    top:20px;
    text-align: center;
	font-weight: bold;
	color: #669933;
    text-transform: uppercase;
}

.outers .outers-slider {
    width: 65%;
    margin: 25px auto;
}
.outers .outers-slide {
    width: 100%;
}

.plans .plans-slider {
    width: 100%;
    margin: 25px auto;
}
.plans .plans-slide {
    width: 100%;
}
.form-in-the-middle {
    background: #669933;
    margin-top: 0px;
    color: #fff;
    padding: 20px 10%;
    margin-bottom: 20px;
    font: 18px 'PT Sans', sans-serif;
}
.form-in-the-middle h4 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 16px;
}
.form-in-the-middle .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
}
.form-in-the-middle input {
    width: 25%;
    padding: 6px 10px;
    color: #323232;
}
.form-in-the-middle input[type=submit] {
    color: #fff;
    background: #94cc5c;
    border: 1px solid #496f24;
}
p:last-child {
    margin-bottom: 0;
}
#slick-prev, #slick-next {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 34px;
    height: 64px;
    background: url('../images/chevron.png') center no-repeat;
    cursor: pointer;
}
#slick-prev {
    left: -80px;
}
#slick-next {
    right: -80px;
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.section__row {
    padding:0px;
    margin:0px;
}
.section__row h4:first-child {
    margin-top:20px;
}
.section__row p:last-child {
    margin-bottom:0;
}
.section__row .green {
    color:#669933;
}
.section__row b.green {
    font-weight:400;
}
.faq-item {
    margin-bottom:12px;
    padding-left:40px;
    position:relative;
}
.faq-item span {
    display:inline-block;
    width:6px;
    height:6px;
    position:absolute;
    left:-20px;
    background:#669933;
    top:13px;
    border-radius:500px;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}
.faq-item h4 {
    margin-bottom:0;
    font-weight:400;
    font-size:24px;
    cursor:pointer;
    position:relative;
}
.faq-item p {
    margin-top:8px;
    display:none;
}
.faq-item b.green {
    font-size:14px;
}

@media (max-width: 1400px) {
    #slick-prev {
    left: -34px;
}
#slick-next {
    right: -34px;
}
}
#slick-prev:hover, #slick-prev:focus, #slick-next:hover, #slick-next:focus {
    background: url('../images/chevron.png') center no-repeat;
}

#reviews-slider .slider-item {
	padding: 10px;
}
#reviews-slider .slider-item p {
	padding-top: 16px;
    font-size: 20px;
	line-height: 1.4;
	padding-left: 180px;
}
#reviews-slider .slider-item p:first-of-type {
    font-style: italic;
}
#reviews-slider .slider-item p.text-right {
	text-align: right;
}
#reviews-slider .slider-item .img {
	float: left;
	margin: 0 30px 20px 0;
	border-radius: 10px;
	width: 450px;
	height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contacts {
    margin-bottom: 50px;
}
.contacts h3 {
    font-size: 26px;
    font-weight: normal;
    color: #669933;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 5px;
}
.contacts h3, .contacts p {
    padding-left: 0;
    text-indent: 0;
}
.contacts p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.contacts form > div {
    padding: 8px 5px;
}
.contacts input, .contacts textarea {
    width: 100%;
    padding: 5px 8px;
    border: 1px solid #669933;
    outline-color: #669933;
}
.contacts textarea {
    height: 130px;
}
.contacts input[type=submit] {
    outline: none;
    background: #669933;
    color: #FFF;
    padding: 8px;
}
.contacts .socials {
    margin-top: 20px;
}

.banner {
    border: 3px solid rgba(102, 153, 51, 0.4);
}
.banner a {
    padding: 30px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.banner img {
    float: left;
    margin-right: 45px;
}
.banner h3 {
    font-size: 32px;
    font-weight: normal;
    color: #669933;
    text-align: center;
    margin: 0;
}
.banner h3 span {
    border-bottom: 1px solid rgba(102, 153, 51, 0.4);
}

.footer-text {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #999;
}

@media (max-width: 1199px) {
    .header .text {
        display: none;
    }
    .manstext {
        top: 0px;
    }
    .manstext p {
        font-size: 14px;
    }
    .form-in-the-middle .flex {
        flex-direction: column;
    }
    .form-in-the-middle .flex input {
        width: 100%;
        margin-bottom: 8px;
    }
    .section__row h4:first-child {
        margin-top:20px;
        margin-bottom:10px;
    }
    .faq-item h4 {
        font-size:20px;
    }
}
@media (min-width: 1500px) {
    .titleBlock {
        height: 900px;
    }
}
@media (max-width: 991px) {
    .header .logo {
        width: 153px;
        top: 6px;
        height: 55px;
    }
    .header .logo:after {
        width: 153px;
        height: 16px;
        bottom: -16px;
        background-size: 153px auto;
    }

    iframe {
        width: 100% !important;
    }

    .titleBlock {
        height: 550px;
    }
    .titleBlock h1 {
        margin-top: 0;
    }

    .manstext {
        top: 27px;
    }
    
    .header .phone {
        font-size: 18px;
        width: 200px;
    }
    .header .phone span, .header .phone .hidesm {
        display: none;
    }

    h1 {
        font-size: 44px;
    }

    .contacts .rightBlock {
        margin-top: 30px;
    }
    .advantages .icon {
        float: left;
        margin-bottom: 0;
    }
    .advantages h3, .about h3 {
        margin: 20px 0;
        text-align: left;
        padding-left: 148px;
    }
    .advantages p, .about p {
        text-indent: 0;
        padding-left: 148px;
        margin-bottom: 30px;
    }
    .about h3 {
        text-align: center;
    }
    .about h3, .about p {
        padding-left: 0;
    }

    .quadro .icons, #map {
        width: 100%;
    }

    .facades-img {
        width: 75%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .kater {
        display: block;
        height: 450px;
    }
    .mkater {
        margin-top: 45px;
    }
    .manstext {
        width: 30%;
        color: #669933;
        float: left;
        text-align: center !important;
        font-size: 28px;
        position: relative;
        top: 0;
        left: 15px;
        margin-top: 100px;
        padding-right: 10px;
    }
    .mansimg {
        width: 70%;
        padding-left: 15px; 
        padding-right: 15px; 
        float: left;
        margin-top: 33px;
    }
    .mkater {
        margin-top: 45px;
    }
    
    #reviews-slider .slider-item .img {
    	width: 200px;
    	height: 160px;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center;
    }
}
@media (max-width: 768px) {
    #interiors-slider-thumbs {
        display: none;
    }
    .banner img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .banner a {
        display: block;
        text-align: center;
    }
    .contacts .leftBlock .photo {
        display: none;
    }
    .contacts h3, .contacts p {
        padding-left: 0;
        text-align: center;
    }

    .parallax-window .container {
        width: 100%;
    }
    .parallax-window {
        min-height: 400px;
        height: 400px;
    }

    .video iframe {
        height: 250px !important;
    }

    #overlay-trigger-show-mobile {
        display: block;
    }
    #overlay-trigger {
        display: none;
    }

    h2.heading {
        border-bottom: none;
    }
    h2.heading span {
        display: block;
    }

    .facades-parallax {
        height: auto;
    }
    .facades-img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .header .logo {
        width: 150px;
        height: 43px;
        top: 14px;
    }
    .header .logo:after {
        width: 150px;
        height: 16px;
        bottom: -16px;
        background-size: 150px auto;
    }

    .overlay-trigger {
        font-size: 24px;
        width: 98%;
    }
    .overlay-trigger:after {
        content: '';
        background: url('../images/shadow.png') no-repeat;
        background-size: 386px auto;
        height: 23px;
        width: 386px;
        bottom: -23px;
    }
    
    .titleBlock {
        height: 400px;
    }
    #title-h3-other {
        display: none;
    }
    #price-rent {
        display: block !important;
    }
    .titleBlock .container > div {
        width: 100%;
    }
    
    .about h3 {
        font-size: 20px;
    }
    .manstext {
		width: 100%;
	}
	.manstext {
		top: 0 !important;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 22px;
		left: 0;
	}
	.mansimg {
		width: 70%;
		margin-left:15%;
		margin-right:15%;
		margin-top: 0px;
	}
}
@media (max-width: 650px) {
    .mansimg {
        width: 78%;
        margin-left: 11%;
        margin-right: 11%;
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
}
}
@media (max-width: 550px) {
    .mansimg {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 0px;
        position: absolute;
        bottom: 5px;
}
}
@media (max-width: 480px) {
    .quadro .icon-item svg, .advantages .icon {
        display: none;
    }
    .quadro .icon-item p {
        padding-left: 0;
    }
    .quadro .icon-item header {
        height: 35px;
    }

    .advantages h3, .advantages p {
        padding-left: 0;
    }
    .advantages h3 {
        text-align: center;
    }
    .advantages p {
        text-align: justify;
    }

    h1 {
        font-size: 32px;
    }

    h2.heading {
        font-size: 28px;
    }

    .titleBlock {
        height: 290px;
        padding-top: 70px;
    }
    #price-rent {
    font-size: 24px;
    }
    .header .logo {
        width: 150px;
        height: 56px;
        top: 0;
    }
    body.stick .header .logo {
        width: 150px;
        height: 56px;
        top: 0;
    }
    .header .logo:after {
        width: 150px;
        height: 16px;
        bottom: -16px;
        background-size: 150px auto;
    }
    .header .phone {
        top: 0;
        width: 140px;
        font-size: 14px;
    }
    body.stick .header .phone {
        top: 7px;
        width: 140px;
        font-size: 14px;
    }

    .overlay-trigger:after {
        background-size: 100% auto;
        width: 100%;
    }
    
    #slick-prev {
        left: 20px;
        z-index: 10;
    }
    #slick-next {
        right: 20px;
    }
    
    .titleBlock .container > div {
        position: relative;
        top: 30px;
    }
    
    #reviews-slider .slider-item .img {
    	width: 100%;
    	height: 220px;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center;
    }
    #reviews-slider .slider-item p {
        padding-left: 0;
    }
    .mansimg {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;(max-width: 1199px)
        position: absolute;
        bottom: 1px;
        right: 0;
    }
        .kater {
        display: block;
        height: 400px;
    }
}


body.no-overflow {
    overflow: hidden;
}
body.no-overflow .blurable {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.overlay {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(27, 84, 3, 0.93);
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10%;
    top: 32px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
.overlayContent {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.overlayContent label {
    display: block;
}
.overlayContent input, .overlayContent button[type=submit] {
    color: #FFF;
    background: rgba(255,255,255,.3);
    padding: 10px 20px;
    font-size: 24px;
    border: 1px solid #FFF;
    outline: none;
    margin: 20px 0;
    width: 100%;
}
#phone-span {
    position: absolute;
    font-size: 24px;
    margin-top: 32px;
    margin-left: -40px;
}
.overlayContent button[type=submit] {
    padding: 15px 40px;
    font-size: 32px;
    color: #FFF;
    border: none;
    outline: none;
    margin-bottom: 0;
    background: rgb(84, 169, 0);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.32);
}
#overlay-form h3 {
    font-size: 24px;
}
#overlay-form p {
    font-size: 16px;
    text-indent: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.vip p {
     text-indent: 0;   
}

@media (max-width: 768px) {
     .overlayContent button[type=submit] {
        font-size: 24px;
     }
}
@media (max-width: 480px) {
    #overlay-form h3 {
        font-size: 18px;
        padding-right: 56px;
    }
    #overlay-form p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
     .overlayContent {
        width: 80%;
        max-width: 80%;
    }
    .overlayContent button[type=submit] {
        padding: 12px 20px;
        font-size: 24px;
    }
}

.photos-texts-slider h4 {
    color: #669933;
    font-size: 24px;
}
.photos-texts-slider .slick-dots li button::before
{
    color: #669933;
    opacity: .5;
    font-size: 12px;
}
.photos-texts-slider {
    padding: 20px 3%;
}
.photos-texts-slider .slick-dots li.slick-active button::before
{
    color: 669933;
    opacity: 1;
}
.photos-texts-slider #slick-next {
    right: -42px;
}
.photos-texts-slider #slick-prev {
    left: -42px;
}
@media (min-width: 1200px) {
    .photos-texts-slider .float-right {
        float: right;
    }
}
@media(max-width: 1199px) {
    .photos-texts-slider .photos-slider-item {
        margin-top: 20px;
        height: 390px;
    }
}

@media(max-width: 768px) {
    .photos-texts-slider .show-more {
        display: initial;
    }
    .photos-texts-slider p:not(:first-of-type) {
        display: none;
    }
    .photos-texts-slider .slick-list {
        height: auto !important;
    }
}

.photos-slider-item {
    padding: 10px;
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1199px) {
    .photos-slider-item {
        padding: 0;
        height: 200px;
    }   
    .show-mobile {
        display: block;
    }
    .show-desktop {
        display: none;
    }
    
    .photos-slider-item {
        padding: 0;
        height: 200px;
    }
    .slick-slide {
        padding: 0;
    }
    #slick-next {
        z-index: 10;
        right: 30px !important;
        top: 36%;
        background: url('../images/chevron-white.png') center no-repeat;
    }
    #slick-prev {
        z-index: 10;
        left: 30px !important;
        top: 36%;
        background: url('../images/chevron-white.png') center no-repeat;
    }
}

p .show-more {
    font-weight: normal;
    color: #669933;
    cursor: pointer;
}
.photos-texts-slider p:not(:first-of-type) {
        display: none;
    }
.circLines{    position: absolute;
        top: -19px;
    left: 13px;width:35px;height:35px;transform:translateY(30%);-webkit-transform:translateY(30%);transition-duration:0.4s;}
.circLines:after,.circLines:before{content:"";width:25px;border-top:2px solid transparent;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all 0.4s ease-out 0s;}
.circLines:after{margin-top:-1px;box-shadow:0px 2px rgb(102, 153, 51);transition:all ease-in .15s;-webkit-transition:all ease-in .15s;-o-transition:all ease-in .15s;-moz-transition:all ease-in .15s;}
.circLines:before{box-shadow:0px 8px rgb(102, 153, 51),0px -6px rgb(102, 153, 51);transition:all ease-in .15s;-webkit-transition:all ease-in .15s;-o-transition:all ease-in .15s;-moz-transition:all ease-in .15s;}
.opened .circLines:after,.circLines:before{content:"";width:25px;border-top:2px solid transparent;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all 0.4s ease-out 0s;}
.opened .circLines:after{margin-top:-1px;box-shadow:0px 2px rgb(255, 255, 255);transition:all ease-in .15s;-webkit-transition:all ease-in .15s;-o-transition:all ease-in .15s;-moz-transition:all ease-in .15s;}
.opened .circLines:before{box-shadow:0px 8px rgb(255, 255, 255),0px -6px rgb(255, 255, 255);transition:all ease-in .15s;-webkit-transition:all ease-in .15s;-o-transition:all ease-in .15s;-moz-transition:all ease-in .15s;}


@media(max-width: 768px) {
    .photos-texts-slider .show-more {
        display: initial;
    }
    .photos-texts-slider p:not(:first-of-type) {
        display: none;
    }
    .photos-texts-slider .slick-list {
        height: auto !important;
    }
}
