.mobile__content { display: none; }

.main-cover {
  background-size: cover;
  overflow: hidden;
}

.main-cover__image {
  /*opacity: .1s transform linear;*/
  transform-origin: 50% 100%;
  will-change: transform;
}

.task {
  margin: 0;
}

.daytime {
  position: relative;
  overflow: hidden;
}

.daytime .exterior {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: .3s opacity linear;
}

.daytime .exterior img {
  width: 100%;
  height: auto;
}

@media(max-width: 980px) {
  .daytime .exterior img {
    width: 140%;
    margin-left: -20%;
  }
}

.daytime .exterior.active {
  position: relative;
  opacity: 1;
}


@media(max-width: 980px) {
  .exterior__text {
     min-height: 116px; 
     font-style: italic;
     font-size: 15px;
     line-height: 22.5px;
     font-family: 'ALSArtemiusSans', Helvetica, sans-serif !important;
     margin-bottom: 0;
     padding-bottom: 0;
  }

  .exterior__text p {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .mobile__content {
    display: none !important;
  }

  .daytime__after,
  .daytime__after p {

    margin-top: 0;
    padding-top: 0;
  }
}

@media(min-width: 980px) {
  .exterior__text {
   position: absolute;
   width: 40%;
   margin: 0;
   padding: 0;
   top:  2%;
   left: 17.9%;
   max-width: 15.9em;
  }

  .exterior:last-child .exterior__text {
    color: #fff;
  }
}

.screen1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fdc405 url(stoloto-radar-screen1_bg.svg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 1px;
}

.car {
  position: relative;
  pointer-events: none;
}

.screen1__car {
  position: absolute;
  bottom: -1.5%;
  left: -2%;
  width: 109%;
}

.screen1__car_image {
  max-width: 64%;
  height: auto;
  display: block;
  margin: auto;
}

#bodymovin {
  width: 100%;
  height: 45.35vw;
}

@media(max-width: 980px) {
  .screen1__text2 p { position: static; }

  .screen1__text2 { margin-bottom: 0; }
}

@media(max-width: 796px) {

  .desktop__content { display: none; }
  .mobile__content { display: block; }
}
