.btn-idea svg {
  transform: translate(0px,5px);
  margin-right: 9px;
}

body.bg-gray {
  background:#f7f7f7;
}

.afisha {
  color: #fff;
  text-align: center;
}

.afisha-row {
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  padding-top:68px;
  padding-bottom:0px;
  height: 225px;
  border-bottom:1px solid #363636;
  position: relative;
}

section.video-first {
  padding: 130px 0px;
}

section.video {
  padding: 0px 0px 130px 0px;
}

.afisha-row:first-child {
  border-top:0px solid #363636;
  padding-top: 7px;
}

.afisha .afisha-row:last-child {
  border-bottom:0px solid #363636;
}

.afisha-row__item {
  width:32%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

.afisha-row__item_date {
  font-size:40px;
  font-weight: 600;
  line-height:57px;
}

.afisha-row__item_time {
  font-weight: 500;
  font-size: 18px;
  margin-top:8px;
}

.afisha-row__item_city {
  font-weight: 600;
  font-size: 40px;
  line-height:57px;
}

.afisha-row__item_name {
  font-weight: 500;
  font-size: 18px;
  margin-top:8px;
}

.btn.btn-idea {
  text-align: center;
  height:36px;
  line-height: 32px;
  padding-left: 0;
  padding-right: 0;
  min-width: 132px;
  padding: 0px 0px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000000;
}

.btn.btn-idea.youtube svg {
  width: 25px;
  height: auto;
  transform: translate(11px,4px);
  fill:#fff;
}

.btn.btn-idea.youtube path {
  fill:#fff;
}

.hidden-text {
  color: #fff;
  pointer-events: none;
}

.btn.btn-idea.youtube:hover path {
  fill:#000;
}

.btn.btn-idea.white-color {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-idea.white-color:hover {
  color: #000;
}

.btn.btn-idea.youtube.white-color:hover {
  color:#fff;
}

.btn-idea>svg {
  fill:#000;
  transition: 0.1s easy-out;
}

.btn-idea:hover>svg {
  fill:#fff;
}

.padding-five-tb .btn-idea {
  margin-top: 15px;
}

.btn-idea.sold-out {
  opacity: 0.5;
  pointer-events: none;
}

.first-btn {
  margin-right: 8px;
  display: none;
}

.second-btn {
  /* margin-left: 8px; */
  margin-left: 0px;
}

section.idea {
  padding: 100px 0px 50px 0px;
}

.afisha-row__item_tickets {
  margin-top: -13px;
}

.padding-five-tb {
  padding-top: 3.25%;
  padding-bottom: 3.25%;
}

.idea-name-event {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top:40px;
  color:#fff;
}

.idea-time-event {
  font-size: 24px;
  font-weight: 500;
  margin-top:4px;
  color:#fff;
  margin-bottom:7px;
}

.background-shatz {
  background-image: url('/images/7575.jpg');
}

.background-shatz-mobile {
  display: none;
}

.full-screen-idea {
  min-height: 100vh;
}

.blog-button-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.blog-button-youtube .btn {
  font-weight: 700;
}

#blog .post-title {
  font-weight: 600;
  text-align: center;
}

#blog .author {
  border-top:1px solid #DBDBDB;
  margin-top: 15px;
  padding-top:15px;
  text-align: center;
}

.contacts-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: rgba(28, 28, 28, 0.5);
}

.contacts-info {
  margin-top: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #000;
}

.contacts-info a {
  color: inherit !important;
}

.back-main {
  margin-top: 243px;
  display: inline-block;
}

.blog-post-images:hover .play-video {
  opacity: 1;
}

.blog-post {
  margin: 10px 0px;
}

.play-video {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  transition: 0.15s;
  will-change: auto;
}

.video-player-popup {
	display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 12000;
	top:0;
	left:0;
  background: rgba(0, 0, 0, 0.85);
}

.video-iframe-wrap {
	padding: 8.5vh 14.4%;
	box-sizing:border-box;
	width: 100vw;
  height: 100vh;
}

.close-player-button {
	fill:#fff;
	position:fixed;
	top: 25px;
  right: 35px;
	width: 40px;
	cursor:pointer;
}

.close-player-button path {
  stroke:#fff;
  transition: 0.15s;
}

.close-player-button:hover path {
  stroke:#0066ff;
}

body.notouch .close-player-button:hover {
	animation:boom 0.9s infinite linear;
	animation-fill-mode:forwards;
}

body.touch .close-player-button:active {
	fill:#969696;
}

.charity-url {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

nav.navbar.bootsnav .navbar-nav {
  /* background-color: rgba(28, 28, 28, 1); */
}

.blog-post-style5 .blog-post .blog-categories {
  z-index: 125;
}

footer .small-icon li {
  margin: 0 14px;
}


@media (min-width:1200px) {
  .main-banner {
    width: 742px;
  }
}

@media (min-width:1500px) {
  .main-banner {
    width: 842px;
  }
}

@media (max-width:1200px) and (min-width:900px) {
  .background-shatz {
    background-image: url('/images/new/7575_tab.jpg');
  }
}

@media (min-width:768px) and (max-width:1100px) {
  .afisha-row__item_date {
    font-size: 27px;
    line-height: 38px;
  }
  .afisha-row__item_time {
    font-size: 13px;
  }
  .afisha-row__item_city {
    font-size: 27px;
    line-height: 38px;
  }
  .afisha-row__item_name {
    font-size: 13px;
  }

  .afisha-row .afisha-row__item:nth-child(1) {
    width:25%;
  }
  .afisha-row .afisha-row__item:nth-child(2) {
    width:25%;
  }
  .afisha-row .afisha-row__item:nth-child(3) {
    width:50%;
  }
}

@media (min-width:768px) and (max-width:1100px) and (orientation:portrait) {
  .background-shatz {
    background-image: url('/images/new/7575_mob.jpg');
  }
}

@media (max-width:880px) {
  .background-shatz {
    background-image: none;
    overflow: hidden;
  }

  .background-shatz-mobile {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #000;
  }

  .background-shatz-mobile img {
    width: 100%;
    opacity: 0.5;
  }

  .full-screen-idea {
    min-height: 0;
  }

  .background-shatz .slider-typography {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media (max-width:991px) {
  #accordion .dropdown > a {
    padding: 14px 15px 13px;
  }
}

@media (orientation:portrait) {
  .video-iframe-wrap {
    padding: 35.5vh 10%;
    width: 100vw;
  }
}

@media (max-width:767px) {

  h2 {
    font-size: 24px;
  }

  section.idea {
    padding: 50px 0px 30px 0px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    right: 30px;
  }

  .back-main {
    margin-top: 127px;
  }

  .video-iframe-wrap {
    padding: 35.5vh 0%;
  }

  .contacts-title {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .contacts-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .contacts-info {
    margin-top: 15px;
  }

  .background-shatz {
    background-image: none;
    overflow: hidden;
  }

  .background-shatz-mobile {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #000;
  }

  .background-shatz-mobile img {
    width: 100%;
    opacity: 0.5;
  }

  .full-screen-idea {
    min-height: 0;
  }

  .background-shatz .slider-typography {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .first-btn {
    margin-right: calc(8 * 100vw / 360);
  }

  .second-btn {
    margin-left: calc(0 * 100vw / 360);
    /* margin-left: calc(0 * 100vw / 360); */
  }

  .idea-h1 {
    margin-bottom: calc(8 * 100vw / 360);
  }

  .btn.btn-idea {
    height:calc(36 * 100vw / 360) !important;
    line-height: calc(32 * 100vw / 360) !important;
    min-width: calc(132 * 100vw / 360) !important;
    font-size: calc(12 * 100vw / 360) !important;
  }

  .idea-h5 {
    font-size: calc(18 * 100vw / 360);
    line-height: calc(24 * 100vw / 360);
    margin-bottom: calc(10 * 100vw / 360);
  }

  .idea-name-event {
    display: none;
  }

  .idea-time-event {
    font-size: calc(18 * 100vw / 360);
    line-height: calc(24 * 100vw / 360);
    margin-bottom: 1px !important;
  }

  .idea-place-event {
    font-size: calc(12 * 100vw / 360);
    line-height: calc(17 * 100vw / 360);
    margin-bottom: 2px !important;
  }

  .afisha {
    text-align: left;
  }

  .afisha-row {
    flex-direction: column;
    padding-bottom: calc(47 * 100vw / 360);
    padding-top: calc(82 * 100vw / 360);
    height: auto;
  }

  .afisha-row__item {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    align-items: flex-start;
  }

  .afisha-row__item_date {
    font-size: calc(20 * 100vw / 360);
    line-height: calc(29 * 100vw / 360);
  }

  .afisha-row__item_time {
    font-weight: 400;
    font-size: calc(18 * 100vw / 360);
    opacity: 0.55;
    line-height: calc(25 * 100vw / 360);
    margin-top: calc(15 * 100vw / 360);
  }

  .afisha-row__item_city {
    font-size: calc(20 * 100vw / 360);
    position: absolute;
    top: calc(50 * 100vw / 360);
    line-height: calc(29 * 100vw / 360);
  }

  .afisha-row__item_name {
    font-weight: 400;
    font-size: calc(18 * 100vw / 360);
    opacity: 0.55;
    line-height: calc(25 * 100vw / 360);
    margin-top: calc(3 * 100vw / 360);
  }

  .afisha-row:first-child {
    border-top:0px solid #363636;
    padding-top: calc(22 * 100vw / 360);
  }

  .afisha-row__item_tickets {
    margin-top: calc(19 * 100vw / 360);
  }

  .afisha-row:first-child .afisha-row__item_city {
    top: calc(-9 * 100vw / 360);
  }

  .footer-logo {
    transform: translate(23px, 0px);
  }
}
