@media screen and (min-width: 1025px) {

    #screen-2,
    #screen-3,
    #screen-4,
    #screen-5,
    #screen-5-1,
    #screen-6,
    #screen-7
    {
        padding: 0;
    }


    #screen-4 .full-height {
        min-height: 30vh;
        margin-bottom: 450px;
    }
  
    .for-desktop {
        display: revert;
    }

    .form-wrap {
        max-width: 375px;
    }

    .form-title {
        font-size: 38px;
    }

    .form-subtitle {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .form-close__btn {
        right: -56px;
    }

    #form-request-block.active-form {
        width: 100%;
    }

    .header {
        padding-top: 32px;
        transform: translateY(-150px);
        opacity: 0;
        height: 78px;

    }

    .container {
        padding: 0;
        max-width: 1200px;
        margin: 0 auto;
        font-weight: 600;
    }

    #header-logo {
        position: absolute;
    }

    .header-small #header-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-small .header-wrap {
        border: 0;
    }

    .header-wrap {
        padding: 0;
        padding-bottom: 15px;
        position: relative;
        width: 100%;
        height: 100%;
    }


    .header .container {
        max-height: 78px;
        height: 62px;
    }


    .header-small .main-btn {
        width: 0!important;
        opacity: 0!important;
        visibility: hidden!important;
        top: -200% !important;
    }

    .header .main-btn {
        height: 62px;
        border-radius: 18px;
        padding: 20px 24px;
        width: 185px;
        font-size: 18px;
        letter-spacing: -0.02em;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        transition: top .2s ease;
    }

    .main-btn {
        padding: 20px 24px;
        font-size: 22px;
        font-weight: 600;
        width: auto;
    }


    #screen-2 .main-btn {
        margin: 0 auto;
    }


    .main-title {
        text-align: center;

    }

    .main-title-change .text {
        min-width: 928px;
    }

    .quote-professor {
        text-align: center;
    }

    .quote-professor__name {
        text-align: center;
        margin: 0 auto;
    }

    .main-subtitle {

        max-width: 866px;
        text-align: center;
        font-size: 28px;
    }

    .cursor {
        font-size: 42px;
    }

    .our-deal {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 165px;
    }

    .deal-el {
        margin-bottom: clamp(32px, 8.32vh, 96px);
        opacity: 0;
    }

    #screen-6 {
        padding-bottom: 136px !important;
    }

    #screen-6 .deal-el {
        opacity: 1;
    }

    .deal-title {
        min-width: 370px;
        opacity: 0;
        margin-bottom: 24px;
        text-align: revert!important;

    }

    .deal-list__img {
        align-items: flex-start;

    }

    #screen-3 .deal-el {
        opacity: 1;
    }

    .deal-el__title,
    .deal-text
    {
        opacity: 0;
        transform: translateY(20px);
    }

    .deal-list {
        min-width: 700px;
    }



    .describe-text {
        max-width: 871px;
    }

    .describe-text .simple-title,
    .describe-text .simple-describe
    {
        opacity: 0;
        transform: translateY(-20px);
    }

    .desctibe-list {
        display: flex;
        column-gap: 40px;
        width: max-content;
        opacity: 0;
        transform: translateY(-20px);
    }

    .describe-el__img {
        height: 40vh;
        min-width: 580px;
        object-fit: cover;
    }

    .describe-el__img img {
        width: 100%;
        height: 100%;
    }

    .describe-text .simple-title {
        margin-bottom: 24px;
    }

    .describe-el {
        width: 580px;
    }

    #screen-5-1 {
        margin-top: 0;
        padding-bottom: 120px;
    }


}

@media screen and (max-width: 1025px) {

    #screen-2 .container.full-height {
        display: flex;
        align-items: center;
    }

    #first-title {
        min-height: 155px;
    }

}