/** {*/
    /*-webkit-box-sizing: unset;*/
    /*-moz-box-sizing: unset;*/
    /*box-sizing: unset;*/
/*}*/

.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;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.slick-slide img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.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';
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -70px;
    display: block;
    width: 103px;
    height: 63px;
    padding: 0;
    -webkit-transform: translate(0, 18%);
    -ms-transform: translate(0, 18%);
    transform: translate(0, 18%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev {
    left: 25%;
    background: url(/img/Arrow_L.svg) 50% 50% no-repeat;
    background-size: contain;
}

.slick-next {
    right: 25%;
    background: url(/img/Arrow_R.svg) 50% 50% no-repeat;
    background-size: contain;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
}

@font-face {
    font-family: 'calibril';
    src: url(../fonts/Calibri.eot?#iefix) format("embedded-opentype"), url(../fonts/calibril.ttf) format('truetype');
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} .circle {
      -webkit-animation: circle 30s infinite;
      animation: circle 30s infinite;
  }

.svg-to1 {
    -moz-transform-origin: 7.8% 49.8%;
    transform-origin: 7.8% 49.8%;
    -webkit-animation: circle 5s infinite;
    animation: circle 5s infinite;
}

.svg-to2 {
    -moz-transform-origin: 25.8% 49.8%;
    transform-origin: 25.8% 49.8%;
    -webkit-animation: circle 10s infinite;
    animation: circle 10s infinite;
}

.svg-to3 {
    -moz-transform-origin: 92.3% 49.8%;
    transform-origin: 92.3% 49.8%;
    -webkit-animation: circle 7s infinite;
    animation: circle 7s infinite;
}

.svg-to4 {
    -moz-transform-origin: 74% 49.8%;
    -ms-transform-origin: 74% 49.8%;
    -o-transform-origin: 74% 49.8%;
    -webkit-transform-origin: 74% 49.8%;
    transform-origin: 74% 49.8%;
    -webkit-animation: circle 9s infinite;
    animation: circle 9s infinite;
}

.svg-to5 {
    -moz-transform-origin: 74% 49.8%;
    transform-origin: 74% 49.8%;
    transform: rotate(360deg);
}

body {
    font-family: "calibril", sans-serif;
    margin: 0;
    padding: 0px;
}

.container {
    width: 1000px;
    position: relative;
    margin: 0px auto;
}

.headliner .container {
    width: 1030px;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.section-name {
    font-size: 50px;
    padding: 50px 0px 47px 0px;
    width: 100%;
    text-align: center;
    color: #444;
    line-height: 35px;
}

a, a:hover {
    text-decoration: none;
    -webkit-appearance: none;
}

.menu {
    position: fixed;
    width: 100%;
    background-color: #000;
    z-index: 5000;
    height: 69px;
}

.menu .logo a {
    height: 69px;
}

.menu .logo a:hover {
    background-color: #000;
}

.menu, .menu a {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

.menu-hrefs a {
    font-size: 18px;
    display: inline-block;
    height: 69px;
    box-sizing: border-box;
    padding: 23px 20px;
    text-align: center;
    position: relative;
}

.menu-hrefs a {
    padding: 23px 12px;
}

.menu .logo {
    width: 9%;
}

.menu .menu-hrefs {
    width: 71%;
}

.podmenu {
    left: 249px;
}

.podmenu {
    display: none;
    position: absolute;
    font-size: 18px;
    background-color: #000;
    top: 69px;
    left: 128px;
    pointer-events: none;
}

.podmenu.znaniy {
    left: 217px;
    width: 88px;
}

.podmenu:hover, .menu a:hover + .podmenu, .menu a.active + .podmenu {
    display: block;
    pointer-events: auto;
}

.podmenu a {
    display: block;
    font-size: 13px;
    padding: 15px 20px;
    height: 48px;
}

.podmenu a {
    padding: 15px 10px;
}

.header-button {
    width: 16%;
}

.header-button a {
    font-size: 18px;
    height: 38px;
    box-sizing: border-box;
    margin: 16px 0px;
    padding: 7px 0px 6px 0px;
    border: 1px solid #FFF;
    border-radius: 5px;
    width: 99%;
    text-align: center;
}

.menu a img {
    width: 80px;
    height: 63px;
    padding: 3px 10px 0px 0px;
}

.menu a:hover, .menu a.active {
    background-color: #383a3d;
}

.menu .container > div {
    display: flex;
    float: left;
    box-sizing: border-box;
}

.menu .logo {
    width: 13%;
}

.menu .menu-hrefs {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.header {
    padding-top: 69px;
    background: url('/img/fest2018_top.jpg') center -6px no-repeat #402d41;
    height: 805px;
    box-sizing: border-box;
}

.svg-menu {
    height: 470px;
    opacity: 0.7;
}

.dark-orange {
    color: #ff9933;
}

.date-fest {
    font-size: 35px;
}

.light-orange {
    color: #fac66e;
}

.name-fest {
    font-size: 60px;
    letter-spacing: 7px;
}

.date-fest, .name-fest {
    text-align: center;
}

.counter-header {
    margin: 20px;
    color: #fff;
    font-size: 25px;
}

.counter-title {
    color: #fff;
    font-size: 25px;
    float: left;
    width: 39.2%;
    text-align: right;
    padding-top: 30px;
}

.counter-block {
    width: 40%;
    margin-left: 42.4%;
}

.right-svg-circle {
    position: absolute;
    right: -305px;
    top: 70px;
}

.right-svg-circle img {
    height: 610px;
}

.left-svg-circle {
    position: absolute;
    left: -300px;
    top: 65px;
}

.left-svg-circle img {
    height: 610px;
}

.description {
    padding: 115px 0px 37px 0px;
    background: linear-gradient(to top, #fbfafa, #ede9e9);
}

.description .text {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.form .section-descr, .description .text, .form .buttons, .footer-container, .buy-button a, .block_item .buttons {
    width: 70%;
    position: relative;
    margin: 0 auto;
}

.datename .container {
    padding: 140px 0px;
}

.headliner {
    background: #403143;
    padding-bottom: 86px;
    box-sizing: border-box;
}

.headliner::after {
    content: '';
    background: url('/img/Circle_06_g.svg') 50% 62% no-repeat #403143;
    background-size: 1300px auto;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 420px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
}

.datename {
    background: url('/img/Circle_06_g.svg') center center no-repeat #403143;
    background-size: 1149px auto;
}

.headliner .section-name, .form .section-name {
    color: #fff;
}

.headliner {
    min-height: 900px;
}

.atmosphere, .biosphere {
    padding-bottom: 46px;
}

.form {
    background: url('/img/fest2018_zajava.jpg') center center no-repeat #402d41;
    background-size: cover;
    padding-bottom: 42px;
}

.form .section-descr {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 47px;
}

.form .buttons a, .block_item .buttons a {
    display: block;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin: 10px 0px;
}

.buy-button a {
    font-size: 45px;
    color: #fff;
    display: block;
    background-color: #de8951;
    padding: 35px 0px;
    border-radius: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.buy-button {
    padding: 170px 0px;
}

.upper-price-name {
    color: #444444;
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.buy {
    background: #fbfafa;
    padding-bottom: 80px;
}

.buy .container {
    background: url('/img/fest2018-round_1.svg') no-repeat transparent;
    background-size: 100% auto;
    background-position: 50% 20%;
}

.logomini {
    height: 75px;
}

.footer {
    padding: 25px 0px;
}

.footer .logo {
    width: 17%;
}

.col-left, .col-right, .col-right a {
    color: #7f7f7f;
}

.col-left {
    width: 39%;
}

.col-right {
    width: 29%;
}

.social {
    width: 15%;
    text-align: right;
    opacity: 0.4;
    padding-top: 10px;
}

.footer .footer-container > div {
    float: left;
    -webkit-appearance: none;
}

.social img {
    margin-left: 5px;
    width: 30px;
}

.left-svg, .right-svg {
    position: absolute;
    opacity: 0.3;
    top: 50px;
}

.left-svg {
    left: -250px;
}

.right-svg {
    right: -200px;
}

.h1-img {
    border-radius: 50% 50%;
    box-shadow: 0px 0px 0px 2px #fff;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.h1-img img {
    min-width: 100%;
    max-height: 100%;
}

.h1-img, .h1-cirle {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    box-sizing: content-box;
}

.h1-cirle {
    padding: 25px;
    position: relative;
}

.h1-cirle::after {
    content: '';
    background: url('/img/fest2018_headliner_round.svg') 50% 50% no-repeat;
    background-size: 100% auto;
    position: absolute;
    max-width: 100%;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    max-height: 100%;
    z-index: 1;
    -webkit-animation: circle 25s infinite;
    animation: circle 25s infinite;
    transform-origin: 50% 50%;
}

.headliner .slick-slide:nth-child(2n+1) .h1-cirle::after {
    -webkit-animation: circle 15s infinite;
    animation: circle 15s infinite;
}

.headliner .slick-slide:nth-child(2n) .h1-cirle::after {
    -webkit-animation: circle 10s infinite;
    animation: circle 10s infinite;
}

.headliner .slick-slide:nth-child(3n) .h1-cirle::after {
    -webkit-animation: circle 10s infinite;
    animation: circle 20s infinite;
}

.h1-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    height: 70px;
    z-index: 2;
}

.h1-text {
    font-size: 15px;
    color: #fff;
    z-index: 2;
    text-align: justify;
}

.h1-title, .h1-text {
    padding: 20px 15px 10px 15px;
}

.slickslider {
    z-index: 2;
}

.miniImg {
    height: 112.667px;
    margin: 5px 10px;
    border-radius: 16px;
    background-size: cover;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.miniImg:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.Slider2 {
    width: 85%;
    margin: 0 auto;
    margin-top: 46px;
}

.bigslider .slick-prev, .bigslider .slick-next {
    bottom: 35%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 65px;
    height: 41px;
}

.bigslider .slick-prev {
    left: -70px;
}

.bigslider .slick-next {
    right: -70px;
}

.big-container {
    height: 484px;
    position: relative;
    border-radius: 30px;
    border: 0px solid black;
    overflow: hidden;
}

.big-image {
    height: 50%;
    box-sizing: border-box;
    width: 33.33333333333333333%;
    float: left;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.big-image .name {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 80%;
    background-color: #bbbfcb;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 10px 20px 10px 40px;
    text-align: right;
}

.big-image .name b {
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: 0;
    height: 0;
    display: block;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.big-image .name b.active {
    border: 0px;
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    width: 6px;
    height: 28px;
}

.big-image:nth-child(1) {
    border-radius: 30px 0px 0px 0px;
}

.big-image:nth-child(3) {
    border-radius: 0px 30px 0px 0px;
}

.big-image:nth-child(6) {
    border-radius: 0px 0px 30px 0px;
}

.big-image:nth-child(4) {
    border-radius: 0px 0px 0px 30px;
}

.big-image:nth-child(1), .big-image:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.big-image:nth-child(3) {
    border-bottom: 1px solid #fff;
}

.big-image:nth-child(4), .big-image:nth-child(5) {
    border-right: 1px solid #fff;
}

.big-text {
    display: none;
    position: absolute;
    margin: 5% 20%;
    border: 3px solid #bdbfcc;
    border-radius: 30px;
    height: 400px;
    max-width: 90%;
    min-width: 600px;
    background-color: #fff;
    font-size: 15px;
    z-index: 200;
    box-sizing: border-box;
}

.close_desrciption {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 37px;
    height: 37px;
    opacity: 1;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 37px;
    border: 3px solid #bdbfcc;
}

.desrciption_text {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    overflow: auto;
    white-space: pre-wrap;
    display: block;
    font-size: 15px;
}

.close_desrciption:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_desrciption:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_desrciption:before, .close_desrciption:after {
    position: absolute;
    left: 17px;
    content: ' ';
    height: 27px;
    width: 2px;
    background-color: #333;
    top: 5px;
}

.admin .h1-cirle, .admin .h1-title {
    box-sizing: content-box;
}

.admin .upper-price-counter {
    line-height: 1;
    font-size: 25px;
    text-align: center;
}

.admin .counter-title {
    padding-top: 0px;
}

.admin .modal-dialog {
    margin: 80px auto;
}

.admin .form-control, .admin .form-group {
    width: 100%;
}

div:focus {
    outline: none;
}

.svg-hover:hover, .svg-hover.active {
    fill: #fac66e;
    cursor: pointer;
    transition: 1s;
}

.svg-menu, .header .container {
    overflow: visible;
}

.tabs {
    width: 100%;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 3px #fff;
}

.about_festival {
    background: url(/img/fest2018_zajava.jpg) center center no-repeat #402d41;
    background-size: cover;
    padding-bottom: 42px;
    margin-top: 42px;
}

.about_festival .section-name {
    color: #ffffff;
}

.header_tabs {
    width: 100%;
    display: flex;
    height: 80px;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    justify-content: center;
    align-items: stretch;
}

.header_tabs span {
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hide {
    display: none;
}

.header_tabs span {
    cursor: pointer;
}

.header_tabs span.active {
    background: #ffffff;
    color: #333333;
}

.block_tabs {
    height: 400px;
    border-radius: 0px 0px 30px 30px;
    background: #ffffff;
    overflow: hidden;
    padding: 10px;
}

.block_item.hide.active {
    display: block !important;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.header_tabs {
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.life_festival {
    padding-bottom: 5px;
}

.life_festival .tabs {
    box-shadow: 0px 0px 0px 3px #de8951;
}

.life_festival .header_tabs {
    background: #de8951;
}

.cols {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.col_left50, .col_right50 {
    width: 48%;
}

.hrefs {
    margin-top: 30px;
}

.hrefs p {
    display: block;
    width: 400px;
    max-width: 95%;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    background-color: #de8951;
    border-radius: 3px;
}

.hrefs p a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.cols_image, .cols_imagepp, .cols_imageart, .cols_imagekino, .img_colinstal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cols_image img {
    height: 221px;
}

.cols_imagepp {
    margin-top: 5px;
}

.img_colinstal {
    margin-top: 8px;
}

.cols_imagekino {
    margin-top: 20px;
}

.cols_imagepp img {
    height: 160px;
}

.cols_imageart img {
    height: 311px;
}

.cols_imagekino img {
    height: 229px;
}

.img_colinstal img {
    height: 157px;
}

.partners .slick-dots li button::before {
    color: #8b8a8a;
}

.partners {
    padding-bottom: 90px;
}

.partnersImg {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.partnersImg-container span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 1020px) {
    .container {
        width: 650px;
        position: relative;
        margin: 0px auto;
    }

    .headliner .container {
        width: 670px;
    }

    .headliner {
        padding-bottom: 105px;
    }

    .menu-hrefs a, .header-button a {
        font-size: 18px;
    }

    .menu .logo {
        width: 100px;
    }

    .header-button {
        width: calc(60% - 155px);
        margin-left: 20%;
    }

    .menu .container > div.menu-hrefs {
        display: none;
        width: 100%;
        margin-top: 69px;
        position: absolute;
    }

    .menu .container > div.menu-hrefs a {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        display: block;
        height: auto;
    }

    .logo {
        padding-left: 20px;
    }

    .menu .container {
        width: 100%;
        padding: 0px;
    }

    .podmenu, .podmenu.znaniy {
        position: relative;
        top: 0px;
        margin-left: 0px;
        left: 0px;
    }

    .menu-hrefs .podmenu a {
        font-size: 16px;
        padding: 15px 5px;
        height: 44px;
    }

    .podmenu, .podmenu.znaniy {
        left: 0%;
    }

    .podmenu.znaniy {
        width: 100%;
    }

    .date-fest {
        font-size: 30px;
    }

    .name-fest {
        font-size: 50px;
        letter-spacing: 3px;
    }

    .counter-header {
        margin: 20px 0px;
    }

    .counter-block {
        width: 60%;
        margin-left: 30%;
    }

    .counter-title {
        width: 25%;
        padding-top: 14px;
    }

    .description {
        padding: 50px 0px;
    }

    .left-svg-circle {
        top: 215px;
    }

    .h1-img, .h1-cirle {
        width: 240px;
        height: 240px;
    }

    .h1-cirle {
        padding: 37px;
    }

    .h1-title, .h1-text {
        padding: 20px 10px 10px 10px;
    }

    .slick-prev {
        left: 15%;
    }

    .slick-next {
        right: 15%;
    }

    .section-name span {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .big-image {
        width: 50%;
        height: 33.4%;
        box-sizing: border-box;
    }

    .big-image:nth-child(1), .big-image:nth-child(3), .big-image:nth-child(5) {
        border: 0px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .big-image:nth-child(2), .big-image:nth-child(4), .big-image:nth-child(6) {
        border: 0px;
        border-bottom: 1px solid #fff;
    }

    .big-image:nth-child(5), .big-image:nth-child(6) {
        border-bottom: 0px solid #fff;
    }

    .big-image:nth-child(3) {
        border-radius: 0px 30px 0px 0px;
    }

    .big-image:nth-child(3) {
        border-radius: 0px 0px 0px 0px;
    }

    .big-image:nth-child(6) {
        border-radius: 0px 0px 30px 0px;
    }

    .big-image:nth-child(4) {
        border-radius: 0px 0px 0px 0px;
    }

    .big-image:nth-child(5) {
        border-radius: 0px 0px 0px 30px;
    }

    .big-container {
        height: 570px;
    }

    .miniImg {
        height: 80px;
    }

    .big-text {
        min-width: 450px;
        margin: 15% 15%;
        height: 550px;
    }

    .Slider2 {
        width: 70%;
        margin-bottom: 50px;
    }

    .form .section-descr, .description .text, .form .buttons, .footer-container {
        width: 80%;
    }

    .buy-button a {
        font-size: 35px;
        padding: 25px 15px;
        border-radius: 30px;
        max-width: 550px;
        width: 100%;
    }

    .buy-button {
        padding: 125px 0px;
    }

    .footer .footer-container > div {
        float: none;
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .footer {
        padding-bottom: 25px;
    }

    .upper-price-counter {
        display: none;
    }

    .upper-price-counter-740 {
        display: block;
    }

    .buy {
        padding-bottom: 50px;
    }

    .atmosphere, .biosphere {
        padding-bottom: 0px;
    }

    .about_festival {
        margin-top: 0px;
    }

    .form {
        padding-bottom: 0.1px;
    }

    .cols_image, .cols_imagepp, .cols_imageart, .cols_imagekino, .img_colinstal {
        display: none;
    }

    .partners {
        padding-bottom: 90px;
    }
}

@media (max-width: 655px) {
    .container {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0px 20px;
        margin: 0px auto;
    }

    .headliner .container {
        width: 100%;
    }



    .menu .logo {
        width: 100px;
    }

    .header-button {
        width: calc(90% - 155px);
        margin-left: 5%;
    }

    .menu .container > div.menu-hrefs {
        display: none;
        width: 100%;
        margin-top: 69px;
        position: absolute;
    }

    .menu .container > div.menu-hrefs a {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        display: block;
        height: auto;
    }

    .logo {
        padding-left: 20px;
    }

    .menu .container {
        width: 100%;
        padding: 0px;
    }

    .podmenu {
        position: relative;
        top: 0px;
        margin-left: 0px;
        left: 0px;
    }

    .svg-menu {
        height: 270px;
    }

    .header {
        background: url('/img/fest2018_top.jpg') center -106px no-repeat #402d41;
    }

    .counter-title {
        width: 100%;
        text-align: center;
        padding-bottom: 28px;
        padding-top: 0px;
    }

    .counter-block {
        display: none;
    }

    .counter-block-320 {
        display: block;
    }

    .counter-header {
        margin: 20px 0px 0px 0px;
    }

    .header {
        height: 681px;
    }

    .form .section-descr, .description .text, .form .buttons, .footer-container, .buy-button a {
        width: 100%;
    }

    .left-svg-circle {
        top: 615px;
    }

    .section-name {
        line-height: 30px;
    }

    .h1-img, .h1-cirle {
        width: 200px;
        height: 200px;
    }

    .slick-prev {
        left: 0%;
    }

    .slick-next {
        right: 0%;
    }

    .slick-prev, .slick-next {
        width: 50px;
        height: 30px;
        bottom: -59px;
    }

    .big-image {
        width: 100%;
        height: 16.7%;
    }

    .big-container {
        height: 1253px;
    }

    .big-text {
        height: 1258px;
        width: calc(100% - 40px);
        margin: 0px;
        min-width: calc(100% - 40px);
    }

    .upper-price-counter-740 {
        display: none;
    }

    .upper-price-counter-320 {
        display: block;
    }

    .buy-button {
        padding: 50px 0px;
    }

    .upper-price-name {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .big-image:nth-child(1) {
        border: 0px;
        border-radius: 30px 30px 0px 0px;
    }

    .big-image:nth-child(5) {
        border-radius: 0px 0px 0px 00px;
    }

    .big-image:nth-child(6) {
        border: 0px;
        border-radius: 0px 0px 30px 30px;
    }

    .big-image:nth-child(3), .big-image:nth-child(5), .big-image:nth-child(2), .big-image:nth-child(4), .big-image:nth-child(6) {
        border: 0px;
        border-top: 1px solid #fff;
    }

    .slick-dots li button::before {
        font-size: 26px;
        width: 20px;
        height: 20px;
    }

    .slick-dots li {
        width: 20px;
    }

    .datename .container {
        padding: 47px 0px;
    }

    .atmosphere, .biosphere {
        padding-bottom: 0px;
    }

    .description .text, .form .section-descr, .block_tabs {
        font-size: 15px;
        line-height: 1.4;
    }

    .section-name, .name-fest {
        font-size: 35px;
    }

    .section-name {
        padding: 30px 0px 30px 0px;
    }

    .form .buttons a {
        font-size: 17px;
    }

    .buy-button a {
        font-size: 25px;
        padding: 10px 10px;
        border-radius: 15px;
    }

    .footer .footer-container > div {
        font-size: 14px;
        padding: 20px 0px 0px;
        line-height: 20px;
    }

    .footer .footer-container > div.col-right, .footer .footer-container > div.logo {
        padding: 10px 0px 0px;
    }

    .date-fest {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .description {
        padding: 34px 0px;
    }

    .right-svg-circle {
        top: 45px;
    }

    .circle left-svg-circle {
        top: 375px;
    }

    .h1-title {
        height: 63px;
    }

    .headliner {
        min-height: 830px;
        padding-bottom: 65px;
    }

    .Slider2 {
        margin-bottom: 29px;
        margin-top: 27px;
    }

    .datename {
        background: url(/img/Circle_06_g.svg) 59% 50% no-repeat #403143;
        background-size: 800px auto;
    }

    .form .section-descr {
        margin-bottom: 27px;
        margin-top: -6px;
    }

    .form {
        padding-bottom: 23px;
    }

    #noosphere .form {
        padding-bottom: 1px;
    }

    .buy {
        padding-bottom: 33px;
    }

    .big-image .name {
        font-size: 18px;
        padding: 11px 20px;
    }

    .header_tabs {
        flex-direction: column;
        height: auto;
    }

    .header_tabs span {
        padding: 10px;
    }

    .cols {
        flex-direction: column;
    }

    .col_left50, .col_right50 {
        width: 100%;
    }

    .about_festival {
        margin-top: 0px;
    }

    .hrefs {
        margin-top: 53px;
    }

    .header_tabs .header_item:first-child {
        border-radius: 26px 26px 0px 0px;
    }

    .cols_image, .cols_imagepp, .cols_imageart, .cols_imagekino, .img_colinstal {
        display: none;
    }

    .partners {
        padding-bottom: 50px;
    }
}

.menu .container > div.eng_button {
    width: 5%;
    display: flex;
    justify-content: flex-end;
    float: right;
}

.eng_button a {
    margin: 14px 0px 5px 5px;
}

.eng_button a:hover {
    background: transparent;

}

.eng_button a img {
    width: auto;
    height: 36px;
    padding: 4px 0px 0px 0px;
}

@media (max-width: 1020px) {
    .eng_button a img {
        width: auto;
        height: 24px;
        padding: 4px 10px 0px 0px;
    }
}

@media (max-width: 655px) {
    .eng_button a img {
        width: auto;
        height: 20px;
        padding: 6px 10px 0px 0px;
    }
}

.slick-prev, .slick-next {
    top: inherit;
}

.arhive .section.header {
    height: 550px;
    min-height: 542px;
}

.arhive .description .container {
    width: 1170px;
}

.arhive .description {
    padding-top: 10px;
}

/*.arhive .section.life_festival {*/
/*background: url(/img/Circle_06_g.svg) center center no-repeat #403143;*/
/*background-size: 1149px auto;*/


.arhive .section.life_festival .section-name {
    color: white;
}

.arhive .section.life_festival .first .slick-prev {
    left: -50px
}

.arhive .section.life_festival .first .slick-next {
    right: -55px;
}

.arhive .section.life_festival .first .slick-prev,
.arhive .section.life_festival .first .slick-next {
    top: 15%;
    background: none;
}

.life2-column .innerslide {
    box-sizing: border-box;
}

.arhive .section.life_festival .col-xs-12 {
    box-sizing: border-box;
}

.podmenu {
    pointer-events: auto;
}

.podmenu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    white-space: nowrap;
    padding: 0;
    display: inline;
}

.podmenu.active, .podmenu:hover {
    display: block;
}

.topMenu .container {
    width: 1170px;
}

.section.description {
    padding-top: 31px;
    margin-top: 70px;
}

@media (max-width: 780px) {
    .life2-column:first-child,
    .life2-column:last-child {
        width: 100%;
    }

    .life2-column {
        margin: 0% 0% 3%;
    }

    .life2-column .innerslide {
        box-sizing: border-box;
    }

    .arhive .section.life_festival .col-xs-12 {
        box-sizing: border-box;
    }

    .arhive .section.life_festival .container {
        padding: 0px 15px;
    }

    .arhive .description .container {
        width: 100%;
    }

    .arhive .description .col-xs-12 {
        padding: 0;
    }

    .topMenu .container {
        width: 100%;
    }
}