.mobile-menu {
    display: none;
}
.u-foto-img {
    border-radius: 5px;
}
.sub-mobile-menu {
    display: none;
}
.sub-mobile-search {
    display: none;
}
body.over-hide {
    overflow: hidden;
}
@media only screen and (max-width:1853px) {
    .i-about-img {
        position: absolute;
        right: -190px;
        z-index: -1;
    }
}
@media only screen and (max-width:1499px) {
    body {
        background-image: url(images/top_left.png), url(images/top_right.png), url(images/bg_new.jpg);
        background-position: 0 0, 100% 0, 0 0;
        background-repeat: no-repeat, no-repeat, repeat;
        background-size: auto, auto, auto;
        width: 100%;
        height: auto;
        max-width: 1920px;
        margin: 0 auto;
    }
    .layout-main {
        background-image: url(images/bottom_left.png), url(images/bottom_right.png);
        background-position: 0 100%, 100% 100%;
        background-repeat: no-repeat, no-repeat;
        background-size: auto, auto;
    }
    .b-wrap {
        width: 100%;
    }
    .b-m-logo {
        top: -180px;
    }
    .b-m-logo img {
        width: 200px;
    }
    .b-m-img img {
        width: 100%;
    }
    .b-head-menu {
        height: 70px;
        padding-left: 200px;
        margin-top: 30px;
    }
    .b-main-menu {
        padding-left: 200px;
    }
    .b-but-left {
        margin-left: 35px;
    }
    .i-search {
        margin-left: 35px;
    }
    .i-search input {
        width: 100%;
    }
    ul.u-main-menu {
        width: calc(100% - 65px);
    }
    .b-wrap-block {
        width: 100%;
        padding: 0 20px;
    }
    .i-about-img {
        display: none;
    }
    .u-foto-img {
        width: 90%;
        height: 320px;
        overflow: hidden;
        margin-left: 5%;
    }
    .left-convert, .right-convert {
        display:none;
    }
    .bar-b-right {
        top: 235px;
        right: 0px;
    }
    .bar-b-left {
        top: 235px;
        left: 0px;
    }
    .u-foto-title {
        font-size: 18px;
        margin: 10px 15px;
        text-align: center;
    }
    .u-foto-text {
        font-size: 14px;
        margin: 0 15px;
        text-align: center;
    }
    .partner {
        margin: 69px 0 0 0;
        width: 100%;
    }
    .bar-w-right {
        top: 160px;
        right: 0px;
    }
    .bar-w-left {
        top: 160px;
        left: 0px;
    }
    .b-w-news {
        width: calc(50% - 25px);
    }
    .n-img {
        width: 150px;
        height: 100px;
    }
    .n-text {
        width: calc(100% - 170px);
    }
    .b-foot-left {
        width: 500px;
    }
    .f-txt {
        width: 270px;
        margin: 20px 0 0 30px;
    }
    .kadr-wrap {
        display:block;
    }
    .kadr {
        display: none;
    }
}
@media only screen and (max-width:1140px) {
    .b-wrap-title.gallery-title {
        width: calc(100% - 40px);
        padding: 40px 20px;
    }
    .zagolovok {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .partnery-list {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .news-list, .news-detail {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    #members {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
@media only screen and (max-width:992px) {
    body {
        background-image: url(images/bg_new.jpg);
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
        width: 100%;
        height: auto;
        max-width: unset;
        margin: 0;
        padding: 0;
    }
    .layout-main {
        background-image: none;
        background-position: unset;
        background-repeat: unset;
        background-size: unset;
    }
    .b-wrap {
        width: 100%;
    }
    .b-head-menu {
        display: none;
    }
    .b-main-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
        width:100vw;
        margin:0;
        padding:0;
    }
    .mobile-menu .navigation-mobile {
        position: absolute;
        top: 10px;
        z-index:15;
    }
    .mobile-menu .search-mobile {
        display: block;
        position: absolute;
        top: 31px;
        right: 15px;
    }
    .mobile-menu .search-mobile img {
        height: 32px;
    }
    .navigation-mobile .nav-btn {
        display: flex;
        margin: 0;
        padding: 0px 20px;
    }
    .navigation-mobile .nav-btn .nav-icon {
        margin: 7px 0;
        width: 40px;
    }
    .navigation-mobile .nav-btn .nav-icon:after, .navigation-mobile .nav-btn .nav-icon:before, .navigation-mobile .nav-btn .nav-icon div {
        background-color: #000;
        border-radius: 1px;
        content: '';
        display: block;
        height: 2px;
        margin: 14px 0;
        transition: all .2s ease-in-out;
    }
    .navigation-mobile .nav-btn .nav-icon.active:before {
        background-color: #fff;
        transform: translateY(14px) rotate(135deg);
    }
    .navigation-mobile .nav-btn .nav-icon.active div {
        transform: scale(0);
    }
    .navigation-mobile .nav-btn .nav-icon.active:after {
        background-color: #fff;
        transform: translateY(-18px) rotate(-135deg);
    }
    .sub-mobile-menu {
        display: block;
        position: fixed;
        width: 180px;
        left: 0;
        top: 0px;
        z-index: 10;
        background: #541824;
        bottom: 0;
        padding: 5px 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .sub-mobile-menu.show {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .sub-mobile-search {
        display: block;
        position: absolute;
        width: 0px;
        height: 40px;
        right: 15px;
        top: 100px;
        z-index: 10;
        background: #541824;
        padding: 0;
        -webkit-transition: width .3s cubic-bezier(0,0,1,1);
        -moz-transition: width .3s cubic-bezier(0,0,1,1);
        -ms-transition: width .3s cubic-bezier(0,0,1,1);
        -o-transition: width .3s cubic-bezier(0,0,1,1);
        transition: width .3s cubic-bezier(0,0,1,1);
    }
    .sub-mobile-search.show {
        width: 250px;
        padding: 10px;
        -webkit-transition: width .3s cubic-bezier(0,0,1,1);
        -moz-transition: width .3s cubic-bezier(0,0,1,1);
        -ms-transition: width .3s cubic-bezier(0,0,1,1);
        -o-transition: width .3s cubic-bezier(0,0,1,1);
        transition: width .3s cubic-bezier(0,0,1,1);
    }
    .sub-mobile-search.show::before {
        content: '';
        position: absolute;
        border: 10px solid transparent;
        border-right: 10px solid #541824;
        border-bottom: 10px solid #541824;
        top: -15px;
        right: 0;
    }
    .sub-mobile-search .i-b-search {
        margin: 0;
    }
    .sub-mobile-search .i-b-search input {
        display:none;
    }
    .sub-mobile-search.show .i-b-search input {
        display: block;
        border: none;
        border-bottom: 1px solid #a59c8c;
        padding: 5px 10px 9px 10px;
        background: transparent;
        font-size: 20px;
        font-style: italic;
        width: calc(100% - 20px);
    }





    .sub-mobile-menu ul.u-main-menu li {
        display: block;
        margin-right: 5px;
        padding: 3px;
    }
    .sub-mobile-menu ul.u-main-menu li a {
        color: #fff;
        font-size: 22px;
    }
    .sub-mobile-menu ul.b-soc {
        margin-top: 30px;
    }
    .sub-mobile-menu ul.b-soc li {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(./images/soc.png);
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }
    .sub-mobile-menu .b-but-foto.b-but-left {
        margin-left: 40px !important;
        font-size: 14px;
        width: 135px;
    }
    .sub-mobile-menu .b-but-foto a {
        padding: 0px 5px;
    }
    .b-main-block {
        margin-top: 10px;
    }
    .b-m-logo {
        position: absolute;
        left: 50%;
        top: -90px;
        text-align: center;
        margin-left: -75px;
    }
    .b-m-logo img {
        width: 150px;
    }
    .b-m-img {
        margin-top: 100px;
    }
    .b-m-img img {
        width: 100%;
    }
    .b-wrap-block {
        width: 100%;
        margin: 40px auto;
        position: relative;
        box-sizing: border-box;
        padding: 0;
    }
    .zagolovok {
        width: 100%;
        padding: 0;
    }
    .partnery-list {
        width: 100%;
        padding: 0;
    }
    #members {
        width: 100%;
        padding: 0;
    }
    .news-list, .news-detail {
        width: 100%;
        padding: 0;
    }
    .news-detail {
        width: 100%;
        padding: 15px;
    }
    .image-preview {
        margin-left: 15px;
        margin-right: 0;
    }
    .ext-body {
        width: calc(100% - 150px);
        margin-left: 15px;
    }
    font.text {
        margin-left:20px;
    }
    #nav_niz {
        padding: 0 20px;
    }
    .b-filtr-elem {
        width: calc(50% - 22px);
        font-size: 10pt;
        font-weight: bold;
        display: inline-block;
        margin: 0 10px;
    }
    .filtr_send {
        width: calc(100% - 80px);
    }
    #fotoall {
        width: calc(50% - 20px);
        height: 100%;
        display: inline-block;
        margin: 10px;
    }
    .b-about {
        padding-right: 0px;
        margin-bottom: 100px;
    }
    .i-about-img {
        display: none;
    }
    .b-wrap-title {
        margin: 20px 15px 40px 15px;
        text-align: center;
    }
    .b-wrap-title.gallery-title {
        width: 100%;
        padding: 40px 0;
    }
    .b-wrap-text {
        padding: 0px 15px;
    }
    .b-but-foto {
        margin: 50px auto 20px auto !important;
    }
    .bar-b-right {
        background: rgba(255,255,255,0.8) url(./images/arrow-b-right.png);
        top: 235px;
        right: 0px;
        border-radius: 50%;
    }
    .bar-b-left {
        background: rgba(255,255,255,0.8) url(./images/arrow-b-left.png);
        top: 235px;
        left: 0px;
        border-radius: 50%;
    }
    .bar-w-right {
        background: #72777b url(./images/arrow-w-right.png);
        top: 160px;
        right: 0px;
        border-radius: 50%;
    }
    .bar-w-left {
        background: #72777b url(./images/arrow-w-left.png);
        top: 160px;
        left: 0px;
        border-radius: 50%;
    }

    .left-convert, .right-convert {
        display:none;
    }
    .partner {
        width: calc(100% - 30px);
        margin: 69px 15px 0 15px;
    }
    .b-foot-left {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .f-img {
        width: auto;
        margin-left: 15px;
        flex: 0 0 calc(35% - 15px);
        text-align: right;
    }
    .f-img img {
        width: 150px;
    }
    .f-txt {
        width: auto;
        float: none;
        margin: 0;
        flex: 0 0 calc(65% - 30px);
        padding: 0 15px;
    }
    .f-title {
        font-size: 22px;
    }
    .f-text {
        font-size: 20px;
    }
    .hr-img.hr-news {
        margin-bottom: 50px;
    }
    .b-foot-right {
        width: 100%;
        padding-left: 0px;
    }
    .adr {
        padding: 0 15px;
        text-align: center;
    }
    .b-soc {
        text-align: center;
    }
    ul.u-foto li {
        display: inline-block;
        margin-right: 20px;
        max-width: 100%;
        vertical-align: top;
        padding: 0;
    }
    .u-foto-img {
        width: 90%;
        height: 250px;
        overflow: hidden;
        margin-left: 5%;
    }
    .u-foto-title {
        font-size: 18px;
        margin: 10px 15px;
        text-align: center;
    }
    .u-foto-text {
        font-size: 14px;
        margin: 0 15px;
        text-align: center;
    }
    .slick-slide img {
        width: unset;
    }
    .u-foto  .slick-slide img {
        width: 100%;
    }
    .b-w-news {
        width: 100%;
        margin: 0 0px 40px 0;
    }
    .n-img {
        width: 170px;
        margin: 0 15px;
        height: 100px;
    }
    .n-text {
        width: calc(100% - 220px);
    }
    .n-text a {
        font-size: 16px;
    }
    .n-text p {
        color: #531702;
        line-height: 20px;
        font-size: 14px;
    }
    .slick-slide {
        padding: 0 5px;
    }
    .partner-item {
        width: 10% !important;
    }
    .partnery-list .part-item {
        flex: 0 0 calc(33.333333% - 30px);
        text-align: center;
        padding: 40px 15px;
        height: 100%;
    }
    .photo-gallery .photo-gallery-item {
        flex: 0 0 calc(33.333333% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-item .photo-item-cover {
        width: calc(33.333333% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-text-box .comment {
        display:none;
    }
}
@media only screen and (max-width:767px) {
    .u-foto-img {
        width: 90%;
        height: 320px;
        overflow: hidden;
        margin-left: 5%;
    }
    .u-foto-title {
        font-size: 20px;
        margin: 10px 15px;
        text-align: center;
    }
    .u-foto-text {
        font-size: 16px;
        margin: 0 15px;
        text-align: center;
    }
    .photo-gallery .photo-gallery-item {
        flex: 0 0 calc(50% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-item .photo-item-cover {
        width: calc(50% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-text-box .comment {
        display:none;
    }
}
@media only screen and (max-width:650px) {
    .u-foto-img {
        width: 90%;
        height: 265px;
        overflow: hidden;
        margin: 0 auto;
    }
    .f-txt {
        width: auto;
        float: none;
        margin: 0;
        flex: 0 0 calc(65% - 40px);
        padding: 0 20px;
    }
    .u-foto-title {
        font-size: 16px;
        margin: 10px 15px;
        text-align: center;
    }
    .u-foto-text {
        font-size: 12px;
        margin: 0 15px;
        text-align: center;
    }
    .partnery-list .part-item {
        flex: 0 0 calc(50% - 30px);
        text-align: center;
        padding: 40px 15px;
        height: 100%;
    }
}
@media only screen and (max-width:480px) {
    ul.u-foto li {
        display: inline-block;
        margin-right: 0px;
        max-width: 100%;
        vertical-align: top;
        padding: 0;
    }
    .u-foto-img {
        width: 350px;
        height: 350px;
        overflow: hidden;
        margin: 0 auto;
    }
    .u-foto-title {
        font-size: 20px;
        margin: 10px 15px;
        text-align: center;
    }
    .u-foto-text {
        font-size: 16px;
        margin: 0 15px;
        text-align: center;
    }
    .slick-track {
        left: 0;
    }
    .partner-item {
        width: 10% !important;
    }
    .b-w-news {
        width: 100%;
        margin: 0 0px 40px 0;
    }
    .n-img {
        width: 120px;
        margin: 0 15px;
        height: 85px;
    }
    .n-text {
        width: calc(100% - 170px);
    }
    .n-text a {
        font-size: 16px;
    }
    .n-text p {
        color: #531702;
        line-height: 20px;
        font-size: 14px;
    }
    .f-img img {
        width: 100px;
    }
    .f-title {
        font-size: 18px;
    }
    .f-text {
        font-size: 16px;
    }
    #fotoall {
        width: 100%;
        height: 100%;
        display: block;
    }
    .partnery-list .part-item {
        flex: 0 0 calc(100% - 30px);
        text-align: center;
        padding: 40px 15px;
        height: 100%;
    }
    .partnery-list .part-item a {
        height: 180px;
        width: calc(100vw - 30px);
    }
    .photo-gallery .photo-gallery-item {
        flex: 0 0 calc(100% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-item .photo-item-cover {
        width: calc(100% - 20px);
    }
    .photo-gallery .photo-gallery-item .photo-text-box {
        text-align: center;
    }
    .photo-gallery .photo-gallery-item .photo-text-box .comment {
        display:none;
    }
}