
@media(max-width:1500px) {
    .description-title {
        text-align: center;
        font-size: 80px;
    }

}

@media (max-width:1024px) {
    h1 {
        font-size: 110px;
    }

    h3 {
        font-size: 36px;
        line-height: 100%;
    }

    .name {
        margin-bottom: 0;
    }

    .name-conteiner {
        height: 280px;
        margin-bottom: 60px;

    }

    .name-text_right {
        max-width: 400px;

    }

    .text-project {
        top: 70px;
        font-size: 100px;
        position: absolute;
        margin-left: 40px;
        z-index: 10;
    }

    .discription-text {
        text-align: center;
    }


}

@media(max-width:956px) {
    .name-conteiner {
        flex-direction: column;
    }

    .name-text {
        height: 60%;
    }

    .text-right,
    .name-text_left {
        width: 100%;
        max-width: 100%;
    }

    .name-text_right {
        max-width: 100%;
    }

    .name-text_right {
        display: flex;
        align-items: flex-end;
    }

    .name-conteiner {
        height: auto;

    }

    .name-text_right h3 {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .description-title {

        font-size: 60px;
    }

}

@media (max-width: 768px) and (min-width: 370px) {
    .header-conteiner {
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 86px;
    }

  

    .adaptive-conteiner {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 40px;
    }
    .menu ul {
        text-align: right;
        flex-direction: column;
        gap: 0;
        padding-right: 20px;
        align-items: flex-end;
        line-height: 24px;
       
    }
    .custom-logo{
        width: 80px;
        height: 80px;
    }
    .header-logo {
     
        background-size: contain;
    }

    .menu-conteiner {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6006);
        top: 0;
        left: 0;
        z-index: 100;
    }

    .menu-mob ul {
        display: flex;
        flex-direction: column;

    }

    .menu-mob ul {
        font-size: 40px;
        position: absolute;
        top: 80px;
        right: 40px;
        text-align: right;
        display: flex;
        flex-direction: column;
    }

    .menu-mob a {
        color: white;
        font-weight: 200;
    }
    .name-conteiner {
        height: 400px;
        margin-bottom: 400px;
        flex-direction: column;
        align-items: center;
    }
    
    h1 {
        font-size: 80px;
        text-align: center;
    }
    
    .name-text_right .text-right {
        text-align: center;
        font-size: 24px;
    }
    
    .name-text_right {
        gap: 40px;
    
    }
    
    .name-text_left {
        text-align: center;
    }
    
    .btn-box {
        justify-content: center;
    }
    
    .height-top {
        height: 50%;
    }
    
    .discription-bg {
        height: 50%;
    }
    
    .slide-photo {
        width: 565px;
        height: 598px;
    }

}

@media(max-width:660px) {
    .name {
        background-position-x: -150px;
    }

    .text-project {
        top: 100px;
        font-size: 80px;
        margin-left: 20px;
    }

    .text-home {
        font-size: 36px;
    }

    .discription-block h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .description-title {
        margin-top: 20px;
        text-align: center;
        font-size: 50px;
    }

    .gallery {
        height: 828px;
        margin-bottom: 40px;
    }

    .discription {
        height: 1000px;

    }
}

@media(max-width:578px) {
    .slide-photo {
        width: 100%;

    }

    /* popup */
    .popup-text {
        top: 416px;
        padding: 16px 16px;
        width: 355px;
        height: 361px;
        top: calc(50% -361px);

    }

    .form-header {
        padding: 18px 16px;
        width: 355px;
        height: 136px;
        top: 168px;

    }
}

@media(max-width:500px) {
    .name {
        height: 800px;
    }

    .name-text_right h3 {
        line-height: 30px;
        margin-bottom: 0px;
    }

    h1 {
        font-size: 80px;
    }

    .text-project {
        top: 50px;
        font-size: 60px;

    }

    .info-box {
        bottom: 40px;
        padding: 0 20px;
    }

    .description-title {
        margin-top: 10px;
        font-size: 40px;
    }

    .carusel-conteiner {
        margin: 100px 0 0 48px;
    }


}

@media(max-width:475px) {
    .text-home {
        font-size: 28px;
        line-height: 34px;
    }

    .text-project {
        top: 60px;
        font-size: 50px;
    }

}