
.announce-light {
  background-color: #fff;
}
.announce-light .announce__text {
  color: #000;
}

 body {
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
 }


.image-wrapper {
  text-align: center;
}
.image-container {
  display: inline-block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 600px){
.image-container {
  width: 80%;
  }
}


.image-row {
  display: inline-block;
  height: auto;
  width: 100%;

}
.image-item {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 45%;
  margin: 0.5%;
}
.image-item .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.image-item .bottom {
  opacity 0;
}

.image-item img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}

.mobile img{
  max-width: 25%;
  margin-bottom: 12%;
}
.notebook {

}
.notebook img{
  max-width: 80%;
  margin-bottom: 6%;
}

.messenger-container {
  height: 485px;
  width: 75%;
  box-sizing: border-box;
  margin: 12px auto 24px;
  padding-top: 5px;
  padding-bottom: 15px;
}



.message {
  border-radius: 20px;
  border-bottom-left-radius: 4px;
  background-color: #F5F5F5;
  /*height: 60px;*/
  margin-bottom: 1%;
  margin-top: 1%;
  margin-left: 0;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1pz;
  padding-bottom: 0.3em;
  color: #000;
  display: none;
  max-width: 95%;
}
.message-content {
  display: inline-block;
 text-align: left;
 vertical-align: middle;
 justify-content: left;
}
.reply {
  background-color: #2586cc;
  margin-left: auto;
  margin-right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 4px;
  color: #fff;
}

@media(max-width: 980px){
.messenger-container {
  height: 380px;
  }
}

@media(max-width: 700px){
.messenger-container {
  width: 95%;
}
.reply {
  margin-top: 1%;
}
}

@media(max-width: 440px){
.messenger-container {
  height: 510px;

  }
}

/*.als-browser_mobile {
  background: url("https://img.artlebedev.ru/svalka/header-2016/v2/anons/_add/mobile-browser.svg") 0 0/100% auto no-repeat !important;
}*/

.browser-container {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.browser-container img {
  max-width:100%;
}

.mobile-container {
  display: inline-block;
  width: 30px;
  max-width: 330px;
}

.tablet-container {
  display: inline-block;
  width: 150px;
}

@media(max-width: 1280px){
  .mobile-container {
    width: 20%;
  }
  .tablet-container {
    width: 65%;
  }
}


.picture-container {
  display: inline-block;
}


.text-container .center {
  padding-right: 0;
}
.message-triggered {
  animation: slide-up 1s ease;
}

.image-triggered {
  animation: appear 1s ease-in-out;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
    }
  100% {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes appear {
  0% {
    opacity: 0;
    }
  100% {
    opacity: 1;
    }
}

.grid {
  width: 100%;
  max-width: 1240px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:10px 20px;
  margin:24px auto 12px
}

.grid .announce__picture {
  margin:0;
}

.grid img{
  max-width: 100%;
}
@media (max-width:980px){
  .grid{
    width:calc(100% - 44px);
    margin:20px auto 15px}
  }
@media (max-width:750px){
  .grid{
    width:100%;padding:0
    }
  }

.grid__item{

  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
}
.tablet_grid {
  width: 75%;
}
.mobile_grid {
  width: 15%;
}
@media (max-width:800px){
  .grid .announce__picture {
    margin: 12px 22px;
  }
  .mobile_grid {
    width: 30%;
    margin: 12px auto 24px;
    margin: auto;
  }
  .tablet_grid {
    width: 100%;
  }
  .grid__item_text{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1}
}

@media (max-width:480px){
  .mobile_grid {

    width: 50%;
  }
}

 @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }

.slideshow-container {
  width:1200px;
  height: 750px;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}


.slide {
  transition: opacity 1s;
  position: absolute;
  opacity: 0;
}

.fade {
  animation: fade 2s;
}

.slide img{
  max-width: 100%;
  max-height: 100%
}

@media (max-width:1200px){
  .slideshow-container {
    width:1000px;
    height: 600px;
  }
}

@media (max-width:1000px){
  .slideshow-container {
    width: 800px;
    height: 500px;
  }
}

@media (max-width:800px){
  .slideshow-container {
    width: 600px;
    height: 400px;
  }
}

@media (max-width:600px){
  .slideshow-container {
    width: 480px;
    height: 300px;
  }
}

@media (max-width:480px){
  .slideshow-container {
    width: 320px;
    height: 200px;
  }
}

#mosaic {
  grid-template-columns: repeat(18,1fr);
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 20px;
  text-align: center;
  display: grid;
  max-width: 1100px;
  min-width: 800px;
  margin: 0 auto;
  margin-top: -50px;
}

@media (max-width:1000px){
  #mosaic {
    grid-auto-rows: minmax(auto, auto);
    grid-gap: 10px;
    max-width: 500px;
    min-width: 0;
    margin-top: 0;
  }

  .nine {
    margin-top: 10px;
  }
}

#mosaic img{
  max-width: 100%;
}

#mosaic .announce__picture {
  padding: 0;
  margin: 0;
}

.one {
  grid-column: 12/18;
  grid-row: 1/4;
}


.two {
  grid-column: 2/8;
  grid-row: 2/4;
}

.three {
  grid-column: 9/11;
  grid-row: 3/5;
}

.four {
  grid-column: 14/16;
  grid-row: 4/6;
}

.five {
  grid-column: 4/12;
  grid-row: 5/7;
}

.six {
  grid-column: 1/3;
  grid-row: 5/7;
}

.seven {
  grid-column: 13/19;
  grid-row: 6/8;
}

.eight {
  grid-column: 10/18;
  grid-row: 8/10;
}

.nine {
  grid-column: 3/9;
  grid-row: 7/9;
}

.puzzle {
  opacity: 0;
}

@media(min-width: 1000px) {
  .nine {
    margin-top: 50px;
  }

  .eight {
    margin-top: 20px;
  }

  .one {
    margin-top: 70px;
  }

  .two {
    margin-top: -30px;
  }
}

.announce__picture-note {
  padding-left: 0;
}

.wide-note {
  width: 20%;
  margin-left: 50%;
}

@media (max-width:1440px){
  .wide-note {
    width: 50%;
  }
}

@media (max-width:540px){
  .wide-note {
    width: 95%;
    margin-left: auto;
  }
}

.medium-note {
  margin-left: 50%;
  margin-right: auto;
  width: 37%;
}

@media (max-width:1440px){
  .medium-note {
    width: 50%;
  }
}

@media (max-width:540px){
  .medium-note {
    width: 95%;
    margin-left: auto;
  }
}

.screen-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-bottom: 100px;
}

.screen-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.screen-left {
  flex: 49%;
  max-width: 49%;
}

.screen-right {
  flex: 49%;
  max-width: 49%;
}

.screen {
  display: block !important;
}

.screen img {
  max-width: 100%;
}

@media (max-width:600px){
  .shrink {
    margin-bottom: -40px;
  }
  .screen-left {
    flex: 100%;
    max-width: 100%;
    transform: translateY(0) !important;
  }

  .screen-right {
    flex: 100%;
    max-width: 100%;
    transform: translateY(0) !important;
    padding-top: 0 !important;
  }
  .screen-container {
    margin-bottom: 50px;
  }
}


.als-browser_mobile .als-browser__content > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.als-header-wrap {
  background: linear-gradient(135deg, #083e67 0%,#00548a 100%);
}

header.main-header {
  background: url("pattern_2@2x.png") !important;
  background-size: 39px 32px !important;
}

.cover {
  min-height: 370px;
}

.task {
  background: #f5f5f5;
}
