.banner{
    /*background: url(../img/home-bg.jpg) center;*/
    background-size: cover;
    height: 350px;
    padding-bottom: 0;
}

.banner .container{
	display: grid;
    grid-template-columns: 550px 1fr;
}

.banner .container .text{
	padding-top: 35px
}

.banner .container .text p{
    font-size: 16px;
    max-width: 280px;
}

.banner .container .text h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.banner .container .text h1 span{
    color: #548bde;
    font-size: 40px;
}

.banner .container .text h2{
    font-size: 24px;
    margin-bottom: 0;
    max-width: 500px;
}

.banner .container .img{
	
}

.banner .container .img img{
	width: 100%;
}







.service{
    padding-top: 0;
    margin-top: -25px;
}

.service .container{
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    padding: 40px 70px;
    border-radius: 15px;
}

.form-container{
    display: grid;
    grid-template-columns: 660px 1fr;
    background: #222;
}

.form-container .form{
    overflow: hidden;
} 

.form .form-box{
    transition: 0.2s;
    padding: 5px 30px;
    position: absolute;
}

.form .form-box.first{
    transform: translateX(-100%);
}
.form .form-box.first.active{
    transform: translateX(0%);
}

.form .form-box.second{
    transform: translateX(100%);
}
.form .form-box.second.active{
    transform: translateX(0%);
}

.form .form-box{
    color: #fff;
}

.form .form-box .underline{
    margin-bottom: 15px;
    display: table;
    cursor: pointer;
}

.form .form-box .underline:hover{
    color: var(--accent-color);
}

.form .form-box input{
    padding: 10px 5px;
    background: #fff;
}  

.service h2{
    margin-top: 0;
    font-weight: 500;
}

.service-box .service-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 0;
}

.service-box .service-item{

}

.service-box .service-item h3{
    
}

.service-box .service-item li{
    list-style: none;
    margin: 15px 10px;
    display: flex;
}

.service-box .service-item li span{
    margin-right: 10px;
}

.service .btn-set{
    width: 100%;
    max-width: 670px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 10px;
}

.bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 45px;
    left: 0;
    background: #fff;
    display: none;
    z-index: 3;
}

.bottom .btn{
    margin: 0;
    border-radius: 0;
    padding: 12px 5px;
} 

.underline.tel{
    display: inline-block;
}







.bullets{

}

.bullets .container{
    max-width: 1030px;
}

.bullets h2{
    font-weight: 500;
    max-width: 560px;
    margin-top: 0;
}

.bullet-box{
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    grid-gap: 60px;
    grid-row-gap: 10px;
}

.bullet-item{
    max-width: 100%;
}

.bullet-item h3{
    margin-bottom: 0;
}

.bullet-item p{
    margin-top: 10px;
    font-size: 16px;
}










.garant .container{
    max-width: 960px
}

.garant h2{
    font-weight: 500;
}

.garant-box{
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center; 
    grid-gap: 50px;
}

.garant-box img{
    width: 100%;
    height: auto;
}

.number-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
    margin-top: 30px;
}

.number-item{
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
}

.number-item .num{
    font-size: 70px;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    color: var(--accent-color);
}

.number-item span{
    font-size: 16px;
    line-height: 1.2;
}




.offer{
    padding-top: 0;
}

.offer .container{
    max-width: 960px;
    padding: 40px;
    background: #192c56;
    border-radius: 15px;
    padding-bottom: 55px;
}

.offer .free{
    max-width: 960px;
    margin: auto;
    margin-bottom: 30px;
}

.offer .free h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}

.offer h2{
    font-weight: 500;
    color: #fff;
}

.offer h2 span{
    padding: 2px 10px;
    display: inline;
    background: yellow;
    color: #000;
    border-radius: 7px;
}

.offer form{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 20px; 
}

.offer .form input{
    background: #fff;
    height: 60px;
    margin: 0;
    padding: 15px;
}

.offer .form .btn{
    margin-top: 0;
    height: 60px;
    line-height: 33px;
} 






.faq{

}

.faq .container{
    max-width: 990px;
}

.faq h2{
    font-weight: 500;
}

.faq .accordion {
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    margin-top: 15px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.2s;
}

.faq .active, .faq .accordion:hover {
  background-color: #ccc;
}

.faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .active:after {
  content: "\2212";
}

.faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.top-header .container > a{
    color: #000;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}








@media screen and (max-width: 480px) {
    
    .banner {
        padding-top: 60px;
        height: 400px;
    }
    .banner .container {
        grid-template-columns: 1fr;
    }
    .banner .container .text {
        padding-top: 0px;
    }
    .banner .container .text p {
        line-height: 1.3;
    }
    .banner .container .text h1, 
    .banner .container .text h1 span {
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 1.25;
    }
    .banner .container .text h2 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .service {
        margin-top: -12px;
    }
    .service h2 {
        margin-bottom: 0px;
    }
    .service .container{
        padding: 20px;
    }
    .service .ava{
        grid-template-columns: 1fr;
    }
    .service .ava .img{
           display: none
    }
    .service-box{
        margin-top: 30px;
    }
    .service-box .service-item{
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-top: -15px;
    }
    .service-box .service-item h3 {
        margin-bottom: 10px;
    }
    .service-box .service-item li {
        list-style: none;
        margin: 0px;
    }
    .service-box .service-item li a{
        padding: 3px 5px;
    }
    .service .btn-set {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .bottom{
        display: flex;
    }
    .bullet-box{
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
    }

    .bullet-item h3{
        font-weight: 500;
        font-size: 20px;
    }
    .bullet-item.fale h3{
        font-size: 16px;
        font-weight: normal;
        margin-top: 0;
    }
    .work-box {
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
    }
    .work-item h3 span {
        line-height: 31px;
    }
    .case-item .images {
        grid-template-columns: 1fr;
    }
    .case-item .text {
        padding: 20px 16px 20px;
    }
    .case-item .text .info {
        display: grid;
        grid-gap: 10px;
    }
    .case-item .client {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .case-item .client-text .client-info .stars {
        margin-left: 0;
    }

    .garant{
        padding-top: 0;
    }

    .garant-box {
        grid-template-columns: 1fr;
    }

    .garant-box .img{
        display: none;
    }

    .number-item .num {
        font-size: 45px;
    }

    .number-box {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        margin-top: 0px;
    }

    .number-item {
        grid-template-columns: 100px 150px;
    }

    .offer .container {
        padding: 20px
    }

    .offer h2 {
        font-size: 18px;
    }

    .offer form {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .faq {
        padding-top: 0;
    }

    .form-container .form {
        height: 430px;
    }

    .form-container {
        grid-template-columns: 1fr;
    }

    .top-header .menu .nav a.btn.transparent {
        color: #000 !important;
    }



}



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

    .banner .container .text h1 {
        font-size: 22px;
    }
    
    .banner .container .text h2 {
        font-size: 17px;
    }

}


@media screen and (min-width: 767px) {
    .banner.toppadding{
        padding-top: 85px;
        margin-bottom: 55px;
    }
}