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

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

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

.waa{
    text-decoration: none;
}

.mob-menu{
    display: none;
}

.header-2{
    width: 100%;
    height: 180px;
    background: url(img/ZfPdoQI3ylaAtGO0rDscIrhdpQ.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}   

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

header{
    width: 100%;
    height: 700px;
    background: url(img/ZfPdoQI3ylaAtGO0rDscIrhdpQ.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

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

.header-menu{
    width: 100%;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 5px;
    background: #071911;
}

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

.header-menu a:hover{
    color: #9acb22;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    width: 100%; 
}

.header-menu ul > li{
    width: auto;
    font-family: Gilroylight; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

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

.logo{
    width: 7%;
    margin-top: 5px;
}

.logo img{
    width: 120px;
}

.logo-text{
    width: 20%;
    font-family: Gilroylight; 
    font-size: 14px;
    color: #fff;
    margin-top: 35px;
    padding-left: 20px;
}

.phone{
    width: 15%;
    font-family: gilroy-bold; 
    font-size: 16px;
    color: #fff;
    text-align: right; 
    margin-top: 35px;      
}

.phone span{
    font-family: Gilroylight; 
    font-size: 13px;
}

.mail{
    width: 20%;
    font-family: gilroy-bold; 
    font-size: 16px;
    color: #fff;
    text-align: right; 
    margin-top: 35px;      
}

.mail span{
    font-family: Gilroylight; 
    font-size: 13px;
}

.header-button {
    background: #ffc43b;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 180px;
    height: 42px;
    font-family: gilroy-bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 40px;
}

.lang{
    width: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.lang-item{
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    font-family: Gilroylight;
    border-radius: 50%; 
    text-align: center;
    padding-top: 8px;
}

.banner-wrapper{
    width: 70%;
    padding-top: 80px;
    position: relative;
    text-align: left;
}

.banner-title{
    color: #ffc43b;
    font-family: gilroy-bold;
    font-size: 22px;
}

.banner-text{
    color: #fff;
    font-family: Gilroylight;
    font-size: 38px; 
    width: 100%; 
}

.banner-text span{
    font-family: gilroy-bold;
}

.banner-sm-text{
    color: #fff;
    font-family: Gilroylight;
    font-size: 17px; 
    width: 90%;   
    padding-top: 30px; 
    padding-bottom: 20px;   
}

.banner-button {
    background: #ffc43b;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 50px;
    font-family: gilroy-bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.about{
    padding: 80px 0 80px 0;
}

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

.about .left{
    width: 50%;
}

.about .left img{
    width: 82%;
    border-radius: 8px;
}

.about-number{
    color: grey;
    font-size: 120px;
    font-family: gilroy-bold; 
}

.about-number span{
    font-size: 32px;
    font-family: gilroy-bold;
    color: #071911; 
}

.about-number-text{
    font-size: 32px;
    font-family: Gilroylight; 
    position: relative;    
    width: 100%;
    top: -40px;
    color: grey;
}

.about .right{
    width: 50%;
}

.about h3{
    font-size: 52px;
    font-family: gilroy-bold;
    color: #071911; 
    padding-top: 20px;   
}

.about p{
    font-size: 22px;
    font-family: Gilroylight;   
}

.about-button{
    background: #071911;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: gilroy-bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px; 
}

.about-bottom{
    padding: 40px 0 80px 0;
}

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

.about-bottom-item{
    width: 48%;
    border-radius: 16px;
    padding: 20px 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    margin-top: 30px;
}

.about-bottom-item .top{
    font-size: 24px;
    color: #41464b;
    font-family: gilroy-bold;
    text-align: center; 
    margin: 0 auto;
    padding-bottom: 15px;
}

.about-bottom-item .bottom{
    font-size: 18px;
    color: #000;
    font-family: Gilroylight;
    position: relative; 
    top: 0px;
    text-align: center;
    margin: 0 auto;
    color: grey;
    padding-left: 10px;
    padding-right: 10px;
}

.aboutt{
    padding: 40px 0 80px 0;
}

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

.aboutt .left{
    width: 50%;
    margin: 0 auto;
    text-align: right;
}

.aboutt .left img{
    width: 82%;
    border-radius: 8px;
}

.about-number{
    color: grey;
    font-size: 120px;
    font-family: gilroy-bold; 
}

.about-number span{
    font-size: 32px;
    font-family: gilroy-bold;
    color: #071911; 
}

.about-number-text{
    font-size: 32px;
    font-family: Gilroylight; 
    position: relative;    
    width: 100%;
    top: -40px;
    color: grey;
}

.aboutt .right{
    width: 50%;
}

.aboutt h3{
    font-size: 52px;
    font-family: gilroy-bold;
    color: #071911; 
    padding-top: 0px;
    padding-bottom: 20px;   
}

.aboutt p{
    font-size: 16px;
    font-family: Gilroylight;   
}

.about-button{
    background: #071911;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: gilroy-bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px; 
}

.round-2 {
    position: absolute;
    top: 60px;
    left: 5px;
    width: 200px;
    height: 5px;
    background-color: #0f5132;
    z-index: -99;
    display: none;
}

.srv{
    padding: 80px 0 40px 0;
}

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

.srv-item{
    width: 47%;
    height: auto;
    padding: 0px 0 20px 0;
    box-shadow: 0px 5px 10px 2px #41464b0f;   
    margin-top: 30px;
    position: relative;
}

.srv-item .top{
    width: 100%;
    height: 220px;
}

.srv-item .bottom{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-top: 20px;
}

.srv-item h3{
    font-family: gilroy-bold;
    font-size: 20px;
    margin: 0 auto;
    width: 90%;
}

.srv-item ul{
    padding-left: 0rem;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.srv-item li{
    font-size: 16px;
    font-family: gilroy-bold; 
    text-align: left;
    padding-top: 10px;
    background: url(img/circle.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    background-size: 13px;
    padding-left: 25px;
    list-style: none;
}

.srv p{
    font-size: 16px;
    font-family: Gilroylight; 
    text-align: left;
    padding-top: 10px; 
    padding-left: 42px;
    width: 95%;   
}

.srv-button-wrap{
    width: 100%;
}

.srv-button{
    background: #071911;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: gilroy-bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 45px; 
}

.offer{
    padding: 0px 0 70px 0;
    width: 100%;
    height: 700px;
    background: url(img/ZfPdoQI3ylaAtGO0rDscIrhdpQ.webp);
    background-size: 130%;
    background-position: right 0px top -100px;
    background-repeat: no-repeat;
    position: relative;
}

.offer-sh{
    width: 100%;
    height: 100%;
    background: #0d0d0fde;
    position: absolute;
    top: 0;
    left: 0;    
}

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

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 90%;
}

.offer-title{
    font-family: gilroy-bold; 
    font-size: 42px;
    padding-top: 80px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}

.offer-sm-title{
    width: 80%;
    font-family: Gilroylight;  
    font-size: 18px; 
    padding-top: 30px;  
    color: #fff;
}

.offer ul{
    padding-left: 0rem;
    width: 100%;
    padding-top: 10px;
}

.offer li{
    font-size: 18px;
    font-family: Gilroylight; 
    text-align: left;
    padding-top: 10px;
    background: url(img/circlewh.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    background-size: 16px;
    padding-left: 25px;
    list-style: none;
    color: #fff;
}

.offer form{
    width: 80%;
    font-family: Gilroylight; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: Gilroylight; 
    border-radius: 12px;
}

.offer p{
    font-family: Gilroylight; 
    font-size: 12px;     
}

.offer-button {
    border-radius: 12px;
    width: 300px;
    height: 50px;
    color: #000;
    font-family: gilroy-bold;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.calc{
    width: 80%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.calc form{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    background: #212529ad;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

.calc form > input{
    width: 48%;
    border-radius: 16px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: Gilroylight;
}

.calc-button{
    background: #071911;
    border-radius: 16px;
    padding: 10px 10px;
    color: #fff;
    width: 48%;
    height: 65px;
    font-family: gilroy-bold;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}

.priem2{
    padding: 80px 0 80px 0;
}

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

.priem2-title{
    font-size: 22px;
    font-family: Gilroylight; 
    width: 80%;
}

.priem2-title span{
    font-family: gilroy-bold; 
    font-size: 26px;
}

.priem2-item{
    width: 31%;
    height: auto;
    border-radius: 16px;
    padding: 0px 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);    
    margin-top: 30px;
    position: relative;
}

.pr-num{
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 54px;
    color: #071911;
    font-family: Gilroyextrabold; 
}

.priem2-item .top{
    font-size: 18px;
    font-family: gilroy-bold; 
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.priem2-item .bottom{
    font-size: 15px;
    font-family: Gilroylight; 
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

footer{
    padding: 120px 0 80px 0;
    width: 100%;
    height: 700px;
    background: url(img/ZfPdoQI3ylaAtGO0rDscIrhdpQ.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
}

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

.footer-item{
    width: 19%;
}

.footer-item-2{
    width: 60%;
}

.footer-item-2 iframe{
    border-radius: 16px;
    margin-left: 60px;
}

.footer-item p{
    font-family: gilroy-bold; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: Gilroylight; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: Gilroylight; 
    font-size: 14px; 
    color: #fff;    
}

.priem2{
    padding: 80px 0 80px 0;
}

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

.priem2-title{
    font-size: 22px;
    font-family: Gilroylight; 
    width: 80%;
    padding-top: 30px;
}

.priem2-item{
    width: 24%;
    height: auto;
    border-radius: 16px;
    padding: 0px 0 20px 0;
    box-shadow: 0px 5px 10px 2px #41464b0f;   
    margin-top: 30px;
    position: relative;
}

.pr-num{
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 54px;
    color: #071911;
    font-family: gilroy-bold; 
}

.priem2-item .top{
    font-size: 18px;
    font-family: gilroy-bold; 
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.priem2-item .bottom{
    font-size: 15px;
    font-family: Gilroylight; 
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.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: 24%;
    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: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    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);
  }
}

.account{
    padding: 80px 0 80px 0;
}

.account h1{
    height: 80px;
}

.account form{
    width: 50%;
    margin: 0 auto;
}

.cabinet{
    padding: 80px 0 80px 0;
}

.cabinet h1{
    font-size: 26px !important;
    padding-bottom: 40px !important;
    height: auto !important;
}

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

.cabinet .top{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px; 
    background: #8fb7f6;
    border-radius: 16px;  
    font-family: Gilroy-bold; 
    font-size: 15px; 
}

.cabinet .top span{
    font-family: Gilroylight; 
    font-size: 14px;
}

.logout{
    width: 24%;
    display: flex;
    justify-content: flex-end;
}

.logout img{
    width: 28px;
    position: relative;
    top: 8px;
}

.cabinet .left{
    width: 20%;
    border-radius: 16px;
    background: #e9ecef;
    margin-top: 30px;
}

.cabinet-menu{
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-left: 20px;
}

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

.cabinet-menu ul{
    padding-left: 0rem;
}

.cabinet-menu li{
    list-style: none;
    font-family: Gilroylight; 
    font-size: 14px;
    padding-top: 10px;
    font-weight: 700;
    background: url(img/round.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left top 13px;
    padding-left: 20px;
    cursor: pointer;
}

.cabinet .right{
    width: 78%;
    border-radius: 16px;
    background: #e9ecef;
    padding: 30px 0 30px 0px;
    margin-top: 30px;
}

.cabinet-title{
    font-family: Gilroy-bold; 
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
}

.cabinet-title span{
    color: red;
}

.cabinet p{
    font-family: Gilroylight; 
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.linkk{
    text-decoration: none;
}

.form-reg{
    width: 80%;
}

.form-reg interfaceform{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-reg label{
    width: 48%;
}

.form-reg input{
    width: 100%;
    outline: none;
}

.form-reg select{
    width: 50%;
    outline: none;
}

.authd{
    padding-top: 50px;
    padding-bottom: 150px;
    width: 80%;
    margin: 0 auto;
}

.authd interfaceform{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.authd label{
    width: 350px;
}

.authd input{
    width: 350px;
    outline: none;
}
