html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

 @font-face {
    font-family: Montserrat-Bold; 
    src: url(fonts/Montserrat-Bold.ttf); 
   } 

 @font-face {
    font-family: Montserrat-Medium; 
    src: url(fonts/Montserrat-Medium.ttf); 
   } 

  @font-face {
    font-family: Montserrat-Light; 
    src: url(fonts/Montserrat-Light.ttf); 
   }   

    
 h1, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 30px !important; 
    font-family: Montserrat-Bold; 
    padding: 5px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

.top-menu{
    width: 100%;
    height: 40px;
    background: #2c2c2c;
}

.top-menu .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-menu nav{
    width: 70%;
}

.menu{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0rem;
}

.menu li{
    width: auto;
    padding: 10px 50px 0 0px;
    font-size: 14px;
    font-family: Montserrat-Light; 
    text-align: left;
    list-style: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.menu li > a{
    text-decoration: none;
    color: #fff;
}

.menu li > a{

}

.map{
    width: 25%;
    color: #fff;
    font-size: 13px;
    font-family: Montserrat-Light; 
    background: url(img/location-pin.png);    
    background-size: 18px;
    background-position: left 55px top 10px;
    background-repeat: no-repeat;
    padding-left: 25px; 
    padding-top: 10px; 
    text-align: right; 
}

header{
    padding-top: 20px;
    background: url(img/banner.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
}

.header-shadow{
    width: 100%;
    height: 100vh;
    background: #000000ad;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-im{
    position: absolute;
    top: 100px;
    right: 150px;
    top: 170px;
}

.banner-im img{
    width: 400px;
}

.header-top-wrap{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo{
    width: 15%;
}

.logo img{
    width: 60%;
    position: relative;
    left: 0;
}

.logo-text{
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    font-size: 12px;
    font-family: Montserrat-Light; 
    width: 20%;
    color: #fff;
    padding-left: 0px;
    position: relative;
    right: 50px;
}

.logo-text-all{
    text-align: left;
    font-size: 12px;
    font-family: Montserrat-Light; 
    width: 20%;
    color: #000;
    padding-left: 0px;
    position: relative;
    right: 50px;
    font-weight: 700;
}

.button-wrap{
    margin-top: -10px;
    width: 15%;
    margin-left: 20px;
}

.button-wrap a{
    text-decoration: none;
    color: #fff;
}

.button-wrap a:hover{
    color: #fff;
}

.button-wrap-2{
    margin-top: -10px;
    width: 15%;
    margin-left: 20px;
}

.button-wrap-2 a{
    text-decoration: none;
    color: #000;
    text-shadow: none;
}

.button-wrap-2 a:hover{
    color: #000;
}

.time{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 12px;
    font-family: Montserrat-Light; 
    background: url(img/circle.png);    
    background-size: 7px;
    background-position: left 0px top 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-align: left;
}

.time-2{
    color: #000;
    text-shadow: none;
    font-size: 12px;
    font-family: Montserrat-Light; 
    background: url(img/circle.png);    
    background-size: 7px;
    background-position: left 0px top 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-align: left;
}

.button-header{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
    font-family: Montserrat-Bold; 
    padding: 5px 10px 0 0px;
    text-align: left;
    border-radius: 4px;
}

.time-all{
    color: #000;
    font-size: 12px;
    font-family: Montserrat-Light; 
    background: url(img/circle.png);    
    background-size: 7px;
    background-position: left 0px top 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-align: left;
}

.button-header-all{
    color: #000;
    font-size: 16px;
    font-family: Montserrat-Bold; 
    padding: 5px 10px 0 0px;
    text-align: left;
    border-radius: 4px;
}

.header-text-wrap{
    padding-top: 60px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.header-title h1{
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 46px !important;
    color: #fff;
    text-shadow: 1px 1px 1px #000; 
    text-transform: none !important; 
    line-height: 50px;  
    font-family: Montserrat-Bold !important; 
    padding: 0 !important;
    padding-bottom: 20px;
}

.header-title-span{
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Light;
    width: 100%;     
    padding-top: 20px;
    text-align: center;
}

.header-title-span span{
    background: #408afd;
}

.button-wrap-bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    width: 50%;
}

.button-wrap-bottom a{
    text-decoration: none;
    color: #fff;
}

.header-bt-button-1{
    background: url(img/whatsapp.svg);
    background-size: 34px;
    background-position: left top 5px;
    background-repeat: no-repeat;  
    width: 290px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;  
    font-family: Montserrat-Medium;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.header-bt-button-2{
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold; 
    padding: 10px 10px;
    width: 250px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.about{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about h1{
    width: 100%;
    height: 100px;
    font-size: 24px !important;
    text-transform: none;
    font-family: Montserrat-Light;
}

.about h1 > span{
    font-size: 36px;
    font-weight: 900;
    font-family: Montserrat-Bold; 
    text-transform: uppercase;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 50%;
    padding-top: 50px;
}

.about .left p{
    text-align: center;
    font-size: 18px;
    font-family: Montserrat-Light;
}

.about .left span{
    background: #408afd;
    color: #fff;
}

.about .right{
    width: 45%;
    padding-top: 30px;
    position: relative;
}

.about .right img{
    width: 100%;
}

.garantia{
    position: absolute;
    top: -20px;
    right: -50px;
    width: 200px;
    height: 90px;
    text-align: center;
    background: url(img/quiz-presents-form.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.garant-title{
    font-size: 14px;
    font-family: Montserrat-Bold;
    margin-top: -10px;
}

.garantia-2{
    position: absolute;
    bottom: -50px;
    right: 20px;
    width: 150px;
    height: 150px;
    text-align: center;
    background: url(img/50-removebg-preview.png);
    background-size: cover;
}


.button-wrap-about{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
    width: 100%;
}

.about-bt-button-1{
    background: url(img/catalog.png);
    background-size: 34px;
    background-position: left top 5px;
    background-repeat: no-repeat;  
    width: 250px;
    height: 40px;
    color: #000; 
    font-family: Montserrat-Medium;
    text-align: center;
    padding-top: 10px;
}

.about-bt-button-2{
    background: #ffb20f;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold; 
    padding: 10px 10px;
    width: 250px;
    text-align: center;
    border-radius: 2px;
}

.priem{
    padding-top: 50px;
    padding-bottom: 50px;
}

.priem h1{
    height: 120px;
}

.priem h1 > span{
    font-size: 24px !important;
    text-transform: none;
    font-family: Montserrat-Light;    
}

.priem .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.priem-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 47%;    
}

.priem .left{
    width: 10%;
    padding-top: 10px;
}

.priem .left p{
    text-align: center;
    font-size: 62px;
    font-family: Montserrat-Bold;
    color: #408afd;
}

.priem .right{
    width: 85%;
    padding-top: 30px;
    position: relative;
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.services{
    display: block;
    padding-top: 50px;
    padding-bottom: 100px;
}

.services h1{
    width: 100%;
    height: 100px;
    font-size: 24px !important;
    text-transform: none;
    font-family: Montserrat-Light;
}

.services h1 > span{
    font-size: 36px;
    font-weight: 900;
    font-family: Montserrat-Bold; 
    text-transform: uppercase;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.services-offer{
    position: relative;
    width: 32%;
    height: 450px;
    padding-top: 20px;
    margin-top: 40px;
    border-radius: 2px; 
    font-size: 24px;
    text-align: center;
    font-family: Montserrat-Bold; 
    background: #408afd;
    color: #fff;
    box-shadow: 0 0 20px 5px rgb(197 199 188 / 30%);  
}

.services-offer-white{
    width: 90%;
    height: 400px;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 2px;
    border: dashed 1px #fff;
}

.services-offer form{
    padding-top: 30px;
}

.services-offer label{
    width: 90%;
    font-size: 14px;
    text-align: left;
    font-family: Montserrat-Light;
    margin-top: 10px;     
}

.services-offer input{
    width: 100%;
    height: 40px;
    outline: none;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
}

.services-wrap{
    width: 32%;
    height: 450px;
    margin-top: 40px;
    border-radius: 2px; 
    box-shadow: 0 0 20px 5px rgb(197 199 188 / 30%);  
}

.services-wrap a{
    text-decoration: none;
    color: #fff;
}

.services-wrap a:hover{
    color: #fff;
}

.services .left{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.services-title h1{
    text-align: center;
    width: 90%;
    height: 50px !important;
    padding: 0;
    margin: 0 auto;
    font-size: 16px !important;
    font-family: Montserrat-Bold; 
}

.services-title h1 > span{
    font-size: 13px;
    font-family: Montserrat-Light;     
}

.services-text{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat-Light;    
}

.services-text p{
    background: url(img/menu-link.svg);
    background-size: cover;
    background-position: left top 5px;  
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 20px;    
}

.services .right{
    width: 100%;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

.services-img{
    width: 90%;
    height: 240px;
    margin-top: 10px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    border-radius: 2px;  
}

.services .right img{
    width: 90%;
    margin-top: 10px;
    border-radius: 2px;
}

.services-button{
    background: #408afd;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-Light;
    padding: 5px 7px;
    width: 170px;
    text-align: center;
    border-radius: 2px;
    position: relative;    
    top: 20px;
    margin: 0 auto;
}

.services-offer-button{
    background: #ffb20f;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold;
    padding: 10px 10px;
    width: 90%;
    text-align: center;
    border-radius: 2px;
    position: relative;    
    top: 20px;
    margin: 0 auto;    
}

.circle-form-1 {
    position: absolute;
    top: 100px;
    right: -60px;
    width: 120px;
    height: 120px;
    display: flex;
    font-size: 12px;
    border-radius: 50%;
    font-family: Montserrat-Bold;
    color: #000;
    justify-content: center;
    align-items: center;
    background: url(img/circle-form.png) center center no-repeat;
    text-align: center;
}

.offer{
    width: 100%;
    height: 100vh;
    background: url(img/table_pic_att15149403935.jpg) center;
    background-size: cover;
    position: relative;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-shadow{
    width: 100%;
    height: 100vh;  
    background: #000000ad;
    position: absolute;
    top: 0;
    left: 0;      
}

.offer .left{
    width: 50%;
    padding-top: 50px;
}

.offer p{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 32px;    
    text-align: left;
    font-family: Montserrat-Bold;
    padding-top: 50px;
}

.offer p > span{
    color: #ffb20f;
}

.offer-title{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 24px;    
    text-align: left; 
    font-family: Montserrat-Medium; 
    padding-top: 30px;  
}

.offer ul{
    padding-left: 0rem;
    padding-top: 20px;
}

.offer li{
    background: url(img/form-point.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left top 7px;
    list-style: none;
    padding-left: 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    font-family: Montserrat-Light;
    margin-top: 10px; 
}

.offer .right{
    width: 45%;
    padding-top: 100px;
}

.sfd{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #408afd;
    width: 350px;
    height: 450px;
    padding-top: 20px;
    margin: 0 auto;  
}

.services-offer-white{
    width: 90%;
    height: 410px;
    margin: 0 auto;
    border-radius: 2px;
    border: dashed 1px #fff;
}

.sfd form{
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
}

.sfd p{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 24px;
    text-align: center;
    font-family: Montserrat-Bold;
    padding-top: 10px !important;   
}

.sfd label{
    width: 90%;
    font-size: 14px;
    text-align: left;
    font-family: Montserrat-Light;
    margin-top: 10px;     
}

.sfd input{
    width: 100%;
    height: 40px;
    outline: none;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
}




.gost{
    width: 100%;
    height: 200px;
    background: url(img/slider_08.jpg) center;
    background-size: cover;
    position: relative;
}

.gost-shadow{
    width: 100%;
    height: 200px;
    background: #000000ad;
    position: absolute;
    top: 0;
    left: 0;      
}

.gost .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.gost .left{
    width: 15%;
    padding-top: 35px;
    margin: 0 auto;
}

.gost .left img{
    margin: 0 auto;
    text-align: center;
}

.gost .right{
    width: 75%;
    padding-top: 35px;
}

.gost .right p{
    text-align: left;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: Montserrat-Bold;
}

.gost .right p > span{
    color: #ffb20f;
}

.content{
    padding-top: 30px;
    padding-bottom: 50px;
}

.content h1{
    height: 100px;
}

.cont-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cont-text{
    width: 60%;
}

.cont-text ul{
    padding-left: 0rem;
}

.cont-text li{
    list-style: none;
    width: 90%;
    font-size: 15px;
    text-align: left;
    font-family: Montserrat-Light; 
    padding-top: 15px; 
    font-weight: 700; 
    background: url(img/check.png);
    background-position: left top 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 20px;         
}

.cont-title{
    text-align: left;
    font-size: 20px;
    font-family: Montserrat-Bold; 
    background: url(img/menu-link.svg);
    background-position: left top 10px;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 20px;       
}

.cont-text p{
    width: 90%;
    font-size: 15px;
    text-align: left;
    font-family: Montserrat-Light;
    padding-left: 20px; 
    padding-top: 10px;    
}

.cont-img{
    width: 40%;
}

.cont-img img{
    width: 120%;
}

.cont-image-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.cont-image-flex-item{
    width: 48%;
    height: 300px;
    margin-top: 20px;
}

.content-button{
    background: #ffb20f;
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold; 
    padding: 10px 10px;
    width: 230px;
    text-align: center;
    border-radius: 2px;
    margin: 40px 0 0 20px;
    cursor: pointer;
}

footer{
    width: 100%;
    padding: 50px 0 50px 0;
}

footer .left{
    width: 100%;
}

.footer-left-wrapper {
    width: 100%;
    padding: 50px 0 30px 0px;
    background: white;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    align-content: center;    
}

.footer-left-wrapper a{
    text-decoration: none;
    color: #000;
}

footer .row h1{
    padding: 0;
}

.footer-top-title{
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat-Light;
    padding-left: 15px; 
    padding-bottom: 5px;       
}

footer .right{
    width: 100%;
}

footer .right iframe{
    width: 100%;
    height: 400px;
    border-radius: 4px;
}

.footer-content-phone{
    width: 24%;
    height: 80px;
    background: url(img/smartphone-1.svg) no-repeat;
    background-size: 26px;
    background-position: left top 25px;
    padding-left: 32px;
}

.footer-content-mail{
    width: 24%;
    height: 80px;
    background: url(img/email-1.svg) no-repeat;
    background-size: 22px;
    background-position: left top 27px;
    padding-left: 32px;    
}

.footer-content-wp{
    width: 24%;
    height: 80px;
    background: url(img/location-pin.png) no-repeat;
    background-size: 22px;
    background-position: left top 27px;
    padding-left: 32px;     
}

.footer-title{
    font-family: Montserrat-Light;
    font-size: 18px; 
    text-align: left;     
}

.footer-text{
    font-family: Montserrat-Bold;
    font-size: 16px; 
    text-align: left;     
}

.footer-button{
    background: #3f51b5;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-Bold;
    padding: 10px 10px;
    width: 180px;
    text-align: center;
    border-radius: 2px;  
    margin-top: -20px; 
    cursor: pointer; 
}

.flex-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
