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

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

header{
    width: 100%;
    height: 700px;
    background: url(img/gruzja-scaled.jpeg) center/cover;
    position: relative;
}

.georgia{
    font-family: Fave-Script; 
    font-size: 200px;
    color: #ffffffba;
    position: absolute;
    right: 20px;
    top: 250px;
    transform: rotate(90deg);
}

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

.header-wrap{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    top: 40px;
}

.logo{
    width: 8%;
    margin-top: 8px;
    margin-left: 20px;
}

.logo img{
    width: 150px;
    padding-left: 10px;
}

.logo-text{
    width: 15%;
    padding-top: 20px;
    margin-top: 10px;
    font-family: Gotham-Light; 
    font-size: 14px;
    color: #000;    
}

.one{
    width: 15%;
    margin-top: 20px;
    margin-left: 40px;
}

.one p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/social.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.one2{
    width: 20%;
    margin-top: 20px;
}

.one2 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/telephone.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one2 span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.phone{
    font-family: Gotham-Bold; 
    font-size: 15px;
    color: #000;
    margin-top: 30px;
}

.phone span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.header-button{
    background-color: #59b068;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Gotham-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
    margin-right: 20px;
}

.banner-title{
    padding-top: 140px;
    font-family: SFUIDisplay-Heavy; 
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    width: 70%;
    text-transform: uppercase;
}

.banner-title span{
    color: #ffc107;
}

.banner-sm-title{
    padding-top: 40px;
    font-family: Gotham-Light; 
    color: #fff;
    font-size: 24px;
    width: 70%;
    text-transform: uppercase;
}

.banner-button-wrap{
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.banner-button1{
    background-color: #24af3c;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

.banner-button2{
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #24af3c;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

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

.header-menu{
    width: 25%;
    color: #000;
    padding-top: 40px;
}

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

.header-menu a:hover{
    color: #51a351;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    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;
}

.about{
    padding: 40px 0 80px 0;
    position: relative;
}

.georgia-2{
    font-family: Fave-Script; 
    font-size: 100px;
    color: #ffffffba;
    position: absolute;
    left: 60px;
    top: 250px;
    transform: rotate(90deg);
}

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

.about-top-text{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-family: Gotham-Light; 
    padding-bottom: 40px;
}

.about .left{
    width: 20%;
    margin-top: 40px;
}

.about .left img{
    width: 100%;
    border-radius: 12px;
}

.about .right{
    width: 78%;
    margin-top: 40px;
    padding-left: 20px;
}

.about-title{
    font-family: Fave-Script; 
    font-size: 86px; 
    width: 100%;  
    color: #24af3c6e;
    text-align: center;
    margin: 0 auto;
}

.about-bottom-wrap-title{
    width: 100%;
    font-size: 32px;
    padding: 30px 0 40px 0;
    font-family: Gotham-Medium;     
}

.about-title span{
    color: #ee1a34;
    font-size: 16px;
    font-family: Gotham-Medium; 
}

.about .right p{
    font-family: Gotham-Light; 
    font-size: 18px;
    padding-top: 15px;
    width: 100%;
    color: #000;
}

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

.about ul > li{
    background: url(img/placeholder.png);
    background-repeat: no-repeat; 
    background-position: left 0px top 13px;
    background-size: 16px;
    padding-left: 25px; 
    font-family: Gotham-Light; 
    font-size: 16px;
    padding-top: 10px;   
    list-style: none;       
}

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

.about-bottom-item{
    width: 24%;
    height: 350px;
    position: relative;
    border-radius: 16px;
}

.about-bottom-item-shadow{
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
}

.about-bottom-item img{
    margin: 0 auto;
    text-align: center;
    width: 50px;
    padding-top: 50px;
}

.about-bottom-item p{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    font-family: Gotham-Light; 
    padding-top: 30px;
}

.about-bottom-item p > span{
    font-family: Gotham-Medium; 
    font-size: 17px;
    position: relative;
    top: -15px;
}

.about-button{
    background-color: #24af3c;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    font-size: 17px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto; 
    position: relative;
    top: 20px;
}

.priem{
    padding: 80px 0 80px 0;
    background-color: #f8f9fa;
}

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

.priem-title{
    font-family: Gotham-Medium;
    font-size: 48px; 
    width: 100%;  
    padding-top: 0px;
    padding-bottom: 0px;
    color: #313131;
}

.priem-item{
    width: 48%;
    height: 130px;
    border-radius: 16px;
    margin-top: 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);        
}

.priem-item .left{
    width: 20%;
}

.priem-number{
    font-size: 130px;
    font-family: Fave-Script; 
    margin: 0 auto;
    text-align: center;
    color: #24af3c94;
    position: relative;
    top: -30px;
}

.priem-item .right{
    width: 75%;
    font-family: Gotham-Light; 
    font-size: 18px;
    padding-top: 30px;
}

.priem-bottom-text{
    width: 90%;
    font-family: Gotham-Light; 
    font-size: 32px;  
    margin: 0 auto;  
    text-align: center;
    padding-top: 60px;
}

.services{
    padding: 80px 0 80px 0;
    background-color: #f1f0f5a8;
}

.services a{
    text-decoration: none;
}

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

.services-title{
    font-family: Gotham-Medium; 
    font-size: 24px;
    width: 80%;
    padding-bottom: 30px;
    color: #ee1a34;
    text-align: center;
    margin: 0 auto;
}

.services-item{
    width: 47%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);    
}

.georgia-3{
    font-family: Fave-Script; 
    font-size: 80px;
    color: #ffffffba;
    position: absolute;
    right: -40px;
    top: 60px;
    transform: rotate(90deg);
}

.services-item .top{
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.services-t{
    width: 90%;
    text-align: center;
    font-family: Gotham-Bold;
    font-size: 22px;
    padding: 15px 0 15px 0;
    margin: 0 auto;
}

.services-s{
    width: 90%;
    height: 80px;
    text-align: center;
    font-family: Gotham-Light;
    font-size: 18px;
    padding: 0px 0 15px 0;
    margin: 0 auto;
}

.services-button{
    background-color: #24af3c;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 40px;
    font-family: Gotham-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;    
}

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

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

.rew-title{
    font-family: Gotham-Medium;
    font-size: 48px; 
    width: 100%;  
    padding-top: 0px;
    padding-bottom: 30px;
    color: #313131;
}

.rew-item{
    width: 24%;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffd454;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-content: center;    
    align-items: center;
    margin-top: 40px;
}

.rew-item img{
    width: 90%;
    border-radius: 16px;
}

.header-all{
    padding: 10px 0 0 0;
    background: url(img/gruzja-scaled.jpeg) center/cover;
    height: 180px;
}

.tour{
    padding: 80px 0 80px 0;
    background-color: #f1f0f5a8;
}

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

.tour-title{
    font-family: Gotham-Medium; 
    font-size: 24px;
    width: 80%;
    padding-bottom: 30px;
    color: #ee1a34;
    text-align: center;
    margin: 0 auto;
}

.tour-item{
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(18, 178, 8, 0.2);    
}

.georgia-3{
    font-family: Fave-Script; 
    font-size: 80px;
    color: #ffffffba;
    position: absolute;
    right: -40px;
    top: 60px;
    transform: rotate(90deg);
}

.tour-item .top{
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.tour-t{
    width: 90%;
    text-align: left;
    font-family: Gotham-Bold;
    font-size: 18px;
    padding: 15px 0 15px 0;
    margin: 0 auto;
}

.tour-s{
    width: 90%;
    height: 80px;
    text-align: center;
    font-family: Gotham-Light;
    font-size: 16px;
    padding: 0px 0 15px 0;
    margin: 0 auto;
}

.tour-button{
    background-color: #24af3c;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 40px;
    font-family: Gotham-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin-left: 20px;   
}

.tour-ul{
    padding-left: 0rem;
    width: 90%;
    height: 220px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.tour-ul li{
    list-style: none;
    font-family: Gotham-Light;
    font-size: 13px;
    font-weight: 700;
    padding-top: 10px;
}

.tour a{
    text-decoration: none;
}

.offer{
    padding: 0px 0 60px 0;
    background: url(img/7777.png) center/cover;
    position: relative;
    width: 100%;
    height: 450px;
}

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

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

.offer .left{
    width: 50%;
}

.offer-title{
    font-family: Gotham-Bold;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    padding-top: 70px;
}

.offer p{
    font-family: Gotham-Medium;
    font-size: 22px;
    line-height: 30px;
    color: #fff;   
    padding-top: 30px; 
}

.offer .right{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.offer .right iframe{
    margin-top: 20px;
    width: 90%;
}

.offer .right img{
    border-radius: 30px;
    width: 90%;
}

.offer form{
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    padding-bottom: 25px;
    border-radius: 30px;
    font-family: Gotham-Light; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

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

.offer form > label > input{
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: Gotham-Medium; 
    border-radius: 12px;
}

.offer-button {
    border-radius: 12px;
    width: 31%;
    height: 50px;
    color: #fff;
    font-family: Gotham-Medium;
    background: #24af3c;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}

.footer{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #EBEBEB;
}

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

.footer h1 {
    margin-top: 10px;
    font-size: 20px !important;
    text-align: left;
    color: #585858;
    position: relative;
    left: 0px;
    top: 20px;
    height: auto;
    background: transparent;
}

.footer-text{
    color: #585858;    
    font-family: Gotham-Light;  
    position: relative;
    top: 60px;
    width: 390px; 
    text-align: left;
    margin-left: 0px;  
    vertical-align: top;    
}

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

.footer-text b{
    font-size: 24px;
    font-family: Gilroy-Bold;
    font-weight: 100;    
}

.footer-text p{
    color: #585858;
    font-size: 18px;
    font-family: Gotham-Light;
    text-align: left;    
    font-weight: 700;
    padding-left: 25px;
}

.about_center{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 20px 0 20px;
}

.footer-text img {
    width: 24px;
    position: relative;
    top: -5px;
    right: 10px;
}

.footer-text_2{
    color: #000;    
    font-family: Gilroy-Light;  
    position: relative;
    top: 80px;
    width: 300px; 
    height: 250px;
    text-align: left;
    margin-left: 0px;  
    vertical-align: top;    
}

.footer-text_2 img{
    margin-left: 10px;
    width: 200px;
}

.formblock_modal_ov{
    width: 350px;   
    margin: 0px 0px 0 0;
    background: #fff;
    text-align: center;
    float: right;
    font-family: Gotham-Bold;
    font-size: 24px;
    padding-top: 20px; 
    line-height: 30px;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    border-radius: 7px;
    position: relative;
    top: -20px; 
}

.formblock_modal_ov div{
    width: 300px;    
    text-align: center;
    font-family: Gotham-Light;
    font-size: 22px; 
    padding-top: 10px;
}

.formblock_modal_ov input{
    width: 300px;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    top: 30px;
    border-radius: 6px;
    padding-left: 10px;
    font-family: Gotham-Light; 
    font-size: 17px;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    outline: none;  
    background-color: #f8f8f8;
}

.formblock_button{
    background: #24af3c;    
    display: inline-block;
    font-family: Gotham-Light; 
    font-weight: 500;
    color: #fff;
    padding: 8px; 
    width: 300px; 
    height: 45px;    
    text-align: center; 
    border-radius: 6px;
    border: solid 1px #000;    
    position: relative;
    top: 30px;    
    font-size: 15px;
    text-transform: uppercase;     
}

.formblock_modal_ov p{
    font-family: Gotham-Light;  
    font-size: 14px;
    margin-top: 40px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    text-align: center;    
}


.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 40px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

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

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

.page-wrap{
    padding: 60px 0 80px 0;
}

.page-wrap h1{
    text-align: left;
    height: auto;
    padding-bottom: 30px;
}

.page-top-text{
    font-family: Gotham-Light;
    font-size: 16px;  
    padding-bottom: 40px;    
}

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

.page-top .left{
    width: 50%;
}

.page-top-img{
    width: 90%;
    height: 370px;
    border-radius: 16px;
}

.page-top .right{
    width: 50%;
}

.page-top .right h2{
    font-family: Gotham-Bold;
    font-size: 24px; 
    padding-bottom: 40px;   
}

.page-top .right p{
    font-family: Gotham-Light;
    font-size: 14px;  
    margin-top: 10px;  
}

.page-bottom{
    width: 100%;
    margin-top: 40px;
}

.page-bottom h2{
    font-family: Gotham-Bold;
    font-size: 24px; 
    padding-bottom: 10px;   
}

.page-ul{
    padding-left: 0rem;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
}

.page-ul p{
    font-family: Gotham-Bold;
    font-size: 16px;  
    margin-top: 30px; 
}

.page-ul li{
    list-style: none;
    font-family: Gotham-Light;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 30px;
    background: url(img/check.png);
    background-repeat: no-repeat;
    background-position: left top 16px;
    background-size: 18px;
}


.vidjet_2{
    position: fixed;
    left: 10px;
    bottom: 3%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background: #eb5e22;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #7d54f4;
    animation: pulse 2s infinite;
}

.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 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_2{
    font-family: Montserrat-Medium;
    font-size: 12px;
    position: relative;
    top: 32px;
}




.vidjet{
    position: fixed;
    left: 10px;
    bottom: 3%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background: #eb5e22;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #7d54f4;
    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: Montserrat-Medium;
    font-size: 12px;
    position: relative;
    top: 32px;
}

.wp-1{
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 9999999;
}

.wp-2{
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 9999999;
}

.wp-3{
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 9999999;
}