@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import '../libs/jquery-ui/themes/base/datepicker.css';
@import '../libs/qtip2/jquery.qtip.min.css';
@import '../images/icons/fontello/css/fontello.css';
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&subset=latin-ext');

html {
    height: 100%;
}

body {
    min-height: 100vh;
    color: #656565;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    outline: none;
    color: #306d2b;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000;
}

#page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: auto;
}

div.container.fluid {
    width: 100%;
    padding: 0 38px;
}

.up-date {
    padding-top: 10px;
    font-size: 12px;
    color: #888;
}

footer {
    height: 70px;
    clear: both;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    margin-top: -70px;
    font-size: 15px;
    color: rgba(101, 101, 101, .8);
}

footer a {
    color: rgba(101, 101, 101, .8);
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 222;
}

header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(88, 112, 143);
    background: -moz-linear-gradient(top, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%);
    background: linear-gradient(to bottom, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58708f', endColorstr='#84919e', GradientType=0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

header > .container {
    position: relative;
    height: 100%;
}

main {
    flex: auto;
    flex-grow: 1;
}

div.header-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 270px;
}

div.header-content > * {
    flex: 1 1 100%;
    display: flex;
}

a.logo {
    display: block;
    width: 79px;
    position: absolute;
    left: 38px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    background-size: contain;
    /*transition: all ease 1.3s;*/
}

a.logo:after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 18px;
    width: 185px;
    /*transition: all ease 1.3s;*/
}

section {
    padding: 60px 0;
}

div.index-swiper-container {
    position: relative;
    padding: 0 12px 12px;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper .swiper-slide:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#343a34+0,343a34+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(52, 58, 52, 1) 0%, rgba(52, 58, 52, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(52, 58, 52, 1) 0%, rgba(52, 58, 52, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(52, 58, 52, 1) 0%, rgba(52, 58, 52, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a34', endColorstr='#00343a34', GradientType=0); /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 70%;
    content: '';
    opacity: .8;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100vh;
    object-fit: cover;
    min-height: 700px;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 133px 144px 193px;
}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
}

div.index-swiper div.swiper-slide-content .action {
    margin-top: 30px;
    font-size: 17px;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    left: 11px;
    width: 144px;
}

div.index-swiper-container .swiper-button-next {
    transform: rotate(180deg);
    left: auto;
    right: 11px;
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    display: flex;
    margin: 0 -15px;
    font-size: 15px;
    color: #fff;
}

div.header-elements > div {
    padding: 0 15px;
    display: flex;
}

div.header-elements a {
    color: #fff;
}

div.header-elements a:hover {
    color: #aadaa6;
}

div.search-place {
    position: relative;
    z-index: 55;
}

a.search-toggler {
    display: flex;
    align-items: center;
}

a.search-toggler.opened {
    color: #fff;
}

div.search-container {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    width: 200px;
}

a.search-toggler.opened + div.search-container {
    opacity: 1;
    visibility: visible;
}

div.search-container form {
    display: flex;
    flex: auto;
}

div.search-container input[type="text"] {
    color: #000;
    font-size: 12px;
    padding: 10px 15px;
    border: 0;
    width: 150px;
    flex: auto;
}

div.search-container input[type="submit"] {
    font-family: FontAwesome;
    border: 0;
    background: none;
    padding: 10px 15px;
    color: #000;
}

div.font-changer {
    display: flex;
    margin: 0 -2px;
}

div.font-changer a {
    display: flex;
    align-items: center;
    padding: 0 3px;
    font-size: 14px;
    cursor: pointer;
}

div.font-changer a.more {
    font-size: 1.28em;
}

div.sitemap-ico-place {
    padding: 0 !important;
}

div.sitemap-ico-place a {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

section.fancy-blocks-section {
    margin-top: -193px;
    min-height: 193px;
    position: relative;
    z-index: 23;
    padding: 0;
}

div.fancy-blocks {
    background: rgba(37, 41, 33, .7);
    display: flex;
}

div.fancy-blocks > a {
    flex: 1 1 100%;
    padding: 25px 35px;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
}

div.fancy-blocks > a:not(:first-child) {
    background: url("../images/misc/dec-1.png") left center repeat-y;
}

div.fancy-blocks .title {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em;
    display: flex;
    align-items: center;
}

div.fancy-blocks .title .fa {
    margin-right: .65em;
}

a.calendar-container-toggler {
    cursor: pointer;
}

div.calendar-container {
    width: 438px;
    position: absolute;
    right: 18px;
    top: 100%;
    background: #2b2b2b;
    color: #fff;
    padding: 0 40px 40px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

a.calendar-container-toggler.opened + div.calendar-container {
    opacity: 1;
    visibility: visible;
}

div.events-datepicker-list > div {
    margin-top: 30px;
}

div.events-datepicker-list a {
    display: flex;
    color: #fff;
}

div.events-datepicker-list a img {
    /*min-width: 88px;*/
    width: auto;
    margin-right: 24px;
}

div.events-datepicker-list .date {
    display: block;
    font-size: 14px;
    color: #5ec557;
    margin-bottom: .5em;
}

div.events-datepicker-list .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.events-datepicker-list a:hover .title {
    color: #aadaa6;
}

section.categories-blocks-section {
    padding: 0 12px;
    margin: 0 0 12px;
}

div.categories-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -14px -7px 0;
}

div.categories-blocks > div {
    flex: 1 1 50%;
    min-width: 50%;
    margin: 14px 0 0;
    padding: 0 7px;
    display: flex;
}

.categories-blocks-item {
    display: flex;
    flex: auto;
    position: relative;
    font-size: 1.04vw;
    color: #fff !important;
    overflow: hidden;
}

.categories-blocks-item .photo {
    min-width: 100%;
    height: auto;
    transition: all ease 1.5s;
}

.categories-blocks-item:hover .photo {
    transform: scale(1.1);
}

.categories-blocks-item .cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 2.08vw;
}

.categories-blocks-item .cont .title {
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    display: block;
}

section.footer-colls-section {
    background: url("../images/misc/dec-3.png") right bottom no-repeat #f8f8f8;
    padding-bottom: 70px;
    padding-top: 40px;
}

div.footer-colls {
    display: flex;
    margin: -30px -15px 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(101, 101, 101, .8);
}

div.footer-colls a {
    color: rgba(101, 101, 101, .9);
}

.grecaptcha-badge {
    display: none;
}

div.footer-colls a:hover {
    color: #306d2b;
}

div.footer-colls > div {
    flex: auto;
    margin-top: 30px;
    padding: 0 15px;
}

div.footer-colls img {
    max-width: 100%;
    height: auto;
}

div.footer-colls .title {
    font-size: 1.33em;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 1.3;
    margin-bottom: .6em;
}

div.footer-colls ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.partners-carusel-container {
    position: relative;
    padding: 0;
}

div.partners-carusel-container.pos-fx {
    margin-top: 50px;
}

div.partners-carusel .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}

div.partners-carusel .swiper-slide {
    width: auto;
}

div.partners-carusel .swiper-slide a {
    display: block;
}

div.partners-carusel .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

div.partners-carusel-container .swiper-button-prev,
div.partners-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -9vw;
    width: 9vw;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: .3;
}

div.partners-carusel-container .swiper-button-next {
    left: auto;
    right: -9vw;
    transform: rotate(180deg);
}

div.partners-carusel-container .swiper-button-prev img,
div.partners-carusel-container .swiper-button-next img {
    display: block;
}

div.partners-carusel-container .swiper-button-prev:hover,
div.partners-carusel-container .swiper-button-next:hover {
    opacity: .6;
}

div.partners-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

section.page-top-photo-section {
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 442px;
    padding: 133px 0 0;
    margin: 0 12px;
}

section.page-top-photo-section .container {
    position: relative;
    z-index: 2;
}

section.page-top-photo-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f3632+0,2f3632+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(47, 54, 50, 1) 0%, rgba(47, 54, 50, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(47, 54, 50, 1) 0%, rgba(47, 54, 50, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(47, 54, 50, 1) 0%, rgba(47, 54, 50, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3632', endColorstr='#002f3632', GradientType=0); /* IE6-9 */
    opacity: .5;
}

section.page-top-photo-section h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

section.content-colls-section {
}

div.content-colls {
    display: flex;
    margin: 0 -30px;
}

div.content-colls > * {
    padding: 0 30px;
}

aside {
    min-width: 330px;
    flex-basis: 330px;
}

div.mainbar {
    min-width: 1px;
    flex: auto;
}

div.events-list-container {
}

div.events-list {
    margin-top: -30px;
}

div.events-list > div {
    margin-top: 30px;
    display: flex;
}

div.events-list-item {
    flex: auto;
    display: flex;
}

div.events-list-item > a {
    flex: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

div.events-list-item > a:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

div.events-list-item .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #306d2b;
    color: #fff;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
}

div.events-list-item .date strong {
    font-size: 2em;
    font-weight: 400;
}

div.events-list-item .date strong {
    display: block;
}

div.events-list-item .photo {
    display: block;
}

div.events-list-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.events-list-item .cont {
    flex: auto;
    border: 1px solid #eaebeb;
    padding: 20px;
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.events-list-item > a:hover .cont {
    color: #65b360;
}

div.events-list-action-line {
    margin: 38px 0 0;
    display: flex;
    justify-content: space-between;
}

div.accorditions-block > div {
    margin: 0;
}

/*div.accorditions-block img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*}*/

div.accorditions-block > div:first-child {
    margin: 0;
}

div.accorditions-block .accord-toggler {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    padding: 15px 40px 15px 0;
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 700;
    line-height: 1.1;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

div.accorditions-block .accord-toggler:before {
    content: '';
    width: 27px;
    min-width: 50px;
    height: 37px;
    background: url("../images/icons/ico-9.png") center center no-repeat;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: -5px 0;
}

div.accorditions-block .accord-toggler.opened:before {
    transform: rotate(90deg);
}

div.accorditions-block .accord-toggler:hover {
    color: #0f0f0f;
}

div.accorditions-block .accord {
    display: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.accorditions-block .accord-toggler.opened {
    color: #0f0f0f;
}

div.accorditions-block .accord > div {
    padding: 15px 0;
}

section.event-descr-section {
    padding: 45px 0;
    margin: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#306d2b+0,1b3318+100 */
    background: rgb(48, 109, 43); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(48, 109, 43, 1) 0%, rgba(27, 51, 24, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(48, 109, 43, 1) 0%, rgba(27, 51, 24, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(48, 109, 43, 1) 0%, rgba(27, 51, 24, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306d2b', endColorstr='#1b3318', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    color: #fff;
    overflow: hidden;
}

section.event-descr-section:before,
section.event-descr-section:after {
    content: '';
    width: 206px;
    height: 206px;
    background: url("../images/misc/dec-7.png") 0 0 no-repeat;
    position: absolute;
    left: 56px;
    top: 56px;
}

section.event-descr-section:after {
    left: auto;
    right: 56px;
    top: auto;
    bottom: 56px;
}

section.event-descr-section .container {
    position: relative;
    z-index: 2;
}

div.event-descr-list {
    margin-top: -35px;
}

div.event-descr-list > div {
    margin-top: 35px;
    display: flex;
}

div.event-descr-list .title {
    min-width: 155px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

div.restriction-tips {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}

div.restriction-tips > div {
    margin: 16px 8px 0;
}

div.restriction-tips a {
    display: block;
    cursor: pointer;
}

div.restriction-tips a img {
    display: block;
}

section.event-map-section {
    padding: 0;
    margin: 12px;
    background: #f8f8f8;
}

div.event-map-container {
    display: flex;
}

div.event-map-container > div {
    flex: 1 1 100%;
}

div.event-map-container .cont {
    padding: 50px;
    min-height: 262px;
    background: url("../images/photos/photo-9.jpg") bottom left no-repeat;
}

div.event-map {
    display: flex;
}

div.event-map > div {
    flex: auto;
}

div.gallery-list {
    margin-top: -30px;
}

div.gallery-list > div {
    margin-top: 30px;
    display: flex;
}

div.gallery-list-item {
    display: flex;
    flex: auto;
}

div.gallery-list a {
    display: flex;
    flex: auto;
    overflow: hidden;
    transition: all ease 0.6s;
}

div.gallery-list a img {
    display: block;
    width: 100%;
    height: auto;
    transition: all ease 1.6s;
}

div.gallery-list a:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

div.gallery-list a:hover img {
    transform: rotate(1deg) scale(1.1);
}

div.event-date {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #656565;
    margin-bottom: 20px;
}

div.event-date .fa {
    font-size: 1.2em;
    margin-right: .5em;
    color: #306d2b;
}

div.event-gallery-container {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

div.event-gallery .swiper-slide {
    width: auto;
}

div.event-gallery .swiper-slide a {
    display: block;
}

div.event-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

div.event-gallery-container .swiper-button-prev,
div.event-gallery-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: 0;
    width: 84px;
}

div.event-gallery-container .swiper-button-next {
    left: auto;
    right: 0;
}

div.event-gallery-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

div.event-gallery-thumbs-container {
    position: relative;
    padding: 0;
}

div.event-gallery-thumbs .swiper-slide {
    width: auto;
}

div.event-gallery-thumbs .swiper-slide a {
    display: block;
}

div.event-gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

div.event-gallery-thumbs-container .swiper-button-prev,
div.event-gallery-thumbs-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -60px;
    width: 60px;
}

div.event-gallery-thumbs-container .swiper-button-next {
    left: auto;
    right: -60px;
}

div.event-gallery-thumbs-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
}

div.event-gallery-block {
    width: 470px;
}

div.sicked-info-box {
    background: url("../images/photos/photo-6.jpg") right center no-repeat;
    background-size: cover;
    padding: 40px;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 888;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    visibility: hidden;
}


.sicked-info-box-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.sicked-info-box-close * {
    transform: rotate(45deg);
}

.sicked-info-box-close:hover {
    color: rgba(255, 255, 255, .9);
}

div.sicked-info {
    display: flex;
    align-items: center;
}

div.sicked-info .cont {
    font-size: 15px;
}

div.sicked-info .cont .title {
    font-size: 1.73em;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .5em;
}

div.sicked-info .action {
    margin-left: 60px;
}

/*LISTS*/

div.langs-menu-container {
}

ul.langs-menu {
    list-style: none;
    padding: 0;
    margin: 0 -12px;
    display: flex;
}

ul.langs-menu > li {
    display: flex;
}

ul.langs-menu > li > a {
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    padding: 0 12px;
    position: relative;
}

ul.langs-menu > li:not(:first-child) > a:before {
    content: '/';
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.langs-menu > li:hover > a,
ul.langs-menu > li.selected > a {
    color: #aadaa6;
}

div.top-menu-container {
}

ul.top-menu {
    list-style: none;
    padding: 0;
    margin: 0 -17px;
    display: flex;
}

ul.top-menu > li {
    display: flex;
}

ul.top-menu > li > a {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    padding: 0 17px;
    text-align: center;
}

ul.top-menu > li:hover > a,
ul.top-menu > li.selected > a {
    color: #aadaa6;
}

nav.main-menu-container {

}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -18px;
}

ul.main-menu > li {
    position: relative;
    display: flex;
}

ul.main-menu > li > a {
    display: flex;
    padding: 10px 18px;
    line-height: 1.1;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    text-align: center;
}

ul.main-menu > li > a .fa {
    margin-right: .7em;
}

ul.main-menu > li > a > span {
    display: block;
    position: relative;
    padding: .2em 0;
}

ul.main-menu > li > a > span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: #a3aaad;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

ul.main-menu > li:hover > a > span:after,
ul.main-menu > li.selected > a > span:after,
ul.main-menu > li > a.opened > span:after {
    opacity: 1;
}

ul.main-menu > li.selected a {
    color: #65b360;
}

ul.main-menu > li:hover a {
    color: #65b360;
}

ul.main-menu > li > ul > li > a {
    color: white !important;
}

div.inputs-container input[type="text"].error, div.inputs-container input[type="email"].error, div.inputs-container textarea.error {
    border-color: red;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #306d2b;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: .75em 20px;
    color: black;
    white-space: nowrap;
    line-height: 1.2;
}

ul.main-menu > li > ul > li:first-child > a {
    padding-top: 1em;
}

ul.main-menu > li > ul > li:last-child > a {
    padding-bottom: 1em;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a {
    background: #3b7e35;
}

div.content-menu-container {
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu li > a {
    display: block;
    font-size: 18px;
    color: #656565;
    line-height: 1.3;
    padding: .4em 0;
}

ul.content-menu li:hover > a,
ul.content-menu li.selected > a {
    color: #65b360;
}

ul.content-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu ul > li > a {
    font-size: 16px;
    padding-left: 15px;
}

ul.content-menu ul ul > li > a {
    font-size: 15px;
    padding-left: 30px;
}

/*INPUTS*/

div.inputs-container {
    margin: -20px -10px 0;
}

div.inputs-container > div {
    margin-top: 20px;
    padding: 0 10px !important;
}

div.inputs-container input[type="text"], div.inputs-container input[type="email"] {
    border: 1px solid #e3e3e3;
    background: #fff;
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    padding: 15px 20px;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.cont .actions a {
    display: block;
}

div.inputs-container textarea {
    border: 1px solid #e3e3e3;
    background: #fff;
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    padding: 15px 20px;
    border-radius: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    resize: vertical;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

div.inputs-container .action {
    font-size: 17px;
}

/*HEADERS*/

.custom-title-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.contacts-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;

}

.custom-title-1.noltsp {
    letter-spacing: normal;
}

div.pre-title {
    font-size: 20px;
}

/*BUTTONS*/

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.64em;
    line-height: 1em;
    padding: 0 2.64em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.narrow {
    padding: 0 1.8em;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 0.4em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.tr-style {
    color: #fff;
    letter-spacing: .1em;
}

.ext_button.tr-style:hover {
    background: #3b7e35;
    color: #fff;
    border-color: #2a6f24;
}

.ext_button.green-style {
    background: #306d2b;
    color: #fff;
    letter-spacing: .1em;
}

.ext_button.green-style:hover {
    background: #3b7e35;
    color: #fff;
    border-color: #2a6f24;
}

/*SPECIAL*/

.no-top-padd {
    padding-top: 0;
}

/*COLORS*/

.smi-black-color {
    color: #0f0f0f;
}

.green-color {
    color: #65b360;
}

/*QTIPS*/

.custom-qtip {
    background: #fff;
    font-size: 14px;
    color: #707070;
    padding: 10px 30px;
    border-radius: 7px;
    border-color: #fff;
}

/*JQUI*/

.events-datepicker {
}

.events-datepicker .ui-datepicker {
    width: 100%;
    padding: 0;
}

.events-datepicker .ui-datepicker .ui-datepicker-header {
    padding: 0;
    height: 80px;
    display: flex;
}

.events-datepicker .ui-datepicker .ui-datepicker-prev,
.events-datepicker .ui-datepicker .ui-datepicker-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 50px;
    cursor: pointer;
    background: url("../images/icons/ico-3.png") left center no-repeat;
    opacity: .45;
    background-size: 28px auto;
}

.events-datepicker .ui-datepicker .ui-datepicker-next {
    order: 3;
    transform: rotate(180deg);
}

.events-datepicker .ui-datepicker .ui-datepicker-prev span,
.events-datepicker .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.events-datepicker .ui-datepicker .ui-datepicker-prev:hover,
.events-datepicker .ui-datepicker .ui-datepicker-next:hover {
    opacity: 1;
}

.events-datepicker .ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1;
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
}

.events-datepicker .ui-datepicker table {
    margin: 0;
    font-size: 17px;
    table-layout: fixed;
}

.events-datepicker .ui-datepicker th,
.events-datepicker .ui-datepicker td {
    padding: 0;
    border: 1px solid #4e4b4b;
    height: 40px;
    font-weight: 400;
}

.events-datepicker .ui-datepicker td a,
.events-datepicker .ui-datepicker td span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
}

.events-datepicker .ui-datepicker td a {
    color: #fff;
}

.events-datepicker .ui-datepicker td.ui-datepicker-today * {
    background: #306d2b !important;
}

.events-datepicker .ui-datepicker td .ui-state-highlight,
.events-datepicker .ui-datepicker td .ui-state-active,
.events-datepicker .ui-datepicker td *:hover {
    background: #414141;
}

/*changes*/
ul.side-menu li {
    list-style-type: none;
}

.event_day a {
    font-weight: 700;
    color: #5ec557 !important;
}

/*changes*/
div.sicked-info-box.show {
    visibility: visible;
}

.rs-title {

    padding-bottom: 20px;
}

.search-result-block .search-result-item img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.contacts-list > div {
    padding-bottom: 20px;
}

.contacts-list-item {
    background-color: #eee;
    padding: 20px;
    border-radius: 3px;
    display: flex;
}

.contacts-list-item .photo img {
    width: 150px;
    height: auto;
}

.contacts-list-item .cont, .contacts-list-item .photo {
    display: inline-block;
}

.contacts-list-item .cont {
    flex-grow: 2;
}

.contacts-list-item .cont .title {
    font-size: 20px;
}

.contacts-list-item .photo {
    padding-right: 20px;

}

@media (max-width: 480px) {
    .contacts-list-item {
        flex-direction: column;
    }

    .contacts-list-item .photo img {
        width: 100%;
    }

    .contacts-list-item .photo {
        padding: 0;
    }
}

/*MISC*/

/* XS */
@media (max-width: 767px) {

    body {
        font-size: 15px;
    }

    a.smart_menu_caller {
        display: flex;
        color: #fff;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        /*background: #7F7F7F;*/
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        /*color: #fff;*/
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        /*background: #e7e7e7;*/
        padding: 10px;
        margin-bottom: 10px;
    }

    /*search*/
    .search_block {
        width: 100%;
    }

    div.search-container input[type="text"] {
        width: 90%;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #306d2b;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container.mob-position-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 221;
    }

    div.mob-search-container.mob-position-fixed.opened + header.mob-position-fixed {
        top: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        -webkit-appearance: none;
        border-radius: 0;
        background: none;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
    }

    /*-----*/
    header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58708f+0,84919e+100 */
        background: rgb(88, 112, 143); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(88, 112, 143, 1) 0%, rgba(132, 145, 158, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58708f', endColorstr='#84919e', GradientType=0); /* IE6-9 */
        color: #fff;
    }

    header.mob-position-fixed + div,
    header.mob-position-fixed + main {
        margin-top: 70px;
    }

    a.logo {
        left: 15px;
        width: 50px;
        font-size: 15px;
    }

    a.logo:after {
        padding: 0 0 0 13px;
        width: 130px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px 45px 15px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        color: #2a2a2a;
        font-size: 16px;
    }

    ul.main-menu li:hover > a,
    ul.main-menu li.selected > a {
        background: #fff !important;
        color: #65b360 !important;
    }

    ul.main-menu > li > a span {
        padding: 0;
    }

    ul.main-menu > li > a span:after {
        display: none;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        margin: 0;
        background: #fff;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
    }

    ul.main-menu > li > ul > li > a {
        color: #2a2a2a!important;
        padding-left: 30px;
        white-space: normal;

    }

    ul.main-menu > li > ul > li:last-child > a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    section {
        padding: 30px 0;
    }

    div.index-swiper-container {
        padding: 0;
    }

    div.index-swiper {
        height: 100vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 100vw;
        object-fit: cover;
        min-height: 1px;
        max-height: 100vw;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 30px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 28px;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next {
        display: none;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -30px -15px 25px;
    }

    ul.content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    ul.content-menu.opened {
        max-height: 700px;
    }

    ul.content-menu > li > a {
        padding: 8px 15px;
    }

    ul.content-menu > li:first-child > a {
        padding-top: 15px;
    }

    ul.content-menu > li:last-child > a {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    ul.content-menu ul > li > a {
        padding-left: 30px;
    }

    ul.content-menu ul ul > li > a {
        padding-left: 45px;
    }

    footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
        background: #f8f8f8;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    section.fancy-blocks-section {
        min-height: 1px;
        margin-top: 0;
    }

    div.fancy-blocks {
        flex-direction: column;
        margin: 0 -15px;
    }

    div.fancy-blocks > a {
        padding: 30px;
    }

    div.fancy-blocks > a:not(:first-child) {
        background: none;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    section.categories-blocks-section {
        padding: 0;
        margin: 0;
    }

    div.categories-blocks {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 0;
    }

    div.categories-blocks > div {
        margin: 0;
    }

    div.categories-blocks > div:nth-child(3) {
        order: 4;
    }

    div.categories-blocks > div:nth-child(4) {
        order: 3;
    }

    .categories-blocks-item {
        font-size: 15px;
    }

    .categories-blocks-item .photo {
        position: absolute;
        max-width: 100%;
        object-fit: cover;
        min-height: 100%;
    }

    .categories-blocks-item .cont {
        padding: 30px;
        position: relative;
    }

    .categories-blocks-item .cont .title {
        font-size: 1.5em;
    }

    div.partners-carusel-container .swiper-button-prev,
    div.partners-carusel-container .swiper-button-next {
        display: none;
    }

    section.footer-colls-section {
        padding: 30px 0;
    }

    div.footer-colls {
        flex-direction: column;
        text-align: center;
    }

    .custom-title-1 {
        font-size: 27px;
        letter-spacing: normal;
    }

    div.search-container {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 40px;
    }

    a.calendar-container-toggler,
    ul.main-menu > li:hover > a.calendar-container-toggler {
        background: #2b2b2b !important;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    }

    .events-datepicker .ui-datepicker .ui-datepicker-prev,
    .events-datepicker .ui-datepicker .ui-datepicker-next {
        background-position: center center;
    }

    div.calendar-container {
        width: 100%;
        padding: 0;
        right: 0;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    div.events-datepicker-list > div {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    div.events-datepicker-list a .photo {
        object-fit: cover;
        margin-right: 10px;
    }

    div.events-datepicker-list .cont {
        padding: 10px 10px 10px 0;
    }

    div.events-datepicker-list .title {
        font-weight: 500;
        font-size: 16px;
    }

    ul.top-menu {
        margin: 0;
        display: block;
    }

    ul.top-menu > li {
        display: block;
    }

    ul.top-menu > li > a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        text-transform: uppercase;
        color: #2a2a2a;
    }

    ul.top-menu li:hover > a,
    ul.top-menu li.selected > a {
        background: #fff !important;
        color: #65b360 !important;
    }

    section.page-top-photo-section {
        padding: 30px 15px;
        height: auto;
        margin: 0;
    }

    section.page-top-photo-section h1 {
        font-size: 30px;
    }

    div.content-colls {
        flex-direction: column;
    }

    div.content-colls aside {
        flex-basis: auto;
    }

    div.events-list-container {
        margin: 0 -15px;
    }

    div.events-list {
        margin-top: 0;
    }

    div.events-list > div {
        margin-top: 0;
    }

    div.events-list-item .cont {
        padding: 15px;
        font-size: 17px;
    }

    div.events-list-action-line {
        flex-direction: column-reverse;
        align-items: center;
    }

    div.events-list-action-line > div:first-child {
        margin-top: 30px;
    }

    section.event-descr-section {
        padding: 30px 0;
        margin: 0;
    }

    div.event-descr-list > div {
        flex-direction: column;
    }

    section.event-map-section {
        margin: 0;
    }

    div.event-map-container {
        flex-direction: column;
    }

    div.event-map-container > div {
        flex: auto;
    }

    div.event-map-container .cont {
        padding: 30px;
        min-height: 100px;
    }

    div.event-map {
        height: 80vw;
    }

    div.accorditions-block {
        margin: 0 -15px;
    }

    div.accorditions-block .accord-toggler {
        padding-left: 5px;
    }

    div.accorditions-block .accord > div {
        padding: 15px;
    }

    div.gallery-list-container {
        margin: 0 -15px;
    }

    div.gallery-list {
        margin-top: 0;
    }

    div.gallery-list > div {
        margin-top: 0;
    }

    div.event-gallery-block {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    div.event-gallery-container {
        margin-bottom: 0;
    }

    div.sicked-info-box {
        display: none !important;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    header {
        position: absolute !important;
        top: 0 !important;
        height: 160px !important;
    }

    a.logo:after {
        width: 144px;
    }

    a.logo {
        bottom: 40%;
        font-size: 14px;
        width: 54px;
    }

    div.header-elements {
        flex-wrap: wrap;
        justify-content: flex-end;
        flex: 1 1 60%;
    }

    div.top-menu-container {
        order: 10;
    }

    nav.main-menu-container {
        flex: 1 1 40%;
        margin-left: -270px;
    }

    ul.main-menu {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    ul.main-menu > li > a {
        padding: 5px 13px;
        font-size: 13px;
    }

    a.calendar-container-toggler .fa {
        display: none;
    }

    div.index-swiper div.swiper-slide-content {
        padding: 200px 144px 50px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 36px;
    }

    section.fancy-blocks-section {
        margin: 0 0 12px;
        height: auto;
        min-height: 1px;
    }

    section.fancy-blocks-section .container {
        padding: 0;
    }

    div.categories-blocks {
        flex-direction: column;
    }

    .categories-blocks-item {
        font-size: 16px;
    }

    .categories-blocks-item .cont {
        padding: 30px;
    }

    div.events-list-action-line {
        flex-direction: column-reverse;
        align-items: center;
    }

    div.events-list-action-line > div:first-child {
        margin-top: 30px;
    }

    section.page-top-photo-section h1 {
        text-align: center;
    }

    div.event-map-container .cont {
        padding: 30px;
    }

    div.event-card {
        flex-direction: column;
    }

    div.event-gallery-block {
        width: 100%;
        margin-top: 30px;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    a.logo {
        font-size: 16px;
        bottom: 50%;
        width: 50px;
    }

    a.logo:after {
        width: 140px;
    }

    div.header-content {
        margin-left: 230px;
    }

    nav.main-menu-container {
        margin-left: -230px;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 36px;
    }

    div.events-list-action-line {
        flex-direction: column-reverse;
        align-items: center;
    }

    div.events-list-action-line > div:first-child {
        margin-top: 30px;
    }

    div.event-gallery-block {
        width: 380px;
    }

}
@media (max-width: 370px){
    a.logo:after{
        content: none;
    }
}
/* XL */
@media (min-width: 1280px) {

    header.fixed {
        position: fixed;
        top: -66px;
    }

    header.fixed:before {
        opacity: 1;
    }

    header.fixed .logo {
        top: 66px;
        width: 46px;
        font-size: 18px;
    }

    header.fixed .logo:after {
        width: 150px;
    }

}

@media (min-width: 768px) and (max-width: 1100px) {
    ul.top-menu > li > a {
        font-size: 14px;
        padding: 0 13px;
    }
}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
