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

}
@media screen and (max-width: 1536px) {
    .section__title {
        font-size: 25px;
    }
    
    .section__title--linck a {
        font-size: 14px;
    }
    
    .section__title--block {
        margin-bottom: 20px;
    }
    
    .home__linck--block {
        margin-bottom: 50px;
    }

    
}
@media screen and (max-width: 1450px) {
    .header__row{
        margin-left: 0;
        margin-right: 0;
    }
    .home__linck--block,
    .section__news,
    .section__partners {
        margin-left: 0;
    }
    .info__slider--videophoto,
    .home__info--item {
        margin-right: 0;
    }

    .header__menu .menu a {
        font-size: 12px;
    }
    .header__menu > .menu > li > a {
        padding: 31px 5px;
    }

}
@media screen and (max-width: 1200px) {
    /*.header__menu .menu > li {
        margin: 0 5px;
    }*/

    .header__search {
        margin-right: 20px;
    }

    .header__menu {
        margin-right: 20px;
    }

    a.header__top--item {
        font-size: 12px;
    }

    .info__item--top {
        font-size: 18px;
    }

    .info__item--desc {
        font-size: 14px;
    }


    /*.header__menu .menu a {
        font-size: 11px;
    }
    .header__menu > .menu > li > a {
        padding: 31px 5px;
    }*/
    .header__menu {
        display: none;
    }
    .header__search {
        margin-right: 0px;
    }
    .header__burger {
        margin-left: 1px;
        /* background: #FBFBFB; */
        background: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    
    .header__burger--menu {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
    }
    
    .header__burger--menu span {
        position: absolute;
        width: 30px;
        height: 3px;
        background: #012f6f;
        border-radius: 100px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        transition: all 0.5s ease;
    }
    
    .header__burger--menu span:nth-child(1) {
        transform: translateY(-8px);
    }
    
    .header__burger--menu span:nth-child(3) {
        transform: translateY(8px);
    }
    
    .menu__active .header__burger--menu span:nth-child(2){
        opacity: 0;
    }
    .menu__active .header__burger--menu span:nth-child(1){
        transform: rotate(45deg);
    }
    .menu__active .header__burger--menu span:nth-child(3){
        transform: rotate(-45deg);
    }

    .banner__slider--arrow {
        margin-right: 15px;
    }

    .js__menu--block{
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        transition: all 0.5s ease;
        transform: translateX(100%);
        background: #f6f7f8;
        top: 0;
        padding-top: 60px;
        padding-bottom: 30px;
        height: 100vh;
    }
    .menu__active .js__menu--block {
        transform: translateX(0);
    }
    /*
    .js-menu {
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        transition: all 0.5s ease;
        transform: translateX(100%);
    }
    
    .menu__active .js-menu {
        transform: translateX(0);
    }
    */
    .menu__active .js-menu ul {
        padding-left: 0;
        padding: 10px;
    }

    .js-menu {
        display: block;
    }
    .js__menu--block{
        display: block;
    }
    .js__menu--block span.header__burger--menu {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .js__menu--block .header__menu--js {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
    }
    

    .header__menu--js .header__search {
        display: flex !important;
    }
    
    .header__menu--js .header__search a {
        background: transparent;
    }
    
    .header__menu--js .header-language {
        display: block !important;
    }
    
    .header__menu--js .header-language ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }
    
    .js-menu {
        height: auto !important;
    }
    
}
@media screen and (max-width: 1200px) {
    .header__menu--js .header__search {display: none;}

    .header__menu--js .header-language {
        display: none;
    }
    a.header__top--item br {
        display: none;
    }
    
    .header__menu {
        display: none;
    }
    .banner__slider {
        /* height: 400px; */
    }
    .section__banner .banner__slide {
        /* height: 400px; */
    }
    
    .section__title {
        font-size: 20px;
    }
    .news__block.scroll__block {
        max-height: 500px;
        margin-bottom: 30px;
    }
    
    .block__linck--item a {
        height: 100px;
    }


    .header__search {
        margin-right: 0px;
    }
    .header__burger {
        margin-left: 1px;
        /* background: #FBFBFB; */
        background: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    
    .header__burger--menu {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
    }
    
    .header__burger--menu span {
        position: absolute;
        width: 30px;
        height: 3px;
        background: #012f6f;
        border-radius: 100px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        transition: all 0.5s ease;
    }
    
    .header__burger--menu span:nth-child(1) {
        transform: translateY(-8px);
    }
    
    .header__burger--menu span:nth-child(3) {
        transform: translateY(8px);
    }
    
    .menu__active .header__burger--menu span:nth-child(2){
        opacity: 0;
    }
    .menu__active .header__burger--menu span:nth-child(1){
        transform: rotate(45deg);
    }
    .menu__active .header__burger--menu span:nth-child(3){
        transform: rotate(-45deg);
    }

    .banner__slider--arrow {
        margin-right: 15px;
    }

    .js__menu--block{
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        transition: all 0.5s ease;
        transform: translateX(100%);
        background: #f6f7f8;
        top: 0;
        padding-top: 60px;
        padding-bottom: 30px;
        height: 100vh;
    }
    .menu__active .js__menu--block {
        transform: translateX(0);
    }
    /*
    .js-menu {
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        transition: all 0.5s ease;
        transform: translateX(100%);
    }
    
    .menu__active .js-menu {
        transform: translateX(0);
    }
    */
    .menu__active .js-menu ul {
        padding-left: 0;
        padding: 10px;
    }

    .js-menu {
        display: block;
    }
    .js__menu--block{
        display: block;
    }
    .js__menu--block span.header__burger--menu {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .js__menu--block .header__menu--js {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
    }
        
    
    


    
    /*----------------*/
    .home__linck--img {
        height: 220px;
    }
    
    .home__linck--title {
        font-size: 18px;
    }
    
    .videophoto__top--item {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .home__info--chairman--title {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .home__info--chairman .home__info--chairman--info {
        padding: 20px;
    }
    
    .home__infocontrol--title {
        font-size: 20px;
    }
    footer .header__menu {
        display: block;
    }
    .videophoto__item--video .videophoto__item--img:after,
    .videophoto__item--photo .videophoto__item--img:after {
        top: 10px;
        left: 10px;
        transform: none;
    }
}
@media screen and (max-width: 1024px) {
    


    .home__about--desc ul li {
        margin-bottom: 10px;
    }

    .home__info--block {
        margin-bottom: 30px;
    }
    
    .footer__row {
        padding: 40px 0;
    }

    
    .page__right .home__info--chairman.home__info--item {height: auto;}
    .videophoto__body {
        padding: 20px 15px 20px 15px;
    }
    .videophoto__item--title {
        font-size: 12px;
    }
    .home__linck--img {
        height: 200px;
    }
    .home__info--chairman--title {
        font-size: 16px;
        line-height: 1.2;
    }

    .page__right .home__info--item {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 992px) {


    .page__right .info__sliderblog {
        display: none;
    }
    .page__right  .info__slider--videophoto {
        display: none;
    }
    .page__right .home__info--item {
        margin-bottom: 0;
    }
    
    .info__slider--arrow {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }
    
    .info__slider-next {
        margin-left: 25px;
    }
    
    .gos__item {
        margin-bottom: 20px;
    }
    .page__right .home__info--item {
        height: auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 769px) {
    .row.swiper-wrapper {
        margin: 0;
        flex-wrap: nowrap;
    }
    .home__linck--slider .row.swiper-wrapper {
        width: 100%;
    }
    .row.swiper-wrapper .swiper-slide {
        padding: 0;
    }

    .header__relative {
        margin-bottom: 35px;
    }
    .section__banner {
        /* display: none; */
    }
    .page__right--home{
        display: none;
    }
    .mobile__right {
        display: block;
    }
    .footer__menu--bottom {
        display: none;
    }

    .home__info--item {
        height: 125px;
    }
    
    .home__info--control--bg {
        background-position: bottom;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-color: #DD282B;
    }
    
    .home__info--control--bg .home__infocontrol--title {
        margin-top: 0;
        margin-right: 20px;
    }
    
    .info__slider {
        margin: 0;
        margin-bottom: 35px;
    }
    
    .home__linck--block {
        margin-bottom: 35px;
    }
    
    .home__linck--item {
        margin-bottom: 0;
    }


    /*------------------*/
    .home__info--item.home__info--chairman {
        height: auto;
        flex-direction: column;
        padding: 20px 30px;
    }
    
    .home__info--chairman--img {
        width: 200px;
        height: 200px;
        border: 3px solid #012F6F;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .home__info--chairman--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .home__info--chairman .home__info--chairman--info {
        justify-content: space-between;
        padding: 0;
    }
    .home__info--chairman--title {
        font-size: 24px;
    }
    .info__slider--videophoto {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .section__news .section__title--block {
        justify-content: space-between;
    }
    .section__news {
        padding: 30px 25px 30px 25px;
    }
    .videophoto__body {
        padding: 30px 25px 30px 25px;
    }

    .info__sliderblog {
        margin: 0;
    }
    .home__info--chairman--img {
        padding-top: 0;
    }

    .info__item--text {
        text-align: left;
    }
    
    .info__item--number {
        font-size: 50px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .section__banner .banner__slide {
        height: 200px;
    }
    
    .banner__slider {
        /* height: 200px; */
    }

    .info__slider {
        overflow: hidden;
    }
    
    .info__slider--arrow {
        margin-top: 20px;
    }
    
    .home__about {
        padding: 30px;
    }
    /*----------------------*/
    .page__right .info__slider--arrow {
        margin-top: 0px;
    }
    
    .page__right {
        margin-bottom: 40px;
    }
    
    .page__desc {
        padding: 30px 15px;
        font-size: 14px;
    }



    



}
@media screen and (max-width: 480px) {
    .logo--mobile{
        display: block;
    }
    .logo--desctop{
        display: none;
    }
    
    .header-language ul a {
        padding: 5px 10px;
    }
    
    .events__item {
        padding: 15px 20px;
    }
    
    .events__item--top {
        flex-direction: column;
    }
    
    .news__block--item {
        height: auto;
        flex-direction: column;
    }
    
    .news__item--img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .news__item--img img {
        object-fit: cover;
    }
    
    .section__title {
        font-size: 18px;
    }
    
    .gos__item {
        flex-direction: column;
    }
    
    .gos__item--img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .block__linck--item a {
        height: auto;
    }


    .manual__desc {
        flex-direction: column;
    }
    
    .manual__new--img {
        margin: 0 auto;
        margin-bottom: 30px;
    }



    .banner__slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .section__banner .banner__slide {
        display: flex;
        align-items: center;
    }


    .footer__menu--top .old__version {
        display: none;
    }


    /*----------------------*/
    .footer__row--mobile {
        display: block !important;
    }
    
    .footer__row--mobile .old__version {
        text-align: center;
        margin: 0;
        margin-top: 10px;
        padding-bottom: 20px;
    }
    
    .footer__row--mobile .old__version a {
        color: #012F6F;
        font-size: 12px;
    }
    
    .footer__row--mobile ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer__row--mobile ul.menu > li > a {
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #9E9E9E;
    }
    
    .footer__row--mobile ul.menu > li {
        margin: 0 10px;
    }
    
    .footer__row {
        padding-bottom: 10px;
    }
    
    .info__item--number {
        font-size: 34px;
    }
    
    .info__item--top {
        font-size: 16px;
    }
    
    .info__item--desc {
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {

}