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

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

.one-title{
    position: absolute;
    right: 120px;
    top: 0;
    width: auto;
    height: auto;
    padding: 10px 20px;
    background: #ff8804;
    color: #fff;
    font-family: Gotham-Medium;
    font-size: 20px;
    text-transform: uppercase;
}

.one-title-wrap{
    padding-bottom: 50px;
    width: 100%;
}

.mob-menu{
    display: none;
}

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

.header-fixed-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: rgb(66, 63, 66) 0px 5px 12px -4px;    
}

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

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

.top-header .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 13px;
    color: #fff;  
    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: 25%;
    background: url(img/placeholder.png);
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

header{
    height: 95px;
    background: #fff;
    padding-top: 10px;
}

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

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

.logo img{
    width: 95%;
}

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

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

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

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

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

.world{
    background: url(img/world.png);
    background-size: 15px;
    background-position: top 28px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: Gotham-Medium;   
    padding-top: 25px;   
    cursor: pointer;
}

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

.banner{
    background: url(img/banner.jpg);
    background-size: cover;
    background-position: center top -150px;
    width: 100%;
    height: 650px;
    margin-top: 120px;
    position: relative;
}

.banner-sh{
    width: 100%;
    height: 100%;
    background: #0000008c;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-title{
    text-align: left;
    width: 80%;
    color: #fff;
    font-family: Gotham-Light; 
    font-size: 42px;
    line-height: 50px;
    padding-top: 100px;
}

.banner-title span{
    font-family: Gotham-Bold; 
    color: #ff8804;
}

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

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

.priem{
    padding: 50px 0 80px 0;
    position: relative;
    background-color: #f5f5f8;
}

.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;
}

.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 ul{
    padding-left: 0rem;
    width: 50%;
}

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

.uslovie ul > li{
    list-style: none;
    background: url(img/q1.png);
    background-size: 20px;
    background-position: top 36px 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: #dee2e6;  
    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: 24%;
    height: 520px;
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: 0 11px 38px rgba(80,83,97,.19);
}

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

.catalog-item .top{
    width: 100%;
    height: 200px;
    border-radius: 6px;
}

.catalog-item .center{
    width: 100%;
    padding-top: 15px;
}

.catalog-title{
    text-align: center;
    font-family: Gotham-Medium; 
    font-size: 20px;
    padding-bottom: 20px;
}

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

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

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

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

.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;    
}

.butonincata {
    position: relative;
}

.butonincata:before {
    content: '';
    display: block;
    width: 25px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-animation: btnLeftToRight 3s linear infinite;
    -moz-animation: btnLeftToRight 3s linear infinite;
    -o-animation: btnLeftToRight 3s linear infinite;
    animation: btnLeftToRight 3s linear infinite;
    opacity: 1.0;
    cursor: pointer;
}

@keyframes btnLeftToRight {
0% {
    left: 3%;
opacity: 0.0;
    
}
3% {
    left: 5%;
opacity: 1.0;
    
}
50% {
    left: 75%;
opacity: 1.0;
}
60% {
    left: 80%;
opacity: 0.0;
}
100% {
    left: 0%;
opacity: 0.0;
}
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 20%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: Gotham-Light; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: Gotham-Light;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

