@charset "utf-8";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */
.radius{
    border-radius: 10px;
    overflow: hidden;
}
.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


@font-face {
    font-family: 'DaysOne'; 
    src: url(../fonts/DaysOne-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Inter'; 
    src: url(../fonts/Inter-Regular.otf) format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Inter'; 
    src: url(../fonts/Inter-Medium.otf) format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Inter'; 
    src: url(../fonts/Inter-Bold.otf) format('opentype');
    font-weight: 700;
}


:root{
    --colorMain:#EA5A28;
}

.gallaryImgs{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.gallaryImgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


body{
    color: #000;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 1.2;
    background: #12151C;
    color: #fff;
}
.insidepage .all_cnt2{
    background: url(../images/bgInside.png) no-repeat center top;
}
.insidepage .item-page ul{
    list-style-position: inside;
    list-style-type: disc;
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    font-family: "DaysOne";
    font-size: 60px;
    margin: 0 0 60px;
    text-align: left;
    font-weight: 400;
}

.wrapper{
    max-width: 100%;
    margin: 0 auto;
    min-height:100vh;
    position:relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.wrapLabel{
    position: relative;
    margin-bottom: 0;
}
.wrapLabel span{
    padding-left: 25px;
    font-weight: 400;
    display: block;
    color: #fff;
    position: relative;
}
.wrapLabel span a{
    color: var(--colorMain);
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 3px;
    content: '';
    border: 1px solid #fff;
    border-radius: 2px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 7px;
    content: '';
    background: #fff;
    border-radius: 2px;
    opacity: 0;
}
.wrapLabel input:checked + span:after{
    opacity: 1;
}
.wrapLabel input{
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}
.flexSA{
    display: flex;
    justify-content:space-around;
}

.flexSB{
    display: flex;
    justify-content:space-between;
}
.flexCenter{
    display: flex;
    justify-content:center;
}

.flexAI{
    display: flex;
    align-items:center;
}

.flexW{
    display: flex;
    flex-wrap:wrap;
}
.flexColumn{
    display: flex;
    flex-direction:column;
}
.flexStart{
    display: flex;
    justify-content:flex-start;
}
.flexEnd{
    display: flex;
    justify-content:flex-end;
}

.btnStyle1{
    display: inline-flex;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #EA5A28;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border:none;
    cursor: pointer;
    transition:all 0.4s;
}
.btnStyle1:hover{
    text-decoration: none;
    color: #fff;
    background: #FF7B4D;
}

.btnStyle2{
    display: inline-flex;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1.5px solid #EA5A28;
    color: #EA5A28;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition:all 0.4s;
}
.btnStyle2:hover{
    text-decoration: none;
    color: #FF7B4D;
    border:1.5px soldi #FF7B4D;

}


/*header*/
.wrapHeader{
    border-bottom: 1px solid var(--colorMain);
    padding-block:35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rightHeader{
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    align-items: center;
}
.rightHeader ul{
    display: flex;
    gap: 60px;
    align-items: center;
}
.rightHeader ul a{
    color: #FFF;
    font-size: 20px;
}
.infoHeader{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.infoHeader .phone{
    color: #EA5A28;
    font-family: "DaysOne";
    font-size: 26px;
    font-weight: 400;
    line-height: 0.9;
}
.infoHeader .adres{
    color: #EA5A28;
    font-size: 18px;
}



/*End header*/

/*topBlock*/
.topBlock{
    padding:200px 0 90px;
    background: url(../images/topBlockImg.png) no-repeat right bottom;
}
.topBlock .txtBlock{
    width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contentBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.topBlock .name{
    font-family: "DaysOne";
    font-size: 82px;
    font-weight: 400;
}
.topBlock .txt{
    font-size: 30px;
}
.topBlock .btnStyle1{
    margin-top: 80px;
}
.topBlock .preTB{
    margin-top: 120px;
    border-bottom: 1px solid var(--colorMain);
    display: flex;
    justify-content: flex-start;
}
.topBlock .nucPre{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 23px;
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid var(--colorMain);
}
.topBlock .nucPre:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.topBlock .nucPre span{
    color: var(--colorMain);
    font-family: "DaysOne";
    font-size: 60px;
    font-weight: 400;
}



/*End topBlock*/

/*aboutCompanyBlock*/
.aboutCompanyBlock{
    padding:120px 0 100px;
}
.wrapAC{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 115px;
}
.wrapAC .imgW{
    border-radius: 10px;
    border: 1.5px solid var(--colorMain);
    width: 465px;
    flex:none;
}
.wrapAC .imgW img{
    position: relative;
    top: -26px;
    right: -26px;
    border-radius: 12px;
    width: 100%;

}
.wrapAC .txtBlock{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex:1;
}
.wrapAC .txtBlock p{
    margin:0;
}
.preAC{
    margin-top: 60px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.preAC .nucAC{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.preAC .num{
    color: var(--colorMain);
    font-family: "DaysOne";
    font-size: 60px;
    font-weight: 400;
}
.preAC .txt{
    font-size: 20px;
}


/*End aboutCompanyBlock*/


/*servBlock*/
.servBlock{
    padding:100px 0;
    position: relative;
    z-index: 1;
}
.servBlock:before{
    position: absolute;
    content:url(../images/decServLeft.png);
    right: calc(50% + 756px);
    top: 50px;
    z-index: -1;
}
.servBlock:after{
    position: absolute;
    content:url(../images/decServRight.png);
    left: calc(50% + 340px);
    bottom: -25px;
    z-index: -1;
}
.wrapServ{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.wrapServ .nucServ{
    padding:35px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    border-radius: 10px;
    background: rgba(205, 205, 205, 0.10);
}
.nucServ .imgW{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.nucServ .imgW img,.nucServ .imgW svg{
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.nucServ .name{
    color: var(--colorMain);
    font-family: "DaysOne";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4; 
    text-transform: uppercase;
}
.nucServ .btnStyle2{

}



/*End servBlock*/


/*objectsBlock*/
.objectsBlock{
    padding:100px 0;
    position: relative;
    z-index: 1;
}
.objectsBlock:before{
    position: absolute;
    content:url(../images/decObjLeft.png);
    right: calc(50% + 675px);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.objectsBlock:after{
    position: absolute;
    content:url(../images/decObjRight.png);
    left: calc(50% + 600px);
    bottom: -58px;
    z-index: -1;
}


.wrapObjList{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.itemObj{
    border-radius: 10px;
    background: rgba(205, 205, 205, 0.10);
    display: flex;
    gap: 70px;
    justify-content: space-between;
    padding:52px 55px;
}
.itemObj .price{
    font-size: 26px;
    font-weight: 400;
    font-family: "DaysOne";
    text-transform: uppercase;
}
.itemObj  .imgWithTxt{
    width: 595px;
    flex:none;
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: space-between;
}
.itemObj .imgWithTxt .imgW{
    width: 100%;
    height: 155px;
}
.itemObj .imgWithTxt{
    font-size: 16px;
    color: #C3C3C3;
}
.itemObj .imgW{
    flex:none;
    width: 595px;
    border-radius: 10px;
    overflow: hidden;
}
.itemObj .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.itemObj .txtBlock{
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: space-between;
    align-items: flex-start;
}
.itemObj .name{
    color: var(--colorMain);
    font-family: "DaysOne";
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4; 
    text-transform: uppercase;
}
.itemObj .txt{
    color: #C3C3C3;
    line-height: 1.4;
}
.btnAfterBlock{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

/*End objectsBlock*/

/*formBlock*/
.formBlock{
    padding:100px 0;
}
.wrapFormBlock.callback-modal{
    width: 100%;
    max-width: 1200px;
    background-color: #12151c;
}
.wrapFormBlock{
    border-radius: 10px;
    border: 1.5px solid var(--colorMain);
    padding:60px 120px;
    background: url(../images/formImg.png) no-repeat calc(100% - 120px) center;
}
.wrapFormBlock .name{
    font-family: "DaysOne";
    font-size: 60px;
    font-weight: 400;
}
.wrapFormBlock .txt{
    color: #C3C3C3;
    line-height: 1.4;
}
.wrapFormBlock .titleBlock{
    margin-bottom: 60px;
}
.wrapFormBlock form{
    width: 335px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
form input{
    border-radius: 10px;
    border: 1px solid var(--colorMain);
    height:76px;
    padding:0 30px;
    color: var(--colorMain);
    font-size: 20px;
    background: none;
}


/*End formBlock*/
/*footer*/
footer{
    padding:100px 0 60px;
    position: relative;
    z-index: 1;
}
footer:before{
    position: absolute;
    content:url(../images/decFooter.png);
    right: calc(50% + 675px);
    top: 15px;
    z-index: -1;
}
footer .h1{
    padding-bottom: 10px;
    margin-bottom:60px ;
    border-bottom: 1px solid var(--colorMain);
}
.wrapFooter{
    display: flex;
    justify-content: space-between;
    gap: 130px;
}
.wrapFooter .colFooter{
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: space-between;
    align-items: flex-start;
}
.wrapFooter .leftCol{

}
.wrapFooter ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapFooter ul a{
    color: #FFF;
    font-size: 20px;
}
.wrapFooter .name{
    font-family: "DaysOne";
    font-size: 26px;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 15px;
}
.wrapFooter .adres .val{
    font-size: 20px;
    font-weight: 400;
}
.wrapFooter .socWrap{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.wrapFooter .socWrap a{
    text-decoration: none;
    line-height: 1;
}
.wrapFooter .copyright,.wrapFooter .polit{
    color: #C3C3C3;
    font-weight: 400;
    font-size: 18px;
}
.wrapFooter .infoFooter{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wrapFooter .phone{
    color: #FFF;
    font-family: "DaysOne";
    font-size: 40px;
    font-weight: 400;
    line-height: 0.9;
}
.wrapFooter .clock{
    font-size: 20px;
    font-weight: 400;
}
.wrapFooter .txt{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.wrapFooter .txt p{
    margin:0;
}
.wrapFooter .rightCol{
    width: 420px;
    flex:none;
}

/*End footer*/
/*insidepage*/
.insidepage header{
    margin-bottom: 70px;
}
.insidepage .objectsBlock{
    padding: 0;
}
.insidepage .objectsBlock:before,.insidepage .objectsBlock:after{
    display: none;
}
.contentPage{
    padding-bottom: 100px;
}
/*End insidepage*/






/* --- Media styles --- */

@media screen and (min-width:1920px){
    .servBlock:before,.objectsBlock:before,footer:before{   
        right: auto;
        left: 0;    
    }
    .servBlock:after,.objectsBlock:after{   
        left: auto;
        right: 0;   
    }
}
@media screen and (min-width:1300px){
    .wrapper .container{
        width: 1230px;
    }
}


@media screen and (max-width:1299px){
    .infoHeader .phone{
        font-size: 24px;
    }
    .rightHeader,.rightHeader ul{
        gap: 50px;
    }
    .topBlock{
        background: url(../images/topBlockImg.png) no-repeat calc(50% + 320px) bottom/800px;
        padding: 65px 0 60px;
    }
    .topBlock .name{
        font-size: 70px;
    }
    .topBlock .txt {
      font-size: 26px;
  }
  .topBlock .btnStyle1 {
      margin-top: 65px;
  }
  .btnStyle1,.btnStyle2{
    font-size: 18px;
    padding: 20px 50px;
}
.topBlock .nucPre{
    font-size: 26px;
}
.topBlock .nucPre span{
    font-size: 50px;
}
.aboutCompanyBlock,.servBlock,.formBlock,.objectsBlock{
    padding:70px 0;
}
.h1, h1{
    font-size: 54px;
    margin: 0px 0 50px;
}
.wrapAC{
    gap: 60px;
    padding-right: 10px;
}
.wrapAC .txtBlock{
    font-size: 18px;
    gap: 25px;
}
.preAC{
    margin-top: 40px;
}
.preAC .num{
    font-size: 50px;
}
.preAC .txt{
    font-size: 18px;
}
.wrapServ .nucServ {
  padding: 25px 45px;
}
.nucServ .name{
    font-size: 18px;
}
.itemObj{
    gap: 40px;
    justify-content: space-between;
    padding: 30px 35px;
}
.wrapObjList{
    gap: 15px;
}
.itemObj .name,.itemObj .price{
    font-size: 24px;
}
.wrapFormBlock{
    padding: 40px 70px;
    background-position: calc(100% - 40px) center;
}
form input{
    height: 62px;
    font-size: 18px;
    padding:0 20px;
}
.wrapFooter{
    gap: 80px;
}
.wrapFooter .rightCol {
  width: 345px;
}
.wrapFooter .phone{
    font-size: 32px;
}
.insidepage header {
  margin-bottom: 50px;
}


}
@media screen and (max-width:1199px){
    .insidepage header {
  margin-bottom: 40px;
}
 .infoHeader .phone{
    font-size: 20px;
}
.rightHeader ul a{
    font-size: 18px;
}
.rightHeader,.rightHeader ul{
    gap: 40px;
}
.topBlock{
    background-size:600px;
    padding: 55px 0 40px;
}
.topBlock .name{
    font-size: 55px;
}
.topBlock .txt {
  font-size: 22px;
}
.topBlock .btnStyle1 {
  margin-top: 50px;
}
.btnStyle1,.btnStyle2{
    font-size: 18px;
    padding: 15px 40px;
}
.topBlock .nucPre{
    font-size: 22px;
}
.topBlock .nucPre span{
    font-size: 40px;
}
.aboutCompanyBlock,.servBlock,.formBlock,.objectsBlock{
    padding:50px 0;
}
.h1, h1{
    font-size: 48px;
    margin: 0px 0 40px;
}
.wrapAC{
    gap: 30px;
}
.wrapAC .txtBlock{
    font-size: 16px;
    gap: 20px;
}
.wrapAC .imgW{
    width: 400px;
}

.preAC{
    margin-top: 30px;
}
.preAC .num{
    font-size: 40px;
}
.preAC .txt{
    font-size: 16px;
}
.wrapServ{
    grid-gap: 20px;
}
.wrapServ .nucServ {
  padding: 20px 30px;
}
.nucServ .name{
    font-size: 16px;
}
.itemObj{
    gap: 30px;
    justify-content: space-between;
    padding: 20px 25px;
}
.wrapObjList{
    gap: 10px;
}
.itemObj .imgW,.itemObj .imgWithTxt{
    width: 400px;
}
.itemObj .name,.itemObj .price{
    font-size: 22px;
}
.wrapFormBlock{
    padding: 30px 50px;
    background-position: calc(100% - 40px) center;
}
form input{
    height: 52px;
    font-size: 18px;
    padding:0 15px;
}
.wrapFooter{
    gap: 30px;
}
.wrapFooter .rightCol {
  width: 280px;
}
.wrapFooter .phone{
    font-size: 26px;
} 
.wrapFooter .copyright, .wrapFooter .polit{
    font-size: 16px;
}
.wrapFooter .adres .val {
  font-size: 18px;
}
.wrapFooter .name{
    font-size: 22px; 
}
.topBlock .preTB {
  margin-top: 90px;
}
}
.mainBtn{
    display: none;
}

@media screen and (max-width:991px){
    .insidepage header {
  margin-bottom: 30px;
}
    .mainBtn{
        display: flex;
        flex-direction: column;
        transition: all 0.4s;
        top: 100px;
        right: 0;
        position: fixed;
        width: 45px;
        height: 45px;
        background: #12151c;
        flex-direction: column;
        justify-content: space-between;
        padding: 13px 5px;
        z-index: 20;
        border:2px solid #fff;
        border-right: 0;
        border-radius: 5px 0 0 5px;
    }
    .mainBtn .line {
        width: 100%;
        position: relative;
        height: 2px;
        background: #fff;
        transition: all 0.4s;
    }
    .mainBtn .line:nth-child(2):before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        transition: all 0.4s;
    }
    .activeMain{
        overflow: hidden;
    }
    .activeMain .mainBtn {
        top: 15px;
    }
    .activeMain .mainBtn .line:nth-child(1),
    .activeMain .mainBtn .line:nth-child(3) {
        opacity: 0;
    }
    .activeMain .mainBtn .line:nth-child(2) {
        transform: rotate( 45deg);
    }
    .activeMain .mainBtn .line:nth-child(2):before {
        transform: rotate( -90deg);
    }











    .wrapFormBlock .callback-modal__form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .main{
        display: block;
        position: fixed;
        top: 0;
        height: 100dvh;
        width: 100%;
        left: 100%;
        background: #12151c;
        overflow: auto;
        padding:60px 15px 40px;
        z-index: 10;
        transition:all 0.4s;
    } 
    .activeMain .main{
        left: 0;
    }
    .rightHeader ul{
        flex-direction: column;
        gap: 15px;
    }  
    .rightHeader ul li{
        width: 100%;
    }
    .rightHeader ul a{
        font-size: 20px;
        display: block;
    }
    .btnAfterBlock{
        margin-top: 10px;
    }
    .btnAfterBlock .imgMore{
        display: none;
    }


    .topBlock{
        background-size:400px;
        padding: 45px 0 30px;
    }
    .topBlock .name{
        font-size: 45px;
    }
    .topBlock .txt {
      font-size: 20px;
  }
  .topBlock .btnStyle1 {
      margin-top: 40px;
  }
  .btnStyle1,.btnStyle2{
    font-size: 16px;
    padding: 10px 25px;
}
.topBlock .nucPre{
    font-size: 20px;
}
.topBlock .nucPre span{
    font-size: 30px;
}
.aboutCompanyBlock,.servBlock,.formBlock,.objectsBlock{
    padding:30px 0;
}
.h1, h1{
    font-size: 40px;
    margin: 0px 0 30px;
}
.wrapFormBlock .titleBlock{
    margin-bottom: 30px;
    text-align: center;
}
.wrapFormBlock form{
    gap: 15px;
}
.wrapFormBlock .name{
    font-size: 40px;
}
.wrapAC{
    gap: 20px;
}
.wrapAC .txtBlock{
    gap: 15px;
}
.wrapAC .imgW{
    width: 300px;
}

.preAC{
    margin-top: 20px;
}
.preAC .num{
    font-size: 30px;
}

.wrapServ{
    grid-gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.wrapServ .nucServ {
  gap: 15px;
}

.itemObj{
    gap: 30px;
    flex-direction: column-reverse;
    padding: 20px 25px;
    align-items: center;
}
.itemObj .txtBlock{
    width: 100%;
    gap: 20px;
}

.itemObj .imgW{
    max-width: 400px;
    width: 100%;
}
.itemObj .imgWithTxt{
    max-width: 100%;
    width: 100%;
}

.wrapFormBlock{
    padding: 30px 50px;
    background: none;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.wrapFormBlock .titleBlock{
    width: 100%;
}
form input{
    height: 52px;
    font-size: 18px;
    padding:0 15px;
}
.wrapFooter ul{
    display: none;
}
.wrapFooter{
    gap: 30px;
}
.wrapFooter .rightCol {
  width: 240px;
}
.wrapFooter .phone{
    font-size: 22px;
} 
.wrapFooter .copyright, .wrapFooter .polit{
    font-size: 15px;
}
.wrapFooter .adres .val {
  font-size: 16px;
}
.wrapFooter .name{
    font-size: 20px; 
}
.wrapFooter .txt {
  font-size: 14px;
}
.topBlock .preTB {
  margin-top: 70px;
}
footer{
    padding:40px 0;
}
}



@media screen and (max-width:767px){
    .insidepage header {
  margin-bottom: 30px;
}
  .infoHeader .phone {
    font-size: 14px;
}
.infoHeader .adres{
    font-size: 12px;
} 
header .logo img{
    width: 160px;
}
.wrapHeader{
    padding-block: 15px;
}
.topBlock .txtBlock{
    max-width: 100%;
}
.topBlock{
    background: none;
}

.topBlock .name {
    font-size: 26px;
}
.topBlock .txt {
    font-size: 16px;
}

.topBlock .preTB {
    margin-top: 40px;
}
.topBlock .btnStyle1 {
    margin-top: 25px;
}

.topBlock .nucPre {
    font-size: 16px;
}
.topBlock .nucPre span {
    font-size: 24px;
}
.topBlock .nucPre{
    padding-right: 25px;
    margin-right: 25px;
}
.aboutCompanyBlock, .servBlock, .formBlock,.objectsBlock {
    padding: 20px 0;
}
.h1, h1 {
    font-size: 30px;
    margin: 0px 0 30px;
}
.wrapAC{
    flex-direction: column-reverse;
}
.wrapAC .imgW img{
    top: -15px;
    right: -15px;
}
.preAC{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.itemObj{
    padding:10px;
}
.itemObj .name,.itemObj .price {
    font-size: 20px;
}
.wrapFormBlock form{
    width: 100%;
    max-width: 350px;
}
.wrapFormBlock .name {
    font-size: 30px;
}
.wrapFormBlock {
    padding: 10px;
}
footer{
    padding:20px 0;
}
.wrapFooter{
    flex-direction: column;
}
.nucServ .name {
    font-size: 14px;
}
.wrapServ .nucServ {
    padding: 10px;
}
}

@media screen and (max-width:675px){

}
@media screen and (max-width:640px){

}
@media screen and (max-width:600px){
    .gallaryImgs{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .wrapServ{
        grid-gap: 10px;
        grid-template-columns: repeat(1,1fr);
    }
    
}
@media screen and (max-width:485px){

}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){

}
@media screen and (max-width:370px){
}