/* afishstyle.css */
	.afish-fish {
    margin-top: 40px;
    margin-bottom: 40px;
    /* background: antiquewhite; */
}
.ob-vse {
    display: flex;
    justify-content: center;
    align-items: center;
}
	.slide-desc a {
    color: #000;
    text-decoration: none;
}
.blockTitle.snBlock__title.tt_u.ta_c {
    font-size: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: 'DIN Condensed Light', sans-serif;
	font-weight: 600;
}
	.ispravlen {
    width: 100%;
}
	.button-bay {
	
	}
	.nice-sob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.slide-desc h1 {
    margin: 8px 0px 8px 0px;
}
	.line {
		border: 1px solid gray;
		margin-bottom: 20px;
	}
	.blij-spert .slide-desc img {
		width: 20px;
	}
	.blij-spert {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
	.blij-spert .widget-render {
    width: 100%;
}
   .showtimes {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

    ul#showtimesList {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .slide-text {
    width: 100%;
    /* margin: 10px; */
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .slide-desc {
        color: #000; /* Замените цвет текста на желаемый */
		width: 82%;
    }
.footer-text-container {
    margin-bottom: 20px;
    font-size: 1em;
    text-transform: math-auto;
}
	.subscribe-section-container {
    text-transform: math-auto;
}
    a.link_to_refer {
        display: inline-block;
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        background-color: white; /* Замените цвет фона на желаемый */
        color: #000;
        border: 1px solid black;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
    }

    a.link_to_refer:hover {
        background-color: black; /* Замените цвет фона на желаемый */
		color: white;
    }
    .calendar {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      max-width: 1500px;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
    }

    .calendar ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }

    .calendar li {
      text-align: center;
      padding: 15px;
      border: 1px solid #ddd;
      cursor: pointer;
      transition: background-color 0.3s ease-in-out;
      position: relative;
      user-select: none; /* Запрет выделения текста */
    }

    .calendar li:hover {
      background-color: #f5f5f5;
    }

    .current-day {
      background-color: #3498db;
      color: #fff;
      border-radius: 5px;
    }

    .day-of-week {
      font-size: 12px;
      color: #000;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      text-transform: uppercase;
    }

    .prev-month, .next-month {
      color: #bbb;
    }

    .navigation {
      display: flex;
      justify-content: space-between;
      margin: 10px;
    }

    .navigation button {
      padding: 10px;
      background-color: #3498db;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease-in-out;
    }

    .navigation button:hover {
      background-color: #2980b9;
    }

    .month-title {
      text-align: center;
      font-size: 18px;
      margin-bottom: 10px;
    }
	.blij-spert img {
    max-width: 300px;
    max-height: 200px;
}
	.blij-spert li {
		display: flex;
		align-items: center;
	}
	@media screen and (max-width: 890px) {
.ob-vse {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nice-sob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
		.slide-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
		.slide-desc {
    color: #000;
    width: 100%;
}
		.slide-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	}	