/*BRANDING ORANGE COW*/
.branding_otkritiya {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.branding_otkritiya .main__wrapper {
  background: none;
}
.branding_otkritiya .main__wrapper::after, .branding_otkritiya .main__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.branding_otkritiya .main__wrapper::before {
  background-image: url("/images/announces/otkritiya/bg_4.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -2;
}
.branding_otkritiya .main__wrapper::after {
  background: #fff;
  opacity: 0.85;
  z-index: -1;
  -webkit-transition: all 0.44s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.44s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.branding__decorate {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.44s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.44s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.branding__decorate img {
  width: 100%;
  display: block;
}

.branding__decorate_1 {
  left: -30px;
  top: 20px;
  width: 130px;
}

.branding__decorate_2 {
  right: -60px;
  top: 70px;
  width: 170px;
}

.branding__decorate_3 {
  left: -70px;
  top: 330px;
  width: 190px;
}

.branding__decorate_4 {
  right: -90px;
  top: 530px;
  width: 200px;
}

.branding__decorate_5 {
  left: -180px;
  top: 870px;
  width: 400px;
}

.branding__decorate_6 {
  right: 30px;
  top: 940px;
  width: 130px;
  display: none;
}

.branding__decorate_7 {
  right: -120px;
  top: 1040px;
  width: 240px;
}

.branding__decorate_8 {
  left: -300px;
  top: 520px;
  width: 300px;
}

.branding__decorate_9 {
  right: -300px;
  top: 200px;
  width: 300px;
}

.branding__decorate_10 {
  left: -300px;
  top: 1180px;
  width: 300px;
}

@media screen and (min-width: 1490px) {
  .branding_otkritiya {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/images/announces/otkritiya/bg_4.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .branding_otkritiya .main__wrapper::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1740px) {
  .branding__decorate {
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=maps/otkritiya.css.map */
