*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}
body{
     font-family: "Montserrat", sans-serif;
     background: #005180;
     color: #fff;
}
.container{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
h1{
    font-weight: 900;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
}
h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
}
h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}
h4{
    font-size: 25px;
    line-height: 120%;
}
h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}
.mini-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color:rgba(255, 255, 255, .5);
    margin-bottom: 15px;
}
.t-center{
    text-align: center;
}
.upper{
    text-transform: uppercase;
}
.slick-slider{
    position: relative;
}
.slick-list{
    overflow: hidden;
   }
   .slick-track{
     display: flex;
     justify-content: center;
     padding: 10px 0;
     gap: 0 10px;
   }
    .slick-arrow{
        position: absolute;
        bottom: 200px;
        font-size: 0;
        background-color: #F1FCFD;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65%;
        height: 55px;
        width: 55px;
        cursor: pointer;
        z-index: 10;
        box-shadow: 4px 4px 0px #23B9DE;
        border-radius: 100%;
    }
    .slick-arrow:hover{
        background-color: #fff;
    }
    .slick-next{
        right: 15px;
        background-image: url('..//img/arr-next.svg');
    }
    .slick-prev{
        left: 15px;
        background-image: url('..//img/arr-prev.svg');
    }
    .header{
    background: #F1FCFD;
    padding: 11px 0;
    position: relative;
    z-index: 2;
}
.footer .sos{
    display: none;
}
.front-page .footer .sos{
    display: block;
}
.page-wrap{
    padding: 60px 0;
}
.page-wrap a{
    color: #fff;
    text-decoration: underline;
}
.page-wrap h1{
    font-size: 45px;
    margin-bottom: 20px;
}
.page-wrap p{
    margin: 10px 0;
}
.front-page .header{
    background: transparent;
    padding-top: 11px;
    padding-bottom: 0;
}
.header-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heder-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    gap: 35px;
}
.heder-nav a{
    color: #005180;
    font-weight: 700;
    font-size: 14px;
}
.banner{
    background-position: 0 0;
    background-size: 100% auto;
    margin-top: -75px;
}
.banner-wrap{
    margin-top: -240px;
    position: relative;
}
  .btn{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 60px;
    padding: 20px 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 4px 4px 0px #56CEE4;
    transition: all .2s;
  }
  .btn:hover{
    transition: all .2s;
  }
  .btn img{
    margin-left: 10px;
  }
  .btn-p{
    background: #FC4D00;
    color: #fff;
  }
  .btn-s{
    background: #F1FCFD;
    color: #005180;
  }
  .btn-s:hover{
        background: #FFFFFF;
  }
  .btn-p:hover{
    background: #EE3F00;
  }
  .header-btn{
    padding: 8px 15px;
  }
  .banner-geo{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
    background: #F1FCFD;
    color: #005180;
  }
  .banner-geo svg{
    margin-right: 10px;
  }
  .banner-geo span{
    color:rgba(0, 81, 128, .5);
  }
  .banner-content{
    text-align: center;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
  }
  .banner-subtitle{
    margin-top: 15px;
    }
    .banner-info__subbtn{
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        color: #FC4D00;
        margin-top: 15px;
    }
    .banner-info ul{
        margin-bottom: 30px;
        list-style: none;
        margin-top: 10px;
    }
    .banner-info ul li{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner-adv1{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .banner-adv__item{
        font-size: 16px;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 10px;
        border: 1px solid #fff;
        color: #fff;
    }
    .banner-label1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #FC4D00;
        border: 5px solid #fff;
        border-radius: 100%;
        height: 150px;
        width: 150px;
        box-sizing: border-box;
        transform: rotate(-7deg);
        position: absolute;
        top: 22%;
        left: 5%;
        z-index: -1;
    }
    .banner-label1 span{
        font-size: 16px;
    }
    .banner-label1 span:nth-child(2){
        font-weight: 700;
        font-size: 45px;
        line-height: 120%;
    }
    .section{
        margin-bottom: 90px;
        overflow: hidden;
    }
    .section-title_center{
        text-align: center;
    }
    .section-title{
        margin-bottom: 20px;
    }
    .section-adv .section-title{
        margin-bottom: 50px;
    }
    .sm-bold{
        font-size: 12px;
        font-weight: 700;
    }
    .adv-cards{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        margin-top: 20px;
    }
    .adv-card{
        display: flex;
        align-items: flex-end;
        height: 227px;
        border-radius: 10px;
        padding: 15px;
        background: #F1FCFD url('..//img/snowfall.svg') no-repeat;
        background-size: 35px 75px;
        background-position: 15px 15px;
        color: #005180;
    }
    .bg-section{
        padding: 140px 0;
        background: url('..//img/led.png') no-repeat;
        background-size: 100% 100%;
        min-height: 800px;
    }
    .clients-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        color:#005180;
    }
    .clients-block{
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .c-block{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .c-card{
        height: 225px;
        justify-content: space-between;
        border-radius: 10px;
        padding: 15px;
        border: 1px solid #00518080;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .c-card__title{
        font-size: 16px;
    }
    .c-card__sm{
        font-size: 12px;
        color: #00518080;
    }
    .clients-block__inf{
        color:#FC4D00;
        display: grid;
        grid-template-columns: 48px 1fr;
        align-items: center;
        gap: 5px;
        border-radius: 10px;
        padding: 15px;
        border: 1px solid #FC4D00;
    }
    .clients-block__title, .clients-block__content{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .services-block{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .services-card{
        position: relative;
        height: 285px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 10px;
        padding: 15px;
        padding-bottom: 8px;
        border: 1px solid rgba(255, 255, 255, .5);
        overflow: hidden;
        gap: 5px;
    }
    .services-card h5{
        margin-bottom: 8px;
    }
     .services-card img{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -2;
     }
     .noborder{
        border: none;
        padding: 0;
     }
    .work-item{
        display: grid;
        grid-template-columns: 1fr 100px 1fr;
        padding-bottom: 60px;
    }
    .work-item:nth-child(2n){
        text-align: right;
    }
    .work-item__num{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 11px 23px;
        width: 59px;
        height: 59px;
        background: #F1FCFD;
        box-shadow: 4px 4px 0px #56CEE4;
        border-radius: 30px;
        color: #005180;
        margin: 0 20px;
        position: relative;
    }
    .work-item__num::after{
        content: '';
        height: 140px;
        width: .5px;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .work-item:last-child .work-item__num::after{
        display: none;
    }
    .work-item__num span{
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
    }
    .header-logo img{
        width: 100%;
    }
    .bg-section .mini-title{
        color: rgba(0, 81, 128, .5);
    }
    .acc-card{
        display: grid;
        grid-template-columns: 1fr 1fr 30px;
        border-radius: 10px;
        padding: 20px 15px;
        cursor: pointer;
        margin-top: -1px;
    }
    .faq-card{
        background: #005180;
        border: 1px solid #F1FCFD;
    }
   .faq-block .acc-card_active{
    background: #F1FCFD;
    color: #005180;
   }
   .faq-answ{
    display: none;
    margin-top: 5px;
   }
   .faq-num{
    opacity: .5;
   }
   .faq-block .acc-card_active .faq-answ{
    display: block;
   }
   .faq-block .acc-card_active svg path{
    stroke: #005180;
   }
   .why-card{
    color: #005180;
    background: #F1FCFD;
    border: 1px solid #005180;
    border-radius: 10px;
    /* align-items: center; */
}
.why-card h4{
    height: 100%;
    display: flex;
    align-items: center;
}
.why-cont{
    font-size: 18px;
    line-height: 120%;
    text-overflow: ellipsis;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-top: 6px;
}
 .why-block .acc-card_active{
    background: #005180;
    color: #F1FCFD;
   }
   .why-block .acc-card_active svg path{
    stroke: #F1FCFD;
   }
    .acc-card_active svg{
        transform: rotate(180deg);
    }
.why-block .acc-card_active .why-cont{
    display: block;
}
   .doc-block{
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    justify-content: center;
    align-items: center;
   }
   .doc-item{
   position: relative;
   }
   .doc-col_1 .doc-item h4{
    padding-right: 100px;
   }
   .doc-col_2 .doc-item h4{
    padding-left: 100px;
   }
   .doc-item:nth-child(1) svg{
    margin-bottom: -55px;
   }
   .doc-item:nth-child(2) svg{
    margin: 30px 0;
   }
   .doc-item:nth-child(3) svg{
    margin-top: -55px;
   }
   .doc-el{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F1FCFD;
    box-shadow: 4px 4px 0px #56CEE4;
    border-radius: 100%;
    color: #005180;
    height: 440px;
    width: 440px;
    margin-left: -40px;
   }
   .doc-col_2{
    text-align: right;
   }
   .doc-col{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   }
   .section-feedback{
     color: #005180;
   }
  input[type="text"], input[type="email"], input[type="tel"], textarea{
    font-family: 'Montserrat';
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    color: #005180;
    font-size: 16px;
    margin-bottom: 5px;
    border: 1px solid #005180;
    background: #F1FCFD;
 }
  *::placeholder{
    opacity: .5;
    color: #005180;
  }
 .feedback-form{
    width: 50%;
    margin: 20px auto;
 }
 .feedback-form .btn{
    margin-top: 15px;
    width: 100%;
 }
.section-feedback{
    position: relative;
    margin-bottom: -180px;
}
.sos{
    width: 100%;
}
.logo img{
    width: 100%;
}
.footer{
    background: #F1FCFD;
    position: relative;
    color: #005180;
    overflow: hidden;
}
.footer-wrap{
    display: grid;
    grid-template-columns: 284px auto auto;
    gap: 50px;
    padding: 40px 0;
}
.footer-contact a{
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    color: #005180;
    display: block;
    margin-bottom: 5px;
}
.footer-contact a:hover{
    text-decoration: underline;
}
.fb{
    display: flex;
    flex-direction: column;
}
.bot{
   justify-content: flex-end;
   font-size: 12px;
}
.footer-rec{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    gap: 5px;
}
.end{
    align-items: flex-end;
}
#totop{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FC4D00;
    box-shadow: 4px 4px 0px #23B9DE;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    cursor: pointer;
    position: fixed;
    bottom: 65px;
    right: 10%;
}
.call{
    height: 48px;
    width: 48px;
    box-shadow: 4px 4px 0px #23B9DE;
    border-radius: 100%;
     cursor: pointer;
    position: fixed;
    bottom: 130px;
    right: 10%;
}
.call img{
    width: 100%;
    height: 100%;
}
.call:hover{
    opacity: .9;
}
#totop:hover{
    background: #EE3F00;
}
.footer-pol{
    color: #005180;
}
.footer-pol:hover{
    text-decoration: underline;
}
.burger-trig{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FC4D00;
    box-shadow: 4px 4px 0px #23B9DE;
    border-radius: 100%;
    min-height: 48px;
    min-width: 48px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 0 12px;
    display: none;
}
.burger-trig:hover{
    background: #EE3F00;
}
.services-card__descr{
    font-size: 18px;
}
.mob-menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #F1FCFD;
    z-index: 90;
    padding: 30px;
    overflow: auto;
    display: none;
}
.mob-menu__wrap{
    position: relative;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 460px;
}
.burger-trig_close{
   position: absolute;
   top: 0;
   right: 0;
}
.burger-trig svg{
    pointer-events: none;
}
.mob-contact .btn{
    margin-top: 40px;
}
.mob-contact__link{
    color: #005180;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.mob-contact__link:hover{
    text-decoration: underline;
}
.mob-nav{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.mob-nav li{
    display: flex;
    align-items: center;

}
.mob-nav li::before{
    content: '';
    background: url('..//img/mob-nav.svg');
    display: block;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}
.mob-nav li a{
color: #005180;
font-size: 14px;
font-weight: 700;
}
.proj-slider__descr{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.proj-time{
    font-size: 16px;
}
.proj-conditions{
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.proj-slider__photo{
   display: flex;
   gap: 20px;
   margin-top: 10px;
}
.proj-slider__photo-item{
    position: relative;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.proj-slider__photo-item img, .proj-slider-nav img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.proj-slider__photo-item span{
    padding: 5px 15px;
    background: #F1FCFD;
    box-shadow: 4px 4px 0px #23B9DE;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #005180;
    position: absolute;
    top: 15px;
    left: 15px;
}

.proj-slider-nav .slick-slide{
    border-radius: 10px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    opacity: .5;
    cursor: pointer;
}
.proj-slider-nav .slick-track{
    justify-content: space-evenly;
}
.proj-slider-nav .slick-current{
    border: 2px solid #FC4D00;
    opacity: 1;
}
.checkbox input{
  display: none;
}
.wpcf7-form-control{
  margin-bottom: 8px;
}
.checkbox{
  margin: 8px 0;
}
.checkbox .wpcf7-list-item-label{
  display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 15px;
}
.checkbox .wpcf7-list-item-label::before{
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    border: 1px solid #005180;
    border-radius: 5px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox .wpcf7-list-item-label::after{
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    font-size: 13px;
    color: #005180;
    border-radius: 5px;
    padding-left: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox input:checked ~ .wpcf7-list-item-label::after{
    opacity: 1;
}
.checkbox .wpcf7-list-item-label a{
    color: #005180;
    text-decoration: underline;
}
.wpcf7-list-item{
    margin: 0;
}
 .modal-cookie{
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(39, 39, 39, 0.8);
  backdrop-filter: blur(16px);
  padding: 20px;
  z-index: 50;
}
.modal-cookie p{
  color: #fff;
  font-size: 14px;
}
.modal-cookie p a{
  color: #fd8c5c;
}
.cookie-btn{
  color: #005180;
  background: transparent;
  border: 1px solid #fd8c5c;
  border-radius: 10px;
  padding: 8px 12px;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 10px;
  transition: all .3s;
}
.modal-cookie p button a{
  color: #fff;
}
.cookiebtn{
  color: #fd8c5c;
  border-color: #fd8c5c;
}
.cookie-btn:hover{
  transform: scale(.95);
  transition: all .3s;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
    margin-bottom: 40px;
}
