@media screen and (max-width: 3000px) {

}
@media screen and (max-width: 2000px) {

}
@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1880px) {
   
}
@media screen and (max-width: 1840px) {
    .bunner__container, .footer__container {
        margin: 0 15px;
    }
}
@media screen and (max-width: 1536px) {
    footer {
        padding-bottom: 30px;
    }
    .bunner__container, .footer__container {
        margin: 0;
    }
}
@media screen and (max-width: 1366px) {
    .catalog__item--margin-top .catalog__item--absol,
    .catalog__item--absol {
        padding: 80px 80px 40px 80px;
    }
    .page__banner--title {
        font-size: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .header__popapmenu {
        display: none;
    }

    .header__menu ul.menu li {
        margin-left: 20px;
    }
    
    .bunner__item--img img {
        height: 500px;
    }

    .section__title {
        font-size: 30px;
    }

    .art__item--title {
        font-size: 20px;
    }
    .art__item--arrow svg {
        max-width: 35px;
        max-height: 35px;
    }
    .music__item--title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .music__item--text {
        font-size: 14px;
    }

    .measure__item--year {
        font-size: 45px;
    }
    
    .measure__item--title {
        font-size: 28px;
    }
    
    a.measure__item--btn {
        font-size: 16px;
    }

    .measure__item--img img {
        height: 330px;
    }
    
    .measure__item--left {
        width: 60%;
    }
    
    .measure__item--info {
        padding: 40px;
        min-height: 300px;
    }
    
    .measures__menu .menu li a {
        font-size: 20px;
    }
    
    .footer__bottom .menu > li {
        width: 25%;
    }
    
    .popapmenu__block .menu > li {
        width: 25%;
    }


    .header__menu {
        display: none;
    }
    
    header {
        padding: 20px 0;
    }
    
    .header__burger {
        padding: 15px 20px;
        margin-left: 30px;
    }
    
    .bunner__item--title {
        font-size: 40px;
    }
    
    .bunner__item--desc {
        font-size: 16px;
    }
    
    .footer__block {
        padding-bottom: 30px;
    }



    /*---------------*/
    html.html--hidden {
        overflow: hidden;
    }
    .header__mobilemenu {
        max-width: 320px;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        bottom: 0;
        background: #BD9D60;
        background-image: url(../img/mobile_menubg.png);
        background-size: cover;
        padding: 30px 30px 30px 30px;
        height: 100vh;
        transform: translateX(100%);
        transition: all 0.5s ease;
        display: block;
        overflow-y: auto;
    }
    .menu--active .header__mobilemenu {
        transform: translateX(0);
    }
    .mobilemenu--close {
        position: absolute;
        right: 25px;
        top: 30px;
    }
    
    .header__mobilemenu .header__leng {
        margin-left: 0;
    }
    
    .header__mobilemenu .header__leng a {
        color: #FFFFFF;
    }
    
    .header__mobilemenu .header__leng .header__lang--active a {
        color: #653728;
    }


    .header__mobilemenu .header__menu {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .header__mobilemenu .header__menu ul.menu {
        flex-direction: column;
    }
    
    .header__mobilemenu .header__menu ul.menu li {
        margin-left: 0;
        margin: 5px 0;
    }
    
    .header__mobilemenu .header__menu ul.menu li a {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 16px;
    }
    
    .header__catmenu .menu {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .header__catmenu .menu > li {
        margin-bottom: 20px;
    }
    .header__catmenu .menu > li > a:before {content: "";width: 25px;height: 25px;position: absolute;background: url(../img/mobile-arrow-down.svg);background-size: contain;background-repeat: no-repeat;background-position: center;transition: all 0.5s ease;right: 0;}
    
    .header__catmenu .menu > li > a {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #7A602D;
        position: relative;
        padding-right: 25px;
        display: block;
        text-decoration: none;
    }
    
    .header__catmenu .menu > li > ul.sub-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        display: none;
        margin-top: 20px;
        width: 100% !important;
    }

    .header__catmenu .menu > li > ul.sub-menu li {
        margin-bottom: 5px;
    }

    .header__catmenu .menu > li > ul.sub-menu li a {
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
    }

    .header__catmenu .menu > li.menu_active > a:before {
        transform: rotate(180deg);
    }

    .photoalbom__item--img img {
        height: 300px;
    }

    .news__item--img img {
        height: 300px;
    }
}
@media screen and (max-width: 1024px) {
    .section__title:before {
        display: none;
    }

    .measures__block {
        padding: 0;
    }

    .measures__menu .menu {
        padding: 0;
    }

    .art__item--img {
        height: 300px;
    }
    
    .art__item--odd .art__item--img {
        height: 500px;
    }
    .footer__bottom .menu > li {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .footer__bottom .menu {
        flex-wrap: wrap;
    }
    
    .footer__bottom--contact {
        transform: translate(0);
    }

    .catalog__item--margin-top .catalog__item--absol,
    .catalog__item--absol {
        padding: 60px 60px 40px 60px;
    }
    
    .catalog__item--arrow {
        right: 60px;
    }

    .news__item--img img {
        height: 300px;
    }
    
    .news__item--data {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .news__item--img {
        margin-bottom: 15px;
    }
    
    .news__item--title a {
        line-height: 1.2;
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    .music__item {
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 20px !important;
    }
    
    .section__title {
        font-size: 28px;
    }
    
    .footer__contact--item:first-child {
        margin-left: 0;
    }

    .catalog__item--info {
        font-size: 16px;
    }
    
    .catalog__item--arrow {
        font-size: 16px;
    }
    .page__banner--title {
        font-size: 40px;
    }
    
    .page__banner--wrap {
        height: 250px;
    }

    .page__content--img img {
        height: 300px;
    }

    .contact__map {
        margin-top: 30px;
    }

    .page__news--right {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .art__item--img {
        height: 220px;
    }
    
    .art__item--odd .art__item--img {
        height: 350px;
    }
    
    .section__bunner:before {
        height: 600px;
    }
    
    .section__measures:before {
        width: 100%;
    }
    
    .section__measures:after {
        display: none;
    }
    
    .measure__item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .measure__item--left {
        width: 100%;
    }
    
    .measure__item--right {
        width: 100%;
    }
    
    .measures__arrow svg * {
        stroke: #ffa442;
    }
    
    .measures-next.measures--arrow {
        border-color: #ffa442;
    }
    
    .measures--arrow {
        border-color: #ffa442;
    }
    
    .measures--number {
        border-color: #fff;
    }
    footer:before {
        width: 100%;
    }

    footer {
        padding-bottom: 0;
    }
    
    .footer__contact {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .footer__contact--item {
        margin-bottom: 15px;
        margin-left: 0;
    }
    
    .footer__bottom--contact {
        margin: 0 auto;
    }
    
    .footer__row {
        flex-direction: column;
    }
    
    .footer__left {
        margin-bottom: 20px;
    }
    
    .footer__bottom .menu > li {
        padding: 0 15px;
    }
    .catalog__item--margin-top .catalog__item--absol,
    .catalog__item--absol {
        padding: 50px 40px 40px 40px;
    }
    
    .catalog__item--arrow {
        right: 40px;
        bottom: 30px;
    }
    .page__content--img img {
        height: 250px;
    }

    .page__news--title {
        font-size: 25px;
    }
    
    .page__news--data {
        font-size: 14px;
    }
    
    .page__news--img img {
        height: 260px;
    }
}
@media screen and (max-width: 645px) {

    .header__line--text {
        font-size: 20px;
    }
    
    .header__line {
        padding-bottom: 10px;
    }

    .header__search {
        margin-left: 0;
    }
    
    .header__leng {
        margin-left: 20px;
    }
    
    .bunner__item--title {
        font-size: 35px;
    }
    
    .bunner__item--info {
        padding-top: 150px;
    }
    
    .bunner__arrow--absol {
        top: 65px;
    }
    
    .art__slider {
        overflow: hidden;
    }
    
    .section__measures {
        padding: 40px 0;
    }
    
    .measures__arrow {
        margin-top: 20px;
        justify-content: center;
    }
    
    .measures--number {
        margin: 0 20px;
    }
    
    .measure__item--img img {
        height: 250px;
    }
    
    .measure__item--info {
        padding: 30px;
    }
    
    .section {
        padding: 25px 0;
    }
    
    .bunner__item--img img {
        height: 450px;
    }
    .art__item--odd .art__item--img, .art__item--img {
        height: 300px;
    }
    
    .art__arrow {
        margin-top: 30px;
    }


    .catalog__item--info {
        display: none;
    }
    
    .catalog__item--img {
        height: 200px;
    }
    .page__banner--title {
        font-size: 30px;
    }
}
@media screen and (max-width: 520px) {
    .header__logo img {
        max-width: 140px;
    }
    .header__search {
        display: none;
    }

    .header__search a.header__serch--click svg {
        width: 20px;
        height: 20px;
    }

    header {
        padding: 15px 0;
    }

    .header__burger {
        padding: 10px 15px;
    }

    .section__title {
        font-size: 20px;
    }

    .art__item--odd .art__item--img, .art__item--img {
        height: 250px;
    }

    .measure__item--year {
        font-size: 35px;
    }

    .measure__item--title {
        font-size: 20px;
    }

    .measure__item--info {
        min-height: 250px;
    }

    a.measure__item--btn {
        padding: 15px 65px;
    }

    footer {
        padding-top: 30px;
    }

    .footer__menu .menu li {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .footer__menu .menu {
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .header__burger {
        margin-left: 15px;
    }
    
    .header__logo img {
        max-width: 120px;
        max-width: 140px;
    }
    
    header {
        padding: 10px 0;
    }
    
    .bunner__item--title {
        font-size: 30px;
    }
    
    .bunner__item--desc {
        font-size: 14px;
    }
    
    .measures__menu .menu li a {
        font-size: 18px;
    }
    
    .measures__menu {
        margin-bottom: 20px;
    }

    .footer__bottom .menu > li {
        width: 100%;
        text-align: center;
    }
    
    .footer__bottom .menu > li > a {
        margin-bottom: 15px;
    }
    
    .footer__bottom .menu > li .sub-menu li {
        margin-bottom: 2px;
    }
    
    .footer__contact {
        text-align: center;
    }
    
    .measure__item--img img {
        height: 200px;
    }
    .catalog__item--margin-top .catalog__item--absol,
    .catalog__item--absol {
        padding: 40px 25px 40px 25px;
    }
    
    .catalog__item--title {
        font-size: 20px;
    }
    
    .catalog__item--arrow span {
        width: 40px;
        height: 40px;
    }
    
    .catalog__item--arrow span img {
        width: 25px;
    }

    .page__content--img img {
        height: 200px;
    }
    .page__banner--wrap {
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    .header__leng {
        margin-left: 10px;
    }
    
    .header__burger {
        margin-left: 10px;
        padding: 10px;
    }
    
    .header__logo img {
        max-width: 100px;
        max-width: 140px;
    }
    
    .bunner__item--title {
        font-size: 25px;
    }
    .photoalbom__item--img img {
        height: 200px;
    }

    .header__line--text {
        font-size: 18px;
    }

    .news__item--img img {
        height: 200px;
    }
}
@media screen and (max-width: 320px) {

}