body {
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

p {
	font-size: 15px;
	margin-bottom: 0;
}

a {
	color: black;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a:hover {
	text-decoration: none;
	color: black;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

ul li {
	list-style: none;
}


.container {
	width: 100%;
	max-width: 1440px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

@media (min-width: 576px) {
	.container {
		max-width: inherit;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: inherit;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: inherit;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}


.header {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: white;
	position: relative;
/*	z-index: 1000; */
}

.header .container {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-main {
	width: 100%;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}

.header-logo a {
	max-width: 215px;
	width: 100%;
}

.header-logo img {
	min-width: 145px;
}

.header-logo__text {
	font-size: 14px;
	color: #a8a8a8;
	line-height: 16px;
	letter-spacing: 0.64px;
	margin-left: 23px;
	padding: 0;
}

.header-left .header-cities {
	z-index: 300;
}

.header-city {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.65px;
	padding-left: 18px;
	position: relative;
}

.header-city:before {
	content: "\e912";
	position: absolute;
	font-family: 'icomoon';
	font-size: 7px;
	top: 4px;
	right: 0;
}

.show .header-city:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.header-city-search:before {
	content: "\e986";
	position: absolute;
	font-family: 'icomoon';
	font-size: 7px;
	top: 4px;
	right: 0;
}


.city_list, .filter_btn, .menu_list-toggle {
	padding: 3px 0 0 0;
	cursor: pointer;
	margin: 0 20px 0 0;
	z-index: 21;
	background: #fff;
	position: relative;
}

.city_list {
	z-index: 259;
}

.menu_list-toggle {
	z-index: 240;
}

.content-filter--index .filter_btn {
	z-index: 2;
}

.content-filter--index .sm_list {
	z-index: 1;
}

.filter_btn {
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	z-index: 252;
}


.city_list span, .filter_btn span, .menu_list-toggle span {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.65px;
	position: relative;
	padding: 0;
	padding-right: 18px;
	color: #000000;
}

.cities_list, .filter_list, .menu_list {
	margin-top: 0px;
	z-index: 20;
	position: absolute;
	padding: 55px 30px 40px 35px;
	display: none;
	top: 0;
	-webkit-box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	margin-left: -20px;
	border: 0 !important;
	border-radius: 0 !important;
}

.cities_list, .menu_list {
	z-index: 258;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	margin-top: -5px;
}

.filter_list {
	top: 0px;
	margin-left: 0;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	max-width: 540px;
	padding: 40px 30px 40px 60px;
	z-index: 250;
}


.switcher {
	padding-top: 60px !important;
}

.switcher__input {
	display: none;
}

.switcher__input:checked + .switcher__label {
	color: #000;
}

.switcher__input:checked + .switcher__label:before {
	background-color: #38b7d2;
}

.switcher__input:checked + .switcher__label:after {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
	background: #fff;
}

.switcher__input:checked + .switcher__label:active:after {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.switcher__input:checked + .switcher__label:active:before {
	background-color: #ecf1f7;
}

.switcher__label {
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	font-size: 14px;
	color: #ecf1f7;
	cursor: pointer;
	position: relative;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

.switcher__label:before {
	content: "";
	display: block;
	width: 33px;
	height: 19px;
	background-color: #ecf1f7;
	border-radius: 10px;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

.switcher__label:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 2px;
	z-index: 2;
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	-o-transition: transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
}

.switcher__label:active:after {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.switcher__label:active:before {
	background-color: #b4effa;
}


.switch-text {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 10px;
	margin-top: -22px;
}

.content-filters, .table-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-filter {
	position: relative;
	margin-bottom: 20px;
}

.filter_btn span {
	z-index: 33;
	color: #1b1b1b;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	vertical-align: middle;
	line-height: 0.8;
	width: 100%;
}

.filter_btn span:before {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.filter-right, .filter-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
}


.filter-format {
	color: #ababab;
	font-size: 15px;
	font-weight: 400;
}

.form-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.filter_btn {
	border: 1px solid #d1d1d1;
	padding: 10px 15px 10px 15px;
	background: transparent;
	border-bottom: 3px solid #38b7d2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	display: inline-block;
}


.border {
	border: 0 !important;
}

.border span:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*.filter_btn:before {*/
/*content: '';*/
/*position: absolute;*/
/*bottom: 0;*/
/*height: 2px;*/
/*background-color:#38b7d2;*/
/*width: 0;*/
/*transition: all 0.2s ease-in-out;*/
/*}*/

.filter_btn:hover {

}

.cities_list li, .filter_list li, .menu_list li {
	padding: 6px 9px;
	list-style-type: none;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	padding-left: 30px;
	line-height: 1.2;
	white-space: nowrap;
}

.cities_list li:hover, .filter_list li:hover, .menu_list li:hover {
	cursor: pointer;
	color: #df0011;
}

.filter-index {
	z-index: 25;
}

.big_list {
	max-width: 660px;
	width: 660px;
	z-index: 22;
}

.sm_list {
	width: 350px;
}

.city-inner {
	padding-right: 50px;
}

.city-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grey {
	color: #ababab !important;
}

.city-item {
	position: relative;
}
.city-item.active{
	color: #df0024!important;
}
.city-item.disabled{
	color: #ababab;
	pointer-events: none;
	cursor: pointer;
}

.city-item:before {
	content: attr(data-city-letter);
	position: absolute;
	top: 3px;
	left: 0;
	color: #df0024;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.6px;
}

.theatre .city-item:before, .theatre .filter_list li:hover {
	color: #32b271;
}

.cinema .city-item:before, .cinema .filter_list li:hover {
	color: #6e39a4;
}

.books .city-item:before, .books .filter_list li:hover {
	color: #eb6003;
}

.museum .city-item:before, .museum .filter_list li:hover {
	color: #38b7d2 !important;
}

.music .city-item:before, .music .filter_list li:hover {
	color: #2e48a6;
}

.society .city-item:before, .society .filter_list li:hover {
	color: #0072a3;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.header-links__item {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.65px;
	margin-right: 50px;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-links__item a {
	color: #aaa;
}

.header-links__item:hover a {
	color: black;
}

.header-links__item:last-child {
	margin-right: 0;
}

.header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 28px;
	width: 100%;
	padding-top: 3px;
}

.header-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px;
}

.header-social__item {
	margin-right: 25px;
	font-family: 'icomoon';
	font-size: 16px;
	color: #aaaaaa;
	white-space: nowrap;
}

.header-social__item .letter {
	font-family: "PT Sans", sans-serif;
	display: inline;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: -11px;
	vertical-align: bottom;
}

.header-social__item:last-child {
	margin-right: 0;
}

.header-categories {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-categories__item {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.56px;
	margin-right: 44px;
	text-transform: uppercase;
	line-height: initial;
	position: relative;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	color: #df0024;
}

.header-categories__item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	bottom: -3px;
	background-color: #df0024;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.header-categories__item.theatre a:hover {
	color: #32b271;
}

.header-categories__item.cinema a:hover {
	color: #7441a8;
}

.header-categories__item.books a:hover {
	color: #eb6003;
}

.header-categories__item.museum a:hover {
	color: #38b7d2;
}

.header-categories__item.music a:hover {
	color: #2e48a6;
}

.header-categories__item.society a:hover {
	color: #0072a3;
}

.header-categories__item:last-child {
	margin-right: 0;
}

.header-categories__item.theatre:before{
	background-color: #32b271;
}

.header-categories__item.cinema:before {
	background-color: #7441a8;
}

.header-categories__item.books:before {
	background-color: #eb6003;
}

.header-categories__item.museum:before {
	background-color: #38b7d2;
}

.header-categories__item.music:before {
	background-color: #2e48a6;
}

.header-categories__item.society:before {
	background-color: #0072a3;
}

.header-left {
	max-width: 460px;
	width: 33.333%;
}

.header-middle {
	max-width: 570px;
	width: 33.333%;
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 30px;
}

.header-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-user__avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #df0024;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
}

.header-user__avatar--none {
	width: 28px;
	height: 28px;
}

.menu__head .header-user__avatar--none {
	width: 44px;
	height: 44px;
}

.menu__head .no-user .header-logout {
	font-size: 18px;
	margin-left: 35px;
	color: #ffffff;
}

.no-user .header-logout {
	margin-left: 10px;
}

.no-user svg path {
	fill: #aaaaaa;
	transition: all 0.3s ease;
}

.no-user:hover svg path {
	fill: #df0024;
}
.menu__head .no-user:hover svg path {
	fill: #1b1b1b;
}

.header-user__name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	max-width: 210px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header-logout {
	margin-left: 25px;
	font-size: 12px;
	font-weight: 700;
	color: #aaaaaa;
}

.front-content {
	display: none;
}

.header-menu {
	margin-top: 12px;
	max-height: 45px;
	transition: 0.5s max-height;
	background-color: white;
}

.header-menu.open {
	max-height: 2000px;
}

.header-menu-string {
	background-color: #df0024;
	position: relative;
	z-index: 10;
	height: 45px;
	width: 100%;
}

.header-menu-string .container {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


.header-menu-string .container {
	height: 100%
}

.header-menu__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-menu__button span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0 20px;
}

.header-menu__button .header-city:before {
	top: -1px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-menu__button.active .header-city:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header-menu__toggle {
	border: none;
	padding: 0;
	margin: 0;
	width: 25px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	outline: 0;
	display: none;
}

.header-menu__toggle .toggle-span,
.header-menu__toggle .toggle-span:before,
.header-menu__toggle .toggle-span:after {
	display: block;
	background: rgba(255, 255, 255, 0.7);
	height: 2px;
	position: absolute;
	right: 0;
	margin: auto;
}

.header-menu__toggle .toggle-span {
	width: 100%;
	top: 4px;
	bottom: 0;
	-webkit-transition: background 0s .2s;
	-o-transition: background 0s .2s;
	transition: background 0s .2s;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.header-menu__toggle .toggle-span:before,
.header-menu__toggle .toggle-span:after {
	content: '';
	width: 50%;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition-duration: .2s, .2s;
	-o-transition-duration: .2s, .2s;
	transition-duration: .2s, .2s;
	-webkit-transition-delay: .2s, 0s;
	-o-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s;
	-webkit-transition-timing-function: ease-in, ease-out;
	-o-transition-timing-function: ease-in, ease-out;
	transition-timing-function: ease-in, ease-out;
}

.header-menu__toggle .toggle-span:after {
	width: 80%;
}

.header-menu__toggle .toggle-span:before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
	top: 5px;
}

.header-menu__toggle .toggle-span:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
	bottom: -10px;
}

.header-menu__toggle.active span:before,
.header-menu__toggle.active span:after {
	-webkit-transition-delay: 0s, .2s;
	-o-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
}

.header-menu__toggle:hover .toggle-span:before,
.header-menu__toggle:hover .toggle-span:after,
.header-menu__toggle:hover .toggle-span {
	background-color: #ffffff;
}

.header-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-menu__item {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0 20px;
}

.header-menu__item-colored {
	background-color: #9c0019;
}

.header-menu__item a {
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	white-space: nowrap;
}

.header-menu__item:hover a {
	color: rgba(255, 255, 255, 1);
}


/*.header-menu__button{*/
/*margin-right: 35px;*/
/*color: rgba(255,255,255,0.7);*/
/*transition: 0.3s all;*/
/*}*/

/*.header-menu__button:hover{*/
/*color: rgba(255,255,255,1);*/
/*}*/


.header-dropdown {
	padding-top: 40px;
	-webkit-transition: 1s -webkit-transform cubic-bezier(0, 1.01, 1, 1);
	transition: 1s -webkit-transform cubic-bezier(0, 1.01, 1, 1);
	-o-transition: 1s transform cubic-bezier(0, 1.01, 1, 1);
	transition: 1s transform cubic-bezier(0, 1.01, 1, 1);
	transition: 1s transform cubic-bezier(0, 1.01, 1, 1), 1s -webkit-transform cubic-bezier(0, 1.01, 1, 1);
	background-color: #ffffff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 400;
	left: 0;
	right: 0;
	position: absolute;
}

.header-dropdown.open {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	display: block;
}

.header-dropdown__wrap {
	padding-bottom: 40px;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.header-dropdown.open > .header-dropdown__wrap {
	opacity: 1;
}

.dropdown-toggle::after {
	content: none !important;
}


.header-dropdown-list {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.76px;
	text-transform: uppercase;
}

.header-dropdown-list li {
	margin-bottom: 15px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.header-dropdown-list li:hover a {
	color: #df0024;
}

.header-dropdown-list li a {
	color: #1b1b1b;
}

.header-line {
	background-color: #df0024;
	height: 45px;
	width: 100%;
}

.header-line .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	height: 100%;
}

.header-line__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-line__wrap p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 2;

}

.header-line__text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-left: 36px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.header-content {
	width: 80%;
	max-width: 1300px;
}

.header-content__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.header-content__label {
	color: #ababab;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.76px;
	padding-left: 20px;
	padding-bottom: 14px;
}

.header-content-item {
	width: 25%;
	padding: 0 20px;
}

.header-content-item .news-item {
	padding: 0;
}

.header-content-item .heading-block-news {
	margin-top: 25px;
}

.header-content-item__image {
	width: 100%;
	height: 162px;
	background-color: #aaa;
	background-position: center;
	background-size: cover;
}

.header-dropdown .container {
	max-width: 1440px;
}

.header-menu-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'icomoon';
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.header-menu-search:hover p, .header-menu-search:hover .icon-search:before {
	color: #ffffff;
}

.header-menu-search p {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	padding-bottom: 0;
	margin-bottom: 0;
}

.search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #28313c;
	overflow: hidden;
}

.footer-links--bg .footer-link {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.44px;
	text-transform: uppercase;
	position: relative;
	padding: 0;
}


.footer-links--bg .footer-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	-webkit-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.footer-links--bg .footer-link:hover:before {
	width: 100%;
}

.footer-links--bg {
	padding-bottom: 65px;
}

.footer-link {
	color: #838498;
	font-family: "PT Sans";
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-bottom: 10px;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer-link:hover {
	color: #ffffff;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 15px;
	padding-bottom: 20px;
}

.footer-link--sm {
	font-size: 14px;
	font-weight: 400;
	color: #838498;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer-link--sm:hover {
	color: #ffffff;
}

.footer-wrap {
	/*margin-left: -15px;*/
	padding-bottom: 40px;
}

.footer-container {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 40px;
	padding-left: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

.footer-container .header-logo {
	margin: 0;
}


.olympia {
	color: #838498;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.2px;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.olympia span {
	text-decoration: underline;
	text-underline-position: under;
}

.olympia:hover span {
	color: #ffffff;

}

.olympia:hover {
	color: #838498;

}


.footer .header-social__item:hover {
	color: #ffffff;
}

.copyright {
	color: #838498;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.2px;
	padding-left: 15px;
	max-width: 100% !important;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright:hover {
	color: #ffffff;
}

.form-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
}

input {
	background-color: #384452;
	border: 0;
	border-bottom: 1px solid #8989a0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.12px;
	max-width: 420px;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	color: #ffffff;
}

input::-webkit-input-placeholder {
	color: #838498;
}

input:-ms-input-placeholder {
	color: #838498;
}

input::-ms-input-placeholder {
	color: #838498;
}

input::placeholder {
	color: #838498;
}

input:focus::-webkit-input-placeholder {
	color: #838498;
}

input:focus:-ms-input-placeholder {
	color: #838498;
}

input:focus::-ms-input-placeholder {
	color: #838498;
}

input:focus::placeholder {
	color: #838498;
}

.form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer .header-social__item {
	color: #838498;
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer .btn--filter-footer {
	border-radius: 25px;
	padding: 5px 40px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

.form-group {
	width: 440px;
	margin: 0 25px;
}
.form-group.error input,
.form-group input.error{
	border-color: #df0024;
}

.btn--news {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 255;
}


.btn--news:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 126px;
	height: 126px;
	top: -12px;
	right: -75px;
	background-color: #df0024;
	z-index: -1;
}

.btn--news--museum:before {
	background-color: #38b7d2;
}

.btn--news--music:before {
	background-color: #2e48a6;
}

.btn--news--books:before {
	background-color: #eb6003;
}

.btn--news--theatre:before {
	background-color: #32b271;
}

.btn--news--cinema:before {
	background-color: #6e39a4;
}

.btn--news--all:before {
	background-color: #df0024;
}


.btn--news span {
	background: url('../images/newspaper.png') no-repeat 50% 50%;
	background-size: contain;
	width: 26px;
	height: 19px;
	display: block;
	position: relative;
	top: 16px;
	right: -25px;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	color: #838498;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.7px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	vertical-align: middle;
}

.tab-links .styled-checkbox + label {
	color: #ababab;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.74px;
	text-transform: uppercase;
	padding-right: 15px;
}

.main-slider {
	position: relative;
	/*visibility: hidden;*/
}

.main-slider.slick-initialized {
	/*visibility: visible;*/
}

.main-slider:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 20;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZGYwMDI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjIiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	background-size: 38px 38px;
}

.main-slider.slick-initialized:before {
	-webkit-transition: opacity .6s ease-out .7s, height .07s linear .9s;
	-o-transition: opacity .6s ease-out .7s, height .07s linear .9s;
	transition: opacity .6s ease-out .7s, height .07s linear .9s;
	height: 0;
	opacity: 0;
}


.filter-links .checkbox-block {
	padding-top: 12px;
	width: 100%;
}

.filter-links .styled-checkbox + label {
	color: #1b1b1b !important;
	font-size: 16px;
	font-weight: 700;
}

.filter-links .styled-checkbox + label:before {

}

.agreement {
	border-bottom: 1px solid #838498;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease;
	transition: color 0.2s ease-in-out, border-color 0.2s ease;
	margin-left: 10px;
	color: #838498;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.7px;
}


.agreement:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 1px solid #ababab8c;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.styled-checkbox:hover + label:before {
	background: #384452;
}

.checkbox-block .styled-checkbox:hover + label:before {
	background: #df0024;
	border-color: #df0024;
}

.checkbox-block .styled-checkbox:checked + label:before {
	background: #df0024;
	border-color: #df0024;
}

.styled-checkbox:checked + label:before {
	background: #384452;
	border-color: #384452;
}

.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled + label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	-webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-input:focus {
	outline: none;
}

#header .header-menu__list {
	opacity: 1;
	transition: opacity 0.5s 0.1s, -webkit-transform 0.3s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
	transition: opacity 0.5s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.5s;
	transition: transform 0.3s, opacity 0.5s;
	transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
	position: relative;
	z-index: 20;
}

.search-show .header-menu__toggle {
	display: none;
}

#header .search-box {
	position: absolute;
	left: 0;
	height: 100%;
	padding-left: 2em;
	opacity: 0;
	width: 100%;
	z-index: -1;
	transition: opacity 0.4s ease;
}
.search-show .search-box {
	z-index: 34;
}

.search-box .search-input {
	border: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 65px;
}

.search-box input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.search-box input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.search-box input::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.search-box input::placeholder {
	color: #ffffff;
	opacity: 1;
}

.search-box input:-ms-input-placeholder {
	color: #ffffff;
}

.search-box input::-ms-input-placeholder {
	color: #ffffff;
}
@media(max-width: 900px){
	.search-box:after{
		right: 0;
	}
}

input{
	border-radius: 0;
}

input::-webkit-search-cancel-button,
input::-ms-clear {
	display: none!important;
	opacity: 0!important;
	color: transparent!important;
	-webkit-appearance: none!important;
}

.search-box .search-toggle {
	width: 14px;
	height: 14px;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-show #header .header-menu__list, .search-show .logo-mobile {
	opacity: 0;
}

.search-show #header .search-box {
	opacity: 1;
	z-index: 10;
}

.header-menu-categories {
	-webkit-box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 29px 2px rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	padding: 45px 0;
	position: relative;
}

.header-menu-categories ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-menu-categories .main-category {
	font-size: 40px;
	letter-spacing: 0.1em;
	margin-right: 45px;
}

.header-menu-categories .container {

}

.header-menu-categories a:before .active {
	width: 100%;
}

.header-menu-categories a:before {
	height: 3px;
}

.category {
	color: #1b1b1b !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	position: relative;
}


header .container {
	padding-right: 40px;
	padding-left: 40px;
}

.footer .header-middle {
	width: auto;
}

.footer-info {
	max-width: 100%;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.footer-info p {
	color: #838498;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	/* Text style for "С, видетел" */
	letter-spacing: 1.3px;
}

.button-up {
	display: none;
	right: 40px;
	bottom: 40px;
	width: 37px;
	height: 37px;
	border: 1px solid #df0024;
	border-radius: 50%;
	cursor: pointer;
	z-index: 35;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}


.button-up:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	right: 13px;
	top: 14px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	color: #df0024;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.button-up:hover:before {
	-webkit-transform: rotate(-135deg) translateX(3px) translateY(3px);
	-ms-transform: rotate(-135deg) translateX(3px) translateY(3px);
	transform: rotate(-135deg) translateX(3px) translateY(3px);
}

.selectize-input.full {
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	border-bottom-color: transparent;
	padding: 11px 15px 10px 15px;
	background: transparent;
	border-bottom: 3px solid #38b7d2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	display: inline-block;
	padding-right: 40px;
	width: 100%;
	height: 45px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.selectize-input {
	height: 45px;
	width: 100%;
	padding-left: 15px;
	padding-right: 35px;
}

.text-filter input::-webkit-input-placeholder {
	color: #000;
}

.text-filter input:-ms-input-placeholder {
	color: #000;
}

.text-filter input::-ms-input-placeholder {
	color: #000;
}

.text-filter input::placeholder {
	color: #000;
}

.text-filter .input-active input::-webkit-input-placeholder {
	color: #ababab;
}

.text-filter .input-active input:-ms-input-placeholder {
	color: #ababab;
}

.text-filter .input-active input::-ms-input-placeholder {
	color: #ababab;
}

.text-filter .input-active input::placeholder {
	color: #ababab;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
	font-family: inherit;
	-webkit-font-smoothing: inherit;
	z-index: 33;
	color: #1b1b1b;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	vertical-align: middle;
}

.selectize-input, .selectize-input input {
	border-bottom: 3px solid #38b7d2;
	background-color: transparent;
}

.all-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #df0024;
}

.theatre-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #32b271;
}

.cinema-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #6e39a4;
}

.books-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #eb6003;
}

.museum-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #38b7d2;
}

.music-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #2e48a6;
}

.society-filter-color .selectize-input, .selectize-input input {
	border-bottom: 3px solid #0072a3;
}

.selectize-control.single .selectize-input:after {
	content: "\e912";
	position: absolute;
	font-family: 'icomoon';
	font-size: 7px;
	top: 14px;
	right: 21px;
}

.dropdown-active {
	border-color: transparent !important;
}


.map__popup {
	font-family: "PT Sans", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	max-width: 590px;
}

.map__right {
	padding-left: 20px;
}

.map__text {
	color: #1b1b1b;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.map__popup .content-address {
	font-size: 13px;
}

.map__left img {
	width: 149px !important;
	height: 98px !important;
}


.footer-links--last {
	padding-left: 100px;
}

.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 20px;
}

.breadcrumb-item {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 12px;
	position: relative;
	padding: 0 10px;
}

.breadcrumb-item a {
	color: #ababab;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.breadcrumb-item:first-child {
	padding-left: 0;
}

.breadcrumb-item:hover a {
	color: #000;
}

.breadcrumb-item:after {
	content: '';
	color: #ababab;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 12px;
	margin-left: 7px;
	margin-top: -3px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb-item + .breadcrumb-item::before {
	content: none;
}

.breadcrumb-item:last-child:after {
	content: none;
}
