@media (max-width: 1400px) {
    .main-right__inner {
        display: none;
    }
    .main-button {
        position: absolute;
        bottom: 20%;
    }
    .button-courses {
        width: 250px;
    }
}
@media (max-width: 1200px) {
    .header-menu {
        display: none;
    }
    .header-row__right {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .header-botton {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 8px 0;
    }
    .video iframe {
        height: 325px;
    }
    .statistic .title, .new-format .title  {
        text-align: center;
    }
    .statistic .statistic-inner {
        margin: 0 auto;
    }

    .main .text {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .header-botton {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 8px 0;
    }
    .video iframe {
        height: 250px;
    }
    .statistic .statistic-inner {
        margin-bottom: 35px;
    }
    .main-inner {
    	width: 100%;
    }
    .main .text {
    	width: 100%;
    }
    .main .title {
    	text-align: center;
    }
    .history .text-block {
        padding: 24px;
    }
    .footer-partners .footer-partners-inner .text {
    	display: none;
    }
    .footer-partners {
        grid-row-gap: 8px;
        margin: 0;
    }
    .footer-partners .footer-partners-inner {
        justify-content: center;
    }
    .news-col {
    	flex-wrap: wrap;
    }
    .news-col .news-item {
        width: 100%;
    }
    .main-card {
        margin-top: 32px;
    }
    .new-format .cards {
    	flex-wrap: wrap;    
    }
    .new-format .cards .cards-inner {
    	width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .new-format .cards .cards-inner .text {
    	font-size: 20px;
        font-weight: bold;
    }
    .statistic .statistic-inner {
    	margin-bottom: 16px;
    	padding-bottom: 16px;
        border-bottom: 1px solid #DAE6FD;
    }
}
@media (max-width: 576px) {
    
}