@font-face {
  font-family: Montserratarm;
  src: url(Montserratarm-Regular.otf);
}
body{
    font-family: Montserratarm;
    margin:0;
    overflow-y:hidden;
    overflow-x: hidden;
}

.AHref{
        color: black;
    text-decoration: none;
    display: block;
}
.logoAbs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38%;
}
.logo{
    width: 100%;
}
.panelRight{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
}

.panelLeft{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    right: 20px;
}
.language{
      position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    z-index:88;
}

.lngChange{
        cursor: pointer;
         margin: 10px;
         color: #960000;
}

  


.dimordLabel{
    position: absolute;
    top: 8%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.leftBlockElements:hover, .rightBlockElements:hover{
    background: #960000;
    color: white;
    cursor: pointer;
}

.submitBTN{
    position: absolute;
    bottom: -5vh;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: #960000;
    border-radius: 40px;
    color: white;
    font-size: 18px;
    padding: 15px 40px;
    cursor: pointer;
    box-shadow: 4px 4px 4px lightgrey;
}


.leftBlockElements{
    background: white;
    padding: 15px 30px 15px 5px;
    border-radius: 35px 0px 0px 35px;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: right;
    box-shadow: -4px 4px 4px lightgrey;
}

.rightBlockElements{
    background: white;
    padding: 15px 5px 15px 30px;
    border-radius: 0 35px 35px 0px;
    margin-bottom: 20px;
    font-size: 22px;
    box-shadow: 4px 4px 4px lightgrey;

}
.leftBlockElements:nth-child(1){
    
      position:relative;
    width: calc(105% - 15px);
    margin: 0 -20px 20px 103%;
}

.leftBlockElements:nth-child(2){
      position:relative;
    width: calc(96% - 15px);
    margin: auto -20px 20px 97%;
    
}

.leftBlockElements:nth-child(3){
      position:relative;
   width: calc(90% - 15px);
       margin: auto -20px 20px 91%;
}

.leftBlockElements:nth-child(4){
      position:relative;
        width: calc(88% - 15px);
         margin: auto -20px 20px 91%;
}

.leftBlockElements:nth-child(5){
    position:relative;
       width: calc(90% - 15px);
       margin: auto -20px 20px 97%;
}

.leftBlockElements:nth-child(6){
      position:relative;
       width: calc(96% - 15px);
       margin: 0 -20px 20px 103%;
}

.leftBlockElements:nth-child(7){
      position:relative;
       width: calc(105% - 15px);
       margin: 0 -20px 20px 109%;
}



.rightBlockElements:nth-child(1){
      position:relative;
    width: calc(105% - 20px);
    margin-left: -103%;
}
.rightBlockElements:nth-child(2){
      position:relative;
    width: calc(96% - 20px);
    margin-left: -97%;
}
.rightBlockElements:nth-child(3){
      position:relative;
    width: calc(90% - 20px);
    margin-left: -91%;
}
.rightBlockElements:nth-child(4){
      position:relative;
    width: calc(88% - 20px);
    margin-left: -91%;
}
.rightBlockElements:nth-child(5){
      position:relative;
    width: calc(90% - 20px);
    margin-left: -97%;
}
.rightBlockElements:nth-child(6){
      position:relative;
    width: calc(96% - 20px);
    margin-left: -103%;
}

.rightBlockElements:nth-child(7){
      position:relative;
    width: calc(105% - 20px);
    margin-left: -109%;
}

.leftBlockElementsIcon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    margin-left: 10px;
}

.rightBlockElementsIcon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    margin-right: 10px;
}

.hh .hover{
    display:block;
}

.hover{
    display:none;
}


    

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #ffffff 50%, #ab8c39 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}



@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.MobileVersion{
    display:none;
}

@media  screen and (max-width: 991px){
   .DesktopVersion{
       display:none;
   } 
   
   .first_img,.second_img{
       height:auto !important;
   }
   .mobDIV{
           padding-top: 15vh !important;
   }
   .downloadBTN{
        width: 25% !important;
   }
   
   .parentBlock{
       position: absolute !important;
   }
   .close_btn{
       top: 11% !important;
       width: 40px !important;
   }
   
       
   
  
   .MobileVersion{
        display:block;
    }
    
    .submitBTNMobile {
    
    border: none;
    background: #960000;
    border-radius: 0px 40px 40px 0px;
    color: white;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    box-shadow: 4px 4px 4px lightgrey;
    margin-bottom: 10px;
    }
    
    .lngChange {
        margin: 5px;
        font-size: 13px;
    }
    
    body{
        overflow-y: scroll;
    }
    
    
    .MobileVersion .MobileEffect:nth-child(1){
          position:relative;
        width: calc(61% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(2){
          position:relative;
        width: calc(63% - 20px);
        margin-left: -97%;
    }
    .MobileVersion .MobileEffect:nth-child(3){
          position:relative;
        width: calc(65% - 20px);
        margin-left: -91%;
    }
    .MobileVersion .MobileEffect:nth-child(4){
          position:relative;
        width: calc(67% - 20px);
        margin-left: -91%;
    }
    .MobileVersion .MobileEffect:nth-child(5){
          position:relative;
        width: calc(69% - 20px);
        margin-left: -97%;
    }
    .MobileVersion .MobileEffect:nth-child(6){
          position:relative;
        width: calc(71% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(7){
          position:relative;
        width: calc(73% - 20px);
        margin-left: -103%;
    }
    
    .MobileVersion .MobileEffect:nth-child(8){
          position:relative;
        width: calc(75% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(9){
          position:relative;
        width: calc(77% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(10){
          position:relative;
        width: calc(79% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(11){
          position:relative;
        width: calc(81% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(12){
          position:relative;
        width: calc(83% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(13){
          position:relative;
        width: calc(85% - 20px);
        margin-left: -103%;
    }
    .MobileVersion .MobileEffect:nth-child(14){
          position:relative;
        width: calc(87% - 20px);
        margin-left: -103%;
    }
    
    .rightBlockElementsIcon {
        width: 25px;
    }
    
    body{
        background:url('./img/Mobile_bg.jpg');
        background-repeat: no-repeat;
       background-size: 100% 100%;
    }
    
    
    
    .rightBlockElements{
        font-size: 12px;
        position:relative;
    }
}


@media  screen and (min-width: 991px) and (max-width: 1300px){
  .leftBlockElements, .rightBlockElements {
    font-size: 17px;
  }
}
