@media (min-width: 1500px) {
    .elka {
        bottom: -35px;
        position: fixed;
        left: -134px;
        height: 400px;
    }
    .top_elka {
        z-index: 1999;
        position: fixed;
        left:0;
        top:0;
    }
}
@media (max-width: 1499px) {
    #garland, .elka, .top_elka {display: none}
}

#element_to_pop_up {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
}

#element_to_pop_up2 {
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;

}

.b-close{
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 5px;
    color:#333333;
    cursor: pointer;
}

.header__video {
  position: relative;
  z-index: 0;
  max-height: 560px;
  overflow: hidden;
  margin-top:10px;
}

.header__video video {
  width: 100%;
  margin-top: -240px;
}
  @media (max-width: 550px) {
.header__video video {
  width: 886px;
  min-height: 260px;
  position: relative;
  margin-top: 0px;
  left: -65%;
}