.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);
  }
}


@media (min-width: 1150px)  {
    .header_lamp {
        position: absolute;
        width: 450px;
        left: -100px;
        top: -130px;
        z-index: 1;
    }
    .header_logo {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 120px;
        padding-bottom: 40px;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 1150px)  {
    .header_lamp {
        position: absolute;
        width: 35%;
        left: -50px;
        top: -20px;
        z-index: 1;
    }
}

@media (max-width: 640px)  {
    .header_lamp {
        position: absolute;
        width: 65%;
        left: -50px;
        top: -20px;
        z-index: 1;
    }
}




.event_information {
    border: 3px solid #000000;
    padding: 50px 80px 60px 80px;
    border-radius: 70px;
    box-shadow: 9px 14px 4px 0px rgba(250, 185, 8, 1);
    background: rgba(255, 255, 255, 1);
}
.event_information .event_info_badges {
    gap: 2%;
    row-gap: 20px;
}
.event_information .event_info_badge {
    background-color: #FAB908;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    align-self: stretch;
    padding: 6px 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.event_information__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    gap: 40px;
}
.event_information .event_info_badges, .event_information__name, .event_information__date, .event_information__btn {
    width: 45%;
}
.event_information__btn {
    width: 20%;
}
.event_information__photo {
    align-self: flex-end;
    position: absolute;
    top: 0;
    width: 45%;
    border-radius: 10px;
}

.event_information__name {
    line-height: 120%;
    color:#000000;
    font-family: 'DelaGothicOne';
    font-weight: 400;
    font-size: clamp(1rem, 0.45rem + 2.75vw, 3.01rem);
}
.event_information__date {
    line-height: 120%;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
}
.event_information__btn {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #00B99B;
    border-radius: 20px;
    padding: 10px 0;
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    color: #FFFFFF;
    width: 35%;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.event_information__btn:hover {
    background-color: #0FC991;
}
@media (min-width: 850px)  {
    .events_label__img {
        margin-left: -25px;
        margin-top: -65px;
    }
}




@media (max-width: 850px)  {
    .events_label__img {
        margin-left: -12px;
        margin-top: -42px;
    }
    .event_information {
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 1);
        border-radius: 8px;
        box-shadow: 3px 3px 0px 0px rgba(250, 185, 8, 1);
        background: rgba(255, 255, 255, 1);
    }
    .event_information__wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        gap: 15px;
    }
    .event_information .event_info_badges, .event_information__name, .event_information__date, .event_information__btn {
        width: 100%;
    }
    .event_information__btn {
        width: 75%;
        border: 0;
    }
    .event_information__photo {
        align-self: inherit;
        position: static;
        top: 0;
        width: 100%;
        object-fit: cover;
        max-height: 170px;
        border-radius: 10px;
    }
}

@media (max-width: 640px) {
    /* .event_information .event_info_badge__format {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 1);
    }
    .event_information .event_info_badge__date {
        border: 1px solid rgba(0, 0, 0, 1);
        background: rgba(242, 233, 217, 1);
    } */
}



.event_additional {
    margin-top: 30px;
    padding: 50px 80px 60px 80px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}
.event_additional__block {
    display: flex;
    gap: 60px;
    flex-direction: column;
    width: 45%;
}

.event_additional__course {
    
}
.event_additional__forwhom {
    background-color: #F2E9D9;
    border-radius: 20px;
    padding: 15px 25px;
}
.event_additional__speaker {

}
.event_additional__place {
    background-color: #F2E9D9;
    border-radius: 20px;
    padding: 15px 25px;
}

.event_additional__label {
    line-height: 120%;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem);
    padding-bottom: 30px;
}
.event_additional__list {
    line-height: 135%;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.event_additional__notice {
    line-height: 120%;
    padding-top: 35px;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.event_additional__text {
    line-height: 150%;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.event_additional__btnlink_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.event_additional__btnlink {
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
.event_additional__label_nice {
    background-image: url("../img/nice_text.svg");
    background-repeat: no-repeat;
    background-size: 37% 80%;
    background-position: left top;
}

.event_additional__speaker_wrap {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-bottom: 35px;
}
.event_additional__speaker_photo {
    width: 120px;
    border-radius: 20px;
}
.event_additional__speaker_fio span {
    font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
    font-weight: 700;
}
.event_additional__speaker_fio {
    font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
    font-weight: 400;
}


@media (max-width: 850px) {
    .event_additional {
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 35px;
    }
    .event_additional__label {
        padding-bottom: 20px;
    }
    .event_additional__block {
        width: 100%;
        gap: 30px;
    }
    .event_additional__notice {
        padding-top: 25px;
    }
    .event_additional__speaker_photo {
        width: 75px;
        border-radius: 20px;
    }
}