/*********** CAN USE EVERYWHERE ***********/

.flex_row_nowrap_space-around {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.mainContainer {
    min-width: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

@media (max-width: 1299px ) {
    .container {
        width: 100%;
    }
}

.flex_row_wrap_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
}

.flex_row_nowrap_space-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.flex_column_nowrap_space-around {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

/*********** COMMON STYLES ***********/
* {
    margin: 0;
    font-family: MyriadProCond, Tahoma, sans-serif;
    padding: 0;
    font-style: normal;
    font-weight: 400;
}

body {
    background-color: #fff;
    min-width: 100vh;
}

table {
    border-collapse: collapse;
}

nav {
    flex: 0 0 auto;
    width: 100%;
    z-index: 20;
}

header {
    width: 100%;
    background-color: #f4f4f4;
    justify-content: center;
    flex: 0 0 auto;
}

@media (max-width: 1024px ) {
    header {
        flex-direction: column !important;
    }
}

main {
    width: 100%;
    flex: 2 0 auto;
    position: relative;
    z-index: 1;
}

hr {
    width: 94%;
    margin: 0 auto;
    border: none;
    color: #C5C5C5;
    background-color: #C5C5C5;
    height: 2px;
}

#bx_incl_area_1, #bx_incl_area_2, #bx_incl_area_3, #bx_incl_area_4 {
    width: 100%;
}

.opacity_text {
    opacity: 0.7;
}

.important_text {
    color: #FF7715;
}

/*********** INDEX BODY ***********/


.index_repertoire_wrap > h2 {
    padding: 0 50px 0 43px;
    font-size: 24.6pt;
}

.index_repertoire_wrap > h2 > a {
    margin-left: 10px;
    font-size: 12pt;
    color: #868686;
    text-decoration: none;
}

.index_repertoire_wrap > h2 > a:hover {
    text-decoration: underline;
}

.index_newsPress {
    width: 100%;
    background-color: #eeeeeb;
}

.index_newsPress_wrap {
    padding: 42px 0;
}

.index_newsPress_wrap > h2 {
    padding: 0 50px 0 43px;
    font-size: 24.6pt;;
}

.index_newsPress_wrap > h2 > a {
    margin-left: 10px;
    font-size: 12.5pt;
    color: #868686;
    text-decoration: none;
}

.index_repertoire_wrap {
    margin-top: 10px;
    background-color: #fff;
}



@media (max-width: 1130px ) {
    .index_newsPress_wrap {
        padding: 15px 0px 10px 0px;

    }

    .index_repertoire_wrap > h2 {
        font-size: 17.6pt;
    }
}

/*********** INFO ***********/
.info {
    align-items: stretch;
    z-index: 3;
}

.info_content {

    width: 75%;
    padding: 20px 25px 25px 25px;
    overflow: auto
}

.info_content.full {
    width: 100%
}

/********** СЛАЙДЕР НА ГЛАВНОЙ **********/

.horizontal_slider_content {
    margin-top: 0;
    display: inline-block;
    transition: 1s;
    float: left;
    list-style-type: none;
    overflow: hidden;
}

.horizontal_slider_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: start;
    width: 10000px;
    transition: 0.5s;
    touch-action: none;
}

.horizontal_slider_content ul li {
    width: 307px;
    list-style-type: none;
    overflow: hidden;
    align-self: flex-start;
}

.horizontal_slider_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.horizontal_slider_arrow {
    display: inline-block;
    width: 60px;
    height: 50px;
    margin-left: 20px;
}

.horizontal_slider_arrowSvg line {
    stroke: #9a9e83;
    stroke-width: 1px;
}

.horizontal_slider_arrowSvg:hover line {
    stroke: #7a7e68;
    stroke-width: 2px;
}

.horizontal_slider_arrowSvg {
    width: 25px;
    height: 50px;
}

.horizontal_slider_content .little-transition {
    transition: 0s;
}

@media (min-width: 1066px) and (max-width: 1300px ) {
    .horizontal_slider_content {
        width: 903px;
    }
}

@media (min-width: 300px) and (max-width: 1065px ) {
    .horizontal_slider_content {
        width: 607px;
    }
}

/* для IE10+ */
_:-ms-lang(x), .horizontal_slider_content {
    margin-left: 40px;
}


/*----------new header ---------*/
header .header {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 24px
}

header .header .logo a {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

header .header .logo img + img {
    margin-left: 24px
}

header .header .official-links a {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 11px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none
}

header .header .official-links a:last-child {
    margin-bottom: 0
}

header .header .official-links a:hover {
    text-decoration: underline
}

header .header .official-links a img {
    width: 28px;
    height: 28px;
    margin-right: 10px
}

header .header .usefull-links .row {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

header .header .usefull-links .row:first-child {
    margin-bottom: 11px;
    justify-content: space-between;
}

header .header .usefull-links .row .search {
    background: #EBEBEB;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8px;
}

header .header .usefull-links .row .search input[type="text"] {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #878686;
}

header .header .usefull-links .row .search input[type="submit"] {
    background: url(img/icon/find.svg) no-repeat center center/18px;
    width: 20px;
    height: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0 7px 0 0;
    line-height: 30px;
}

header .header .usefull-links .row div {
    margin-right: 6px;
}

header .header .usefull-links .row img.icon_svg {
    width: 28px;
    height: 28px;
}

header .header .usefull-links .row a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

header .header .usefull-links .row a:hover {
    text-decoration: underline
}

header .header .usefull-links .row a img + span {
    margin-left: 10px;
}

header .header .usefull-links .row .lang a {
    text-decoration: underline
}

header .header .usefull-links .row .lang a:hover {
    text-decoration: none
}

header .header .usefull-links .row .lang span {
    text-transform: uppercase
}

header .menu-top .top-nav {
    display: none
}

main .left-nav {
    display: none
}

@media screen and (max-width: 1199px) {
    .mainContainer, body {
        min-width: 100%
    }

    header {
        position: relative
    }

    header .header .logo {
        width: 50%;
        padding-left: 15px
    }

    header .header .logo a {
        width: 100%;
    }

    header .header .logo a img {
        width: 65px;
    }

    header .header .logo a img + img {
        width: 400px;
        margin-left: 15px;
    }

    header .header .usefull-links {
        padding-right: 15px;
    }

    .info_content {
        width: 70%
    }
}

@media screen and (max-width: 1025px) {
    header .menu-top .top-nav {
        display: block
    }

    header .menu-top .top-nav + .mainMenu {
        display: none
    }

    header .menu-top .top-nav.open + .mainMenu {
        display: block
    }

    header .menu-top .top-nav {
        position: absolute;
        top: 30px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #babea3 url(img/icon/mobileMenuClose.svg) no-repeat center center / auto 50%;
        color: #000
    }

    header .menu-top .top-nav.open {
        background: #babea3 url(img/icon/mobileMenuOpen.svg) no-repeat center center / auto 50%;
    }

    header .menu-top .mainMenu {
        position: absolute;
        top: 70px;
        right: 15px;
        width: 50%;
        z-index: 1000
    }

    header .menu-top .mainMenu ul {
        display: block;
        text-align: right;
        padding: 15px 0;
    }

    header .menu-top .mainMenu ul li {
        display: block;
        text-align: right;
        padding: 0 15px;
    }

    #visual .mainMenu > ul > li > a {
        height: auto;
        display: block;
    }

    .mainMenu ul li {
        font-size: 16px;
    }

    .mainMenu > ul > li > a {
        display: block;
        padding: 0;
        height: auto;
        line-height: 40px;
    }

    .mainMenu > ul > li > a br {
        display: none
    }

    .mainMenu ul li .mainMenu_submenu {
        display: none;
        position: static;
        background: none;
        box-shadow: none;
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2
    }

    .mainMenu ul li:hover .mainMenu_submenu {
        display: none
    }

    header .header .usefull-links {
        padding-right: 80px;
    }

    header .header .logo {
        width: 25%;
    }

    header .header .logo a img {
        width: 40px;
    }

    header .header .logo a img + img {
        width: 240px
    }

    .info_content .detail .columnWrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .pictures_column {
        margin: 0;
        width: 100%;
        float: none;
        order: 1;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 15px 0;
    }

    .pictures_column img {
        display: block;
        width: auto;
        height: 200px;
        margin: 0 10px 10px;
    }
}

@media screen and (max-width: 989px) {
    header .header .logo a {
        flex-wrap: wrap;
        justify-content: center;
    }

    header .header .logo a img {
        display: block;
    }

    header .header .logo a img + img {
        margin: 10px auto 0
    }
}

@media screen and (max-width: 767px) {
    header .header {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    header .header .logo {
        order: 1;
    }

    header .header .official-links {
        order: 1;
        padding-right: 15px;
    }

    header .header .usefull-links {
        order: 0;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        padding: 0px 10px 15px;
        border-bottom: 1px solid #ddd;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 15px
    }

    header .header .usefull-links .row:first-child {
        order: 1;
        margin-bottom: 0;
        justify-content: flex-end;
        width: 40%;
        padding-right: 60px;
    }

    header .header .usefull-links .row + .row {
        order: 0;
        margin: 0;
        width: 60%;
        justify-content: space-between;
    }

    header .header .usefull-links .search-area {
        width: 100%
    }

    header .header .usefull-links .row .search {
        justify-content: flex-start
    }

    header .header .usefull-links .row .search input[type="text"] {
        width: 85%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    header .header .logo a {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    header .header .logo a img {
        display: inline;
    }

    header .header .logo a img + img {
        margin: 0 0 0 10px
    }

    header .menu-top .top-nav {
        top: 15px;
    }

    header .menu-top .mainMenu {
        top: 55px
    }

    .index_slider_slide {
        position: relative
    }

    .index_slider_img {
        display: block;
        position: static;
        width: 100%;
        height: 360px;
        float: none;
        z-index: 1;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        shape-outside: none;
        clip-path: none;
    }

    .index_slider_slide_content {
        width: auto;
        height: 90%;
        float: none;
        shape-outside: none;
        clip-path: none;
        background-color: rgba(255, 255, 255, 0.8);
        top: 5%;
        left: 5%;
        right: 5%;
    }

    .index_slider_header {
        font-size: 33px;
        padding: 0;
        line-height: normal;
    }

    .index_slider_date_item {
        font-size: 25px
    }

    .index_slider_text {
        font-size: 16px;
        letter-spacing: 0;
        padding: 0;
        line-height: normal;
    }

    main.flex_row_nowrap_space-center {
        flex-wrap: wrap
    }

    .info_content {
        width: 95%;
        padding: 20px 15px 25px 15px;
    }

    main .left-nav {
        display: block;
        padding: 15px 15px 15px 50px;
        background: #ddd url(img/icon/mobileMenuClose.svg) no-repeat left 15px center/auto 40%;
        color: #555;
        text-transform: uppercase;
        font-size: 20px;
        cursor: pointer;
    }

    main .left-nav.open {
        background: #babea3 url(img/icon/mobileMenuOpen.svg) no-repeat left 15px center/auto 40%;
    }

    nav.leftMenu {
        margin-top: 0;
        width: 100%;
    }

    main .left-nav + ul {
        display: none
    }

    main .left-nav.open + ul {
        display: block
    }

    nav.leftMenu ul li a {
        padding: 4px 20px 4px 20px;
        font-size: 18px
    }

    .index_repertoire_detail_ajax_wrapper, .index_news_detail_ajax_wrapper {
        width: auto;
        top: 5%;
        left: 5%;
        margin-left: 0;
        right: 5%;
    }

    .index_repertoire_detail_ajax, .index_news_detail_ajax {
        width: 100%
    }

    .index_repertoire_detail_ajax_exit, .index_news_detail_ajax_exit {
        left: auto;
        margin-left: 0;
        top: 5%;
        right: 1%;
    }

    .index_repertoire_detail_ajax_content_dateTime, .index_repertoire_detail_ajax_content_header, .index_repertoire_detail_ajax_content_text {
        padding: 44px 15px 0
    }

    .index_news_detail_ajax_content_dateTime, .index_news_detail_ajax_content_header, .index_news_detail_ajax_content_text {
        padding: 44px 15px 0
    }

}

@media screen and (max-width: 699px) {
    header .header .logo {
        order: 1;
        width: 100%;
        display: block;
        margin: 0 0 15px;
    }

    header .header .official-links {
        order: 1;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px;
    }

    header .header .usefull-links {
        padding: 0px 10px 0px;
        border-bottom: none;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 0 0 15px;
        flex-wrap: wrap
    }

    header .header .usefull-links .row {
        width: 100%;
        justify-content: center
    }

    header .header .usefull-links .row + .row {
        width: 100%;
        justify-content: center;
        padding-right: 60px
    }

    header .header .logo a {
        justify-content: center
    }

    header .header .logo a img {
        width: 30px
    }

    header .header .logo a img + img {
        width: 200px
    }

    header .header .official-links a {
        justify-content: center;
        margin: 0 0 5px;
        text-decoration: underline;
        color: #81885a
    }

    header .header .official-links a img {
        display: none
    }

    header .header .usefull-links .row:first-child {
        justify-content: center;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 15px 0 0;
        margin: 15px 0 0;
    }

    header .header .usefull-links .row .search input[type="text"] {
        width: 80%;
        font-size: 15px;
    }

    header .header .usefull-links .row .lang span {
        margin-left: 10px
    }

    header .menu-top .mainMenu {
        width: auto;
        left: 15px;
    }

    header .menu-top .mainMenu ul li {
        text-align: center
    }

    .index_slider_header {
        margin: 0 0 10px
    }

    .index_slider_header, .index_slider_date_item {
        font-size: 20px;
        margin: 0
    }

    .pictures_column img {
        height: auto;
        width: 90%;
        margin: 0 auto 10px
    }

    .detail_picture {
        width: 256px;
        height: 337px;
        float: none;
        margin: 5px auto 40px auto;
        display: block;
    }

    .info .detail h2.header {
        margin: 25px 0
    }
}

@media screen and (max-width: 499px) {
    header .header .usefull-links .row .search input[type="text"] {
        width: 65%;
    }
}

* {
    font-family: Arial, sans-serif;
}


/*********** page Contacts ***********/
.block_contacts {
    width: inherit;
}
.contacts_main_map {
    width: 100%;
    height: 400px;
}
.contacts_item {
    width: 50%;
    float: left;
}
.contacts_item .contacts_info {

}
.contacts_item .contacts_map {
    width: 90%;
    height: 400px
}

.contacts_info_block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contacts_info_block .contacts_info {
    flex: auto;
    max-width: 33%;
}
.block_maps {
    margin-top: 50px;
}
@media (max-width: 560px) {
    .contacts_item {
        width: auto;
        float: none;
    }
    .contacts_item .contacts_map {
        width: 100%;
    }
    .contacts_info_block .contacts_info {
        max-width: 100%;
        width: 100%;
    }
    .contacts_info_block .contacts_info h3 {
        margin-bottom: 0;
    }
    .contacts_item .contacts_info {
        margin-bottom: 40px;
    }
}
@media (min-width: 561px) and (max-width: 900px) {
    .contacts_info_block .contacts_info {
        max-width: 30%;
        padding-right: 20px;
    }

    .contacts_item {
        width: auto;
        float: none;
    }
    .contacts_item .contacts_map {
        width: 100%;
    }
    .contacts_item .contacts_info {
        margin-bottom: 40px;
    }
}

@media (min-width: 901px) and (max-width: 1000px){
    .contacts_item .contacts_map {
        width: 95%;
    }
}
