@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    color: #000;
    background-color: #fafafa;
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
}

h1 {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 30px 0;
}
input,
textarea,
button {
    font-family: 'Noto Sans', sans-serif;
}

.static-wrapper1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.static-wrapper1 .static-left {
    width: 65%;
    padding-right: 20px;
}
.static-wrapper1 .static-right {
    width: 35%;
}
@media screen and (max-width: 1000px) {
    .static-wrapper1 {
        display: block;
    }
    .static-wrapper1 .static-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .static-wrapper1 .static-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .static-wrapper1 .static-right .static-text {
        text-align: center;
    }
}


.form-feedback {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.form-feedback .field {
    width: 100%;
    border: 1px #d8d8d8 solid;
    background: none;
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
}
.form-feedback .btn-submit {
    border: none;
    background-color: #0099b5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .form-feedback {
        text-align: center;
    }
}

.articles-page {
    width: 100%;
    margin-bottom: 30px;
}
.articles-page .item-date {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px #d8d8d8 solid;
    padding-bottom: 3px;
    color: #0099b5;
}
.articles-page .item {
    width: 100%;
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 20px auto;
    grid-template-columns: 30% auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 20px;
}
.articles-page.press-today .item {
    display: block;
}
.articles-page .item a {
    text-decoration: none;
}
.articles-page .item .content {

}
.articles-page .item .photo {

}
.articles-page .item .photo img {
    width: 100%;
    display: block;
}
.articles-page .item .caption {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.articles-page.press-today .item .caption {
    font-size: 17px;
}
.articles-page .item .caption a {
    color: #000;
}
.articles-page .item .date {
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #0099b5;
    margin-top: 5px;
}
.articles-page .item .date a {
    display: block;
    font-size: 12px;
    color: #0099b5;
}
.articles-page .item .preview {
    font-size: 14px;
    line-height: 22px;
}
.articles-page .item .preview a {
    color: #000;
}
.articles-page .item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .articles-page .item .caption {
        font-size: 16px;
        line-height: 24px;
    }
    .articles-page .item .preview {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .articles-page .item .caption {
        font-size: 15px;
        line-height: 23px;
    }
    .articles-page .item .preview {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 800px) {
    .articles-page .item .caption {
        font-size: 18px;
        line-height: 26px;
    }
    .articles-page .item .preview {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 600px) {
    .articles-page .item {
        display: block;
    }
    .articles-page .item .photo {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.article-full .date {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #0099b5;
    margin-bottom: 5px;
}
.article-full .photo-main {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.article-full {
    margin-bottom: 30px;
}

.wrapper-full {
    z-index: 10;
    width: 100%;
    font-size: 100%;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    /* overflow: hidden; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.wrapper-fix {
    width: 100%;
    max-width: 1260px;
    /*min-height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    /*
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    */
}
.wrapper-fix > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.wrapper-fix > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.wrapper-fix > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.sp-grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    /*
    -ms-grid-columns: 0.78fr 20px 0.22fr;
    grid-template-columns: 0.78fr 0.22fr;
    */
    -ms-grid-columns: 78% 20px 22%;
    grid-template-columns: 78% 22%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.sp-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.sp-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.sp-grid > .content {

}
.sp-grid > aside {

}
@media screen and (max-width: 1000px) {
    .sp-grid > aside .h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    .sp-grid {
        width: 100%;
        display: block;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}
.pagination .page {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px #d8d8d8 solid;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 3px;
}
.pagination a.page {
    color: #0099b5;
    text-decoration: none;
}
.pagination .page.prev,
.pagination .page.next {
    width: auto;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
}
.pagination .page.prev {
    margin-right: 10px;
}
.pagination .page.next {
    margin-left: 10px;
}

.mp-grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(9, 1fr);
    grid-auto-rows: minmax(100px, auto);
            -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto;
                grid-template-areas:
    "gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01"
    /*"gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16"*/
    "gc-02 gc-02 gc-02 gc-02 gc-03 gc-03 gc-03 gc-04 gc-04"
    "gc-05 gc-05 gc-05 gc-06 gc-06 gc-06 gc-07 gc-07 gc-07"
    "gc-08 gc-08 gc-09 gc-09 gc-09 gc-09 gc-10 gc-10 gc-10"
    "gc-11 gc-11 gc-11 gc-12 gc-12 gc-12 gc-12 gc-13 gc-13"
    "gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-15 gc-15 gc-15";
}

.mp-grid .cell1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 17;
    grid-area: gc-01;
}
.mp-grid .cell2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: gc-02;
}
.mp-grid .cell3 {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-area: gc-03;
}
.mp-grid .cell4 {
    -ms-grid-row: 5;
    -ms-grid-column: 15;
    -ms-grid-column-span: 3;
    grid-area: gc-04;
}
.mp-grid .cell5 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: gc-05;
}
.mp-grid .cell6 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-area: gc-06;
}
.mp-grid .cell7 {
    -ms-grid-row: 7;
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
    grid-area: gc-07;
}
.mp-grid .cell8 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: gc-08;
}
.mp-grid .cell9 {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-area: gc-09;
}
.mp-grid .cell10 {
    -ms-grid-row: 9;
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
    grid-area: gc-10;
}
.mp-grid .cell11 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: gc-11;
}
.mp-grid .cell12 {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-area: gc-12;
}
.mp-grid .cell13 {
    -ms-grid-row: 11;
    -ms-grid-column: 15;
    -ms-grid-column-span: 3;
    grid-area: gc-13;
}
.mp-grid .cell14 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-area: gc-14;
}
.mp-grid .cell15 {
    -ms-grid-row: 13;
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
    grid-area: gc-15;
}
.mp-grid .cell16 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 17;
    grid-area: gc-16;
}

@media screen and (max-width: 900px) {
    .mp-grid {
                    grid-template-areas:
        "gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01"
        /*"gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16"*/
        "gc-02 gc-02 gc-02 gc-02 gc-02 gc-03 gc-03 gc-03 gc-03"
        "gc-06 gc-06 gc-06 gc-06 gc-07 gc-07 gc-07 gc-07 gc-07"
        "gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-04 gc-04 gc-04"
        "gc-08 gc-08 gc-08 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09"
        "gc-10 gc-10 gc-10 gc-10 gc-11 gc-11 gc-11 gc-11 gc-11"
        "gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-13 gc-13 gc-13"
        "gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-15 gc-15 gc-15";
    }
    .cell4 {
        height: 300px;
    }
    .mp-grid .cell1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }
    .mp-grid .cell3 {
        -ms-grid-row: 3;
        -ms-grid-column: 6;
        -ms-grid-column-span: 4;
    }
    .mp-grid .cell4 {
        -ms-grid-row: 5;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell5 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell6 {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }
    .mp-grid .cell7 {
        -ms-grid-row: 4;
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
    }
    .mp-grid .cell8 {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell9 {
        -ms-grid-row: 6;
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell10 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }
    .mp-grid .cell11 {
        -ms-grid-row: 7;
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
    }
    .mp-grid .cell12 {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell13 {
        -ms-grid-row: 8;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell14 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell15 {
        -ms-grid-row: 9;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell16 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
}

@media screen and (max-width: 769px) {
    .mp-grid {
                    grid-template-areas:
        "gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01"
        /*"gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16"*/
        "gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02"
        "gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03"

        "gc-06 gc-06 gc-06 gc-06 gc-07 gc-07 gc-07 gc-07 gc-07"
        "gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-04 gc-04 gc-04"
        "gc-08 gc-08 gc-08 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09"

        "gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10"
        "gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11"

        "gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-13 gc-13 gc-13"
        "gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-15 gc-15 gc-15";
    }
    .mp-grid .cell1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell3 {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell4 {
        -ms-grid-row: 6;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell5 {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell6 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }
    .mp-grid .cell7 {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
    }
    .mp-grid .cell8 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell9 {
        -ms-grid-row: 7;
        -ms-grid-column: 4;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell10 {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell11 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
    .mp-grid .cell12 {
        -ms-grid-row: 10;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell13 {
        -ms-grid-row: 10;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell14 {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
    }
    .mp-grid .cell15 {
        -ms-grid-row: 11;
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
    }
    .mp-grid .cell16 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
    }
}
@media screen and (max-width: 640px) {
    .mp-grid {
        grid-gap: 0;
        grid-column-gap: 20px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .cell1,
    .cell2,
    .cell3,
    .cell4,
    .cell5,
    .cell7,
    .cell8,
    .cell9,
    .cell10,
    .cell11,
    .cell12,
    .cell13,
    .cell14,
    .cell15,
    .cell16 {
        margin-bottom: 20px;
    }

    .mp-grid {
                    grid-template-areas:
        "gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01"
        /*"gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16"*/
        "gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02"
        "gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03"
        "gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05"
        "gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06"
        "gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07"
        "gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09"
        "gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10"
        "gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11"
        "gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12"
        "gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14"
        "gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15"
        "gc-04 gc-04 gc-04 gc-08 gc-08 gc-08 gc-13 gc-13 gc-13";
    }

    .cell4 {
        height: auto;
    }
    .cell8 {
        height: auto;
    }
    .cell13 {
        height: auto;
    }

    .mp-grid .cell1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell2 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell3 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell4 {
        -ms-grid-row: 27;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }

    .mp-grid .cell5 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell6 {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell7 {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell8 {
        -ms-grid-row: 27;
        -ms-grid-column: 7;
        -ms-grid-column-span: 5;
    }

    .mp-grid .cell9 {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell10 {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell11 {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell12 {
        -ms-grid-row: 21;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell13 {
        -ms-grid-row: 27;
        -ms-grid-column: 13;
        -ms-grid-column-span: 5;
    }

    .mp-grid .cell14 {
        -ms-grid-row: 23;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }

    .mp-grid .cell15 {
        -ms-grid-row: 25;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell16 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
}
@media screen and (max-width: 350px) {
    .mp-grid {
                    grid-template-areas:
        "gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01 gc-01"
        /*"gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16 gc-16"*/
        "gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02 gc-02"
        "gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03 gc-03"
        "gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05 gc-05"
        "gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06 gc-06"
        "gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07 gc-07"
        "gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09 gc-09"
        "gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10 gc-10"
        "gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11 gc-11"
        "gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12 gc-12"
        "gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14 gc-14"
        "gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15 gc-15"
        "gc-04 gc-04 gc-04 gc-04 gc-04 gc-04 gc-04 gc-04 gc-04"
        "gc-08 gc-08 gc-08 gc-08 gc-08 gc-08 gc-08 gc-08 gc-08"
        "gc-13 gc-13 gc-13 gc-13 gc-13 gc-13 gc-13 gc-13 gc-13";
    }
    .mp-grid .cell1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell2 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell3 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell4 {
        -ms-grid-row: 27;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell5 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell6 {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell7 {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell8 {
        -ms-grid-row: 29;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell9 {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell10 {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell11 {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell12 {
        -ms-grid-row: 21;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell13 {
        -ms-grid-row: 31;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell14 {
        -ms-grid-row: 23;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell15 {
        -ms-grid-row: 25;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
    .mp-grid .cell16 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 17;
    }
}

.page-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.author-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #d8d8d8;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}
.author-card .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    width: 200px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.author-card .photo img {
    display: block;
    width: 100%;
}
.author-card .content {
    padding: 20px 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.author-card .name {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.author-card .position {
    display: block;
    font-size: 13px;
}
@media screen and (max-width: 640px) {
    .author-card {
        display: block;
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .author-card .photo {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px #808080 solid;
    }
    .author-card .photo img {
        max-width: 200px;
    }
    .author-card .content {
        display: block;
    }
}

header {
    width: 100%;
    border-bottom: 2px #000 solid;
    margin-bottom: -62px;
}
header .wrapper-fix {
    /*padding-top: 110px;*/
    padding: 20px 0 80px 0;
}
header .locale {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translate(0, -85px);
        -ms-transform: translate(0, -85px);
            transform: translate(0, -85px);
}
header .locale a {
    display: block;
    width: 30px;
}
header .locale a img {
    display: block;
    width: 100%;
}
header .logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: auto;
    /*
    margin: 0 auto 110px auto;
    padding: 20px;
    border-radius: 2px;
    */
}
header .logo img {
    display: block;
    width: 100%;
    /*
    opacity: 0.85;
    position: relative;
    top: -75px;
    */
}
header .wrapper-fix {
    position: relative;
}
.menu-button {
    border: none;
    padding: 0;
    outline: none;
    width: 34px;
    height: 34px;
    display: block;
    background: none;
    cursor: pointer;
}
.menu-button svg {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    header .logo {
        /*margin-bottom: 20px;*/
        max-width: 150px;
    }
    header .wrapper-fix {
    /*
        padding-top: 15vw;
        padding-bottom: 10vw;
        */
    }
}
@media screen and (max-width: 500px) {
    header .logo {
        /*max-width: 250px;*/
        max-width: 100px;
    }
}
@media screen and (max-width: 400px) {
    header .logo {
        /*max-width: 200px;*/
    }
}
@media screen and (max-width: 350px) {
    header .logo {
        /*max-width: 150px;*/
    }
}

.aside-list1 {
    margin-bottom: 10px;
}
.aside-list1 a {
    text-decoration: none;
}
.aside-list1 li {
    margin-bottom: 20px;
}
.aside-list1 li .date {
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    font-style: italic;
    display: block;
    color: #0099b5;
}
.aside-list1 li .date a {
    color: #0099b5;
}
.aside-list1 li .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.aside-list1 li .title a {
    color: #000;
}
@media screen and (max-width: 1000px) {
    .aside-list1 li .title {
        font-size: 13px;
        line-height: 17px;
    }
}
@media screen and (max-width: 900px) {
    .aside-list1 li .title {
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width: 800px) {
    .aside-list1 li .title {
        font-size: 14px;
        line-height: 18px;
    }
}

.main-menu {
    background-color: rgba(255,255,255,0.8);
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    border-bottom: 1px #000 solid;
}
.main-menu__inner {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 60px;
    display: grid;
    grid-template-columns: 100px 1fr 34px 30px;
    align-items: center;
    gap: 0 20px;
    position: relative;
}
.main-menu__inner .main-menu__inner > .main-menu__menu {
    padding: 0 20px;
}
.main-menu__left a,
.main-menu__left a img {
    display: block;
    width: 100%;
}
.main-menu__right a,
.main-menu__right a img {
    display: block;
    width: 100%;
}
.main-menu .main-menu__inner > .main-menu__menu {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}
@media (max-width: 1100px) {
    .main-menu .main-menu__inner > .main-menu__menu {
        padding: 0 10px;
    }
}
.main-menu .main-menu__inner > .main-menu__menu li {
    margin-left: 5px;
    margin-right: 5px;
}
.main-menu .main-menu__inner > .main-menu__menu li.mobile {
    display: none;
}
.main-menu .main-menu__inner > .main-menu__menu li a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}
.main-menu .main-menu__inner > .main-menu__menu li a:hover {
    color: #0099b5;
}
.main-menu .close {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.main-menu.active .close {
    display: block;
}
.main-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,0.99);
}
.main-menu.active ul li.mobile {
    display: block;
}
.main-menu.active ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.main-menu.active ul li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-menu.active ul li a {
    display: inline;
}

.main-menu .main-menu__spacer {
    display: none;
}

@media (max-width: 1000px) {
    .main-menu .main-menu__inner > .main-menu__menu {
        display: none;
    }

    .main-menu .main-menu__spacer {
        display: block;
    }
}

@media screen and (max-width: 1260px) {
    .main-menu {
        /*display: none;*/
    }
}

.menu-float {
    display: none;
    position: absolute;
    top: -6px;
    right: 53px;
    padding: 20px 60px 20px 20px;
    background-color: rgba(255,255,255,0.98);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
            box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 100;
}
.menu-float .close {
    display: block;
    position: absolute;
    right: 23px;
    top: 23px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.menu-float ul {

}
.menu-float ul li {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.menu-float ul li:first-child {
    padding-top: 0;
}
.menu-float ul li:last-child {
    padding-bottom: 0;
}
.menu-float ul li a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
.menu-float ul li a:hover {
    color: #0099b5;
}
.menu-float.active {
    display: block;
}
@media screen and (max-width: 1260px) {
    .menu-float.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
    }
    .menu-float ul {
        display: block;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .menu-float ul li {
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .menu-float ul li a {
        display: inline;
    }
}


.mp-teaser-wide {
    width: 100%;
}
.sp-teaser {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .sp-teaser {
        max-width: 180px;
    }
}

.rounded {
    border-radius: 3px;
}

.mp-article {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    display: block;
}
.mp-article.fixed {
    padding-bottom: 270px;
}
.mp-article.rounded.related1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mp-article .inner {
    color: #000;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.mp-article .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #fff;
    width: 100%;
}
.mp-article .date {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #fff;
    opacity: 0.8;
    padding-top: 20px;
}
.mp-article .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.mp-article .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    display: block;
    background: rgb(0,0,0);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.7;
}
.mp-article .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mp-article .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    bottom: 20px;
    background-color: #0099b5;
    color: #fff;
    z-index: 3;
    font-size: 11px;
    font-style: italic;
    height: 24px;
    padding: 0 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-decoration: none;
}
@media screen and (max-width: 1100px) {
    .mp-article .title {
        font-size: 16px;
        line-height: 20px;
    }
    .mp-article .date {
        padding-top: 10px;
    }
}
@media screen and (max-width: 640px) {
    .mp-article {
        padding-bottom: 270px;
    }
    .mp-article.rounded.related1 {
        border: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
}

.mp-interview-big {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    display: block;
}
.mp-interview-big .inner {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.mp-interview-big .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #fff;
    width: 100%;
}
.mp-interview-big .date {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 24px;
    z-index: 2;
    position: relative;
    color: #fff;
    opacity: 0.8;
    padding-top: 10px;
}
.mp-interview-big .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.mp-interview-big .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgb(0,0,0);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.3;
}
.mp-interview-big .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mp-legal {
    height: 100%;
}


.mp-news-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.mp-news-list .os1 {
    height: 0;
    overflow: hidden;
    width: 100%;
    min-height: 220px;
}
.mp-news-list.related1 {
    margin-left: -20px;
    padding: 20px;
    background-color: #e6e6e6;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.mp-news-list .mp-news-list__title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}
.mp-news-list .mp-news-list__date {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    font-style: italic;
    display: block;
    color: #0099b5;
}
.mp-news-list ul li {
    margin-bottom: 15px;
    margin-right: 20px;
}
.mp-news-list ul li a {
    color: #000;
    text-decoration: none;
}
.indicator1 {
    display: none;
}
@media screen and (max-width: 1000px) {
    .mp-news-list .mp-news-list__title {
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 769px) {
    .indicator1 {
        display: block;
    }
    .mp-news-list .os1 {
        height: auto!important;
        overflow: visible;
    }
}
@media screen and (max-width: 640px) {
    .mp-news-list.related1 {
        margin-left: 0;
        padding: 20px;
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}


.h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 24px;
}
.h2 a {
    color: inherit;
    text-decoration: none;
}

.mp-teaser {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center top;
    text-decoration: none;
    color: #000;
}
.mp-teaser .pic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    position: relative;
    width: 100%;
}
.mp-teaser .pic img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    max-height: 100%;
}
.mp-teaser .label {
    position: absolute;
    left: -28px;
    bottom: 19px;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-teaser .pic {
    display: block;
    width: 100%;
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
.sp-teaser .pic img {
    display: block;
    width: 100%;
}
.sp-teaser .label {
    position: absolute;
    left: -28px;
    bottom: 19px;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .mp-teaser {
        max-width: 350px;
        padding-bottom: 0;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .mp-teaser .pic {
        height: auto;
        display: block;
    }
    .mp-teaser .pic img {
        position: static;
        display: block;
        left: 0;
        top: 0;
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
        max-height: none;
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .mp-teaser {
        max-width: 180px;
    }
}

.mp-teaser-wide {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #d8d8d8;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-decoration: none;
}
.mp-teaser-wide_1 {
    height: auto;
    aspect-ratio: 1920 / 450;
}
.mp-teaser-wide .label {
    position: absolute;
    left: -28px;
    bottom: 19px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-thoughts {
    width: 100%;
    overflow: hidden;
}
/*
.mp-thoughts .inner {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.mp-thoughts .name {
    display: block;
    font-size: 14px;
    border-top: 2px #eaeaea solid;
    padding-top: 5px;
}
.mp-thoughts .date {
    display: block;
    font-size: 12px;
    color: #f70000;
    margin-bottom: 3px;
    margin-top: 3px;
}
.mp-thoughts .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.mp-thoughts .item {
    text-decoration: none;
    color: #000;
}
.mp-thoughts .photo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.mp-thoughts .photo img {
    width: 100%;
    display: block;
}
@media screen and (max-width: 1000px) {
    .mp-thoughts .title {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 640px) {
    .mp-thoughts .inner {
        display: block;
    }
    .mp-thoughts .item {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
}
*/

.sp-thoughts {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.sp-thoughts .name {
    display: block;
    font-size: 14px;
    border-top: 2px #eaeaea solid;
    padding-top: 5px;
}
.sp-thoughts .date {
    display: block;
    font-size: 12px;
    color: #0099b5;
    margin-bottom: 3px;
    margin-top: 3px;
}
.sp-thoughts .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.sp-thoughts .item {
    text-decoration: none;
    color: #000;
}
.sp-thoughts .photo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.sp-thoughts .photo img {
    width: 100%;
    display: block;
}

.cover-photo {
    width: 100%;
    max-width: 936px;
    margin-bottom: 20px;
}
.cover-photo a {
    display: block;
    width: 100%;
}
.cover-photo img {
    display: block;
    width: 100%;
    max-width: 936px;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
}

.cover-photo-description {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #6b6b6b;
    text-align: right;
}

.photo-inline1 {
    display: block;
	width: 100%;
	max-width: 600px;
	max-height: 400px;
	-o-object-fit: contain;
	object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.photo-inline-sub1 {
    display: block;
    color: #9a9a9a;
    font-size: 0.88em;
    padding-top: 5px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.photo-inline2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0px 20px;
}
.photo-inline2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.photo-inline2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.photo-inline2 .photo {
    display: block;
	width: 100%;
    max-width: 600px;
	max-height: 400px;
	-o-object-fit: contain;
	object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
    .photo-inline2 {
        display: block;
    }
    .photo-inline2 > *:nth-child(1) {
        margin-bottom: 20px;
    }
}

.static-text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.static-text blockquote {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(20,49,100,0.09);
    border: 1px rgba(20,49,100,0.3) solid;
    border-radius: 3px;
    padding: 15px;
}
.static-text a {
    color: #000;
}
.static-text a:hover {
    color: #0099b5;
}
.static-text .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.static-text .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.static-text ul li {
    list-style: disc;
}
.static-text h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
}
.static-text h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}
.static-text p,
.static-text ul,
.static-text ol {
    margin: 10px 0;
}
.static-text p {
    min-height: 1em;
}
.static-text ul {
    margin-left: 20px;
}
.static-text ol {
    margin-left: 20px;
}
.static-text .photo-inline1 {
    display: block;
	width: 100%;
	max-width: 600px;
	max-height: 400px;
	-o-object-fit: contain;
	object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}

.share {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-bottom: 30px;
}
.share .label {
    font-size: 14px;
    padding-right: 10px;
    color: #6b6b6b;
}

.sitemap-list {
    margin: 0;
}
.sitemap-list li {
    font-size: 18px;
    margin-bottom: 10px;
}
.sitemap-list li a {
    text-decoration: none;
    color: #000;
}
.sitemap-list li a:hover {
    color: #0099b5;
}

.footer-bottom {
    padding: 20px 0;
    background-color: #fff;
    border-top: 1px #000 solid;
}
.footer-text {
    text-align: left;
}
.footer-text p {
    margin: 0 0 15px 0;
}
footer {
    border-top: 1px #dbdbdb solid;
    padding: 20px 0 0 0;
    font-size: 14px;
    text-align: center;
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    position: relative;
}
footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
footer .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
footer .inner1 {
    position: relative;
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: right;
}
footer .inner .data {
    text-align: right;
}
footer .inner .menu li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
footer .inner .menu li:not(:last-child) {
    margin-bottom: 10px;
}
footer .inner .menu li a {
    text-decoration: none;
    color: #000;
}
footer .inner .menu li a:hover {
    text-decoration: none;
    color: #0099b5;
}
footer .informer {

    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    footer .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    footer .inner .data {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 20px;
    }
    footer .inner .copy {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    footer .inner .menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 500px) {
    footer .inner .menu {
        display: block;
    }
    footer .inner .menu li {
        margin-left: 0;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }
}

.scroll-temp {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    overflow: hidden;
    z-index: 5;
}
.scroll-temp img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 4;
}

.experts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    width: 100%;
}
.experts-grid .item {
    width: 100%;
}
.experts-grid .item .author {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.experts-grid .item .author .photo {
    display: block;
    width: 100%;
    border-bottom: 2px #eaeaea solid;
    margin-bottom: 5px;
    text-decoration: none;
}
.experts-grid .item .author .photo img {
    display: block;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.experts-grid .item .author .name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-grid .item .author .name a {
    color: inherit;
    text-decoration: none;
}
.experts-grid .item .author .position {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-grid .item .caption {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-grid .item .articles {
    overflow: hidden;
    /*max-height: 252px;*/
    width: 100%;
}
.experts-grid .item .articles .os2 {
    width: 100%;
    height: 100%;
}
.experts-grid .item .article {
    margin: 10px 0;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-grid .item .article .date {
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-bottom: 3px;
    color: #0099b5;
}
.experts-grid .item .article .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
.experts-grid .item .article .title a {
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .experts-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}
@media screen and (max-width: 560px) {
    .experts-grid {
        grid-template-columns: 1fr;
    }
    .experts-grid .item .author .photo {
        max-width: 300px;
    }
}

.experts-carousel-wrapper {
    width: 100%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.experts-carousel-wrapper .nav-button {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border: 1px #000 solid;
    background: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experts-carousel-wrapper .nav-button:disabled {
    display: none;
}

.experts-carousel-wrapper .nav-button svg {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}
.experts-carousel-wrapper .nav-next {
    right: 0;
}
.experts-carousel-wrapper .nav-next svg {
    right: -1px;
}
.experts-carousel-wrapper .nav-prev {
    left: 0;
}
.experts-carousel-wrapper .nav-prev svg {
    left: -1px;
    transform: rotate(180deg);
}
.experts-carousel-wrapper .item .author {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.experts-carousel-wrapper .item .author .photo {
    display: block;
    width: 100%;
    border-bottom: 2px #eaeaea solid;
    margin-bottom: 5px;
}
.experts-carousel-wrapper .item .author .photo img {
    display: block;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.experts-carousel-wrapper .item .author .name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-carousel-wrapper .item .author .name a {
    color: inherit;
    text-decoration: none;
}
.experts-carousel-wrapper .item .author .position {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.experts-carousel-wrapper .article {
    padding-left: 5px;
    padding-right: 5px;
}
.experts-carousel-wrapper .article .date {
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    font-style: italic;
    display: block;
    margin-bottom: 3px;
    color: #0099b5;
}
.experts-carousel-wrapper .article .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
.experts-carousel-wrapper .article .title a {
    color: inherit;
    text-decoration: none;
}

.sp-materials {

}
.sp-materials .item {
    margin-bottom: 20px;
}
.sp-materials .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
.sp-materials .title a {
    color: inherit;
    text-decoration: none;
}
.sp-materials .date {
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-bottom: 3px;
    color: #0099b5;
}


.poll-wrapper1 {
    background-color: rgba(0,0,0,0.01);
    border: 1px rgba(20,49,100,0.4) solid;
    border-radius: 3px;
    padding: 20px;
}
.poll-wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
}
.poll-wrapper .question {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.poll-wrapper .answer-list {
    margin-left: -5px;
    margin-right: -5px;
}
.poll-wrapper .answer-list .item {
    margin-bottom: 6px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: rgba(20,49,100,0.1);
}
.poll-wrapper .answer-list .item .icon {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translate(0,-50%);
}
.poll-wrapper .answer-list .item .icon path {
    fill: #143164!important;
}
.poll-wrapper .answer-list .item.active {
    background-color: rgba(20,49,100,0.3)!important;
}
.poll-wrapper .answer-list .item.active .icon {
    display: block;
}
.poll-wrapper .answer-list .item:hover {
    background-color: rgba(20,49,100,0.15);
}
.poll-wrapper .answer-list .item .answer {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}
.poll-wrapper .answer-list .item .votes-inline {
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
    font-weight: bold;
    color: #5f6cad;
}
.poll-wrapper .answer-list .item .votes {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    text-align: right;
}
.poll-wrapper .answer-list .item input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.poll-wrapper .answer-list .item .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(20,49,100,0.2);
    border-radius: 3px;
    width: 20%;
}

.poll-wrapper .btn-wrap {
    text-align: center;
}
.poll-wrapper .btn-vote {
    border: none;
    background-color: rgba(0, 153, 181, 1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    outline: none;
}
.poll-wrapper .btn-vote:hover {
    background-color: rgba(0, 153, 181, 1);
}
.poll-wrapper .btn-vote.hidden {
    display: none;
}
.poll-wrapper .total-info {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #4e4e4e;
    margin-bottom: 10px;
}
.poll-wrapper .total-info .label {
    font-size: 12px;
    line-height: 12px;
    padding-right: 3px;
}
.poll-wrapper .total-info .count {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-align: right;
}

.poll-wrapper .poll-notify-success {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #0da519;
    display: none;
}
.poll-wrapper .poll-notify-fail {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #a50d0d;
    display: none;
}
.poll-wrapper .poll-notify-success.active {
    display: block;
}
.poll-wrapper .poll-notify-fail.active {
    display: block;
}
@media screen and (max-width: 500px) {
    .poll-wrapper .question {
        font-size: 13px;
    }
    .poll-wrapper .answer-list .item .answer {
        font-size: 12px;
        line-height: 12px;
    }
    .poll-wrapper .answer-list .item .votes {
        font-size: 12px;
        line-height: 12px;
    }
}

.socials1 {
margin-top: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}

.socials1 a:not(:last-child) {
    margin-right: 10px;
}


.search-form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-form input {
    border: 1px #dbdbdb solid;
    border-radius: 4px;
    height: 44px;
    background: #fff;
    padding: 5px 20px;
    flex-grow: 1;
    outline: none;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.search-form button {
    flex-shrink: 0;
    height: 44px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #f70000;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.content .tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-result-item {
    margin-bottom: 20px;
}

.search-result-item a {
    color: #f70000;
}


.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pager__page {
    margin: 0 5px 10px 5px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

a.pager__page {
    color: #0099b5;
    text-decoration: none;
}