body {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
  line-height: 135%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

ul {
	padding-left: 20px;
	line-height: 1.4;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.tresp {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fl {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.clearfix {
	clear: both;
}

td {
	border: 1px solid #ccc;
	padding: 10px;
}

.people table, .people td {
	border: 0;
}

h1, h2, h3, p {
	color: #111;
}

h4 {
  margin: 1rem 0 0.25rem;
  font-family: 'Cuprum', sans-serif;
  font-size: 1.2rem;  
}

a {
  color: #555;
}

.row {
	display: flex;
	flex-wrap:wrap;
}

h2 a {
	color: #555;
	text-decoration: none;
  line-height: 120%;
}

.left-col {
	width: 22%;
	padding: 40px 60px;
	position: fixed;
  overflow-y: auto;
  max-height: 100vh;
  box-sizing: border-box;
  background-color: #fff;

  /* Hide the scrollbar */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hide scrollbar in webKit browsers */
.left-col::-webkit-scrollbar {
    display: none; 
}

.logo {
	padding-bottom: 40px;
}

.logo img {
	width: 120px;
}

.cart {
	position: absolute;
	top: 43px;
	right: 50px;
}

.cart div {
	position: absolute;
	top: -8px;
	right: -5px;
	border: 2px solid #e5171e;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #fff;
	text-align: center;
	font-size: 0.7em;
	padding-top: 2px;
	font-weight: 700;
}

.cart img {
	width: 40px;
}

.menu {
	margin-bottom: 110px;
}

.mob-menu {
	display: none;
}


.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Cuprum', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
}

.menu ul li {
	line-height: 1.25;
  margin: 10px 0;
}

.menu ul a {
	text-decoration: none;
	color: #555;
}

.menu ul a:hover {
	color: #e30613;
}

.menu ul li.active a {
	color: #e30613;
}

.search {
	margin-top: 40px;
	display: flex;
	margin-bottom: 20px;
}

.search button {
	border: 1px solid #000;
	background-color: #e5e5e5;
	margin-left: -3px;
	cursor: pointer;
}

.btn {
	display: block;
	background: #e5171e;
	width: 100%;
	text-align: center;
	padding: 20px 40px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}

.btn:hover {
	background: #b31217;
	color: #fff;
}

.lk {
	background: #e5e5e5;
	color: #666;
	padding: 10px 0;
	font-size: 0.7em;
	text-transform: none;
}

ul a.lk:hover {
	color: #fff;
}

.social {
	margin: 10px 15px 10px 0;
	display: flex;
	justify-content: space-between;
}

.content {
	width: 77%;
	margin-left: 22%;
  background-color: #fff;
  overflow-x: hidden;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide {
	position: relative;
}

.slide-marker,
.slide-btn,
.slide-content {
	position: absolute;
}

.slide-marker {
	top: 0;
	right: 0;
	background: #f00;
	color: #fff;
	padding: 10px 20px;
}

.slide-content {
	left: 5%;
	bottom: 10%;
	color: #aaa;
}

.slide-btn {
	right: 5%;
	bottom: 10%;
}

.slide-content h2 {
	font-size: 2.8em;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.slide-content p {
	margin: 0 0 5PX;
	font-weight: 300;
	font-size: 0.9em;
	color: #ccc;
}

.slide-content .slide-date {
	margin-bottom: 20px;
	color: #ccc;
}

.slide-btn a {
	margin-bottom: 10px;
}

.sl-more {
	background: #444;
}

.repertuar .item {
	width: 21%;
	margin: 2%;
}

.repertuar img {
	width: 100%;
}

.repertuar h1 {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 3em;
	margin: 60px 0 30px;
}

.rep-date p.day-of-month {
	font-weight: bold;
	font-size: 1.7em;
	color: #555;
	margin-bottom: 0;
}

.rep-date p.month {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #555;
}

.rep-date p.day-of-week {
	margin: 0;
	color: #aaa;
	font-size: 1em;
}

.item h2 {
	color: #444;
	height: 120px;
	overflow: hidden;
}

.item p {
	margin: 5px 0;
	color: #444; 
}

.item strong {
	color: #aaa;
}

.item .btn {
	width: 100%;
	margin: 50px auto;
	text-transform: uppercase;
}

.footer {
	background: #e5e5e5;
	position: relative;
}

.fcol {
	width: 33%;
	padding: 3%;
}

.fcol p {
	margin: 5px 0;
}

.copy {
	padding-top: 50px;
}

.slick-dots {
	bottom: 25px;
}

.slick-dots li button:before {
	width: 20px;
	height: 20px;
	font-size: 20px;
	opacity: 1;
	color: #444;
	opacity: 0.7;
}

.slick-dots li.slick-active button:before {
	color: #bbb;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.calendar {
	background: #444;
	color: #fff;
	width: 95%;
	margin: 0 auto;
}

.calendar div {
	border-right: 2px solid #fff;
}

.calendar div:last-of-type {
	border:  none;
}

.calendar a {
	text-decoration: none;
}

.calendar p {
	text-align: center;
	margin: 0;
	font-size: 0.8em;
}

.cal-day {
	color: #aaa;
	padding-bottom: 20px;
}

.cal-date {
	color: #fff;
	padding-top: 20px;
}

.cal-item:hover {
	background: #e5171ecc;
}

.cal-item.active {
	background: #e5171e;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.close img {
	width: 20px;
}

.slick-prev:before, .slick-next:before {
	color: #000;
}

.slick-prev:before {
	content: url(../img/rarr.png);
}
.slick-next:before {
	content: url(../img/larr.png);
}

.calendar-wrapper {
	background: #ddd;
	position: relative;
}

label {
	display: inline-block;
	margin-bottom: 3px;
}

input {
	padding: 10px;
	border-radius: 0;
	border: 1px solid #000;
	width: 80%;
}

.spam {
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 0;
    background: #e5e5e5 url(../img/larr.png) no-repeat center;
    position: relative;
    left:-8px;
}

.razrab {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}

.artera, .vaviloff {
	margin-right: 30px;
}

.razrab p {
	font-size: 0.7em;
}

.razrab img {
	width: 100px;

}

.fcol form {
	margin-top: 60px;
}


.bg-gray {
	background: #f2f2f2;
}

.afisha {
	padding: 30px;
}

.header {
	border-bottom: 1px solid #444;
	margin-bottom: 15px;
	padding-bottom: 65px;
}

.mselect {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 3px 35px 3px 15px;
	text-transform: uppercase;
	background: #444 url(../img/barr.png) no-repeat center right;
	;
}

.header h1 {
	text-transform: uppercase;
	color: #444;
	margin: 0 0 10px;
	font-size: 2.2em;
	line-height: 1.3;
}

.afisha-item {
	display: flex;
	border-bottom: 1px solid #444;
	margin-bottom: 40px;
	margin-top: 50px;
}

.repertoire .afisha-item {
	margin-top: 0;
}

.afisha-last {
	border: none;
}

.afisha-date,
.afisha-content  {
	width: 250px;
}

.afisha-content  {
  padding: 50px 8px 0 0;
}

.afisha-price {
	width: 200px;
}

.afisha-name {
	/* width: 450px; */
	width: 570px;
}

.afisha-card img {
  height:64px; 
  width: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.afisha-name img.pushkin-card-badge {
  width:180px; 
  margin-bottom: 30px
}

.premiere {
    display: inline-block;
    background-color: #FF0000; /* Web-safe red */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
}

.premiere::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

.repertuar .premiere, .afisha .premiere {
    vertical-align: middle;
}

@keyframes shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.pushkin-mobile {
  display: none;
}

.afisha-card-mobile {
  display: none;
}

.buffer {
	flex-grow: 1;
}

.afisha-date {
	text-align: center;
}
.afisha-date img {
	max-width: 160px;
	height: auto;
}

.afisha-mdt {
	padding-left: 5px;
}

.afisha-day {
	color: #e30613;
	font-size: 5em;
	font-weight: 700;
	flex-basis: 35%;
	text-align: right;
}

.afisha-month {
	color: #e30613;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.afisha-day-of-week {
	margin: 0 0 3px;
	color: #444;
}

.afisha-time {
	margin: 0;
	color: #444;
}

.scena {
	margin-top: 0;
	color: #444;
	/* text-transform: uppercase; */
	letter-spacing: 3px;
}

.runtime {
  display: flex; 
  align-items: center; 
  gap: 0.25em;
}

.afisha-name {
	position: relative;
}

.afisha-name h2 {
	color: #444;
	font-size: 2.3em;
	margin-top: 10px;
	/* min-height: 100px; */
}

.vozrast span {
	color: #e30613;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: 1px solid #e30613;
	padding: 3px 5px;
	font-size: 0.9em;
  border-radius: 3px;
}
.vozrast.mobile {
  display: none;
}
.afisha-page .vozrast span {
  position: static;
  display: inline-block;
}

.afisha-content p {
	margin: 12px 0;
}

.price p {
	color: #444;
}

.dropcontainer ul {
	position: absolute;
}

.text-center {
	text-align: center;
}

.breadcrumbs {
	padding: 0 0 20px 0;
}

.breadcrumbs a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-select {
	margin-top: 20px;
}
.menu-select a {
	text-decoration: none;
	color:  #555;
	font-size: 1.2rem;
	padding-right: 8px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;	
}

.menu-select:last-child a {
	padding-right: 0;
}

.menu-select a:hover {
	color: #e30613;
	text-decoration: underline;
}

.menu-select a.active {
	color: #e30613;
	text-decoration: underline;	
}

.cont {
	padding: 30px;
}

.cont .header {
	border: none;
	padding-bottom: 0;
}

.cont ul {
  margin: 0;
}

.comrad {
	width: 15%;
	padding: 2%;
  text-align: center;
}

.comrad h2 {
	color: #444;
  text-align: center;
}

.comrad p {
	margin: 0;
	color: #666;
}

.comrad img {
	width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  border-radius: 50%;
  width: auto;
  max-width: 100%;
}

.comrad img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

.people-classic {
	padding-left: 10px;
}

.people-classic li {
	list-style: none;
	padding: 8px 0;
}

.person-role, .person-status {
	text-align: center;
	width: 100%;
}

.person .bio img {
	float: left;
	margin-right: 15px;
}

.cover-link {
  display: block;
  /* text-align: center; */
}

@media (min-width: 600px) {
  .col-50 {
    width: 50%;
    float: left;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    border: 0;
  }

  .cover {
    width: 50%;
    float: left;
    margin-right: 15px;
  }
  
  .col-50 hr {
    display: none;
  }

  .cover-link {
    display: inline;
  }
}

.news-item, .tovar-item {
	width: 21%;
	margin: 2% 4% 2% 0;
}

.news-item img, .tovar-item img {
	width: 100%;
}

.news-item h2, .tovar-item h2 {
	min-height: 110px;
}

.news-item p a, .tovar-item p a {
	font-style: italic;
	color: #bbb;
}

.news-date {
	color: #505050;
}

.tuz-plus-price {
	display: flex;
	justify-content:space-between;
	align-items:center;
}

.tuz-plus-price .btn {
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	padding: 9px 40px;
	width: 60%;
}

.tuz-plus-price p {
	font-size: 1.3em;
}

.tovar-content .tuz-plus-price {
	display: block;
}

.tovar-content .tuz-plus-price p {
	font-size: 2em;
}

.tovar .tovar-content .btn {
	margin-top: 0;
}

.tovar {
	display: flex;
}

.tovar-images {
	display: flex;
	flex-wrap:wrap;
}



.tovar-images img {
	width: 300px;
	margin: 10px;
}

.tovar-content {
	width: 60%;
	padding: 0 2%;
}



.tovar h2 {
	margin-top: 0;
}

.tovar .btn {
	margin-top: 70px;
	width: 200px;
	text-transform: uppercase;
}

.warpper{
  display:flex;
  flex-direction: column;
}
.tab{
  cursor: pointer;
  padding:10px 20px 10px 0;
  margin:0px 2px;
  display:inline-block;
  color:#ccc;
  font-size: 1.6em;
  font-weight: 600;
}
.panels{
  min-height:200px;
  width:100%;
  overflow:hidden;
  padding: 0;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  color:#333;
}

.tovar-spec {
	margin-top: 40px;
}
 
.tabs li > input:checked + label {
	color: #444;
}
.tabs li > input:checked ~ .tab-content {
	display: block;
}

.afisha-data {
	display: flex;
	flex-wrap: wrap;
}

.afisha-page .afisha-data {
	max-width: 100%; 
	overflow: auto;
}

.afisha-calendar {
	display: flex;
	background: #444;
}

.afisha-calendar div {
	width: 130px;
    padding: 20px 0;
	border-right: 2px solid #fff;
}

.afisha-calendar p {
	text-align: center;
    margin: 0;
    font-size: 0.8em;
}

.cal-btn {
	padding: 17px 30px;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.cal-btn.show {
    background-color: #ddd;
}

.cal-btn img {
	width: 35px;
}
.afisha-page .desc {
	margin: 15px 0;
}
.afisha-data .btn {
	width: 170px;
	padding: 9px 0;
	height: 42px;
	margin-top: 14px;
	margin-left: 10px;
}

.afisha-page h2 {
	font-size: 1.3em;
	font-weight: 600;
}

.afisha-page .tovar-images {
	width: 100%;
}

.pressa .news-item h2 {
	height: 120px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.pagination img {
	width: 10px;
	padding-top: 2px;
}

.pagination a, .pagination span {
	text-decoration: none;
	display: block;
	background: #e0e0e0;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #000;
	padding-top: 10px
}

.pagination a.active {
	background: #adadad;
}

.pagination a:hover {
	background: #d4d4d4;
}

.map img {
	width: 100%;
}

.content-body p {
	width: 70%;
}

.content-body .afisha-calendar p {
	width:  100%;
}

.content-body img {
	max-width: 100% !important;
	height: auto;
}

.hasDatepicker {
	background: #ddd;
	padding: 20px;
	display: none;
}


.ui-widget {
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
}

.ui-widget.ui-widget-content {
	border: none;
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
	border: none;
	border-radius: 0;
}

.ui-datepicker table {
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
}

.ui-datepicker td {
	padding: 2px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #e5171e;
}

.tooltips {
	position: absolute;
	z-index: 1024;
	bottom: 91px;
	width: 90%;
	margin: 0 5%;
}

.tooltip.hide {
	display: none;
}

.tooltip {
	display: flex;
	opacity: 0;	
	background: #f0f0f0;
	border:  1px solid #000;
	position: relative;
}

.tooltip-item {
	display: flex;
	justify-content:space-between;
	border-bottom: 1px solid #555;
	padding: 0 0 0.5rem;
	margin: 1rem 0;
	align-items: center;
}

.tooltip-data {
	padding: 35px;
	font-size: 24px;
	flex-basis: 10%;
}

.tooltip-body {
	flex-grow:1;
}



.tooltip-data span {
	font-weight: bold;
}

.tooltip-place, .tooltip-persona {
	font-size: 1.3rem;
	margin: 0 0 0.5rem;
}

.red {
	color: red;
}

.tooltip-name {
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 0.5rem;
}

.tooltip-name a {
	text-decoration: none;
}

.tooltip-btn {
	margin-right: 4rem;
}

.tooltip-btn .btn {
	text-transform: uppercase;
}

.tooltip-item:last-of-type {
	border: none;
}

.scrollup {
  position: fixed;
  color: #fff;
  background-color: #e5171e;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  text-align: center;
  width: 50px;
  height: 50px;
}
.scrollup img {
	width:  35px;
	padding-top: 14px;
}
.scrollup:hover {
  background-color: #000;
}

@media (max-width: 1440px) {
	.tooltip-name {
		font-size: 1.4rem;
	}
	.tooltip-place, .tooltip-persona {
		font-size: 0.9rem;
	}
}

@media (max-width: 1400px) {
	.logo {
		padding-bottom: 30px;
	}
	.logo img {
	    width: 60px;
	}

	.menu ul {
		font-size: 1.2em;
	}

	.left-col {
		padding-left: 40px;
		padding-right: 40px;
	}

	.menu {
		margin-bottom: 30px;
	}

	.social a {
		margin: 0;
	}

	.cart {
		top: 36px;
	}

	.cart img {
		width: 35px;
	}

	.cart div {
		top: -10px;
	}
	.calendar a {
		text-decoration: none;
	}
}

@media (max-width: 1024px) {
	.content-body p {
		width: 100%;
	}
	.tooltip-btn .btn {
		padding: 10px 20px;
	}
	.tooltip-name {
		font-size: 1rem;
	}
	.tooltip-place, .tooltip-persona {
		font-size: 0.75rem;
	}
	.tooltip-item {
		margin: 0.5rem 0;
	}
}


@media (max-width: 769px) {
	.left-col {
		padding-left: 20px;
		padding-right: 20px;
	}
	.logo img {
    	width: 50px;
	}
	.cart img {
    	width: 30px;
	}
	.cart {
		right: 25px;
	}
	.social img {
		width:  20px;
	}
	.tooltip-btn .btn {
		padding: 10px;
		font-size: 0.8rem;
	}
	.tooltip-btn {
		margin-right: 1rem;
	}
	.tooltip-name {
		font-size: 1.1rem;
	}
	.tooltip-place, .tooltip-persona {
		font-size: 0.8rem;
	}
	.tooltip-data {
		font-size: 18px;
	}
}

@media (max-width: 440px) {
	.menu-select a {
		font-size: 1rem;
	}

	.tooltip-persona {
		display: none;
	}

	.left-col {
		position: static;
		width: 100%;
		padding: 0;
	}

  .col-50 {
    width: 100%;
    margin-bottom: 40px;
  }  
  .col-50 h2, .col-50 .news-date, .col-50 p {
    margin: 5px 0;
  }

	.logo {
		position: fixed;
		top: 0px;
		left: 43.5%;
		z-index: 9999;
    padding: 0;
	}

	.logo img {
		width: 60px;
	}

	.row {
		display: block;
	}

	.content {
		width: 100%;
		margin: 65px 0 0;
	}

	.person .bio img {
		float: none;
	}
	.cont.person .row {
		display: block;
		margin-top: 25px;
	}

	.repertuar .row {
		display: flex;
	}

	.repertuar .item {
		width: 46%;
		margin: 2%;
	}

	.repertuar h1 {
		font-size: 1.8em;
		margin-top: 30px;
	}

	.repertoire .premiere {
		display: none;
	}

  .repertoire .afisha-date, .repertoire .afisha-content {
    width: auto;
  }

	.repertoire .afisha-date {
		padding-left: 0;
		text-align: center;
	}

	.item h2 {
		font-size: 1.2em;
	}

	.btn {
		padding: 20px;
		font-size: 0.9em;
		width: 100%;
	}

	.rep-date {
		width: 98%;
		margin: 0 auto;
	}

	.rep-date p {
		font-size: 0.7em;	
	}

	.fcol {
		width: 100%;
		text-align: center;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.copy {
		position: absolute;
		bottom: 18px;
		width: 97%;
		font-size: 0.7em;
	}

	.razrab {
		display: block;
	}

	.artera {
		margin: 20px 0;
	}
 
	.fcol form {
    margin-top: 0px;
	}

	.cart {
		top: 18px;
		right: 20px;
		position: fixed;
		z-index: 999999;
	}

	.cart img {
		width: 33px;
	}

	.calendar {
		width: 85%;
	}

	.slick-dotted.slick-slider {
    	margin-bottom: 60px;
	}

	.slick-dots {
    	bottom: -40px;
	}

	.slide-content {
		position: relative;
		background: #000;
		padding: 0 2%;
		left: 0;
	}

	.slide-content h2 {
		font-size: 1.8em;
	}

	.slide-btn {
		position: static;
		display: flex;
	}

	.slider-content-mob {
		display: flex;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
	}

	.slide-date {
		width: 50%;
	}

	.slide-info {
		width: 50%;
		text-align: right;
	}

	.afisha {
		padding: 20px;
	}

	.header h1 {
		text-align: center;
		margin-bottom: 20px;
	}

/*
	.menu-select {
		position: absolute;
		left: 0;
	}
*/
	.trigger {
		padding-left: 40px;
	}

	.afisha-item {
		display: block;
		position: relative;
	}

	.afisha-item .row {
		display: flex;
	}

  .afisha-card img {
    margin-bottom: 0;
  }

  .afisha-item .row > div {
    flex-grow: 1;
    flex-basis: 0;
  }
  .afisha-day {
    text-align: right;
  }
  .afisha-mdt {
    text-align: left;
  }
	.afisha-name {
		position: static;
		width: 100%;
	}

	.scena {
		font-size: 0.8em;
    text-align: center;
	}
  .runtime {
    justify-content: center;
  }
  .vozrast {
    text-align: center;
  }
	.vozrast span {
		position: static;
    display: inline-block;
    margin: 0 auto;
	}
  .vozrast.desktop {
    display: none;
  }
  .vozrast.mobile {
    display: inline;
  }

  .description {
    text-align: center;
  }

	.afisha-month {
		margin-top: 0;
	}

  .afisha-date {
    width: 250px;
    margin: 0 auto;
  }  

	.afisha-day {
		margin-top: 22px;
	}

	.afisha-name h2 {
		margin: 15px 0;
		font-size: 1.6em;
		text-align: center;
    min-height: auto;
	}

	.repertoire .afisha-name h2 {
		min-height: auto;
	}	

	.repertoire .genre {
		font-style: italic;
		text-align: center;
	}

  .afisha-item .genre {
    text-align: center;
  }

	.afisha-content {
		width: 100%;
		text-align: center;

		margin-top: 0;
    padding: 10px 0;
	}

	.afisha-content p {
    margin: 12px 0;
	}

	.afisha-price {
		width: 100%;
		text-align: center;
	}

	.afisha-price p {
		font-weight: 600;
	}

	.afisha-price .btn {
		width: 60%;
		margin: 0 auto 40px;
	}

  .pushkin-card {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .afisha-card-desktop, .pushkin-desktop {
    display: none;
  }
  .afisha-card-mobile, .pushkin-mobile {
    display: block;
    text-align: center;
  }
  
  .pushkin-card img {
    width: 120px;
    margin: 0;
  }

	.activetrigger {
		padding-left: 40px;
	}

	.dropcontainer ul {
		min-width: 189px;
	}

	.cont {
		padding: 20px;
	}

	.cont .row {
		display: flex;
	}

  .cont img {
    max-width: 100%;
    height: auto;
  }

	.comrad {
		width: 50%;
		margin-top: 50px;
	}

	.news-item, .tovar-item {
    width: 50%;
    padding: 2%;
    margin: 0 0 40px;
	}

	.news-item h2, .tovar-item h2 {
    min-height: 140px;
    font-size: 1.4em;
	}

	.content-body {
		margin-top: 90px;
	}

	.tuz-plus-price {
		display: block;
		text-align: center;
	}

	.tuz-plus-price .btn {
		width: 100%;
	}

	.tovar {
		display: block;
	}

	.tovar-images {
		width: 100%;
		margin-bottom: 20px;
	}

	.tovar-content {
		width: 100%;
		padding: 0;
	}

	.tovar .btn {
		width: 100%;
		margin-top: 30px;
	}

	.tab {
		font-size: 1em;
	}

	.panels {
		padding: 0;
	}

	.panel p {
		font-size: 0.7em;
	}

	.afisha-data .btn {
		margin-left: 0;
		width: 100%;

	}

	.afisha-page .content-body {
		margin-top: 30px;
	}

	.afisha-page .tab {
		font-size: 1.4em;
	}

	.afisha-page p {
		font-size: 1em;
	}

	.fl {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}

	.ui-datepicker {
		width:  100%;
	}
	.tooltips {
		width: 100%;
		margin: 0;
	}
	.tooltip {
		flex-direction: column;
		padding: 5px;
	}
	.tooltip-data {
		text-align: center;
		font-size: 24px;
		display: none;
	}
	.tooltip-item {
		margin: 0.2rem 0;
	}
	.tooltip-place, .tooltip-persona {
		margin: 0.2rem 0;
	}

	/*===============================*/

	.mob-menu {
		width: 100%;
	    background-color: transparent;
	    margin-top: 0;
	    min-height: 0;
	    margin-bottom: 0;
	    display: block;
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.menu {
		display: none;
	}

	nav {
	  background-color: #e5e5e5;
	  height: 65px;
	}


	#menuToggle {
	  display: flex;
	  flex-direction: column;
	  position: relative;
	  top: 25px;
	  left: 25px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	  width: 85%;
	}

	#menuToggle input.mt
	{
	  display: flex;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  cursor: pointer;
	  opacity: 0;
	  z-index: 2;
	}

	#menuToggle span
	{
	  display: flex;
	  width: 29px;
	  height: 2px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #333;
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 5px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-3px, -1px);
	  background: #36383F;
	}
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	#menu
	{
	  position: absolute;
	  width: 100%;
	  box-shadow: 0 0 10px #85888C;
	  margin: -50px 0 0 -50px;
	  padding: 50px;
	  padding-top: 90px;
	  background-color: #F5F6FA;
	  -webkit-font-smoothing: antialiased;
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	  list-style: none;
	  font-family: 'Cuprum', sans-serif;
	  font-size: 1.4em;
	  text-transform: uppercase;
	}

	#menu li
	{
	  padding: 10px 0;
	  transition-delay: 2s;
	  line-height: 1.1;
	}

	#menu li a
	{
		text-decoration: none;
		color: #555;		
	}

	#menu li.active a, #menu li a:hover {
		color: #e30613;
	}

	#menuToggle input:checked ~ ul
	{
	  transform: none;
	}

	.search {
 	   margin-top: 10px;
 	   margin-bottom: 10px;
	}

	.lk {
		margin-bottom: 10px;
	}

	/*=====================*/
    .survey {
        flex-direction: column;
    }
}

/* EXTREMELY HIGH ZOOM */
/* @media (hover: hover) and (min-resolution: 1.75dppx) {
  .header {
    padding-bottom: 0;
  }
  .afisha-item {
    flex-direction: column;
    gap: 4px;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
  }

  .afisha-day {
    font-size: 1.5em;
    flex-basis: 0;
  }

  .afisha-mdt {
    display: flex;
    flex-direction: row;
    gap: 8px;
    
  }
  .afisha-month {
    margin-top: 0;
    font-size: 1.5em;
  }

  .afisha-name h2 {
    margin: 10px 0;
  }
  .afisha-card img, .afisha-name img.pushkin-card-badge {
    display: block;
    margin-bottom: 10px;
  }
  .vozrast {
    position: static !important;
    display: inline-block;
  }
  .afisha-content {
    padding-top: 0;
  }
  p, .afisha-content p {
    margin: 5px 0;
  }
} */
