:root {
    --color-black: #1d1d1b;
    --color-blue: #0d3576;
    --color-blue2: #7083a2;
    --color-light-blue: #e2ebf8;
    --color-gray: #8e9093;
    --color-melanzane: #221e20;
    --color-alice-blue: #eef3fa;
    --color-dark-cerulean: #00397d;
    --color-cerulean: #0080bc;
    --color-ship-cove: #7188a6;
    --color-aluminium: #86888b;
    --color-navy-blue: #0174c4;

    --expert-profile-offset: 280px;
    --transitionImage: all .3s ease-out;
}
.wrapper {
    font-size: 14px;
    overflow: hidden;
}

.container {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

iframe {
    max-width:100%;
}
.is-hidden {
    display: none !important;
}

.ttup {
    text-transform: uppercase;
}
p {
    text-align: left !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* body.lock {
    overflow: hidden;
} */

.soc_duble {
    display: none;
}

.left-content > p, article {
    line-height: 1.4;
}

.left-content {
    line-height: 1.4;
}

.section-soviet-tpp p {
    line-height: 1.4;
}

.n-introtext p {
    line-height: 1.4;
}

.left .program-block a.result_link {
    line-height: 1.4;
}

.left .program-block .p-b-header {
    line-height: 1.4;
}

.material_item_desc, .material_item_title, .material_item_desc {
    line-height: 1.4;
}
@media (max-width: 980px) {
    .hidden-mob {
        display: none;
    }
}
/* counter styles */
.data {
    justify-content: flex-start !important;
    margin-left: 26px;
    line-height: normal;
}
.data-1 {
    margin-left: 0;
}
@media (max-width: 980px) {
    ._number {
        font-size: 28px !important;
        line-height: 1 !important;
    }

    .data {
        font-size: 28px !important;
        margin-left: 16px;
    }

    .data-1 {
        margin-left: 0;
    }
}
/* counter styles */

/*main*/
.main-row__forum {
    padding: 105px 0 55px;
}

.main__title {
    font-size: 52px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--title-color);
    margin: 0;
    margin-bottom: 19px;
}

.main__description {
    font-size: 38px;
    line-height: 1.2;
    color: var(--color-blue);
    margin: 0;
    margin-top: 12px;
}

.main__block-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 51px;
}

.main__information-text p {
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    margin-bottom: 22px;
}

.main__information-text p:last-child {
    margin-bottom: 0;
}

.main__information-img {
    width: 100%;
    max-width: 256px;
}

.main__information-img img {
    width: 100%;
    height: auto;
}

.main__information-text .main__information-text-title {
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 21px;
}

.main__information-text-title::after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background-color: #000000;
    margin-top: 19px;
}

/*experts*/

.container__experts {
    background-color: #e2ebf8;
}

.main-row__experts {
    padding: 0px 0 49px;
}

.main__experts-header {
    display: grid;
    grid-column-gap: 22px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom: 29px;
}

.main-page-experts {
    --offsetY: 20px;
}
.main-page-experts_spaced-top {
    margin-top: 100px;
}
.main-page-experts__heading {
    background-color: var(--color-light-blue);
}
.main__experts-title {
    font-size: 38px;
    line-height: 1.2;
    color: var(--title-color);
    text-transform: uppercase;
    margin: 0;
    border-bottom: none;
    width: fit-content;
    position: relative;
    padding-top: 42px;
}
.main__experts-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    height: 12px;
    background-color: #008ecf;
    top: 0;
}
@media screen and (max-width: 980px) {
    .main__experts-title {
        padding-top: 22px;
    }    
    .main-page-experts_spaced-top {
        margin-top: 50px;
    }
    .main__experts-title::before {
        height: 8px;
    }
}

.container__forum-decoration {
    position: relative;
}

.main__line {
    width: 200%;
    margin-left: calc(-200% + 250px);
    height: 7px;
    background-color: #008ecf;
}

.main__experts-description {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.main__experts-header-text {
    padding-bottom: 60px;
    position: relative;
    cursor: auto;
}
.main-page-experts__undertitle-link {
    color: var(--color-black);
    border-bottom: 1px solid currentColor;
    font-size: 18px;
}
.main-page-experts__undertitle-link:hover {
    border-bottom-color: transparent;
}

.main-page-experts__first-block {
    position: relative;
}
.main-page-experts__first-block:before,
.main-page-experts__first-block:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-light-blue);
}
.main-page-experts__first-block:before {
    height: 90px;
    left: 0;
}
.main-page-experts__first-block:after {
    left: 50%;
    height: 100%;
}
.main-page-experts__first-block-content {
    display: flex;
}
.main-page-experts__first-block-left {
    position: relative;
    flex: 0 0 310px;
    max-width: 310px;
}
.main-page-experts__first-block-right {
    background-color: var(--color-light-blue);
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
.main-page-experts__first-block-right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #80848a;
    left: 14px;
}
.main-page-expert-big__image-wrapper {
    position: relative;
    height: 236px;
    overflow: hidden;
}
.main-page-expert-big__image-wrapper a {
    display: block;
    height: 100%;
}
.main-page-expert-big__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transitionImage);
    transform: scale3d(1,1,1);
}
.main-page-expert-big__image-wrapper a:hover img {
    transform: scale3d(1.08,1.08,1);
} 
.main-page-expert-big__text-wrapper {
    line-height: 1.2;
    font-size: 22px;
    padding-right: 10px;
}
.main-page-expert-big__credits {
    color: var(--color-blue2);
    margin-top: 2em;
}
.main-page-expert-big__credits a {
    color: inherit;
    border-bottom: 1px solid transparent;
}
.main-page-expert-big__credits a:hover {
    border-bottom-color: currentColor;
}
.main-page-expert-big__quote {
    position: relative;
    font-family: Georgia, 'Times New Roman', serif;
    position: relative;
    padding-top: 1.5em;
    margin-top: 1.3em;
}
.main-page-expert-big__quote::before {
    content: '\201D';
    font-family: Georgia, 'Times New Roman', serif;
    color: #7083a1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.5em;
    line-height: .8;
}

.expert-block {
    display: flex;
    border-top: 1px solid #b1b8c1;
    margin-top: var(--offsetY);
    padding-top: var(--offsetY);
}
.expert-block:first-child  {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.expert-block__image-wrapper {
    flex: 0 0 220px;
    max-width: 220px;
    position: relative;
    height: 160px;
    overflow: hidden;
}
.expert-block__image-wrapper a {
    display: block;
    height: 100%;
}
.expert-block__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale3d(1,1,1);
    transition: var(--transitionImage);
}
.expert-block__image-wrapper:hover img {
    transform: scale3d(1.08,1.08,1);
}
.expert-block__content {
    font-size: 18px;
    margin-left: 1.3em;
}
.expert-block__quote {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1em;
    padding-top: 1.5em;
}
.expert-block__quote::before {
    content: '\201D';
    font-family: Georgia, 'Times New Roman', serif;
    color: #7083a1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.5em;
    line-height: .8;
}
.expert-block__credits {
    color: var(--color-blue2);
}
.expert-block__credits a {
    color: inherit;
    border-bottom: 1px solid transparent;
}
.expert-block__credits a:hover {
    border-bottom-color: currentColor;
}

.main-page-experts__second-block-content {
    background-color: var(--color-light-blue);
    padding: var(--offsetY) 0 calc(2*var(--offsetY));
}
.experts-bottom-list {
    --gap: 30px;
    padding-top: var(--offsetY);
    padding-bottom: var(--offsetY);
    display: flex;
    gap: var(--gap);
    border-top: 1px solid #80848a;
    border-bottom: 1px solid #80848a;
}
.experts-bottom-list .expert-block {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: relative;
    flex: 0 0 calc((100% - var(--gap)*3) / 4);
    max-width: calc((100% - var(--gap)*3) / 4);
}
.experts-bottom-list .expert-block:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #b1b8c1;
}
.experts-bottom-list .expert-block__content {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 10px;
}
.experts-bottom-list .expert-block__image-wrapper {
    max-width: none;
    height: 150px;
}

@media screen and (max-width:980px) {
    .main-page-experts__first-block:after {
        display: none;
    }
    .main-page-experts__first-block-content {
        display: block;
    }
    .main-page-experts__first-block-left {
        max-width: none;
        width: 100%;
    }
    .main-page-experts__undertitle-link {
        font-size: 14px;
    }
    .main-page-expert-big__text-wrapper {
        font-size: 14px;
    }
    .main-page-experts__first-block-right {
        padding-left: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        column-gap: 17px;
        margin-top: 30px;
        padding-top: 30px;
    }
    .main-page-experts__first-block-right::before {
        background-color: var(--color-light-blue);
        width: 980px;
        left: 50%;
        transform: translateX(-50%);
    }
    .expert-block {
        display: block;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        z-index: 1;
        position: relative;
    }
    .expert-block:nth-child(even)::before {
        content: '';
        position: absolute;
        top: 0;
        left: -15px;
        height: 100%;
        width: 1px;
        background-color: #b1b8c1;
        left: -9px;
    }
    .expert-block__content {
        font-size: 12px;
        margin: 0;
        padding: 10px 0;
    }
    .expert-block__image-wrapper,
    .experts-bottom-list .expert-block__image-wrapper {
        height: 110px;
    }
    .main-page-experts__first-block-right::after {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #80848a;
    }
    .experts-bottom-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 0 17px;
        border: none;
        padding: 0;
        border-bottom: 1px solid #80848a;
        padding-bottom: 14px;
    }
    .experts-bottom-list .expert-block {
        max-width: none;
    }
    .main-page-experts__second-block-content {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .experts-bottom-list .expert-block__content {
        margin-top: 0;
    }
    .experts-bottom-list .expert-block::before {
        display: none;
    }
    .experts-bottom-list .expert-block:nth-child(even)::before {
        display: block;
        left: -9px;
    }
}



.main__expert-header {
    text-decoration: none;
    cursor: auto;
    display: grid;
    grid-column-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.expert-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.expert-photo {
    margin-right: 26px;
    width: 100%;
}

.expert-photo img {
    width: 100%;
}

.expert-name p{
    font-size: 19px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    margin-bottom: 8px;
}

.expert-desc p {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}
.main__experts-list {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 45px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.main__expert-item {
    cursor: auto;
    text-decoration: none;
}

.expert-name {
    margin-top: 20px;
}

.expert-name-header {
    margin-top: 16px;
}

/*news*/

.main-row__news {
    padding-top: 19px;
}

.main__news-title {
    font-size: 38px;
    line-height: 1;
    color: var(--color-blue);
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 19px;
}

.main__news-title a {
    color: var(--color-blue);
}

.main__news-list {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 43px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.main__news-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
}

.news-photo {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    padding-top: 64.5%;
}
.news-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale3d(1,1,1);
    transition: var(--transitionImage);
}
.main__news-item:hover .news-photo img {
    transform: scale3d(1.08,1.08,1);
}

.news-desc p{
    font-size: 19px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    display: inline;
    border-bottom: 1px solid transparent;
}
.main__news-item:hover .news-desc p {
    border-color: currentColor;
}

.container__news {
    position: relative;
}

.container__decoration {
    position: relative;
    padding: 82px 15px 0px;
}

.news__line-decoration {
    width: 200%;
    margin-left: calc(-200% + 183px);
    height: 12px;
    background-color: #008ecf;
}

/*blue-grey*/

.section-gradient {
    background: linear-gradient(to left, #a2bfdf 39%, #008ecf 24%);
}

@media (max-width: 2500px) {
    .section-gradient {
        background: linear-gradient(to left, #a2bfdf 50%, #008ecf 75%);;
    } 
}

.forum-yers {
    display: flex;
    width: 100%;
}

.section-gradient__blue {
    background-color: #008ecf;
    width: 35%;
    flex: 35% 0 0;
    display: flex;
    align-items: center;
    padding: 14px 0;
}

.section-gradient__grey {
    background-color: #a2bfdf;
    width: 65%;
    flex: 65% 0 0;
    padding: 14px 0;
}

.forum-yers__block-1 {
    position: relative;
    padding: 38px 116px 30px 58px;
    border: 2px solid #ffffff;
    margin-right: -62px;
}

.forum-yers__block-2 {
    position: relative;
    margin: 29px 0 26px;
    margin-left: 62px;
    background-color: #a2bfdf;
}

.forum-yers__left-text, .forum-yers__right-text {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
}

.forum-yers__left-text-number {
    font-size: 80px;
    font-weight: 500;
}

.forum-yers__right-text-number{
    font-size: 52px;
    font-weight: 500;
}

/*objectives*/
.objectives {
    display: flex;
    flex-direction: column;
    padding: 78px 0 67px;
}

.objectives__img {
    width: 48%;
    flex: 48% 0 0;
    margin-right: 4%;
}

.objectives__img img {
    max-width: 480px;
}

.objectives__block {
    width: 48%;
    flex: 48% 0 0;
}

.objectives__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.objectives__block__text p {
    font-size: 22px;
    line-height: 1.2;
    color: #008ecf;
    margin: 0;
}

.objectives__block__img {
    align-self: flex-end;
}

.objectives__block__img img {
    max-width: 260px;
}

.objectives__block__text {
    margin-bottom: 44px;
}
.objectives__block__text_bottom-lined {
    padding-bottom: 40px;
    border-bottom: 1px solid black;
}

/*new experts*/
.x1 {
    grid-column-end: span 2;
}

.x2 {
    grid-column-end: span 2;
    cursor: auto;
}

.experts-line {
    position: absolute;
    display: block;
    width: 77%;
    height: 12px;
    background-color: #008ecf;
    top: 0%;
}

.forum-yers__left-text-word {
    margin-left: 20px;
}

.forum-yers__right-paragraf-2 {
    padding-bottom: 16px;
}

.transmission {
    margin-top: 87px;
    background-color: rgb(164, 164, 164);
}

.transmission__block {
    text-align: center;
    position: relative;
    padding-top: 56%;
}

.transmission__video {
    border: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.aside-container {
    display: flex;
    flex-direction: column;
    width: 256px;
    height: 100%;
    padding: 0px 5px;
    padding-top: 92px;
    background-color: #e2ebf8;
    flex-shrink: 0;
    margin-left: 42px;
}

.aside-container-materials {
    padding-top: 45px;
}

.aside-container-program {
    padding: 126px 18px 32px 18px;
}

.parent-block {
    display: flex;
}

.parent-block .left-content {
    margin-top: 100px;
}

.new-news-block {
    line-height: 1.4;
}

.right .news-img-box {
    display: inline-block;
    width: 250px;
    height: auto;
    overflow: hidden;
}

.news-block .news-img-box img {
    height: auto;
    transform: scale3d(1,1,1);
    transition: var(--transitionImage);
}
.news-img-box a:hover img {
    transform: scale3d(1.08,1.08,1);
}

.news-img-box > img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.aside-container img {
    width: 100%;
}

.filtr_box {
    border: none !important;
    height: auto !important;
}

.news__block-double {
    display: none;
}

.scrollbox {
    width: auto !important;
}

.material_title {
    line-height: 1.2;
}

.left .left.material_page_title {
    background: url(../img/repeat_bg_blue.png) repeat 0 0;
    width: auto !important;
    height: auto !important;
    margin-right: 52px;
    padding: 10px;
}

.title-img-content-block {
    display: flex;
    justify-content: space-between;
}

.blue-title {
    word-break: break-word;
}
.news-page-title {
    margin-right: 52px;
}

.section-soviet-tpp {
    margin-bottom: 52px;
}

.left-container-news h2, .left-container-news h3, .left-container-news h4 {
    font-weight: bold
}

.materals1-title {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
    color: #11285c;
    margin-bottom: 36px;
    margin-top: 30px;
    text-transform: uppercase;
}

.news-img-box img {
    width: 100%;
}

.news-block .n-desc {
    line-height: 1.4;
}

.news-block .n-author {
    line-height: 1.4;
}

.blue-title {
    line-height: 1.4;
}
@media (max-width: 1440px) {

    .main__title {
        font-size: 42px;
    }

    .experts-line {
        width: 83%;
    }

    .news-page-title {
        margin-right: 32px;
    }

    .left .left.material_page_title {
        margin-right: 32px;
    }

    .container {
        max-width: 980px;
    }

    .forum-yers__left-text-word {
        margin-left: 14px;
    }

    .forum-yers__right-paragraf-2 {
        padding-bottom: 15px;
    }

    .objectives__img img {
        max-width: 456px;
    }

    /*main*/

    .main-row__forum {
        padding: 85px 0 78px;
    }

    .main__description {
        font-size: 29px;
        margin-top: 16px;
    }

    .main__block-information {
        margin-top: 55px;
    }
    
    .main__information-text p {
        font-size: 19px;
        margin-bottom: 19px;
    }

    /**/
    .forum-yers__block-1 {
        position: relative;
        padding: 47px 45px 37px;
        border: 2px solid #ffffff;
        margin-right: -78px;
    }
    
    .forum-yers__block-2 {
        position: relative;
        margin: 40px 0;
        margin-left: 75px;
        background-color: #a2bfdf;
    }

    .forum-yers__left-text-number {
        font-size: 78px;
    }

    .forum-yers__right-text-number {
        font-size: 46px;
    }

    .forum-yers__left-text {
        font-size: 20px;
    }

    .forum-yers__right-text {
        font-size: 20px;
    }

    /*new experts*/
    .x1 {
        grid-column-end: span 2;
    }

    .x2 {
        grid-column-end: span 2;
    }

    .footer__advice-logo {
        margin-right: 15px;
    }

    .left {
        /* width: 620px; */
    }

    .left-container-news {
        width: 620px;
    }

    .section-soviet-tpp {
        margin-bottom: 42px;
    }

    .right .news-img-box {
        width: 200px;
    }
}

@media (max-width: 980px){

    .news-block .n-author {
        margin-bottom: 5px;
    }

    .objectives__img img {
        max-width: 456px;
        width: 100%;
    }

    .objectives__block__img img {
        max-width: 100%;
        width: 100%;
    }
    .materals1-title {
        font-size: 23px;
    }
    .n-introtext p:last-child {margin-bottom: 0}
    .news-block {margin-bottom: 0px!important;}
    .section-soviet-tpp {
        margin-bottom: 32px;
    }
    .left-container-news {
        width: 100%;
    }
    .left .left.material_page_title {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .title-img-content-block {
        flex-direction: column;
    }
    .right .news-img-box {
        width: 100%;
    }
    .news__block-double {
        display: block;
        order: 1;
    }

    .news-page-title {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .news__block-double .news-main-title {
        font-size: 23px;
        line-height: 36px;
    }
    
    .new-news__block-mobile {
        display: none;
    }
    .material_page {
        order: 3;
    }

    .right-materials-filter {
        order: 2;
    }
    iframe {
        width: 100%;
        height: auto;
    }
    .soc_duble {
        display: block;
    }

    .soc_new {
        display: none;
    }

    .parent-block {
        flex-direction: column;
    }
    
    .parent-block .left-content {
        margin-top: 40px;
        width: 100%;
    }
    
    .content .right-content {
        width: auto;
    }

    .aside-container {
        padding-top: 40px;
    }
    
    .wrapper {
        font-size: 12px;
        /* position: relative; */
    }

    .transmission {
        margin-top: 34px;
    }

    .forum-yers__left-text-word {
        margin-left: 0;
    }

    .forum-yers__right-paragraf-2 {
        padding-bottom: 0;
        margin-top: 7px;
    }

    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .main-row__forum {
        padding: 35px 0 23px;
    }

    .main__block-information {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main__information-text {
        margin-bottom: 30px;
    }
    
    .main__information-text p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .main__title {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 7px;
    }
    
    .main__description {
        font-size: 20px;
        margin-top: 5px;
    }

    .main__block-information {
        margin-top: 19px;
    }
    
    .main__information-text {
        margin-bottom: 30px;
    }
    
    .main__information-text p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .main-row__news {
        padding-top: 13px;
    }

    .container__decoration {
        padding: 31px 10px 0px;
    }

    .main__information-text {
        order: 2;
        margin-bottom: 0;
    }

    .main__information-img {
        order: 1;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .main__expert-header {
        flex-direction: column;
    }

    .expert-photo {
        margin-right: 0;
    }

    .expert-name {
        margin-top: 20px;
    }
    
    .expert-name-header {
        margin-top: 20px;
    }

    .expert-name {
        margin-top: 12px;
    }

    .main__experts-list {
        grid-row-gap: 24px;
    }
    /*767*/

    .expert-name p {
        font-size: 14px;
    }
    /*news*/
    
    .news-photo {
        margin-bottom: 9px;
    }

    .news__line-decoration {
        top: 2%;
        height: 8px;
    }

    /*blue-grey*/
    .forum-yers {
        flex-direction: column;
    }

    .section-gradient {
        background: #ffffff;
    }

    .container_yers {
        width: 100%;
        padding: 0;
    }

    .section-gradient__blue {
        width: 100%;
        background: #008ecf;
        padding: 13px 0;
    }

    .section-gradient__grey {
        width: 100%;
        background: #a2bfdf;
        padding: 11px 0;
        padding-top: 0;
    }

    .forum-yers__block-1 {
        width: 300px;
        padding: 14px 19px 28px 26px;
        margin: 0 auto;
        margin-bottom: -29px;
    }

    .forum-yers__block-2 {
        width: 300px;
        padding: 0 10px;
        margin: 0 auto;
        background-color: transparent;
    }
   
    .decor {
        background-color: #a2bfdf;
        margin-right: 25px;
        margin-left: 12px;
        padding-top: 5px;
        padding-right: 53px;
        padding-left: 17px;
    }

    .forum-yers__left-text {
        font-size: 14px;
    }

    .forum-yers__right-text {
        font-size: 14px;
    }

    .forum-yers__left-text-number {
        font-size: 42px;
    }

    .forum-yers__right-text-number {
        font-size: 27px;
    }

    /*objectives*/
    .objectives {
        flex-direction: column;
        padding: 21px 0 28px;
    }

    .objectives__img {
        width: 100%;
        margin-bottom: 17px;
        margin-right: 0;
    }

    .objectives__block__text {
        margin-bottom: 21px;
    }

    .objectives__block__text p{
       font-size: 14px;
    }

    .objectives__block {
        width: 100%;
    }

    /*new experts*/
    .x1 {
        grid-column-end: span 2;
    }

    .x2 {
        display: block;
        grid-column-end: span 1;
    }

    .main__expert-header {
        display: block;
    }

    .main__experts-list {
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        grid-row-gap: 25px;
    }

    .main__experts-title {
        font-size: 20px;
    }

    .experts-line {
        width: 67%;
        height: 7px;
        background-color: #008ecf;
    }
    /**/

    .main__news-title {
        font-size: 20px;
        font-weight: 300;
    }

    .news__line-decoration {
        margin-left: calc(-200% + 96px);
    }

    .main-row__experts {
        padding-bottom: 50px;
    }

    .main__news-title {
        margin-bottom: 13px;
    }

    .main__information-text .main__information-text-title {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .expert-desc p {
        font-size: 12px;
    }

    .main__information-text-title::after {
        margin-top: 10px;
    }

    .main__experts-header-text {
        /* padding-top: 22px; */
        /* margin-bottom: 9px; */
        padding-bottom: 40px;
    }

    .news-desc p{
        font-size: 14px;
    }

    .main__news-list {
        grid-row-gap: 22px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/*my style*/

/*table*/
.left .head-date {
	font-size: 48px;
	line-height: normal;
	color: #328fce;
	border-bottom: 1px solid #5e5e5e;
	padding-bottom: 7px;
	margin: 36px 0;
}
.left .program-block .p-b-header {
	font-size: 24px;
    color: #262626;
}
.left .program-block .p-b-header.grey {
		color: #5e5e5e;
	}
	.left .program-block .p-b-header.blue {
		color: #11285c;
	}
    .left .program-block  {
	margin-bottom: 22px;
}
.left .program-block .p-b-left {
	float: left;
	width: 115px;
	padding-right: 20px;
	margin-top: 8px;
}
.left .program-block .p-b-left .p-b-date {
		color: #328fce;
	}
	.left .program-block .p-b-left .p-b-place {
		color: #5e5e5e;
	}
    .left .program-block .p-b-right {
	margin-left: 135px;
}
.left .program-block .p-b-right .p-b-content_btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/arr-program.png') 2px -20px no-repeat;
	background-size: 45%;
	cursor:  pointer;
	margin-top: 10px;
	padding: 0 20px 0 0;
}
.left .program-block .p-b-right .p-b-content_btn.open {
	background: url('../img/arr-program.png') 2px 3px no-repeat;
	background-size: 45%;
}
.left .program-block .p-b-right .p-b-content {
	margin-top: 18px;
}
.left .program-block .p-b-content p {
	line-height: 135%;
	margin-bottom: 6px;
}
.left .p-b-content .people{	
	line-height: inherit;
}
.left .p-b-content .people p{	
	margin-bottom: 10px;
}
.left .program-block .p-b-right a {
	color: #262626;
}
.left .program-block .p-b-right a:hover {
	color: #11285c;
}
.left .program-block a.result_link {
	display: block;
	color: #0091d0;
	margin-top: 20px;
}

/*top*/

.blue-title{
    font-family: "HelveticaNeueCyr"; 
}

.programm {
	font-family: "HelveticaNeueCyr"; 
    display: flex;
}

.left {
    flex-shrink: 1;
    flex-grow: 1;
}

.left h1 {
	margin-top: 99px;
}
.right-content {
    width: 546px;
    padding: 158px 0 0 40px;
    background-color: #e2ebf8;
    flex-shrink: 0;
}

.programme__title {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
}

.programme__date-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    font-size: 12px;
}

.programme__date-block:last-child {
    margin-bottom: 0;
}

.programme__archive {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.programme__archive-title {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    margin-bottom: 18px;
}

.programme__year {
    margin-bottom: 16px;
}

.programme__year:last-child {
    margin-bottom: 0;
}

.programme__forum {
    margin-bottom: 17px;
}

.programme__title-block {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
}

.programme__time, .programme__event, .programme__forum {
    font-size: 12px;
    margin: 0;
}

.programme__time {
    margin-bottom: 8px;
}

.programme__period {
    margin-bottom: 21px;
}

.programme__period:last-child {
    margin-bottom: 0;
}

.programme__link {
    color: #2388c8;
    border-bottom: 2px solid #2388c8;
    transition: border-bottom .3s ease-in-out;
    line-height: 1.4;
    overflow-wrap: break-word;
}

.programme__link:hover {
    border-bottom: 2px solid transparent;
}	



/*/top*/
/*bottom*/
/*tpp*/

.tpp__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
	font-size: 10px;
}

.tpp__logo-img {
	width: 7.9em;
	margin-right: 31px;
}

.tpp__logo-img img{
	width: 7.9em;
	height: auto;
}

.tpp__block h1 {
    font-family: "HelveticaNeueCyr";
	font-size: 3.5em;
    line-height: 1.2;
	margin: 0;
	color: #125281 !important;
}
.tpp__block .main-title-tpp {
	font-family: "HelveticaNeueCyr"; 
	text-transform: uppercase;
}

.left__news-date {
	font-size: 14px;
	color: #328fce;
}

.news-block .left {
	width: 100%;
}

.news-one-block {
	background-color: #e2ebf8;
	padding: 30px 0 0;
}

.new-news-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-news-block .left {
    flex-shrink: 1;
    padding-right: 20px;
    flex-grow: 1;
}

.new-news-block .right {
    width: auto;
    background-color: transparent;
    padding: 0;
}

.news__block .news-main-title {
    margin-top: 30px;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.content-w-sidebar {
    background: linear-gradient(to right, #fff 0, #fff 66%, #e2ebf8 66%, #e2ebf8 100%);
}

.filtr_box ul li label {
    background: url(../img/icheckbox.png) 2px 2px no-repeat !important;
}

@media (max-width: 1530px) {
    .content-w-sidebar {
        background: linear-gradient(to right, #fff 0, #fff 1030px, #e2ebf8 1030px, #e2ebf8 100%);
    }
}
@media (max-width: 1440px) {

    .content-w-sidebar {
        background: linear-gradient(to right, #fff 0, #fff 930px, #e2ebf8 930px, #e2ebf8 100%);
    }

	.tpp__block {
		font-size: 7.5px;
	}

    .main__line {
        margin-left: calc(-200% + 202px);
    }
}

@media (max-width: 980px) {

    .blue-title{
        font-size: 18px;
    }

    .news-page-title .font-size-32 {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .tpp__block h1 {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 1.1;
    }

    .left .program-block {
        display: flex;
        flex-direction: column;
    }

    .left .program-block .p-b-right {
        margin-left: 0;
        margin-top: 15px;
    }

    .left .program-block .p-b-left .p-b-date {
        margin-bottom: 10px;
    }

    .main__line {
        height: 5px;
        margin-left: calc(-200% + 116px);
    }

    .news__block .news-main-title {
        font-size: 23px;
    }
	.tpp__block {
        align-items: flex-start;
		margin-bottom: 20px;
		font-size: 3.3px;
	}

    .content-w-sidebar {
        background: none;
    }

	.tpp__logo-img {
		width: auto;
		margin-right: 9px;
        padding-top: 4px;
	}
	
	.tpp__logo-img img{
		width: 69px;
	}

	.left__news-date {
		font-size: 14px;
	}
}
/*/tpp*/
.tpp__main-title {
	text-transform: none;
}
.program-block .p-b-header.blue {
	line-height: 1.2;
}

.program-block .p-b-header.grey {
	line-height: 1.2;
}

.pagebar {
    margin-bottom: 0;
}

@media (max-width: 1440px) {

    .aside-container {
        margin-left: 32px;
    }

    .aside-container-program {
        padding-top: 100px;
    }
}

@media (max-width: 980px) {
    
    .aside-container {
       width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .left {
		width: 100%;
    }

	.left h1{
		margin-top: 64px;
        font-size: 23px;
        line-height: 36px;
    }

    .left h2{
        font-size: 18px;
    }

	.left .head-date {
		font-size: 24px;
	}

	.left .program-block .p-b-header {
		font-size: 18px;
		color: #262626;
	}

	.left .program_print_block {
		font-size: 12px;
	}

	.left .program-block .p-b-header {
		font-size: 16px;
	}

	.left .program-block .p-b-left {
		padding-right: 0px;
        width: auto;
	}

    .new-news-block {
        display: flex;
        flex-direction: column;
    }
    
    .new-news-block .left {
        flex-shrink: 1;
        padding-right: 0;
        order: 2;
    }
    
    .new-news-block .right {
        display: block;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .news-img-box img {
        width: 100% !important;
        height: auto !important;
    }

    .programm .right {
        display: none;
    }
}		

/*reg*/

.registration {
    margin-top: 90px;
    margin-bottom: 90px;
}

.registration__title {
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 43px;
    scroll-margin: 120px;
}

.registration__block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.registration__header {
    background-color: #008dcd;
    padding: 16px;
    padding-bottom: 0;
}

.registration__header-inner {
    border: 2px solid #ffffff;
    border-bottom: none;
    padding: 24px 46px;
}

.registration__body {
    background-color: #ffffff;
    padding: 16px;
    padding-top: 0;
}

.registration__body-inner {
    border: 2px solid var(--color-blue);
    border-top: none;
    padding: 30px 46px;
}

.registration__title-block {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    color: #ffffff;
}

.registration__paragraf {
    margin: 0;
    font-size: 16px;
}

.registration__tg-bot p {
    margin: 0;
    font-size: 16px;
}

.registration__tg-bot-anch{
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    color: #008dcd;
    border-bottom: 2px solid transparent;
    transition: border-bottom .3s ease-in-out;
}

.registration__tg-bot {
    display: flex;
    align-items: center;
    margin-bottom: 58px;
}

.registration__tg-bot-anch:hover {
    border-bottom: 2px solid #008dcd;
}

.registration__qr {
    margin-left: 25px;
}

/*form*/
.registration__form-title {
    margin: 0;
    font-size: 22px;
    margin-bottom: 17px;
}

.form .registration__form-title {
    margin-bottom: 2em;
}

.registration__ticket {
    display: block;
    background: linear-gradient(90deg, rgba(20, 39, 85,1) 49%, rgba(0, 141, 205,1) 100%);
    padding: 16px;
    margin-bottom: 26px;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.registration__ticket:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 141, 205,1) 49%, rgba(0, 141, 205,1) 100%);
    opacity: 0;
    transition: opacity 0.5s;
}

.registration__ticket:hover:after {
    opacity: 1;
}

.registration__ticket .registration__ticket-inner{
    position: relative;
    z-index: 1;
}

.registration__ticket-inner {
    border: 2px solid #ffffff;
    padding: 20px 46px;
    z-index: 100;
}

.registration__ticket-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    color: #ffffff;
}

.desclaimer {
    padding: 0 63px;
}

.desclaimer p {
    font-size: 16px;
}

.form-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    scroll-margin: 120px;
}

.form__label {
    width: 20%;
    font-size: 22px;
    line-height: 1.2;
}

.form__input {
    width: 80%;
    border: 1px solid #8e8e8d;
    font-size: 22px;
    line-height: 1.2;
    font-size: 16px;
    padding: 0 15px;
    transition: border .3s ease-in-out;
}

.section-new__button {
    position: relative;
    margin-left: 20%;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--color-blue);
    padding: 6px 20px;
    margin-top: 26px;
    border: none;
    outline: none;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}
.section-new__button[disabled] {
    background-color: var(--color-light-blue);
    pointer-events: none;
}

.section-new__button:hover {
    background-color: #008dcd;
}

.is-busy {
    pointer-events: none;
    background-color: #8e8e8d !important;
}
.is-yellow {
    background-color: yellow;
}

input {outline:none;}

.registration__desc p{
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.registration__desc {
    margin-top: 40px;
}

.error .form__input{
    border: 1px solid red;
}

.success .form__input{
    color: 1px solid green;
}

.section-new__form.loading {
    overflow: hidden;
}
.popap__content.loading .section-new__inner {
    position: relative;
}

.text-error {
    display: none;
}

.text-error p{
    font-size: 22px;
    color: red;
    margin-top: 20px;
}

.text-error.error-mes {
    display: block;
    margin-left: 20%;
}

.load-container {
    display: none;
    margin-top: 4%;
    margin-left: 3%;
}

.load-container.loading {
    display: block;
}

.flex-box-submit-load {
    display: flex;
}

.success__title {
    font-size: 22px;
}

.load-anim {
    font-size: 21px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes round {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

@media (max-width: 1440px) {
    .form__label {
        width: 21%;
    }

    .form__input {
        width: 79%;
    }

    .section-new__button {
        margin-left: 21%;
    }

    .text-error.error-mes {
        display: block;
        margin-left: 21%;
    }
}

@media (max-width: 980px) {
    .text-error.error-mes {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }

    .text-error p {
        font-size: 16px;
    }
    .registration__desc {
        margin-top: 24px;
    }
    .registration {
        margin-top: 68px;
        margin-bottom: 90px;
    }

    .registration__title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .registration__header {
        padding: 12px;
        padding-bottom: 0;
    }

    .registration__header-inner {
        padding: 26px 15px;
    }

    .registration__title-block {
        font-size: 20px;
    }

    .registration__body {
        padding: 12px;
        padding-top: 0;
    }

    .registration__body-inner {
        padding: 26px 15px;
    }

    .registration__paragraf {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .registration__tg-bot {
        flex-direction: column;
        margin-bottom: 38px;
    }

    .registration__tg-bot p {
        margin-bottom: 14px;
    }
    .registration__qr {
        margin-left: 0;
    }

    .registration__form-title {
        font-size: 16px;
    }

    .form-col {
        flex-direction: column;
    }

    .form__label {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .form__input {
        width: 100%;
        font-size: 16px;
    }

    .section-new__button {
        margin: 0 auto;
        display: block;
        font-size: 16px;
    }

    .registration__ticket {
        padding: 12px;
    }

    .registration__ticket-inner {
        padding: 20px 15px;
    }

    .registration__ticket-title {
        font-size: 20px;
    }

    .desclaimer {
        padding: 0 12px;
    }

    .registration__desc p, .desclaimer p, .registration__tg-bot p {
        font-size: 14px;
    }

    .success__title {
        font-size: 16px;
    }
}

.translation{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
	padding: 25px 33px;
	background-color: #e6e7e8;
    display: flex;
}
.translation > *{
	display: inline-block;
	display: inline;
	zoom: 1;
	vertical-align: top;
}
.translation-rightcol{
	width: 300px;
	margin-left: 20px;
}
.translation .current-event{
	font-size: 14px;
	padding: 14px 0 9px;
	border-top: 1px solid #636466;
	border-bottom: 1px solid #636466;
}
.translation .current-event span.date{
	color: #6d6e70;
	display: block;
	margin: 5px 0 7px 0;
}
.translation .current-event span.head1{
	display: block;
	margin-bottom: 10px;
}
.translation .current-event span.head2{
	font-weight: bold;
	display: block;
}
.translation .translation-rightcol{
	font-size: 14px;
	height: 455px;
    flex-shrink: 0;
}
.translation-rightcol .event{
	border-bottom: 1px solid #bbbdbf;
	padding: 8px 0 8px 0;
	line-height: 17px;
}
.translation-rightcol .event:hover{
	background-color: white;
	cursor: pointer;
}
.translation-rightcol .event:first-child{
	border-top: 1px solid #bbbdbf;
}
.translation-rightcol .event span.date{
	color: #6d6e70;
	display: block;
}
.translation-rightcol .event span.head1{
	display: block;
}
.translation-rightcol .event span.head2{
	display: block;
	font-weight: bold;
}

.translation-leftcol .left-block{
	width: 100%!important;
}
.translation h2 {
	margin-top:10px;
	margin-bottom: 0;
}

.auditories{
	margin: 10px 0;
}
.auditories a{
	    color: #000;
	    text-decoration: none;
	    border-bottom: 1px dotted #000;
	    margin: 0 10px;
}
.auditories a.first{
	    margin-left: 0;
}

.section-translation {
    padding-top: 105px;
}

.translation .translation-leftcol {
    flex-grow:1;
    order: -1;
}

@media (max-width: 1440px) {

    .section-translation {
        padding-top: 85px;
    }
}

@media (max-width: 980px) {

    .translation {
        padding: 25px 15px;
        width: 300px !important;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .translation-rightcol {
        width: 280px !important;
        margin-left: 0;
    }

    .section-translation {
        padding-top: 35px;
    }

    .translation .translation-leftcol {
        margin-bottom: 20px;
    }
}

/*error-double-email*/

.error-double-email {
    display: none;
    position: absolute;
    top: 39px;
    right: 12%;
    color: red;
    font-size: 16px;
}

.form-col-email {
    position: relative;
}

.blue-title_soviet a {
    color: #125281;
}

@media (max-width: 1440px) {
    .error-double-email {
        right: 7%;
    }
}

@media (max-width: 980px) {
    .form-double-email .flex-box-submit-load {
        margin-top: 100px;
    }

    .error-double-email {
        top: 62px;
    }
}

.marquee {
    width: 100%; 
    overflow: hidden;
    display: flex;
    align-items: self-start;
    padding: 18px 0;
    margin-top: 82px;
    background-color: #e2ebf8;
  }

  .marquee div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
 
  .parent1, .parent2 {
    display: flex;
    flex-direction: column;
  }

  .parent1 {
    margin: 0 60px;
  }

  .marquee-text div {
    margin-right: 2.5em;
    color: #0d3475;
    align-self: flex-start;
    font-size: 17px;
    white-space: nowrap;
  }

  .marquee .marquee__item {
    display: flex;
    align-items: center;
  }

  .marquee-text {
    font-family: "HelveticaNeueCyr";
    letter-spacing: 5px;
    display: flex;
    margin-bottom: 13px;
    align-self: flex-start;
    
  }

  .marquee__item .block-img {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
  }

  .parent1 .marquee__item {
    justify-content: flex-start;
   }

  .block-img img {
    max-height: 55px;
    max-width: 130px;
  }

  .marquee__item .block-img:last-child {
    margin-right: 0px;
  }

  @media (max-width: 980px) {

    .marquee {
       margin-top: 31px;
    }
    .marquee-text div {
        font-size: 11px;
    }

    .block-img img {
        max-height: 40px;
        max-width: 103px;
    }

    .parent1 {
        margin: 0 30px;
      }
  }

  /*new style*/

  .objectives__block-one {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
  }

  .objectives__block-images {
    width: 35%;
    flex: 35% 0 0;
    margin-left: 40px;
  }
  .objectives__block-two {
    display: flex;
  }

  .objectives__block-images-task {
    width: 52%;
    flex: 52% 0 0;
    margin-right: 68px;
  }

  .main__information-box-img-text {
    display: flex;
    flex-direction: column;
  }

  .main__information-image-bottom {
    max-width: 310px;
    align-self: flex-end;
  }

  .main__information-text-box {
    margin-bottom: 119px;
  }

  .main__information-text-decor {
    max-width: 50%;
    flex: 50% 0 0;
  }

  @media (max-width: 980px) {

    .main__information-text-decor {
        max-width: 100%;
      }
    .objectives__block-images {
        width: 100%;
        order: 1;
        margin-left: 0;
        margin-bottom: 17px;
    }

    .objectives__block-one {
        flex-direction: column;
        margin-bottom: 21px;
    }

    .objectives__block-two {
        flex-direction: column;
    }

    .objectives__block-images-task {
        width: 100%;
        margin-right: 0;
        margin-bottom: 17px;
    }

    .main__information-text-box {
        margin-bottom: 21px;
    }
  }

.container_for-whom {
    /* width: 1030px; */
    padding: 0;
    margin: 0 auto 0 0;
    margin-right: 9%;
}

.for-whom {
    background-color: var(--color-blue);
    position: relative;
    margin-bottom: 86px;
}

.for-whom__content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;

    height: 790px;

    /* background-image: url('../img/MEF-20233.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
}

/* .for-whom__img-decoretion {
    width: 100%;
    height: auto;
    display: flex;

    background-image: url('../img/MEF-20233.jpg');
    background-size: cover;
    background-repeat: no-repeat;
} */

.for-whom__content {
    position: relative;
    margin-right: 30%;
}

.for-whom__img-decoretion {
    position: absolute;
    right: 0;
    top: 0;
    width: 148%;
}

.for-whom__table {
    background: rgba(13, 53, 118, 0.8);
    width: 100%;
    flex: 100% 0 0;
    height: 100%;
    margin-right: -51%;
    position: relative;
    z-index: 10;
}



.for-whom__table-decor {
    display: flex;
    flex-direction: column;
    padding: 22px 42px;
    border-bottom: 1px solid #ffffff;
}

.for-whom__table-decor:last-child {
    border-bottom: none;
}

.for-whom__table-decor-table {
    padding: 51px 42px;
    border-bottom: 1px solid #ffffff;
}

.for-whom__table-title {
    font-size: 21px;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.for-whom__table-subtitle {
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;

    margin-bottom: 10px;
}

.for-whom__table-description {
    font-size: 21px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

@media (max-width:1440px) {
    .for-whom__img-decoretion {
        width: 156%;
    }
}

@media(max-width: 980px) {

    .for-whom {
        background-image: url('../img/img-decoration.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 90%;
        margin-bottom: 62px;
    }

    .container_for-whom {
        margin-right: 0;
    }

    .for-whom__table {
        width: 100%;
        background: rgba(13, 53, 118, 0.8);
    }

    .for-whom__content {
        background-image: none;
        height: auto;
        display: block;
    }

    .for-whom__table-title {
        font-size: 12px;
        line-height: 1.2;
        color: #ffffff;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .for-whom__table-subtitle {
        font-size: 17px;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .for-whom__table-description {
        font-size: 14px;
        line-height: 1.2;
        color: #ffffff;
    }

    .for-whom__table-decor {
        padding: 16px 10px;
    }

    .for-whom__table-decor:last-child {
        padding-bottom: 41px;
    }

    .for-whom__table-decor-table {
        padding: 28px 10px;
    }

    .for-whom__container-text {
        width: 300px;
        margin: 0 auto;
    }

    .for-whom__img-decoretion {
        display: none;
    }

    .for-whom .container {
        margin: 0;
        width: 100%;
        padding: 0;
    }
}

.mef-2023__one-block, .mef-2023__two-block {
    display: flex;
}

.mef-2023__one-block {
    align-items: flex-end;
}

.mef-2023__two-block {
    /* align-items: flex-start; */
}

.mef-2023__left-one, .mef-2023__left-two {
    display: flex;
    background-color: #b1d5f6;
    width: 40%;
    flex: 40% 0 0;
}

.mef-2023__left-one {
    border-top: 12px solid #0082c2;
    flex-direction: column;
    align-items: flex-end;
 }

.mef-2023__main-title {
    font-size: 50px;
    line-height: 1.2;
    color: var(--color-blue);
    text-transform: uppercase;
    margin: 62px 90px 4px 0;
    border-bottom: none;
}

.mef-2023__img-dec {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.mef-2023__img-dec img {
    width: 100%;
}

.mef-2023__data-box {
    display: flex;
    flex-direction: column;
    width: 60%;
    flex: 60% 0 0;
}

.mef-2023__right-one {
    padding: 55px 80px;
}

.mef-2023__data-box-one {
    background-color: #95b2d2;
}

.mef-2023__right-one:nth-child(2) {
    padding-top: 0;
    padding-bottom: 66px;
}

.mef-2023__right-two {
    padding: 55px 80px;
    background-color: #1dc1dd;
}

.mef-2023__percent {
    padding: 0 80px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.mef-2023__percent:last-child {
    margin-top: 43px;
    margin-bottom: 61px;
}

.mef-2023__percent-num, .mef-2023__percent-description {
    color: #ffffff;
}

.mef-2023__percent-num {
    font-size: 50px;
    line-height: 1;
    display: flex;
}

.mef-2023__percent-description {
    font-size: 21px;
    line-height: 1.2;
    position: relative;
    padding: 10px 0 0px 24px;
}

.divider-text {
    position: absolute;
    width: 430%;
    height: 1px;
    top: 0;
    left: 208px;
    background-color: #ffffff;
}

.mef-2023__sum-number {
    display: flex;
    position: relative;
}

.mef-2023__sum-item::before {
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    top: 0;
    position: absolute;
    z-index: 4;
}

.mef-2023__sum-item {
    padding: 0 31px 0 0;
}

.mef-2023__sum-item:first-child:before {
    content: " ";
    height: 0;
    width: 0;
}

.mef-2023__num, .mef-2023__text {
    line-height: 1;
    color: #ffffff;
    margin: 0;
    margin-left: 26px;
}

.mef-2023__sum-item:first-child .mef-2023__num, .mef-2023__sum-item:first-child .mef-2023__text {
    margin-left: 0;
}

.mef-2023__num {
    font-size: 50px;
}

.mef-2023__text {
    font-size: 21px;
}

.mef-2023__participants-title, .mef-2023__participants-description {
    color: #ffffff;
}

.mef-2023__participants-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 19px;
}

.mef-2023__participants-description {
    font-size: 21px;
    line-height: 1.4;
}

.mef-2023__right-two:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.divider-participants {
    position: absolute;
    left: 0;
    bottom: -52px;
    width: 100%;
    height: 4px;
    background-color: #0082c2;
}

.mef-2023__data-box-two {
    margin-bottom: 133px;
    position: relative;
}

.mef-2023__left-two {
    padding-bottom: 133px;
}

@media (max-width: 1440px) {
    .mef-2023__right-one {
        padding: 35px 60px;
    }

    .mef-2023__right-one:nth-child(2) {
        padding-top: 0;
        padding-bottom: 36px;
    }

    .mef-2023__percent:last-child {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .mef-2023__percent {
        padding: 0 60px;
    }

    .mef-2023__num {
        font-size: 40px;
    }

    .mef-2023__percent-num {
        font-size: 40px;
    }

    .mef-2023__right-two {
        padding: 35px 60px;
        background-color: #1dc1dd;
    }

    .divider-text {
        left: 170px;
    }

    .mef-2023__main-title {
        margin: 62px 120px 4px 0;
    }
}

.mef-2023__main-link {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    align-self: flex-start;
}

.mef-2023__main-link a {
    font-size: 21px;
    line-height: 1.2;
    color: #008ece;
    border-bottom: 1px solid #008ece;
    transition: all .2s ease-out;
    cursor: pointer;
}

.mef-2023__main-link a:hover {
    border-bottom: 1px solid transparent;
}

.mef-2023__img-dec picture img {
    height: 100%;
}

/* .mef-2023__right-one-mob {
    display: none;
} */

@media (max-width: 980px) {

    .mef-2023__sum-item::before {
        width: 1px;
    }

    /* .mef-2023__right-one-mob {
        display: block;
    } */

    /* .mef-2023__right-one-desc {
        display: none;
    } */

    .mef-2023__one-block, .mef-2023__two-block {
        flex-direction: column;
    }

    .mef-2023__img-dec picture img {
        height: auto;
    }

    .mef-2023__left-one, .mef-2023__left-two {
        width: 100%;
    }

    .mef-2023__data-box {
        width: 100%;
    }

    .mef-2023__main-title {
        font-size: 28px;
        margin: 20px 0 4px 0;
        align-self: flex-start;
    }

    .mef-2023__main-link {
        display: block;
        margin: 0;
        padding: 0;
        padding-left: 0;
        margin-bottom: 14px;
        align-self: flex-start;
    }

    .mef-2023__main-link a {
        font-size: 14px;
    }

    .mef-2023__right-one-mob {
        padding: 20px 0 26px 10px;
        width: 320px;
        margin: 0 auto;
    }

    .mef-2023__right-one-mob:nth-child(4) {
        padding-top: 0;
    }

    .mef-2023__right-one-mob:nth-child(5) {
        padding-top: 0;
        padding-bottom: 28px;
    }

    .mef-2023__sum-item {
        padding: 0 18px 0 0;
    }

    .mef-2023__num {
        font-size: 28px;
    }

    .mef-2023__text {
        font-size: 14px;
    }

    .mef-2023__percent {
        align-items: flex-start;
        padding: 0 10px;
        width: 320px;
    margin: 0 auto;
    }

    .mef-2023__percent:last-child {
        margin-top: 10px;
        margin-bottom: 27px;
    }

    .divider-text {
        left: 93px;
    }

    .mef-2023__percent-description {
        padding: 0;
        font-size: 14px;
        padding: 7px 0 0px 24px;
    }

    .mef-2023__percent-num {
        font-size: 28px;
    }

    .mef-2023__left-two {
        order: 2;
    }

    .mef-2023__data-box-two {
        margin-bottom: 0;
        position: relative;
    }

    .divider-participants {
        display: none;
    }

    .mef-2023__right-two:last-child {
        padding: 20px 0;
    }

    .mef-2023__participants-title {
        font-size: 21px;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 11px;
        padding: 0 10px;
    }

    .mef-2023__participants-description {
        font-size: 14px;
        width: 320px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mef-2023__left-two {
        padding-bottom: 62px;
    }

    .mef-2023__left-one {
        border-top: 7px solid #0082c2;
    }

    .mef-2023__mobile-box {
        width: 320px;
        padding: 0 10px;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    .mef-2023__percent-description {
        max-width: 238px;
    }
}

.interesting {
    margin-top: -32px;
    margin-bottom: 115px;
}

.interesting__title {
    font-size: 37px;
    line-height: 1;
    color: #1d1d1b;
    margin: 0;
    margin-bottom: 13px;
}

.interesting__description {
    font-size: 21px;
    line-height: 1;
    color: #1d1d1b;
    margin: 0;
    max-width: 500px;
    margin-bottom: 60px;
}
.container_interesting {
    position: relative;
}

.divider-interesting {
    display: none;
}

.interesting__graph {
    width: 100%;
    position: relative;
    display: flex;
    max-width: 1923px;
    margin: 0 auto;
    font-size: 10px;
}

.interesting__graph picture img {
    width: 100%;
}

.interesting__text {
    font-size: 2.6em;
    line-height: 1;
    color: #1d1d1b;
    position: absolute;
    margin: 0;
}

.interesting__text-1 {
    top: 0;
    left: 55%;
}

.interesting__text-2 {
    top: 25%;
    left: 42%;
}

.interesting__text-3 {
    top: 42%;
    left: 33%;
}

.interesting__text-4 {
    top: 61%;
    left: 48%;
}

.interesting__text-5 {
    top: 78%;
    left: 39%;
}

.interesting__text-6 {
    top: 93%;
    left: 30%;
}

@media (max-width: 1440px) {
    .interesting__graph {
        font-size: 7px;
        
    }
}

@media (max-width: 980px) {
    .interesting {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -35px;
        margin-bottom: 54px;
        background: linear-gradient(360deg, rgba(124, 145, 175,.7) -3%, rgba(255,255,255,1) 9%);
    } 

    .interesting__graph {
        padding-left: 10px;
    }

    .interesting__text {
        /* font-size: 1.7em; */
        font-size: 14px;
    }

    .interesting__text-1 {
        top: 3%;
        left: 3%;
    }
    
    .interesting__text-2 {
        top: 34%;
        left: 12%;
    }
    
    .interesting__text-3 {
        top: 54%;
        left: 22%;
    }
    
    .interesting__text-4 {
        top: 20%;
        left: 29%;
    }
    
    .interesting__text-5 {
        top: 43%;
        left: 39%;
    }
    
    .interesting__text-6 {
        top: 63%;
        left: 47%;
    }

    .divider-interesting {
        display: block;
        position: absolute;
        width: 430%;
        height: 3px;
        top: 0;
        left: 10px;
        background-color: #0082c2;
    }

    .interesting__title {
        font-size: 21px;
        margin-bottom: 8px;
        padding-top: 17px;
        font-weight: 500;
    }

    .interesting__description {
        font-size: 14px;
        max-width: 280px;
        margin-bottom: 20px;
    }

    .interesting__graph {
        width: 320px;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    .interesting__text-4 {
        max-width: 200px;
    }
}

.container-swiper {
    width: 1000px;
    padding: 0 73px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    position: relative;
}


.swiper__item {
    width: 100%;
    padding: 54px 0;
}

.comments-swipe {
    background: linear-gradient(125deg, rgba(8,28,70,1) 51%, rgba(0,126,189,1) 61%);
    padding: 68px 0;
}

.section-swiper {
    margin-top: 82px;
}

@media (max-width: 2200px) {
    .comments-swipe {
        background: linear-gradient(125deg, rgba(8,28,70,1) 53%, rgba(0,126,189,1) 71%);
        padding: 68px 0;
        
    }
}

.comments-swipe_light {
    background: white;
}

.swiper__item-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.swiper__item-title-block {
    padding: 20px;
    background: linear-gradient(160deg, #081c46,#081c46);
    display: inline-block;
    margin-top: -45px;
    padding-left: -20px;
    margin-left: -20px;

    color: #ffffff;
}

.swiper__item-title {
    font-size: 37px;
    margin: 0;
    margin-bottom: 11px;
}
.swiper__item-description {
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0;
}
.comments-swipe_light .swiper__item-title {
    color: var(--color-dark-cerulean);
}
.comments-swipe_light .swiper__item-description {
    color: #8faccc;
}
.comments-swipe_light .swiper__item-title-block {
    background: white;
}
.comments-swipe_light .container-swiper {
    border-color: black;
}

@media (max-width: 1440px) {
    .swiper__item-title-block {
        padding: 18px;
        margin-top: -36px;
        padding-left: -18px;
        margin-left: -18px;
    }

    .swiper__item-title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .swiper__item-description {
        font-size: 18px;
    }
}

@media (max-width: 980px) {

    .section-swiper {
        margin-top: 31px;
    }

    .comments-swipe {
        background: linear-gradient(178deg, rgba(8,28,70,1) 60%, rgba(0,126,189,1) 100%);
    }
    .comments-swipe_light {
        background: none;
    }
    .swiper__item-title-block {
        width: 288px;
        padding: 26px 0px 21px 0;
        margin-top: -20px;
        padding-left: -10px;
        margin-left: -12px;
    }

    .swiper__item-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .swiper__item-description {
        font-size: 12px;
    }
}

.swiper__item-img {
   max-width: 150px;
   height: auto;
    margin-right: 42px;
}

.swiper__item-img img{
    max-width: inherit;
    height: auto;
}

.swiper__item-person-information {
    display: flex;
    flex-direction: column;
    color: white;
}

.swiper__item-person-name {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.swiper__item-person-comment {
    font-size: 21px;
    line-height: 1.2;   
    margin-right: 20px;
}
.comments-swipe_light .swiper__item-person-comment,
.comments-swipe_light .swiper__item-person-information {
    color: black;
}

.swiper {
    position: static;
}

/* .button-navigation {
    position: absolute;
    top: 50%;
    left: 100%;
} */

.swiper-button-prev {
    width: 21px;
    height: 86px;
    padding: 16px 0;
    left: -10px;
    top: 45%;
    background-color: rgba(8,28,70,1);
    transform: rotate(180deg);
}

.swiper-button-prev::after {
    color: transparent;
    background-image: url(../img/arrow-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.swiper-button-next {
    width: 21px;
    height: 86px;
    padding: 16px 0;
    right: -10px;
    top: 45%;
    background-color: #007ebd;
}

.swiper-button-next::after {
    color: transparent;
    background-image: url(../img/arrow-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.comments-swipe_light .swiper-button-next,
.comments-swipe_light .swiper-button-prev {
    background: white;
}
.comments-swipe_light .swiper-button-prev::after,
.comments-swipe_light .swiper-button-next::after {
    filter: brightness(0);
}

.swiper__top-img {
    background-image: url(../img/swiper-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 55px;
}

.swiper__item .container {
    width: 100%;
    padding: 0;
}

.container_header {
    width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.swiper__item-mob-person-name {
    display: none;
}

.swiper__top-img {
    display: flex;
}

.swiper__top-img img {
    height: 100%;
}

@media (max-width: 1440px) {
    .container-swiper {
        width: 950px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .swiper__item-person-comment {
        font-size: 18px;
        
        margin-right: 10px;
    }

    .swiper-button-next {
        right: -6px;
    }
}

@media (max-width: 980px) {

    .swiper__top-img {
        background-image: url(../img/swiper-img-mob.jpg);
        height: 22px;
    }  

    .swiper__item {
        border: none;
    }
    
    .swiper__item-block {
        padding: 13px 0px;
        flex-direction: column;
    }

    .swiper__item {
        padding: 13px 11px;
        padding: 0;
    }

    .container-swiper {
        width: 280px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .swiper__item-person-comment {
        font-size: 14px;
        
        margin-right: 0;
    }

    .swiper__item .container {
        width: 100%;
        padding: 0;
    }

    .container-swiper {
        border-top: none;
    }

    .swiper__item-block {
        padding-top: 0;
    }

    .container_header {
        width: 320px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .swiper__item-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 15px;
    }

    .swiper__item-person-name {
        display: none;
    }

    .swiper__item-mob-person-name {
        display: block;
        color: #ffffff;
        font-size: 14px;
    }
    .comments-swipe_light .swiper__item-mob-person-name {
        color: black;
    }

    .swiper__item-img {
        max-width: 100px;
        margin-right: 11px;
    }

    .swiper-button-next {
        width: 12px;
        height: 64px;
        padding: 16px 0;
        right: -6px;
        background: linear-gradient(178deg, rgba(8,28,70,1) 87%, rgba(0,126,189,1) 530%);
    }

    .swiper-button-prev {
        width: 12px;
        height: 64px;
        padding: 16px 0;
        left: -10px;
    }

    .swiper-button-prev::after {
        width: 12px;
        height: 31px;
    }

    .comments-swipe {
        padding: 21px 10px;
    }

    .swiper-button-next::after {
        width: 12px;
        height: 31px;
    }
}

.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled::after {
    opacity: .45;
}

/*promo block header*/

.promo-block {
    overflow: hidden;
    z-index: -100;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-block_no-video {
    --paddingY: 190px;
    --headerHeight: 151px;
    z-index: 0;
    display: block;
    margin-top: calc(-1 * var(--headerHeight));
}
.promo-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: 50% 100%;
}
.promo-block__text {
    padding: calc(var(--paddingY) + var(--headerHeight) - 50px) 0 var(--paddingY) 0;
    display: flex;
    gap: 100px;
}
.promo-block__text a {
    color: white;
    border-bottom: 1px solid transparent;
}
.promo-block__text a:hover {
    border-bottom-color: currentColor;
}
.promo-block__text-big {
    font-size: 52px;
    text-transform: uppercase;
}
.promo-block__text-big_title {
    line-height: 1.2;
    letter-spacing: 4px;
}
.promo-block__text-medium {
    font-size: 27px;
    color: white;
}
.registration-button {
    text-transform: uppercase;
    color: white;
}
.promo-block__text-small {
    font-size: 22px;
    line-height: 1.2;
}
.promo-block__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.promo-block__bottom {
    padding-bottom: 30px;
}
@media screen and (min-width: 981px) {
    .promo-block .container {
        max-width: 1100px;
    }
}
@media screen and (max-width: 980px) {
    .promo-block__bottom {
        padding-bottom: 20px;
    }
}

.promo__title {
    position: relative;
    z-index: 3;
}

.fullscreen-bg__video {
    height: auto;
    width: 100%;
}

.promo-row_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: all 2s ease-in;
}
  
.promo__title {
    opacity: 0; 
 
    position: relative; 
    z-index: 100; 

    transition: all .2s ease-in-out;
}
  
  .fadeIn {
    /* animation-name: fadeIn; */
    opacity: 1;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0 !important;
    }
  
    to {
      opacity: 1 !important;
    }
  }

/* @keyframes title {
    0% {
        opacity: 0;
    }
    25% {
      opacity: 1;
    }

    75% {
        opacity: 1;
    }
  
    100% {
     opacity: 0;
    }
  } */

.promo__title {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 14px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 1440px) {

    .container_header {
        width: 980px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .promo__title {
        font-size: 31px;
        text-align: center;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .promo-block__text-big {
        font-size: 47px;
    }
}
@media (max-width: 980px) {
    .container_header {
        width: 300px;
        padding: 0 10px;
    }
    .promo__title {
        font-size: 21px;
        letter-spacing: 3px;
        text-align: start;
    }
    .fullscreen-bg__video {
        /* display: none; */
        margin: 0 auto;
        display: block;
    }
    .promo-block__text {
        flex-direction: column;
        gap: 30px;
        padding-top: var(--paddingY);
        padding-bottom: 80px;
    }
    .promo-block__text-big {
        font-size: 26px;
    }
    .promo-block__text-small,
    .promo-block__text-medium {
        font-size: 14px;
    }
    .promo-block__right {
        gap: 20px;
    }
}


.people a, .h-b-desc a {
    color: #000000;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid #000000;
    cursor: pointer;
    
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.people a {
    font-size: inherit;
}
.people a:hover, .h-b-desc a:hover {
	border-bottom: 1px solid transparent;
}

@media (max-width: 980px) {
    .h-b-desc {
        font-size: 14px;
    }
    .left .p-b-content .people {
        font-size: 14px;
    }

    .p-b-right .result_link {
        font-size: 14px;
    }

    .people a, .h-b-desc a {
        font-size: 14px;
    }

    .p-b-left .p-b-place, .p-b-right .result_link, .p-b-content .people{
        font-size: 14px;
    }
}

.promo-block {
    position: relative;
}

.promo__title {
    position: relative;
    z-index: 3;
}

/*number animation*/
.block-desc {
    display: block;
}

.block-mob {
    display: none;
}


@media (max-width: 980px) {
    
    .block-desc {
        display: none;
    }
    
    .block-mob {
        display: block;
    }
}

.mef2023_box-new-link {
    margin-top: 20px;
}

.mef2023_new-link {
    color: #0091d0;
    cursor: pointer;

    /* border-bottom: 1px solid #000000; */
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.mef2023_new-link:hover {
    /* border-bottom: 1px solid transparent; */
    /* color: #000; */
}

.swiper-button-next, .swiper-button-prev {
    outline: none !important;
}


/* search styles */
.search-form {
    margin: 50px 0;   
}
.search-bar-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background-color: var(--color-blue);
    padding: 10px 0;
    z-index: 7;
    visibility: hidden;
}
.search-bar-wrapper.is-active {
    visibility: visible;
}
.search-form__control {
    display: flex;
}
.search-form__input {
    flex-grow: 1;
}
.search-form__input input {
    width: 100%;
    border: 1px solid #918f90;
    font-size: 20px;
    height: 2.4em;
    padding: 0 20px;
    background: none;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #1d1d1b;
}
.search-form__submit-wrapper button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #918f90;
    border-left: none;
    transition: background-color .1s, visibility 0s;
}
.search-form__submit-wrapper button:hover {
    background-color: var(--color-blue);
}
.search-form__submit-wrapper button svg {
    transition: transform .1s ease-out;
    transform: scale3d(1,1,1);
}
.search-form__submit-wrapper button svg use {
    fill: none;
	stroke: #231F1F;
	stroke-width: 1.784;
	stroke-linecap: round;
	stroke-miterlimit: 10;
    transition-duration: .1s;
}
.search-form__submit-wrapper button:hover svg use {
    stroke: white;
}
.search-results-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.search-results-section-anchor {
    color: var(--color-black);
    font-size: 14px;
}
.search-results-section-anchor.is-active,
.search-results-section-anchor:hover {
    text-decoration: underline;
    text-underline-offset: .3em;
}
.search-results-list {
    margin-top: 60px;
}
.search-results-item {
    border-top: 1px solid #e4e5e6;
    padding: 30px 0 40px;
}
.search-results-item__section-name {
    text-transform: uppercase;
    color: #939598;
    font-size: 14px;
    margin-bottom: 1.5em;
}
.search-results-item__title:not(:last-child) {
    margin-bottom: 15px;
}
.search-results-item__title a {
    color: var(--color-blue);
    font-size: 24px;
    text-decoration: none;
    text-underline-offset: .3em;
    line-height: 1.2;
}
.search-results-item__title a:hover {
    text-decoration: underline;
}
.search-results-item__date,
.search-results-item__author,
.search-results-item__description {
    color: var(--color-black);
    font-size: 14px;
}
.search-results-item__author {
    margin-bottom: 10px;
}
.search-results-item__description {
    line-height: 1.2;
}
.search-results-item__description:not(:last-child) {
    margin-bottom: 25px;
}
.search-results-show-more {
    text-align: center;
    margin: 50px 0;
}
.show-more-results-button {
    border: 1px solid #9f9d9e;
    border-radius: 4px;
    padding: 0.8em 3em !important;
    font-size: 14px;
    color: var(--color-black);
    cursor: pointer;
    background-color: transparent;
    transition-duration: .2s;
}
.show-more-results-button:hover {
    background-color: var(--color-blue);
    color: white;
    border-color: var(--color-blue);
}

header .search-form {
    margin: 0;
}
header .search-form__input input {
    color: white;
    border-color: #0a264f;
    background-color: #0a264f;
}
header .search-form__input input::-webkit-input-placeholder {
	color: white;
}
header .search-form__input input:-moz-placeholder {
	color: white;
}
header .search-form__input input:-ms-input-placeholder {
	color: white;
}
header .search-form__input input:-moz-placeholder {
	color: white;
}
header .search-form__submit-wrapper button svg use {
    stroke: white;
}
header .search-form__submit-wrapper button:hover svg use {
    stroke: #0a264f;
}
header .search-form__submit-wrapper button {
    background-color: #0a264f;
    border-color: #0a264f;
}
header .search-form__submit-wrapper button:hover {
    background-color: white;
}
header .search-form__control {
    gap: 1px;
}

@media screen and (max-width: 980px) {
    .search-form__input input {
        font-size: 16px;
    }
    .search-form {
        margin: 30px 0;
    }
    .search-results-section-anchor {
        font-size: 12px;
    }
    .search-form__submit-wrapper button {
        width: 50px;
    }
    .search-form__submit-wrapper button svg {
        height: auto;
        width: 18px;
    }
    .search-results-list {
        margin-top: 40px;
    }
    .search-results-item__section-name {
        font-size: 12px;
    }
    .search-results-item__title a {
        font-size: 18px;
    }
    .search-results-item__date,
    .search-results-item__author,
    .search-results-item__description {
        font-size: 12px;
    }
    .search-results-item {
        padding: 20px 0 30px;
    }
    .search-results-show-more {
        margin: 30px 0;
    }
    .show-more-results-button {
        font-size: 12px;
    }
}

/* search styles */

/*  new experts styles */

.experts-section {
    --gap: 15px;
    --gap--sm: 7px;
    margin-top: 100px;
}
.experts-grid-wrapper {
    /* padding: 0 var(--gap); */
    margin-top: 50px;
}
.experts-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-1 * var(--gap));
    row-gap: calc(2 * var(--gap));
}
.experts-grid-item {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 var(--gap);
}
.experts-grid-item--wide {
    max-width: 50%;
    flex: 0 0 50%;
}
.experts-grid-item__content {
    /* min-height: 100px; */
    /* height: 100%;
    font-size: 20px; */
}
.experts-grid-item__image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.experts-grid-item__image-wrapper img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: var(--transitionImage);
    transform: scale3d(1,1,1);
}
.experts-grid-item__image-wrapper a:hover img {
    transform: scale3d(1.08,1.08,1);
}
.experts-grid-item__text {
    font-size: 10px;
    padding-top: 2em;
}
.experts-grid-item__name {
    font-size: 2.3em;
    color: #262626;
    text-decoration: none;
    text-underline-offset: .2em;
    display: block;
    line-height: 1.2;
    margin-bottom: .3em;
}
.experts-grid-item__name:hover {
    text-decoration: underline;
}
.experts-grid-item__description {
    font-size: 1.6em;
    line-height: 1.2;
}
.expert-cite {
    background-color: #b0c4d9;
    padding: 3.5em 3em 4.5em 7.7em;
    font-size: 10px;
}
.expert-cite__text {
    font-size: 2.3em;
    font-family: Georgia, 'Times New Roman', serif;
    position: relative;
    color: #1a3668;
    line-height: 1.2;
}
.expert-cite__text::before {
    content: '\201D';
    font-family: Georgia, 'Times New Roman', serif;
    color: white;
    position: absolute;
    top: 0;
    left: -0.7em;
    font-size: 3em;
    line-height: 1;
}
.expert-cite__credits {
    color: white;
    line-height: 1.2;
    font-size: 1.6em;
    margin-top: 1.8em;
}

@media screen and (max-width: 980px) {
    .h1 {
        font-size: 23px;
    }
    .experts-section {
        margin-top: 50px;
    }

    .experts-grid-wrapper {
        margin-top: 0;
    }
    .experts-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        grid-auto-flow: row dense;
        margin: 0 calc(-1 * var(--gap--sm));
        row-gap: calc(2* var(--gap--sm));
    }
    .experts-grid-item {
        max-width: 100%;
        padding: 0 var(--gap--sm);
    }
    .experts-grid-item--wide {
        grid-column: 1/3;
    }
    .experts-grid-item__image-wrapper {
        height: 140px;
    }
    .experts-grid-item__text,
    .expert-cite {
        font-size: 6.5px;
    }
    .expert-cite__text::before {
        top: -0.05em;
    }
}
.expert-profile-section {
    background-color: var(--color-light-blue);
    margin-top: -2px;
}
.modal__window .expert-profile-section {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 190px;
}
@media screen and (max-width: 980px) {
    .modal__window .expert-profile-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.expert-profile {
    --offsetY: 30px;
    --offsetY--sm: 15px;
    
    margin-left: var(--expert-profile-offset);
    position: relative;
    padding-bottom: calc(2 * var(--offsetY));
}
.modal__window .expert-profile {
    padding-bottom: 20px;
}
.no-image .expert-profile {
    margin-left: 0;
}
.modal__window .no-image .section-title {
    margin-left: 40px;
}
/* .section-title */
.left .modal__window h1 {
    margin-top: 0;
}
.expert-profile p {
    font-size: 16px;
    color: #221e20;
    font-weight: 500;
    line-height: 1.2;
}
.expert-profile a {
    color: inherit;
    border-bottom: 1px solid currentColor;
}
.expert-profile a:hover {
    border-bottom-color: transparent;
}
.section-title {
    text-transform: uppercase;
    color: var(--color-gray);
    font-size: 16px;
    margin-top: 100px;
    margin-left: var(--expert-profile-offset);
    position: relative;
}
.modal__window .section-title {
    margin-top: 0;
    padding-top: 40px;
    margin-left: calc(var(--expert-profile-offset) + 40px);
}
.section-title a {
    color: inherit;
}
.section-title::after {
    content: '';
    height: 2px;
    width: 150px;
    background-color: black;
    display: block;
    margin-top: 2em;
}
.expert-profile__image {
    position: absolute;
    top: -50px;
    left: calc(-1 * var(--expert-profile-offset));
}
.expert-profile__image img {
    width: 231px;
    height: 206px;
    object-fit: cover;
}
.expert-profile__title {
    font-size: 43px;
    line-height: 1.1;
    font-family: 'HelveticaNeueCyr', sans-serif;
    text-transform: none;
    font-weight: 300;
    color: var(--color-blue2);
    margin-bottom: .5em;
}
.expert-profile__intro {
    padding-top: var(--offsetY);
}
.expert-profile__info,
.expert-profile__activities {
    border-top: 1px solid #fff;
    padding-top: var(--offsetY);
    margin-top: var(--offsetY);
}
.expert-activity:not(:last-child) {
    margin-bottom: calc(1.5 * var(--offsetY));
}
.expert-activity__title {
    font-size: 23px;
    color: #1a3668;
    line-height: 1.1;
}
.expert-activity-link {
    display: flex;
    color: inherit;
    border: none !important;
    width: fit-content;
}
.expert-activity-link__text span {
    border-bottom: 1px solid currentColor;
}
.expert-activity-link:hover .expert-activity-link__text span {
    border-bottom-color: transparent;
}
.expert-activity-link__image-wrapper {
    width: 2.3em;
    flex-shrink: 0;
}
.expert-activity__links {
    margin-top: 15px;
}

@media screen and (max-width: 980px) {
    .section-title,
    .expert-profile {
        margin-left: 0;
    }
    .section-title {
        margin-top: 50px;
    }
    .expert-profile-section {
        background-color: transparent;
        position: relative;
    }
    .expert-profile-section::before {
        content: '';
        position: absolute;
        top: 80px;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: var(--color-light-blue);
    }
    .no-image .expert-profile-section::before {
        top: 0;
    }
    .expert-profile__image {
        position: static;
    }
    .expert-profile__image img {
        width: 100%;
    }
    .expert-profile__title {
        font-size: 28px;
    }
    .expert-profile {
        padding-bottom: calc(2 * var(--offsetY--sm));
    }
    .expert-profile p {
        font-size: 12px;
    }
    .expert-profile__intro {
        padding-top: var(--offsetY--sm)
    }
    .expert-profile__info, 
    .expert-profile__activities  {
        padding-top: var(--offsetY--sm);
        margin-top: var(--offsetY--sm);
    }
    .expert-activity__title {
        font-size: 16px;
    }
    .icon-doc {
        width: 14px;
    }
    .icon-yt {
        width: 18px;
    }
    .expert-activity:not(:last-child) {
        margin-bottom: calc(1.5 * var(--offsetY--sm));
    }
    .modal__window .section-title,
    .modal__window .no-image .section-title {
        margin-left: 0;
    }
}
/*  new experts styles */


.slider-w-framed-text {
    position: relative;
    padding: 60px 0;
    margin: 90px 0;
}
.slider-w-framed-text .container {
    max-width: 1210px;
}
.fs-image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.framed-text {
    position: relative;
    z-index: 1;
    padding: 60px 90px;
    border: 1px solid white;
    font-size: 24px;
    color: white;
}
.framed-text h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 1em;
    margin-top: 0;
}
.framed-text p {
    margin-bottom: 1em;
    margin-top: 0;
}
.framed-text p:last-child {
    margin-bottom: 0;
}
.fs-image-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 980px) {
    .slider-w-framed-text {
        padding: 30px 20px;
        margin: 60px 0;
    }
    .framed-text {
        font-size: 14px;
        padding: 30px;
    }
}

.how-it-was {
    margin: 90px 0;
}
.how-it-was .main__title {
    text-transform: none;
    margin: 0;
    padding: 0.6em 0;
    color: white;
}
.how-it-was__title-area {
    background: url(/images/title-bg.png) no-repeat 50% 0% / cover;
}
.how-it-was__decor {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}
.how-it-was__tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
}
.how-it-was__tiles .tile {
    position: relative;
    padding-top: 67%;
}
.how-it-was__tiles .tile_button {
    color: white;
    background: url(/images/tile-button-bg.png) no-repeat center/cover;
    border: 15px solid #007ebc;
    cursor: pointer;
    transition: border-color .2s ease-out;
}
.how-it-was__tiles .tile_button:hover {
    border-color: #78c0e3;
}
.tile_button .tile__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 2vw;
}
.how-it-was__tiles .tile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 981px) {
    .how-it-was__tiles-area .container {
        max-width: none;
        padding: 0;
    }
}
@media screen and (max-width: 980px) {
    .tile_button .tile__text {
        font-size: 18px;
    }
    .how-it-was {
        margin: 30px 0 60px;
    }
    .how-it-was__tiles {
        display: block;
    }
    .how-it-was__tiles .tile_button {
        border-width: 8px;
    }
    .how-it-was__decor {
        height: 30px;
    }
}


/* modal window styles */
.modal {
	z-index: 999999;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: none;
	opacity: 0;
}
.modal.is-active {
    opacity: 1;
    display: block;
}
.modal__inner {
	overflow: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0px;
    text-align: center;
}
.modal__inner::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}
.modal__window {
    background: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 870px;
	width: 100%;
	position: relative;
}
.modal_w-form .modal__window {
    font-size: 10px;
    margin: 40px 0;
}
.modal_w-form .modal__window {
    max-width: 680px;
    padding: 90px 60px 60px;
}
.popup-form-title,
.form-success-msg {
    color: var(--color-blue);
    font-size: 4.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .5em;
    letter-spacing: 2.3px;
}
.form-success-msg {
    letter-spacing: 0;
    font-size: 3em;
    text-transform: none;
}
@media (max-width: 980px) {
    .form-success-msg {
        font-size: 16px;
    }
}
.inner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.modal_w-form .inner-overlay {
    background: rgba(0,0,0,.6);
}
.modal__close {
    position: absolute;
    border: none;
    background: none;
    width: 4em;
    height: 4em;
    right: 2em;
    top: 2em;
    cursor: pointer;
    padding: 0;
    transform: rotate(45deg);
    font-size: 1em;
}
.modal__close::before,
.modal__close::after {
    content: '';
    position: absolute;
    background-color: var(--color-black);
}
.modal__close::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
}
.modal__close::after {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
}
.form-control {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}
.form-control label {
    font-size: 2.8em;
    color: var(--color-melanzane);
}
.form-control input,
.form-control textarea {
    width: 100%;
    border: 1px solid #9d9d9c;
    padding: 10px;
    outline: none;
    font-size: 2em;
}
.popup-form-bottom-text {
    font-size: 2em;
}
.form-submit-button {
    margin: auto;
    display: block;
    width: fit-content;
    font-size: 2.8em;
    margin-top: 1.7em;
    background-color: var(--color-blue);
    color: white;
    text-transform: uppercase;
    padding: 0.2em 0.6em;
    border:none;
    cursor: pointer;
    transition: background-color .2s ease-out;
    position: relative;
}
.form-submit-button:hover {
    background-color: #007ebc;
}
.form-submit-button[disabled] {
    pointer-events: none;
    background-color: var(--color-light-blue);
}
.form-error-msg {
    color: red;
    font-size: 2em;
}
.form-error-msg_send {
    text-align: center;
    margin-top: 10px;
}
.form-error-msg_new {
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
    line-height: 1.4;
    margin-left: 20%;
}
.form-col .form-error-msg {
    font-size: 1.2em;
    margin-top: 0.6em;
    width: 100%;
}
@media (max-width: 980px) {
    .form-error-msg_new {
        font-size: 14px;
        margin-left: 0;
        text-align: center;
    }
}

.load-anim-area {
    position: absolute;
    left: calc(100% + 0.5em);
	top: 50%;
	transform: translateY(-50%);
    z-index: 3;
}
.load-anim {
    color: var(--color-blue2);
    font-size: .7em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }

  @media screen and (max-width:980px) {
    .modal_w-form .modal__window {
        font-size: 7px;
        padding: 40px 30px 30px;
    }
  }
/* modal window styles */

/* custom checkbox styles */
.cbox {
    display: flex;
    gap: 15px;
    cursor: pointer;
}
.cbox__box {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}
.cbox input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.cbox__tick {
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-blue);
    position: relative;
}
.cbox input[type="checkbox"].is-error:not(:checked) .cbox__tick {
    border-color: red;
}
.cbox__tick::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjgyIDUuOTkiPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+DQogICAgICAuY2xzLTEgew0KICAgICAgICBmaWxsOiAjMGQzNTc2Ow0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwzLjQxbDEuNDEtMS40MSwyLDJMNy40MSwwbDEuNDEsMS40MS00LDRjLS4zNy4zNy0uODguNTgtMS40MS41OHMtMS4wNC0uMjEtMS40MS0uNThMMCwzLjQxWiIvPg0KPC9zdmc+) no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.cbox input[type="checkbox"]:checked ~ .cbox__tick::before {
    display: block;
}
.cbox__text {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cbox__text a {
    text-decoration: none;
    color: #008dcd;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
}
.cbox__text a:hover {
    border-bottom-color: #008dcd;
}

@media screen and (max-width:980px) {
    .cbox__text {
        font-size: 12px;
    }
}
/* custom checkbox styles */

/* radio cbox styles */
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.form-col .radio-group {
    margin-right: auto;
}
.radio-cb {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    cursor: pointer;
}
.radio-cb input {
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 1em;
    cursor: pointer;
}
@media (max-width:980px) {
    .radio-cb {
        font-size: 16px;
    }
}
/* radio cbox styles */

.agreement-wrapper {
    margin-top: 30px;
    display: block;
}
.submit-wrapper .section-new__button {
    margin-top: 0;
}
.submit-wrapper .load-anim-area {
    left: calc(100% + 1em);
}
.submit-wrapper .form-error-msg_send {
    font-size: 1.4em;
    margin: 20px 0 0 20%;
    text-align: left;
    line-height: 1.2;
}
@media (max-width: 980px) {
    .submit-wrapper .form-error-msg_send {
        margin-left: 0;
        text-align: center;
    }
}

/* schedule styles */
.schedule {
    --timeWidth: 100px;
    position: relative;
    margin: 50px 0;
    font-size: 10px;
    padding: 50px 0;
    line-height: 1.2;
}
.schedule::before {
    position: absolute;
    content: '';
    top: 0;
    left: -9999px;
    height: 100%;
    right: -41px;
    background-color: var(--color-alice-blue);
}
.schedule__inner {
    position: relative;
    margin-left: calc(-1 * var(--timeWidth));
}
.schedule__title {
    font-size: 3.2em;
    color: var(--color-dark-cerulean);
    margin-bottom: .5em;
}
.schedule-day__title {
    font-size: 3.2em;
    color: var(--color-cerulean);
    margin-bottom: .5em;
}
.schedule-table {
    display: flex;
    /* max-width: 902px;
    font-size: 1.6em; */
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 20px;
    position: relative;
}
.schedule-table::before {
    content: '';
    position: absolute;
    top: 2.2em;
    left: 0;
    right: 0;
    background-color: var(--color-aluminium);
    height: 1px;
    z-index: 5;
}
.schedule-table__time {
    flex: 0 0 var(--timeWidth);
    max-width: var(--timeWidth);
}
.schedule-table__events {
    flex: 0 0 calc(100% - var(--timeWidth));
    max-width: calc(100% - var(--timeWidth));
}
.schedule-table__time,
.schedule-event__place {
    color: var(--color-ship-cove);
    /* padding: .625em 0 .9em; */
    padding: 10px 0 14px;
}
.events-slider .swiper-slide {
    height: auto;
}
.schedule-event {
 background-color: white;
 padding: 0 1em 1em;
 cursor: pointer;
 transition: box-shadow .2s ease-out;
 height: 100%;
}
.schedule-event__info-topic {
    font-weight: bold;
}
.schedule-event__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.schedule-day:not(:last-child) {
    margin-bottom: 50px;
}

@media (min-width: 981px) {
    .events-slider {
        overflow: visible;
    }
    .events-slider:not(.is-single) .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0,1fr));
        gap: 15px;
    }
    .schedule-event:hover {
        box-shadow: 6px 6px 10px 0px rgba(0,0,0,.5);
    }
}
@media screen and (max-width: 1540px) {
    
    .schedule__inner {
        margin-left: 0;
    }
}
@media screen and (max-width: 1440px) {
    .schedule {
        font-size: 7.6px;
    }
    .schedule::before {
        right: -32px;
    }
    .schedule-table::before {
        top: 2.7em;
    }
    .schedule-table__time {
        flex: 0 0 100px;
        max-width: 100px;
    }
    .schedule-table__events {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
}
@media (max-width: 980px) {
    .schedule-table::before {
        top: 2.5em;
    }
    .schedule-table {
        font-size: 1.55em;
    }
    .schedule-table__time {
        flex: 0 0 85px;
        max-width: 85px;
    }
    .schedule-table__events {
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
    }
    .schedule {
        padding: 20px 0 5px 15px;
    }
    .schedule::before {
        left: 0;
        right: 0;
    }
    .events-slider.is-single {
        margin-right: 15px;
    }
    .events-slider .swiper-slide.is-empty {
        display: none;
    }
    .schedule-day:not(:last-child) {
        margin-bottom: 30px;
    }
}
/* schedule styles */


.ask-question-btn {
    position: relative;
    color: white;
    padding: 0;
    margin-left: 3%;
    width: 53%;
    cursor: pointer;    
    background: none;
    outline: none;
    border: none;
    text-align: center;
}
.ask-question-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    background-color: transparent;
    top: -35px;
    left: 13px;
    height: 100px;
    width: 100%;
}
.ask-question-btn:hover::before {
    background-color: var(--color-navy-blue);
}
.promo-block__bottom {
    position: relative;
    padding: 35px 0;
}
.promo-block__bottom .container {
    position: relative;
    z-index: 1;
    display: flex;
}
@media (min-width: 981px) {
    .promo-block__bottom .container {
        max-width: 1100px;
    }
}
.promo-block__bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit:cover;
    object-position: 50% 50%; */
    background: url('/images/promo-block-bottom-bg.jpg') repeat-x 50% 0%/2000px auto;
}
.promo-block__bottom-bg-default {

}
.promo-block__bottom-bg-hover {
    opacity: 0;
    background: url('/images/promo-block-bottom-bg-hover.jpg')
}
@media (max-width: 1440px) {
    .ask-question-btn::before {
        left: 7px;
    }
    .ask-question-btn {
        width: 56%;
    }
    .promo-block__bottom-bg {
        background-position: 48% 0%;
    }
}
@media (max-width: 980px) {
    .promo-block__bottom {
        padding: 20px 0;
        overflow: hidden;
    }
    .promo-block__bottom-bg {
        background-position: 50%;
        background-size: 1110px;
        margin-left: -70px;
        width: calc(100% + 400px);
    }
    .ask-question-btn {
        width: 56%;
        margin-left: 28px;
    }
    .ask-question-btn::before {
        left: 0px;
        height: 56px;
        top: -20px;
    }
}

.btn-up {
    position: fixed;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 20px;
    right: calc(50% - 375px);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,.1);
    background-color: white;
    /* background-color: rgba(255,255,255,.5); */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition-duration: 200ms;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.btn-up:hover {
    background-color: rgba(255,255,255,1);
}
.btn-up.is-visible {
    opacity: 1;
    visibility: visible;
}
.btn-up img {
    height: 50%;
}
@media (max-width:980px) {
    .btn-up {
        right: 20px;
    }
}

.live-broadcast {
    margin: 50px 0;
}
.live-broadcast .transmission {
    margin-top: 0;
}
@media (max-width:980px) {
    .live-broadcast {
        margin: 30px 0;
    }
}


.program-event-container {
    display: flex;
    gap: 15px 40px;
    margin-top: 20px;
}
.program-event-container__content {
    flex-grow: 1;
}
.program-event-container__mods {
    flex-shrink: 0;
}
.event-moderator:not(:last-child) {
    margin-bottom: 20px;
}
.event-moderator__image-wrapper {
    border: 1px solid #5e5e5e;
}
.event-moderator__image-wrapper img {
    width: 248px;
    height: 168px;
    object-fit: cover;
    border: 4px solid white;
    display: block;
}
.event-moderator__name {
    color: #0D357A;
    font-weight: 500;
}
.program-event-container .p-b-header a:hover {
    border-bottom: 1px solid;
}
@media screen and (max-width: 980px) {
    .program-event-container {
        flex-direction: column;
        margin-top: 10px;
    }
    .left .program-block .p-b-right.program-block__inner {
        margin-top: 0;
    }
    .event-moderator__image-wrapper img {
        width: 100%;
        height: 200px;
    }
    .program-event-container__mods {
        order: -1;
    }
}


.live-button-wrapper {
    margin-top: 20px;
}
.button-big {
    font-size: 14px;
    background-color: var(--color-blue);
    color: white;
    padding: 1em 1em;
    display: inline-block;
    text-transform: uppercase;
}
.button-big:hover {
    background-color: var(--color-navy-blue);
    color: white;
}

.content--bigger {
    font-size: 18px;
    line-height: 1.6;
}
@media (max-width: 980px) {
    .content--bigger {
        font-size: 14px;
    }
    .content--bigger h1 {
        font-size: 23px;
        line-height: 1.4;
    }
}