@media screen and (max-width: 1330px){
    .container{
        padding: 0 15px;
    }
    .pre-footer-line{
        padding: 0 15px;
    }
    .section-weCan-items{
        column-gap: 20px;
    }
}
@media screen and (max-width: 1023px){
    .new-page-items{
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 30px;
    }
    .new-page-title{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .go-back{
        margin-bottom: 30px;
    }
    .footer-socials{
        column-gap: 15px;
    }
    .footer-social img {
        width: 40px;
        height: 40px;
    }
    .footer-menu{
        column-gap: 15px;
    }
    .footer{
        padding: 30px 0;
    }
    .section-title{
        font-size: 24px;
    }
    .open-section{
        column-gap: 10px;
        padding: 15px 20px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .open-section > img{
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
    .new-page-text{
        width: 100%;
        font-size: 18px;
    }
    .new-page-video{
        max-height: unset;
        width: 100%;
    }
    .new-page-gallery{
        width: 100%;
    }
    .footer-copyright p{
        font-size: 12px;
    }
    .footer-copyright{
        column-gap: 20px;
    }
    .footer-menu-link{
        font-size: 14px;
    }
    .logo img{
        max-width: 350px;
    }
    .header-slogan{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .section-weCan-items{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .header{
        padding: 30px 0;
    }
    .section{
        margin-bottom: 20px;
    }
    .section-subtitle{
        font-size: 20px;
        margin-top: 20px;
    }
    .section-describe{
        font-size: 16px;
    }
    .footer-row{
        margin-bottom: 20px;
    }
    .section-weCan-item-title{
        font-size: 20px;
    }
    .section-weCan-item-text{
        font-size: 16px;
        text-align: left;
    }
    .section-weCan-item-header{
        margin-bottom: 20px;
        justify-content: flex-start;
        column-gap: 15px;
    }
    .section-weCan-item-header img{
        width: 40px;
        height: 40px;
    }
    .section-weCan-item{
        padding: 20px;
    }
    .section-block-title{
        font-size: 24px;
    }
    .section-block-content{
        flex-direction: column;
        row-gap: 15px;
    }
    .section-block{
        margin-bottom: 20px;
    }
    .section-describe{
        margin-bottom: 20px;
    }
    .section-weCan-items{
        margin-bottom: 20px;
    }
    .section-block-image{
        width: 100%;
    }
    .section-block-text{
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .section-block:nth-child(even) .section-block-content{
        flex-direction: column;
    }
    .section-block-title{
        margin-bottom: 15px;
    }
    .section-block-image img{
        max-height: 250px;
    }
    .section-block .section-block-link{
        right: 0;
        left: unset;
        bottom: -15px;
        font-size: 16px;
        margin: 0;
    }
    .section-block:nth-child(even) .section-block-link{
        right: 0;
        left: unset;
        bottom: -15px;
        font-size: 16px;
        margin: 0;
    }
    .pre-footer-line{
        height: 1px;
    }
    .dropdown{
        font-size: 14px;
        z-index: 10;
    }
    .dropdown span{
        margin-top: 5px;
    }
}
@media screen and (max-width: 768px){
    .logo img{
        max-width: 150px;
    }
    .header-slogan{
        font-size: 20px;
    }
    .search-input{
        width: 140px;
        font-size: 12px;
    }
    .search-input::placeholder{
        font-size: 12px;
    }
    .search-button img{
        width: 18px;
        height: 18px;
    }
    .header-actions{
        flex-direction: column;
        align-items: flex-end;
        row-gap: 15px;
    }
    .header-top{
        align-items: flex-start;
    }
    .selected-lang span{
        font-size: 14px;
        margin-top: 4px;
    }
    .menu-item a{
        font-size: 14px;
        line-height: 100%;
    }
    .menu-items{
        column-gap: 15px;
    }
    .menu-item a:after{
        bottom: -5px;
    }
    .footer{
        padding: 20px 0;
    }
    .search-input{
        height: 30px;
    }
    .search-button{
        height: 30px;
    }
    .language-switcher{
        height: 30px;
    }
    .go-back .open-section {
        margin: 0;
        width: 100%;
    }
}
