@charset "utf-8";

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-700.otf') format('otf'),
    url('../fonts/MuseoSansCyrl-700.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-500.otf') format('otf'),
    url('../fonts/MuseoSansCyrl-500.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-300.otf') format('otf'),
    url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-100';
    src: url('../fonts/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-100.otf') format('otf'),
    url('../fonts/MuseoSansCyrl-100.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul, nav {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.banner-bl {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.banner-bl img {
    max-width: 130px;
}

.banner-bl a:nth-child(1) img {
    margin-right: 10px;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

input {
    -webkit-appearance: none;
}

.clearx {
    clear: both;
}

body {
    background-color: #fff;
    font-family: 'MuseoSansCyrl-100';
    font-size: 14px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    color: #707070;
}

.informacziya section a {
    color: #a08d65;
    border-bottom: 1px solid rgba(160, 141, 101, 0.6);
    padding-bottom: 2px;
    transition: .4s;
}

.informacziya a:hover {
    border-bottom: transparent;
}

.container {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
}

.container_menu {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.container > section {
    height: 100%;
    width: 100%;
    display: block;
}

.disclaimer {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    color: #b9babb;
    background: #343f46;
    font-size: 14px;
    padding: 16px 0;
    margin-top: 75px;
    position: relative;
}

.kitin {
    position: relative;
    z-index: 9999999;
}

.events {
    position: relative;
}

.event_single {
    min-height: 783px !important;
}

.event_single .container {
    margin-top: 300px;
}

header {
    color: #fff;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
}

header::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/head.png) no-repeat center;
    width: 100%;
    height: 51px;
    display: block;
}

.event_title a {
    font-family: 'EB Garamond', serif;
    color: #fff;
    font-size: 53px;
    width: 740px;
    display: block;
    line-height: 0.9;
}

.pretext {
    font-size: 16px;
    margin-top: 35px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.69);
}

.container section {
    font-size: 15px;
}

.container section > p {
    margin-bottom: 35px;
    line-height: 1.9;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}

.buy_ticket {
    font-size: 16px;
    color: #3A4248;
    background: #fff;
    text-align: center;
    padding: 12px 37px;
    transition: .5s;
}

.buy_ticket:hover {
    background: #aa9975;
    color: #fff;
}

.read_more {
    color: #fff;
    position: relative;
    font-size: 16px;
    margin-left: 30px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.69);
}

.read_more span {
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.read_more:hover span {
    margin-left: 12px;
}

.slider-for {
    position: absolute !important;
    width: 100% !important;
}

.logo {
    position: relative;
    margin-bottom: 100px;
    z-index: 99;
}

.left-side {
    position: absolute;
    left: 110px;
    top: 35px;
    width: 14%;
}

.slider-for button {
    border: none;
    background: transparent;
    text-indent: -20000px;
    position: absolute;
    width: 27px;
    height: 13px;
    outline: none;
    bottom: 9%;
    z-index: 9;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
    display: block;
    opacity: 0.8;
    transition: .4s;
}

.slider-for button.slick-prev {
    background: transparent url(../images/ar_slider.png) no-repeat center;
    left: 27%;
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
}

.slider-for button.slick-next {
    background: transparent url(../images/ar_slider.png) no-repeat center;
    left: 29.5%;
}

.slider-for button:hover {
    opacity: 1;
}

header .container {
    padding-left: 285px;
}

@media (max-width: 1680px) {
    header .container {
        padding-left: 31%;
    }
}

@media (max-width: 1920px) {
    .slider-for button.slick-prev {
        left: 26.5%;
    }

    .slider-for button.slick-next {
        left: 29%;
    }
}

@media (max-width: 1680px) {
    .slider-for button.slick-prev {
        left: 31.0%;
    }

    .slider-for button.slick-next {
        left: 33.5%;
    }
}

@media (max-width: 1600px) {
    .slider-for button.slick-prev {
        left: 31.0%;
    }

    .slider-for button.slick-next {
        left: 34.5%;
    }
}

@media (max-width: 1440px) {
    .slider-for button.slick-prev {
        left: 31.0%;
    }

    .slider-for button.slick-next {
        left: 34.5%;
    }
}

@media (max-width: 1366px) {
    .slider-for button.slick-prev {
        left: 31.1%;
    }

    .slider-for button.slick-next {
        left: 34.6%;
    }
}

@media (max-width: 1280px) {
    .slider-for button.slick-prev {
        left: 31.2%;
    }

    .slider-for button.slick-next {
        left: 34.7%;
    }
}

@media (max-width: 1024px) {
    header .slider-nav, .overlay2 {
        display: none;
    }

    .left-side {
        left: 0;
        top: 10px;
    }

    header .container {
        padding-left: 12%;
    }

    .slider-for button.slick-prev {
        left: 12.0%
    }

    .slider-for button.slick-next {
        left: 16.0%;
    }
}

.podpis {
    width: 155px;
    height: 50px;
}

.slider-nav .title_slider {
    font-size: 16px;
    margin-bottom: 20px;
}

.slider-nav .single_nav {
    margin-bottom: 100px;
}

.slider-nav .date {
    font-size: 45px;
    position: relative;
}

.slider-nav .slick-track {
    margin-top: -50px;
}

.slider-nav .date span {
    font-size: 25px;
    color: #fff;
    vertical-align: super;
    margin-left: -9px;
}

.slider-nav .single_nav {
    padding-left: 35px;
}

.slider-nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: -162px;
    height: 106%;
    width: 2px;
    background: -moz-linear-gradient(top, rgba(225, 225, 229, 0) 0%, rgba(225, 225, 229, 0.99) 99%, rgba(225, 225, 229, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(225, 225, 229, 0) 0%, rgba(225, 225, 229, 0.99) 99%, rgba(225, 225, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 225, 229, 0) 0%, rgba(225, 225, 229, 0.99) 99%, rgba(225, 225, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e5', endColorstr='#e1e1e5', GradientType=0)
}

.slider-nav .single_nav {
    position: relative;
    cursor: pointer;
}

.slider-nav .single_nav::before {
    content: '';
    position: absolute;
    top: -28px;
    background: #fff;
    height: 0px;
    width: 3px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    left: -1px;
}

.slider-nav .single_nav.slick-current::before,
.slider-nav .single_nav:hover::before {
    height: 140px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    background: #fff;
}

.main_menu,
.phones {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main_menu > li {
    margin-left: 50px;
}

.main_menu > li.dropdown > a, .main_menu > li.last > a, .main_menu > li > a {
    transition: .4s;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    transition: .4s;
}

.main_menu > li.dropdown > a:hover, .main_menu > li.last > a:hover, .main_menu > li > a:hover {
    opacity: 0.7;
}

.main_menu .main_menu_2 {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    padding-top: 17px;
    cursor: pointer;
    pointer-events: none;
    width: 123%;
}

.main_menu .main_menu_2 {
    margin-left: 16px;
}

.main_menu .dropdown .main_menu_2 li {
    display: block;
    font-size: 14px;
    opacity: 0;
    transform: translate(0px, -10px);
    transition: all 0.1s ease 0s;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
    webkit-transform: translate(0px, -10px);
    webkit-transition: all 0.1s ease 0s;
    webkit-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.main_menu li {
    position: relative;
}

.main_menu .dropdown .main_menu_2 li a {
    display: block;
    padding-top: 0.25rem;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    outline: none;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: .4s;
}

.main_menu .dropdown:hover .main_menu_2 {
    pointer-events: auto;
}

.main_menu .dropdown:hover .main_menu_2 li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-duration: 0.12s;
    transition-duration: 0.12s;
    margin-bottom: 3px;
}

.main_menu .dropdown .main_menu_2 li a:hover {
    opacity: 0.7;
}

.main_menu .dropdown:hover .main_menu_2 > li:nth-child(1) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.main_menu .dropdown:hover .main_menu_2 > li:nth-child(2) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.main_menu .dropdown:hover .main_menu_2 > li:nth-child(3) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.18s;
}

.main_menu .dropdown:nth-child(2) {
    background: url('../images/dropdown.png') no-repeat right center;
    padding-right: 16px;
}

.phones {
    padding: 40px 0;
}

.phones a {
    color: #fff;
    font-size: 24px;
    font-family: 'MuseoSansCyrl-300';
    border-right: 1px solid #b9babb9e;
    padding-right: 25px;
    margin-right: 25px;
}

.phones a:last-of-type {
    border-right: 0;
    padding-right: 0px;
    margin-right: 0px;
}

.phones a span {
    font-size: 12px;
    font-family: 'MuseoSansCyrl-100';
    margin-right: 10px;
}

.zag, h1 {
    color: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 53px;
    line-height: 0.9;
    margin: 70px 0;
    font-weight: normal;
}

.zag2 {
    color: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}

h1 {
    margin: 40px 0 60px 0;
    font-size: 42px;
}

.up_part h1 {
    margin: 40px 0 25px 0;
}

.events_list_single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}

.week_day_time {
    text-align: center;
    font-size: 19px;
    color: #343f46;
    line-height: 1.5;
    margin-right: 35px;
}

.date_event {
    background: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 45px;
    color: #fff;
    text-align: center;
    width: 92px;
    box-sizing: border-box;
    padding: 23px 0 15px 0;
    position: relative;
    margin-right: 27px;
}

.date_event::after {
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
}

.date_event span {
    font-size: 16px;
    font-family: 'MuseoSansCyrl-100';
    display: block;
    text-transform: lowercase;
    margin-top: 13px;
}

.event_title_list a {
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'MuseoSansCyrl-300';
    color: #343f46;
    display: block;
    margin-bottom: 4px;
    transition: .4s;
}

.event_title_list a:hover {
    color: #aa9975;
}

.buy_ticket_event {
    font-size: 13px;
    text-transform: uppercase;
    color: #343f46;
    border-bottom: 1px dashed #343f4678;
    padding-bottom: 1px;
    transition: .4s;
}

.buy_ticket_event:hover {
    border-bottom: 1px dashed transparent;
}

.txt_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 130px;
    margin-bottom: 110px;
}

.txt_group .zag {
    margin-top: 0;
    margin-bottom: 45px;
}

.txt_group .about {
    width: 505px;
}

.txt_group .about p {
    margin-bottom: 35px;
    line-height: 1.9;
}

.collective {
    color: #343f46;
    font-size: 16px;
    background: transparent;
    border: 1px solid #343f4652;
    padding: 12px 36px;
    display: inline-block;
    margin-top: 8px;
    transition: .4s;
}

.collective:hover {
    background: #343f46;
    border: 1px solid #343f46;
    color: #fff;
}

.txt_group .group {
    position: relative;
}

.txt_group .group::before {
    content: '';
    background: url(../images/group.png) no-repeat;
    position: absolute;
    top: -30px;
    left: -191px;
    width: 191px;
    height: 358px;
}

.news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 110px 0;
}

.news > div {
    width: 435px;
    margin-left: 40px;
}

.zag a {
    color: #343f46;
    font-size: 16px;
    font-family: 'MuseoSansCyrl-100';
    display: inline-block;
    vertical-align: middle;
    margin-left: 70px;
}

.zag a span {
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.zag a:hover span {
    margin-left: 12px;
}

.publish_date {
    font-size: 45px;
    color: #343f46;
    margin-bottom: 33px;
    position: relative;
}

.publish_date::before {
    content: '';
    border: 49px solid transparent;
    border-left: 83px solid #F7F7F7;
    pointer-events: none;
    position: absolute;
    top: -15px;
    transform: rotate(43deg);
    left: -37px;
    z-index: -1;
}

.publish_date span {
    font-size: 25px;
    vertical-align: super;
    margin-left: 0px;
}

.vibory > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0 90px;
}

.vibory > div > div {
    margin-top: 35px;
}

.vibory > div > div a {
    display: block;
    text-align: center;
    color: #000;
    transition: .4s;
    margin-top: 15px;
    height: 20px;
}

.vibory > div > div a:hover {
    color: #838383;
}

.vibory > div img {
    width: 400px;
}

.article_title {
    margin-bottom: 25px;
}

.article_title a {
    color: #343f46;
    font-size: 22px;
    line-height: 1.4;
    transition: .4s;
}

.article_title a:hover {
    color: #aa9975;
}

.pretext_article {
    line-height: 1.9;
    padding-left: 67px;
    position: relative;
}

.pretext_article::before {
    content: '';
    background: #ddd;
    width: 48px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 12px;
}

.article_single > a {
    color: #343f46;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 67px;
}

.article_single > a span {
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.article_single > a:hover span {
    margin-left: 12px;
}

.gray_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    background: -moz-linear-gradient(left, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#00f7f7f7', GradientType=1);
    padding: 25px 40px;
}

.down {
    position: absolute;
    right: 40px;
    bottom: 205px;
    font-size: 16px;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
}

.down::after {
    content: '';
    height: 1px;
    width: 215px;
    right: 0px;
    bottom: -13px;
    background: #ffffffb5;
    position: absolute;
}

.prefooter {
    text-align: center;
}

.prefooter .main_menu > li.dropdown > a, .prefooter .main_menu > li.last > a, .prefooter .main_menu > li > a,
.header .main_menu > li.dropdown > a, .header .main_menu > li.last > a, .header .main_menu > li > a {
    color: #343f46;
}

.prefooter .main_menu,
.header .main_menu {
    justify-content: center;
    margin: 50px 0;
}

.prefooter .main_menu > .dropdown:nth-child(2),
.header .main_menu > .dropdown:nth-child(2) {
    background: url(../images/dropdown2.png) no-repeat right center;
}

.prefooter .main_menu .dropdown .main_menu_2 li a,
.header .main_menu .dropdown .main_menu_2 li a {
    color: #343f46;
}

.prefooter .main_menu .main_menu_2,
.header .main_menu .main_menu_2 {
    text-align: left;
}

.contacts_doc {
    width: 1059px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.contacts_doc > div > p {
    color: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 37px;
    line-height: 0.9;
    margin: 40px 0;
    position: relative;
}

.contacts_doc > div > p::before {
    content: '';
    background: #ddd;
    width: 77px;
    height: 1px;
    position: absolute;
    left: -115px;
    top: 12px;
}

.contacts_doc > div:nth-child(1) {
    margin-left: 115px;
}

.contacts_doc > div .cnt,
.contacts_doc > div ul {
    margin-left: 25px;
}

.contacts_doc > div ul, .myul {
    font-size: 15px;
    color: #707070;
    line-height: 2.2;
}

.contacts_doc > div ul li, .myul li {
    background: url(../images/bul.png) no-repeat left center;
    padding-left: 21px;
}

.myul {
    margin-bottom: 35px;
}

.myul li {
    line-height: 1.5;
    margin-bottom: 18px;
}

.contacts_doc > div ul li a {
    color: #707070;
    transition: .4s;
}

.contacts_doc > div ul li a:hover {
    color: #aa9975;
}

.cnt a {
    color: #343f46;
}

.cnt a:not(.email) {
    font-size: 25px;
    display: block;
    font-family: 'MuseoSansCyrl-300';
    margin-bottom: 15px;
}

.cnt a:not(.email) span {
    font-size: 15px;
    margin-right: 10px;
    font-family: 'MuseoSansCyrl-100';
}

.cnt a.email {
    font-size: 16px;
    font-family: 'MuseoSansCyrl-500';
}

.vk {
    background: #343f46 url(../images/vk.svg) no-repeat center;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    margin-left: 20px;
    transition: .4s;
    background-size: 60%;
}

.vk:hover {
    background: #aa9975 url(../images/vk.svg) no-repeat center;
    background-size: 60%;
}

.ig {
    background: #343f46 url(../images/ig.svg) no-repeat center;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    transition: .4s;
    background-size: 60%;
}

.ig:hover {
    background: #aa9975 url(../images/ig.svg) no-repeat center;
    background-size: 60%;
}

.yt {
    background: #343f46 url(../images/yt.svg) no-repeat center;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    transition: .4s;
    background-size: 60%;
}

.yt:hover {
    background: #aa9975 url(../images/yt.svg) no-repeat center;
    background-size: 60%;
}

.prefooter.main_menu > li.first {
    margin-left: 0;
}

.hyd_logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 90px 0 0px 0;
}

.hyd_ryk {
    text-align: left;
}

.logos > a {
    margin-left: 40px;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .4s;
}

.logos > a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.hyd_ryk span {
    color: #707070;
    font-size: 15px;
}

.hyd_ryk p {
    color: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    margin: 16px 0 20px 0;
}

#kit span {
    display: block;
    width: 35px;
    height: 26px;
    background: url(../images/kit2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 167%;
    animation: lower 6s cubic-bezier(0, 0, 0, 0) infinite;
}

.disclaimer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.kitin {
    width: 90px;
}

@keyframes lower {
    40% {
        margin-left: 55px;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    30% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    12% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    92% {
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    100% {
        margin-left: 0;
    }
}

.overlay2 {
    position: inherit;
    background: transparent;
    transition: .4s background;
}

#panel {
    position: fixed;
    right: -440px;
    z-index: 9999999;
    height: 100%;
    top: 0;
}

#panel-content {
    background: #f8f8f8;
    width: 405px;
    height: 100%;
    float: right;
    padding: 15px 15px 15px 20px;
    overflow-y: scroll;
}

#panel-content::-webkit-scrollbar {
    width: 4px;
}

#panel-content::-webkit-scrollbar-track {
    background-color: rgba(42, 42, 81, 0.3);
}

#panel-content::-webkit-scrollbar-thumb {
    background-color: rgba(42, 42, 81, 0.4);
    border-radius: 4px;
}

#panel-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(42, 42, 81, 0.8);
}

#panel-sticker {
    float: left;
    position: relative;
    background: url(../images/rew.png) no-repeat;
    width: 110px;
    height: 225px;
    margin: 0;
    cursor: pointer;
    top: 45%;
}

#panel-sticker span {
    width: 110px;
    height: 225px;
    display: block;
}

.header {
    text-align: center;
    padding-top: 30px;
}

.gray_line_thin {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 0 auto;
}

.header .main_menu {
    margin: 50px 0 12px 0;
}

.header .main_menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -13px;
    height: 2px;
    width: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .4s;
}

.header .main_menu > li > a:hover:after {
    width: 100%;
    transition: .4s;
    background: #343f46;
}

.header .main_menu > li > a {
    padding: 15px;
}

.header .main_menu > li {
    margin-left: 35px;
}

.header .main_menu > li.dropdown > a:hover, .header .main_menu > li.last > a:hover, .header .main_menu > li > a:hover {
    opacity: 1;
}

.B_crumbBox {
    list-style: none;
    color: #919191;
    font-size: 14px;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
}

.B_crumbBox a {
    color: #919191;
    transition: .4s;
    margin: 0 9px;
}

.B_crumbBox li:first-of-type a {
    margin-left: 0;
}

.B_crumbBox a:hover {
    color: #343f46;
}

.up_part > div:nth-child(1) {
    width: 770px;
}

.up_part p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0px !important;
}

body:not(.index) .prefooter {
    margin-top: 70px;
}

.up_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.date_event_into {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
    position: relative;
    margin-top: 43px;
    padding-right: 60px;
    padding-left: 13px;
}

.date_event_into::after {
    content: '';
    background: #343f46;
    height: 2px;
    width: 74px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.date_event_into > div:nth-child(1) {
    color: #343f46;
    font-family: 'EB Garamond', serif;
    font-size: 45px;
}

.date_event_into > div:nth-child(1) span {
    color: #343f46;
    font-size: 20px;
    font-family: 'MuseoSansCyrl-100';
    text-transform: lowercase;
    margin-left: 20px;
}

.date_event_into > div:nth-child(2) {
    color: #343f46;
    font-size: 20px;
    margin-left: 30px;
}

.event_picture img {
    box-shadow: 16px 18px 40px -2px rgba(0, 0, 0, 0.17);
}

.pict_desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.pict_desc .desc {
    width: 575px;
    margin-top: 35px;
}

.row_one {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.row_one > div:nth-child(1) {
    margin-right: 120px;
}

.row_one > div p, .row_two p, .executor > div:nth-child(1) > p {
    font-family: 'MuseoSansCyrl-500';
    color: #343f46;
    font-size: 16px;
    margin-bottom: 27px;
}

.row_one > div span {
    color: #343f46;
    font-size: 16px;
}

.row_one > div span span {
    font-family: 'MuseoSansCyrl-500';
}

.row_two div {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.executor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
}

.executor .collective {
    padding: 12px 89px;
    margin-top: 0;
}

.executor > div:nth-child(1) > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 16px;
    line-height: 2.2;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
}

.executor > div:nth-child(1) > ul li {
    background: url(../images/bul.png) no-repeat left center;
    padding-left: 21px;
}

.into_news.news {
    flex-wrap: wrap;
}

.into_news .article_single {
    width: 355px;
    margin-bottom: 90px;
}

section {
    position: relative;
}

.kollektiv .phrase {
    position: absolute;
    top: -9px;
    left: 235px;
    font-size: 14px;
    border-left: 1px solid #ddddddad;
    padding-left: 55px;
    padding-bottom: 7px;
    padding-top: 7px;
    line-height: 1.9;
}

.zag-instr {
    font-size: 43px;
    color: #343f46;
    line-height: 0.9;
    margin: 90px 0;
    font-family: 'EB Garamond', serif;
    display: inline-block;
    position: relative;
}

.responsive .slick-arrow {
    position: absolute;
    top: -82px;
    cursor: pointer;
    opacity: 0.5;
    transition: .4s;
    display: block;
    transition: .4s;
    right: 0;
}

.responsive .slick-arrow:hover {
    opacity: 1;
}

.prev.slick-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 44px;
}

.col_single .artist {
    width: 220px;
    height: 291px;
    position: relative;
    margin-top: 18px;
}

.col_single .artist::before {
    content: '';
    position: absolute;
    background: transparent;
    left: -18px;
    top: -18px;
    width: 200px;
    height: 276px;
    border: 1px solid #ddd;
    z-index: -1;
}

.col_single .artist .desc_artist {
    background: rgba(52, 63, 70, 0.86);
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 36px 16px;
    line-height: 1.7;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.col_single .artist:hover .desc_artist {
    opacity: 1;
    height: 100%;
}

.col_single .artist .desc_artist::after {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    background: url(../images/list_nat.png) no-repeat;
    left: 50%;
    bottom: 1%;
    transform: translate(-50%, 0);
}

.responsive .slick-slide {
    margin-right: 77px;
    padding-left: 18px;
}

.artist_title {
    font-size: 31px;
    color: #343f46;
    line-height: 0.9;
    margin: 26px 0 10px 0 !important;
    font-family: 'EB Garamond', serif;
}

.artist_title_name {
    font-size: 20px;
    color: #343f46;
    line-height: 0.9;
    font-family: 'EB Garamond', serif;
}

.first_violin::after,
.second_violin::after {
    content: '';
    background: url(../images/skripka.png) no-repeat right center;
    position: absolute;
    right: -32px;
    top: -41px;
    width: 54px;
    height: 108px;
}

.alti::after {
    content: '';
    background: url(../images/alty.png) no-repeat right center;
    position: absolute;
    right: -32px;
    top: -41px;
    width: 58px;
    height: 99px;
}

.violoncheli::after {
    content: '';
    background: url(../images/viol4el.png) no-repeat right center;
    position: absolute;
    right: -23px;
    top: -46px;
    width: 34px;
    height: 119px;
}

.kontrobasi::after {
    content: '';
    background: url(../images/kontrabas.png) no-repeat right center;
    position: absolute;
    right: -29px;
    top: -36px;
    width: 48px;
    height: 104px;
}

.fleiti::after {
    content: '';
    background: url(../images/fleita.png) no-repeat right center;
    position: absolute;
    right: -29px;
    top: -25px;
    width: 56px;
    height: 84px;
}

.goboi::after {
    content: '';
    background: url(../images/goboi.png) no-repeat right center;
    position: absolute;
    right: -52px;
    top: -8px;
    width: 79px;
    height: 60px;
}

.fagoti::after {
    content: '';
    background: url(../images/fagot.png) no-repeat right center;
    position: absolute;
    right: -65px;
    top: -13px;
    width: 84px;
    height: 83px;
}

.klarneti::after {
    content: '';
    background: url(../images/klarnet.png) no-repeat right center;
    position: absolute;
    right: -41px;
    top: -37px;
    width: 61px;
    height: 111px;
}

.valtroni::after {
    content: '';
    background: url(../images/valtorn.png) no-repeat right center;
    position: absolute;
    right: -71px;
    top: -11px;
    width: 84px;
    height: 55px;
}

.trybi::after {
    content: '';
    background: url(../images/truby.png) no-repeat right center;
    position: absolute;
    right: -76px;
    top: -27px;
    width: 86px;
    height: 66px;
}

.tramboni::after {
    content: '';
    background: url(../images/trambon.png) no-repeat right center;
    position: absolute;
    right: -118px;
    top: -20px;
    width: 148px;
    height: 59px;
}

.ydarnie::after {
    content: '';
    background: url(../images/udarnye.png) no-repeat right center;
    position: absolute;
    right: -71px;
    top: -17px;
    width: 58px;
    height: 85px;
}

.arfa::after {
    content: '';
    background: url(../images/arfa.png) no-repeat right center;
    position: absolute;
    right: -56px;
    top: -31px;
    width: 47px;
    height: 94px;
}

.zag-instr::after {
    pointer-events: none;
}

.header .main_menu.fixed {
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 0;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.header .main_menu.fixed > li > a::after {
    display: none;
}

.header .main_menu.fixed > li > a:hover {
    color: #a08d65;
}

.gal-item {
    float: left;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
}

.multiple .slick-slide {
    margin-right: 31px;
}

.gal_single {
    margin-bottom: 90px;
}

.galereya .gal_single .artist_title {
    margin-bottom: 70px !important;
    line-height: 1;
}

.multiple .slick-arrow {
    position: absolute;
    top: -40px;
    cursor: pointer;
    opacity: 0.5;
    transition: .4s;
    display: block;
    transition: .4s;
    right: 0;
}

.multiple .slick-arrow:hover {
    opacity: 1;
}

.multiple .prev.slick-arrow {
    right: 44px;
}

.galereya .multiple .prev.slick-arrow {
    right: 43px;
    top: -30px;
    left: auto;
}

.galereya .multiple .next.slick-arrow {
    right: 0px;
    top: -30px;
}

.logos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logo_tel {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header .logo_color {
    margin-right: 30%;
}

.header .cnt a {
    font-size: 24px;
}

.header .cnt {
    position: relative;
}

.header .cnt::before {
    content: '+7 (4012)';
    position: absolute;
    left: -28px;
    bottom: 45px;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
    font-size: 12px;
    font-family: 'MuseoSansCyrl-300';
}

/*
.event_picture {
    width: 450px;
    height: 336px;
    overflow: hidden;
}
*/
.event_picture img {
    width: 450px;
    height: auto;
}

.executor div p {
    font-family: 'MuseoSansCyrl-100' !important;
}

.executor div p:nth-child(1) {
    font-family: 'MuseoSansCyrl-500' !important;
}

.youtube_block {
    display: flex;
    justify-content: space-between;
}

.video_block {
    position: relative;
    height: 255px;
    width: 30%;
}

.play_btn::before {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, 0);
    background: url(../images/head.png) no-repeat 73%;
    width: 101%;
    height: 51px;
    display: block;
    z-index: 1;
}

.video_block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: #f7f7f7;
    opacity: 0.2;
}

.play_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video_img {
    width: 100%;
    height: 100%;
}

.video_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_click {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.video_block iframe {
    width: 100%;
    height: 100%;
}

.play_click::before {
    content: '';
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    top: -40%;
    left: -44%;
    transition: .4s;
    -moz-transform: scale(0.8, 0.8);
    -moz-animation: pulsing 3s infinite;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-animation: pulsing 3s infinite;
    -ms-transform: scale(0.8, 0.8);
    -ms-animation: pulsing 3s infinite;
    -o-transform: scale(0.8, 0.8);
    -o-animation: pulsing 3s infinite;
}

.play_click img {
    width: 32px;
}

@-moz-keyframes pulsing {
    0% {
        -moz-transform: scale(0.8, 0.8)
    }

    50% {
        -moz-transform: scale(1.0, 1.0);
    }

    100% {
        -moz-transform: scale(0.8, 0.8);
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8)
    }

    50% {
        -webkit-transform: scale(1.0, 1.0);
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
    }
}

@-ms-keyframes pulsing {
    0% {
        -ms-transform: scale(0.8, 0.8)
    }

    50% {
        -ms-transform: scale(1.0, 1.0);
    }

    100% {
        -ms-transform: scale(0.8, 0.8);
    }
}

@-o-keyframes pulsing {
    0% {
        -o-transform: scale(0.8, 0.8)
    }

    50% {
        -o-transform: scale(1.0, 1.0);
    }

    100% {
        -o-transform: scale(0.8, 0.8);
    }
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.collective_list .flex {
    margin-bottom: 60px;
}

.txt_dir {
    width: 76%;
}

.txt_dir p {
    margin-bottom: 14px;
    font-size: 13px;
}

.collective_list .flex .artist_title {
    margin-bottom: 35px !important;
    margin-top: 51px !important;
}

.txt_dir p span {
    color: #aa9975;
}

.collective_list .flex img {
    margin-right: 50px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "utf-8";

.mob {
    display: none;
}

@media (max-width: 1024px) {
    .multiple-items6 button.slick-next, .multiple-items button.slick-next {
        display: none !important;
    }

    body {
        min-width: 1180px;
    }

    .container {
        padding: 0 40px;
    }

    .left-side {
        left: 40px;
        top: 10px;
    }

    .container_menu {
        padding-right: 40px;
    }

    .responsive .slick-slide {
        margin-right: 96px;
        padding-left: 18px;
    }
}

@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-width: 480px) {

    header,
    .prefooter .main_menu,
    .contacts_doc > div:nth-child(2),
    .contacts_doc > div > p::before,
    .txt_group .group,
    .disclaimer .kitin,
    .prefooter .logo_color,
    .about .collective,
    .week_day_time,
    .events_list > .events_list_single:nth-child(1) .date_event::after,
    .header,
    .B_crumbBox,
    .kollektiv .phrase,
    .desc_artist {
        display: none;
    }

    .vibory > div {
        flex-direction: column;
        margin: 30px 0 50px;
    }

    .vibory > div video {
        width: 100%;
        margin-bottom: 30px;
    }

    .vibory > div img {
        width: 100%;
    }

    .mob {
        display: block;
    }

    .container {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .contacts_doc {
        width: auto;
    }

    .youtube_block {
        display: block;
    }

    .video_block {
        width: 100%;
    }

    .youtube_block > .video_block:nth-child(2), .youtube_block > .video_block:nth-child(3) {
        display: none
    }

    html, body {
        width: 100%;
        min-width: 100%;
        font-size: 18px;
    }

    header {
        background-position: 38% 80px;
        height: auto;
    }

    .contacts_doc > div:nth-child(1) {
        margin-left: 0;
    }

    .hyd_logos {
        margin: 40px 0 0px 0;
        flex-wrap: wrap;
    }

    .logos {
        margin: 40px 0;
    }

    .logos > a {
        margin-left: 0;
        margin-right: 20px;
    }

    .logos > a:last-of-type {
        margin-right: 0;
    }

    .logos > a img {
        width: 90%;
        height: auto;
    }

    .disclaimer {
        font-size: 13px;
        text-align: center;
        margin-top: 35px;
        line-height: 1.4;
    }

    .news {
        flex-wrap: wrap;
        margin: 80px 0;
        margin-bottom: 0;
    }

    .zag, h1 {
        font-size: 33px;
        margin: 50px 0;
    }

    .zag a {
        margin-left: 25px;
        font-size: 21px;
    }

    .zag2 {
        font-size: 25px !important;
    }

    .responsive .artist_title {
        font-size: 31px !important;
        text-align: center !important;
    }

    .responsive .artist_title_name {
        font-size: 20px !important;
        text-align: center !important;
    }

    .news > div {
        width: 100%;
        margin-left: 15px;
        margin-bottom: 90px;
    }

    .news > div:last-of-type {
        margin-bottom: 40px;
    }

    .publish_date {
        font-size: 48px;
    }

    .publish_date span {
        font-size: 27px;
    }

    .article_title a {
        font-size: 24px;
    }

    .article_single > a {
        font-size: 21px;
        font-family: 'MuseoSansCyrl-300';
    }

    .txt_group {
        margin-top: 40px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }

    .txt_group .about {
        width: 100%;
        position: relative;
    }

    .txt_group .about::before {
        content: '';
        background: url(../images/group2.png) no-repeat;
        position: absolute;
        bottom: -24px;
        right: 0;
        width: 186px;
        height: 163px;
    }

    .events_list_single {
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 55px;
    }

    .events_list_single:last-of-type {
        margin-bottom: 0
    }

    .gray_line {
        background: none;
        flex-wrap: wrap;
    }

    .event_title_list a {;
        font-size: 21px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .gray_line {
        background: none;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 30px 0;
    }

    .buy_ticket_event {
        font-size: 18px;
        position: absolute;
        top: 36px;
        right: 0;
    }

    .date_event {
        width: 103px;
    }

    .date_event::after {
        content: '';
        background: #ddd;
        width: 1px;
        height: 49px;
        position: absolute;
        top: -70px;
        right: 50%;
    }

    .events_list {
        position: relative;
    }

    .events_list::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: -175px;
        right: -15px;
        width: 149px;
        height: 150px;
        background: url(../images/list_nat2.png) no-repeat;
    }

    .vk {
        width: 43px;
        height: 41px;
        margin-right: 5px;
    }

    .ig {
        width: 43px;
        height: 41px;
    }

    .yt {
        width: 43px;
        height: 41px;
    }

    .contacts_doc > div .cnt {
        margin-left: 0px;
        margin-top: 80px;
    }

    .cnt a:not(.email) {
        position: relative;
        font-size: 25px;
        display: inline-block;
    }

    .cnt a:not(.email) span {
        position: absolute;
        right: -9px;
        top: -29px;
    }

    .cnt a.email {
        font-size: 18px;
        display: block;
        margin-top: 9px;
        font-family: 'MuseoSansCyrl-500';
    }

    .cnt a:not(.email):nth-child(2) {
        border-right: 1px solid #949494;
        border-left: 1px solid #949494;
        padding: 0 10px;
        margin: 0 10px;
    }

    .hyd_ryk span {
        font-size: 18px;
    }

    .hyd_ryk p {
        font-size: 36px;
    }

    .podpis {
        width: 190px;
        height: auto;
    }

    .group_btn {
        width: 100%;
        box-sizing: border-box;
    }

    .group_btn a {
        display: block;
        color: #fff;
        font-size: 25px;
        background: #343f46;
        text-transform: uppercase;
        position: relative;
        font-family: 'MuseoSansCyrl-300';
        padding-left: 93px;
        width: 100%;
        text-align: center;
        padding: 17px 0 18px 93px;
        box-sizing: border-box;
    }

    .group_btn a::before {
        content: '';
        background: #ddd url(../images/vk.svg) no-repeat center;
        background-size: 60%;
        width: 79px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        border-right: 10px solid #fff;
    }

    .kitin {
        width: 100%;
        text-align: center;
    }

    .kitin a:last-of-type {
        font-size: 18px;
        color: #707070;
    }

    #kit {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    #kit span {
        display: block;
        width: 59px;
        height: 38px;
        background: url(../images/kit2.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 175%;
        animation: lower 6s cubic-bezier(0, 0, 0, 0) infinite;
    }

    .header_mob {
        background: url(../images/menu.png) no-repeat bottom center;
        padding-bottom: 60px;
        margin-bottom: 0px;
        padding-top: 30px;
    }

    .header_mob select {
        width: 56px;
        height: 30px;
        -webkit-appearance: none;
        font-size: 0;
        border: none;
        background: url(../images/hamb.svg) no-repeat;
    }

    .logo_menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }

    .cnt {
        text-align: center
    }

    .header_mob .cnt a {
        color: #707070;
    }

    .up_part,
    .pict_desc,
    .row_one,
    .executor {
        flex-wrap: wrap;
    }

    .row_one {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .up_part {
        margin-bottom: 50px;
    }

    .up_part h1 {
        line-height: 1.1;
    }

    .event_picture img {
        width: 97%;
    }

    .row_one > div p, .row_two p, .executor > div:nth-child(1) > p {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .row_one > div span,
    .row_two div {
        font-size: 19px;
        text-align: left;
    }

    .row_one > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .executor > div:nth-child(1) > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        font-size: 17px;
        line-height: 2.2;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .executor > div {
        display: block;
        width: 100%;
    }

    .executor .collective {
        color: #343f46;
        font-size: 16px;
        background: transparent;
        border: 1px solid #343f4652;
        transition: .4s;
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        margin-top: 50px;
        position: relative;
    }

    .executor .collective::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: -71px;
        right: -9px;
        width: 149px;
        height: 150px;
        background: url(../images/list_nat2.png) no-repeat;
    }

    body:not(.index) .prefooter {
        margin-top: 50px;
    }

    .zag-instr {
        margin: 0px 0 70px 0;
        font-size: 33px;
    }

    .responsive {
        text-align: center;
        margin-bottom: 90px;
    }

    .responsive .slick-slide {
        margin-right: 0;
        padding-left: 18px;
    }

    .col_single .artist {
        width: 100%;
        height: 291px;
        position: relative;
        margin-top: 18px;
    }

    .col_single .artist::before {
        content: '';
        position: absolute;
        background: transparent;
        left: 35px;
        top: -18px;
        width: 200px;
        height: 276px;
        border: 1px solid #ddd;
        z-index: -1;
    }

    .prev.slick-arrow {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 0;
        top: 38%;
    }

    .next.slick-arrow {
        right: 0;
        top: 38%;
    }

    .container section > p {
        text-align: left !important;
        font-size: 18px;
    }

    .container section img:not(.slick-arrow) {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .informacziya iframe {
        width: 100%;
        margin-right: 0px !important;
    }

    .txt_dir {
        width: 100%;
    }

    .collective_list .flex {
        justify-content: center;
    }
}
