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

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

.mob-menu{
    display: none;
}

.top-header{
    height: 40px;
    background: #ffc107;
}

.top-header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    color: #000;  
    font-family: Gotham-Light;  
    padding-top: 10px;     
}

.phone{
    width: 19%;
    background: url(img/phone.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.mail{
    width: 19%;
    background: url(img/email.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.wp{
    width: 19%;
    background: url(img/whatsapp.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.insta{
    width: 19%;
    background: url(img/instagram.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.map{
    width: 10%;
    background: url(img/placeholder.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

header{
    height: 100px;
}

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

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

.logo img{
    width: 70%;
}

.logo-text{
    width: 10%;
    font-family: Gotham-Light;
    font-size: 11px;
    padding-top: 30px;
    font-weight: 700;
}

.header-menu{
    width: 50%;
    padding-top: 40px;
}

.header-menu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;      
}

.header-menu ul > li{
    list-style: none;
    font-size: 12px;
    font-family: Gotham-Medium;  
    cursor: pointer;
    padding: 0 10px 0 10px;
}

.header-button{
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium; 
    background: linear-gradient(45deg, rgb(49 131 255), rgb(10 186 255));
    color: #fff;  
    border-radius: 4px;  
    margin-top: 28px;
}

.world{
    background: url(img/world.png);
    background-size: 15px;
    background-position: top 37px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: Gotham-Medium;     
    cursor: pointer;
    width: 8%;
    color: #000;
}

.world a{
    text-decoration: none;
    color: #000;
}

.banner{
    background: url(img/bg.jpg);
    background-size: cover;
    background-position: center top 0px;
    width: 100%;
    height: 550px;
}

.banner-title{
    text-align: left;
    width: 60%;
    color: #fff;
    font-family: Gotham-Light; 
    font-size: 22px;
    padding-top: 80px;
}

.banner-title span{
    font-family: Gotham-Bold; 
    font-size: 35px;
    text-transform: uppercase;    
}

.banner-text{
    text-align: left;
    width: 50%;
    color: #fff;
    font-family: Gotham-Light; 
    font-size: 18px;
    padding-top: 50px;    
}

.banner-button{
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium; 
    background: linear-gradient(45deg, rgb(49 131 255), rgb(10 186 255));
    color: #fff;  
    border-radius: 4px;  
    margin-top: 28px;
    cursor: pointer;
}

.priem{
    padding: 50px 0 80px 0;
    position: relative;
}

.priem-num{
    font-size: 130px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #adb5bd61;
    font-family: Gotham-Bold; 
}

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

.priem-item{
    width: 30%;
    height: 250px;
    text-align: center;
    font-size: 14px;
    font-family: Gotham-Medium;     
}

.priem-item .top{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.priem-item .top img{
    width: 80px;
}

.priem-item .bottom{
    padding-top: 20px;
}

.priem-item .bottom span{
    text-align: center;
    font-size: 18px;
    font-family: Gotham-Bold; 
}

.priem-item .bottom p{
    padding-top: 10px;
}

.uslovie{
    padding: 50px 0 80px 0;
    position: relative;
    background: url(img/Kia-Sorento-PNG-HD.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top 180px right -50px;
}

.uslovie-num{
    font-size: 130px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #adb5bd61;
    font-family: Gotham-Bold; 
}

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

.uslovie .left{
    width: 50%;
}

.uslovie .right{
    width: 50%;
}

.uslovie .right img{
    width: 100%;
    border-radius: 4px;
    margin-left: 50px;
    margin-top: 30px;
}

.uslovie ul{
    padding-left: 0rem;
}

.uslovie span{
    font-size: 18px;
    font-family: Gotham-Bold;     
}

.uslovie ul > li{
    list-style: none;
    background: url(img/music-note.png);
    background-size: 20px;
    background-position: top 33px left;
    padding-left: 35px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: Gotham-Medium;  
    padding-top: 30px;     
}

.usl-button{
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium; 
    background: linear-gradient(45deg, rgb(49 131 255), rgb(10 186 255));
    color: #fff;
    border-radius: 4px;  
    margin-top: 35px;
    margin-left: 35px;
    cursor: pointer;
}

.catalog{
    padding: 50px 0 80px 0;
    position: relative;
}

.catalog-num{
    font-size: 130px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #adb5bd61;
    font-family: Gotham-Bold; 
}

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

.catalog-item{
    width: 100%;
    height: 350px;
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
    box-shadow: 0 11px 38px rgba(80,83,97,.19);
}

.catalog-item .left{
    position: relative;
    width: 50%;
    height: 350px;
    border-radius: 6px;
    position: relative;
}

.catalog-item .right{
    width: 50%;
    padding-top: 15px;
}

.catalog-title{
    text-align: left;
    font-family: Gotham-Medium; 
    font-size: 20px;
    margin: 0 auto;
    width: 90%;
    color: #000;
    padding-top: 20px;
}

.catalog-item p{
    text-align: left;
    font-family: Gotham-Light; 
    font-size: 14px;
    margin: 0 auto;
    width: 90%;
    color: #000; 
    padding-top: 40px;   
}

.catalog-cash{
    text-align: center;
    font-family: Gotham-Light; 
    font-size: 18px;  
    padding-top: 20px;  
}

.catalog-cash span{
    color: #e7091e;
    font-size: 22px; 
    font-family: Gotham-Bold; 
}

.catalog-text{
    text-align: center;
    font-family: Gotham-Light; 
    font-size: 15px;      
}

.catalog-button{
    color: #fff;
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium; 
    background: linear-gradient(45deg, rgb(49 131 255), rgb(10 186 255));  
    border-radius: 4px;  
    cursor: pointer;
    position: relative;
    top: 50px;
    left: 30px;
}

.offer{
    width: 100%;
    height: 400px;
    position: relative;
    background: url(img/EFKnFw8VkzM.jpg) center/cover;
}



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

.offer form > input{
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0 auto;
}

.offer button{
    padding: 10px 10px;
    height: 44px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium;
    background: #e12638;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: -2px;
    border: none;
    color: #fff;
    text-transform: uppercase;    
}

footer{
    padding: 50px 0 50px 0;
    position: relative;
}

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

.footer-item{
    width: 30%;
    font-family: Gotham-Medium; 
    font-size: 15px;
}

.footer-phone{
    width: 100%;
    background: url(img/phone-call.png);
    background-size: 16px;
    background-position: top 23px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.footer-mail{
    width: 100%;
    background: url(img/email-footer.png);
    background-size: 16px;
    background-position: top 23px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.footer-wp{
    width: 100%;
    background: url(img/whatsapp-footer.png);
    background-size: 16px;
    background-position: top 23px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.footer-insta{
    width: 100%;
    background: url(img/instagram-footer.png);
    background-size: 16px;
    background-position: top 23px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.footer-map{
    width: 100%;
    background: url(img/gps.png);
    background-size: 16px;
    background-position: top 23px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.footer-button{
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium; 
    background: #dee2e6;  
    border-radius: 4px;  
    cursor: pointer;
    position: relative;
    top: 20px;
}

.footer-title{
    font-size: 16px;
    text-align: left;
    font-family: Gotham-Light;  
    padding-bottom: 20px; 
}

.footer-title span{
    font-family: Gotham-Bold; 
}

.offer-text{
    font-size: 20px;
    font-family: Gotham-Bold; 
    text-align: left;
    margin: 0 auto;
}

.offer-small-text{
    width: 100%;
    font-size: 15px;
    font-family: Gotham-Light; 
    text-align: left;
    margin: 0 auto;
}

.offer-footer form{
    margin: 0 auto;
    text-align: center;
}

.offer-footer form > input{
    border: solid 1px #000;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 20px;
    width: 100%;
    position: relative;
    font-family: Gotham-Light; 
    font-size: 12px;
}

.offer-footer button{
    padding: 10px 10px;
    height: 44px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium;
    background: #e12638;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;    
}

.concurs{
    padding: 50px 0 50px 0;
}

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

.concurs-item{
    width: 47%;
    height: 550px;
    margin-top: 40px;
}

.conc{
    padding: 50px 0 80px 0;
}

.conc-num{
    font-size: 130px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #adb5bd61;
    font-family: Gotham-Bold; 
}

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

.conc p{
    width: 100%;
    text-align: center;
    font-family: Gotham-Medium;  
    padding-bottom: 50px;
}

.conc-text{
    padding-left: 35px;
    font-family: Gotham-Bold;   
    padding-top: 30px;  
}

.conc .left{
    width: 45%;
}

.conc .right{
    width: 50%;
}

.conc .right img{
    width: 100%;
    border-radius: 4px;
}

.conc ul{
    padding-left: 0rem;
}

.conc span{
    font-size: 18px;
    font-family: Gotham-Bold;     
}

.conc ul > li{
    list-style: none;
    background: url(img/music-note.png);
    background-size: 15px;
    background-position: top 33px left;
    padding-left: 35px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: Gotham-Light;  
    padding-top: 30px;  
    font-weight: 700;   
}

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

.news{
    padding: 50px 0 80px 0;
}

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

.news-item{
    width: 31%;
    height: 380px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.news-image{
    width: 100%;
    height: 230px;
    border-radius: 4px;
}

.news-title{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-family: Gotham-Bold; 
    padding-top: 30px;
}

.news-button{
    padding: 11px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-family: Gotham-Medium; 
    background: linear-gradient(45deg, rgb(49 131 255), rgb(10 186 255));
    border-radius: 4px;  
    margin: 0 auto;
    cursor: pointer;   
    position: relative; 
    top: 30px;
    color: #fff;
}