.lectures__box {
	display: flex;
	flex-direction: column;
}

.lectures__row {
	display: flex;
	margin-bottom: 15px;
	background: #F6F9FB;
	border-radius: 3px;
}

.item-lectures {
	width: 100%;
	display: flex;
}

.item-lectures__col {
	display: flex;
	flex-direction: column;
	/* max-width: 35%; */
}

.item-lectures__col:first-child {
	/* justify-content: center; */
	background: #303464;
}

.item-lectures__col:nth-child(2) {
	padding: 30px;
}

.item-lectures__col:nth-child(2) {
	position: relative;
	display: flex;
	/* max-width: 65%; */
}

.item-lectures__link {
	height: 100%;
}

.item-lectures__link:after {
	display: none;
}

.item-lectures__img {
	width: 450px;
}

.item-lectures__title {
	margin-top: 0;
}

.item-lectures__text {
	font-size: .8em;
	margin-bottom: 25px;
}

.item-lectures__more {
	max-width: 225px;
	font-weight: 700;
	margin: auto 0 25px 0;
}

.item-lectures__more .link-more__arrow {
	opacity: 1;
}

.item-lectures__more .link-more__round {
	background: rgba(158, 159, 158, 0.3);
}

.list-lectures {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 20px;;
}

.list-lectures__item {
	font-size: .8em;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
	width: 45px !important;
	height: 45px !important;
	opacity: 1;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
	margin: -23px 0 0 0 !important;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
	font-size: 18px !important;
}

@media only screen and (max-width: 736px) {
	.item-lectures {
		flex-direction: column;
	}

	.item-lectures__img {
		width: 100%;
	}

	.item-lectures .item-lectures__more {
		font-size: 0.7em;
	}
}