@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "Georgia";

    font-display: swap;
    src: url("../fonts/Georgia.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "Georgia";

    font-display: swap;
    src: url("../fonts/Georgia-Bold.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 100;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Thin.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Light.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Regular.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Medium.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Bold.woff2") format("woff2");
}
@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-Black.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 100;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-ThinItalic.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 300;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-LightItalic.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 400;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-RegularItalic.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 500;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-MediumItalic.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 700;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-BoldItalic.woff2") format("woff2");
}
@font-face {
    font-style: italic;
    font-weight: 900;
    font-family: "Cera Pro";

    font-display: swap;
    src: url("../fonts/CeraPro-BlackItalic.woff2") format("woff2");
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow-x: hidden;
    box-sizing: border-box;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

body {
    min-width: 360px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    ;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

button:focus {
    outline: none;
}

button:disabled {
    opacity: .5;
    pointer-events: none;
}

input,
textarea {
    outline: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

input:disabled,
textarea:disabled {
    opacity: .5;
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 60px;
    border-radius: 10px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #ffffff;
    background: #0082e0;
    transition: all .3s;
}

.button--center {
    margin: 20px auto;
}

.button:hover {
    background: #579acb;
}

@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
}

.underline {
    text-decoration: underline;
}

.without-marker {
    list-style: none;
}

.mb-100 {
    margin-bottom: 100px;
}

.error .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error .button {
    margin-top: 40px;
}

.center {
    text-align: center;
}


.word-break {
    word-break: break-all;
}

.page-column {
    display: flex;
    align-items: center;
    gap: 20px;
}

.column .page-text {
    margin-bottom: 0;
}

.wp-block-embed-youtube,
.wp-block-embed-youtube iframe {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.wp-block-embed-youtube {
    display: none;
}

.is-show-iframe .wp-block-embed-youtube {
    display: block;
}


/*---------------------------- page -----------------*/
.page {
    padding: 40px 0;
}

.page li {
    margin-bottom: 15px;
}

.page-wrap {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
}

.page-image img {
    max-height: 80vh;
}

.page-video {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-video a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.page-video a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 90px;
    height: 90px;
    background-image: url("assets/theme/images/icon-youtube.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.page-video a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}

.page-video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.page-video::after {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
}

.page-top {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.page-title {
    margin: 0 0 58px;
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #000000;
}

.page-image {
    border-radius: 12px;
    overflow: hidden;
}

.page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-top .page-image {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 0;
}

.page-link {
    color: inherit;
    transition: color 0.3s ease;
}

.page-link:hover {
    color: #0082E0;
}

.page-top .title {
    text-align: end;
    max-width: 750px;
    margin-left: auto;
    margin-bottom: 20px;
}

.page-top .column {
    text-align: end;
    max-width: 750px;
    margin-left: auto;
}

.page-text {
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    margin-bottom: 50px;
    text-align: justify;
}

.page-text.center {
    text-align: center;
}

.page-text .image-left {
    width: 400px;
    max-width: 30%;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 12px;
}

.page-text .image-right {
    width: 400px;
    max-width: 30%;
    height: auto;
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 12px;
}

.page-text p {
    margin: 0 0 10px;
}

.page .title--h3 {
    margin-bottom: 30px;
    text-align: center;
}

.page-list {
    margin-bottom: 50px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    color: #000000;
}

.page-gallery {
    margin-bottom: 80px;
}

.page__cards {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.page-recommend__title {
    margin-bottom: 20px;
    font-family: "Georgia";
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    color: #000;
}

.page-recommend__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-recommend__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
}

.page-recommend__date {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000;
}

.page-recommend__text {
    max-width: 370px;
    font-family: "Cera Pro";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    color: #000;
}


@media (max-width: 1024px) {
    .page-top {
        flex-direction: column;
    }
    
    .page-title {
        margin-bottom: 48px;
        font-size: 30px;
    }

    .page-top .title {
        text-align: start;
    }

    .page-top .page-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
  .page-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
    .page-wrap {
        grid-template-columns: 1fr;
    }
    
    .page-top .page-image {
        width: 260px;
        height: 260px;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {

    .page-text .image-right,
    .page-text .image-left {
        width: 100%;
        max-width: 100%;
    }

    .page {
        padding: 30px 0;
    }
    
    .page-title {
        font-size: 26px;
    }
}


/* ----------------- text-with-image ----------------*/

.text-with-image {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.text-with-image .page-image {
    width: 400px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    align-self: flex-start;
}

@media (max-width: 1024px) {
    .text-with-image {
        flex-direction: column;
    }
}

/*---------------------------- quote -------------------------*/

.quote {
    justify-self: flex-end;
    text-align: end;
    margin: 0 0 20px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    text-align: right;
    max-width: 500px;
    margin-left: auto;
}

.quote cite {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

/* --------------------------- video -----------------------*/

.video .container {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
}

.video .title--h1 {
    margin-bottom: 30px;
}

.video__content {
    display: flex;
    flex-direction: column;
}

.video__img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.video__img a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video__img a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 90px;
    height: 90px;
    background-image: url("https://malitikov.ru/wp-content/themes/malitikov/assets/img/svg/icon-youtube.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.video__img a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}

.video__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.video__img::after {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
}

@media (max-width: 768px) {
    .video .container {
        grid-template-columns: 1fr;
    }
}

/*------------------------- grids -------------------------*/

.grid-6 {
    display: grid;

    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.grid-5 {
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.grid-4 {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
}

.grid-3 {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.grid-2 {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid {
    display: grid;

    grid-template-columns: 1fr;
    gap: 30px;
}

@media (max-width: 1240px) {
    .grid-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {

    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {

    .grid-5,
    .grid-6,
    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* --------------------------------- titles-------------------*/
.title {
    margin: 0;
    font-family: "Georgia";
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    color: #000000;
}

.title--h1 {
    font-size: 44px;
    margin-bottom: 30px;
}

.title--h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.title--h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.title--h4 {
    font-size: 26px;
    margin-bottom: 20px;
}


@media (max-width: 1024px) {
    .title--h1 {
        margin-bottom: 30px;
        font-size: 38px;
    }

    .title--h2 {
        font-size: 30px;
    }

    .title--h4 {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .title--h1 {
        font-size: 32px;
    }

    .title--h2 {
        font-size: 28px;
    }


    .title--h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .title--h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .title--h2 {
        font-size: 20px;
    }

    .title--h3 {
        font-size: 20px;
    }

    .title--h4 {
        font-size: 16px;
    }
}

/*---------------------------- links -----------------*/

.link {
    margin-bottom: 20px;
}

.link a {
    color: #0082e0;
    transition: all .3s;
    cursor: pointer;
}

.link a:hover {
    color: #000000;
}


/*-----------------------card-------------------------*/

.card {
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.card a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.card__extra {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 34px;
    border-radius: 0 12px;
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    background: #ffffff;
}

.card__image {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.grid-2 .card__image {
    height: 360px;
}

.grid-3 .card__image {
    height: 270px;
}

.card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card__image canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px;
}

.card__title {
    font-family: "Cera Pro";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    color: #000000;
    transition: all .3s;
    flex: 1;
    margin-bottom: 20px
}

.card a:hover .card__title {
    color: #0082e0;
}

.card a:hover .card__image img {
    transform: scale(1.2);
}

.card:hover .card__image canvas {
    transform: scale(1.2);
}

.card__more {
    display: flex;
    align-items: center;
}

.card__more-text {
    margin-right: 6px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #000000;
}

.card__more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0082e0;
    transition: all .3s ease;
}

.card a:hover .card__more-icon {
    background: #579acb;
}

.grid-6 .card__title {
    font-size: 14px;
}

.grid-6 .card__image {
    height: 200px;
}

.grid-6 .card__more-text {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .card__title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .card__image {
        width: 100%;
        height: 230px;
    }

    .articles .card a {
        flex-direction: column;
    }

    .articles .card__image {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (max-width: 480px) {
    .card {
        width: 330px;
        margin: 0 auto;
    }

    .card__image {
        height: 200px;
    }
}

/* ----------------------- list-video -------------------- */

.list-video__wrap {
    display: flex;
    flex-direction: column;

}

.list-video h2 {
    margin-bottom: 30px;
    text-align: center;
}

.list-video__img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 40px;
    background-color: #000000;
}

.list-video__img a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.list-video__img a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 90px;
    height: 90px;
    background-image: url("https://malitikov.ru/wp-content/themes/malitikov/assets/img/svg/icon-youtube.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.list-video__img a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
}

.list-video__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*------------------gallery-----------*/

.gallery__img {
    width: 100%;
    height: auto;
}

.gallery__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*--------------------------------founders-------------------*/

.founders .title--h4 {
    text-align: center;
    margin-bottom: 40px;
}

.founders .card__image {
    padding: 10px;
}

.founders .card__image img {
    object-fit: contain;
}

.founders .card__title {
    text-align: center;
}

/*------------------------------------docs--------------*/

.docs .card__image {
    height: 400px;
}

.docs .card__image img {
    object-fit: contain;
}

.docs .card__title {
    text-align: center;
}

/*---------------------articles----------------*/

.articles .card {
    display: flex;
    flex-direction: row;
}

.articles .card__image {
    width: 300px;
    height: 450px;
    margin-right: 40px;
}

.articles .card__image img {
    object-fit: contain;
}

.articles .card__title {
    flex: 0;
}

.articles .card__info {
    color: #000000;
}

.articles a {
    color: inherit;
}

.articles a::before {
    color: inherit;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
} 

/*----------------events---------------*/

.events h2 {
    margin-bottom: 20px;
}

.events h3 {
    margin-bottom: 20px;
}

.events ul {
    margin-bottom: 30px;
}

/* Основной контейнер пагинации */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}

/* Стили для всех ссылок */
.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    color: #0082E0;
    border: 1px solid #0082E0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Стили для текущей страницы */
.page-numbers.current {
    background-color: #0082E0;
    color: #ffffff;
    border: 1px solid #0082E0;
}

/* Стили для ссылок на предыдущую и следующую страницы */
.page-numbers.prev,
.page-numbers.next {
    background-color: #fff;
    color: #0082E0;
    border: 1px solid #0082E0;
    font-weight: 700;
}

/* Стили для точек многократной пагинации */
.page-numbers.dots {
    padding: 10px 15px;
    color: #666666;
}

/* Удаление подчеркивания и изменение цвета при наведении */
.page-numbers:hover {
    background-color: #0082E0;
    color: #ffffff;
    text-decoration: none;
}

.sub-cats {
    margin-bottom: 50px;
}

hr {
    margin: 50px 0;
}

.leaders {
    margin-bottom: 50px;
}

.leaders .card__image {
    aspect-ratio: 4 / 5;
    height: auto;
}

.leaders .card__text {
    color: #000;
    margin: 0 0 15px;
    flex: 1;
}

.leaders .card__title {
    flex: none;
    text-align: center;
}

.leaders~.page-content p {
    margin: 0 0 10px;
    text-align: justify;
}

.page-img {
    width: 25%;
    float: left;
    margin: 0 20px 10px 0;
}

.page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media(max-width: 1024px) {
    .page-img {
        width: 50%;
    }
}

@media(max-width: 540px) {
    .page-img {
        width: 100%;
    }

}

.page-images {
    margin: 30px 0;
}

.page-images .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-images .swiper-slide {
    width: 100%;
    height: auto;
    max-height: 700px;
}

.page-images .swiper-button-next,
.page-images .swiper-button-prev {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transition: background 0.3s ease;
}


.page-images .swiper-button-next:hover,
.page-images .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
}

.page-images .swiper-button-next:after,
.page-images .swiper-button-prev:after {
    font-size: 30px;
}

.page-images .swiper-button-next:after {
    transform: translateX(2px);
}

.page-images .swiper-button-prev:after {
    transform: translateX(-2px);
}

.page-images .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width: 1240px) {
    .page-images .swiper-slide {
        max-height: 500px;
    }
}

.page-content p {
    margin: 15px 0;
}

@media(max-width: 1024px) {
    .page-images .swiper-slide {
        max-height: 350px;
    }
}

.disclaimer {
    display: flex;
    justify-content: center;
    padding: 5px 40px;
    color: #fff;
    background-color: #0082e0;
    font-size: 18px;
    text-align: center;
}

.header {
    margin-bottom: 42px;
}

.header ul {
    list-style: none;
}

.header__container {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cfcfcf;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 40px;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    gap: 30px;
}

.header__logo-text {
    display: none;
}

.header__lang-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.header__menu-link {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header__menu-link[href="#"] {
    pointer-events: none;
}

.header__menu-link:hover {
    color: #0082e0;
}

.header__menu-link.active {
    color: #0082E0;
}

.header__visually {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #0082e0;
    ;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header__visually-icon {
    fill: #0082e0;
    width: 30px;
    height: 12px;
}

.header__visually:hover {
    background: #0082e0;
}

.header__visually:hover path {
    fill: #ffffff;
}

.header-submenu {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 20px;
    transform: translateY(100%);
    display: none;
    width: 300px;
    padding: 15px 0;
    background: #fff;
    border-radius: 0 12px 12px 12px;
    -webkit-box-shadow: 7px 7px 25px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 25px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px 25px 1px rgba(0, 0, 0, 0.5);
}

.header-submenu .header-submenu {
    right: -70%;
    bottom: 15px;
    left: auto;
}

.header-submenu .header-submenu .header-submenu {
    left: -60%;
    bottom: 15px;
    border-radius: 12px 0 12px 12px;
}

.header-submenu .header-submenu .header-submenu .header-submenu {
    right: -70%;
    bottom: 15px;
    left: auto;
    border-radius: 0 12px 12px 12px;
}

@media (max-width: 1024px) {
    .header-submenu {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        display: none;
        width: 100%;
        padding: 15px 0;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
    }

    .header-submenu .header-submenu,
    .header-submenu .header-submenu .header-submenu,
    .header-submenu .header-submenu .header-submenu .header-submenu {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
}

.sub-menu-item {
    padding: 10px 30px 10px 15px;
    transition: background-color 0.3s ease;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:after {
    content: "\f078";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    transition: transform 0.3s ease;
}

.menu-item-has-children.is-active:after {
    color: #0082E0;
}

.main-menu-item.is-active>a,
.sub-menu-item.is-active>a {
    color: #0082E0;
}

.menu-item-has-children.is-active>.header-submenu {
    display: block;
}

.menu-item-has-children.is-active:after {
    transform: rotate(-180deg);
}

.header-submenu .menu-item-has-children:after {
    top: 10px;
}

@media (min-width: 1024px) {
    .menu-item-has-children:after {
        content: "\f054";
        display: none;
    }

    .menu-item-has-children:hover:after {
        color: #0082E0;
    }

    .header-menu .main-menu-item.menu-item-has-children:after {
        display: none;
    }
    
    .header-submenu .menu-item-has-children:after {
        display: block;
    }
    
    .sub-menu-item .header__menu-link {
        display: inline;
    }

    .header-submenu li:hover {
        background-color: rgba(0, 130, 224, 0.3);
    }

    .header-submenu li:after:hover {
        color: rgba(0, 130, 224, 1);
    }
    
    .header__menu-item {
        position: relative;
    }

    .header__menu-item:hover>.header-submenu {
        display: block;
    }
}

@media (max-width: 1024px) {
    .header__visually {
        width: 40px;
        height: 40px;
    }
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 700;
    color: #000000;

    gap: 5px;
}

@media (max-width: 1024px) {
    .header__lang-desktop {
        margin-left: auto;
    }

    .header__button-wrapper {
        display: flex;

        gap: 20px;
    }

    .header__logo-text {
        display: block;
        font-family: "Cera Pro";
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 18px;
        color: #000000;
    }

    .header__logo-wrap {
        display: flex;
        align-items: center;
    }

    .header__logo {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .header {
        margin-bottom: 38px;
    }
}

@media (max-width: 600px) {
    .header {
        margin-bottom: 20px;
    }

    .header__menu-link {
        font-size: 16px;
    }
}

.header__button-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 400px) {
    .header__content {
        gap: 20px;
    }

    .header__button-wrapper {
        gap: 10px;
    }

    .header__lang-desktop {
        margin: 0;
    }
}


.hero__container {
    padding-bottom: 40px;
}

.hero__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.hero__quote-wrap {
    display: flex;
    flex-direction: column;
}

.hero__content-heading {
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%;
    color: #000000;
}

.hero__content-quote {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    text-align: right;
}

.hero__content-quote-author {
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    text-align: right;
}

@media (max-width: 1024px) {
    .hero__content-heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero__content-heading {
        font-size: 30px;
    }

    .hero__content-quote {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .hero__content {
        margin-bottom: 32px;
    }
}

@media (max-width: 600px) {
    .hero__container {
        padding-bottom: 30px;
    }

    .hero__content {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .hero__content-heading {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .hero__quote-wrap {
        text-align: right;
    }
}


.president__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.president__content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 55px;
}

.president__heading {
    margin-bottom: 30px;
    font-family: "Georgia";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    color: #000000;
}

.president__text {
    max-width: 756px;
    margin-bottom: 50px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}

.president__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.president__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.heading-768 {
    display: none;
}

@media (max-width: 1024px) {
    .president__content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .president__heading {
        max-width: 270px;
        font-size: 30px;
    }

    .president__text {
        margin-bottom: 40px;
    }

    .president__text-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .president__heading {
        width: 100%;
        max-width: 530px;
        font-size: 28px;
    }

    .president__content {
        grid-template-columns: 1fr;
    }

    .president__heading {
        display: none;
    }

    .heading-768 {
        display: block;
    }

    .president__image {
        order: -1;
    }

    .president__text {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .president__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .heading-768 {
        max-width: 240px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .president__content {
        gap: 20px;
    }

    .president__button {
        width: 100%;
    }
}

.facts {
    padding-top: 40px;
    padding-bottom: 40px;
}

.facts__container {
    padding-top: 92px;
    padding-bottom: 92px;
    background-image: url("/assets/theme/images/planets-1440.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facts__heading {
    margin-bottom: 33px;
    font-family: "Georgia";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    color: #ffffff;
}

.facts__text {
    max-width: 635px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .facts__container {
        padding-top: 102px;
        padding-bottom: 102px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .facts__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .facts__container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .facts__heading {
        font-size: 28px;
    }

    .facts__text {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .facts {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .facts__container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .facts__heading {
        max-width: 270px;
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.history__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.history__heading {
    margin-bottom: 43px;
    font-family: "Georgia";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    color: #000000;
    text-align: center;
}

.history__list {
    display: flex;
    justify-content: space-between;
    background-image: url("/assets/theme/images/dotted-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    list-style: none;
}

.history__list-btn {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #000000;
    background: #efefef;
    transition: all .3s ease;
}

.history__list-btn.active {
    border: 1px solid #0082e0;
    color: #0082e0;
    background: #ffffff;
}

.history__list-btn:hover {
    border: 1px solid #0082e0;
    color: #0082e0;
    background: #ffffff;
}

.history__image {
    border-radius: 20px;
}

.history__tabs-wrap {
    display: none;
}

.history__tabs-wrap.active {
    display: flex;
    justify-content: center;
    animation-name: fade-in;
    animation-duration: .7s;
}

.history__text-wrap {
    display: flex;
    flex-direction: column;
    max-width: 579px;
}

.history__tabs-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;

    gap: 30px;
}

.history__tab-heading {
    margin-bottom: 30px;
    font-family: "Georgia";
    font-size: 71px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    color: #000000;
}

.history__tab-text {
    margin-bottom: 37px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}

.history__more-wrap {
    display: flex;
    align-items: center;
}

.history__more {
    margin-right: 6px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #000000;
}

.history__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0082e0;
    transition: all .3s ease;
    ;
}

.history__arrow:hover {
    background: #579acb;
}

.history__slider-btn {
    display: none;
    flex-shrink: 0;
}

.history__slider-btn[data-prev-btn] img {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .history__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .history__text-wrap {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .history__heading {
        font-size: 28px;
    }

    .history__image {
        display: none;
    }

    .history__tab-heading {
        margin-right: auto;
        margin-left: auto;
        font-size: 50px;
    }

    .history__tabs-content {
        gap: 0;
    }

    .history__text-wrap {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .history__tab-text {
        margin-bottom: 30px;
    }

    .hidden-btn {
        display: none;
    }

    .history__slider-btn {
        display: flex;
    }

    .history__list-wrap {
        display: flex;
        align-items: center;
    }

    .history__list {
        width: 100%;
        justify-content: space-around;
    }

    .history__list-item {
        display: none;
        margin: 0 5px;
    }

    .history__list-item.is-active {
        display: flex;
    }
}

@media (max-width: 480px) {
    .history__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .history__heading {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .history__tab-heading {
        margin-bottom: 20px;
    }

    .history__tab-text {
        margin-bottom: 20px;
    }

    .history__tabs-content {
        margin-bottom: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hamburger {
    display: none;
}

.hamburger.is-active .hamburger__inner,
.hamburger.is-active .hamburger__inner::before,
.hamburger.is-active .hamburger__inner::after {
    background-color: #ffffff;
}

.hamburger__box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    background: #0082e0;
}

.hamburger__inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 30px;
    background-color: #ffffff;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
}

.hamburger__inner::before,
.hamburger__inner::after {
    content: "";
    display: block;
}

.hamburger__inner::before {
    top: -9px;
}

.hamburger__inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger__inner {
    top: 30px;
    left: 9px;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}

.hamburger--collapse .hamburger__inner::after {
    top: -17px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger__inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger__inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger__inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger__inner::before {
    top: 0;
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-90deg);
}

.hamburger--collapse.is-active {
    position: fixed;
    right: 15px;
}

.burger-logo {
    display: none;
}

.dark:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
}

@media (max-width: 1024px) {
    .hamburger {
        display: inline-block;
        overflow: visible;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity;
    }

    .burger-logo {
        position: absolute;
        top: 12px;
        left: 31px;
        display: block;
    }

    .header__burger {
        position: relative;
        z-index: 100;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

    .header__menu-wrap {
        position: fixed;
        z-index: 12;
        top: 0;
        right: 0;
        display: none;
        border-radius: 0 0 0 20px;
        width: 100%;
        max-width: 502px;
        height: 100%;
        max-height: 825px;
        overflow-y: auto;
        padding: 110px 15px 15px 31px;
        background-color: #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        box-shadow: 0 5px 40px rgba(0, 0, 0, .1);
        transform: translateX(-100%);
    }

    .header__menu {
        display: block;
        overflow-y: auto;
        max-height: 100%;
    }

    .main-menu-item {
        padding: 10px 0;
    }

    .header__menu-link {
        font-size: 20px;
    }

    .header__menu-item {
        font-family: "Cera Pro";
        font-weight: 700;
        font-style: normal;
        line-height: 25px;
        color: #000000;
    }

    .header__menu > .header__menu-item:not(:last-child) {
        margin-bottom: 22px;
    }

    .header__menu-wrap.is-active {
        display: block;
        transform: translateX(0);
        animation-name: menu-open;
        animation-duration: .3s;
    }

    .header__menu-wrap.is-closed {
        animation-name: menu-close;
        animation-duration: .3s;
    }
}

@keyframes menu-open {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes menu-close {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@media (max-width: 600px) {
    .header__menu-wrap {
        max-width: 450px;
        max-height: 550px;
        padding-top: 120px;
    }
}


.news__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news__list {
    margin-bottom: 40px;
}

.news .title--h1 {
    margin-bottom: 40px;
    font-family: "Georgia";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    color: #000000;
}

.news__list-card {
    position: relative;
    height: 403px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    cursor: pointer;
}

.news__list-card a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.news__card-image {
    width: 100%;
    height: 290px;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.news__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__text-wrap {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.news__card-heading {
    font-family: "Cera Pro";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    color: #000000;
    transition: all .3s;
}

.news__list-card a:hover .news__card-heading {
    color: #0082e0;
}

.news__card-more {
    margin-right: 6px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #000000;
}

.news__card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0082e0;
    cursor: pointer;
    transition: all .3s ease;
    ;
}

.news__card-arrow:hover {
    background: #579acb;
}

.news__more-wrap {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.news__extra {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 34px;
    border-radius: 0 12px;
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
    background: #ffffff;
}

.news__button {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .news__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .news .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .news__list-card {
        height: 376px;
    }

    .news__card-heading {
        font-size: 18px;
    }

    .news__card-image {
        height: 260px;
    }

    .hidden {
        display: none;
    }

    .news__list {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .news__heading {
        font-size: 28px;
    }

    .news__list-card {
        height: 395px;
    }

    .news__card-image {
        width: 100%;
        height: 230px;
    }
}

@media (max-width: 480px) {
    .news__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news__heading {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .news__list-card {
        width: 330px;
        height: 376px;
        margin: 0 auto;
    }

    .news__card-image {
        height: 200px;
    }

    .hidden-mobile {
        display: none;
    }

    .news__button {
        width: 100%;
    }
}


.channel__container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.channel__heading {
    margin-bottom: 43px;
    font-family: "Georgia";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 41px;
    color: #000000;
}

.channel__list-item {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 76px;
    padding-left: 21px;
    border: 1px solid #0082e0;
    border-radius: 12px;
    background: #ffffff;
    transition: all .3s ease;
}

.channel__list-link:hover .channel__list-item {
    background: #0082E0;
    cursor: pointer;
}

.channel__list-link:hover .channel__text,
.channel__list-link:hover .channel__image,
.channel__list-link:hover .channel__extra-image,
.channel__list-link:hover .channel__number {
    color: #fff;
}

.channel__list-link:hover #circle {
    color: #55A7E2;
}

.channel__image {
    position: relative;
    margin-right: 8px;
    color: #0082E0;
    transition: all .3s ease;
    flex-shrink: 0;
    align-self: center;
}

.channel__image svg,
.channel__image img {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.channel__list-link:hover .channel__image img {
    filter: brightness(0) invert(1);
}

#circle {
    position: absolute;
    bottom: -2px;
    right: -2px;
    color: #CCE5F6;
    z-index: 1;
    transition: all .3s ease;
    height: 18px;
    width: 18px;
}

.channel__text {
    width: 100%;
    padding: 10px 0;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    color: #000000;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.channel__extra {
    padding: 10px 15px 0 0;
    flex-shrink: 0;
}

.channel__extra-image {
    margin-right: 4px;
    color: #0082E0;
    transition: all .3s ease;
}

.channel__number {
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    color: #000000;
    transition: all .3s ease;
}

.channel__extra-5,
.channel__extra-23 {
    display: none;
}

@media (max-width: 1439px) {
    .channel__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .channel__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .channel__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .channel__heading {
        font-size: 28px;
    }

    .channel__image {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 579px) {
    .channel__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .channel__heading {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.breadcrumbs {
    margin-bottom: 46px;
}

.news-header {
    margin-bottom: 16px;
}

.breadcrumbs__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li+li:before {
    content: "/\00a0";
    padding-right: 15px;
    padding-left: 15px;
    color: black;
}

.breadcrumbs__list-item {
    display: inline;
    font-family: "Cera Pro";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    color: #000000;
}

.breadcrumbs__list-link {
    color: inherit;
    transition: color 0.3s ease;
}

.breadcrumbs__list-link:hover {
    color: #0082e0;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #0082e0;
}

@media (max-width: 1024px) {
    .breadcrumbs {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs__list li+li:before {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.news-feed-container {
    padding-top: 0;
    padding-bottom: 60px;
}

.news-feed-list {
    margin-bottom: 0;
}


.graduations__container {
    padding-bottom: 60px;
}

.graduations__heading {
    max-width: 1021px;
    margin-bottom: 12px;
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #000000;
}

.graduations__date {
    display: inline-block;
    margin-bottom: 40px;
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}

.graduations__text {
    font-family: "Cera Pro";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}

.graduations__content {
    display: flex;
}

.graduations__content-text {
    width: 80%;
    max-width: 897px;
    margin-right: 30px;
}

.graduations__text {
    margin-bottom: 40px;
}

.graduations__pictures {
    display: flex;
    flex-wrap: wrap;

    gap: 19px;
}

.graduations__image {
    border-radius: 12px;
}

.graduations__recommend-heading {
    margin-bottom: 20px;
    font-family: "Georgia";
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.graduations__link {
    color: #000000;
}

.graduations__recommendation-date {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Cera Pro";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #000000;
}

.graduations__recommendation-heading {
    max-width: 370px;
    font-family: "Cera Pro";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    color: #000000;
}

.graduations__recommendation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
}

.graduations__recommend-content {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

@media (max-width: 1024px) {
    .graduations__heading {
        max-width: 740px;
        font-size: 30px;
        line-height: 34px;
    }

    .graduations__content {
        flex-direction: column;
    }

    .graduations__content-text {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
    }

    .graduations__recommendation-heading {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .graduations__heading {
        max-width: 686px;
        font-size: 28px;
    }

    .graduations__date {
        margin-bottom: 30px;
    }

    .graduations__text {
        margin-bottom: 30px;
    }

    .graduations__image {
        width: 226px;
        height: 150px;
    }

    .graduations__pictures {
        gap: 28px;
    }

    .graduations__pictures {
        font-size: 26px;
    }

    .graduations__recommend-content {
        gap: 27px;
    }
}

@media (max-width: 480px) {
    .graduations__heading {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .graduations__date {
        margin-bottom: 20px;
    }

    .graduations__text {
        margin-bottom: 40px;
    }

    .graduations__image {
        width: 150px;
        height: 100px;
    }

    .graduations__content-text {
        margin-bottom: 60px;
    }

    .graduations__recommend-heading {
        font-size: 26px;
    }

    .graduations__recommendation-heading {
        font-size: 16px;
    }
}

.asteroids__container {
    padding-bottom: 60px;
}

.asteroids__heading {
    margin-bottom: 40px;
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #000000;
}

.asteroids__content {
    display: flex;

    gap: 30px;
}

.asteroids__video-image {
    border-radius: 12px;
}

.asteroids-gap {
    gap: 20px;
}

@media (max-width: 1024px) {
    .asteroids__content {
        flex-direction: column;

        gap: 80px;
    }

    .asteroids__video-image {
        width: 100%;
    }

    .asteroids__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .asteroids-gap {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .asteroids__heading {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .asteroids__heading {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .asteroids__content {
        gap: 60px;
    }

    .asteroids-gap {
        gap: 20px;
    }
}


.proverbs__container {
    padding-bottom: 60px;
}

.proverbs__heading {
    margin-bottom: 40px;
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #000000;
}

.grid-3 {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.proverbs__link {
    display: block;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    color: black;
}

.proverbs__image-wrap {
    overflow: hidden;
    width: 100%;
    height: 226px;
    border-radius: 12px;
}

.proverbs__image {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.proverbs__info {
    display: flex;
    flex-direction: column;
    min-height: 177px;
    padding: 12px 20px 20px;
}

.proverbs__info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.proverbs__date {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.proverbs__author {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.proverbs__name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #000000;
    transition: all .3s;
}

.proverbs__text {
    overflow: hidden;
    height: 145px;
    margin-bottom: 30px;
    line-height: 24px;
    color: #000000;
}

.proverbs__more {
    display: flex;
    align-items: center;
    margin-top: auto;
    font-weight: 700;
    color: #000000;

    gap: 6px;
}

.proverbs__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0082e0;
    transition: all .3s;
}

.proverbs__arrow:hover {
    background: #579acb;
}

.proverbs__name:hover {
    color: #0082e0;
}

.proverbs-breadcrumbs {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .proverbs__heading {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .proverbs__heading {
        font-size: 28px;
    }

    .proverbs__name {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 480px) {
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .proverbs__heading {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 30px;
    }

    .proverbs__image-wrap {
        height: 210px;
    }
}


.contacts__container {
    padding-bottom: 60px;
}

.contacts__content {
    display: flex;
    justify-content: space-between;
}

.contacts__content-right {
    padding-top: 40px;
}

.contacts__info {
    max-width: 230px;
    margin-right: 40px;
}

.contacts__heading {
    margin-bottom: 58px;
    font-family: "Georgia";
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #000000;
}

.contacts__address-wrap,
.contacts__tel-wrap {
    margin-bottom: 30px;
}

.contacts__name {
    display: inline-block;
    margin-bottom: 12px;
    font-family: "Cera Pro";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    color: #000000;
}

.contacts__text {
    display: block;
    font-family: "Cera Pro";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    color: #000000;
}

.contacts__map {
    position: relative;
    width: 1011px;
    height: 504px;
}

.contacts__map-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1360px) {
    .contacts__map {
        width: 640px;
        height: 354px;
    }
}

@media (max-width: 1024px) {
    .contacts__heading {
        margin-bottom: 48px;
        font-size: 30px;
    }
}

@media (max-width: 960px) {
    .contacts__heading {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 32px;
    }

    .contacts__text {
        font-size: 18px;
        line-height: 23px;
    }

    .contacts__content {
        flex-direction: column;
    }

    .contacts__map {
        width: 100%;
        max-width: 738px;
        height: 408px;
    }

    .contacts__info {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin-right: 0;
    }

    .contacts__address-wrap,
    .contacts__email-wrap,
    .contacts__tel-wrap {
        flex-wrap: wrap;
        max-width: 201px;
    }

    .contacts__address-wrap,
    .contacts__tel-wrap {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .contacts__info {
        flex-direction: column;
    }

    .contacts__address-wrap,
    .contacts__tel-wrap {
        margin-bottom: 30px;
    }

    .contacts__heading {
        font-size: 26px;
    }

    .contacts__map {
        height: 280px;
    }
}

.search-panel {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%,-150%);
    width: 100%;
    max-width: 1360px;
    padding: 15px;
    background: #fff;
    border-radius: 0 12px 12px 12px;
    box-shadow: 7px 7px 25px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.search-panel.active {
    transform: translate(-50%, 0);
}

.search-form {
    display: flex;
    align-items: center;
}

.search-form label {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid rgba(0,0,0, 0.5);
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.search-form label:hover {
    border-color: #0082e0;
}

.search-field {
    width: 100%;
    font-size: 16px;
    height: 48px;
    border: none;
}

.search-open,
.search-submit {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0082e0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.search-submit:hover,
.search-submit:focus 
.search-open:hover,
.search-open:focus {
    opacity: 0.7;
}

.search-open svg,
.search-submit svg {
    width: 40px;
    height: 40px;
}

.search-close {
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.search-close:hover,
.search-close:focus {
    opacity: 0.7;
}

@media(width < 1024px) {
    .search-open,
    .search-submit {
        width: 30px;
        height: 30px;
        margin: 0;
    }
    
    .search-open svg,
    .search-submit svg {
        width: 30px;
        height: 30px;
        margin: 0;
    }
}

@media(width < 1440px) {
    .search-panel {
        width: calc(100% - 30px);
    }
}

.search-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.search-item {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid  #0082e0;
    padding: 20px;
}

.search-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-img {
    width: 25%;
    flex-shrink: 0;
    max-height: 200px;
    overflow: hidden;
}

.search-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-title {
    font-size: 1.5em;
    transition: color 0.3s ease;
    color: #000;
}

.search-link:hover .search-title,
.search-link:focus .search-title{
    color: #0082e0;
}

@media(width < 600px) {
    .search-link {
        flex-direction: column;
    }
    
    .search-img {
        width: 100%;
    }
}

.pdf-inner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background-color: rgba(30,30,30,0.9);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  scrollbar-width: none;
  padding: 30px;
}

.pdf-container.active .pdf-inner {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.pdf-container::-webkit-scrollbar {
  display: none;
}

.pdf-canvas {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pdf-canvas canvas {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.pdf-controls .prev,
.pdf-controls .next{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
    background: rgba(30,30,30,.6);
    border: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #ccc;
    transition: color .2s;
}

.pdf-controls svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.pdf-controls .next {
    left: auto;
    right: 10px;
}

.pdf-page {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    min-width: 44px;
    padding: 0 10px;
    pointer-events: none;
    user-select: none;
}

.pdf-close {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    background: rgba(30,30,30,.6);
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #ccc;
    transition: color .2s;
}

.pdf-close:hover,
.pdf-controls .next:hover,
.pdf-controls .prev:hover {
  color: #fff;
}

@media (min-width: 1440px) {
  .pdf-controls .prev,
  .pdf-controls .next,
  .pdf-close {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 767px) {
  .pdf-controls .prev,
  .pdf-controls .next{
    display: none;
  }
}
