/*burger menu*/

@media screen and (max-width: 768px) {
    .menu-btn {
        display: flex;
    }
    
    .nav {
        display: none;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .nav-item {
        padding: 10px 0;
    }

    .nav-link {
        color: black;
        text-decoration: none;
    }

    .open {
        display: block; 
    }
}

/*footer*/
@media(max-width:800px){
    .footer-logo{
        display: none;
    }
}
@media(max-width:699px){
    .footer-links{
        display: none;
    }
    .footer-block-2{
        flex-direction: column;
        text-align: center;
    }
    .footer-block{
        flex-direction: column;
        row-gap: 15px;
    }
}
@media(max-width:370px){
    .ft-c-local,
    .ft-c-tel,
    .ft-c-email{
        font-size: 16px;
    }
    h1{
        font-size: 35px;
    }
}
@media(max-width:300px){
    .header-content-left img{
        max-width: 150px;
    }
    .ft-c-local,
    .ft-c-tel,
    .ft-c-email{
        font-size: 14px;
    }
}

/*header content*/
@media(max-width:1700px){
    .header-content__block{
        flex-direction: column;
    }
    .header-content__title p{
        margin: 0 auto;
    }
    .header-content__right img{
        min-width: 500px;
        margin-top: 20px;
    }
}
@media(max-width:1700px){
    .header-content__right img{
        min-width: 300px;
    }
    .header-content__title h1{
        font-size: 50px;
    }
    .header-content__title p{
        font-size: 25px;
    }
}
@media(max-width:400px){
    .header-content__title h1{
        font-size: 33px;
    }
    .header-content__title p{
        font-size: 20px;
    }
}
@media(max-width:315px){
    .header-content__right img{
        min-width: 230px;
    }
}
/*photoshop*/

@media(max-width:1700px){
    .photoshop__item{
        flex-direction: column;
    }
    .photoshop__item__reverse{
        flex-direction: column-reverse;
    }
    .photoshop__text{
        max-width: 650px;
    }
    .photoshop__text h4{
        font-size: 22px;
        
    }
    .photoshop__text p{
        font-size: 18px;
    }
}
@media(max-width:810px){
    .photoshop__title h1{
        font-size: 30px;
        font-weight: 900;
    }
    .photoshop__title p{
        font-size: 22px;
    }
}
@media(max-width:700px){
    .photoshop__video{
        display: flex;
        justify-content: center;
    }
    .photoshop__video video{
        min-width: 400px;
        max-height: 400px;
    }
}

@media(max-width:450px){
    
    .photoshop__video video{
        width: 250px;
        height: 250px;
    }
}
@media(max-width:400px){
    .photoshop__video video{
        min-width: 100px;
        min-height: 100px;
        justify-content: center;
        margin: 0 auto;
        display: block;
    }
}

/*new*/
@media(max-width:1250px){
    .new__item img{
        min-width: 1000px;
    }
    .new__item__bag{
        width: 1000px;
    }
}
@media(max-width:1250px){
    .new__item img{
        min-width: 600px;
    }
    .new__item__bag{
        min-width: 600px;
    }
}
@media(max-width:1250px){
    .new__item img{
        min-width: 600px;
    }
    .new__item__bag{
        min-width: 600px;
    }

}
@media(max-width:860px){
    .new__big__text h2{
        font-size: 22px;
    }
    .new__big__text p{
        font-size: 18px;
    }
}
@media(max-width:670px){
    .new__item img{
        min-width: 400px;
    }
    .new__item__bag{
        min-width: 400px
    }
}
@media(max-width:470px){
    .new__item img{
        min-width: 250px;
    }
    .new__item__bag{
        min-width: 250px;
    }
}
