.header_lamp {
  transform: perspective(1500px) rotateY(15deg);
  transition: transform 0.5s ease 0s;

  &:hover {
    transform: perspective(4500px) rotateY(2deg);
  }
}

.header_logo {
  transform: perspective(1500px) rotateY(5deg);
  transition: transform 1.5s ease 0s;

  &:hover {
    transform: perspective(3000px) rotateY(2deg);
  }
}

.header_lamp {
    position: absolute;
    width: 600px;
    left: -100px;
    top: -130px;
    z-index: 1;
}
.header_logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.events__wrapper {
    margin-top: 90px;
}
.events {
    z-index: 2;
    position: relative;
    margin-bottom: 65px;
}
.event {
    /* background-color: #fff; */
}

.events_caption {
    width: 55%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    line-height: 140%;
    position: relative;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: clamp(0.875rem, 0.7639rem + 0.5556vw, 1.25rem);
}
.events_caption a {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-size: clamp(0.875rem, 0.7639rem + 0.5556vw, 1.25rem);
}
.events_caption a:hover, .events_caption a:active {
    color: #000000;
}
.events_caption hr {
    width: 90%;
    margin-bottom: 12px;
    border: 0;
    border-bottom: 1px solid #000000;
}


@media (max-width: 1150px)  {
    .events__wrapper {
        margin-top: 50px;
    }
    .events {
        margin-bottom: 35px;
    }
    .header_lamp {
        position: absolute;
        width: 60%;
        left: -50px;
        top: -20px;
        z-index: 1;
    }
    .header_logo {
        width: 75%;
    }
}

@media (max-width: 850px)  {
    .header_logo {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 80px;
        padding-bottom: 20px;
        content:url("../img/mob/logo.png");
    }

}
@media (max-width: 640px)  {
    .header_lamp {
        position: absolute;
        width: 67%;
        left: -50px;
        top: -20px;
        z-index: 1;
    }
    .header_logo {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 80px;
        padding-bottom: 20px;
        content:url("../img/mob/logo.png");
    }
    .events_caption {
        width: 90%;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        position: relative;
    }
    .events_caption hr {
        display: none;
    }
}