*{

    font-family: "Montserrat", sans-serif;

    scroll-behavior: auto !important;

 }

 

img{

    max-width: 100%;

}



body {

    padding: 0;

    margin: 0;

}

 

input.error, textarea.error {

    outline: 1px solid red;

}



.disabled {

    opacity: .35;

    pointer-events: none;

}



a#toTop {

    position: fixed;

    z-index: 9999;

    bottom: 0%;

    right: 0%;

    opacity: .6;

    color: #00e400;

    padding: 10px;

    width: 70px;

    font-size: 40px;

    cursor: pointer;

   }

 



 

nav {

    position: fixed;

    z-index: 10;

    left: 0;

    right: 0;

    top: 30;

    height: 90px;

    background-color: #f5f5f500;

    padding: 0 5%;

    display: flex;

    align-items: center;

    transition: .3s linear;



}

nav .logo { 

    float: left;

    width: 20%;

    height: 100%;

    display: flex;

    align-items: center;

    font-size: 24px;

    color: #00e400;

}nav .logo img{ 

   height: 50px;

}

nav .phones { 

    float: left;

    width: 20%;

    display: flex;

    flex-direction: column;

}

nav .links {

    float: right;

    padding: 0;

    margin: 0;

    width: 60%;

    height: 100%;

    display: flex;

    justify-content: space-around;

    align-items: center;

}

nav .links li {

    list-style: none;

}

nav .links a {

    display: block;

    padding: 5px 7px;

    font-size: 15px;

    color: #fff;

    text-decoration: none;

    position: relative;

}nav a {

    text-decoration: none;

    color: initial;    font-size: 18px;

       font-weight: 600;color: #00e400;

    font-size: 19px;

    display: flex;

    align-items: center;

}

nav .links a:hover {

    color: #fff;

}

nav .links a::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background-color: #00e400;

    visibility: hidden;

    transform: scaleX(0);

    transition: all 0.3s ease-in-out 0s;

}

nav .links a:hover::before {

    visibility: visible;

    transform: scaleX(1);

    color: #1d1d1d;

}

#nav-toggle {

     position: absolute;

     top: -100px;

}

nav .icon-burger {

    display: none;

    position: absolute;

    right: 5%;

    top: 50%;

    transform: translateY(-50%);

}

nav .icon-burger .line {

    width: 30px;

    height: 1px;

    background-color: #fff;

    margin: 5px;

 

    transition: all .5s ease-in-out;

}

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

    nav .logo {

      

        width: 150px;

     

    }  nav .phones {

    

        width: 150px;

     

    }

    nav .links {

        float: none;

        position: fixed;

        z-index: 9;

        left: 0;

        right: 0;

        top: 70px;

        bottom: 100%;

        width: auto;

        height: auto;

        flex-direction: column;

        justify-content: space-evenly;

        background-color: rgba(0, 0, 0, .8);

        overflow: hidden;

        transition: all .5s ease-in-out;

    }

    nav .links a {

        font-size: 20px;

    }

    nav :checked ~ .links {

        bottom: 0;

    }

    nav .icon-burger {

        display: block;

    }

    nav :checked ~ .icon-burger .line:nth-child(1) {

        transform: translateY(2px) rotate(225deg);

    }

    nav :checked ~ .icon-burger .line:nth-child(3) {

        transform: translateY(-10px) rotate(-225deg);

    }

    nav :checked ~ .icon-burger .line:nth-child(2) {

        opacity: 0;

    }

}







label {

    display: inline;

}







h1{

    font-size: clamp(2.1875rem, 1.7548076923076923rem + 1.9230769230769231vw, 4.0625rem);

        font-weight: 800;    line-height: 1.1;

}h2{

    font-size: clamp(1.625rem, 1.3221153846153846rem + 1.3461538461538463vw, 2.9375rem);

        font-weight: 800;

}



.descr {

    font-size: clamp(0.9375rem, 0.8798076923076923rem + 0.2564102564102564vw, 1.1875rem);

    font-weight: 400;

}





.main-section{

    height: 700px;

    padding: 0;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    padding-top: 100px;

    background: #080808;

    background-size: contain;

    background-image: url(../img/bg.png);

    background-size: 100%;

    background-repeat: no-repeat;

    background-position-x: 0;

    background-position-y: 0px;

    /* border-radius: 40px; */

    /* margin: 30px 30px 0px 30px; */

    /* background: #dedede; */

    color: #fff;

}



.main-section::before{

    content: "";

    background: url(../img/bg2.png);

    width: 100%;

    height: 1250px;

    position: absolute;

    transform: rotate(307deg);

    left: 990px;

    z-index: 0;

    background-size: contain;    background-size: 80%;

    background-repeat: no-repeat;

    background-position: -86px -910px;

}

.main-section ul{

    display: flex;

    padding: 0;

    list-style: none;

}.main-section ul li{

    display: flex;

    font-size: 13px;

    font-weight: 600;

}



.main-section ul li img{

  filter: invert(44%) sepia(84%) saturate(2239%) hue-rotate(88deg) brightness(118%) contrast(116%);

}



.button-order{

    background: #00e400;

    width: max-content;

    padding: 15px 50px;

 

    color: #fff;

    font-weight: 600; border: 1px #00e400 solid;

    border-radius: 5px;    box-shadow: 9px 10px 49px #00e4005e;

    cursor: pointer;transition: .3s linear;

}.button-order:hover{

    transition: .3s linear;

    background: #ffffff;   

    color: #000;    border: 1px #000 solid;

}



.button-view{

    width: max-content;

    padding: 15px 60px;

   z-index: 1;

    color: #00e400;

    font-weight: 600;

    border-radius: 5px;

    cursor: pointer;

    transition: .3s linear;

    border: 1px #00e400 solid;

}.button-view:hover{

    transition: .3s linear;

    background: #00e400;

    border: 1px #00e400 solid;

    color: #000;

}.button-view-mini{

    width: max-content;

    padding: 12px 20px;

    color: #fff;

    font-weight: 600;

    cursor: pointer;

    transition: .3s linear;

    border: 1px #00e400 solid;    border-radius: 5px;

    background: #00e400;    box-shadow: 5px 7px 59px #00e400a6;

}.button-view-mini:hover{

    transition: .3s linear;

    background: #00e400;

    color: #fff;

    border: 1px #00e400 solid;

    transform: translateY(-5px

px

);

}



.about  {

  position: relative;

}



/* .about::before{

    content: "";

    background: #00e700;

    top: -20px;

    position: absolute;

    width: 100%;

    height: 100%;

    left: -20px;

} */



section{

    padding: 55px;

}





.description{

    font-size: 14px;margin-bottom: 20px;font-weight: 600;

}



.pretitle{

    font-size: 14px;

    font-weight: 600;

    color: #00e400;

    margin-bottom: 20px;

    text-transform: uppercase;

    border-left: 30px #00e400 solid;

    padding-left: 10px;

}

.preimushestva{

    padding-left: 20px;

    border-left: 5px #00e400 solid;

    font-size: 13px;

 

}.preimushestva strong{

    color: #00e400;

}

.preimushestva .title{

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 7px;

}



.advance-block{

    background: #fff; height: 100%;    border-bottom: 2px #00e400 solid; border-top: 2px #00e400 solid;

    padding: 40px; position: relative; overflow: hidden;

}.advance-block .number{

    font-size: 30px;

    color: #00e400;

    font-weight: 500;

    margin-bottom: 10px;

}.advance-block .title{

    font-weight: 700;

    font-size: 19px;    margin-bottom: 20px;

}.advance-block img{

    position: absolute;

    width: 90px;

    opacity: .2;

    right: -25px;

  filter: invert(44%) sepia(84%) saturate(2239%) hue-rotate(88deg) brightness(118%) contrast(116%);

 

    top: 20px;

}.advance-block .description{

    font-size: 13px; 

}



.list-unstyled li{

    display: flex;

}.list-unstyled li ion-icon{

    font-size: 23px;

    color: #00e400;

}



.slick-initialized .slick-slide {

    display: block;

    margin: 0 15px;

}



.slick-next {

    right: 15px;    z-index: 1;

}.slick-prev:before, .slick-next:before {

    font-family: 'slick';

    font-size: 30px;

    line-height: 1;

    opacity: .75;

    color: #00e400;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

.slick-prev {

    left: 5px;

    z-index: 1;

}

.block-usluga{

    height: 370px;

    padding: 30px;

    position: relative;

    border: 2px #00e400 solid;

    color: #fff;border-radius: 7px;

     

}

.block-usluga .title{

    font-weight: 700;

    font-size: 25px;

    margin-right: 45px;

    line-height: 1.2;

    margin-bottom: 10px;

 

}



.price{

    color: #00e400;

    font-weight: 700;

    font-size: 14px;

    margin-bottom: 10px;

    background: #00e40000;

    padding: 3px 15px;

    width: max-content;

    margin-bottom: 20px;

    transform: skew(351deg, 360deg);

    border: 1px #00e400 solid;

}



.block-usluga img{

    width: 60px;

    position: absolute;

    right: 20px;

    top: 20px;

        filter: invert(44%) sepia(84%) saturate(2239%) hue-rotate(88deg) brightness(118%) contrast(116%);

}.block-usluga ul{

    font-size: 14px;

    font-weight: 600;

}



.review-img{

    margin: 0 auto;

    text-align: center;

    display: block;

}

 



.pulse {

    height: 90px;

    width: 90px;

    border-radius: 50%;

    background-color: #00e400;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    cursor: pointer;

}

.pulse ion-icon{

   font-size: 37px;

   color: #fff;

}

.list-unstyled {

    padding-left: 0;

    list-style: none;

    font-weight: 600;

}

.pulse::before, .pulse::after {

	content: '';

	position: absolute;

	width: calc(100%);

	height: calc(100%);

	border-radius: 50%;

	border: 1px solid #00e400;

	animation: calling 2s ease-in-out infinite;

}



.pulse::after {

	animation: calling 2s ease-in-out .35s infinite;

}@keyframes calling {

	0% {

		width: calc(100%);     

    height: calc(100%);

		opacity: 1;

	}

	100% {

		width: calc(100% + 60px);     

    height: calc(100% + 60px);

		opacity: 0;

	}

}



a {

    color: rgb(65 65 65);

    text-decoration: none;

}.h6, h6 {

    font-size: 16px;

    letter-spacing: 1px;

    font-weight: 600;

    margin-bottom: 3px;

}



 

footer{

    font-size: 14px;

    margin-top: -10px;

    text-align: center;

    font-size: 12px;

    font-weight: 500;

    color: #acacac;

    margin-bottom: 0px;

    background: #080808;

    padding: 20px 0px;

    letter-spacing: 1px;

}





#countdown{

    background: #00e400;

    width: 300px;

    align-items: center;

    padding: 10px 20px;

    color: #000;

    display: flex;

    flex-direction: column;

}

#countdown ul{

    margin-bottom: 0;

}

#countdown ul li span{

    font-size: 32px;

 

}#countdown ul li{

    font-size: 13px;

    font-weight: 600;

    display: flex;

    flex-direction: column;

    align-items: center; margin: 0 6px;

}







.question {

    font-size:18px;

    font-weight: 600;

    padding: 20px 80px 20px 20px;

    position: relative;

    display: flex;

    align-items: center;

    cursor: pointer;background: #fff;

    margin-bottom: 10px;    border: 2px #00e400 solid;

  }

  

  .question::after {

    content: "\002B";

    font-size: 2.2rem;

    position: absolute;

    right: 20px;color: #00e400;

    transition: 0.2s;

  }

  

  .question.active::after {

    transform: rotate(45deg);

  }

  

  .answercont {

    max-height: 0;

    overflow: hidden;

    transition: 0.3s;

  }

  

  .answer {

    padding: 0 20px 20px;

    line-height: 1.5rem;

  }

  

  .question.active + .answercont {

  }

  

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

    html {

      font-size: 14px;

    }

    .wrapper {

    width: 80%;

  }

  }





  .marka-div{

    padding: 15px;

    border: 1px #dedede solid;

  }





  .budget .item1{

    display: flex;

  }  .budget .item1 .icon{

    font-size: 25px;

    margin-right: 20px;

    color: #00e400;

  }  .budget .item1 .block .title{

    font-size: 19px;

    font-weight: 700;

    margin-bottom: 10px;    line-height: 1.2;

  }.budget .item1 .block .text{

    color: #676767;

    font-size: 14px;

  }





  .portfolio-block{

    position: relative;    height: 250px;

    display: flex; cursor: pointer;

    justify-content: center; overflow: hidden;

    align-items: center;

  }  .portfolio-block .pic{

    transition: .3s linear;    height: 100%;

    object-fit: cover!important;

    width: 100%;

  }  .portfolio-block:hover .pic{

  transform: scale(1.08);

  transition: .3s linear;

  }  .portfolio-block:hover .icon{

    transition: .3s linear;

    opacity: 1;

  } 

  .portfolio-block .icon{

    position: absolute;

    width: 60px;

    filter: invert(1);

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;    transition: .3s linear;

    opacity: .5;

  }

  .portfolio-block .descr{

    font-size: 19px;

    font-weight: 400;

    position: absolute;

    bottom: 25px;

    left: 25px;

    z-index: 1;

  } .portfolio-block .descr .works{

    font-size: 16px;

    font-weight: 700;

    color: #00e400;

  } .portfolio-block .descr .text{

    font-size: 13px;

  }

  .podl{

    background: rgb(28, 31, 33);

    background: -moz-linear-gradient(0deg, rgba(28, 31, 33, 1) 0%, rgba(226, 124, 41, 0) 70%);

    background: -webkit-linear-gradient(0deg, rgba(28, 31, 33, 1) 0%, rgba(226, 124, 41, 0) 70%);

    background: linear-gradient(0deg, rgba(28, 31, 33, 1) 0%, rgba(226, 124, 41, 0) 70%);

    height: 100%;

    position: absolute;

    width: 100%;

    z-index: 0;

    bottom: 0;

  }



  .subtext{

    width: 650px;

    margin: 0 auto;

    text-align: center;

    color: #676767;

    font-size: 15px;

  }

.adr{

    font-size: 12px; color: #fff;   font-weight: 700;

}.main-section ul li img{

    height: 40px;

    width: 40px;

    }.main-section .buttons .button-order{

       margin-right: 1rem;

    } .subtext2{

        width: 100%;

        margin: 0 auto;

      

        color: #fff;

        font-size: 15px;

      }.budget:last-child{margin-bottom: 0px !important;}

      .logosa{ position: absolute;

        right: 20px;

        width: 500px;

        opacity: .2;

        z-index: 0;

        top: 60px;}



.form-block{

    padding: 50px;

    max-width: 1070px;

    margin: 0 auto;

    position: relative;

    width: 100%;

    border: 1px #fff solid;

    background: #fff;

}

.form-block h2{

 



}.form-block .text{

  

    font-size: clamp(0.8125rem, 0.7692307692307693rem + 0.19230769230769232vw, 1rem);

            font-weight: 500;



}.form-block .button-order{

    background: #00e400;

    color: #ffffff;

    border: 1px #00e400 solid;

}



.morequest-block{

    background: #ffffff;

    height: 100%;

    color: #000;

    border: 1px #ffffff solid;

    padding: 30px;

    z-index: 1;

    position: relative;

}.morequest-block h4{

    font-weight: bold;

    font-size: clamp(1.5625rem, 1.3894230769230769rem + 0.7692307692307693vw, 2.3125rem);    color: #000;

margin-bottom: 15px;

}.morequest-block .text{

    font-size: 14px;

    color: #747474;

    margin-bottom: 20px;

}.morequest-block .label{

    font-size: 14px;

    margin-bottom: 10px;

    font-weight: 700;

}.morequest-block input{

    width: 100%;

    padding: 20px;

    border: 1px #dedede solid;

}

.morequest-block .dopinfo{

    display: flex;font-size: 13px;font-weight: 500;margin-top: 23px;margin-bottom: 15px;

}.morequest-block .dopinfo .icons{

    font-size: 22px;

    color: #00e400;

}

.morequest-block .dopinfo .icons img{

    width: 20px;    vertical-align: baseline;

    margin-right:.5rem;

}



.map-block .info-block{

    position: absolute;     left: 80px;

    top: 60px;

}



.map-block .morequest-block{

    background: #ffffff;

    height: 100%;

    color: #000;

    border: 1px #ffffff solid;

    padding: 30px;

    z-index: 1; width: 450px;    box-shadow: 1px 1px 47px #02020259;

    position: relative;

}.map-block .morequest-block h4{

    font-weight: bold;

font-size: 37px;    color: #000;

margin-bottom: 15px;

}.map-block .morequest-block .text{

    font-size: 14px;

    color: #747474;

    margin-bottom: 20px;

} .map-block.morequest-block .label{

    font-size: 14px;

    margin-bottom: 10px;

    font-weight: 700;

}.map-block .morequest-block input{

    width: 100%;

    padding: 20px;

    border: 1px #dedede solid;

}

.map-block .morequest-block .dopinfo{

    display: flex;

    font-size: 14px;

    font-weight: 700;

    margin-top: 10px;

    margin-bottom: 15px;

} .map-block .morequest-block .dopinfo .icons{

    font-size: 22px;

    color: #00e400;

}.map-block .morequest-block .dopinfo a{

    font-size: 18px;    font-weight: 500;    line-height: 1.4;

}.map-block .morequest-block .dopinfo .uniq{

    font-size: 15px;

    color: #0d6efd;

    border-bottom: 1px #0d6efd dashed;

}



  @media(max-width:768px){

    .form-block{

        padding: 20px;

        text-align: center;

    }

    

    .map-block .mp{

        height:400px !important;

    }

    .form-block .button-order, .form-block .button-view{

        width: 100%;padding: 15px 20px;

        text-align: center;margin: auto;

        margin-bottom: 10px;

    }

    

    .logosa{    position: absolute;

        right: 20px;

        width: 140px;

        opacity: .2;

        z-index: 0;

        top: 20px;}    .wrapper {

            width: 100%;

        }

    section {

        padding: 15px;

    }    nav .logo {

        width: 110px;

    }    nav .phones {

        width: 230px;

    }nav .logo img{ 

        height: 30px;

     }nav a {

 

        font-size: 13px;

        display: flex;

        align-items: center;

    }.adr{

        font-size: 9px;

        color: #fff;

        font-weight: 600;

    }nav {    height: 70px;

        

        display: flex;

        padding: 0 3%;top: 0px !important; 

    }

    .main-section{

        margin: 0;padding: 20px;padding-top: 100px; height: 800px;

        flex-direction: column;    background-size: cover;

    }nav .icon-burger {

  

        position: absolute;

        right: 3%;

        top: 50%;

        transform: translateY(-50%);

    }

  .subtext{

    width: 100%;

    margin: 0 auto;

    text-align: center;

    color: #676767;

    font-size: 13px;

  }

 

  .form-buttons{

    flex-direction: column;

  } 

.main-section ul {

 

    flex-direction: column;

}



.main-section ul li{

 margin-bottom: 10px;align-items: center;

}.main-section ul li img{

height: 30px;

width: 30px;

}.main-section .buttons{

flex-direction: column;

}

.main-section .buttons .button-order, .main-section .buttons .button-view{

    width: 100%;padding: 15px 20px;

    text-align: center;margin: auto;

    margin-bottom: 10px;

}



.main-section::before {

    content: "";

    background: url(../img/bg2.png);

    width: 100%;

    height: 1030px;

    position: absolute;

    transform: rotate(309deg);

    left: 900px;

    z-index: 0;

    background-size: 80%;

    background-repeat: no-repeat;

    background-position: -86px -910px;

}.preimushestva {

 
    padding-left: 15px;
    border-left: 2px #00e400 solid;
    font-size: 11px;
    margin-bottom: 20px;

}
.preimushestva .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}p {
    
    font-size: 13px;
}.subtext2 {
    
    font-size: 13px;
}.description {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 600;
}
.button-view-mini{

    text-align: center;

    width: 100%;

}.block-usluga {

    height: 100%;

    padding: 20px;

    position: relative;

    border: 2px #00e400 solid;

    color: #fff;

}.block-usluga .title {

 

    font-size: 22px;

   

}

.mbmobile-4{

    margin-bottom: 20px;

}.mt-5 {

    margin-top: 1.5rem !important;

}.advance-block {

 

    padding: 20px;

    

}.advance-block .number {

    font-size: 20px;

 

}.pulse {

    height: 60px;

    width: 60px;

 

}.pulse ion-icon {

    font-size: 27px;

    color: #fff;

} .budget .item1 .block .title {

    font-size: 17px;

    font-weight: 700;

    margin-bottom: 10px;

    line-height: 1.2;

}.budget .item1 .block .text {

    color: #676767;

    font-size: 13px;

}

.mob-none{

    display: none;

}.question {

    font-size: 15px;

    font-weight: 600;

    padding: 10px 50px 10px 20px;

    position: relative;

    display: flex;

    align-items: center;

    cursor: pointer;

    background: #fff;

    margin-bottom: 10px;

    border-bottom: 2px #00e400 solid;

}.answer {

    padding: 0 20px 20px;

    line-height: 1.5rem;

    font-weight: 500;

    font-size: 12px;

    line-height: 1.4;

}.map-block .info-block{

    position: relative;     left: 0px;

    top: 0px;

}.map-block .morequest-block {

 width: 100%;

    padding: 30px;

 

}.map-block .morequest-block .dopinfo a {

    font-size: 14px;

    font-weight: 500;

    line-height: 1.4;

}.map-block .morequest-block .dopinfo .uniq {

    font-size: 14px;

    color: #0d6efd;

    border-bottom: 1px #0d6efd dashed;

}

  }