a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
html {
    height: 100%;
}
body {
    position: relative;
    font: 18px/1.3 "Fira Sans", sans-serif;
    background: #fff;
    color: #231f20;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 110px;
}
a {
    color: inherit;
}
.content i {font-style:italic;}
.nowrap {
    white-space: nowrap;
}
.overflow {
    overflow: hidden;
}
.clr {
    content: "";
    clear: both;
    display: block;
}
.clr:after {
    content: "";
    clear: both;
    display: block;
}
.container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1920px;
}
.trn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.icn {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.nav:after {
    content: "";
    clear: both;
    display: block;
}
.nav:after:after {
    content: "";
    clear: both;
    display: block;
}
.nav__logo {
    display: block;
    float: left;
    width: 210px;
    height: 72px;
    padding: 18px 30px 21px 30px;
    text-decoration: none;
    margin-right: 70px;
    position: relative;
    z-index: 10;
}
.nav__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.nav__controls {
    float: left;
    position: relative;
    z-index: 10;
}
.nav__controls:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 110px;
}
.nav__controls_mobile {
    display: none;
}
.nav__control {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #231f20;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    margin: 5px 5px;
    cursor: pointer;
}
.nav__control:hover {
    background: #ed1633;
}
.nav__control-icn {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 35px;
}
.nav__control-icn_user:before {
    content: "\f007";
}
.nav__control-icn_search:before {
    content: "\f002";
}
.nav__control-icn_sv:before {
    content: "\f06e";
}
.nav__menu {
    float: right;
    padding-right: 10px;
}
.nav__menu-link {
    display: inline-block;
    vertical-align: top;
    padding: 36px 0 39px;
    text-decoration: none;
	margin:0 5px;
}
.nav__menu-link-label {
    display: block;
    font: 500 16px/21px "Fira Sans", sans-serif;
    padding: 7px 20px;
    border-radius: 18px;
    color: #231f20;
}
.nav__menu-link:hover .nav__menu-link-label,
.nav__menu-link_current .nav__menu-link-label {
    background: #ed1633;
    color: #fff;
}
.slider {
    position: relative;
}
.slider__title {
    display: table;
    width: 100%;
    height: 730px;
    position: relative;
    z-index: 5;
    text-align: center;
}
.slider__title-container {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 200px;
}
.slider__title-container:before {
    content: "";
    display: block;
    background: url(../images/logo-white.svg) bottom center no-repeat;
    background-size: cover;
    width: 130px;
    height: 157px;
    margin: 0 auto 28px;
}
.slider__title-main {
    display: block;
    font: bold 64px/1 "Fira Sans", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}
.slider__title-sec {
    display: block;
    font: 500 36px/1 "Fira Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.3em;
}
.slider__btns {
    position: absolute;
    z-index: 5;
    bottom: 97px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider__btn-select {
    display: inline-block;
    min-width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    font: 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
}
.slider__slides-wrapper {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}
.slider__slides-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.slider__slides-wrapper:after {
    content: "";
    background: url(../images/logo-white.svg) bottom center no-repeat;
    background-size: cover;
    width: 600px;
    height: 725px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    opacity: 0.12;
    z-index: 2;
}
.slider__slides {
    height: 100%;
}
.slider__slide {
    background-size: cover;
    background-position: center center;
    outline: 0;
}
.slider .slick-list,
.slider .slick-track {
    height: 100%;
}
.slider .slick-arrow {
    position: absolute;
    z-index: 5;
    width: 200px;
    top: 0;
    bottom: 0;
    background: 0 0;
    border: none;
    outline: 0;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}
.slider .slick-arrow:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 30px;
    height: 157px;
    font-size: 18px;
    line-height: 157px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    background: rgba(0, 0, 0, 0.3);
    text-indent: 0;
    text-align: center;
    color: #fff;
}
.slider .slick-arrow.slick-prev {
    left: 0;
}
.slider .slick-arrow.slick-prev:after {
    left: 0;
    content: "\f104";
}
.slider .slick-arrow.slick-next {
    right: 0;
}
.slider .slick-arrow.slick-next:after {
    right: 0;
    content: "\f105";
}
.slider .slick-arrow:hover:after {
    background: #ed1633;
    width: 40px;
}
.slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 30px;
    z-index: 5;
}
.slider .slick-dots li {
    display: inline-block;
}
.slider .slick-dots li.slick-active button:after {
    background: #fff;
}
.slider .slick-dots button {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-indent: 999px;
    text-align: left;
}
.slider .slick-dots button:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #ed1633;
}
.map {
    position: relative;
	margin:0 0 50px;
}
.map__bg {
    position: absolute;
    left: 0;
    right: 50%;
    right: calc(50% + 400px);
    top: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/map__controls-bg.jpg) center center no-repeat;
    background-size: cover;
}
.map__bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(35, 31, 32, 0.9);
}
.map__bg:after {
    content: "";
    position: absolute;
    right: 330px;
    bottom: 0;
    background: url(../images/logo-white-mirror.svg) no-repeat;
    background-size: cover;
    width: 384px;
    height: 503px;
}
.map__wrapper {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 5;
}
.map__container {
    display: table;
    width: 100%;
    height: 610px;
}
.map__title {
    font: 36px/40px "Fira Sans", sans-serif;
    padding: 0 10px;
}
.map__folder-list {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    color: #fff;
    padding-top: 45px;
    position: relative;
    z-index: 0;
}
.map__folder-list-more {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
.map__folder-list-more,
.map__folder-list-more:after,
.map__folder-list-more:before {
    border-color: #473f41;
}
.map__folder-list-more:before {
    content: "";
    display: block;
    width: 0;
    border-left: 2px solid #473f41;
    height: 17px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
}
.map__folder-list-more:after {
    content: "";
    border-left: 2px solid #473f41;
    border-top: 2px solid #473f41;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.map__folder-elements {
    margin-top: 56px;
    margin-bottom: 45px;
}
.map__folder-element {
    display: block;
    font: 18px/25px "Fira Sans", sans-serif;
    margin-bottom: 3px;
    cursor: pointer;
    padding: 4px 0 6px;
}
.map__folder-element-label {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 18px;
}
.map__folder-element:hover .map__folder-element-label,
.map__folder-element_current .map__folder-element-label {
    background: #ed1633;
}
.map__items-list {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    background: #ed1633;
    color: #231f20;
    position: relative;
}
.map__items-list-close {
    width: 65px;
    height: 60px;
    margin-left: auto;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map__items-list-close:before {
    content: "";
    width: 25px;
    border-top: 2px solid #231f20;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -12px;
}
.map__items-list-close:after {
    content: "";
    height: 25px;
    border-left: 2px solid #231f20;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -1px;
}
.map__items-elements {
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow: auto;
    left: 0;
    right: 0;
}
.map__items-element {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    cursor: pointer;
    padding: 10px 20px;
}
.map__items-element-name {
    font: 16px/18px "Fira Sans", sans-serif;
}
.map__items-element-hidden {
    margin-top: 14px;
    display: none;
}
.map__items-element-hidden:after {
    content: "";
    clear: both;
    display: block;
}
.map__items-element-hidden:after:after {
    content: "";
    clear: both;
    display: block;
}
.map__items-element .btn-way {
    float: right;
}
.map__items-element-address {
    font: 300 13px/18px "Fira Sans", sans-serif;
    overflow: hidden;
}
.map__items-element_current {
    color: #fff;
}
.map__items-element_current .map__items-element-hidden {
    display: block;
}
.map__items-element:hover {
    color: #fff;
}
.map__window {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.map__frame {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.map__frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.map__baloon-content {
    display: block;
    width: 200px;
    text-align: center;
}
.map__baloon-name {
    font: 16px/20px "Fira Sans", sans-serif;
    margin-bottom: 10px;
}
.map__baloon-img {
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.map__baloon-img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.events {
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
.events__container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.events__title {
    font: 36px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 46px;
}
.events__wrapper {
    position: relative;
}
.events__wrapper-container {
    min-height: 445px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-left: 670px;
}
.events__bg {
    position: absolute;
    right: 0;
    left: 50%;
    left: calc(50% - 55px);
    top: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/events__controls-bg.jpg) center right no-repeat;
    background-size: cover;
}
.events__bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(35, 31, 32, 0.9);
}
.events__events {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 670px;
}
.events__events-slider {
    width: 100%;
    height: 100%;
}
.events__events .slick-list,
.events__events .slick-track {
    height: 100%;
}
.events__event {
    height: 100%;
    position: relative;
}
.events__event:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0.25)), color-stop(71%, rgba(0, 0, 0, 0.4)), color-stop(99%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
}
.events__event-gallery {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.events__event-gallery-imgs {
    width: 100%;
    height: 100%;
}
.events__event-gallery-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.events__event-gallery .slick-arrow {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0;
    top: 27px;
    z-index: 10;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    background: 0 0;
    opacity: 0.3;
}
.events__event-gallery .slick-arrow:hover {
    opacity: 0.65;
}
.events__event-gallery .slick-arrow,
.events__event-gallery .slick-arrow:after,
.events__event-gallery .slick-arrow:before {
    border-color: #fff;
}
.events__event-gallery .slick-arrow:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #fff;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.events__event-gallery .slick-arrow:after {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.events__event-gallery .slick-prev {
    right: 30px;
}
.events__event-gallery .slick-next {
    right: 90px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.events__event-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 5;
}
.events__event-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 100px 32px 100px;
}
.events__event-name {
    font: 500 30px/36px "Fira Sans", sans-serif;
    color: #fff;
    height: 72px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.events__event-time {
    display: inline-block;
    font: 16px/20px "Fira Sans", sans-serif;
    color: #fff;
    padding: 5px 10px;
    background: #ed1633;
}
.events__list {
    padding: 30px 100px 30px 15px;
    position: relative;
}
.events__list-item {
    display: block;
    cursor: pointer;
    padding: 16px 25px 16px 35px;
}
.events__list-item-name {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font: 16px/19px "Fira Sans", sans-serif;
    color: #473f41;
    margin-bottom: 15px;
}
.events__list-item-time {
    font: 14px/16px "Fira Sans", sans-serif;
    color: #6bb2e2;
    margin-bottom: 5px;
}
.events__list-item-place {
    font: 300 13px/15px "Fira Sans", sans-serif;
    text-decoration: underline;
    color: #473f41;
}
.events__list-item:hover .events__list-item-name,
.events__list-item_current .events__list-item-name {
    color: #fff;
}
.events__all-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -16px;
}
.events__all-link,
.events__all-link:after,
.events__all-link:before {
    border-color: #473f41;
}
.events__all-link:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #473f41;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.events__all-link:after {
    content: "";
    border-left: 2px solid #473f41;
    border-top: 2px solid #473f41;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.events__calendar {
    margin-top: 40px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #231f20;
    color: #231f20;
    text-decoration: none;
    text-align: center;
    font: 500 18px/20px "Fira Sans", sans-serif;
    padding: 10px 25px 10px 15px;
    border-radius: 20px;
    letter-spacing: -0.06em;
}
.events__calendar:before {
    content: "";
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icn-calendar.svg) center center no-repeat;
    background-size: 25px 20px;
    margin-right: 10px;
}
.sights {
    padding: 20px 0 0 0;
}
.sights__container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.sights__title {
    font: 36px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 43px;
    text-align: right;
}
.sights__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
}
.sights__item:after {
    content: "";
    display: block;
    padding-top: 87.5%;
}
.sights__item-face {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
}
.sights__item-face:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
}
.sights__item-name {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font: 600 30px/36px "Fira Sans", sans-serif;
    height: 132px;
    color: #fff;
}
.sights__item-name-container {
    display: table-cell;
    vertical-align: top;
    padding: 25px 25px 35px;
}
.sights__item-back {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
    z-index: -1;
    opacity: 0;
    background: rgba(237, 22, 51, 0.95);
    text-align: center;
    color: #fff;
}
.sights__item-back-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.sights__item-back-container {
    display: table-cell;
    vertical-align: middle;
    padding: 65px 50px 0;
}
.sights__item-back-name {
    font: 600 30px/36px "Fira Sans", sans-serif;
    margin-bottom: 30px;
}
.sights__item-descr {
    font: 300 18px/22px "Fira Sans", sans-serif;
    margin-bottom: 20px;
}
.sights__item-descr p {
    margin-bottom: 15px;
}
.sights__item-controls > * {
    margin: 10px 5px;
}
.sights__item-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.sights__item-link,
.sights__item-link:after,
.sights__item-link:before {
    border-color: #fff;
}
.sights__item-link:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #fff;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.sights__item-link:after {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sights__item-way {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icn-route-white.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    white-space: nowrap;
}
.sights__item:hover .sights__item-back {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}
.history-block {	
    padding: 124px 0;
}
.history {
    position: relative;    
    margin-bottom: 20px;
}
.history:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.64);
}
.history__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 400px 47px 70px;
    background: #ed1633 url(../images/history__container-bg.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    color: #fff;
}
.history__container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/logo-white-mirror.svg) bottom -70px right -70px no-repeat;
    background-size: 450px auto;
	opacity:0.3;
}
.history__text {
    font: 300 18px/30px "Fira Sans", sans-serif;
    margin-bottom: 45px;
}
.history__text p {
    margin-bottom: 30px;
}
.items.history__items .items__item-content {
	min-height: 70px;
}
.items.history__items .items__container {
	padding: 50px 0;
}
.items.history__items.history__items-inner .items__container {
	padding: 0 0 50px 0;
}
.items.history__items a {
	color:#fff;	
    font: 500 22px/1.2 "Fira Sans", sans-serif;
	text-decoration:none;
	text-align:center;
}
.history__link-more {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.history__link-more,
.history__link-more:after,
.history__link-more:before {
    border-color: #fff;
}
.history__link-more:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #fff;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.history__link-more:after {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.reach {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	align-content: start;	
}
.reach > div {	
    position: relative;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 70px 47px;
    background-size: cover;
}

.content .reach > div p {
	font: 500 24px/1em "Fira Sans", sans-serif;
}
.reach_01 {
    background: #ed1633 url(../images/reach__container-bg01.jpg) center center no-repeat;
	margin:0 0 20px;
}
.reach_02 {
    background: #ed1633 url(../images/reach__container-bg02.jpg) center center no-repeat;
	margin:0 0 20px;
}
.reach_03 {
    background: #ed1633 url(../images/reach__container-bg03.jpg) center center no-repeat;
}
.reach_04 {
    background: #ed1633 url(../images/reach__container-bg04.jpg) center center no-repeat;
}
.content .content__images-block {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px;
    color: #fff;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	align-content: start;	
}
.content .content__images-block > div {	
    position: relative;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content .content__images-block img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
.footer {
	position:absolute;
	bottom:0;
	left:0; 
	width:100%;
	box-sizing:border-box;
	z-index:1;
    padding: 80px 0 50px;
    min-height: 300px;
    background: url(../images/footer-bg.jpg) center bottom no-repeat;
    background-size: cover;
    color: #fff;
}
.footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(35, 31, 32, 0.85);
}
.footer__container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.footer__container:after {
    content: "";
    clear: both;
    display: block;
}
.footer__container:after:after {
    content: "";
    clear: both;
    display: block;
}
.footer__contacts {
    width: 366px;
    float: left;
    margin-right: 104px;
}
.footer__contacts-title {
    font: 36px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 47px;
}
.footer__contacts-phone {
    font: 24px/28px "Fira Sans", sans-serif;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer__contacts-email {
    font: 18px/22px "Fira Sans", sans-serif;
    text-decoration: underline;
    color: #6bb2e2;
}
.footer__dev {
    padding-top: 20px;
    font: 12px/14px "Fira Sans", sans-serif;
}
.footer__dev a {
    color: inherit;
    text-decoration: none;
}
.footer__dev a:hover {
    text-decoration: underline;
}
.footer__socials {
    padding-top: 20px;
    font-size: 18px;
}
.footer__social {
    padding: 0.5em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer__social:hover {
    color: #6bb2e2;
}
.footer__social i {
    font-size: inherit;
}
.footer__nav {
    overflow: hidden;
    padding-top: 86px;
    font: 18px/22px "Fira Sans", sans-serif;
}
.footer__nav-col {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    margin-right: 90px;
}
.footer__nav-link {
    display: block;
    padding: 7px 0;
    text-decoration: none;
}
.a-block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.page-title {
    position: relative;
    display: table;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.page-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(35, 31, 32, 0.7);
}
.page-title__line {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background: #ed1633;
}
.page-title__line:before {
    content: "";
    width: 25%;
    background: #231f20;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.page-title__wrapper {
    display: table-cell;
    vertical-align: bottom;
}
.page-title__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto;
    color: #fff;
    z-index: 1;
}
.page-title__container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -190px;
    width: 312px;
    height: 410px;
    background: url(../images/logo-white-mirror.svg) bottom center no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
}
.page-title__title {
    font: 36px/42px "Fira Sans", sans-serif;
}
.page-content__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto;
}
.content {
    font: 18px/1.55 "Fira Sans", sans-serif;
    color: #555;
}
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 0.8em;
    line-height: normal;
    font-weight: 400;
    color: #231f20;
}
.content .h6,
.content h6 {
    font-size: 18px;
    margin: 1em 0;
}
.content .h5,
.content h5 {
    font-size: 22px;
    margin: 1em 0;
}
.content .h4,
.content h4 {
    font-size: 26px;
    margin: 1em 0;
}
.content .h3,
.content h3 {
    font-size: 30px;
    margin: 1em 0;
}
.content .h2,
.content h2 {
    font-size: 36px;
    margin: 1em 0;
}
.content .h1,
.content h1 {
    font-size: 40px;
    margin: 1em 0;
}
.content p {
    margin: 1.55em 0;
}
.content strong {
    font-weight: 700;
}
.content ol,
.content ul {
    margin: 2em 0;
}
.content li {
    margin: 0.5em 0;
}
.content ul li {
    position: relative;
    padding-left: 14px;
}
.content ul li:before {
    content: "";
    background: #231f20;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
.content ol {
    list-style: inside decimal;
}
.content a {
    text-decoration: underline;
    color: #ed1633;
}
.content a:hover {
    text-decoration: none;
}
.content img {
    max-width: 100%;
}
.content .table-wrap {
    display: block;
    width: 100%;
    overflow: auto;
}
.content table {
    border-collapse: collapse;
    font-size: 14px;
    margin: 2em 0;
    min-width: 75%;
}
.content table tr:hover td {
    background: rgba(35, 31, 32, 0.1);
}
.content table th {
    font-weight: 700;
    text-align: center;
    background: #322f36;
    color: #fff;
    font-size: 18px;
}
.content table td,
.content table th {
    padding: 15px 25px;
    border: 1px solid #322f36;
}
.content table.table_site td {
    border: none;
    border-bottom: 1px solid #322f36;
}
.gallery-block {
    margin: 15px 0;
}
.gallery-block__container {
    text-align: left;
    margin-left: -15px;
}
.gallery-block__item {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-left: 15px;
    margin-bottom: 15px;
    text-decoration: none !important;
    text-align: center;
    color: inherit !important;
    outline: 0;
    max-width: 100%;
}
.gallery-block__item-img {
    display: block;
    margin: 0 auto;
}
.gallery-block__item-descr {
    margin: 5px 0 0 !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.videogallery-block {
    margin: 15px 0;
}
.videogallery-block iframe {
    display: block;
}
.videogallery-block__container {
    margin-left: -10px;
}
.videogallery-block__item {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    margin-left: 10px;
    margin-bottom: 25px;
    max-width: 100%;
}
.videogallery-block__item-link {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 62%;
}
.videogallery-block__item-link:before {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.videogallery-block__item-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "\f16a";
    position: absolute;
    font-size: 50px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    color: #fff;
    z-index: 10;
}
.videogallery-block__item-link:hover:before {
    background: rgba(0, 0, 0, 0.5);
}
.videogallery-block__item-link:hover:after {
    color: #ed1633;
}
.videogallery-block__item-link.playing {
    padding-top: 0;
}
.videogallery-block__item-link.playing:after,
.videogallery-block__item-link.playing:before {
    display: none;
}
.videogallery-block__item-title {
    margin: 5px 0 0 !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.share__title {
    font: 500 18px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 0.5em;
}
.share__item {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: 999px;
    text-align: center;
    white-space: nowrap;
    border: 2px solid #231f20;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px 5px 0;
    position: relative;
    text-decoration: none;
    color: #231f20;
}
.share__item:hover {
    color: #ed1633;
    border-color: #ed1633;
}
.share__item .fa,
.share__item:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    line-height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}
.share__item_fb:before {
    content: "\f09a";
}
.share__item_vk:before {
    content: "\f189";
}
.share__item_tw:before {
    content: "\f099";
}
.share__item_gp:before {
    content: "\f0d5";
}
.share__item_ok:before {
    content: "\f263";
}
.slider-gallery {
    display: block;
    position: relative;
}
.slider-gallery:after {
    content: "";
    width: 58px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(237, 22, 51, 0.95) url(../images/logo-white.svg) bottom center no-repeat;
    background-size: auto 180px;
}
.slider-gallery .slick-arrow {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0;
    z-index: 10;
    display: inline-block;
    right: 9px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    background: 0 0;
    opacity: 0.3;
}
.slider-gallery .slick-arrow:hover {
    opacity: 0.65;
}
.slider-gallery .slick-arrow,
.slider-gallery .slick-arrow:after,
.slider-gallery .slick-arrow:before {
    border-color: #fff;
}
.slider-gallery .slick-arrow:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #fff;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.slider-gallery .slick-arrow:after {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-gallery .slick-prev {
    top: 26px;
}
.slider-gallery .slick-next {
    top: 78px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tabs__btns {
    margin-bottom: 1em;
}
.tabs__btn {
    display: inline-block;
    cursor: pointer;
    font: 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    background: #231f20;
    margin-right: -3px;
    margin-bottom: 1px;
    text-align: center;
    padding: 10px 15px;
    min-width: 140px;
}
.tabs__btn_active {
    background: #ed1633;
}
.form {
    position: relative;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
}
.form:after {
    content: "";
    clear: both;
    display: block;
}
.form:after:after {
    content: "";
    clear: both;
    display: block;
}
.form__input-box {
    position: relative;
    text-align: left;
}
.form__input-box input,
.form__input-box textarea {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: block;
    border: 2px solid rgba(35, 31, 32, 0.8);
    border-radius: 25px;
    outline: 0;
    width: 100% !important;
    padding: 12px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    font: 400 14px/20px "Fira Sans", sans-serif;
    color: #231f20;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.form__input-box input + label,
.form__input-box textarea + label {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    font: 12px/14px "Fira Sans", sans-serif;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -16px;
    padding: 0 10px;
    color: #231f20;
    cursor: pointer;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.form__input-box input.empty_field + label,
.form__input-box textarea.empty_field + label {
    font: 600 14px/20px "Fira Sans", sans-serif;
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    padding: 0 20px;
    width: 100%;
    opacity: 0.5;
}
.form__input-box input.not_empty_field + label,
.form__input-box input:focus + label,
.form__input-box textarea.not_empty_field + label,
.form__input-box textarea:focus + label {
    font: 12px/14px "Fira Sans", sans-serif;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form textarea {
    height: 120px;
}
.form__box {
    display: block;
    position: relative;
    padding: 15px 0 3px 0;
}
.form__box_capture .form__input-box {
    display: inline-block;
    width: 447px;
    vertical-align: middle;
}
.form__capture_img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.form input[type="checkbox"] + label {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15px 0;
    -webkit-transform: none;
    transform: none;
    font: 15px/22px "Fira Sans", sans-serif;
    text-align: left;
    display: block;
}
.form input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    background: 0 0;
    border: 1px solid #231f20;
    border-radius: 1px;
    margin-right: 10px;
    position: relative;
    top: 0;
}
.form input[type="checkbox"] + label a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #ed1633;
    text-decoration: underline;
}
.form input[type="checkbox"] + label a:hover {
    text-decoration: none;
}
.form input[type="checkbox"]:checked + label:before {
    background: #ed1633;
}
.form__btns {
    text-align: center;
    margin-top: 20px;
}
.form__btn {
    display: inline-block;
    min-width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(237, 22, 51, 0.9);
    font: 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: 0;
}
.events-slider {
    overflow: hidden;
    position: relative;
}
.events-slider:after,
.events-slider:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.events-slider:before {
    left: 50%;
    margin-left: 400px;
}
.events-slider:after {
    right: 50%;
    margin-right: 400px;
}
.events-slider__slide {
    display: block;
    width: 800px !important;
    height: 500px !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
.events-slider__slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0.25)), color-stop(71%, rgba(0, 0, 0, 0.4)), color-stop(99%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
}
.events-slider__slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 70px 35px;
}
.events-slider__slide-title {
    font: 36px/40px "Fira Sans", sans-serif;
    color: #fff;
    margin-bottom: 10px;
}
.events-slider__slide-date {
    display: inline-block;
    font: 16px/20px "Fira Sans", sans-serif;
    color: #fff;
    background: #ed1633;
    padding: 5px 10px;
}
.events-slider__slide.slick-slide .events-slider__slide-content {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.events-slider__slide.slick-slide.slick-current .events-slider__slide-content {
    opacity: 1;
}
.events-slider .slick-arrow {
    position: absolute;
    z-index: 15;
    width: 200px;
    top: 0;
    bottom: 0;
    background: 0 0;
    border: none;
    outline: 0;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
}
.events-slider .slick-arrow:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 30px;
    height: 157px;
    font-size: 18px;
    line-height: 157px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    background: rgba(0, 0, 0, 0.3);
    text-indent: 0;
    text-align: center;
    color: #fff;
}
.events-slider .slick-arrow.slick-prev {
    left: 0;
}
.events-slider .slick-arrow.slick-prev:after {
    left: 0;
    content: "\f104";
}
.events-slider .slick-arrow.slick-next {
    right: 0;
}
.events-slider .slick-arrow.slick-next:after {
    right: 0;
    content: "\f105";
}
.events-slider .slick-arrow:hover:after {
    background: #ed1633;
    width: 40px;
}
.events-title {
    position: relative;
    background: #ed1633;
}
.events-title:after {
    content: "";
    clear: both;
    display: block;
}
.events-title:after:after {
    content: "";
    clear: both;
    display: block;
}
.events-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #231f20;
}
.events-title__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.events-title__label {
    display: block;
    float: left;
    width: 250px;
    margin-left: -150px;
    font: 36px/40px "Fira Sans", sans-serif;
    color: #fff;
    position: relative;
    padding: 35px 70px 35px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.events-title__label:before {
    content: "";
    background: url(../images/logo-white.svg) center right no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    width: 150px;
    position: absolute;
}
.events-title__dates {
    background: #ed1633;
    padding-left: 100px;
    float: left;
    width: 500px;
}
.events-title__dates-item {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    float: left;
    color: #fff;
    width: 50px;
    text-align: center;
    text-decoration: none;
    padding: 20px 5px;
}
.events-title__dates-item:hover {
    background: rgba(35, 31, 32, 0.15);
}
.events-title__dates-item_current {
    color: #6bb2e2;
    background: #231f20;
}
.events-title__dates-item-name {
    font: 24px/25px "Fira Sans", sans-serif;
    margin-bottom: 5px;
    display: block;
    text-transform: lowercase;
}
.events-title__dates-item-num {
    display: block;
    font: 36px/40px "Fira Sans", sans-serif;
}
.events-title__btns {
    padding: 20px 0;
    text-align: right;
    margin-right: -14px;
}
.events-title__btns:after {
    content: "";
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}
.events-title__btn {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font: 500 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    padding: 10px 32px;
    border: 2px solid #fff;
    border-radius: 21px;
    text-align: center;
    margin: 10px 10px;
    cursor: pointer;
}
.events-title__btn:hover {
    background: #fff;
    color: #231f20;
}
.events-title__btn_calendar {
    padding-left: 40px;
    position: relative;
}
.events-title__btn_calendar:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 20px;
    content: "\f073";
    margin-right: 15px;
    margin-left: -5px;
}
.events-title__btn_calendar input {
    display: block;
    width: auto;
    background: 0 0;
    border: none;
    outline: 0;
    font: 500 18px/20px "Fira Sans", sans-serif;
    color: #fff;
}
.events-title__btn_calendar input::-webkit-input-placeholder {
    color: #fff;
}
.events-title__btn_calendar input::-moz-placeholder {
    color: #fff;
}
.events-title__btn_calendar input:-ms-input-placeholder {
    color: #fff;
}
.events-title__btn_calendar input:-moz-placeholder {
    color: #fff;
}
.events-title__btn_calendar:hover input {
    color: #231f20;
}
.events-title__btn_calendar:hover input::-webkit-input-placeholder {
    color: #231f20;
}
.events-title__btn_calendar:hover input::-moz-placeholder {
    color: #231f20;
}
.events-title__btn_calendar:hover input:-ms-input-placeholder {
    color: #231f20;
}
.events-title__btn_calendar:hover input:-moz-placeholder {
    color: #231f20;
}
.tickets {
    position: relative;
    background: #231f20;
    margin-top: 25px;
}
.tickets:after {
    content: "";
    clear: both;
    display: block;
}
.tickets:after:after {
    content: "";
    clear: both;
    display: block;
}
.tickets__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.tickets__label {
    display: block;
    float: left;
    font: 36px/40px "Fira Sans", sans-serif;
    width: 500px;
    color: #fff;
    position: relative;
    padding: 35px 30px 35px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}
.tickets__select-label {
    float: left;
    display: block;
    width: 520px;
    position: relative;
    padding: 35px 0;
}
.tickets__select-label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #ed1633;
    pointer-events: none;
}
.tickets__select {
    padding: 0 20px;
    font: 28px/40px "Fira Sans", sans-serif;
    color: #231f20;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    outline: 0;
}
.tickets__btns {
    padding: 20px 0;
    text-align: right;
    margin-right: -14px;
}
.tickets__btns:after {
    content: "";
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}
.tickets__submit {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font: 500 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    padding: 10px 32px;
    border: 2px solid transparent;
    border-radius: 21px;
    background: #ed1633;
    text-align: center;
    margin: 10px 10px;
    cursor: pointer;
}
.tickets__submit:hover {
    background: #fff;
    color: #231f20;
}
.select2-container--custom {
    margin-right: 25px;
}
.select2-container.select2-container--custom .select2-selection--single {
    padding: 3px 20px;
    font: 20px/23px "Fira Sans", sans-serif;
    color: #231f20;
    background: #fff;
    border-radius: 20px;
    cursor: text;
	height:44px;
}
.select2-container--custom .select2-selection--single .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 7px 5px;
    width: 100%;
	cursor:pointer;
}
.select2-container--custom .select2-selection--single .select2-selection__placeholder {
    opacity: 0.5;
    float: left;
}
.select2-container--custom .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--custom .select2-selection--single .select2-selection__choice {
    background-color: #ed1633;
    color: #fff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 4px;
    margin-top: 4px;
    padding: 3px 5px;
}
.select2-container--custom .select2-selection--single .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--custom .select2-selection--single .select2-selection__choice__remove:hover {
    color: #231f20;
}
.select2-container--custom.select2-container--focus .select2-selection--single {
    outline: 0;
}
.select2-container--custom.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--custom.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--custom.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--custom.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    content: "\f106"; font-family: FontAwesome; color:#000; position:absolute; top:12px; right:20px;
}
.select2-container--custom.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--custom.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--custom.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--custom.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--custom .select2-search--dropdown .select2-search__field {
    border: 1px solid #dedede;
    outline: 0;
}
.select2-container--custom .select2-search--dropdown .select2-search__field:focus {
    border-color: #f5021e;
}
.select2-container--custom .select2-search--inline .select2-search__field {
    background: 0 0;
    height: 28px;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    outline: 0;
}
.select2-container--custom .select2-search--inline .select2-search__field:focus {
    border-color: #f5021e;
}
.select2-container--custom .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--custom .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--custom .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--custom .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--custom .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--custom .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--custom .select2-results__option--highlighted[aria-selected] {
    background-color: #ed1633;
    color: #fff;
}
.select2-container--custom .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--custom .select2-dropdown {
    border-color: #dedede;
}
.search-form {
    padding: 30px 0;
}
.search-form__input {
    width: 520px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font: 20px/40px "Fira Sans", sans-serif;
    color: #231f20;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    outline: 0;
}
.search-form__submit {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font: 500 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    padding: 10px 32px;
    border: 2px solid transparent;
    border-radius: 21px;
    background: #ed1633;
    text-align: center;
    margin: 10px 10px;
    cursor: pointer;
}
.search-form__submit:hover {
    background: #fff;
    color: #231f20;
}
.filters {
    padding: 30px 0;
}
.filters__cols {
    display: block;
    text-align: justify;	
    margin-top: 20px;
}
.filters__cols:after {
    content: "";
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.filters__col {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.filters__select {
    width: 400px;
}
.filters__submit {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font: 500 18px/20px "Fira Sans", sans-serif;
    color: #fff;
    padding: 10px 32px;
    border: 2px solid transparent;
    border-radius: 21px;
    background: #ed1633;
    text-align: center;
    cursor: pointer;
}
.filters__submit:hover {
    background: #fff;
    color: #231f20;
}
.sorting__link {
    text-decoration: none;
    opacity: 0.6;
}
.sorting__link:hover {
    opacity: 0.8;
}
.sorting__link_active {
    opacity: 1;
}
.sorting__link_name:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f15d";
}
.sorting__link_name.sorting__link_desc:before {
    content: "\f15e";
}
.hotels-filters__fil-categ {
    width: 300px;
}
.hotels-filters__fil-distr {
    width: 400px;
}
.hotels-filters__fil-stars {
    width: 300px;
}
.hotels-filters__fil-stars + .select2 .select2-selection__choice:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
}
.places-filters__fil-categ {
    width: 500px;
}
.places-filters__fil-distr {
    width: 500px;
}
.guides-filters .filters__cols {
    text-align: left;
}
.guides-filters__fil-distr {
    width: 500px;
}
.routes-filters__fil-tours {
    width: 300px;
}
.routes-filters__fil-persons {
    width: 400px;
}
.routes-filters__fil-days {
    width: 300px;
}
.interval-select-wrapper {
    position: relative;
}
.daterangepicker {
    display: none;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    position: absolute;
    background: #fff;
    color: #231f20;
    -webkit-box-shadow: 0 9px 21px 0 rgba(22, 32, 72, 0.15);
    box-shadow: 0 9px 21px 0 rgba(22, 32, 72, 0.15);
    border-radius: 4px;
    width: 544px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.daterangepicker .calendar {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.daterangepicker .calendar + .calendar {
    border-left: 1px solid #231f20;
}
.daterangepicker .calendar .daterangepicker_input {
    display: none;
}
.daterangepicker .calendar-table {
    padding: 15px 16px;
}
.daterangepicker .calendar-table table {
    width: 100%;
    border-collapse: separate;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    font: 12px/24px "Fira Sans", sans-serif;
}
.daterangepicker .calendar-table td.week,
.daterangepicker .calendar-table th.week {
    font: 12px/24px "Fira Sans", sans-serif;
}
.daterangepicker .calendar-table th {
    font: 12px/30px "Fira Sans", sans-serif;
    text-transform: uppercase;
}
.daterangepicker .calendar-table th:last-child {
    color: #ed1633;
}
.daterangepicker .calendar-table th.month {
    font: 18px/25px "Fira Sans", sans-serif;
    color: #231f20;
    text-transform: none;
}
.daterangepicker .calendar-table th.available {
    color: #ed1633 !important;
}
.daterangepicker .calendar-table td {
    border: 5px solid #fff;
    width: 24px;
    height: 24px;
    text-align: center;
}
.daterangepicker .calendar-table td.off,
.daterangepicker .calendar-table td.off.end-date,
.daterangepicker .calendar-table td.off.in-range,
.daterangepicker .calendar-table td.off.start-date {
    background: 0 0;
    color: #8898a0;
    font-weight: 400;
    outline: 0;
    border-color: #fff;
}
.daterangepicker .calendar-table td.end-date,
.daterangepicker .calendar-table td.in-range,
.daterangepicker .calendar-table td.start-date {
    background: #fcdce1;
    color: #58666e;
    font-weight: 700;
    outline: 5px solid #fcdce1;
    border-color: #fcdce1;
}
.daterangepicker .calendar-table td.end-date,
.daterangepicker .calendar-table td.start-date {
    background: #ed1633;
    color: #fff;
}
.daterangepicker .calendar-table td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker .calendar-table td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker .calendar-table td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker .ranges {
    clear: both;
}
.daterangepicker .ranges ul {
    padding: 15px 20px 0;
    font: 14px/15px "Fira Sans", sans-serif;
    color: #8898a0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: justify;
}
.daterangepicker .ranges ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.daterangepicker .ranges ul > span {
    display: inline;
    font: 14px/15px "Fira Sans", sans-serif;
}
.daterangepicker .ranges li {
    display: inline-block;
    font: bold 12px/15px "Fira Sans", sans-serif;
    color: #ed1633;
    text-transform: uppercase;
    margin-left: 5px;
    text-align: left;
    cursor: pointer;
}
.daterangepicker .range_inputs {
    padding: 25px 20px;
}
.daterangepicker .range_inputs input {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    background: 0 0;
    border: none;
    padding: 0;
    height: auto;
    outline: 0;
    font: 600 16px/20px "Fira Sans", sans-serif;
    color: #58666e;
    text-align: center;
}
.daterangepicker .range_inputs .sep {
    display: inline-block;
    vertical-align: middle;
}
.daterangepicker .range_inputs .sep:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 12px;
    line-height: 20px;
    margin: 0 5px;
    color: #ed1633;
}
.daterangepicker .range_inputs .currentValue {
    width: 325px;
    display: inline-block;
    vertical-align: middle;
}
.daterangepicker .range_inputs .btns {
    width: 175px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #dedede;
}
.daterangepicker .range_inputs .cal-btn {
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    border: none;
    outline: 0;
}
.daterangepicker .range_inputs .cal-btn-ok {
    background: #ed1633;
    min-width: 80px;
    font: 600 16px/32px "Fira Sans", sans-serif;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
.daterangepicker .range_inputs .cal-btn-ok:disabled {
    opacity: 0.5;
}
.daterangepicker .range_inputs .cal-btn-canc {
    min-width: 55px;
    font: 16px/32px "Fira Sans", sans-serif;
    color: #58666e;
    text-align: center;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.partners {
    padding: 50px 0 20px;
}
.partners__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.partners__title {
    font: 36px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 25px;
    background: #ed1633;
    padding: 25px 0;
    color: #fff;
}
.routes {
    padding: 50px 0 50px;
}
.routes__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto;
}
.route__name {
    font: 36px/40px "Fira Sans", sans-serif;
    margin-bottom: 1em;
}
.route__days {
    margin-left: -30px;
}
.route__days:after {
    display: block;
    clear: both;
    content: "";
}
.route__day {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    float: left;
    margin-left: 30px;
}
.route__day-name {
    display: inline-block;
    background: #ed1633;
    font: 20px/25px "Fira Sans", sans-serif;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    min-width: 70px;
    text-align: center;
}
.route__places {
    padding-left: 38px;
}
.route__place {
    padding: 15px 0 15px 32px;
    position: relative;
}
.route__place:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ed1633;
}
.route__place:last-child:before {
    bottom: auto;
    height: 15px;
}
.route__place-marker {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 2px solid #231f20;
    border-radius: 50%;
    left: -14px;
    top: 15px;
}
.route__place-marker:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #ed1633;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
}
.route__place-name {
    font: 600 18px/22px "Fira Sans", sans-serif;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.route__place-name:hover {
    text-decoration: underline;
}
.route__place-address {
    font: 300 13px/16px "Fira Sans", sans-serif;
    margin-bottom: 5px;
}
.route__place-duration {
    font: 600 16px/20px "Fira Sans", sans-serif;
    color: #ed1633;
}
.route__place-duration-type {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231f20;
    margin-right: 3px;
    display: inline-block;
}
.route__place-duration-type_1:before {
    content: "\f1ae";
}
.route__place-duration-type_2:before {
    content: "\f1b9";
}
.route__place-duration-type_3:before {
    content: "\f207";
}
.btn-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.btn-link,
.btn-link:after,
.btn-link:before {
    border-color: #fff;
}
.btn-link:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #fff;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.btn-link:after {
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btn-way {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icn-route-white.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    text-indent: 999px;
    text-align: left;
    white-space: nowrap;
}
.pagination {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	width:100%;
}
.btn-nav {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    text-align: center;
    font: 18px/24px "Fira Sans", sans-serif;
    color: #231f20;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 auto;
	flex: 1 0 auto;
}
.btn-nav__icn {
    margin: 15px auto;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.btn-nav__icn:before {
    content: "";
    display: block;
    height: 0;
    border-top: 2px solid #000;
    width: 17px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    top: 50%;
    margin-left: -10px;
}
.btn-nav__icn:after {
    content: "";
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btn-nav__icn,
.btn-nav__icn:after,
.btn-nav__icn:before {
    border-color: #000;
}
.btn-nav:hover {
    background: rgba(35, 31, 32, 0.1);
}
.btn-nav_prev .btn-nav__icn:after {
    margin: -5px 0 0 -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-nav_prev .btn-nav__icn:before {    
    margin-left: -7px;
}
.items__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto;
}
.items__block-title {
    display: block;
    font: 36px/42px "Fira Sans", sans-serif;
    color: #231f20;
    margin-bottom: 40px;
}
.items__items {
    margin-left: -30px;	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: stretch;
	align-content: stretch;
}
.items__item {
    display: block;
    vertical-align: top;
    width: 270px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.items__item-img {
    display: block;
    padding-top: 85%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.items__item-img_noimg {
    background: #a2a1a1 url(../images/logo-white.svg) bottom center no-repeat;
    background-size: contain;
}
.items__item-content {
    background: #ed1633;
    padding: 15px 15px;
    min-height: 190px;
    position: relative;
}
.items__item-content.items__item-content-temple {
    min-height: 100px;
}
.items__item-name {
    display: block;
    font: 18px/22px "Fira Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
	width:100%;
}
.items__item-news-date {
	margin:0 0 20px;
    font: italic 300 16px/22px "Fira Sans", sans-serif;
    color: #fff;
}
.items__item-name:hover {
    text-decoration: underline;
}
.items__item-name_fixed {
    height: 88px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.items__item-descr {
    font: 14px/17px "Fira Sans", sans-serif;
    height: 68px;
    margin-top: 15px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.items__item-descr a {
    color: #fff;
}
.items__item-date {
    font: 18px/22px "Fira Sans", sans-serif;
    color: #6bb2e2;
    margin-bottom: 15px;
    height: 44px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.items__item-place {
    font: 14px/17px "Fira Sans", sans-serif;
    color: #231f20;
    text-decoration: underline;
    height: 34px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.items__item-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -30px;
    background: #ed1633;
    text-align: center;
    padding: 15px 15px;
    display: none;
}
.items__item-audios {
    margin: 10px 0;
    color: #fff;
}
.items__item-audio {
    margin: 10px 0;
}
.items__item-audio-title {
    display: block;
}
.items__item-audio-media {
    display: block;
    max-width: 100%;
}
.items__item:hover .items__item-controls {
    display: block;
}
.items__top-text {
    margin-bottom: 2em;
}
.items__bottom-text {
    margin-top: 2em;
}
.item__container {
    position: relative;
    max-width: 1170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 0;
    margin: 0 auto;
	overflow:hidden;
}
.main-wrapper {
	min-height:100%;
	position:relative;
	width:100%;
	padding:0 0 360px;
	box-sizing:border-box;
}
.placesPage .main-wrapper {
	overflow:hidden;
}
.item__description {
	display:block;
	overflow:hidden;
}
.item__gallery {
    float: left;
    width: 585px;
    margin-right: 85px;
    margin-bottom: 40px;
}
.item__gallery img {
    display: block;
    width: 100%;
}
.item__descr {
    overflow: hidden;
}
.item__name {
    font: 27px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 0.3em;
}
.item__date {
    font: italic 300 18px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 1.5em;
}
.item__contacts {
    font: 18px/22px "Fira Sans", sans-serif;
    margin-bottom: 1.5em;
}
.item__contacts li {
    margin-bottom: 5px;
}
.item__contacts strong {
    font-weight: 500;
}
.object__mp3 {
	margin-bottom: 1.5em;
}
.object__mp3-title {
	font: 500 18px/1.2 "Fira Sans", sans-serif;
	margin-bottom: 0.5em;
}
.item .tabs {
    clear: both;
    margin-top: 25px;
}
.sitemap ul ul {
    margin: 0;
}
.sitemap a {
    color: inherit;
}
.m-container {
    width: 98%;
    height: 90%;
}
.contact-content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: start;
	margin:0 0 70px;
}
.contact-content p {
	margin:0 25px;
	padding:0;
	font: 500 24px/1.2 "Fira Sans", sans-serif;
}
.contact-content p strong {
	display:block;
	position:relative;
	width:50px;
	height:50px;
	margin:0 auto;
	text-indent:-9999px;
	opacity:0.3;
}
.contact-content p.contact-phone strong {
	background: transparent url(../images/phone.svg) 50% 50% no-repeat;
	background-size: 40px auto;
}
.contact-content p.contact-mail {
	text-decoration:underline;
	font: 400 22px/1.2 "Fira Sans", sans-serif;
}
.contact-content p.contact-mail strong {
	background: transparent url(../images/mail.svg) 50% 50% no-repeat;
	background-size: 40px auto;
}
.search-results__block {
    margin-bottom: 40px;
}
.search-results__block-name {
    font: 36px/1.2 "Fira Sans", sans-serif;
    margin-bottom: 0.8em;
}
.search-results__link {
    font: 18px/1.55 "Fira Sans", sans-serif;
    color: #555;
    position: relative;
    padding-left: 14px;
    margin: 0.3em 0;
    display: block;
}
.search-results__link:before {
    content: "";
    background: #231f20;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
.search-results__link:hover {
    color: #ed1633;
}
.search-results__link:hover:before {
    background: #ed1633;
}
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 11px;
}
.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #999;
}
@media screen and (min-width: 1280px) {
    .nav__menu {
        display: block !important;
        opacity: 1 !important;
    }
}
@media screen and (max-width: 1479px) {
    .map__wrapper {
        max-width: none;
    }
    .map__bg {
        display: none;
    }
    .map__folder-list {
        width: 290px;
        background: url(../images/map__controls-bg.jpg) center center no-repeat;
        background-size: cover;
    }
    .map__folder-list:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(35, 31, 32, 0.9);
        z-index: -1;
    }
    .map__title {
        padding-left: 15px;
        font-size: 32px;
        line-height: 32px;
    }
    .map__folder-element {
        padding-left: 15px;
    }
    .map__items-list {
        width: 280px;
    }
    .map__items-element {
        padding-left: 15px;
        padding-right: 15px;
    }
    .events__container {
        max-width: 1170px;
    }
    .sights__item-name {
        font-size: 26px;
        line-height: 30px;
        height: 120px;
    }
    .sights__item-back-name {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .sights__item-descr {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .sights__item-descr p {
        margin-bottom: 5px;
    }
    .sights__item-controls > * {
        margin: 5px 5px;
    }
    .sights__item-back-container {
        padding: 15px 15px 5px;
    }
    .events-title__label {
        margin-left: 0;
        width: 220px;
        padding-left: 0;
        padding-right: 15px;
        text-align: left;
    }
    .events-title__dates {
        padding-left: 20px;
    }
    .events-title__btns {
        padding: 20px 0;
    }
    .interval-select-wrapper {
        width: 170px;
    }
    .nav__logo {
        margin-right: 0;
    }
    .nav__menu-link-label {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1350px) {
    body {
        padding-top: 80px;
    }
    .nav__logo {
        width: 180px;
        height: 60px;
        padding: 4px 10px 16px 15px;
    }
    .nav__controls:before {
        height: 80px;
    }
    .nav__menu-link {
        padding: 23px 0;
    }
    .nav__menu-link-label {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 12px;
    }
}
@media screen and (max-width: 1279px) {
    body {
        padding-top: 60px;
    }
    .nav__logo {
        width: 139px;
        height: 48px;
        padding: 2px 15px 10px 15px;
        margin-right: 0;
    }
    .nav__controls {
        float: right;
    }
    .nav__controls:before {
        height: 60px;
    }
    .nav__menu-toggle {
        display: block;
        position: relative;
        float: right;
        width: 80px;
        height: 60px;
        cursor: pointer;
        z-index: 10;
    }
    .nav__menu-toggle span {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 20px;
        height: 3px;
        background: #231f20;
        margin-top: -9px;
        border-radius: 1px;
    }
    .nav__menu-toggle span + span {
        margin-top: -1px;
    }
    .nav__menu-toggle span + span + span {
        margin-top: 7px;
    }
    .nav__menu-toggle_open span {
        -webkit-transform: rotate(45deg) translateX(7px) translateY(4px);
        transform: rotate(45deg) translateX(7px) translateY(4px);
    }
    .nav__menu-toggle_open span + span {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    .nav__menu-toggle_open span + span + span {
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateX(7px) translateY(-4px);
        transform: rotate(-45deg) translateX(7px) translateY(-4px);
    }
    .nav__menu {
        display: none;
        position: fixed;
        margin: 0;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        background: #fff;
    }
    .nav__menu-wrapper {
        display: table;
        width: 100%;
        height: 100%;
    }
    .nav__menu-container {
        display: table-cell;
        vertical-align: middle;
        padding: 60px 0 0;
    }
    .nav__menu-link {
        display: block;
        padding: 10px 15px;
        text-align: center;
    }
    .nav__menu-link-label {
        display: inline-block;
    }
    .nav__controls {
        display: none;
    }
    .nav__controls_mobile {
        display: block;
        float: none;
        text-align: center;
    }
    .slider__title {
        height: 590px;
    }
    .slider__title-container {
        padding: 20px 0 120px;
    }
    .slider__title-container:before {
        width: 75px;
        height: 100px;
        margin: 0 auto 15px;
    }
    .slider__title-main {
        font-size: 48px;
    }
    .slider__title-sec {
        font-size: 32px;
    }
    .slider__btns {
        bottom: 50px;
    }
    .slider__btn-select {
        min-width: 230px;
        font-size: 16px;
        line-height: 18px;
        border-radius: 24px;
        padding: 15px 20px;
    }
    .slider .slick-dots {
        padding-bottom: 10px;
    }
    .slider .slick-arrow {
        width: 100px;
    }
    .map__container {
        height: 500px;
    }
    .map__folder-list {
        padding: 25px 0;
        width: 215px;
    }
    .map__title {
        font-size: 22px;
        line-height: 1.2;
        padding-left: 15px;
    }
    .map__folder-elements {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .map__folder-element {
        font-size: 16px;
        line-height: 20px;
        padding: 3px 15px;
    }
    .map__items-list {
        width: 220px;
    }
    .map__items-list-close {
        width: 35px;
        height: 35px;
    }
    .map__items-elements {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .map__items-element {
        padding: 10px 10px;
    }
    .map__items-element-name {
        font-size: 14px;
        line-height: 16px;
    }
    .events {
        padding: 25px 0 10px;
    }
    .events__container {
        max-width: 960px;
    }
    .events__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .events__events {
        width: 512px;
    }
    .events__event-container {
        padding: 0 30px 20px 30px;
    }
    .events__wrapper-container {
        min-height: 360px;
        padding-left: 512px;
    }
    .events__bg {
        left: 512px;
    }
    .events__bg:before {
        background: rgba(35, 31, 32, 0.95);
    }
    .events__list {
        padding: 10px 60px 10px 10px;
    }
    .events__list-item {
        padding: 10px 10px 10px 10px;
    }
    .events__list-item-name {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .events__list-item-name,
    .events__list-item-place {
        color: #736669;
    }
    .events__all-link {
        right: 15px;
    }
    .events__calendar {
        margin-top: 20px;
    }
    .sights {
        padding-top: 10px;
    }
    .sights__container {
        max-width: 960px;
    }
    .sights__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .sights__item {
        width: 33.33%;
    }
    .history {
        padding: 0 0 100px;
    }
    .history__container {
        margin: 0 45px;
        padding: 25px 250px 24px 25px;
    }
    .history__container:before {
        background-size: 220px auto;
    }
    .history__text {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .history__text p {
        margin-bottom: 15px;
    }
    .footer {
        padding: 20px 0 30px;
        min-height: 0;
    }
    .footer__container {
        max-width: 960px;
    }
    .footer__contacts {
        width: 33.3%;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 25px;
    }
    .footer__contacts-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .footer__nav {
        padding-top: 58px;
        font-size: 16px;
        line-height: 20px;
    }
    .footer__nav-col {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 25px;
        margin: 0;
    }
    .partners {
        padding: 25px 0 25px;
    }
    .partners__title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .partners__container {
        max-width: 960px;
    }
    .page-content__container {
        padding: 25px 0;
        max-width: 960px;
    }
    .page-title {
        height: 100px;
    }
    .page-title__container {
        padding: 25px 0 45px;
        max-width: 960px;
    }
    .gallery-block__item {
        width: 310px;
    }
    .filters {
        margin-bottom: -20px;
        padding: 30px 0 0;
    }
    .places-filters__fil-categ {
        width: 400px;
    }
    .places-filters__fil-distr {
        width: 400px;
    }
    .hotels-filters__fil-categ {
        width: 250px;
    }
    .hotels-filters__fil-distr {
        width: 300px;
    }
    .hotels-filters__fil-stars {
        width: 250px;
    }
    .routes-filters__fil-tours {
        width: 250px;
    }
    .routes-filters__fil-persons {
        width: 300px;
    }
    .routes-filters__fil-days {
        width: 250px;
    }
    .items__container {
        position: relative;
        max-width: 960px;
        padding: 25px 0;
    }
    .items__block-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .items__item {
        width: 300px;
    }
    .item__container {
        max-width: 960px;
        padding: 25px 0;
    }
    .item__gallery {
        width: 460px;
        margin-right: 40px;
        margin-bottom: 25px;
    }
    .item__name {
        font-size: 28px;
    }
    .item__contacts {
        font-size: 16px;
    }
    .events-slider:before {
        margin-left: 250px;
    }
    .events-slider:after {
        margin-right: 250px;
    }
    .events-slider__slide {
        width: 500px !important;
        height: 320px !important;
    }
    .events-slider__slide-title {
        font-size: 26px;
        line-height: 30px;
    }
    .events-title__container {
        max-width: 960px;
    }
    .events-title__label {
        width: 160px;
        font-size: 32px;
        line-height: 40px;
        padding: 20px 0;
    }
    .events-title__dates {
        width: auto;
        padding: 0;
    }
    .events-title__dates-item {
        width: 38px;
        padding: 12px 5px;
    }
    .events-title__dates-item-name {
        font-size: 20px;
        line-height: 21px;
    }
    .events-title__dates-item-num {
        font-size: 28px;
        line-height: 30px;
    }
    .events-title__btns {
        padding: 10px 0;
        margin-right: 0;
    }
    .events-title__btns:after {
        height: 60px;
    }
    .events-title__btn {
        padding: 10px 20px;
        margin: 7px 10px;
    }
    .events-title__btn_calendar {
        padding-left: 40px;
    }
    .interval-select-wrapper {
        width: 180px;
    }
    .tickets__container {
        max-width: 960px;
    }
    .tickets__label {
        font-size: 30px;
        padding: 24px 30px 24px 0;
        line-height: 32px;
        width: auto;
    }
    .tickets__select-label {
        width: 400px;
        padding: 20px 0;
    }
    .tickets__btns {
        padding: 5px 0;
        margin-right: 0;
    }
    .content .h6,
    .content h6 {
        font-size: 18px;
    }
    .content .h5,
    .content h5 {
        font-size: 22px;
    }
    .content .h4,
    .content h4 {
        font-size: 24px;
    }
    .content .h3,
    .content h3 {
        font-size: 26px;
    }
    .content .h2,
    .content h2 {
        font-size: 28px;
    }
    .content .h1,
    .content h1 {
        font-size: 32px;
    }
    .routes {
        padding: 25px 0;
    }
    .routes__container {
        max-width: 960px;
        padding: 25px 0;
    }
}
@media screen and (max-width: 999px) {
    .slider__title {
        height: 372px;
    }
    .slider__title-main {
        font-size: 40px;
    }
    .slider__title-sec {
        font-size: 28px;
    }
    .slider__slides-wrapper:after {
        width: 303px;
        height: 400px;
        top: 10px;
        margin-left: -152px;
    }
    .map__container {
        display: block;
        position: relative;
        height: auto;
    }
    .map__folder-list {
        padding: 10px 0;
        width: 200px;
        min-height: 372px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .map__title {
        font-size: 26px;
        padding-left: 15px;
    }
    .map__folder-elements {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .map__folder-element {
        font-size: 14px;
        line-height: 16px;
    }
    .map__items-list {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        z-index: 200;
        height: 100%;
        overflow: hidden;
    }
    .map__items-element-hidden {
        padding-bottom: 50px;
        position: relative;
    }
    .map__items-element .btn-way {
        float: none;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }
    .map__window {
        display: block;
        position: absolute;
        left: 200px;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .events__container {
        max-width: 740px;
    }
    .events__bg {
        left: 50%;
    }
    .events__wrapper-container {
        min-height: 372px;
        padding-left: 50%;
    }
    .events__events {
        width: 50%;
    }
    .sights__container {
        max-width: 740px;
    }
    .sights__item {
        width: 50%;
    }
    .history__container {
        margin: 0 45px;
        padding: 25px 25px 25px 25px;
    }
    .history__container:before {
        display: none;
    }
    .footer__container {
        max-width: 740px;
    }
    .footer__contacts {
        width: 300px;
    }
    .footer__contacts-title {
        font-size: 28px;
    }
    .footer__nav {
        padding-top: 53px;
    }
    .footer__nav-col {
        float: none;
        padding: 0;
        width: auto;
        display: inline;
    }
    .footer__nav-link {
        padding: 3px 0;
        display: inline-block;
        margin-right: 15px;
    }
    .partners__container {
        max-width: 740px;
    }
    .page-content__container {
        padding: 25px 0;
        max-width: 740px;
    }
    .page-title {
        height: 100px;
    }
    .page-title__container {
        padding: 25px 0 25px;
        max-width: 740px;
    }
    .gallery-block__item {
        width: 360px;
    }
    .select2-container--custom .select2-selection--single {
        padding: 3px 10px;
        font-size: 16px;
        line-height: 18px;
    }
    .select2-container--custom .select2-selection--single .select2-selection__choice {
        margin-top: 3px;
        padding: 2px 5px;
    }
    .select2-container--custom .select2-search--inline .select2-search__field {
        height: 20px;
    }
    .filters__submit {
        font-size: 16px;
        line-height: 17px;
        padding: 7px 25px;
    }
    .places-filters__fil-categ {
        width: 300px;
    }
    .places-filters__fil-distr {
        width: 300px;
    }
    .items__container {
        position: relative;
        max-width: 740px;
    }
    .items__block-title {
        font-size: 26px;
        line-height: 32px;
    }
    .items__item {
        width: 355px;
    }
    .item__container {
        max-width: 740px;
    }
    .item__gallery {
        width: 350px;
        margin-right: 20px;
    }
    .item__name {
        font-size: 26px;
    }
    .item__contacts {
        font-size: 16px;
    }
    .hotels-filters__fil-categ {
        width: 240px;
    }
    .hotels-filters__fil-distr {
        width: 240px;
    }
    .hotels-filters__fil-stars {
        width: 240px;
    }
    .routes-filters__fil-tours {
        width: 240px;
    }
    .routes-filters__fil-persons {
        width: 240px;
    }
    .routes-filters__fil-days {
        width: 240px;
    }
    .events-title {
        background: #231f20;
    }
    .events-title__container {
        max-width: 740px;
    }
    .events-title__label {
        width: 160px;
        font-size: 30px;
        line-height: 40px;
        padding: 20px 0;
    }
    .events-title__dates {
        width: auto;
        padding: 0;
        text-align: right;
    }
    .events-title__dates-item {
        width: 42px;
        padding: 12px 5px;
    }
    .events-title__dates-item-name {
        font-size: 20px;
        line-height: 21px;
    }
    .events-title__dates-item-num {
        font-size: 28px;
        line-height: 30px;
    }
    .events-title__btns {
        clear: both;
        background: #231f20;
        text-align: center;
    }
    .events-title__btns:after {
        display: none;
    }
    .tickets__container {
        max-width: 740px;
    }
    .tickets__label {
        font-size: 24px;
        padding: 12px 18px 12px 0;
        line-height: 30px;
        width: auto;
    }
    .tickets__btns {
        padding: 12px 0;
    }
    .tickets__btns:after {
        display: none;
    }
    .tickets__select-label {
        width: 300px;
        padding: 12px 0;
    }
    .tickets__select-label:after {
        width: 20px;
        height: 24px;
        right: 10px;
        margin-top: -12px;
        font-size: 24px;
        line-height: 24px;
    }
    .tickets__select {
        padding: 0 20px;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .tickets__submit {
        font-size: 16px;
        line-height: 18px;
        padding: 4px 25px;
        margin: 0;
    }
	.reach {
		display: block;
	}
	.reach > div {	
		width: 100%;
	}
	.reach_03 {
		margin:0 0 20px;
	}
	.content .content__images-block {
		display: block;
	}
	.content .content__images-block > div {
		width: 100%;
	}
	.content .content__images-block > div:first-child {
		margin:0 0 20px;
	}
	.history-block {
		padding:30px 0;
	}
	.history__other {
		display: block;
	}
	.history__city {
		width: 100%;		
		margin:0 0 20px;
	}
	.main-wrapper {
		padding: 0;
	}
	.footer {
		position: relative;
	)
}
@media screen and (max-width: 767px) {
    .items.history__items .items__container,
    .events-title__container,
    .events__container,
    .footer__container,
    .item__container,
    .items__container,
    .page-content__container,
    .page-title__container,
    .partners__container,
    .routes__container,
    .sights__container,
    .tickets__container {
        max-width: 600px;
    }
    .partners__travelpayout {
        min-height: 220px;
    }
    .footer {
        text-align: center;
    }
    .footer__contacts {
        width: 100%;
        float: none;
        padding: 0;
    }
    .footer__contacts-title {
        font-size: 28px;
    }
    .footer__nav {
        padding-top: 35px;
    }
    .footer__nav-link {
        margin-right: 0;
        display: block;
        padding: 5px 0;
    }
    .gallery-block__item {
        width: 292px;
    }
    .items__item {
        width: 285px;
    }
    .item__gallery {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .item__name {
        font-size: 26px;
    }
    .item__contacts {
        font-size: 16px;
    }
    .tabs__btn {
        font-size: 16px;
        min-width: 118px;
    }
    .places-filters__fil-categ {
        width: 240px;
    }
    .places-filters__fil-distr {
        width: 240px;
    }
    .hotels-filters__fil-categ {
        width: 280px;
    }
    .hotels-filters__fil-distr {
        width: 280px;
    }
    .hotels-filters__fil-stars {
        width: 280px;
    }
    .routes-filters__fil-tours {
        width: 280px;
    }
    .routes-filters__fil-persons {
        width: 280px;
    }
    .routes-filters__fil-days {
        width: 280px;
    }
    .tickets {
        text-align: center;
    }
    .tickets__label {
        float: none;
        text-align: center;
    }
    .tickets__btns,
    .tickets__select-label {
        display: inline-block;
        float: none;
        padding: 15px 0;
        margin: 0 15px;
    }
}
@media screen and (max-width: 639px) {
    .slider__title {
        height: 372px;
    }
    .slider__title-main {
        font-size: 28px;
    }
    .slider__title-sec {
        font-size: 20px;
    }
    .slider .slick-arrow:after {
        background: 0 0;
    }
    .map__title {
        font-size: 22px;
    }
    .map__window {
        position: relative;
        height: 400px;
        left: 0;
    }
    .map__folder-list {
        width: auto;
    }
    .map__items-list {
        width: auto;
        right: 0;
        left: 100px;
        bottom: 400px;
        top: 0;
        height: auto;
        -webkit-box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.5);
    }
    .events__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .events__bg {
        display: none;
    }
    .events__list {
        background: rgba(0, 0, 0, 0.95);
    }
    .events__list:before {
        display: none;
    }
    .events__wrapper-container {
        min-height: 0;
        padding-left: 0;
    }
    .events__events {
        width: auto;
        position: relative;
        height: 300px;
    }
    .events__event-container {
        padding: 0 15px 20px 15px;
    }
    .events__event-name {
        font-size: 24px;
        line-height: 30px;
        height: auto;
    }
    .events__list {
        padding-right: 10px;
    }
    .events__all-link {
        position: relative;
        left: 0;
        top: 0;
        margin: 25px auto 15px;
        display: block;
    }
    .sights__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sights__item {
        width: 100%;
    }
    .history {
        padding: 10px;
    }
    .history__container {
        margin: 0;
        padding: 15px;
    }
    .partners__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .partners__travelpayout {
        min-height: 220px;
    }
    .tabs__btns {
        text-align: center;
    }
	.items.history__items .items__container,
    .events-title__container,
    .events__container,
    .footer__container,
    .item__container,
    .items__container,
    .page-content__container,
    .page-title__container,
    .partners__container,
    .routes__container,
    .sights__container,
    .tickets__container {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
	.items__items {
		display:block;
	}
    .page__content__container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .content {
        font-size: 16px;
    }
    .content .h6,
    .content h6 {
        font-size: 14px;
        margin: 1em 0;
    }
    .content .h5,
    .content h5 {
        font-size: 16px;
        margin: 1em 0;
    }
    .content .h4,
    .content h4 {
        font-size: 18px;
        margin: 1em 0;
    }
    .content .h3,
    .content h3 {
        font-size: 20px;
        margin: 1em 0;
    }
    .content .h2,
    .content h2 {
        font-size: 24px;
        margin: 1em 0;
    }
    .content .h1,
    .content h1 {
        font-size: 26px;
        margin: 1em 0;
    }
    .gallery-block__container {
        text-align: center;
    }
    .gallery-block__item {
        width: auto;
        max-width: 100%;
    }
    .page-title {
        height: auto;
    }
    .page-title__title {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .items__items {
        text-align: center;
    }
    .items__item {
        width: 270px;
    }
    .search-form {
        text-align: center;
    }
    .search-form__input {
        width: auto;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
    .events-slider:before {
        margin-left: 200px;
    }
    .events-slider:after {
        margin-right: 200px;
    }
    .events-slider__slide {
        width: 400px !important;
        height: 260px !important;
    }
    .events-slider__slide-title {
        font-size: 22px;
        line-height: 26px;
    }
    .events-title__label {
        display: block;
        width: auto;
        float: none;
        padding: 15px 0;
        text-align: center;
    }
    .events-title__label:before {
        display: none;
    }
    .events-title__dates {
        float: none;
        width: auto;
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }
    .events-title__dates:after {
        content: "";
        clear: both;
        display: block;
    }
    .events-title__dates:after:after {
        content: "";
        clear: both;
        display: block;
    }
    .events-title__dates-item {
        width: 12.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .route__name {
        font-size: 28px;
        line-height: 30px;
    }
    .form__box_capture .form__input-box {
        width: 285px;
    }
    .filters {
        margin-bottom: 0;
    }
    .filters__cols {
        text-align: center;
    }
    .filters__cols:after {
        display: none;
    }
    .filters__select {
        width: 230px;
    }
    .filters__submit {
        width: 230px;
    }
    .guides-filters .filters__cols {
        text-align: center;
    }
}
@media screen and (max-width: 499px) {
	.contact-content {
		display: block;
		margin:0 0 30px;
	}
	.contact-content p {
		margin:0 auto;
		text-align:center;
		margin:0 0 20px;
	}
    .partners__travelpayout {
        min-height: 400px;
    }
    .filters__col {
        display: block;
        width: auto;
    }
    .filters__select {
        width: 100%;
    }
    .filters__submit {
        width: 230px;
    }
    .guides-filters .filters__cols {
        text-align: center;
    }
    .items__items {
        margin: 0;
    }
    .items__item {
        margin-left: 0;
        display: block;
        width: auto;
    }
    .items__item-name {
        margin-bottom: 15px;
    }
    .items__item-name_fixed {
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
    }
    .items__item-date {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
    }
    .items__item-content {
        min-height: 0;
    }
    .items__item-descr {
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
    }
    .items__item-place {
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
    }
    .items__item-controls {
        position: static;
        display: block;
        margin-top: 0;
        padding-bottom: 0;
    }
    .tickets__label {
        padding: 15px 0;
    }
    .tickets__select-label {
        display: block;
        width: auto;
        margin: 0;
    }
    .route__days {
        margin-left: 0;
    }
    .route__day {
        display: block;
        width: auto;
        margin-left: 0;
    }
    .form__box_capture .form__input-box {
        width: 185px;
    }
}
