/*@charset "utf-8";*/

html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-weight: 400;
}
img{
    border:none;
    max-width: 100%;
    height:auto;
}
a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
    font-family: 'Roboto', sans-serif;
}
b {
    display: inline;
    font-weight: 700;
}
a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    position: relative;
    margin:0;
    padding:0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea{
    display:block;
}
a, span, button, i{
    display: inline-block;
}


/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Roboto', sans-serif;
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Roboto', sans-serif;
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

input::-webkit-input-placeholder {color:#818181;}
input::-moz-placeholder          {color:#818181;}
input:-moz-placeholder           {color:#818181;}
input:-ms-input-placeholder      {color:#818181;}

textarea::-webkit-input-placeholder {color:#818181;}
textarea::-moz-placeholder          {color:#818181;}
textarea :-moz-placeholder           {color:#818181;}
textarea:-ms-input-placeholder      {color:#818181;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}


/*body*/

@font-face {
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    background: #FFFFFF;
    font-size: 16px;
}

a,
button{
    color: #000;
}

p{

}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.container{
    width: 100%;
    max-width: 1140px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
}

/*list-page*/

.list-page{
    padding: 35px 0;
}

.list-page a{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-page a:hover{
    text-decoration: underline;
}

/*header*/

header{
    border-bottom: 1px solid #DCDCDC;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
    -moz-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
    box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
}

.header-top{
    background: url(../img/header-bg.png) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-top .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search{
    width: 200px;
}

.search-field{
    width: 100%;
}

.search-field input{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #818181;
    border-bottom: 1px solid #656565;
    padding-right: 35px;
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
}

.search-btn{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 30px;
    right: 0;
}

.search-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #818181;
    font-size: 16px;
}

.search-btn input{
    z-index: 1;
    width: 100%;
    height: 100%;
}

.search-field input:focus{
    border-color: #fff;
}

.search-btn:hover:before{
    color: #ffffff;
}

.open-menu{
    display: none;
}

nav{
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
}

nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

nav li{

}

nav a{
    padding: 15px 20px;
    color: #bbbbbb;
}

nav li.active a,nav li.current-menu-item a{
    color: #ffffff;
}

nav a:hover{
    background: #39c238;
    color: #ffffff;
}

.header-item{
    padding: 30px 0;
}

.header-item .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 520px;
}

.logo{
    width: 200px;
}

.logo img{
    width: 100%;
}

.tagline{
    padding-left: 50px;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
    font-weight: 100;
}

.soc-link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: none;
}
.soc-ftr{
	display: none;
}

.soc-link a{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 6px;
    background: #d5d5d5;
}

.soc-link a:hover{
    background: #76c147;
}

.soc-link a:before{
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.phone{
    max-width: 200px;
    text-align: right;
}

.tel{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 300;
}

.tel:hover{
    color: #5ac238;
}

.call-back{
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #5AC238;
    padding: 10px 25px;
}

.call-back:hover{
    background: #5ac238;
    color: #ffffff;
}

/*main-slider*/

.main-slider{

}

.gallery-top-main{
    /*min-height: 480px;*/
}

.gallery-top-main .swiper-slide{
    height: auto;
    padding: 30px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slide-text{
    float: right;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    width: 410px;
    height: 410px;
    background: rgba(255,255,255,0.35);
}

.main-slide-text:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    background: rgba(255,255,255,0.7);
}

.main-slide-text-mask{
    text-align: center;
}

h2{
    margin-bottom: 20px;
    font-size: 29px;
}

.main-slide-text p{
    font-size: 13px;
    line-height: 24px;
}

.center-btn{
    text-align: center;
}

.more-info{
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #79c24a;
    padding: 10px 15px;
}

.more-info:hover{
    background: #598c34;
}

.main-slide-text .more-info{
    margin-top: 30px;
}

.wrap-gallery-thumbs-main{
    background: #f8f8f8;
    padding: 0 50px;
}

.gallery-thumbs-main .swiper-slide{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    text-align: center;
    padding: 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 200px;
}

.gallery-thumbs-main .swiper-slide:hover{
    opacity: 0.6;
}

.gallery-thumbs-main .swiper-slide-active{
    background: #76c147;
    color: #ffffff;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    font-size: 20px;
    color: #79c24a;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before{
    color: #598c34;
}

.wrap-gallery-thumbs-main .swiper-wrapper{
    margin-left: -webkit-calc(-50% + 100px);
    margin-left: -moz-calc(-50% + 100px);
    margin-left: calc(-50% + 100px);
}

/*fixed-btn*/
.sitemap a{
    display: inline;
    padding: 0;
    border-bottom: none;
}
.sitemap{
    color: #323232;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
}
.sitemap ul li {
    padding: 5px 0;
}
.fixed-btn{
    position: fixed;
    z-index: 95;
    right: 0;
    width: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search_page p a{
    color: #5AC238;
}
.search_page p a:hover{
    color: #458c2c
}

.fixed-btn2{
    top: auto;
    bottom: 5%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.fixed-btn a{
    display: block;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    color: #787878;
    height: 38px;
    width: 38px;
}

.fixed-btn a.scroller{
    margin-bottom: 0;
    display: none;
}
.fixed-btn a.scroller.up {
    display: block;
}
.fixed-btn a:before{
    width: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.fixed-btn a span{
    padding: 5px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);

    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    background: #76c147;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.fixed-btn a:hover{
    background-color: #76c147;
    color: #ffffff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fixed-btn a:hover span{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/*content*/

.content{
    padding: 50px 0;
}

.banner{
    display: block;
    width: 100%;
    margin-bottom: 50px;
    height: 135px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.flex-column-4{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column-4-item{
    width: 25%;
    padding-right: 25px;
    margin-bottom: 50px;
}

.title-decor{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    background: url(../img/title-decor.png) repeat-x left center;
}

.title-decor > *{
    background: #ffffff;
    padding-right: 15px;
}

h4{
    font-size: 23px;
}

.preview-news{
    margin-bottom: 25px;
    font-size: 14px;
}

.preview-news-date{
    display: block;
}

.preview-news-title{
    font-weight: 700;
    display: block;
    text-decoration: underline;
    margin-bottom: 3px;
}

.preview-news-title:hover,
.link-txt:hover{
    color: #76c147;
}

.preview-news p{
    font-weight: 300;
}

.link-txt{
    font-size: 15px;
    text-decoration: underline;
    display: block;
}

.slider-typical{

}

.prev-slide,
.next-slide{
    top: auto;
    bottom: 5px;
}

.prev-slide:before,
.next-slide:before{
    color: #c4c4c4;
}

.prev-slide:hover:before,
.next-slide:hover:before{
    color: #fff;
}

.slider-typical .swiper-slide{

}

.typical-slide{
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 310px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #ffffff;
}

.typical-slide-mask{
	background-color: rgba(0,0,0,0.7);
    width: 100%;
    padding: 15px 38px;
    height: 100%;

}

.typical-slide span{
    display: block;
    font-size: 14px;
}

.typical-slide-date{
    margin-bottom: 3px;
}

.typical-slide-title{
    margin-bottom: 10px;
    font-weight: 700;
}

.typical-slide-txt{
    display: block;
    font-weight: 300;
}

.review-slide{
    text-align: center;
    padding: 0 38px;
    font-size: 14px;
    display: block;
    height: 310px;
}

.review-img{
    height: 275px;
    width: 100%;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-img img{
    max-width: 100%;
    max-height: 100%;
}

.review-slide:hover .review-img img{
    opacity: 0.8;
}

.slider-review .prev-slide:before,
.slider-review .next-slide:before
{
    color: #c4c4c4;
}

.slider-review .prev-slide:hover:before,
.slider-review .next-slide:hover:before
{
    color: #5AC238;
}

h3{
    font-size: 30px;
}

.slider-projects{
    padding: 0 50px;
    margin-bottom: 50px;
}

.project-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider-projects .swiper-button-next,
.slider-projects .swiper-button-prev {
    color: #c4c4c4;
}
.slider-projects .swiper-button-next:hover,
.slider-projects .swiper-button-prev:hover {
    color: #5AC238;
}

.project-slide-big-img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 480px;
    height: 480px;
    overflow: hidden;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.project-slide-big-img:after,
.advantages-tabs-bg:after
{
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.65;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid #fff;
    border-right-width: 0;
    border-top-width: 0;
}

.project-slide-txt{
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 50px;
    padding-top: 10px;
}

.slider-projects:before{
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: url(../img/project-slide-bg.png) no-repeat top center;
    width: 568px;
    height: 217px;
}

.project-slide-title{
    display: block;
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 20px;
}

.project-slide-title:hover{
    color: #5AC238;
}

.project-slide-txt p{
    line-height: 26px;
    margin-bottom: 20px;
}

.tp-btn{
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    border: 2px solid #82C147;
    padding: 12px 15px;
}

.tp-btn:hover{
    color: #ffffff;
    background: #82c147;
}

.project-slide-gallery{
    margin-top: 30px;
}

.project-slide-gallery span{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.project-slide-gallery span img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
	    max-height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	object-position: 50% 50%;
}

.project-slide-gallery span:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #fff;
    border-right-width: 0;
    border-top-width: 0;
    opacity: 0.5;
}

.advantages-tabs{
    background: #f5f5f5;
    margin-bottom: 50px;
}

.tabs_content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.tabs_content.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.tabs_caption{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E6E6;
}

.advantages-tabs .tabs_caption li{
    width: 20%;
    height: 200px;
    padding: 30px 15px 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #E6E6E6;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.advantages-tabs .tabs_caption li:last-of-type{
    border-right: none;
}

.advantages-tabs .tabs_caption li:hover,
.advantages-tabs .tabs_caption li.active{
    color: #5AC238;
}

.advantages-tabs .tabs_caption li:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ececec;
    height: 0;
    z-index: 2;
}

.advantages-tabs .tabs_caption li.active:after{
    height: 6px;
}

.advantages-tabs-icon{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 15px auto;
    width: 110px;
    height: 110px;
    border: 1px solid #959595;
}

.advantages-tabs .tabs_caption li.active .advantages-tabs-icon{
    background: #76c147;
    border-color: #76C147;
}

.advantages-tabs-icon span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.advantages-tabs-icon span img{
    max-height: 100%;
}

.advantages-tabs .tabs_caption li.active .advantages-tabs-icon-show,
.advantages-tabs-icon-hover{
    visibility: hidden;
}

.advantages-tabs .tabs_caption li.active .advantages-tabs-icon-hover{
    visibility: visible;
}

.advantages-tabs .tabs_content{
    overflow: hidden;
}

.advantages-tabs-text{
    padding: 50px 50px 80px 50px;
    width: 540px;
    max-width: 100%;
}

.advantages-tabs-title{
    display: block;
    font-weight: 100;
    font-size: 46px;
    margin-bottom: 30px;
}

.advantages-tabs-text p{
    line-height: 26px;
    font-weight: 300;
}

.advantages-tabs-bg{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 800px;
    z-index: -1;
    height: 800px;
    left: 540px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.advantages-tabs-bg:after {
    left: 0;
}

.wrap-map{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}

.map{
    overflow: hidden;
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
}

.map-address{
    width: 380px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 6.8px 1.2px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 8px 6.8px 1.2px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 8px 6.8px 1.2px rgba(0, 0, 0, 0.02);
}

.map-address-img{
    height: 290px;
    overflow: hidden;
}

.map-address-img img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-map-address{
    padding: 20px 45px;
}

.content-map-address:after{
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    width: 2px;
    height: 45px;
    background: #82C147;
    z-index: 2;
}

.tp-select{
    margin-bottom: 20px;
}

.map-address-info{
    margin-bottom: 30px;
}

.map-address-info table{
    width: 100%;
    border-collapse: collapse;
}

.map-address-info tr{
    border-bottom: 1px solid #EEEEEE;
    font-size: 13px;
    color: #414042;
}

.map-address-info a{
    text-decoration: underline;
    font-size: 13px;
    color: #00b7f4;
}

.map-address-info a:hover{
    text-decoration: none;
}

.map-address-info td{
    padding-top: 15px;
    padding-bottom: 15px;
}

.map-address-info td:nth-child(2){
    padding-left: 15px;
}

.map-address-info tr span{
    display: block;
}

.header-item-search{
    display: none;
}

.header-mobile{
    display: none;
}

.menu-mobile{
    display: none;
}

.file-upload {
    margin: 25px 0 5px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(../img/upload.png) no-repeat top center;
    padding-top: 100px;
    text-align: center;
    font-size: 16px;
    color: #adabab;
}
.file-upload input[type="file"]{
    display: none;
}
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.filename {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.file-upload span{
    padding-top: 80px;
}

.sidebar{
    float: left;
    width: 260px;
    border: 2px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 20px;
}

.sidebar h3{
    color: #323232;
    padding: 20px 15px;
}

.content-column{
    float: right;
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
}

.sidebar-list{
    padding: 0 15px;
}

.sidebar-list-item{

}

.sidebar-list-item:last-of-type .sidebar-list-link{
    border-bottom: none;
}

.sidebar-list-link{
    display: block;
    color: #323232;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
}

.sidebar-list-link:hover,
.sub-sidebar-list a:hover{
    color: #5AC238;
}

.sidebar-list-link.active,.sidebar-list-link.current-menu-item,
.sub-sidebar-list li.active a,.sub-sidebar-list li.current-menu-item a{
    font-weight: 700;
}

.sub-sidebar-list{
    display: none;
    padding: 5px 0;
}

.sub-sidebar-list li{
    margin: 5px 0;
}

.sub-sidebar-list a{
    font-size: 14px;
    color: #323232;
}

.breadcrumbs{
    margin-bottom: 30px;
}

.breadcrumbs span{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 5px 0;
    font-size: 14px;
    font-weight: 300;
}

.breadcrumbs a{
    text-decoration: underline;
}

.breadcrumbs a:hover{
    text-decoration: none;
}

.breadcrumbs a:after{
    content: "\f178";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 8px;
    font-family: FontAwesome;
}

.map-item{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    height: 430px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contacts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-form{
    width: 300px;
}

.contacts-left{
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-right: 60px;
}

.form-menu h2{
    text-transform: uppercase;
    margin-bottom: 15px;
}
.form-menu-field{
    display: block;
    margin-bottom: 15px;
}
.form-menu-field input{
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #AFB1B6;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
.form-menu-field input:focus{
    border-color: #5AC238;
}

.tp-select-dop div.fancy-select div.trigger{
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    border: 1px solid #AFB1B6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #818181;
}
.tp-select-dop div.fancy-select div.trigger:after{
    border-top-color: #AFB1B6;
    right: 10px;
}
.tp-select-dop div.fancy-select ul.options li {
    font-size: 14px;
}
.form-menu-send{
    text-align: center;
    display: block;
    width: 100%;
}
.form-menu-send input{
    display: inline-block;
    color: #ffffff;
    padding: 15px 35px;
    background: #5AC238;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}
.form-menu-send input:hover{
    background: #458c2c;
}

.confidentiality{
    font-size: 13px;
    color: #5d5b5b;
}
.confidentiality a{
    display: inline;
    color: #5d5b5b;
    text-decoration: underline;
}

.contacts h2{
    font-size: 20px;
}

.top-contacts-left{
    padding-left: 30px;
    margin-bottom: 50px;
}

.top-contacts-left h2{
    display: block;
    width: 360px;
    max-width: 100%;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 35px;
    background: url(../img/title-decor.png) repeat-x bottom left;
}

.contacts-img img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contacts-info{
    width: 300px;
    max-width: 100%;
    display: block;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.contacts-info:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    color: #c9d4dd;
    font-family: FontAwesome;
}

.mob-nav{
    margin-bottom: 30px;
}
.sub-mob-nav{
    display: none;
}
.mob-nav-item{

}
.mob-nav-item-link{
    display: block;
    font-size: 20px;
    color: #000;
    padding: 12px 30px 12px 15px;
    border-bottom: 1px dotted #ABB5C1;
}
.mob-nav-item-link.active,
.sidebar-list-dop .sidebar-list-item.active .sidebar-list-link,.mob-nav-item-link.current-menu-item,
.sidebar-list-dop .sidebar-list-item.current-menu-item .sidebar-list-link,.sidebar-list-prod .sidebar-list-item.current-menu-item .sidebar-list-link{
    background: #e8e8e8;
}
.mob-nav-item-link.active:before,
.sidebar-list-dop .sidebar-list-item.active .sidebar-list-link:before,.mob-nav-item-link.current-menu-item:before,
.sidebar-list-dop .sidebar-list-item.current-menu-item .sidebar-list-link:before,.sidebar-list-prod .sidebar-list-item.current-menu-item .sidebar-list-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    background: #76c147;
    z-index: 1;
}
.map-item > p{
    width: 100%;height: 100%;
}
.sidebar-list-dop .sidebar-list-item .sidebar-list-link{
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar-list-dop{
    padding: 0;
}
.sidebar-list-dop .sub-sidebar-list{
    padding: 10px 25px;
}
.mob-nav-item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #C0C0C0;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
}
.sub-mob-nav a{
    display: block;
    padding: 10px;
    color: #333333;
    font-size: 15px;
    border-bottom: 1px solid #DFDFDE;
}
.mob-nav-item-link:hover,
.sub-mob-nav a:hover{
    color: #5AC238;
}

.title-page{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pagination{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;

    background: url(../img/title-decor.png) repeat-x left center;
}

.pagination-item{
    background: #ffffff;
    padding: 5px 5px 5px 0;
}

.pagination a{
    font-weight: 300;
    margin-right: 10px;
    color: #62b031;
}

.pagination span{
    font-weight: 500;
    margin-right: 10px;
}

.wrap-review{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.review-item{
    margin-right: 30px;
    margin-bottom: 35px;
    width: -webkit-calc((100% - 60px)/3);
    width: -moz-calc((100% - 60px)/3);
    width: calc((100% - 60px)/3);
}

.review-item:nth-child(3n) {
    margin-right: 0;
}

.review-item-img{
    width: 100%;
    height: 260px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.review-item-img img{
    max-height: 100%;
}

.review-item-img:hover:before{
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 30px;
    color: #000000;
}

.review-item-title{
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: 700;
}

.review-item-title:hover{
    color: #5AC238;
    text-decoration: none;
}

.review-item p{
    font-weight: 300;
    font-size: 14px;
}

.wrap-portfolio{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-item{
    margin-right: 30px;
    margin-bottom: 35px;
    width: -webkit-calc((100% - 60px)/3);
    width: -moz-calc((100% - 60px)/3);
    width: calc((100% - 60px)/3);
    background: #fcfdfd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #545454;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
    -moz-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
    box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.19);
}

.portfolio-item:nth-child(3n) {
    margin-right: 0;
}

.portfolio-item:hover{
    -webkit-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.35);
    -moz-box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.35);
    box-shadow: 0px 3px 3px 0px rgba(4, 26, 55, 0.35);
}

.portfolio-item-img{
    display: block;
    overflow: hidden;
    background: #e5e5e5;
    height: 170px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.portfolio-item-img img{
    min-height: 100%;
    width: 100%;
}

.portfolio-item-txt{
    padding: 15px 20px 30px 15px;
}

.portfolio-item-title{
    margin-bottom: 3px;
    font-weight: 700;
    color: #545454;
}

.portfolio-item-title:hover{
    color: #5AC238;
}

.portfolio-item-location{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: 300;
}

.portfolio-item-txt p{
    font-size: 13px;
    color: #929292;
}

.portfolio-item-pin{
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    background: #a0b751;
    padding: 5px;
}

.portfolio-item-pin:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(160, 183, 81, 0);
    border-top-color: #a0b751;
    border-width: 5px;
    margin-left: -5px;
}

.filter{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.show-list{
    margin-left: 25px;
    background: url(../img/show.png) no-repeat center center;
    width: 30px;
    height: 30px;
}

.show-list:hover{
    opacity: 0.7;
}

.tp-select-filter{
    margin-bottom: 0;
}

.tp-select-filter div.fancy-select div.trigger {
    color: #B6BFCE;
}

.tp-select-filter div.fancy-select div.trigger:after {
    border-top-color: #B6BFCE;
}

.tp-select-filter div.fancy-select {
    font-weight: normal;
    color: #58595b;
    border: 2px solid #F2F2F2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding-right: 10px;
}

.tp-select-filter div.fancy-select .trigger{
    padding: 6px 35px;
}

.wrap-news{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-item{
    margin-right: 30px;
    margin-bottom: 35px;
    width: -webkit-calc((100% - 60px)/3);
    width: -moz-calc((100% - 60px)/3);
    width: calc((100% - 60px)/3);
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item-img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 180px;
}

.news-item-img img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-date{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.news-item-title{
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 10px;
}

.news-item-title:hover{
    text-decoration: none;
    color: #5AC238;
}

.news-item p{
    line-height: 26px;
    font-size: 13px;
    font-weight: 300;
}

.about-project{
    margin-bottom: 50px;
}

.about-project p{
    opacity: 0.65;
}

.project-info {
    margin-bottom: 80px;
}

.project-info td{
    padding-bottom: 10px;
}

.project-info td:nth-child(2){
    padding-left: 30px;
    font-weight: 700;
}

.wrap-materials {
    margin-bottom: 35px;
}

.materials-item{
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% - 100px)/3);
    width: -moz-calc((100% - 100px)/3);
    width: calc((100% - 100px)/3);
    margin: 0 15px 35px 15px;
    border: 1px solid #E0DCDC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fbfbfc;
    padding-bottom: 15px;
}

.materials-item-img img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.materials-item-img{
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    height: 160px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.materials-item:hover .materials-item-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.materials-item-text{
    margin-top: 10px;
    border-top: 2px dotted #D7DDE2;
    padding-top: 10px;
}

.materials-item-click{
    display: block;
    padding: 0 30px 10px 15px;
    cursor: pointer;
}

.materials-item-click:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #97ABBC;
    top: 50%;
    right: 15px;
    margin-top: -2px;
}

.materials-item-hidden{
    display: none;
    font-size: 13px;
    line-height: 18px;
    color: #848585;
    padding: 0 15px 10px 15px;
}

.slider-project-small{
    margin-bottom: 50px;
    padding: 30px 15px 60px 15px;
    overflow: hidden;
}

.slider-project-small .swiper-project-small{
    overflow: visible;
}

.project-slide-small{
    overflow: hidden;
    border: 1px solid rgba(255,255,255,1);
}

.project-slide-small .materials-item-img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project-slide-small-txt{
    margin-top: 10px;
    padding: 10px 15px 15px 15px;
    border-top: 1px dotted #97ABBC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.project-slide-small:hover{
    border: 1px solid #E2DFE0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.project-slide-small .materials-item-img img{

}

.project-slide-small:hover .materials-item-img img{
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.project-slide-small-txt span{
    padding-right: 5px;
    font-size: 66px;
    font-weight: 900;
    color: #597a96;
    opacity: 0.2;
    width: 75px;
    word-wrap: normal;
    z-index: 1;
    letter-spacing: -4px;
    text-align: center;
}

.project-slide-small-txt p{
    color: #888888;
    font-size: 15px;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
}

.project-slide-small-txt p b{
    display: block;
    font-weight: 700;
    color: #000000;
}

.project-slide-small-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 0;
    opacity: 0;
}

.project-slide-small-mask img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-slide-small-mask:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    opacity: 0.8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(232,238,242) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(232,238,242) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(232,238,242) 100%);
}

.project-slide-small:hover .project-slide-small-mask {
    opacity: 1;
}

.project-slide-small:hover .project-slide-small-txt span{
    opacity: 0.3;
}

.project-slide-small:hover{
    border-color: rgba(224, 220, 220, 1);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(89,122,150,0.64);
    -moz-box-shadow: 0px 5px 30px 0px rgba(89,122,150,0.64);
    box-shadow: 0px 5px 30px 0px rgba(89,122,150,0.64);
}

.swiper-pagination-project-small{
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.big-img{
    display: block;
    margin-bottom: 50px;
}

.big-img img{
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tp-txt{
    margin-bottom: 30px;
}

.tp-txt p{
    line-height: 25px;
    opacity: 0.6;
}
.tp-txt ul,
.tp-txt ol{
	margin:10px;
}
.tp-txt ol>li{
	list-style-type:decimal;
}
.tp-txt ul>li{
	list-style-type:disc;
}
.tp-txt li{
	 opacity: 0.6;
	margin-bottom:10px;
	line-height:25px;
	margin-left:20px;
}
.flex-column-2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column-2-item{
    width: 50%;
    padding-right: 50px;
    margin-bottom: 30px;
}

.tp-list{
    margin-bottom: 35px;
}

.tp-list li{
    margin-bottom: 10px;
    opacity: 0.6;
    line-height: 25px;
}

.not-numbered-list li{
    padding-left: 45px;
    background: url(../img/check.png) no-repeat top left;
}

.tp-list ol{
    list-style-position: inside;
}

.tp-list ol li{
    list-style: inherit;
}

.flex-column-3{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column-3-item{
    width: 33.3%;
    padding-right: 30px;
    margin-bottom: 35px;
}

.flex-column-3 p{
    line-height: 25px;
}

.tp-table{
    margin-top: 20px;
    margin-bottom: 20px;
}

.tp-table table{
    width: 100%;
    border-collapse: collapse;
    border: 0.5px solid #DCDCDC;
}

.tp-table thead {
    background: #f8f8f8;
}

.tp-table td,
.tp-table th{
    padding: 10px;
    border: 0.5px solid #DCDCDC;
    font-weight: 400;
    text-align: left;
}

.wrap-step{
    margin-bottom: 50px;
    padding: 25px;
    background: #f5f5f5;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.step-item{
    width: 135px;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #b3b3b3;
}

.step-item:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 100%;
    margin-left: -2px;
    background: url(../img/step-arrow.png) no-repeat left top;
    width: 26px;
    height: 23px;
}

.step-item:hover .advantages-tabs-icon-show{
    visibility: hidden;
}

.step-item:hover .advantages-tabs-icon-hover {
    visibility: visible;
}

.step-item:hover .advantages-tabs-icon {
    background: #76c147;
    border: 1px solid #76c147;
}

.step-item:last-of-type:after{
    display: none;
}

.block-calc{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 50px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(12,51,92,0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(12,51,92,0.2);
    box-shadow: 0px 5px 21px 0px rgba(12,51,92,0.2);
}

.block-calc-center{
    display: block;
}

.block-calc-center .block-calc-item{
    margin: 0 auto;
}

.block-calc-item{
    width: 530px;
    max-width: 100%;
    padding: 25px;
}

.block-calc-item h4{
    font-weight: 500;
    margin-bottom: 30px;
}

.tp-input{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.tp-input input{
    width: 100%;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
}

.tp-input textarea{
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 100px;
    color: #333333;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
}

.block-calc-item .tp-select-dop div.fancy-select div.trigger {
    font-weight: 300;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #818181;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
}

.calc-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calc-btn a{
    text-align: center;
    height: 45px;
    line-height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #76C147;
    font-size: 18px;
    padding: 0 35px;
}

.calc-btn a:hover{
    opacity: 0.8;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.calc-send{
    margin-right: 15px;
    color: #ffffff;
    background: #76c147;
}

.calc-clear{
    color: #76c147;
}

.wrap_radio,
.wrap_checkbox{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-item,
.checkbox-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

.wrap_checkbox input[type="checkbox"],
.wrap_radio input[type="radio"]{
    display:none;
}

.wrap_checkbox input[type="checkbox"] + label > span,
.wrap_radio input[type="radio"] + label > span
{
    width: 20px;
    height: 20px;
    border: 1px solid #CECECE;
    margin: 0px 15px 0px 0px;
    top: 3px;
    cursor: pointer;
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,1)), to(rgba(255,255,255,1)));
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}

.wrap_checkbox input[type="checkbox"] + label > span{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wrap_radio input[type="radio"] + label > span{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.wrap_checkbox input[type="checkbox"] + label > span:after,
.wrap_radio input[type="radio"] + label > span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.wrap_checkbox input[type="checkbox"]:checked + label > span:after{
    background: url(../img/check-1.png) no-repeat center center;
    width: 11px;
    height: 7px;
}

.wrap_radio input[type="radio"]:checked + label > span:after{
    width: 8px;
    height: 8px;
    background: #76c147;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.wrap-range{
    margin-bottom: 35px;
    width: 220px;
}

.range_inp{
    width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.range_inp input{
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 5px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-weight: 300;
    color: #333333;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
    box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
}

.range{
    margin-bottom: 20px;
}

.column-txt-3{
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column-txt-3-item{
    width: 33.3%;
    padding-left: 30px;
    border-left: 1px solid #DFDFDF;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 25px;
    padding-right: 15px;
}

.column-txt-3-item img{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.characteristics-table{
    margin-bottom: 50px;
}

.characteristics-table tr:last-of-type td{
    border-bottom: none;
}

.characteristics-table table{
    width: 100%;
    border-collapse: collapse;
}

.characteristics-table td{
    padding: 15px 10px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 2px solid #E6E6E6;
}

.characteristics-table span{
    width: 100px;
}

.catalog-tabs{
    margin-bottom: 50px;
}

.catalog-tabs .tabs_caption{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-tabs .tabs_caption li{
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 20px;
    background: #f0f0f0;
    border: 2px solid #E7E7E7;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
}

.catalog-tabs .tabs_caption li.active{
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.catalog-tabs .tabs_caption li.active:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 1px;
    z-index: 1;
}

.catalog-tabs .tabs_caption li:hover{
    color: #5AC238;
}

.catalog-tabs .tabs_content{
    padding-top: 25px;
}

.description-catalog-info{
    float: left;
    width: 260px;
    background: #f8f8f8;
}

.description-catalog-text{
    float: right;
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
}

.tab-txt{

}

.tab-txt p{
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}

.description-catalog-info h4{
    padding: 20px 15px;
    margin: 0;
}

.catalog-info-item{
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-info-icon{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #979797;
}

.catalog-info-icon img{
    max-height: 100%;
}

.catalog-info-txt{
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 15px;
}

.catalog-info-item .tp-btn{
    width: 135px;
    background: #5AC238;
    color: #ffffff;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.catalog-info-item .tp-btn:hover{
    color: #000000;
    background: none;
}

.catalog-info-item p{
    font-size: 12px;
    margin-bottom: 10px;
}

.catalog-info-item .tel-cat{
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
}

.catalog-tabs h4{
    font-size: 20px;
}
.catalog-tabs .title-decor  h4{
    font-size: 23px;
}
.slider-catalog{
    margin-bottom: 50px;
}

.slider-catalog .swiper-slide{
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery-top-catalog{
    margin-bottom: 15px;
}

.gallery-top-catalog .swiper-slide{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 430px;
}

.gallery-thumbs-catalog .swiper-slide{
    width: 130px;
    height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.gallery-thumbs-catalog .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #fff;
    border-right-width: 0;
    border-top-width: 0;
    opacity: 0.5;
}

.gallery-thumbs-catalog .swiper-wrapper {
    margin-left: -webkit-calc(-50% + 60px);
    margin-left: -moz-calc(-50% + 60px);
    margin-left: calc(-50% + 60px);
}

.wrap-gallery-thumbs-catalog{
    padding: 0 45px;
}
.slider-catalog .swiper-button-prev:before,
.slider-catalog .swiper-button-next:before {
    color: #CCCCCC;
}

/*modal*/

.modal{
    display: none;
    width: 580px;
    max-width: 95%;
    padding: 35px 20px;
    background: #ffffff;
    border-radius: 5px;
}

.modal h4{
    margin-bottom: 30px;
}

.modal .form-menu-field textarea{
    background: #ffffff;
    border: 1px solid #AFB1B6;
}

.modal .form-menu-field textarea:focus {
    border-color: #5AC238;
}

.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}









/*footer*/

footer{
    padding: 60px 0;
    background: #f5f5f5;
}

footer .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-footer{
    width: 430px;
    padding-left: 50px;
    border-left: 1px solid #DDDDDD;
}

.form-footer h4{
    margin-bottom: 25px;
}

.form-menu-field textarea{
    height: 100px;
    background: #dddddd;
    padding: 10px 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

.form-footer .form-menu-field input{
    border: none;
    background: #dddddd;
}

.form-footer .confidentiality{
    margin-top: 30px;
}

.item-footer{
    width: -webkit-calc(100% - 435px);
    width: -moz-calc(100% - 435px);
    width: calc(100% - 435px);
    padding-right: 50px;
}

.logo-ftr{
    display: block;
    width: 200px;
    margin-bottom: 25px;
}

.bottom-footer{
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom-footer-link{
    width: 300px;
}

.bottom-footer-link a{
    display: block;
    text-decoration: underline;
    margin-bottom: 5px;
    color: #333333;
}

.bottom-footer-link a:hover{
    color: #5AC238;
}

.copyrighted{
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
    max-width: -webkit-calc(100% - 300px);
    max-width: -moz-calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.top-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-footer{
    max-width: -webkit-calc(100% - 300px);
    max-width: -moz-calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-right: 30px;
}

.address-footer{
    width: 300px;
}

.address-footer > div{
    margin-bottom: 30px;
}

.address-footer > div:last-of-type{
    margin-bottom: 0;
}

.tel-ftr{
    display: block;
    font-size: 20px;
}

.tel-ftr:hover{
    color: #5AC238;
}

.menu-footer ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-footer li{
    width: 50%;
    padding-right: 10px;
    margin-bottom: 15px;
}

.menu-footer a{
    text-decoration: underline;
}

.menu-footer a:hover{
    text-decoration: none;
}

.soc-ftr a{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #CBCED7;
    font-size: 14px;
    width: 28px;
    height: 28px;
    color: #cbced7;
    margin-right: 8px;
}

.soc-ftr a:hover{
    color: #000;
    border-color: #000;
}

.soc-ftr a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}






/*clear both*/
.clear:after,
.gallery-top-main .container:after
{
    content: '';
    clear: both;
    display: block;
}

/*transition*/
.search-btn:before,
.gallery-thumbs-main .swiper-slide,
.swiper-button-prev:before,
.swiper-button-next:before,
.fixed-btn a span,
.tabs_content,
.advantages-tabs .tabs_caption li,
.advantages-tabs-icon,
.advantages-tabs .tabs_caption li.active:after,
.menu-mobile,
.review-item-img:hover:before,
.portfolio-item,
.project-slide-small-mask,
.project-slide-small .materials-item-img img,
.project-slide-small,
.materials-item-img img
{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




.tab-txt li{
	list-style-type: disc;
	margin-left:15px;
	font-weight: 300;
    margin-bottom: 5px;
	line-height:1.5em;
}
.tab-txt ul{
	margin-bottom: 20px;
}