/* ---- GLOBAL ---- */
body, p , a{
    font-family: 'Gotham Pro','Helvetica Neue',Helvetica,'Segoe UI',Arial,sans-serif;
    font-family: 'Mulish', sans-serif;
    color: #2B2A29;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.clear{
    clear: both;
}
.posabs{
    position: absolute;
}
.posrel{
    position: relative;
}
input, a, select, textarea, button, input:active, a:active, select:active, textarea:active, button:active, input:focus, a:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}
}
.col-xl-5th{
    flex: 0 0 auto;
    width: 20%;
}
.btns-group{
    display: flex;
    justify-content: space-around;
}
.btn-bordered{
    font-weight: 700;
font-size: 16px;
line-height: 18px;
    border: 2px solid #219DA5;
    letter-spacing: 0.3px;
color: #000000;
padding: 18px 25px;
border-radius: 0;
}
.btn-bordered:hover{
    background: #219da5;
    color: #fff;
}
.btn-blue{
    font-weight: 700;
font-size: 16px;
line-height: 18px;
    border: 2px solid #219DA5;
    letter-spacing: 0.3px;
color: #fff;
padding: 18px 25px;
border-radius: 0;
background: #219da5;
}
.btn-blue:hover{
    background: #fff;
    color: #000;
}

.modal-content{
    position: relative;
}
.btn-close{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
}



.mainblock .btn-bordered{
    color: #fff;
}
.mainblock .btn-bordered:hover{
    background: #219da5;
    color: #fff;
}





.blue_bg{
    background: rgba(33, 157, 165, 0.1);
}
h1{
    font-family: 'Alice';
    font-weight: 400;
font-size: 70px;
line-height: 80px;
text-align: center;
margin-bottom: 40px;
}
h2.heading_text{
    font-family: 'Alice', serif;
    font-weight: 400;
font-size: 44px;
line-height: 50px;
text-align: center;
color: #000000;
margin-bottom: 27px;
}
h2.heading_text span{
    color: #054B89;
}
h3.un_heading_text{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 36px;
}
p{
font-weight: 500;
font-size: 22px;
line-height: 28px;
margin-bottom: 20px;
}
.text-white h2{
    color: #fff;
}
.text-white p{
    color: #fff;
}



.header{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    padding-top: 27px;
    padding-bottom: 27px;
    background: none;
    color: #fff;
    transition: 0.55s;
}
.header.scroll{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #054B89;
    transition: 0.55s;
}
@media (min-width: 1400px){
    .header .container, .header .container-lg, .header .container-md, .header .container-sm, .header .container-xl, .header .container-xxl {
    max-width: 1365px;
}
}
.header a{
    color: #fff;
}
.btns-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tel{
    margin-right: 10px;
}
.tel:hover{
    color: #1ADDEA;
}
.menu-top{
    display: flex;
    align-items: center;
    font-weight: 700;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.3px;
}
.menu-top a{
    margin-left: 25px;
    margin-right: 25px;
}
.menu-top a:hover{
    color: #1ADDEA;
}
.header .logo img{
    width: 200px;
}



.mainblock{
    background: #000;
    color: #fff;
    position: relative;
    padding-top: 150px;
    padding-bottom: 124px;
    text-align: center;
    min-height: 100vh;
}
.mainblock p{
    color: #fff;
    text-align: center;
}
.mainblock .container{
    position: relative;
    z-index: 3;
}
.mainblock::before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 1;
}
.adress{
    text-align: center;
    font-weight: 400;
font-size: 19px;
line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 100px;
}
.adress img{
    width: 25px;
}

.reshenie{
    padding-top: 75px;
    padding-bottom: 130px;
    border-bottom: 1px solid #219DA5;
}


.zapis{
    padding-top: 86px;
    padding-bottom: 94px;
    border-bottom: 1px solid #219DA5;
}
.zapis h2{
    margin-bottom: 70px;
}
.zapis_block{
    position: relative;
    z-index: 2;
    margin-top: 70px;
}
.zapis_block p{
    position: relative;
    max-width: 513px;
    z-index: 2;
    margin-bottom: 0px;
    padding-top: 47px;
    padding-bottom: 62px;
}
.zapis_block div{
    position: relative;
}
.zapis_block::before{
    content: '';
    background: #219DA5;
    position: absolute;
    width: 200%;
    height: 100%;
    z-index: 1;
    left: -434px;
    right: -100px;
}

.relative{
    position: relative;
}
form{
    padding: 70px 80px;
    background: #fff;
    border: 3px solid #219DA5;
    z-index: 4;
    position: relative;
}
form input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 55px;
    font-weight: 700;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.3px;
}
form .btn{
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
}






.smarts{
    padding-top: 90px;
    padding-bottom: 80px;
}
.smarts h2{
    margin-bottom: 75px;
}
.smart_img{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.smart_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.smart_img::before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.textonimg{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 36px;
    right: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
/* identical to box height */
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}


.antivzlom{
    padding-top: 70px;
    padding-bottom: 80px;
}
.antivzlom h2{
    margin-bottom: 60px;
}
.antivzlom img{
    width: 100%;
    width: 100%;
    height: 351px;
    object-fit: cover;
}
.antivzlom p{
    border-left: 3px solid #219DA5;
    border-right: 3px solid #219DA5;
    border-bottom: 3px solid #219DA5;
    padding: 30px;
}



.teplo{
    padding-top: 90px;
}
.teplo h2{
    margin-bottom: 50px;
}
.teplo_block{
    display: flex;
    margin-bottom: 55px;
}
.tb_left{
    height: 432px;
}
.tb_right{
    border-top: 1px solid #219DA5;
    border-bottom: 1px solid #219DA5;
    flex: 1;
}
.tb_right h2{
    padding: 30px 50px 0;
    padding-bottom: 38px;
    margin-bottom: 90px;
    border-bottom: 1px solid #219DA5;
    font-weight: 700;
font-size: 26px;
line-height: 33px;
}
.tb_right p{
    padding: 0 50px;
    font-weight: 500;
font-size: 22px;
line-height: 28px;
}


.profili{
    padding-top: 40px;
    margin-bottom: 70px;
}
.profili h2{
    margin-bottom: 65px;
}
.profil_block{
    
}
.profil_block .forimg{
    max-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #219DA5;
}
.profil_block .forimg img{}
.profil_block .inner_block{
    background: #219DA5;
    padding: 27px 2px 27px 11px;
    margin-bottom: 33px;
}
.profil_h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 17px;
    padding-right: 20px;
    min-height: 56px;
}
.profil_block ul{
    padding-left: 18px;
    min-height: 114px;
}
.profil_block ul li{
    list-style-type: circle;
    font-weight: 300;
font-size: 15px;
line-height: 19px;
color: #E9E9E9;
}



.zavod{
    padding-top: 57px;
    padding-bottom: 70px;
}
.zavod h2{
    margin-bottom: 55px;
}
.zavod img{
    width: 100%;
}
.zavod-images{
    height: 889px;
}
.vir1{
    margin-bottom: 20px;
    height: 49%;
    object-fit: cover;
}
.vir2{
    height: 49%;
    object-fit: cover;
}
.vir3{
    height: 890px;
    width: 100%;
    object-fit: cover;
}




.ceny{
    padding-top: 90px;
    padding-bottom: 115px;
}
.ceny h2{
    margin-bottom: 60px;
}
.ceny img{
    width: 100%;
    height: 226px;
    object-fit: cover;
}
.block_ceny{}
.block_ceny .forimg{}
.block_ceny_text{
    background: #f2f2f2;
    padding: 14px;
    margin-bottom: 20px;
}
.block_ceny_text h3{
    font-weight: 700;
font-size: 22px;
line-height: 28px;
display: flex;
justify-content: space-between;
align-items: center;
min-height: 50px;
}
.block_ceny_text h3 span{
font-size: 20px;
line-height: 25px;
}
.block_ceny_text ul{
    padding-left: 18px;
    margin-bottom: 20px;
}
.block_ceny_text ul li{
font-weight: 300;
font-size: 15px;
line-height: 19px;
list-style-type: circle;
}
.block_ceny .price{
    font-weight: 700;
font-size: 22px;
line-height: 28px;
color: #219DA5;
}
.block_ceny .btn{
    width: 100%;
}




.proekty{
    padding-top: 80px;
    padding-bottom: 95px;
}
.proekty h2{
    margin-bottom: 55px;
}
.proekty img{
    margin-bottom: 25px;
    width: 100%;
    height: 270px;
    object-fit: cover;
}


.materials{
    padding-top: 75px;
    padding-bottom: 85px;
    border-bottom: 1px solid #219DA5;
}
.materials h2{
    margin-bottom: 60px;
}
.materials img{
    margin-bottom: 0px;
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.materials p{
    border-left: 3px solid #219DA5;
    border-right: 3px solid #219DA5;
    border-bottom: 3px solid #219DA5;
    padding: 30px;
}



.dosvid{
    padding-top: 75px;
    padding-bottom: 85px;
    border-bottom: 1px solid #219DA5;
    margin-bottom: 68px;
}
.dosvid h3{
    margin-bottom: 55px;
}
.dosvid img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}



.ingener{
    background: url(../images/ingener.jpg) no-repeat center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 50px;
    position: relative;
}
.ingener::before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
}
.ingener .container{
    position: relative;
    z-index: 2;
}



.remont_i_obls{
    padding-top: 95px;
    padding-bottom: 95px;
}
.remont_i_obls h2{
    margin-bottom: 68px;
}
.rios{
    margin-bottom: 68px;
}
.rio{
    width: 25%;
    position: relative;
    background: #000;
}
.rio img{
    position: relative;
    z-index: 2;
    opacity: 0.5;
    width: 100%;
    height: 153px;
    object-fit: cover;
}
.rio p{
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 40%;
}





.anozer{
    padding-top: 85px;
    padding-bottom: 75px;
}
.anozer h2{
    margin-bottom: 60px;
}
.anozer img{
    margin-bottom: 30px;
}
.anozer img{
    width: 100%;
    height: 228px;
    object-fit: cover;
}



.partners{
    padding-top: 74px;
}
.partners h2{
    margin-bottom: 60px;
}
.partners .parts{
    display: flex;
    flex-wrap: wrap;
}
.partners .part{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    border-top: 1px solid #219DA5;
    border-bottom: 1px solid #219DA5;
    border-left: 0.5px solid #219DA5;
    border-right: 0.5px solid #219DA5;
}
.partners img{
    max-height: 140px;
}


.teams{
    padding-top: 74px;
}
.teams .col-xl-4{
    margin-bottom: 20px;
}
.teams img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.cikavo{
    padding-top: 75px;
    padding-bottom: 85px;
}


.footer{
    background: #219da5;
    color: #fff;
    padding-top: 44px;
    padding-bottom: 24px;
}
.footer .logo img{
    max-width: 200px;
    margin-bottom: 40px;
}
.footer .copy{
    font-weight: 300;
font-size: 11px;
line-height: 18px;
    letter-spacing: 0.3px;
color: #FFFFFF;
}
.footer h4{
    font-weight: 700;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.3px;
margin-bottom: 20px;
}
.footer p{
    font-weight: 200;
font-size: 14px;
line-height: 18px;
color: #fff;
}
.footer a{
    font-weight: 200;
font-size: 14px;
line-height: 18px;
color: #fff;
}
.footer li{}
.socials img{
height: 20px;
margin-right: 10px;
}
.mob-social{
    padding-left: 13px;
    margin-top: 22px;
}



.mob-hidden{
    display: block;
}
.virob-slider{
    display: none;
}
.btns-mobile{
    display: none;
}



@media screen and (max-width:767px){
    .mob-hidden{
        display: none;
    }
    .virob-slider{
        display: block;
    }
    .virob-slider img{
        height: 186px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .btns-mobile{
        display: block;
        text-align: right;
    }
    .btns-mobile .phone{
        width: 22px;
        margin-right: 20px;
    }
    .menu-top{
        display: none;
    }
    .btns-top{
        display: none;
    }
    h2.heading_text{
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
    h3.un_heading_text{
        font-weight: 500;
font-size: 14px;
line-height: 18px;
    }
    p{
        font-weight: 500;
font-size: 14px;
line-height: 17px;
    }
    h1{
        font-weight: 400;
font-size: 22px;
line-height: 25px;
text-align: center;
    }
    .col-xl-5th {
        flex: 0 0 auto;
        width: 50%;
    }
    .btns-group{
        flex-wrap: wrap;
    }
    .btns-group .btn{
        margin-bottom: 15px;
    }
    .btn-blue {
        font-size: 14px;
        padding: 13px 15px;
        line-height: 16px;
    }
    .btn-bordered {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        border: 2px solid #219DA5;
        letter-spacing: 0.3px;
        color: #000000;
        padding: 13px 15px;
        border-radius: 0;
    }


    .header .logo img {
        width: 125px;
    }

    .adress{
        font-weight: 300;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.3px;
margin-bottom: 50px;
    }


    .mainblock {
        background-size: cover;
        color: #fff;
        position: relative;
        padding-top: 120px;
        padding-bottom: 54px;
    }

    .zapis{
        padding-top: 33px;
        padding-bottom: 38px;
        overflow: hidden;
    }
    .zapis h2{
        margin-bottom: 20px;
    }
    .zapis_block::before{
        left: -204px;
        right: -100px;
    }
    .zapis_block{
        margin-top: 0;
    }
    
    .zapis_block p{
        text-align: center;
        
    }

    .zapis_block p{
        padding-top: 28px;
        padding-bottom: 28px;
    }

    form {
        padding: 40px 40px;
    }
    form input{
        margin-bottom: 25px;
        font-weight: 700;
font-size: 14px;
line-height: 28px;
    }



    .smarts{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .smarts h2 {
        margin-bottom: 30px;
    }
    .smart_img{
        margin-bottom: 10px;
    }
    .smart_img img{
        height: 175px;
    }
    .textonimg{
        font-weight: 700;
font-size: 14px;
line-height: 14px;
    }


    .antivzlom{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .antivzlom h2{
        margin-bottom: 30px;
    }
    .antivzlom img{
        height: 180px;
    }


    .teplo{
        padding-top: 35px;
    }
    .teplo h2{
        margin-bottom: 30px;
    }
    .teplo_block{
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .tb_left{
        order: 2;
        width: 100%;
        height: 195px;
        margin-bottom: 0px;
    }
    .tb_left img{
        width: 100%;
        height: 195px;
        object-fit: cover;
    }
    .tb_right h2{
        font-size: 16px;
line-height: 21px;
padding-top: 18px;
padding-bottom: 18px;
padding-left: 20px;
margin-bottom: 0;
    }
    .tb_right p{
        font-size: 14px;
line-height: 17px;
padding: 20px;
margin-bottom: 0;
    }


    .profili{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .profili h2{
        margin-bottom: 30px;
    }
    .profili .row>*{
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }
    .profil_block .inner_block {
        background: #219DA5;
        padding: 27px 2px 27px 7px;
        margin-bottom: 15px;
    }
    .profil_h4{
        font-size: 14px;
line-height: 18px;
    }
    
    .profil_block ul{
        padding-left: 0px;
    }
    .profil_block ul li{
        font-size: 12px;
    }




    .ceny {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .ceny h2 {
        margin-bottom: 25px;
    }
    .block_ceny{
        margin-bottom: 20px;
    }
    .ceny img {
        width: 100%;
        height: 144px;
        object-fit: cover;
    }
    .block_ceny_text{
        margin-bottom: 0;
    }
    .block_ceny_text h3{
        font-size: 15px;
    line-height: 20px;
    min-height: 60px;
    flex-wrap: wrap;
    }
    .block_ceny_text ul {
        padding-left: 0px;
        margin-bottom: 7px;
    }
    .block_ceny_text ul li{
        list-style-type: none;
    }
    .block_ceny .price {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }

.block_ceny_text h3 span {
    font-size: 15px;
    line-height: 20px;
}



.zavod {
    padding-top: 25px;
    padding-bottom: 30px;
}
.zavod h2 {
    margin-bottom: 25px;
}


    .proekty {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .proekty h2 {
        margin-bottom: 35px;
    }
    .proekty img {
        margin-bottom: 25px;
        width: 100%;
        height: 186px;
        object-fit: cover;
    }



    .materials {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .materials h2 {
        margin-bottom: 25px;
    }
    .materials img {
        margin-bottom: 8px;
        width: 100%;
        height: 110px;
        object-fit: cover;
    }




    .dosvid {
        padding-top: 25px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .dosvid h2{
        margin-bottom: 10px;
    }
    .dosvid h3 {
        margin-bottom: 20px;
    }
    .dosvid img {
        margin-bottom: 15px;
        width: 100%;
        height: 110px;
        object-fit: cover;
    }




    .ingener {
        padding-top: 40px;
    }



    .remont_i_obls {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .remont_i_obls h2 {
        margin-bottom: 30px;
    }
    .rio {
        width: 50%;
        margin-bottom: 15px;
    }
    .rio img {
        position: relative;
        z-index: 2;
        opacity: 0.5;
        width: 100%;
        height: 120px;
    }
    .rios.slick-dotted.slick-slider {
        margin-bottom: 45px;
    }



    .anozer {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .anozer h2 {
        margin-bottom: 25px;
    }
    .anozer img {
        width: 100%;
        height: 110px;
        object-fit: cover;
        margin-bottom: 5px;
    }



    .partners {
        padding-top: 34px;
    }
    .partners h2 {
        margin-bottom: 25px;
    }
    .partners .part {
        width: 50%;
        height: 115px;
        padding: 10px;
        margin-bottom: 15px;
    }


    .antivzlom{}
    .antivzlom h2{
        margin-bottom: 0px;
    }
    .antivzlom .col-12{
        margin-bottom: 20px;
    }
    .antivzlom img {
        height: 130px;
    }
    .antivzlom p {
        border-left: 1px solid #219DA5;
        border-right: 1px solid #219DA5;
        border-bottom: 1px solid #219DA5;
        padding: 10px 10px;
        font-weight: 700;
        margin-bottom: 0;
    }



    .cikavo {
        padding-top: 35px;
        padding-bottom: 25px;
    }
.cikavo h2{
    margin-bottom: 10px;
}
.cikavo h3{
    margin-bottom: 20px;
}
.cikavo .btn{
    margin-bottom: 10px;
}




    .footer{
        padding-top: 20px;
        text-align: center;
    }
    .footer .logo img {
        max-width: 140px;
        margin-bottom: 0px;
    }
    .footer .copy{
        margin-bottom: 20px;
    }
    .footer h4{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .footer ul{
        margin-bottom: 10px;
    }


    .footer a.phone_footer{
        font-size: 28px;
        margin-top: 20px;
    display: block;
    }
    .footer .socials img{
        height: 35px;
        margin-top: 10px;
    }
    .mainblock{
        min-height: auto;
    }

}









