.b-afisha {
    background-color: #eb8571;
}
.b-page__top, .b-page__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}
.b-page__typical{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.b-page__bottom {
    margin-top: 30px;
}
.b-calendar {
    padding: 15px;
    box-sizing: border-box;
    height: 426px;
    background-color: #fff;
    color: #838384;
    position: relative;
}
.calendar__input {
    width: 100%;
    height: 35px;
    color: #343434;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #c0392b;
    position: relative;
}
.calendar__input-wrap {
    position: relative;
    margin-bottom: 15px;
}
.calendar__input-label {
    z-index: 5;
    content: '';
    display: block;
    width: 35px;
    height: 33px;
    background-color: #c0392b;
    background-image: url('../img/sprites.png');
    background-position: -8px -810px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 1px;
}
.calendar__events-list {} .calendar__event {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    padding-left: 15px;
}
.calendar__event:nth-child(2n+1) {
    background-color: #f0f0f0;
}
.calendar__link {
    display: block;
    align-self: center;
    color: #2b71c9;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 300;
    font-size: 1.2em;
}
.calendar__link:hover{
    color:  #c0392b;
    text-decoration: underline;
}
.calendar__event-time{
	width: 70px;
	text-align: center;
    align-self: center;
    color: #343434;
    position: relative;
    font-size: 1.3em;
}
.calendar__events-wrap{
	height: 350px;
	overflow: auto;
}
.calendar__event-time::before{
	width: 1px;
	content: '';
	position: absolute;
	left: -1px;
	display: block;
	top: -8px;
	height: 30px;
	background-color: #585858;
	opacity: 0.1;
}
.b-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-info {
    display: inline-block;
    width: 230px;
    height: 240px;
    position: relative;
    margin-bottom: 20px;
}
.info__img {
    height: 175px;
    overflow: hidden;
}
.info__img > img, .b-calendar img {
    max-width: 100%;
}
.info__bottom {
    position: absolute;
    bottom: 0;
    display: block;
    height: 65px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 12px;
    line-height: 2.2em;
}
.info__title {
    font-size: 2em;
    color: #343434;
    font-weight: 600;
    text-transform: uppercase;
}
.info__text {
    font-size: 1.6em;
    color: #116bb8;
}
