@media screen and (max-width: 1480px){

    .tl-flex {margin-left: 18px;}
    .menu li a {font-size: 15px;}
    .gen-title {font-size: 49px;}
    .fixed {max-width: 1035px;}
    .story-text {font-size: 17px;}
    .story-list li {font-size: 15px;}
    .title-partners {font-size: 30px;}
    .partners-text {font-size: 15px;}
    .title-news {font-size: 30px;}
    .slider-news {margin: 0 -10px 60px -10px;}
    .slider-news .slick-slide {margin: 0 10px;}
    .news-date {font-size: 14px;}
    .news-name {font-size: 17px;}
    .an-text {font-size: 15px}
}

@media screen and (max-width: 1280px){

    .menu-block {
        height: 50px;
        padding: 5px;
        margin-right: 18px;
    }

    .menu li {margin: 0 18px;}
    .menu li a {font-size: 14px;}

    .language-menu li a {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .logo {
        width: 91px;
        height: 74px;
    }

    .logo-fixed {
        top: 12px;
        width: 92px;
        height: 26px;
    }

    .head-cont {
        padding-left: 18px;
        font-size: 14px;
    }

    .hc-block {margin-left: 56px;}

    .picture-block {
        width: 600px;
        height: 816px;
    }

    .picture-wrap {
        height: 766px;
        overflow: hidden;
        position: relative;
    }

    .picture-one {
        height: 816px;
    }

    .picture-second-block {
        left: 180px;
        height: 816px;
        width: 270px;
    }

    .picture-second {
        left: -180px;
        width: 600px;
        height: 816px;
    }

    .gen-title {font-size: 40px;}

    .fixed {max-width: 992px;}

    .slider-partners .slick-next {right: -30px;}

    .slider-partners .slick-prev {left: -30px;}
}

@media (max-width: 1000px) {
    /* Bridge made it relative, so it makes sense to add some spaces */
    .header {
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .template-new-page {
        padding-top: 0;
    }
}

@media screen and (max-width: 1024px){

    .logo-fixed {display: none}

    .tl-flex {margin: 0 20px;}

    .menu-block {display: none}

    .menu-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-flex {
        display: block;
        margin-bottom: 65px;
    }

    .picture-over {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head-cont {
        width: auto;
        padding: 0;
        max-width: 720px;
        margin: 0 auto 60px auto;
    }

    .fixed {
        max-width: 720px;
    }

    .fs-small {display: none}

    .footer-section {
        width: 45%;
        padding-left: 40px;
    }

    .footer-info::before {
        left: -30px;
        width: 18px;
    }
}

@media screen and (max-width: 768px){

    .logo {
        display: none;
    }

    .logo-fixed {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100px;
        height: 28px;
        opacity: 1;
        background-color: #FDFDFD;
        background-size: 85% 85%;
    }

    .head-cont {
        margin: 0 20px 60px 20px;
    }

    .gen-title {
        margin-bottom: 12px;
        font-size: 32px;
    }

    .hc-block {
        margin-left: 0;
    }

    .head-cont p {
        margin-bottom: 20px;
    }

    .hc-list {
        margin: 20px 0 30px 0;
    }

    .picture-block {
        width: 320px;
        height: 434px;
    }

    .picture-wrap {
        height: 400px;
    }

    .picture-one {
        height: 434px;
    }

    .picture-second-block {
        left: 110px;
        height: 434px;
        width: 140px;
    }

    .picture-second {
        left: -110px;
        width: 320px;
        height: 434px;
    }

    .fixed {
        margin: 0 20px;
    }

    .story-list li {
        width: 46%;
        padding-left: 9px;
        margin: 20px 0;
        font-size: 14px;
    }

    .story-numeric {
        margin-left: -9px;
        font-size: 30px;
    }

    .title-news {
        margin: 0 0 20px 104px;
        font-size: 25px;
    }

    .slider-news .slick-next {
        right: 0;
    }

    .slider-news .slick-prev {
        left: 0;
    }

    .footer-flex, .fs-block{
        display: block;
    }

    .fl-block {
        width: auto;
        margin: 0 auto 30px auto;
    }

    .footer-section {
        width: auto;
        margin-bottom: 30px;
    }

    .footer-logo {
        margin: 0 auto 10px auto;
    }

    .gratitude-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .gb-pic-left {
        width: auto;
        margin: 0 auto 30px auto;
        text-align: center;
    }

    .gb-pic-right {
        width: auto;
        margin: 30px auto 0 auto;
        text-align: center;
    }

    .scrollup {
        position: absolute;
    }

}




