.slider-sec {
display: block;
height: max-content;}
.slider-sec .slide {
height: 100%;
background-size: cover;
position: relative;
background-position: center; }
.slider-sec .slide:before {
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0;
pointer-events:none;
left: 0;
width: 100%;
height: 100%;
content: ""; }
.slider-sec .middle-height {
display: flex;
padding-bottom: 150px;
padding-top: 200px;
position: relative;
z-index: 3; }
@media (max-width: 450px) {
.slider-sec .middle-height {
padding-top: 150px;
padding-bottom: 100px; } }
.slider-sec .content-slide {
margin: auto;
margin-left: 0;
font-family: "Acrom";
color: #fff;
max-width: 700px; }
.slider-sec .content-slide .title-slide {
font-size: 65px;
text-align:left;
line-height: 69px;
font-family: "Acrom";
margin-bottom: 20px; }
@media (max-width: 700px) {
.slider-sec .content-slide .title-slide {
font-size: 60px;
line-height: 55px; } }
@media (max-width: 500px) {
.slider-sec .content-slide .title-slide {
font-size: 50px;
line-height: 45px; } }
@media (max-width: 430px) {
.slider-sec .content-slide .title-slide {
font-size: 40px;
line-height: 35px; } }
@media (max-width: 370px) {
.slider-sec .content-slide .title-slide {
font-size: 35px;
line-height: 30px; } }
.slider-sec .content-slide .desc-slide {
font-size: 18px;
font-family: "Acrom"; }
@media (max-width: 700px) {
.slider-sec .content-slide .desc-slide {
font-size: 16px; } }



.slider-sec .content-slide .href-proj {
outline: none;
transition: 0.3s;
padding: 10px 20px;
background: var(--main-color);
margin-top: 30px;
cursor: pointer;
font-family: "Acrom";
text-transform: uppercase;
text-decoration: none;
font-size: 15px;
display: inline-block;
color: #fff;
border-radius: 5px; }
.slider-sec .content-slide .href-proj i {
margin-left: 10px; }
.slider-sec .content-slide .href-proj:hover {
background: var(--two-color); }
.slider-sec .owl-dots {
margin: auto;
max-width: 1240px;
margin-top: -70px;
position: relative;
z-index: 3;
padding-left: 20px;
padding-right: 20px; }
.slider-sec .owl-dots .owl-dot {
margin-right: 7px;
display: inline-block;
vertical-align: top;
opacity: 0.4;
transition: 0.5s; }
.slider-sec .owl-dots .owl-dot button {
background: transparent;
border: 2px solid #fff;
border-radius: 5px;
padding: 8px 10px;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
color: #fff; }
.slider-sec .owl-dots .owl-dot:hover {
opacity: 1; }
.slider-sec .owl-dots .active {
opacity: 1; }

.section-text {
padding-top: 50px;
padding-bottom: 50px; }

.build-card .btn-catalog {
text-align: center; }
.build-card .href-proj {
outline: none;
transition: 0.3s;
padding: 10px 20px;
background: var(--main-color);
margin-top: 30px;
cursor: pointer;
font-family: "Acrom";
text-transform: uppercase;
text-decoration: none;
font-size: 15px;
display: inline-block;
color: #fff;
border-radius: 5px; }
.build-card .href-proj i {
margin-left: 10px; }
.build-card .href-proj:hover {
background: var(--two-color);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
.build-card .card-choise {
text-align: center;
margin-bottom: 40px; }
@media (max-width: 450px) {
.build-card .card-choise {
margin-bottom: 20px; } }
.build-card .card-choise li {
display: inline-block;
vertical-align: top;
padding-left: 25px;
padding-right: 25px;
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
margin-left: -4px; }
@media (max-width: 550px) {
.build-card .card-choise li {
padding-left: 10px;
padding-right: 10px; } }
@media (max-width: 450px) {
.build-card .card-choise li {
margin-bottom: 20px; } }
.build-card .card-choise li:first-child {
margin-left: 0; }
.build-card .card-choise li span {
padding-bottom: 10px;
border-bottom: 3px solid transparent;
display: inline-block;
position: relative;
top: 3px;
padding-left: 10px;
padding-right: 10px;
text-transform: uppercase;
font-family: "Acrom";
cursor: pointer; }
@media (max-width: 450px) {
.build-card .card-choise li span {
font-size: 14px;
padding-bottom: 5px; } }
.build-card .card-choise li span:hover {
border-bottom: 3px solid var(--two-color); }
.build-card .card-choise li .active-choise {
border-bottom: 3px solid var(--two-color); }
.build-card .card-project {
width: 31%;
display: inline-block;
vertical-align: top;
border-radius: 5px;
height: 450px;
background-size: cover;
position: relative;
background-position: center;
overflow: hidden; }
@media (max-width: 700px) {
.build-card .card-project {
width: 48%;
height: 300px; }
.build-card .card-project:last-child {
display: none; } }
@media (max-width: 450px) {
.build-card .card-project {
width: 100%;
height: 250px;
margin-bottom: 20px; }
.build-card .card-project:last-child {
display: inline-block;
margin-bottom: 0; } }
.build-card .card-project:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
content: "";
opacity: 0;
transition: 0.5s; }
@media (max-width: 700px) {
.build-card .card-project:before {
opacity: 1; } }
.build-card .card-project .content {
position: relative;
z-index: 2;
padding: 30px;
text-align: left;
height: 100%;
top: 340px;
transition: 0.5s; }
@media (max-width: 700px) {
.build-card .card-project .content {
padding: 15px;
top: 0px; } }
.build-card .card-project .content .title {
font-size: 27px;
font-family: "Acrom";
padding-bottom: 10px;
color: #fff; }
@media (max-width: 980px) {
.build-card .card-project .content .title {
font-size: 25px; } }
.build-card .card-project .content .price {
font-size: 19px;
padding-bottom: 20px;
font-family: "Acrom";
color: #fff; }
@media (max-width: 980px) {
.build-card .card-project .content .price {
font-size: 17px; } }
.build-card .card-project .content .desc {
font-size: 17px;
padding-bottom: 20px;
font-family: "Acrom";
color: #fff;
padding-right: 50px; }
@media (max-width: 550px) {
.build-card .card-project .content .desc {
font-size: 14px; } }
.build-card .card-project .content .href-proj {
position: absolute;
bottom: 30px; }
.build-card .card-project:hover:before {
opacity: 1; }
.build-card .card-project:hover .content {
top: 0; }

.advantage-sec {
padding-top: 50px;
padding-bottom: 50px; }
.advantage-sec .advantage {
width: 24%;
margin-top: 10px;
display: inline-block;
vertical-align: top;
text-align: center;
padding-left: 10px;
padding-right: 10px;
font-size: 16px; }
@media (max-width: 840px) {
.advantage-sec .advantage {
width: 48%;
margin-bottom: 20px; } }
@media (max-width: 600px) {
.advantage-sec .advantage {
width: 100%; } }
.advantage-sec .advantage span {
display: block;
font-size: 18px;
font-family: "Acrom";
max-width: 180px;
margin: 20px auto; }
@media (max-width: 840px) {
.advantage-sec .advantage span {
max-width: 100%;
font-size: 16px;
margin: 10px auto; } }
.advantage-sec .advantage .pic {
height: 130px;
width: 130px;
border-radius: 50%;
background: #fff;
display: inline-flex;
position: relative; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic {
height: 100px;
width: 100px; } }
.advantage-sec .advantage .pic img {
margin: auto;
height: 55px;
width: 55px; }
.advantage-sec .advantage .pic .chech-in {
height: 45px;
width: 45px;
border-radius: 50%;
border: 2px solid #c0c0c0;
background: #fff;
z-index: 2;
position: absolute;
left: -5px;
top: -5px;
display: flex; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic .chech-in {
height: 35px;
width: 35px; } }
.advantage-sec .advantage .pic .chech-in i {
margin: auto;
color: var(--two-color); }
.advantage-sec .advantage .pic:before {
height: 140px;
width: 140px;
position: absolute;
border-radius: 50%;
border: 2px solid #c0c0c0;
content: "";
left: -7px;
top: -7px; }
@media (max-width: 800px) {
.advantage-sec .advantage .pic:before {
height: 110px;
width: 110px; } }

.seo-sec {
padding-top: 50px;
padding-bottom: 50px; }

.partner-sec {
padding-top: 50px;
padding-bottom: 50px; }

.partner {
display: inline-flex;
vertical-align: top;
height: 170px;
width: 24%;
transition: 0.5s;
filter: grayscale(100%); }
@media (max-width: 700px) {
.partner {
width: 48%; } }
.partner .middle {
margin: auto;
display: inline-block;
text-align: center; }
.partner .middle span {
display: block;
font-size: 14px;
color: #aaa; }
.partner img {
max-height: 80px;
max-width: 80%;
margin-bottom: 10px; }
.partner:hover {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
filter: grayscale(0%);
background: #fff; }

.map-section {
padding-top: 70px;
padding-bottom: 70px;
background:#000;
position: relative; }
.map-section .contact-card {
padding: 20px;
background: #fff;
display: inline-block;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
max-width: 400px;
border-radius: 5px; }
.map-section .title {
display: block;
font-size: 40px;
margin-top: 0;
margin-bottom: 30px;
font-family: "Acrom";
position: relative; }
.map-section .line {
margin-bottom: 20px; }
.map-section .line a {
color: inherit;
text-decoration: none; }
.map-section .line a:hover {
color: var(--main-color); }
.map-section .social-title {
display: block;
font-size: 25px;
margin-top: 0;
margin-bottom: 20px;
font-family: "Acrom";
position: relative; }
.map-section .social-link a {
text-decoration: none;
color: inherit;
font-size: 20px;
margin-right: 10px; }
.map-section .social-link a:hover {
color: var(--main-color); }

.gmnoprint {
display: none; }

#map {
height: 100%;
position: absolute !important;
background: url(/site/img/bg_maps.jpg);
opacity: 0.7;
left: 0;
width: 100%;
background-position: center;
background-size: cover;
top: 0; }

.grey-bg {
background: #f7f7f7; }


iframe{
width: 100% !important;
position: relative !important;
}

.top-block-block {
height: 100vh;
background: url(/site/video_2.webm);
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
}


.top-block-block > video {
top: 0;
left: 0;
position:absolute;
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
object-fit: cover;
}

.grid-blog{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.blog-art{
    height:400px;
    position:relative;
    border-radius: 5px;
    overflow: hidden;
    color: inherit;
}

.blog-art img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.blog-art .info{
    position:absolute;
    left:0;
    width:100%;
    bottom: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
}

.blog-art .data{
    font-size: 12px;
}

.blog-art .name{
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

@media (max-width: 700px) {
    .grid-blog{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }   
}

@media (max-width: 450px) {
    .grid-blog{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }   
}

.comment{
    font-size: 12px;
    margin-top: 10px;
}