@import url("reset.css");




html, body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	height:100%;
}

body{
    background-color: #f7f7f7;
}

.search-ico{
	 max-width: 60.5px;
    max-height: 52px;
    top:0.7px;
    left:510px;
    position: absolute;
}
.search-image img{
    max-width: 60px;
    max-height: 60px;
}
.image_product img{
    max-width: 300px;
}

.wrper{
	position: relative;
	min-height: 100%;
	/*padding-bottom: 137px;*/
	padding-bottom: 197px;
}

.t_footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:137px;   /* Height of the footer */
}

.pr7{
	padding-right: 7px;
}

.pl7{
	padding-left: 7px;
}

a{
	color: black;
	text-decoration: underline;
	transition: 0.5s;
}

h1{
	font-size: 30px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 15px;
}



h2{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

h3{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

h4{
	font-size: 14px;
}

p{
	margin-bottom: 10px;
}

a:hover{
	color: #FF8000;
}

.t_logo{

	margin-top: 10px;
	margin-bottom: 10px;
}

.logo_href{
	float: left;
}
svg.arrow{
	top: 3px;
	position: relative;;
}

.city_name{
	/*display: inline-block;*/
	/*padding-top: 16px;*/
	/*vertical-align: middle;*/
	/*margin-right: 15px;*/
	border-bottom:1px dotted;
	font-size: 24px;
}
.select_city_p{
	justify-content: center;
	text-align: center;
}
.city_select{
	left: -300px;
	float: left;
	margin: 16px 12px 0 0;
	position: absolute;
}
.city_select1{
	left: 340px;
	float: left;
	margin: 16px 12px 0 0;
	position: absolute;
}

.kostil{
	height: 35px;
}
.city_dropdown{
	display: none;
	text-align: left;
	position: absolute;
	z-index: 2;
	top: 15px;
	left: -300px;

}
.city_dropdown1{
	display: none;
	text-align: left;
	position: absolute;
	z-index: 2;
	top: 15px;
	left: -300px;

}

ul.city_list3 {
  display: flex;
  flex-wrap: wrap;
	text-align: left;
	list-style: none;
	padding: 0;
	min-width: 800px;
}
ul.city_list3 li {
  flex-basis: 25%;
  display: block;
	padding: 5px 20px;
}

.city_drop_content{
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.1);
	background: #ffffff;
	padding: 20px 0;
}

.city_list{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 180px;

}

.city_select p{
	margin-bottom: 0px;
	display: block;
	padding: 5px 20px;
	color: #8c8c8c;
}

.city_list li{
	display: block;
	padding: 5px 20px;
}


.city_select:hover .city_dropdown{
	display: block;
}


h1.main_h1 span{
	display: block;
	margin-top: 5px;
	color: #616161;
	font-size: 16px;
}

h1.main_h1{
	text-align: center;
	font-size: 25px;
	color: #000;
	margin: 30px 0 50px 0;
	font-weight: normal;
}

.main_page h2{
	font-size: 20px;
	color: #33A8E4;
	margin-bottom: 20px;
	font-weight: normal;
}

.text_right{
	text-align: right;
}

.t_header{
	border-bottom: 1px solid #FF8000;
	margin-bottom: 20px;
	background-color: #FF8000;
}

.t_footer{
	border-top: 1px solid #e8e8e8;
	padding: 28px 0;
	margin-top: 40px;

}

.t_footer ul{
	list-style: none;
}

.main_menu a{
	display: block;
	padding: 15px 13px 13px 13px;
	font-size: 15px;
	color: black   ;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
}

.main_menu a:hover,.main_menu a.selected{
	transition: .5s;
	border-color: black   ;
	color: black   ;
}

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

ul.t_menu li{
	display: inline-block;
}



.a_products, .p_products{
	list-style: none;
}

.a_product{
	/* height: 355px; */
	overflow: hidden;
	float: left;
	width: 33.3333%;
	padding-right: 14px;
}

.a_product img{
	height: 100%;
    object-fit: cover;
}

.a_product .image{
	height: 212px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}

.a_product .product_info{
	margin-top: 20px;
	padding: 0 10px;
}

.a_product .product_categories{
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px!important;
	margin-bottom: 5px;
}

.a_product .product_name{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
}

.a_product .dates{
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}

.p_name{
	margin-bottom: 3px;
	font-size: 13px;
}

.a_product p{
	font-size: 13px;
}

.a_product{
	margin-bottom: 30px;
}

.p_heading{
	padding-left: 14px;
}

.p_product{
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	overflow: hidden;
	margin-bottom: 40px;
	float: left;
	width: 50%;
	padding-left: 14px;
}


.p_product .image{
	margin-bottom: 20px;
	position: relative;
}



.p_product .product_name{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}

.p_product .product_categories{
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.p_product p{
	display: none;
}

ul.a_products_category {
	overflow: auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.a_products_full .a_product{
	width: 16.66666%;
}

.a_products_category .a_product{
	/* width: 20%; */
	width: 14%;
    list-style: none;
    padding: 0;
    border: 1px solid #e5e7eb;
	margin-right: 0.25%
}

.a_products_category .a_product:last-child {
    margin-right: auto;
    /* margin-left: 1%; */
}

.p_products_category{
	list-style: none;
	overflow: auto;
}

.p_products_category .p_product{
	width: 33.333%;
	padding-right: 14px;
	padding-left: 0;
	height: 217px;
}

#path{
	color: #949494;
	font-size: 12px;
	margin-bottom: 20px;
}

#path a{
	color: #949494;
	font-size: 12px;
}

.tag_list{
	margin: 0;
	padding: 0;
}

.tag_list li{
	display: inline-block;
	margin-right: 5px;
}

.tag_list li a{
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

.tag_list li a:hover{
	color: #333333;
	text-decoration: underline;
}
.tag_list li.is-active a {
	color:#33A8E4;
}

.a_product_page .product_categories{
	color: #8c8c8c;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

.a_product_page h1{
	margin: 0;
	line-height: 30px;
	margin-left: -2px;
}

.a_product_page h2{
	font-size: 18px;
	font-weight: 600;
}

.a_product_page h3{
	font-size: 15px;
	font-weight: 600;
}

.a_product_page h4{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
}

.a_heading{
	margin-bottom: 15px;
}

.info_line *{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

h2.w_margin{
	margin: 25px 0 15px 0;
}

.a_product_page .product_categories10{
	text-transform: uppercase;
	color: #8c8c8c;
	font-weight: normal;
	font-size: 10px;
}

.a_product_page .images{
	margin-top: 10px;
}

.a_product_details{
	float: left;
}

.tickets_price{
	margin: 20px 0;
	font-weight: 600;
	font-size: 18px;
}

.a_product_page .images a{
	display: inline-block;
	margin-bottom: 10px;
}

.a_product_page .image_product{
	float: left;
	padding-right: 20px;
}

.a_product_page .place_image{
	float: left;
    padding-right: 0;
    width: 300px;
    height: 199px;
    overflow: hidden;
}

.a_product_page .place_images{
	float: left;
	width: 300px;
	min-height: 1px;
}



.a_product_page .place_images a img{
	max-width: 100%;
}

.a_product_page .place_address{
	float: left;
}

.a_product_page .date {
	font-weight: 600;
	margin: 12px 0;
	display: inline-block;
	font-style: normal;
	font-size: 19px;
}

.timetable{
	list-style: none;
}

.timetable li{
	font-weight: normal;
	font-style: normal;
}

.timetable li *{
	font-weight: normal;
	font-style: normal;
}

.a_product_page #map{
	margin-bottom: 20px;
}

.metros{
	margin-bottom: 15px;
}

.a_product_page .address{
	font-size: 18px;

	margin-bottom: 5px;
}

.a_product_page .phone{
	font-size: 17px;
	margin-bottom: 3px;
}

.a_product_page .link a{

}

.page_text ul{
	margin: 5px 0;
	padding-left: 30px;
}

.js-pickmeup{
	border: 1px solid black;
	margin-bottom: 10px;
}

.pickmeup.pmu-flat{
	position: relative!important;
	margin: 0 auto!important;;
	display: block!important;;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
	line-height: 1.8em;
	color: #333333!important;;
}

.pickmeup .pmu-instance .pmu-button {
	color: black!important;;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

.pickmeup .pmu-instance .pmu-not-in-month {
	color: #a8a8a8!important;;
}

.pickmeup {
	background: #ffffff!important;;
}

.pickmeup .pmu-instance .pmu-selected {
	background: #FF8000!important;
	color: black!important;
}

/*
.pickmeup .pmu-instance .pmu-today {
	background: none !important;
	color: #3cace7!important;
}
*/

.calendar_apply {
	padding: 10px;
	border: 1px solid #FF8000;
	/*display: table;*/
	text-align: center;
	color: black;
	background: #FF8000;
	margin-bottom: 10px;
	cursor: pointer;
	width: 100%;
}
.calendar_apply:disabled {
	opacity: .65;
	background: #d5d5d5;
	border: 1px solid #a0a0a0;
}

.calendar_reset{
	padding: 10px;
	border: 1px solid black  ;
	text-align: center;
	/*display: table;*/
	color: black;
	margin-bottom: 10px;
	cursor: pointer;
	width: 100%;
	display: block;
}
.calendar_apply:disabled + .calendar_reset {
	display: none;
}
#blog{
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog li{
	margin-bottom: 20px;
}

#blog h3{
	margin-bottom: 0px;
}

#blog .blog_date{
	font-size: 12px;
	font-weight: 600;
}

.page_text img{
	max-width: 100%;
	height: auto;
}

#catalog_menu > ul{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

#search{
	margin-top:-70px;
	position: relative;
	left:400px;
	margin-bottom:10px;
}
.calen{
	
	height:200px;
}
#search input{
	width: 100%;
	border:1px solid #cccccc;
	padding: 15px;
	left: 777px;
}

#catalog_menu ul li{
	margin-bottom: 9px;
}
#content{
	position: relative;
	right:255px;
	
	
}
.calen{
	position: relative;
	left: 950px;
	height:100px;
}
#catalog_menu ul li ul{
	list-style: none;
	padding-left: 30px;
	margin-top: 8px;
}

#catalog_menu ul li a{
	color: #4b4b4b;
	font-size: 15px;
	text-decoration: none;
}

#catalog_menu ul li a:hover,#catalog_menu ul li a.selected{
	color: #33A8E4;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #cccccc;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #cccccc;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #cccccc;
}
:-moz-placeholder { /* Firefox 18- */
	color: #cccccc;
}

.autocomplete-suggestion{
	cursor: pointer!important;
}

.autocomplete-suggestion:hover{
	background: #e8e8e8;
}

#calend_top{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#calend_top li{
	display: inline-block;
}

#calend_top input[type="checkbox"]{
	display: none;
}

#calend_top label{
	cursor: pointer;
	margin-right: 11px;
	font-size: 13px;
}

#calend_top li:last-child label{
	margin-right: 0px;
}

#brands a{
	display: inline-block;
	/* text-decoration: none; */
	color: #949494;
	margin-right: 7px;
	margin-bottom: 8px;
}

.js-filter-date{
	margin-bottom: 30px;
}

#map{
	width: 438px;
}

#city_mobile_selector{
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted;
	background: #ffffff;
}

@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
	
	.container > .row {
    display: flex;
    flex-wrap: wrap;
}

.container > .row > .col-xs-12.col-sm-12.col-md-9 {
    flex-grow: 1;
}

div#left_block {
    max-width: 260px;
}

.a_product_page #map {
    width: 600px;
}
}

@media (min-width: 991px) and (max-width: 1199px) {
	#map{
		width: 800px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.a_product {
		width: 20%;
	}

	.p_product {
		width: 33.3333%;
	}

	.a_products_full .a_product {
		width: 20%;
	}

	#map{
		width: 420px;
	}

	.footer_column:first-child{
		margin-bottom: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.container {
		width: 550px;
	}
	.a_products_full .a_product {
		width: 25%;
	}
	.a_products_category .a_product {
		width: 32%;
	}
	.p_products_category .p_product {
		width: 50%;
	}

	#map {
		width: 220px;
	}
}

@media (max-width: 767px) {
	.footer_column {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.a_product {
		width: 50%;
	}

	.a_products_full .a_product {
		width: 50%;
	}

	.a_products_category .a_product {
		width: 49%;
	}

	.p_products_category .p_product {
		width: 50%;
	}

	.a_product_page .place_image {
		width: 100%;
		height: auto;
	}

	#map {
		width: 300px;
	}

}

@media (max-width: 321px) {
	#map{
		width: 290px;
	}
}

.mobile_menu{
	position: fixed;
	left:-100%;
	top:0;
	width: 100%;
	bottom:0;
	z-index: 3;
	/*display: none;*/
	overflow: auto;
	background: rgba(0, 0, 0, 0.75);
}

.mobile_city_select{
	position: fixed;
	left:100%;
	top:0;
	width: 100%;
	bottom:0;
	z-index: 3;
	/*display: none;*/
	overflow: auto;
	background: rgba(0, 0, 0, 0.75);
}

.mobile_background{
	background: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
}

.mobile_menu #left{
	background: #ffffff;
	width: 266px;
	padding: 20px;
	min-height: 100%;
	z-index: 500;
	position: relative;
}

.mobile_menu #brands{
	display: none;
}

/*.mobile_menu #left{*/
/*width: 260px;*/
/*padding-left: 34px;*/
/*position: absolute;*/
/*left: -260px;*/
/*padding-top: 20px;*/
/*}*/

.show_mobile_menu svg{
	margin-top: 5px;
}

.mmenu_close{
	position: absolute;
	right: 10px;
	top:10px;
}

.city_select_close{
	position: absolute;
	left: 10px;
	top:10px;
}

#left .t_menu{
	margin-bottom: 20px;
}

.mobile_city_select .city_drop_content{
	width: 266px;
	float: right;
	height: 100%;
}

.mobile_city_select .city_drop_content p{
	margin-bottom: 0px;
	display: block;
	padding: 5px 20px;
	color: #8c8c8c;
}

.buy_tickets{
	font-weight: 400;
	text-decoration: none;
	color: black;
	background: #FF8000;
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	transition: .3s;
}

.buy_tickets:hover{
	color: #ffffff;
	background: #FF8000;
	text-decoration: none;

}


.tickets_price span{
	display: inline-block;
	margin-right: 20px;
}

.pagination{
	margin-bottom: 20px;
}

.pagination a{
	margin-right: 5px;
}









.t_header .row {
    display: flex;
    position: relative;
    align-items: center;
    padding: 10px 0;
}
.t_header .row:before, .t_header .row:after {
    display: none;
}


a.logo {
    margin-right: 60px;
}


.city_select {
    position: relative;
	left: 0;
    margin: 0 60px 0 0;
}
.city_name {
    font-size: 16px;
}


#search {
    margin: 0;
    width: 350px;
    left: auto;
}
#search input {
    height: 40px;
    font-size: 15px;
    padding-right: 18px;
    padding-left: 18px;
    border: 0;
    background: #fff!important;
    box-shadow: none!important;
    border-radius: 3px;
}
#search:after {
    background: #000 url(https://afisha.press/design/afisha/images/search-d1bf8.svg) no-repeat 50%;
    border-radius: 0 3px 3px 0;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 22px;
}


@media(max-width: 768px) {
	.t_header .row {
		zoom: .7;
	}
	#search {
		min-width: 44px;
		height: 46px;
		margin-left: auto;
		position: relative;
	}
	#search:hover input {
		position: absolute;
		max-width: 300px;
		width: 300px;
		left: 0;
		transform: translateX(-100%);
	}
	
	
	.mobile_city_select {
		display: flex;
		flex-direction: column;
	}
	.mobile_city_select .city_drop_content {
		width: auto;
		height: auto;
	}
	.city_select_close {
		left: auto;
		right: 10px;
	}
	.city_select_close * {
		fill: #111;
	}
	ul.city_list3 {
		min-width: 100%;
	}
	ul.city_list3 li {
		width: 50%;
		flex-basis: 50%;
	}
}


.search-row.search-row-event {
    display: flex;
}

#brands a.selected, .feature_values a.selected {
    color: #FF8000;
}

#brands a:hover, .feature_values a:hover {
    text-decoration: none;
}

.feature_values a {
    line-height: 2;
}
.header-menu {
    display: flex;
    gap: 20px;
 margin-left: 5%;
}

.label {
    position: absolute;
    bottom: 10px;
    left: 10px;
}