@media (min-width: 650px) {

}
@media (min-width: 650px) and (orientation: landscape) {
    .hero__body {
        padding-block: 150px;
        min-height: 100vh;
    }
    
}
@media (min-width: 1024px) and (orientation: landscape) {
    .about__column_info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 1500px;
    }
    .about__column-box-img {
        width: 100%;
        padding-bottom: 140%;
        overflow: hidden;
        border-radius: 8px;
        position:-webkit-sticky;
        position:sticky;
        top:0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    
}
@media (min-width: 768px) {
    .facts__row,
    .events__row{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 50px;
    }
    .facts__row:nth-child(even),
    .events__row:nth-child(even){
        flex-direction: row-reverse;  
    }
    .facts__row-column_img,
    .events__row-column_img{
        flex: 0 0 40%;
    }
    .facts__row-text,
    .facts__row-text > span{
        max-width: 460px;
        font-size: 20px;
        font-family: var(--regular);
    }
    .about__columns{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        padding: 0 10px;
        margin: 0 -20px;
    }
    .about__column{
        width: calc(100%/2 - 20px);
        margin: 10px;
        position: relative;
    }
}
@media (min-width: 820px) {
    
}
@media (min-width: 1024px) { 
   .video__cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 10px;
    margin: 0 -20px;
   }
   .video__card{
    width: calc(100%/3 - 20px);
    margin: 10px;
    position: relative;
   }
   .gallery__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 7.5px;
    margin: 0 -15px;
    margin-bottom: 30px;
    }

    .gallery__column {
        width: calc(100%/4 - 15px);
        margin: 7.5px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .gallery_img_h {
        padding-top: 70%;
    }
}
@media (min-width: 1200px) {
    .block{
        padding-block: 110px;
    }
    .gallery {
        padding-bottom: 30px;
    }
    .burger{
        display: none;
    }
    .header__bottom{
        display: none;
    }
    .header-top__list{
        display: flex;
        gap: 11px;
    }
    .header-top__list-link,
    .footer__list-link{
        font-size: 22px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
    .hero::after {
        width: 100%;
        height: 80%;
    }
    .hero__body {
        padding-block: 200px;
        height: 100vh;
    }
    .events__row-box-img,
    .facts__row-box-img {
        padding-bottom: 66%;
    }
    .facts__tilte{
        font-size: 60px;
        margin-bottom: 70px;
    }
    .hero__title-name {
        font-size: 170px;
        line-height: 100%;
    }
    .hero__tilte-job{
        font-size: 60px;
    }
    .facts__row,
    .events__row{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 70px;
    }
    .facts__content {
        display: flex;
        flex-direction: column;
        gap: 150px;
    }
    .facts__row-text,
    .facts__row-text > span{
        max-width:550px;
        font-size: 30px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .facts__row-column_img,
    .events__row-column_img{
        flex: 0 0 45%;
    }
  
    .about__column_info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 350vh;
    }
    .about__column-title{
        font-size: 60px;
        margin-bottom: 20px;
    }
    .about__column-text{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .events{
        position: relative;
       
    
    }
    .events:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg_1_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.7;

}
    .events::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7917760854341737) 0%, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
    }
    .events__body{
        position: relative;
        z-index: 3;
    }
    .events__content{
        gap: 150px;
    }
    .events__title,
    .gallery__title{
        font-size: 60px;
        margin-bottom: 70px;
    }
    .events__row-title{
        font-size: 30px;
    }
    .events__row-box-text {
        font-size: 18px;
        max-width: 500px;
    }
    .events__row-btn {
       font-size: 18px;
      
    }
    .form__wrapper {
        background: var(--main-bg);
        width: 100%;
        max-width: 600px;
        height: auto;
        overflow: hidden;
        display: block;
        padding: 20px;
        padding-bottom: 30px;
        margin: 0 auto;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .form__clouse {
        right: 20px;
        font-size: 50px;
    }
    .form__title {
        font-size: 22px;
    }
    .form__top {
        padding-top: 50px;
    }
}

@media (min-width: 1900px) {
}