* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.big_news_img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}


.history {
	margin-top: 40px;
}

.history__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.history__block {
    flex: 1 1 28%;
    display: grid;
    margin: 0 12px;
    max-width: 48%
}

.history__block-first {
    flex: 1 1 45%
}

.history__block_img {
    width: 100%;
    margin: 24px 0 12px 0
}

.history__block_img img {
    width: 100%;
    height: 100%
}

.pride__list {
    margin: 0;
    padding: 0 0 0 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #00284c
}

.pride__teacher {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166;
    margin: 12px 0 0 0
}

.pride__teacher span {
    font-weight: 600;
    color: #00284c
}

.rules .hidden {
    display: none
}

.rules__wrapper {
    display: flex;
	margin-bottom: 24px;
}

.rules__wrapper_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 24px;
    width: 352px;
    min-height: 100px;
    background: #f7fbff;
    box-shadow: 0 4px 15px rgba(0, 66, 127, .07);
    padding: 24px 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #00284c;
    transition: all .25s ease-in-out
}

.rules__wrapper_btn-active {
    border: 1px solid #006ed4;
    color: #006ed4
}

.rules__wrapper_btn:hover {
    color: #006ed4
}

.rules__wrapper_img {
    margin-right: 10px
}

.rules__card_warning {
    margin-top: 24px;
    margin-bottom: 12px;
    width: 50%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #00284c
}

.rules__card_warning span {
    color: #006ed4
}

.rules__card_item {
    margin-bottom: 12px
}

.rules__card_item-header {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166
}

.rules__card_item ul {
    padding: 0 0 0 25px;
    margin: 0
}

.rules__card_item ul li {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166
}


.rules__card_table {
    margin-top: 40px;
    margin-bottom: 40px
}

.rules__card_table-header {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00284c
}

.rules__card_table-wrapper {
    margin-top: 12px;
    width: 100%;
    border-collapse: collapse;
	overflow-x: scroll;
    display: inline-block;
}

    .rules__card_table-wrapper::-webkit-scrollbar {
        height: 4px;
        background-color: #fff;
		width: auto;
    }

    .rules__card_table-wrapper::-webkit-scrollbar-thumb {
        background-color: #324148;
        width: 97px;
		height: 4px;
    }
    .table__scroll {
        overflow: auto;
        position: relative;
		width: 1067px
    }

.rules__card_table-wrapper td {
	font-family: 'Inter';
    width: auto;
    padding: 10px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166;
	border-left: 1px solid #c3e2ff;
	text-align: center;
}

.rules__card_table-wrapper td:nth-child(1) {
    text-align: left;
    border-left: none;
}

.rules__card_table-wrapper td span {
    font-weight: 700;
    color: #5b6166
}

.rules__card_table-wrapper thead td {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #00284c;
    background-color: #f8f9fa
}

.rules__card_table-wrapper tr:nth-child(2n) {
    background-color: #f8f9fa
}

.rules__card_descr {
    margin-top: 12px
}

.rules__card_descr-text {
    margin-top: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166
}

.rules__card_descr-text span {
    font-weight: 700;
    color: #5b6166
}

.teacher__list_item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    border: none;
    padding: 12px 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c3e2ff;
    transition: all .25s ease-in-out
}

.teacher__list_item:hover .teacher__list_item-text {
    color: #006ed4
}

.teacher__list_item:hover svg path {
    fill: #006ed4
}

.teacher__list_item-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00284c;
    text-align: left;
    transition: all .25s ease-in-out
}

.teacher__list_item-text-active {
    color: #006ed4
}

.teacher__list_item-arrow-active {
    transform: rotate(180deg)
}

.teacher__list_item-arrow-active svg path {
    fill: #006ed4;
    transition: all .25s ease-in-out
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.media {
    display: grid;
    grid-template-columns: repeat(4, 256px);
    gap: 24px;
    grid-auto-rows: auto
}

.media__block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 66, 127, .07);
	height: 300px
}

.media__block .new_main_bottom_info {
    padding: 24px 16px;
	min-height: 160px;
}

.media__block_img {
    width: 100%;
    height: 140px;
    overflow: hidden
}

.media__block_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .25s ease-in-out
}

.media__subtitle {
    margin-bottom: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166;
	margin-top: 12px;
}
.media__subtitle span {
    font-weight: 700;
}

.news__card:hover .img_wrapper img {
    transform: scale(1.1);
    transition: all .25s ease-in-out
}

.news__card .img_wrapper {
    overflow: hidden;
	height: 133px;
		
}

.news__card .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .25s ease-in-out
}

.main_slider-transform {
    margin-bottom: 56px;
	max-width: 1067px !important;
}

.main_slider_container .itc-slider__btn_prev-transform {
    left: 0;
    background: rgba(245, 245, 245, .7)
}

.main_slider_container .itc-slider__btn_prev-transform:hover {
    background-color: #fff
}

.main_slider_container .itc-slider__btn_next-transform {
    right: 0;
    background: rgba(245, 245, 245, .7)
}

.main_slider_container .itc-slider__btn_next-transform:hover {
    background-color: #fff
}

.main_slider_container .itc-slider__indicators-transform {
    bottom: -33px;
    margin: 0;
    padding: 0
}

.video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    grid-auto-rows: auto
}

.video__item {
    height: 140px;
	position:relative;
}

.video__btn {
	position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
	background: rgba(50,65,72,0.7);
	display: flex;
    align-items: center;
    justify-content: center;
}

.video__btn svg {
	cursor: pointer;
	transition: all .25s ease-in-out
}

.video__btn svg:hover {
	transform: scale(1.3);
}


.video__item video {
	height: 100%;
}
.news {
    min-height: 304px
}

.news__img {
    margin-bottom: 12px;
    height: 100%;
    object-fit: cover
}

.news__links {
    margin-top: 40px;
	margin-bottom: 15px;
}

.news__links span {
    cursor: pointer;
    margin-right: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #00284c
}

.news__links span:hover {
    color: #006ed4
}

.contacts__wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px
}

.contacts__text {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166
}

.contacts__text-hover {
    cursor: pointer;
    transition: all .25s ease-in-out
}

.contacts__text-hover:hover {
    color: #006ed4
}

.contacts__icon {
    margin-right: 4px;
    display: flex;
    text-align: center
}

.contacts__mail {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #00284c
}

.contacts__svg {
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
    transition: all .25s ease-in-out
}

.contacts__svg:hover svg path {
    fill: #d8dfe3
}

.contacts__svg svg {
    transition: all .25s ease-in-out
}

.contacts__svg svg path {
    transition: all .25s ease-in-out
}

.contacts__map {
    height: 350px;
    margin-top: 24px
}

.contacts__map iframe {
    height: 100%;
    width: 100%
}

.map__title {
    cursor: pointer;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #00284c;
    padding: 12px 16px;
    border-left: 2px solid #00427f;
    transition: all .25s ease-in-out
}

.map__title_list {
    display: block;
    border-left: 2px solid #006ed4;
    margin-top: 24px;
}

.map__title:hover {
    color: #006ed4;
}

.map__list {
    margin-top: 24px;
    margin-left: 16px;
    list-style-type: none;
}

.map__list ul {
    list-style: disc;
}

.map__list ul li {
    margin-left: 38px;
}

.map__list ul li::marker {
    color: #00284c;
	transition: all .25s ease-in-out;
}

.map__list_item {
    display: block;
    cursor: pointer;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #00284c;
    padding: 8px 0;
    transition: all .25s ease-in-out
}

.map__list_item:hover {
    color: #006ed4
}

.news {
    display: grid
}

.title {
    margin-bottom: 40px;
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    color: #00284c
}

.title-second {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
    margin-top: 0
}

.title-second-mt28 {
    margin-top: 28px
}

.title-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #5b6166;
    margin-bottom: 0
}

@media(max-width:1100px) {
    .title {
        font-size: 24px;
        margin-bottom: 40px
    }
    .title-second {
        margin-bottom: 12px
    }
    .title-text {
        font-size: 14px;
		margin-bottom: 0;
    }
}

@media(max-width:578px) {
    .title {
        margin: 24px 0
    }

    .title-history {
        margin-bottom: 24px
    }

    .title-second {
        margin: 0 0 12px 0
    }

    .title-text {
        margin: 0
    }
	.video__btn {
		display: none;
	}
}

.news__pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    margin-top: 40px;
    justify-content: center;
    display: grid;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00284c;
    height: auto
}

.news__pagination-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.news__pagination-list li {
    min-width: 36px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 66, 127, .07)
}

.news__pagination-list .news__pagination-active-page a {
    color: #fff;
}

.news__pagination-list li a {
    color: #00284C;
}

.news__pagination-link svg {
    width: 24px;
    display: block
}

.news__pagination-item:hover {
    background-color: #006ed4
}

.news__pagination-item:hover a {
    color: #fff
}

.news__pagination-active-page {
    background: #006ed4
}

.news__pagination-active-page a {
    color: #fff
}

@media(max-width:1550px) {
	.media {
        grid-template-columns: repeat(3, 256px)
    }
	.video {
        grid-template-columns: repeat(3, 256px)
    }
	.table__scroll {
		width: 960px;
    }
}
@media(max-width:1412px) {
	.table__scroll {
		width: 860px;
    }
}
@media(max-width:1320px) {
	.table__scroll {
		width: 800px;
    }
}

@media(max-width:1260px) {
	.media {
        grid-template-columns: repeat(2, 256px)
    }
	.video {
        grid-template-columns: repeat(2, 1fr)
    }
	.table__scroll {
		width: 750px;
    }
}

@media(max-width:1199px) {
	.rules__wrapper_btn {
		width: auto;
	}
	.table__scroll {
		width: 650px;
    }
}

@media(max-width:1100px) {
	.table__scroll {
		width: 90vw;
    }
    .left_bar_menu_wrapper {
        order: 1
    }

    .body_section.content_simple_page {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .content_wrapper {
        margin-bottom: 0
    }

    .body_section.content_simple_page .left_menu {
        margin: 0
    }

    .body_section.content_simple_page {
        padding-bottom: 60px
    }
	.media {
        grid-template-columns: repeat(3, 1fr)
    }
	.video {
        grid-template-columns: repeat(3, 1fr)
    }
	.rules__wrapper_btn {
		width: 352px;
	}
}
@media(max-width:827px) { 
	.video {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .rules__wrapper {
        display: grid;
        gap: 24px;
        justify-content: center
    }

    .rules__wrapper_btn {
        margin-right: 0
    }
}
@media(max-width:670px) {
	.history__wrapper {
        margin: 0
    }

    .history__block {
        margin: 0;
        max-width: 100%;
        flex: auto
    }
	.rules__card_table-wrapper {
        overflow-x: scroll;
        display: inline-block;
    }

    .rules__card_table-wrapper::-webkit-scrollbar {
        height: 4px;
        background-color: #d8dfe3
    }

    .rules__card_table-wrapper::-webkit-scrollbar-thumb {
        background-color: #324148;
        width: 97px
    }

    .rules__card_table-wrapper td {
        padding: 10px 16px;
        min-width: 192px
    }
    .media {
        grid-template-columns: 1fr 1fr
    }
}
@media(max-width:578px) {

    .breadcrumbs_wrapper>p,
    .breadcrumbs_wrapper>p>a {
        font-size: 12px
    }

    .body_section.content_simple_page {
        gap: 40px
    }

    .content_wrapper {
        margin-top: 24px
    }

    .page_content .one_employee_wrapper {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px auto;
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 12px
    }

    .one_employee_image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .one_employee_wrapper .employee_job_title {
        margin-bottom: 12px
    }

    .rules__wrapper {
        justify-content: center
    }

    .rules__wrapper_btn {
        width: 288px
    }

    .rules__card_warning {
        width: 100%
    }



    .news__pagination-list {
        gap: 10px
    }

    .video {
        grid-template-columns: repeat(2, 1fr)
    }

    .news {
        min-height: 188px
    }
	
    .video {
        grid-template-columns: auto;
		justify-content: center;
    }
}

@media(max-width:440px) {

    .media {
        grid-template-columns: 1fr
    }

    .contacts__map {
        height: 188px
    }

    .news_page .news__card .img_wrapper {
        display: none
    }
}
