.program-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e4f1;
}

.program-item::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 43px;
    background: url(img/programm-li.svg) center no-repeat;
    background-size: cover !important;
    vertical-align: middle;
    margin-right: 22px;
}

.program-list-time {
    font-weight: bold;
    font-size: 22px !important;
    color: #1E51BA;
    display: inline-block;
    width: 40% !important;
    vertical-align: middle;
}

.program-list-event {
    width: calc(100% - 330px);
    display: inline-block;
    margin-left: 25px;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    vertical-align: top;
}

.programm-place {
    font-size: 18px;
    color: #456090;
    font-weight: 600;
}

h3 {
    margin-bottom: 30px !important;
}

.anons-box {
    margin-bottom: 50px;
    background: #e5ebff;
    padding: 40px 40px 20px 40px;
    border-radius: 12px;
}
.anons-box .anons-name {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    color: #1b202d;
    margin-bottom: 12px;
}


.background-border {
    padding-top: 30px;
    border-top: 1px solid #c8cbd3;
}

.background-border .three-item {
    width: 100%;
}


.background-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Montserrat';
    padding: 80px 10px;
    background: #F1F4FA;
    margin-top: 70px;
    margin-bottom: 70px;
}

.background-box h3 {
    color: #213457;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 130% !important;
}

.buttons-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}


.message-page {
    padding: 30px 60px !important;
    font-size: 18px !important;
}

.message-page h3 {
    margin-bottom: 15px !important;
}


.item-box {
    margin-top: 60px;
}

.video-box {
    margin-top: 60px;
}
.video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.video-page-item-box {
    margin-bottom: 0 !important;
}


.three-items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}


.three-item {
    font-size: 20px;
    font-weight: 600;
}


.three-items {
    padding: 80px 10px;
    background: #F1F4FA;
    margin-top: 80px;
}

.three-items .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.three-items .three-item {
    font-size: 20px;
    font-weight: 600;
    width: calc((100% / 3) - 40px);
}

.three-item span {
    font-size: 16px;
    color: #637394;
}



@media (max-width: 768px) {
	.program-list-event {
		width: 100%;
    	display: table;
    	margin-top: 20px;
    	margin-left: 0;
	}

	.program-item::before {
		margin-right: 20px;
	}

    .video-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}