body {
  margin: 0px;
  background-size: cover;
}

img{
  display: block;
  position: relative;
}

.wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  display: none;
}

.wrap.active{
  visibility: visible;
  opacity: 1;
  display: block;
}

.wrap_img{
  display: block;
  z-index: -1;
  position: relative;
  width: 100%;
}

.title{
  padding: 15px 0 5px 0;
}

.title img{
  margin: 0 auto;
  left: 10px;
  max-width: 250px;
}

#jeeFaceFilterCanvas{
  position: absolute;
  width: 128vw;
  height: auto;
  transform: rotateY(180deg);
  left: -14vw;
  top: 9%;
}

.bg{
  position: absolute;
  background: url('../img_new/bg_mask2.png') 50% 0 no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.img-steps{
  position: absolute;
  left: 0;
  bottom: 9%;
  z-index: 3;
  background: url('../img_new/steps.svg') 50% 50% no-repeat;
  background-size: contain;
  width: 153px;
  height: 19px;
}

.mini-hero1{
  display: none;
  width: 173px;
  height: 150px;
  position: absolute;
  left: 33%;
  bottom: 7%;
  z-index: 3;
}

.mini-hero1_1{
  position: absolute;
  left: 34%;
  top: 42%;
  animation: 1s rotate1 infinite linear;
}

.mini-hero1_2{
  position: absolute;
  left: 55%;
  top: 32%;
  animation: 1s rotate2 infinite linear;
}

.wrap[data-id="1"] .mini-hero1{
  display: block;
}

.mini-hero2{
  position: absolute;
  z-index: 3;
  left: 37%;
  bottom: 10%;
  display: none;
}

.wrap[data-id="2"] .mini-hero2{
  display: block;
}

.mini-hero3{
  position: absolute;
  z-index: 3;
  left: 37%;
  bottom: 8%;
  display: none;
}

.wrap[data-id="3"] .mini-hero3{
  display: block;
}

.logo{
  width: 108px;
  height: 81px;
  background: url('../img_new/logo_in_2.svg');
  background-size: contain;
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
  display: block;
}

.new_photo{
  position: absolute;
  z-index: 3;
  right: 13px;
  top: 16px;
  width: 75px;
  height: 68px;
  background: url('../img_new/new_photo.svg');
  background-size: contain;
}

#share{
  position: absolute;
  width: 200px;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
}

.soc{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.soc__button{
  width: 44px;
  height: 44px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.soc__button-vk{
  background-image: url('../img_new/vk.svg');
}

.soc__button-fb{
  background-image: url('../img_new/fb.svg');
}

.soc__button-wt{
  background-image: url('../img_new/wt.svg');
}

.soc__button-tg{
  background-image: url('../img_new/tg.svg');
}

.soc__button-mail{
  background-image: url('../img_new/mail.svg');
}

.soc__button-download{
  background-image: url('../img_new/download.svg');
}

.lds-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

.lds-ring-wrap{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  transition: 300ms opacity, 300ms visibility;
}

.error-text{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  padding: 30px;
  z-index: 3;
  font-family: sans-serif;
  font-size: 16px;
  display: none;
}

.error-text.active{
  display: block;
}

.lds-ring-wrap.active{
  opacity: 1;
  visibility: visible;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #FBBC38;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FBBC38 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.start{
  width: 100vw;
  position: relative;
  overflow: hidden;
  background: url('../img_new/bg.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.start.disabled{
  opacity: 0;
  visibility: hidden;
  display: none;
}

.start__slider{
  z-index: 4;
  top: -30px;
  margin-bottom: -80px;
}

.start__item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.start__item img{
  width: auto !important;
}

.owl-carousel{
  display: flex;
}

.bottom{
  width: 100%;
  position: relative;
}

.hero1{
  position: relative;
  margin: 0 auto;
}

@keyframes rotate1 {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(-360deg);
  }
}

.hero1 img:first-child{
  max-width: 260px;
  margin: 0 auto;
  display: block;
}

.hero1_1{
  position: absolute;
  left: 32%;
  top: 35%;
  z-index: 2;
  animation: 1s rotate1 infinite linear;
  max-width: 37px;
}

.hero1_2{
  position: absolute;
  left: 58%;
  top: 31%;
  z-index: 2;
  animation: 1s rotate2 infinite linear;
  max-width: 37px;
}

.hero2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero2 img{
  max-width: 180px;
}

.hero3{
  display: flex;
  align-items: center;
  justify-content: center;

}

.hero3 img{
  max-width: 260px;
}

@keyframes button {
  0%{
    transform: rotate(0);
  }
  80%{
    transform: rotate(0);
  }
  85%{
    transform: rotate(3deg);
  }
  90%{
    transform: rotate(-3deg);
  }
  95%{
    transform: rotate(3deg);
  }
  100%{
    transform: rotate(0);
  }
}

.button{
  position: relative;
  z-index: 5;
  margin: 0 auto -190px auto;
  left: 10px;
  animation: 2s button infinite linear;
  width: 300px;
}

.owl-prev{
  width: 65px;
  height: 49px;
  background: url('../img_new/left_arrow.svg') 0 0 no-repeat !important;
  background-size: contain !important;
  outline: none;
  position: absolute;
  left: 9px;
  top: 50%;
  z-index: 1;
  font-size: 0 !important;
  margin-top: -40px;
}

.owl-next{
  width: 59px;
  height: 49px;
  background: url('../img_new/right_arrow.svg') 0 0 no-repeat !important;
  background-size: contain !important;
  outline: none;
  position: absolute;
  right: 9px;
  top: 50%;
  z-index: 1;
  font-size: 0 !important;
  margin-top: -40px;
}
