*{
    padding: 0;
    margin: 0;
    border: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1,h2,h3,p,span,a{
    font-size: 100%;
    font-weight: normal;
}

.mobile-on{
    display: none;
}

.mobile-off{
    display: block;
}

a{
    text-decoration: none;
}

/* --------1920-------- */

/* Сайт */

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 80px;
}

.top{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

header{
    width: 1440px; 
    height: 120px;
    border-bottom: 1px rgba(255, 255, 255, 0.30) solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img{
    height: 60px;
}

header div{
    width: 150px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header div:hover{
    background: rgba(255, 255, 255, 0.30);
    
}

header div:hover span{
    color: #ffffff;
}

header > a:hover {
    color: #ffffff;
}

.top > div{
    width: 1440px; 
}

.top h2{
    margin-top: 100px;
}

.top h1{
    margin-top: 20px;
}

.top p{
    width: 684px;
    margin-top: 140px;
    margin-bottom: 100px;
}

.top > img{
    position: absolute;
    bottom: 0;
    right: 139px;
    width: 602px;
    pointer-events: none;
}

/* Таймер */

.sec-timer{
    width: 1440px;
    height: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.timer-conts{
    display: flex;
    gap: 50px;
}

.timer-cont{
    display: flex;
    gap: 10px;
}

.timer-cont > p{
    margin-top: 100px;
}

.timer-decor-left{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.timer-decor-right{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

/* Расписание */

.sec-schedule{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.schedule-cont{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.schedule-cont > div{
    display: flex;
}

.schedule-time{
    width: 110px;
}

.schedule-name{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.button-cont{
    display: flex;
    gap: 20px;
}

.button{
    height: 57px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-green:hover{
    background-color: #FFFFFF;
    outline: 1px #2F5E57 solid; 
    outline-offset: -1px;
}

.btn-green:hover span{
    color: #2F5E57;
}

.btn-green:hover img{
    filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(999%) hue-rotate(123deg) brightness(93%) contrast(88%);
}

.btn-white:hover{
    background-color: #FFFFFF;
    outline: 1px #383A3D solid; 
    outline-offset: -1px;
}

.btn-white:hover span{
    color: #383A3D;
}

/* Розыгрыш */

.sec-lottery{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.lottery-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lottery-middle{
    width: 463px;
}

.lottery-bottom{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.button > img{
    height: 26px;
}

.sec-lottery > img{
    position: absolute;
    height: 489px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* Целевое обучение */

.sec-target{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}

.target-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.target-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-target > img{
    position: absolute;
    height: 17px;
    top: 336px;
    left: 390px;
    pointer-events: none;
}

ul, ol{
    margin-left: 30px;
}

/* Подготовка к поступлению */
.sec-prepare{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.prepare-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prepare-bottom{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.prepare-bottom > img{
    position: absolute;
    height: 13px;
    top: 38px;
    left: 126px;
    pointer-events: none;
}

.sec-prepare > img{
    position: absolute;
    height: 506px;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

/* ВГЛТУ в цифрах */

.sec-numbers{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.numbers-item{
    display: flex;
    flex-direction: column;
    gap: 15;
}

.numbers-cont{
    display: flex;
    align-items: center;
}

.numbers-left{
    display: flex;
    align-items: end;
    gap: 20px;
    width: 600px;
}

.numbers-left-p{
    margin-bottom: 17px;
}

.numbers-line2{
    width: 1px;
    height: 155px;
    background: rgba(55.70, 58.50, 61.30, 0.70);
}

.numbers-line3{
    width: 1px;
    height: 175px;
    background: rgba(55.70, 58.50, 61.30, 0.70);
}

.number-right{
    margin-left: 106px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.number-right-item{
    display: flex;
    gap: 20px;
    align-items: end;
}

.number-right-item-p{
    margin-bottom: 1px;
}

/* Направления подготовки */

.sec-directions{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.directions-item{
    width: 660px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-directions > img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 546px;
    pointer-events: none;
}

/* Стипендии */

.sec-grant{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    gap: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.grant-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grant-cont{
    display: flex;
    justify-content: space-between;
}

.grant-items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.grant-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.grant-item-top{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.grant-item-cont{
    display: flex;
    align-items: end;
    gap: 20px;
}

.grant-item-cont > p{
    margin-bottom: 1px;
}

.grant-height{
    height: 161px;
}

/* Школа-Колледж-Вуз */

.sec-skv{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.skv-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skv-p{
    width: 822px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.sec-skv > img{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 493px;
    pointer-events: none;
}

/* Партнеры */

.sec_partners{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.partners-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.partners-item{
    display: flex;
    gap: 129px;
}

.partners-item > img{
    height: 105px;
}

/* Карта */

.sec-map{
    width: 1440px;
    height: 100%;
    padding: 80px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.map-cont{
    display: flex;
    justify-content: space-between;
}

.map-cont-left-items{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.map-cont-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map{
    width: 726px;
    height: 392px;
}

/* Footer */

footer{
    padding: 80px 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-cont{
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-logo{
    height: 60px;
}

.footer-left-items{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-button{
    width: 150px;
    height: 42px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-button:hover{
    background: rgba(255, 255, 255, 0.30);
}

.footer-button:hover span{
    color: #ffffff;
}

.footer-made{
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-made > img{
    height: 22px;
}

.footer-right{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-right-item{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
}

.footer-right-item img{
    height: 34px;
    margin-top: 5px;
}

.footer-right-item img:hover{
    filter: brightness(0) saturate(100%) invert(44%) sepia(12%) saturate(669%) hue-rotate(123deg) brightness(93%) contrast(87%);
}

.footer-right-item a:hover{
    color: rgba(255, 255, 255, 0.30);
}

.social-cont{
    display: flex;
    gap: 30px;
}

.footer-img{
    height: 100%;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

/* Страница направления */

.dir-top-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dir-top{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 80px;
    margin-bottom: 100px;
    width: 1440px;
}

.dir-top-back{
    display: flex;
    align-items: center;
    gap: 5px;
}

.dir-top-back img{
    height: 32px;
}

.dir-top-back:hover p{
    color: #FFFFFF;
}

.dir-top-back:hover img{
    filter: brightness(0) invert(1);
}

.dir-top-name{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dir-top-btn-cont{
    display: flex;
    gap: 30px;
}

.dir-top-btn{
    height: 41px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.30);
}

.dir-top-btn:hover{
    outline: 2px rgba(255, 255, 255, 0.30) solid; 
    outline-offset: -2px;
    background: none;
}

.dir-top-btn img{
    height: 24px;
}

.dir-img-spo{
    position: absolute;
    bottom: 0;
    left: 1030px;
    height: 450px;
    pointer-events: none;
}

.dir-img-vo{
    position: absolute;
    bottom: 0;
    left: 1030px;
    height: 411px;
    pointer-events: none;
}

/* Направления элементы */

.dirs-items-cont{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 1440px;
}

.dirs-items{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.dirs-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 453px;
    padding: 30px;
    box-sizing: border-box;
}

.dirs-item p{
    color: #383A3D;
}

.dirs-item-num{
    height: 47px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.dirs-items h4{
    margin-bottom: 50px;
    margin-top: 20px;
}

.dirs-item-txt-bottom{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dirs-item-txt-cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dirs-item-txt-conts{
    display: flex;
    justify-content: space-between;
}

.dirs-item-txt-width{
    width: 40%;
}

.dirs-item-txt-conts-m{
    display: flex;
    justify-content: space-between;
}
    
.dirs-item-txt-width-m{
    width: 40%;
}

/* --------2560-------- */

@media screen and (min-width: 2500px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Сайт */

    body{
        padding: 20px;
        gap: 100px;
    }

    header{
        width: 1920px; 
        height: 160px;
    }

    header img{
        height: 80px;
    }

    header div{
        width: 200px;
        height: 56px;
    }

    .top > div{
        width: 1920px; 
    }

    .top h2{
        margin-top: 130px;
    }

    .top h1{
        margin-top: 30px;
    }

    .top p{
        width: 931px;
        margin-top: 189px;
        margin-bottom: 130px;
    }

    .top > img{
        right: 143px;
        width: 802px;
    }

    /* Таймер */

    .sec-timer{
        width: 1920px;
        padding: 67px 0;
    }

    .timer-conts{
        gap: 80px;
    }

    .timer-cont{
        gap: 14px;
    }

    .timer-cont > p{
        margin-top: 135px;
    }

    /* Расписание */

    .sec-schedule{
        width: 1920px;
        height: 100%;
        padding: 100px 130px;
        gap: 65px;
    }

    .schedule-cont{
        gap: 33px;
    }

    .schedule-time{
        width: 150px;
    }

    .schedule-name{
        gap: 8px;
    }

    .button-cont{
        gap: 25px;
    }

    .button{
        height: 75px;
        padding: 0 40px;
        gap: 10px;
    }

    /* Розыгрыш */

    .sec-lottery{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .lottery-top{
        gap: 13px;
    }

    .lottery-middle{
        width: 625px;
    }

    .lottery-bottom{
        gap: 25px;
    }

    .button > img{
        height: 35px;
    }

    .sec-lottery > img{
        height: 652px;
    }  

    /* Целевое обучение */

    .sec-target{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .target-top{
        gap: 13px;
    }

    .target-item{
        gap: 25px;
    }

    .sec-target > img{
        height: 22px;
        top: 442px;
        left: 520px;
    }

    ul, ol{
        margin-left: 40px;
    }

    /* Подготовка к поступлению */
    .sec-prepare{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .prepare-top{
        gap: 13px;
    }

    .prepare-bottom{
        gap: 25px;
    }

    .prepare-bottom > img{
        height: 17px;
        top: 51px;
        left: 171px;
    }

    .sec-prepare > img{
        height: 674px;
    }

    /* ВГЛТУ в цифрах */

    .sec-numbers{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .numbers-item{
        gap: 20px;
    }

    .numbers-left{
        display: flex;
        gap: 25px;
        width: 800px;
    }

    .numbers-left-p{
        margin-bottom: 22px;
    }

    .numbers-line2{
        height: 205px;
    }

    .numbers-line3{
        height: 225px;
    }

    .number-right{
        margin-left: 140px;
        gap: 45px;
    }

    .number-right-item{
        gap: 25px;
    }

    .number-right-item-p{
        margin-bottom: 2px;
    }

    /* Направления подготовки */

    .sec-directions{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .directions-item{
        width: 815px;
        gap: 25px;
    }

    .sec-directions > img{
        height: 728px;
    }

    /* Стипендии */

    .sec-grant{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .grant-top{
        gap: 13px;
    }

    .grant-items{
        gap: 65px;
    }

    .grant-item{
        gap: 20px;
    }

    .grant-item-top{
        margin-bottom: 5px;
    }

    .grant-item-cont{
        gap: 25xpx;
    }

    .grant-item-cont > p{
        margin-bottom: 2px;
    }

    .grant-height{
        height: 211px;
    }

    /* Школа-Колледж-Вуз */

    .sec-skv{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .skv-top{
        gap: 13px;
    }

    .skv-p{
        width: 1076px;
        gap: 36px;
    }

    .sec-skv > img{
        height: 657px;
    }

    /* Партнеры */

    .sec_partners{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .partners-items{
        gap: 93px;
    }

    .partners-item{
        gap: 172px;
    }

    .partners-item > img{
        height: 140px;
    }

    /* Карта */

    .sec-map{
        width: 1920px;
        padding: 100px 130px;
        gap: 65px;
    }

    .map-cont-left-items{
        gap: 65px;
    }

    .map-cont-left{
        gap: 25px;
    }

    .map{
        width: 954px;
        height: 515px;
    }

    /* Footer */

    footer{
        padding: 111px 0;
    }

    .footer-cont{
        width: 1920px;
    }

    .footer-logo{
        height: 80px;
    }

    .footer-left-items{
        gap: 7px;
    }

    .footer-button{
        width: 200px;
        height: 56px;
        margin-top: 20px;
    }

    .footer-made{
        gap: 10px;
    }

    .footer-made > img{
        height: 30px;
    }

    .footer-right{
        gap: 65px;
    }

    .footer-right-item{
        gap: 20px;
    }

    .footer-right-item img{
        height: 45px;
        margin-top: 5px;
    }

    .social-cont{
        gap: 40px;
    }

    /* Страница направления */

    .dir-top{
        gap: 65px;
        margin-top: 106px;
        margin-bottom: 140px;
        width: 1920px;
    }

    .dir-top-back{
        gap: 6px;
    }

    .dir-top-back img{
        height: 32px;
    }

    .dir-top-name{
        gap: 13px;
    }

    .dir-top-btn-cont{
        gap: 40px;
    }

    .dir-top-btn{
        height: 55px;
        padding: 0 20px;
        gap: 6px;
    }

    .dir-top-btn img{
        height: 32px;
    }

    .dir-img-spo{
        left: 1376px;
        height: 600px;
    }

    .dir-img-vo{
        left: 1376px;
        height: 548px;
    }

    /* Направления элементы */

    .dirs-items-cont{
        gap: 65px;
        width: 1920px;
    }

    .dirs-items{
        gap: 54px;
    }

    .dirs-item{
        width: 604px;
        padding: 40px;
    }

    .dirs-item-num{
        height: 61px;
        padding: 0 40px;
    }

    .dirs-items h4{
        margin-bottom: 65px;
        margin-top: 25px;
    }

    .dirs-item-txt-bottom{
        gap: 40px;
    }

    .dirs-item-txt-cont{
        gap: 13px;
    }
}

/* --------1440-------- */

@media screen and (max-width: 1900px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Сайт */

    body{
        padding: 13px;
        gap: 70px;
    }

    header{
        width: 1280px; 
        height: 106px;
    }

    header img{
        height: 54px;
    }

    header div{
        width: 134px;
        height: 39px;
    }

    .top > div{
        width: 1280px; 
    }

    .top h2{
        margin-top: 90px;
    }

    .top h1{
        margin-top: 15px;
    }

    .top p{
        width: 614px;
        margin-top: 120px;
        margin-bottom: 90px;
    }

    .top > img{
        right: 0px;
        width: 517px;
    }

    /* Таймер */

    .sec-timer{
        width: 1280px;
        padding: 46px 0;
    }

    .timer-conts{
        gap: 45px;
    }

    .timer-cont{
        gap: 8px;
    }

    .timer-cont > p{
        margin-top: 90px;
    }

    /* Расписание */

    .sec-schedule{
        width: 1280px;
        height: 100%;
        padding: 70px 90px;
        gap: 45px;
    }

    .schedule-cont{
        gap: 22px;
    }

    .schedule-time{
        width: 97px;
    }

    .schedule-name{
        gap: 5px;
    }

    .button-cont{
        gap: 20px;
    }

    .button{
        height: 50px;
        padding: 0 26px;
        gap: 5px;
    }

    /* Розыгрыш */

    .sec-lottery{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .lottery-top{
        gap: 8px;
    }

    .lottery-middle{
        width: 417px;
    }

    .lottery-bottom{
        gap: 18px;
    }

    .button > img{
        height: 23px;
    }

    .sec-lottery > img{
        height: 435px;
    }

    /* Целевое обучение */

    .sec-target{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .target-top{
        gap: 8px;
    }

    .target-item{
        gap: 18px;
    }

    .sec-target > img{
        height: 15px;
        top: 297px;
        left: 367px;
    }

    ul, ol{
        margin-left: 27px;
    }

    /* Подготовка к поступлению */
    .sec-prepare{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .prepare-top{
        gap: 8px;
    }

    .prepare-bottom{
        gap: 18px;
    }

    .prepare-bottom > img{
        height: 12px;
        top: 33px;
        left: 111px;
    }

    .sec-prepare > img{
        height: 450px;
    }

    /* ВГЛТУ в цифрах */

    .sec-numbers{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .numbers-item{
        gap: 25px;
    }

    .numbers-left{
        display: flex;
        gap: 18px;
        width: 530px;
    }

    .numbers-left-p{
        margin-bottom: 15px;
    }

    .numbers-line2{
        height: 140px;
    }

    .numbers-line3{
        height: 150px;
    }

    .number-right{
        margin-left: 90px;
        gap: 30px;
    }

    .number-right-item{
        gap: 18px;
    }

    .number-right-item-p{
        margin-bottom: 1px;
    }

    /* Направления подготовки */

    .sec-directions{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .directions-item{
        width: 662px;
        gap: 18px;
    }

    .sec-directions > img{
        height: 486px;
    }

    /* Стипендии */

    .sec-grant{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .grant-top{
        gap: 8px;
    }

    .grant-items{
        gap: 45px;
    }

    .grant-item{
        gap: 13px;
    }

    .grant-item-top{
        margin-bottom: 5px;
    }

    .grant-item-cont{
        gap: 18px;
    }

    .grant-item-cont > p{
        margin-bottom: 1px;
    }

    .grant-height{
        height: 141px;
    }

    /* Школа-Колледж-Вуз */

    .sec-skv{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .skv-top{
        gap: 8px;
    }

    .skv-p{
        width: 721px;
        gap: 24px;
    }

    .sec-skv > img{
        height: 439px;
    }

    /* Партнеры */

    .sec_partners{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .partners-items{
        gap: 62px;
    }

    .partners-item{
        gap: 114px;
    }

    .partners-item > img{
        height: 93px;
    }

    /* Карта */

    .sec-map{
        width: 1280px;
        padding: 70px 90px;
        gap: 45px;
    }

    .map-cont-left-items{
        gap: 45px;
    }

    .map-cont-left{
        gap: 18px;
    }

    .map{
        width: 644px;
        height: 347px;
    }

    /* Footer */

    footer{
        padding: 70px 0;
    }

    .footer-cont{
        width: 1280px;
    }

    .footer-logo{
        height: 54px;
    }

    .footer-left-items{
        gap: 5px;
    }

    .footer-button{
        width: 134px;
        height: 39px;
        margin-top: 13px;
    }

    .footer-made{
        gap: 6px;
    }

    .footer-made > img{
        height: 20px;
    }

    .footer-right{
        gap: 45px;
    }

    .footer-right-item{
        gap: 13px;
    }

    .footer-right-item img{
        height: 30px;
        margin-top: 5px;
    }

    .social-cont{
        gap: 26px;
    }

    /* Страница направления */

    .dir-top{
        gap: 45px;
        margin-top: 70px;
        margin-bottom: 88px;
        width: 1280px;
    }

    .dir-top-back{
        gap: 5px;
    }

    .dir-top-back img{
        height: 22px;
    }

    .dir-top-name{
        gap: 9px;
    }

    .dir-top-btn-cont{
        gap: 25px;
    }

    .dir-top-btn{
        height: 36px;
        padding: 0 13px;
        gap: 5px;
    }

    .dir-top-btn img{
        height: 22px;
    }

    .dir-img-spo{
        left: 782px;
        height: 400px;
    }

    /* Страница направления */

    .dir-top{
        gap: 45px;
        margin-top: 70px;
        margin-bottom: 88px;
        width: 1280px;
    }

    .dir-top-back{
        gap: 5px;
    }

    .dir-top-back img{
        height: 22px;
    }

    .dir-top-name{
        gap: 9px;
    }

    .dir-top-btn-cont{
        gap: 25px;
    }

    .dir-top-btn{
        height: 36px;
        padding: 0 13px;
        gap: 5px;
    }

    .dir-top-btn img{
        height: 22px;
    }

    .dir-img-spo{
        left: 782px;
        height: 400px;
    }

    .dir-img-vo{
        left: 782px;
        height: 364px;
    }

    /* Направления элементы */

    .dirs-items-cont{
        gap: 45px;
        width: 1280px;
    }

    .dirs-items{
        gap: 35px;
    }

    .dirs-item{
        width: 403px;
        padding: 26px;
    }

    .dirs-item-num{
        height: 42px;
        padding: 0 26px;
    }

    .dirs-items h4{
        margin-bottom: 45px;
        margin-top: 18px;
    }

    .dirs-item-txt-bottom{
        gap: 26px;
    }

    .dirs-item-txt-cont{
        gap: 8px;
    }
}

/* --------1280-------- */

@media screen and (max-width: 1420px) {

    .mobile-on{
        display: none;
    }

    .mobile-off{
        display: block;
    }

    /* Сайт */

    body{
        padding: 12px;
        gap: 55px;
    }

    header{
        width: 1180px; 
        height: 98px;
    }

    header img{
        height: 50px;
    }

    header div{
        width: 118px;
        height: 34px;
    }

    .top > div{
        width: 1180px; 
    }

    .top h2{
        margin-top: 80px;
    }

    .top h1{
        margin-top: 16px;
    }

    .top p{
        width: 558px;
        margin-top: 114px;
        margin-bottom: 80px;
    }

    .top > img{
        right: -22px;
        width: 486px;
    }

    /* Таймер */

    .sec-timer{
        width: 1180px;
        padding: 40px 0;
    }

    .timer-conts{
        gap: 40px;
    }

    .timer-cont{
        gap: 8px;
    }

    .timer-cont > p{
        margin-top: 83px;
    }

    /* Расписание */

    .sec-schedule{
        width: 1180px;
        height: 100%;
        padding: 60px 80px;
        gap: 40px;
    }

    .schedule-cont{
        gap: 20px;
    }

    .schedule-time{
        width: 90px;
    }

    .schedule-name{
        gap: 4px;
    }

    .button-cont{
        gap: 16px;
    }

    .button{
        height: 46px;
        padding: 0 24px;
        gap: 5px;
    }

    /* Розыгрыш */

    .sec-lottery{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .lottery-top{
        gap: 8px;
    }

    .lottery-middle{
        width: 371px;
    }

    .lottery-bottom{
        gap: 16px;
    }

    .button > img{
        height: 22px;
    }

    .sec-lottery > img{
        height: 400px;
    }
    
    /* Целевое обучение */

    .sec-target{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .target-top{
        gap: 8px;
    }

    .target-item{
        gap: 16px;
    }

    .sec-target > img{
        height: 14px;
        top: 267px;
        left: 330px;
    }

    ul, ol{
        margin-left: 24px;
    }

    /* Подготовка к поступлению */
    .sec-prepare{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .prepare-top{
        gap: 8px;
    }

    .prepare-bottom{
        gap: 16px;
    }

    .prepare-bottom > img{
        height: 10px;
        top: 31px;
        left: 104px;
    }

    .sec-prepare > img{
        height: 414px;
    }

    /* ВГЛТУ в цифрах */

    .sec-numbers{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .numbers-item{
        gap: 22px;
    }

    .numbers-left{
        display: flex;
        gap: 16px;
        width: 490px;
    }

    .numbers-left-p{
        margin-bottom: 13px;
    }

    .numbers-line2{
        height: 125px;
    }

    .numbers-line3{
        height: 140px;
    }

    .number-right{
        margin-left: 100px;
        gap: 28px;
    }

    .number-right-item{
        gap: 16px;
    }

     .number-right-item-p{
        margin-bottom: 1px;
    }

    /* Направления подготовки */

    .sec-directions{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .directions-item{
        width: 520px;
        gap: 16px;
    }

    .sec-directions > img{
        height: 447px;
    }

    /* Стипендии */

    .sec-grant{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .grant-top{
        gap: 8px;
    }

    .grant-items{
        gap: 40px;
    }

    .grant-item{
        gap: 12px;
    }

    .grant-item-top{
        margin-bottom: 3px;
    }

    .grant-item-cont{
        gap: 16px;
    }

    .grant-item-cont > p{
        margin-bottom: 1px;
    }

    .grant-height{
        height: 130px;
    }

    /* Школа-Колледж-Вуз */

    .sec-skv{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .skv-top{
        gap: 8px;
    }

    .skv-p{
        width: 636px;
        gap: 22px;
    }

    .sec-skv > img{
        height: 403px;
    }

    /* Партнеры */

    .sec_partners{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .partners-items{
        gap: 57px;
    }

    .partners-item{
        gap: 105px;
    }

    .partners-item > img{
        height: 86px;
    }

    /* Карта */

    .sec-map{
        width: 1180px;
        padding: 60px 80px;
        gap: 40px;
    }

    .map-cont-left-items{
        gap: 40px;
    }

    .map-cont-left{
        gap: 16px;
    }

    .map{
        width: 586px;
        height: 317px;
    }

    /* Footer */

    footer{
        padding: 60px 0;
    }

    .footer-cont{
        width: 1180px;
    }

    .footer-logo{
        height: 50px;
    }

    .footer-left-items{
        gap: 4px;
    }

    .footer-button{
        width: 118px;
        height: 34px;
        margin-top: 12px;
    }

    .footer-made{
        gap: 7px;
    }

    .footer-made > img{
        height: 18px;
    }

    .footer-right{
        gap: 40px;
    }

    .footer-right-item{
        gap: 12px;
    }

    .footer-right-item img{
        height: 28px;
        margin-top: 4px;
    }

    .social-cont{
        gap: 24px;
    }

    /* Страница направления */

    .dir-top{
        gap: 65px;
        margin-top: 70px;
        margin-bottom: 82px;
        width: 1180px;
    }

    .dir-top-back{
        gap: 4px;
    }

    .dir-top-back img{
        height: 20px;
    }

    .dir-top-name{
        gap: 8px;
    }

    .dir-top-btn-cont{
        gap: 24px;
    }

    .dir-top-btn{
        height: 34px;
        padding: 0 12px;
        gap: 4px;
    }

    .dir-top-btn img{
        height: 20px;
    }

    .dir-img-spo{
        left: 663px;
        height: 368px;
    }

    /* Страница направления */

    .dir-top{
        gap: 42px;
        margin-top: 65px;
        margin-bottom: 82px;
        width: 1180px;
    }

    .dir-top-back{
        gap: 4px;
    }

    .dir-top-back img{
        height: 20px;
    }

    .dir-top-name{
        gap: 8px;
    }

    .dir-top-btn-cont{
        gap: 24px;
    }

    .dir-top-btn{
        height: 34px;
        padding: 0 12px;
        gap: 4px;
    }

    .dir-top-btn img{
        height: 20px;
    }

    .dir-img-spo{
        left: 673px;
        height: 368px;
    }

    .dir-img-vo{
        left: 673px;
        height: 336px;
    }

    /* Направления элементы */

    .dirs-items-cont{
        gap: 40px;
        width: 1180px;
    }

    .dirs-items{
        gap: 33px;
    }

    .dirs-item{
        width: 371px;
        padding: 25px;
    }

    .dirs-item-num{
        height: 39px;
        padding: 0 25px;
    }

    .dirs-items h4{
        margin-bottom: 40px;
        margin-top: 16px;
    }

    .dirs-item-txt-bottom{
        gap: 25px;
    }

    .dirs-item-txt-cont{
        gap: 7px;
    }
}

/* --------375-------- */

@media screen and (max-width: 430px) {

    .mobile-on{
        display: block;
    }

    .mobile-off{
        display: none;
    }

    /* Сайт */

    body{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 25px;
    }

    .top{
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        width: 100vw;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
        box-sizing: border-box;
    }

    header{
        width: 100%; 
        height: auto;
        border-bottom: 1px rgba(255, 255, 255, 0.30) solid;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0;
    }

    header img{
        height: auto;
        width: 100%;
    }

    .top > div{
        width: 100%; 
    }

    .top h2{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .top h1{
        margin-top: 0px;
    }

    .top p{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .top > img{
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
    }

    .top-decor-div-m{
        position: relative;
        margin-top: 50px;
    }

    .top-decor-m{
        position: absolute;
        top: 10px;
        left: 50vw;
        width: 11vw;
    }

    .button-m{
        height: 52px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Таймер */

    .sec-timer{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .timer-conts{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .timer-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .timer-cont > p{
        margin-top: 0px;
    }

    /* Расписание */

    .sec-schedule{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .sec-schedule > h2{
        text-align: center;
    }

    .schedule-cont{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .schedule-cont > div{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .schedule-time{
        width: 100%;
    }

    .schedule-name{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-cont{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .button{
        height: auto;
        width: 100%;
        padding: 14px 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    /* Розыгрыш */

    .sec-lottery{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
        overflow: hidden;
    }

    .lottery-top{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .lottery-middle{
        width: 100%;
    }

    .lottery-bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .button > img{
        height: 26px;
    }

    /* Целевое обучение */

    .sec-target{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }

    .target-top{
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .target-item{
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

    .target-item > img{
        position: absolute;
        height: 11px;
        top: 30px;
        left: 0;
    }

    ul, ol{
        margin-left: 26px;
    }

    /* Подготовка к поступлению */
    .sec-prepare{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
        overflow: hidden;
    }

    .prepare-top{
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .prepare-bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

    .prepare-bottom > img{
        position: absolute;
        height: 10px;
        top: 25px;
        left: 95px;
    }

    /* ВГЛТУ в цифрах */

    .sec-numbers{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .sec-numbers > h2{
        text-align: center;
    }

    .numbers-item{
        display: flex;
        flex-direction: column;
        gap: 10;
    }

    .numbers-cont{
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .numbers-left{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: auto;
    }

    .numbers-left-p{
        margin-bottom: 8px;
    }

    .number-right{
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .number-right-item{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: end;
    }

     .number-right-item-p{
        margin-bottom: 2px;
    }

    /* Направления подготовки */

    .sec-directions{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
        overflow: hidden;
    }

    .sec-directions > h2{
        text-align: center;
    }

    .directions-item{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Стипендии */

    .sec-grant{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        gap: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .grant-top{
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .grant-cont{
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: start;
    }

    .grant-items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .grant-item{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .grant-item-top{
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .grant-item-cont{
        display: flex;
        align-items: end;
        flex-wrap: wrap;
        gap: 8px;
    }

    .grant-item-cont > p{
        margin-bottom: 2px;
    }

    .grant-height{
        height: auto;
    }

    /* Школа-Колледж-Вуз */

    .sec-skv{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        gap: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .skv-top{
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .skv-p{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 23px;
    }

    /* Партнеры */

    .partners-items{
        display: none;
    }

    .sec_partners{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        gap: 30px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sec_partners > h2{
        text-align: center;
    }

    .partners-items-m{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .partners-item-m{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .partners-item-m > img{
        width: 35vw;
    }

    .partners-items-m > img{
        height: auto;
        width: 35vw;
    }

    /* Карта */

    .sec-map{
        width: calc(100% - 30px);
        margin: 0 15px;
        height: 100%;
        padding: 30px 20px;
        gap: 30px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sec-map > h2{
        text-align: center;
    }

    .map-cont{
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .map-cont-left-items{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .map-cont-left{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .map{
        width: 100%;
        height: 350px;
    }

    /* Footer */

    footer{
        display: none;
    }

    .footer-m{
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .footer-m-item{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-m-item img{
        height: 34px;
    }

    .footer-m a{
        color: #FFFFFF;
    }

    .footer-social-m{
        display: flex;
        gap: 30px;
    }

    .footer-made-m{
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .footer-made-m img{
        height: 18px;
    }

    /* Страница направления */

    .dir-top-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100vw;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .dir-top{
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
        width: 100vw;
        box-sizing: border-box;
    }

    .dir-top-back{
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .dir-top-back img{
        height: 24px;
    }

    .dir-top-name{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .dir-top-btn-cont{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .dir-top-btn{
        height: 52px;
        padding: 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background: rgba(255, 255, 255, 0.30);
    }

    .dir-top-btn img{
        height: 24px;
    }

    /* Направления элементы */

    .dirs-items-cont{
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 0 15px;
        width: 100vw;
        box-sizing: border-box;
    }

    .dirs-items{
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
    }

    .dirs-item{
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: space-between;
        width: calc(100vw - 30px);
        padding: 20px;
        box-sizing: border-box;
    }

    .dirs-item-num{
        height: 50px;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }

    .dirs-items h4{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .dirs-item-txt-bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .dirs-item-txt-cont{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dirs-item-txt-conts{
        display: flex;
        justify-content: start;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .dirs-item-txt-width{
        width: 100%;
    }

    .dirs-item-txt-conts-m{
        display: flex;
        gap: 50px;
    }
    
    .dirs-item-txt-width-m{
        width: auto;
    }
}