.news___left__href a {
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #333
}* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.cont {
    width: 84.5416666667vw;
    margin: 0 auto;
max-width: 1650px;

}

}

@media(max-width: 1920px) {
   
}

@media(max-width: 768px) {
  .cont {
        width: 100%;
padding-left: 5px;
padding-right: 5px;
    }
    
}

.mobile__nav {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.mobile__phone {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.headers {
    background: #edf6ff;
min-height: 100px;
    position:relative;

}

.headers___hed {
    padding-top: 0px;
    padding-bottom: 0px
}

.headers___hed__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.headers___hed__logo a img {
margin-top:10px;
    height: 50px;
padding-left: 0px;
padding-right: 0px;
}

@media(max-width: 768px) {
    .headers___hed__logo a img {
text-align: center;
        width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-top: 0px;
    }
    .headers___nav{
    	opacity:0;
        height:0;
        weight:0;
    }
}

.headers___hed__logotext {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

@media(max-width: 768px) {
    .headers___hed__logotext {
        display: none
    }

}

.headers___hed__project {
    display: flex;
    justify-content: center;
    align-items: center
}

.headers___hed__project a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.headers___hed__project a:hover {
    color: #0376b4
}

@media(max-width: 1260px) {
.headers___hed__logotext {
        display: none
    }
    .headers___hed__project {
        display: none;
    }
.headers___hed__logo a img {
text-align: center;
        width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-top: 0px;
    }
}

.headers___hed__calc {
    display: flex;
    justify-content: center;
    align-items: center
}

.headers___hed__calc a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.headers___hed__calc a:hover {
    color: #0376b4
}

@media(max-width: 1260px) {
.mobile__nav {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}
    .headers___hed__calc {
        display: none
    }
}

.headers___hed__social {
    display: flex;
    justify-content: center;
    align-items: center
}

.headers___hed__social_iteam {
    margin-left: 6px;
    margin-right: 6px
}

@media(max-width: 768px) {

    .headers___hed__social {
        display: none
    }
}

.headers___hed__kontakt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column
}

.headers___hed__kontakt_time {
    font-size: 12px
}

.headers___hed__kontakt_phone {
    font-size: 20px;
    font-weight: 700
}

.headers___hed__kontakt_phone a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.headers___hed__kontakt_phone a:hover {
    color: #0376b4
}
.mobile__poisk-mob{
        display: none;
    }
@media(max-width: 768px) {
    .headers___hed__kontakt {
        display: none
    }
}

@media(max-width: 768px) {
    .headers___hed {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.grid__hed {
    display: grid;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . . . ."
}

@media(max-width: 768px) {
    .grid__hed {
        grid-template-areas: ". . . ."
    }

    .mobile__nav {
        display: flex
    }
    .mobile__poisk-mob {
        display: none;
        justify-content: center;
        align-items: center;
    }
    .mobile__phone {
        display: flex
    }

    .headers___hed__logo {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.carousel {

}

.carousel div img {
width: 100%;
    height: auto;
object-fit: fill;

}

.carousel>button.slick-arrow {
    background: #0376b4
}

.slick-arrow {
    z-index: 2;
    width: 60px;
    height: 60px
}

.carousel>.slick-arrow:hover {
    background: #0376b4
}

.slick-prev {
    position: absolute;
    left: 0
}

.slick-next {
    position: absolute;
    right: 0
}

.border-sl {
    border-radius: 20px;
    overflow: hidden;

}

.nav___menu {
    display: grid;
    grid-template-columns: 9.5fr 1fr .5fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . ";
    padding-bottom: 10px
}

.nav___menu__nav {
    width: 100%
}

.nav___menu__nav .navbar-menu {
    width: 100%
}

.nav___menu__nav .navbar-menu ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 50px;
    list-style: none
}

.nav___menu__nav .navbar-menu ul li {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-basis: 180px;
    flex-grow: 1;
    padding: 10px
}

.nav___menu__nav .navbar-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem
}

.nav___menu__nav .navbar-menu ul li.more {
    flex-basis: 0
}

.nav___menu__nav .navbar-menu ul li:hover {
    background: #fff;
    box-shadow: 4px 8px 4px 0px rgba(112, 139, 163, .05)
}

.nav___menu__nav .navbar-menu ul li:hover a {
    color: #0376b4
}

.nav___menu__nav .navbar-menu ul li.active {
    font-weight: 600
}

.nav___menu__nav .navbar-menu ul li.active a {
    color: #0376b4
}

.nav___menu__poisk {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav___menu__poisk_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 8px 20px;
    box-shadow: 4px 8px 4px 0px rgba(112, 139, 163, .05);
    cursor: pointer
}

.nav___menu__poisk_btn .poisk-text {
    font-size: 12px;
    margin-right: 6px
}

@media(max-width: 1200px) {


    .nav___menu__poisk_btn .poisk-text {
        display: none
    }
}

.nav___menu__poisk_btn .poisk-icon {
    margin-top: 3px
}

@media(max-width: 1200px) {
    .nav___menu__poisk_btn {
display: none;
        padding: 6px 10px
    }
}

.nav___menu__poisk_btn:hover .poisk-text {
    color: #0376b4
}

.nav___menu__lk {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav___menu__lk_btn {
    cursor: pointer;
    background: #fff;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 4px 8px 4px 0px rgba(112, 139, 163, .05)
}

.nav___menu__lk_btn {
    color: #0376b4
}

.nav___menu__more {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav___menu__more_icon {
    text-align: center
}

.nav___menu__more_icon img {
    text-align: center;
    width: 80%
}

.nav___menu__more:hover {
    background: #fff
}

@media(max-width: 768px) {
.slick-arrow {
    z-index: 2;
    width: 60px;
    height: 60px;
background: none;
opacity: 50%;
}

.carousel>.slick-arrow:hover {
    background: #0376b4;
opacity: 70%;
}

}

.modalPoisk {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5)
}
.modalPoisk-mod{
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5)
}
.modal-content-poisk-mob {
    
    position: relative;
    top: -100vh;
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: top .5s ease-in-out;
    z-index: 10
}

.close-mob {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer
}
.modal-content-poisk {
    position: relative;
    top: -100vh;
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: top .5s ease-in-out;
    z-index: 10
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none
}

.modal-content-poisk.open {
    top: 0
}

.nav {
    background-color: #f8f9fa;
    padding: 10px
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40
}

.navbar-toggler {
    border: none
}

.navbar-toggler-icon {
    background-color: #343a40
}

.navbar-nav {
    flex-direction: row;
    display: flex
}

.nav-link {
    color: #343a40
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.dropdown-menu li:last-child {
    border-bottom: none
}

.dropdown-toggle {
    cursor: pointer
}

.d-none {
    display: none
}

#toggleIcon {
    z-index: 10
}

.hidden-element {
    display: none;
    width: 300px;
    height: 300px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    margin-top: 250px;
    margin-right: 240px;
    overflow: visible;
    z-index: 5
}

.pop-lk__zag {
    font-size: 12px
}

.pop-lk__box {
    margin-top: 20px;
    border-top: 1px solid #dbdbdb
}

#more-nav {
    display: block;
    position: relative;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

#more-nav:after {
    content: "";
    display: table;
    clear: both
}

#more-nav>li {
    display: block;
    position: relative;
    float: left;
    cursor: pointer
}

#more-nav>li a {
    display: block;
    white-space: nowrap;
    padding: 20px 25px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

#more-nav>li a.active {
    color: #0376b4
}

#more-nav>li:hover>a,
#more-nav>li a:hover {
    background: #fff;
    color: #0376b4;
    cursor: pointer
}

#more-nav>li>ul {
    display: block;
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border: #eee solid 1px;
    border-top: none;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden
}

#more-nav>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#more-nav>li:hover>ul li:hover a {
    color: #0376b4
}

.modal-content2 {
    width: 100%;
    height: 100%;
    z-index: 200;
    position: fixed
}

.block2 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.block2___top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px
}

.block2___top__text {
    color: #def0fb;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute
}

.block2___top__zag {
    text-align: center;
    z-index: 5;
    font-size: 3rem;
    margin-top:-30px;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .block2___top__text {
margin-top: -20px;
        font-size: 1.5rem
    }

    .block2___top__zag {
        font-size: 1.7rem
    }
}
.block2___down {
	position: relative;
}
.block2___down__iteam {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    padding: 30px;
    border-radius: 20px;
    background: #0376b4;
    position: relative
}

.block2___down__iteam_inform {
    display: block;
    width: 60px;
    text-align: center;
    border-radius: 20px;
    padding: 6px;
    background: #7ead19;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px
}

.block2___down__iteam_zag {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    z-index: 3;
    position: relative
}

.block2___down__iteam_podzag {
    font-size: 1.2rem;
    margin-left: 20px;
    font-weight: 400;
    color: #fff;
    z-index: 3;
    position: relative;
    margin-top: 6px
}

.block2___down__iteam_allproject {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    right: 30px;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500
}

.block2___down__iteam_allproject a {
    color: #fff
}

.block2___down__iteam::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 20px;
    position: absolute;
    background: linear-gradient(7deg, #000 5%, rgba(0, 0, 0, 0) 70%), url(<path-to-image>), rgba(211, 211, 211, .114) 50%/cover no-repeat
}

@media(max-width: 768px) {

}

.swiper-scrollbar{
	position: relative !important;
	top: 20px !important;
}
.swiper-scrollbar-drag{
	background: #7ead19;
}

.block3 .cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw
}
.block3___iteam__img {
border-radius: 20px;
}
.block3___iteam__img img{
width: 100%;
object-fit: cover;
}
@media(max-width: 768px) {
    .block3 .cont {
        grid-template-columns: 1fr
    }
}

.block3___iteam {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.block3___iteam__img{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.block3___iteam__img img {
    min-height: 350px;
}

.block3___iteam__zag {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px
}

.block3___iteam__prem {
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    border-bottom: 1px solid #d3d3d3
}

.block3___iteam__prem_pe {
    padding: 4px 0 4px 0
}

.block3___iteam__stoim {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block3___iteam__stoim_text {
    font-size: 1.4rem;
    font-weight: 600
}

.block3___iteam__stoim_sum b {
    font-size: 1.4rem;
    font-weight: 600
}

.block3___iteam__predl {
    padding-top: 5px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr
}

.block3___iteam__predl_btn button {
    background: #0376b4;
    border: 0;
    border-radius: 30px;
    color: #fff;
    padding: 15px 30px;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
}

.block3___iteam__predl_btn button:hover {
    background: #7ead19
}

.block3___iteam__predl_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    padding: 0 10px
}

.block3___whatsapp {
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg-block3-sl6.webp);
    border-radius: 30px;
    padding: 10px
}

.block3___whatsapp__zag {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    line-height: 1.5
}

.block3___whatsapp__form {
    position: relative;
    z-index: 3
}

.block3___whatsapp__form form {
    padding: 10px 30px
}

.block3___whatsapp__form form .block3___whatsapp__form_ky {
    grid-gap: 6px;
    display: grid;
    grid-template-columns: 1fr .8fr
}

.block3___whatsapp__form form input {
    border: 0;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: 1rem
}

@media(max-width: 768px) {
    .block3___whatsapp__form form input {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.block3___whatsapp__form form .form_btn {
    width: 100%;
    background: #0376b4;
    border: 0;
    height: 60px;
    margin-top: 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.block3___whatsapp__phone {
    position: absolute;
    bottom: -10px;
    left: 10%;
    right: 10%;
    z-index: 3;
    animation: ani 2.5s forwards;
    transform: translateY(150%)
}

.block3___whatsapp__phone img {
    width: 100%
}

@media(max-width: 768px) {
    .block3___whatsapp__phone {
        bottom: -40px
    }
}

@keyframes ani {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.block3___whatsapp__tree1 {
    position: absolute;
    display: block;
    z-index: 2;
    left: -80px;
    bottom: -150px
}

.block3___whatsapp__tree2 {
    position: absolute;
    display: block;
    z-index: 2;
    right: -80px;
    bottom: -150px
}

.block3___whatsapp::before {
    position: absolute;
    content: "";
    width: 100%;
    background: url(../img/block3-naloj.webp) center center;
    background-size: cover;
    height: 100%;
    display: block;
    opacity: 80;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.block4 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.block4___top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px
}

.block4___top__text {
    color: #def0fb;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute
}

.block4___top__zag {
    text-align: center;
    z-index: 5;
    font-size: 3rem;
    margin-top:-30px;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .block4___top__text {
margin-top: -20px;
        font-size: 1.5rem
    }

    .block4___top__zag {
        font-size: 1.7rem
    }
}

.block4___down {
    width: 100%;
    padding: 0
}

.block4___down__iteam {
    position: relative;
    min-height: 600px;
    padding: 20px;
    border-radius: 20px;
    background-size: cover
}

.block4___down__iteam .textoviy {
    margin-top: 90px;
    position: relative;
    color: #fff;
    z-index: 3
}

.block4___down__iteam .textoviy_text {
    margin-top: 20px
}

.block4___down__iteam .textoviy_num {
    margin-top: 20px;
    font-size: 3rem;
    font-weight: 700
}

.block4___down__iteam .textoviy_href a {
    color: #fff;
    z-index: 3;
    font-size: 1.5rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 60px;
    left: 30px
}

.block4___down__iteam:hover {
    background-size: 30%
}

.block4___down__iteam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    background: #000;
    opacity: 60%
}

.block4___down .slick-dots {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6px
}

.block4___down .slick-dots li {
    width: 100%;
    height: 4px;
    position: relative;
    border-radius: 6px
}

.block4___down .slick-dots li button {
    height: 4px;
    width: 100%;
    background: #d4d4d4;
    border-radius: 2px;
    border: 0;
    display: block
}

.block4___down .slick-dots li.slick-active button {
    background: #7ead19;
    display: block
}
.block45_txt{
margin-top: 30px;
font-size: 20px;
text-align: center;
}

.block5 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px
}

.block5___top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.block5___top__text {
    color: #def0fb;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    z-index: 3
}

.block5___top__zag {
    text-align: center;
    z-index: 5;
    font-size: 3rem;
    margin-top: -30px;
    text-transform: uppercase
}

@media(max-width: 768px) {
.block5 {
    padding-top: 10px;
    padding-bottom: 0px
}
    .block5___top__text {
margin-top: -30px;
        font-size: 1.5rem
    }

    .block5___top__zag {
        font-size: 1.7rem
    }
.block45_txt{
margin-top: 50px;
font-size: 12px;
text-align: center;
}
}

.block5___down {
    min-height: 700px;
    height: auto;
    width: 100%;
    position: relative
}

.block5___down__img {
    margin-top: -80px
}

.block5___down__img img {
    width: 100%
}

.block5___down__form {
    top: 30%;
    position: absolute;
    background: rgba(0, 0, 0, .5529411765);
    padding: 60px 20px;
    right: 0;
    width: 33%;
    border-radius: 20px
}

.block5___down__form_zag {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600
}

.block5___down__form form {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.block5___down__form form input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
    color: #000
}

.block5___down__form form button {
    background: #0376b4;
    color: #fff;
    width: 100%;
    border: 0;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px
}

@media(max-width: 768px) {
    
    .block5___down__form {
        top:20%;
        margin-top: 40px;
        width: 100%
    }

    .block5___down__form form {
        width: 100%
    }

    .block5___down__form form input {
        /* width: 90% */
    }

    .block5___down__img {
        margin-top: 0px;
        position: absolute
    }

    .block5___down__img img {
        width: 100%
    }
}

.block6 {
    padding-top: 60px;
    padding-bottom: 60px
}

.news {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 2.5fr 7.5fr;
    align-items: center;
    gap: 10px 30px
}

.news___left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.news___left__zag {
    font-size: 2.6rem
}

.news___left__num {
    margin-top: 40px
}

.news___left__numtext {
    margin-top: 10px
}

.news___left__href {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%
}

.news___left__href a {
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #333
}

.news___left__href a:nth-child(2) {
    margin-left: 20px
}




@media(max-width: 768px) {
    .news {
        grid-auto-columns: 1fr;
 align-items: center;
text-align: center;
        grid-template-columns: 1fr
    }

.news___left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
text-align: center;
    align-items: center
}
.news___left__href {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

text-align: center;
    width: 100%
}
.news___left__href a {

justify-content: center;
    align-items: center;
    text-decoration: none;
text-align: center;

}
}

.block6-right .slick-dots {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6px
}

.block6-right .slick-dots li {
    width: 100%;
    height: 4px;
    position: relative;
    border-radius: 6px
}

.block6-right .slick-dots li button {
    height: 4px;
    width: 100%;
    background: #d4d4d4;
    border-radius: 2px;
    border: 0;
    display: block
}

.block6-right .slick-dots li.slick-active button {
    background: #7ead19;
    display: block
}

.block7 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px
}

.block7___top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.block7___top__text {
    color: #def0fb;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    z-index: 3
}

.block7___top__zag {
    text-align: center;
    z-index: 5;
    font-size: 3rem;
    margin-top: -30px;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .block7___top__text {
        font-size: 2rem
    }

    .block7___top__zag {
        font-size: 2rem
    }
}

.block7___down {
    margin-top: 60px
}

.block8 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.news {
    display: grid; 
  grid-template-columns: 2.5fr 7.5fr; 
  gap: 30px 30px; 
  justify-content: center; 
  align-content: center; 
  justify-items: center; 
  align-items: center; 
}

.news___left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.news___left__zag {
    font-size: 2.6rem
}

.news___left__num {
    margin-top: 40px
}

.news___left__numtext {
    margin-top: 10px
}

.news___left__href {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%
}

.news___left__href a {
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #333
}

.news___left__href a:nth-child(2) {
    margin-left: 20px
}
.news___right {
	width: 100%;
	overflow: hidden;
}
.news___right__iteam {
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news___right__iteam_img {
    width: 100%;
    border-radius: 30px;
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news___right__iteam_img img {
    height: 100%;
    background-size: cover;
    border-radius: 30px
}
.news___right__iteam_vid-btn{
    position:absolute;
    top:230px;
    
}
.news___right__iteam_vid-btn a{
    
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
    
}
.news___right__iteam_vid-btn a img{
    z-index: 3;
    position: relative;
}
.news___right__iteam_vid-btn a::before{
    content: '';
    position: absolute;
    border: 4px solid rgba(126, 173, 25, 0.35);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    left: 2px;
    top: -46px;
    margin: 0;
    padding: 0;
    background: rgba(126, 173, 25, 0.35);
    z-index: 2;
    animation: animation-circle;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
@keyframes animation-circle {   
  0% {     
    transform: scale(1);   
  }   
  50% {     
    transform: scale(1.4);   
  } 
  100% {
    transform: scale(1);
   }
}
.news___right__iteam_icon {
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    cursor: pointer
}

.news___right__iteam_zag {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 40px;
    font-weight:700;
}

.news___right__iteam_zag a {
    border-bottom: 1px solid #000;
    text-align: center;
    text-decoration: none;
    color: #000
}

.news___right__iteam_text {
    margin-top: 10px;
    text-align: center
}
.swiper-pagination2{
margin-top: 10px;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
	background: #7ead19;
	color: #7ead19;
}
.swiper-pagination3{
margin-top: 10px;
}
.swiper-pagination3 .swiper-pagination-bullet-active{
	background: #7ead19;
	color: #7ead19;
}
@media(max-width: 768px) {
    .news {
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr
    }
 .news {
        grid-auto-columns: 1fr;
 align-items: center;
text-align: center;
        grid-template-columns: 1fr
    }

.news___left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
text-align: center;
    align-items: center
}

    .news___right__iteam {
    	width: 100%;
    }
.news___left__href {
    display: flex;
    justify-content: center;
    align-items: center;

text-align: center;
    width: 100%
}
.news___left__href a {

justify-content: center;
    align-items: center;
    text-decoration: none;
text-align: center;

}
}

.news___left__dots2 .slick-dots {
    margin-top: 10px;
    padding: 0;
    bottom: 0;
    left: 0;
    position: relative;
    border-radius: 6px;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.news___left__dots2 .slick-dots li {
    width: 10px;
    height: 10px;
    position: relative;
    border-radius: 30px;
    background: #000;
    list-style: none
}

.news___left__dots2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 30px;
    border: 0;
    display: block;
    z-index: 4
}

.news___left__dots2 .slick-dots li button::before {
    content: ""
}

.news___left__dots2 .slick-dots li.slick-active button {
    background: #7ead19;
    display: block
}

.block-right .slick-dots {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6px
}

.block-right .slick-dots li {
    width: 100%;
    height: 4px;
    position: relative;
    border-radius: 6px
}

.block-right .slick-dots li button {
    height: 4px;
    width: 100%;
    background: #d4d4d4;
    border-radius: 2px;
    border: 0;
    display: block
}

.block-right .slick-dots li.slick-active button {
    background: #7ead19;
    display: block
}

.block9 {
    padding-top: 0px;
    padding-bottom: 60px
}

@media(max-width: 768px) {
    .block9 {
        display: none
    }
}

.block9___centr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.block9___centr__text {
    text-align: center;
    width: 70%;
    font-size: 2.5rem;
    padding-left: 20px;
    padding-right: 20px
}

.block9___centr__strok {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block9___centr__strok img {
    margin-right: 20px
}

.block9___centr__info {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block9___centr__info_text {
    width: 200px;
    opacity: 50%;
    padding: 10px
}

.block9___centr__info_img {
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f7;
    font-weight: 700;
    font-size: 1.4rem
}

.block10 {
    background: #eaf6ff;
    padding-top: 60px;
    padding-bottom: 60px
}

.block10 .block10___top {
    text-align: center
}

.block10 .block10___top__zag {
    font-size: 2.6rem;
    font-weight: 300
}

.block10 .block10___top__zag b {
    font-weight: 600
}

@media(max-width: 768px) {
    .block10 .block10___top__zag {
        font-size: 2rem
    }
}

.block10 .block10___down__form {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 2fr 2fr 1fr
}

.block10 .block10___down__form_left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px
}

.block10 .block10___down__form_left input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.block10 .block10___down__form_centr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 30px
}

.block10 .block10___down__form_centr textarea {
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 20px
}

.block10 .block10___down__form_centr label {
    margin-top: 10px
}

.block10 .block10___down__form_right {
    height: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.block10 .block10___down__form_right button {
    background: #0376b4;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem
}

@media(max-width: 768px) {
    .block10 .block10___down__form {
        grid-template-columns: 1fr
    }

    .block10 .block10___down__form_left {
        margin-top: 20px;
        padding: 0 20px
    }

    .block10 .block10___down__form_centr {
        padding: 10px 20px
    }

    .block10 .block10___down__form_centr label {
        margin-top: 30px;
        font-size: 1.2rem;
        text-align: center
    }

    .block10 .block10___down__form_centr label input {
        font-size: 1rem
    }

    .block10 .block10___down__form_right {
        justify-content: center;
        align-items: center;
        margin-top: 10px
    }

    .block10 .block10___down__form_right button {
        width: 80%
    }
}

.block11 {
    background: #1d232d;
    padding-top: 60px;
    padding-bottom: 20px
}

.footers {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: .5fr 1fr 1fr 1fr
}

.footers___col-1 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column
}

.footers___col-1__logo img {
    width: 100%

}

.footers___col-1__text {
    color: #fff;
    font-size: .8rem;
    margin-top: 0px;
    line-height: 1.6rem
}

.footers___col-1__text b {
    font-size: 1rem
}

.footers___col-2 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column
}

.footers___col-2__zag {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600
}
.footers___col-2 ul {
    text-align: left;
}


.footers___col-2 ul li {
    list-style: none;
    color: #fff;
    line-height: 2rem
}

.footers___col-2 ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300
}

.footers___col-2 ul li a:hover {
    color: #7ead19
}

.footers___col-3 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column
}

.footers___col-3__zag {
text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600
}
.footers___col-3 ul {
   text-align: left;
}

.footers___col-3 ul li {
    list-style: none;
    color: #fff;
    line-height: 2rem
}

.footers___col-3 ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300
}

.footers___col-3 ul li a:hover {
    color: #7ead19
}

@media(max-width: 768px) {
.footers___col-1__logo img {
    width: 80%;
margin-left: 10%;

}
.footers___col-1__text {
    text-align: center;
}
.footers___col-1 {
    display: flex;
    justify-content: start;
    align-items: center;
margin-left: 5%;
margin-right: 5%;

}

    .footers___col-2 {
        display: none
    }

    .footers___col-3 {
        display: none
    }
}

.footers___col-4 {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    flex-direction: column
}

.footers___col-4__btn button {
    background: #0376b4;
    padding: 20px 40px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.footers___col-4__btn button:hover {
    background: #7ead19
}

.footers___col-4__phone {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column
}

.footers___col-4__phone a:hover {
    color: #7ead19
}

.footers___col-4__phone .ph {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700
}

.footers___col-4__phone .ma {
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 300
}

.footers___col-4__social {
    margin-top: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.footers___col-4__social_iteam {
    margin-left: 5px;
    margin-right: 5px
}

.footer___down {
    margin-top: 20px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 3fr 1fr
}

.footer___down__left {
    color: #fff;
    opacity: 80%;
    font-size: .8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.footer___down__centr {
    color: #fff;
    opacity: 80%;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer___down__right {
    color: #fff;
    opacity: 80%;
    font-size: .8rem;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media(max-width: 768px) {
    .footers {
        grid-template-columns: 1fr
    }

    .footers___col-4__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .footers___col-4__btn button {
        width: 80%
    }

    .footers___col-4__phone {
        width: 100%;
        justify-content: center;
        align-items: center
    }

    .footers___col-4__phone .ph {
        align-items: center
    }

    .footers___col-4__phone .ma {
        align-items: center
    }

    .footers___col-4__social {
        width: 100%;
        justify-content: center;
        align-items: center
    }

    .footer___down {
        grid-template-columns: 1fr
    }

    .footer___down__left {
        justify-content: center
    }

    .footer___down__centr {
        margin-top: 10px;
justify-content: center;
text-align: center;
margin-left: 5%;
margin-right: 5%;
        margin-bottom: 10px
    }

    .footer___down__right {
        justify-content: center;
        padding-bottom: 20px
    }
}

.modal2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5)
}

.modal-content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    border-radius: 0px
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
    color: #333
}

#mob-nav {
    list-style: none;
    padding: 30px
}

#mob-nav li {
    border-bottom: 1px solid #333
}

#mob-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
    font-size: 1.6rem;
    color: #333
}

#mob-nav li a.active {
    color: #7ead19
}

#mob-nav li:hover a {
    color: #0376b4
}

.preview-zag {
    margin-top: 40px;
    font-weight: 600
}

.description-text {
    margin-top: 40px;
    opacity: 30%
}
.block4-5-house{
    padding-top: 60px;
    padding-bottom: 60px;
}
.block4-5-house__img{
    width: 100%;
    cursor: pointer;
}
.block4-5-house__img.mobile { display:none; }
.block4-5-house__img.desktop { display:block; }

@media(max-width: 768px) {
	.block4-5-house__img.mobile { display:block; }
	.block4-5-house__img.desktop { display:none; }
}


.arend____block1{
    overflow:hidden;
}
/*# sourceMappingURL=templates.css.map */