.ui-ok-rep {
 font-size: 18px;
 text-align:justify;
 margin-top: 20px;		
}

.image-ok-ar {
 
    background: rgba(0, 0, 0, 0.6);     
    background-size: contain; 
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    
    color: #ffff; 
    
   
}

.ui-calendar__perf-premiere {
    display: block;
    margin-top: 5px;
    color: #aa582f;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-calendar__perf-premiere:before {
    content: "â˜…";
    display: inline;
    margin-right: 5px;
}

.ui-calendar__perf-festivals {
    position: relative;
    display: block;
    margin-top: 5px;
    padding-left: 15px;
    color: #aa582f;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-calendar__perf-festivals:before {
    content: "*";
    position: absolute;
    top: 15px; left: 0;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    line-height: 0;
}

.ui-calendar__perf-scene {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}

.ui-calendar__perf-author {
    display: inline-block;
    margin: 0;
    line-height: 16px;
}

.ui-performance__item-scene {
    display: block;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 600;
}
/*
.ui-performance__item-description {
    max-height: 155px;
    overflow-y: hidden;
}*/

@media (max-width: 767px) {
    .ui-performance__item-subtitle {
        display: block;
    }
}

.ui-performance__item-premiere {
    display: block;
    margin-top: 10px;
    color: #aa582f;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-performance__item-premiere:before {
    content: "â˜…";
    display: inline;
    margin-right: 5px;
}

.ui-performance__item:hover .ui-performance__item-premiere {
    color: #fff;
}

.ui-performance__item-festivals {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-left: 15px;
    color: #aa582f;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-performance__item-festivals:before {
    content: "*";
    position: absolute;
    top: 10px; left: 0;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    line-height: 0;
}

.ui-performance__item:hover .ui-performance__item-festivals {
    color: #fff;
}

@media (max-width: 544px) {
    .ui-performance__item-main {
        width: 100%;
    }
}

.ui-searching__results {
    font-size: 16px;
}

.ui-searching__item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

.ui-searching__section {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #aa582f;
}

.ui-searching__title {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Minion Pro Cond',sans-serif;
}

.ui-searching__query {
    background-color: #fddea4;
}

.ui-searching__preview {
    display: block;
    font-size: 17px;
    line-height: 22px;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* çàäà¸ò âûñîòó êîíòåéíåðà äëÿ 16:9 (åñëè 4:3 — ïîñòàâüòå 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    text-align: center;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 18px/22px 'Minion Pro Cond',sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close {
    top: 10px;
    right: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(137, 109, 41, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* êíîïêà çàêðûòèÿ ïðè íàâåäåíèè */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}



    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    }

    .container {
      max-width: 100%;
      margin: 0 auto;
    }

    .slider__container {
      padding-left: 0;
      padding-right: 0;
    }

    .slider__items {
      counter-reset: slide;
    }

	.slider__item {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
    }

    .slider__item::before {
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-style: italic;
      font-size: 32px;
      font-weight: bold;
      display: block;
    }

    .slider__item:nth-child(1) {
      background-color: #fff;
    }

    .slider__item:nth-child(2) {
      background-color: #fff;
    }

    .slider__item:nth-child(3) {
      background-color: #fff;
    }

    .slider__item:nth-child(4) {
      background-color: #fff;
    }

    .slider__item:nth-child(5) {
      background-color: #fff;
    }
	
video {
    width: 100%;
    max-height: 100%;
}
