@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,300i,400,400i,500,500i,700,700i&subset=latin-ext"); /* placeholder mixin for scss */ /* Color Palette */ /* Theme Color Palette */ /* Variables */

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-slider:before {
    content: "\e90c";
}

.icon-arrow-down:before {
    content: "\e901";
}

.icon-check:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-menu:before {
    content: "\e906";
}

.icon-print:before {
    content: "\e907";
}

.icon-search:before {
    content: "\e908";
}

.icon-twitter:before {
    content: "\e909";
}

.icon-user:before {
    content: "\e90a";
}

.icon-users:before {
    content: "\e90b";
}

.icon-arrow-right:before {
    content: "\e900";
}

* {
    text-align: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    color: #5a5956;
    font-weight: 300;
    background-color: #edecea;
    line-height: 26.6px;
    font-size: 14px;
}

    body ::-moz-selection {
        color: #ffffff;
        background: #c42b33;
    }

    body ::selection {
        color: #ffffff;
        background: #c42b33;
    }

    body ::-moz-selection {
        color: #ffffff;
        background: #c42b33;
    }

a {
    text-decoration: none;
    color: #c42b33;
    line-height: 26.6px;
    font-size: 14px;
}

    a:hover, a:focus {
        text-decoration: none;
    }

p {
    text-align: justify;
    margin: 0 0 10px 0;
}

div, p, span {
    text-align: justify;
    font-weight: 400;
    line-height: 26.6px;
    font-size: 14px;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul li {
        padding: 5px 0;
    }

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    padding: 0;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    line-height: 51.4514px;
    font-size: 39.578px;
}

h2 {
    line-height: 36.3818px;
    font-size: 27.986px;
}

h3 {
    line-height: 25.7348px;
    font-size: 19.796px;
}

h4, h5, h6 {
    line-height: 18.2px;
    font-size: 14px;
}

.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    width: 100%;
    background: #fff !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
    border-bottom: 1px solid #eaeaea;
    z-index: 20;
    top: 0;
}

    .header.sticky {
        height: 70px;
    }

        .header.sticky .header_logo svg, .header.sticky .header_logo img {
            width: 80px;
        }

        .header.sticky .header_search {
            height: 70px;
        }

        .header.sticky .header_login {
            height: 70px;
        }

.header_logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .header_logo svg, .header_logo img {
        width: 75px;
        height: auto;
        -webkit-transition: width .3s linear;
        transition: width .3s linear;
    }

.header_menu {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
}

    .header_menu.opened {
        overflow: hidden;
        overflow-y: scroll;
        opacity: 1;
        visibility: visible;
    }

.header_menu_title {
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1d;
    padding: 40px 30px 20px 30px;
}

.header_menu_language {
    padding: 20px 30px 0 30px;
}

.header_menu_language_url {
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1d;
}

.header_menu_content {
    padding: 10px 0;
}

.header_menu_content_list .header_menu_content_list {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    padding-left: 25px;
    top: 0;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
}

    .header_menu_content_list .header_menu_content_list.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.header_menu_content_link {
    position: relative;
    display: block;
    padding: 10px 30px;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
}

.header_menu_content [data-sub]:after {
    content: "\e900";
    position: absolute;
    font-family: 'iconfont';
    display: block;
    top: 12px;
    right: 30px;
    font-size: 14px;
}

.header_menu_content [data-back] {
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1d;
    padding: 40px 30px 20px 5px;
    margin-bottom: 10px;
}

    .header_menu_content [data-back]:before {
        font-family: 'iconfont';
        display: block;
        content: "\e900";
        float: left;
        margin-right: 15px;
        font-size: 14px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.header_mobile-menu {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #1d1d1d;
}

    .header_mobile-menu.opened {
        background: #fff;
    }

        .header_mobile-menu.opened span:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 29px;
        }

        .header_mobile-menu.opened span:nth-of-type(2) {
            opacity: 0;
        }

        .header_mobile-menu.opened span:nth-of-type(3) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 29px;
        }

    .header_mobile-menu span {
        position: absolute;
        left: 17px;
        display: block;
        width: 26px;
        height: 2px;
        background: #1d1d1d;
        -webkit-transition: opacity .3s linear, top .3s linear, -webkit-transform .3s linear;
        transition: opacity .3s linear, top .3s linear, -webkit-transform .3s linear;
        transition: transform .3s linear, opacity .3s linear, top .3s linear;
        transition: transform .3s linear, opacity .3s linear, top .3s linear, -webkit-transform .3s linear;
    }

        .header_mobile-menu span:nth-of-type(1) {
            top: 23px;
        }

        .header_mobile-menu span:nth-of-type(2) {
            top: 30px;
        }

        .header_mobile-menu span:nth-of-type(3) {
            top: 37px;
        }

.header_language {
    display: none;
}

.header_language_link {
    display: none;
}

.header_search {
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
}

    .header_search.active {
        background: #fff;
    }

        .header_search.active .icon-close {
            display: block;
        }

        .header_search.active .icon-search {
            display: none;
        }

    .header_search .icon-search {
        font-size: 17px;
        color: #1d1d1d;
    }

    .header_search .icon-close {
        display: none;
        font-size: 17px;
        color: #1d1d1d;
    }

.header_login {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 60px;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
}

    .header_login .icon-user {
        color: #ffffff;
        font-size: 20px;
    }

.header_login_link {
    display: none;
}

.header_login_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .search-box {
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
}

    .header .search-box.opened {
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

.header .search-box__container {
    max-width: 1150px;
    margin: 0 auto;
}

.header .search-box__input {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    float: left;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 300;
    color: #1d1d1d;
}

    .header .search-box__input.placeholder {
        color: #5a5956;
    }

    .header .search-box__input:-moz-placeholder {
        color: #5a5956;
    }

    .header .search-box__input::-moz-placeholder {
        color: #5a5956;
    }

    .header .search-box__input:-ms-input-placeholder {
        color: #5a5956;
    }

    .header .search-box__input::-webkit-input-placeholder {
        color: #5a5956;
    }

.header .search-box__button {
    border: 0;
    height: 40px;
    float: right;
}

    .header .search-box__button.passive, .header .search-box__button:disabled {
        background-color: #8e8e8e;
    }

        .header .search-box__button.passive:hover, .header .search-box__button:disabled:hover {
            cursor: not-allowed;
        }

    .header .search-box__button:hover {
        cursor: pointer;
    }

.header .search-box__title {
    display: none;
    font-size: 20px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-weight: 500;
}

.footer {
    width: 100%;
    padding: 60px 0;
    background: #c42b33 url(../image/footer-bg-pattern-2.gif);
}

    .footer div, .footer a, .footer span {
        font-weight: 300;
        font-size: 12px;
        letter-spacing: .7px;
        color: #fff;
    }

    .footer .container {
        padding: 0 20px;
    }

.footer__top__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .footer__top__logo svg {
        max-width: 90px;
    }

.footer__top__socialmedia, .footer__top__menu {
    text-align: center;
    width: 100%;
}

.footer__top__socialmedia_link {
    margin-right: 15px;
}

    .footer__top__socialmedia_link [class*="icon-"] {
        opacity: .7;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

        .footer__top__socialmedia_link [class*="icon-"]:before {
            font-size: 30px;
        }

        .footer__top__socialmedia_link [class*="icon-"]:hover {
            opacity: 1;
        }

    .footer__top__socialmedia_link:last-child {
        margin-right: 0;
    }

.footer__top__menu {
    margin-bottom: 35px;
    float: right;
    margin-top: 30px;
}

.footer__top__menu__link {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

    .footer__top__menu__link:hover {
        color: #ffffff;
    }

.footer__bottom__text, .footer__bottom__gricreative {
    display: block;
    width: 100%;
    text-align: center;
}

.footer__bottom__text {
    float: left;
}

.footer__bottom__gricreative {
    float: right;
}

.footer__bottom__gricreative__logo path {
    -webkit-transition: fill .2s linear;
    transition: fill .2s linear;
    fill: #fff;
}

.footer__bottom__gricreative__logo:hover path {
    fill: #ffffff;
}

.breadcrumb {
    display: none;
}

.breadcrumb_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #d9d8d7;
    padding: 0 0 14px 0;
}

    .breadcrumb_main li {
        display: inline-block;
        white-space: nowrap;
    }

        .breadcrumb_main li:after {
            font-family: 'iconfont';
            content: "\e900";
            font-size: 8px;
            margin: 0 15px;
            color: #6e6e6e;
        }

        .breadcrumb_main li a {
            font-size: 12px;
            color: #6e6e6e;
            -webkit-transition: color .2s linear;
            transition: color .2s linear;
            text-transform: uppercase;
        }

.breadcrumb_item {
    display: inline-block;
    white-space: nowrap;
}

    .breadcrumb_item:last-of-type:after {
        display: none;
    }

    .breadcrumb_item:last-of-type .breadcrumb_link {
        color: #c42b33;
    }

    .breadcrumb_item:after {
        font-family: 'iconfont';
        content: "\e900";
        font-size: 8px;
        margin: 0 15px;
        color: #6e6e6e;
    }

.breadcrumb_link {
    font-size: 12px;
    color: #6e6e6e;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    text-transform: uppercase;
}

    .breadcrumb_link:hover {
        color: #c42b33;
    }

.sidebar {
    padding-top: 7px;
}

.sidebar_title {
    text-align: left;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    color: #c42b33;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    border-bottom: 1px solid #d9d8d7;
    text-transform: uppercase;
}

.sidebar_main_item.active .sidebar_main_link {
    color: #c42b33;
}

.sidebar_main_link {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    padding: 10px 0;
    color: #1d1d1d;
    text-align: left;
}

.sidebar_sub {
    margin: 15px 0;
    border-left: 1px solid #d9d8d7;
    display: none;
}

    .sidebar_sub.active {
        display: block;
    }

.sidebar_sub_item {
    text-align: left;
    position: relative;
    display: block;
    padding: 8px 10px 8px 20px;
}

    .sidebar_sub_item:first-of-type {
        padding: 0 10px 8px 20px;
    }

    .sidebar_sub_item:last-of-type {
        padding: 8px 10px 0 20px;
    }

    .sidebar_sub_item.active .sidebar_sub_link {
        color: #c42b33;
    }

    .sidebar_sub_item.active:after {
        z-index: 2;
        left: -1px;
        top: 50%;
        margin-top: -10px;
        content: "";
        display: block;
        position: absolute;
        height: 20px;
        width: 1px;
        background: #c42b33;
    }

.sidebar_sub_link {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    color: #1d1d1d;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .sidebar_sub_link:hover {
        color: #c42b33;
    }

.sidebar-mobile {
    position: relative;
}

    .sidebar-mobile .icon-arrow-down {
        position: absolute;
        right: 14px;
        top: 42px;
        font-size: 9px;
        z-index: 1;
        color: #000000;
    }

    .sidebar-mobile img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        right: 17px;
        top: 39px;
    }

    .sidebar-mobile select {
        width: 100%;
        height: 50px;
        background: #ffffff;
        margin: 20px auto 0 auto;
        border: 1px solid #d8d8d8;
        padding: 0 35px 0 15px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .sidebar-mobile select:focus {
            outline: none;
        }

.button {
    font-size: 13px;
    display: inline-block;
    padding: 12px 30px 10px 30px;
    background: #c42b33;
    color: #ffffff;
    text-align: center;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}

    .button:hover {
        background: #a50d15;
    }

[disabled], .disabled {
    opacity: .6;
}

    [disabled]:after, .disabled:after {
        display: none !important;
    }

.page_title {
    color: #1d1d1d;
    margin: 40px 0 30px 0;
    text-align: left;
}

.page_banner {
    background: #f7f7f7;
    width: 100%;
    height: 240px;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.page_banner__gran {
    width: 45%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 62%, rgba(255,255,255,.8) 75%, rgba(0,212,255,0) 100%);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
}

.page_banner__gran__title {
    text-align: left;
    margin-top: 0;
    width: 100%;
    max-width: 280px;
    color: #1d1d1d;
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 100;
}

.page_banner.content-middle {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page_banner.page-not-found {
    height: 600px;
}

    .page_banner.page-not-found .page-not-found__title {
        font-size: 158px;
        line-height: 205.4px;
        font-weight: 100;
        margin: 0;
        padding: 0;
        color: #ffffff;
    }

    .page_banner.page-not-found .page-not-found__description {
        font-size: 28px;
        line-height: 36.4px;
        font-weight: 300;
        margin: 0;
        padding: 0;
        color: #ffffff;
    }

    .page_banner.page-not-found .button {
        margin-top: 30px;
    }

.page_container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px 40px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.page_sidebar {
    display: none;
}

.page_content {
    width: 100%;
    overflow: hidden;
}

    .page_content img {
        max-width: 100%;
        height: auto;
    }

    .page_content h1:not(.page_title), .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
        margin: 0 0 20px 0;
    }

.page_content__content-list {
    list-style-type: disc;
    list-style-position: inside;
}

.page_content__list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #d9d8d7;
}

    .page_content__list ul li span {
        float: left;
        font-size: 24px;
        color: #292929;
        font-weight: 300;
    }

    .page_content__list ul li a {
        float: right;
        font-weight: bold;
        color: #c42b33;
    }

    .page_content__list ul li:after, .page_content__list ul li:before {
        content: "";
        display: block;
        clear: both;
    }

.page_content__logo__list .content {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    padding-bottom: 25px;
}

    .page_content__logo__list .content:nth-child(odd) {
        float: left;
    }

    .page_content__logo__list .content:nth-child(even) {
        float: right;
    }

    .page_content__logo__list .content img {
        display: block;
        border: 1px solid #d9d8d7;
    }

    .page_content__logo__list .content span {
        display: block;
        padding: 25px 0 15px 0;
        font-size: 24px;
        color: #292929;
        font-weight: 300;
    }

    .page_content__logo__list .content a {
        display: block;
        font-size: 12px;
        line-height: 18px;
    }

.page_content__ykb img, .page_content__gmb img {
    float: right;
    max-width: 350px;
    margin-left: 20px;
}

.page_greenbox {
    background: #738c3a;
    padding: 40px 30px;
    margin: 30px 0;
}

    .page_greenbox * {
        color: #ffffff;
    }

.page_full {
    padding: 0 20px;
}

.page_full_content {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

    .page_full_content.groupcompany {
        padding: 50px 0 70px 0;
    }

    .page_full_content img {
        max-width: 100%;
        height: auto;
    }

    .page_full_content h1:not(.page_title), .page_full_content h2, .page_full_content h3, .page_full_content h4, .page_full_content h5, .page_full_content h6 {
        margin: 0 0 20px 0;
    }

    .page_full_content ul li {
        margin: 0;
        padding: 0;
        list-style-type: circle;
        list-style-position: inside;
    }

.page_full_text {
    padding-bottom: 50px;
}

.page_full_breadcrumb {
    display: none;
}

    .page_full_breadcrumb .breadcrumb {
        width: 100%;
    }

.page_chart {
    display: none;
}

.page .table-common-values__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page .table-common-values__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .page .table-common-values__column.left {
        width: 100%;
        max-width: 65%;
    }

    .page .table-common-values__column.right {
        width: 100%;
        max-width: 35%;
    }

.page .table-common-values__item {
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .page .table-common-values__item.full {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .page .table-common-values__item.half {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .page .table-common-values__item.bottom {
        width: 100%;
        padding-bottom: 25px;
    }

    .page .table-common-values__item.left {
        width: 50%;
        max-width: 50%;
    }

    .page .table-common-values__item.right {
        width: 50%;
        max-width: 50%;
        padding-right: 25px;
    }

.page .table-common-values__item__title {
    z-index: 1;
    top: 25px;
    left: 25px;
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.page .table-common-values__item__img {
    width: 100%;
}

.page .table-common {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.page .table-common__title {
    padding: 20px 0 20px 20px;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.page .table-common__left {
    width: 100%;
}

.page .table-common__left__vertical {
    margin-bottom: 15px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

    .page .table-common__left__vertical:nth-of-type(2) {
        margin-right: 15px;
    }

.page .table-common__left__horizontal {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
}

.page .table-common__right {
    width: 100%;
}

.page .table-common__right__first {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
}

.page .table-common__right__second {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
}

.page .table-common__bottom {
    width: 100%;
}

.page .table-common__bottom__item {
    width: 100%;
    height: 250px;
    background: purple;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
}

    .page .table-common__bottom__item:nth-of-type(1) {
        margin-right: 15px;
    }

.page__table {
    margin: 30px 0;
    border-collapse: collapse;
    width: 100%;
}

    .page__table thead th {
        width: 50%;
        background: #c42b33;
        color: #ffffff;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #ffffff;
        font-weight: 500;
    }

    .page__table tbody td {
        border: 2px solid #ffffff;
        color: #5a5956;
    }

        .page__table tbody td:not(.list) {
            padding: 0 10px;
        }

    .page__table tbody p {
        margin: 0;
        padding: 10px 0;
    }

    .page__table tbody .list ul li {
        padding: 10px;
        list-style-type: none;
    }

        .page__table tbody .list ul li:last-of-type {
            border-bottom: none;
        }

    .page__table tbody tr:nth-child(odd) {
        background: #fff;
    }

        .page__table tbody tr:nth-child(odd) ul li {
            border-bottom: 1px solid #f0f0f0;
        }

    .page__table tbody tr:nth-child(even) {
        background: #f0f0f0;
    }

        .page__table tbody tr:nth-child(even) ul li {
            border-bottom: 1px solid #fff;
        }

.contentlist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px;
}

.contentlist_item_icon {
    margin-right: 15px;
    padding-top: 5px;
}

.contentlist_item_icon_check, .contentlist_item_icon_close {
    width: 30px;
    height: 30px;
    border: solid 1px #d9d8d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contentlist_item_icon_check {
    padding: 3px 0 0 5px;
}

.contentlist_item_icon_close {
    padding: 2px 0 0 8px;
}

.contentlist_item_icon .icon-check {
    font-size: 13px;
    color: #4bb811;
}

.contentlist_item_icon .icon-close {
    font-size: 13px;
    color: #c42b33;
}

.contentlist_item_content {
    padding-left: 5px;
}

    .contentlist_item_content h2 {
        text-align: left;
    }

.contentlist_item_title {
    font-size: 20px;
    line-height: 26px;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.contentlist_item_text {
    font-size: 14px;
    line-height: 18.2px;
    color: #5a5956;
}
/* HOME PAGE */

.homepage-tab_header {
    /*background: #1d1d1d url(../image/footer-background-pattern.png);*/
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid #d9d8d6;
    border-width: 1px 0;
}

.homepage-tab_header_item {
    font-weight: 300;
    cursor: pointer;
    font-size: 28px;
    margin: 0 20px;
    padding: 20px 0;
    position: relative;
    color: #1d1d1d;
}

    .homepage-tab_header_item a {
        padding: 10px;
        min-width: 220px;
        background: #c42b33;
        border-radius: 0;
        border: 1px solid #c42b33;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        top: -60px;
        left: 0;
        right: 0;
        cursor: pointer;
        margin: 0 auto;
        z-index: 999;
        display: block;
        text-align: center;
    }

        .homepage-tab_header_item a:focus {
            outline: none;
        }

    .homepage-tab_header_item.active {
        color: #1d1d1d;
    }

/*.homepage-tab_header_item.active:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background: #c42b33;
            width: 100%;
            
        }*/

.homepage-tab_content {
    background: transparent;
    border-bottom: 1px solid #edecea;
}

.homepage-tab_content_item {
    display: none;
}

    .homepage-tab_content_item.active {
        display: block;
    }

.news-list {
    width: 100%;
}

.news-list_container {
    width: 100%;
}

.news-list_container_item {
    padding: 0 20px;
    float: left;
}

.news-list_container_item_date {
    font-size: 13px;
    line-height: 16.9px;
    color: #c42b33;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-list_container_item_title {
    text-align: left;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #1d1d1d;
    font-weight: 300;
}

.news-list .swiper-wrapper {
    padding: 50px 0 80px 0;
    height: auto !important;
}

.financial-data.group {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.financial-data_container_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 200px;
    padding-top: 60px;
}

.financial-data_container_item_number {
    font-weight: 200;
    font-size: 56px;
    line-height: 72.8px;
    color: #ffffff;
    display: inline-block;
}

.financial-data_container_item_text {
    padding: 12px 0 0 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 20.8px;
    color: #9c9a9a;
}

.financial-data .swiper-pagination, .news-list .swiper-pagination {
    display: block;
    bottom: 30px !important;
}

    .financial-data .swiper-pagination .swiper-pagination-bullet, .news-list .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 2px;
        background: #cdc9c5;
        opacity: .3;
        border-radius: 0;
    }

        .financial-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .news-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
            background: #c42b33;
        }

.page-pagination {
    margin-top: 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;
}

.page-pagination__link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin: 0 5px;
    color: #5a5956;
    display: inline-block;
}

    .page-pagination__link.active {
        background-color: #c42b33;
        color: #ffffff;
        font-weight: 500;
        border-radius: 50%;
    }

    .page-pagination__link.first, .page-pagination__link.last {
        color: #8e8e8e;
        border: 1px solid #d4d4d4;
        width: 40px;
        height: 40px;
        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;
    }

        .page-pagination__link.first .icon-arrow-right::before {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            display: inline-block;
            position: relative;
            top: 2px;
        }

.page-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-table__column:first-child .page-table__column__list {
    border-right: 0;
}

.page-table__column__title {
    color: #c42b33;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
}

.page-table__column__list {
    border: 1px solid #d9d8d7;
}

.page-table__column__list__item {
    height: auto;
    border-bottom: 1px solid #d9d8d7;
    padding: 25px 35px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

    .page-table__column__list__item:nth-child(odd) {
        background-color: #f5f4f3;
    }

.page-table.multiple .page-table__column .page-table__column__list__item {
    height: auto;
}

.page-table.multiple .page-table__column:last-of-type .page-table__column__list__item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .page-table.multiple .page-table__column:last-of-type .page-table__column__list__item p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 56px;
        border-bottom: 1px solid #d9d8d7;
        padding: 10px 35px;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.page-tab_select {
    position: relative;
}

    .page-tab_select * {
        outline: none;
    }

    .page-tab_select .icon-arrow-down {
        position: absolute;
        right: 14px;
        top: 21px;
        font-size: 9px;
        z-index: 1;
        color: #000000;
    }

    .page-tab_select select {
        background: #edecea;
        font-size: 16px;
        font-weight: 300;
        padding: 0 15px;
        width: 100%;
        height: 50px;
        color: #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 1px solid #d9d8d7;
    }

.page-tab_header {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #d9d8d7;
}

.page-tab_header_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #808080;
    margin: 0 15px;
}

    .page-tab_header_item.active {
        color: #c42b33;
    }

        .page-tab_header_item.active:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            left: 0;
            background: #c42b33;
            height: 2px;
            bottom: -1px;
        }

    .page-tab_header_item:first-of-type {
        margin: 0 15px 0 0;
    }

    .page-tab_header_item:last-of-type {
        margin: 0 0 0 15px;
    }

.page-tab_content {
    padding-top: 30px;
}

.page-tab_content_item {
    display: none;
}

    .page-tab_content_item.management {
        padding: 10px;
        border: 1px solid #d9d8d7;
    }

    .page-tab_content_item.active {
        display: block;
    }

.space {
    width: 100%;
    height: 25px;
}

.goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.goal_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 40px;
    background-color: #c42b33;
}

    .goal_title h3 {
        padding: 20px 0;
        margin: 0;
        color: #fff;
        font-weight: 300;
    }

.goal_content {
    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;
    padding: 20px 60px;
    background-color: #fff;
}

    .goal_content ul {
        margin: 0;
    }

        .goal_content ul li {
            padding: 8px 20px;
            list-style-type: circle;
        }

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    text-align: left;
}

.rating_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 40px;
    background-color: #c42b33;
}

    .rating_title h3 {
        padding: 20px 0;
        margin: 0;
        color: #fff;
        font-weight: 300;
        text-align: left;
    }

.rating_content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 60px;
    background-color: #fff;
}

    .rating_content ul {
        list-style-type: circle;
        text-align: left;
    }

.rating_content_half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .rating_content_half li {
        list-style-type: circle;
        text-align: left;
    }

        .rating_content_half li:last-child {
            list-style-type: none;
        }

.modal-gri {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-gri__checkbox {
    display: none;
}

    .modal-gri__checkbox:checked + .modal-gri {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.modal-gri__backdrop {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.modal-gri__content {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px;
    width: 600px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 10;
    -webkit-animation: animation 1.5s linear both;
    animation: animation 1.5s linear both;
}

.modal-gri__image {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    z-index: 10;
    -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

    .modal-gri__image img {
        width: 100%;
        max-width: 800px;
        height: auto;
        border: 10px solid #292929;
    }

.modal-gri__video {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    z-index: 10;
    -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

    .modal-gri__video .video-player {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        height: auto;
    }

        .modal-gri__video .video-player video {
            width: 100%;
            max-width: 700px;
        }

.modal-gri__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    font-family: arial;
    color: #ffffff;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #c42b33;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .modal-gri__close.outside {
        margin: 0 0 10px 0;
    }

@font-face {
    font-family: 'iconfont';
    src: url("../font/icon/icomoon.eot?3ipc2l");
    src: url("../font/icon/icomoon.eot?3ipc2l#iefix") format("embedded-opentype"), url("../font/icon/icomoon.ttf?3ipc2l") format("truetype"), url("../font/icon/icomoon.woff?3ipc2l") format("woff"), url("../font/icon/icomoon.svg?3ipc2l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 480px) {
    .rating_content_half {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .rating_content_half li:first-child {
            width: 30%;
        }
}

@media only screen and (min-width: 769px) {
    .footer__top__logo {
        margin: 0 auto;
    }

    .footer__top__socialmedia__list, .footer__top__menu__list {
        padding: 0;
        float: right;
    }

    .footer__top__socialmedia, .footer__top__menu {
        display: block;
    }

    .footer__top__menu {
        margin-top: 0;
    }

    .footer__top__menu__link {
        display: inline-block;
        text-align: right;
        margin: 0 8px;
    }

        .footer__top__menu__link:last-of-type {
            margin-right: 0;
        }

    .footer__bottom__text, .footer__bottom__gricreative {
        display: inline-block;
        text-align: initial;
        width: auto;
    }

    .sidebar-mobile {
        display: none;
    }

    .page .table-common {
        margin: 0;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page .table-common__left {
        width: 70%;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page .table-common__left__vertical {
        width: calc(50% - 8px);
    }

    .page .table-common__right {
        width: 30%;
    }

    .page .table-common__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page .table-common__bottom__item {
        width: calc(50% - 8px);
    }

    .news-list_container_item {
        padding: 0 40px;
    }

    .news-list_container_item_title {
        font-size: 28px;
        line-height: 36.4px;
    }

    .news-list .swiper-wrapper {
        padding: 80px 0;
    }

    .page-table__column__list__item {
        height: 265px;
    }

    .page-table.multiple .page-table__column .page-table__column__list__item {
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    body {
        line-height: 28.5px;
        font-size: 15px;
    }

    a {
        line-height: 28.5px;
        font-size: 15px;
    }

    p {
        margin: 0 0 15px 0;
    }

    div, p, span {
        line-height: 28.5px;
        font-size: 15px;
    }

    h1 {
        line-height: 55.1265px;
        font-size: 42.405px;
    }

    h2 {
        line-height: 38.9805px;
        font-size: 29.985px;
    }

    h3 {
        line-height: 27.573px;
        font-size: 21.21px;
    }

    h4, h5, h6 {
        line-height: 19.5px;
        font-size: 15px;
    }

    .header {
        height: 90px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header_logo {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 40px;
        padding-top: 10px;
    }

        .header_logo svg {
            width: 150px;
        }

    .header_menu {
        padding-left: 20px;
        top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        background: transparent;
    }

    .header_menu_title {
        display: none;
    }

    .header_menu_language {
        display: none;
    }

    .header_menu_content_list .header_menu_content_list {
        display: none;
    }

    .header_menu_content_item {
        display: inline-block;
    }

        .header_menu_content_item.active .header_menu_content_link {
            color: #c42b33;
        }

    .header_menu_content_link {
        padding: 10px 5px;
        font-size: 15px;
        line-height: 19.5px;
    }

    .header_menu_content [data-sub]:after {
        display: none;
    }

    .header_mobile-menu {
        display: none;
    }

    .header_language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 30px;
    }

    .header_language_link {
        display: inline-block;
        color: #1d1d1d;
        font-size: 12px;
    }

    .header_search {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 80px;
        height: 90px;
        border-left: 1px solid #eaeaea;
    }

        .header_search .icon-search {
            font-size: 15px;
        }

    .header_login {
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 130px;
        background: #c42b33;
        position: relative;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        height: 90px;
    }

        .header_login .icon-user {
            display: none;
        }

    .header_login_link {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
    }

    .header_login_icon {
        display: none;
        color: #ffffff;
        font-size: 14px;
    }

    .breadcrumb {
        display: block;
    }

    .page_banner {
        height: 400px;
        background-position: center center;
    }

    .page_banner__gran {
        padding-top: 90px;
    }

    .page_banner__gran__title {
        font-size: 40px;
        line-height: 52px;
        max-width: 350px;
        margin-top: 0;
    }

    .page_container {
        padding: 40px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .page_sidebar {
        display: block;
        width: 265px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page_content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 25px;
    }

        .page_content .list_bullet, .page_content ul li {
            margin: 0;
            padding: 0;
            list-style-type: circle;
            list-style-position: inside;
        }

    .page_full_breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 75px;
        margin-bottom: 50px;
    }

    .contentlist_item {
        margin-bottom: 50px;
    }

    .contentlist_item_icon_check, .contentlist_item_icon_close {
        padding: 10px 0 0 8px;
        width: 40px;
        height: 40px;
    }

    .contentlist_item_icon_check {
        padding: 8px 0 0 8px;
    }

    .contentlist_item_icon_close {
        padding: 8px 0 0 11px;
    }

    .contentlist_item_icon .icon-check {
        font-size: 17px;
    }

    .contentlist_item_icon .icon-close {
        font-size: 17px;
    }

    .contentlist_item_content {
        padding-left: 15px;
    }

    .contentlist_item_title {
        font-size: 28px;
        line-height: 36.4px;
        margin-bottom: 15px;
    }

    .contentlist_item_text {
        font-size: 15px;
        line-height: 19.5px;
    }

    .homepage-tab_header_item {
        margin: 0 35px;
    }

    .news-list_container_item {
        min-height: 150px;
    }

    .page-tab_select {
        display: none;
    }

    .page-tab_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-tab_content_item.management {
        padding: 50px;
    }
}

@media only screen and (min-width: 1225px) {
    .header_menu {
        padding-left: 30px;
    }

    .header_menu_content_link {
        padding: 10px;
        font-size: 16px;
        line-height: 20.8px;
    }

    .header_language {
        padding: 0 40px;
    }

    .header_search {
        width: 100px;
    }

    .header_login {
        width: 150px;
    }

    .page_banner {
        height: 500px;
    }

    .page_banner__gran__title {
        font-size: 45px;
        line-height: 58.5px;
        margin-bottom: 25px;
        max-width: 400px;
        margin-top: 0;
    }

    .financial-data_container_item_number {
        font-size: 80px;
        line-height: 104px;
    }

    .financial-data_container_item_text {
        padding: 19px 0 0 10px;
        font-weight: 300;
        font-size: 22px;
        line-height: 28.6px;
    }

    .financial-data .swiper-container {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 1600px) {
    .page_banner__gran__title {
        font-size: 48px;
        line-height: 62.4px;
        margin-bottom: 25px;
        max-width: 450px;
    }

    .news-list_container_item {
        padding: 0 100px;
    }

    .news-list .swiper-wrapper {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 768px) {
    .header .search-box {
        background-color: #fff;
        height: calc(100vh - 60px);
        padding: 40px 20px;
    }

    .header .search-box__title {
        display: block;
    }

    .header .search-box__input {
        width: 100%;
        background-color: transparent;
        border: 1px solid #2f2f2f;
        margin-bottom: 15px;
        color: #ffffff;
        padding: 0 15px;
    }

        .header .search-box__input.placeholder {
            color: #ffffff;
        }

        .header .search-box__input:-moz-placeholder {
            color: #ffffff;
        }

        .header .search-box__input::-moz-placeholder {
            color: #ffffff;
        }

        .header .search-box__input:-ms-input-placeholder {
            color: #ffffff;
        }

        .header .search-box__input::-webkit-input-placeholder {
            color: #ffffff;
        }

    .header .search-box__button {
        width: 100%;
    }

    .page_banner__gran {
        display: none;
    }

    .page__table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .page__table tbody tr, .page__table tbody td {
        display: block;
    }

    .page__table tbody td {
        background: #edecea;
        border: none;
    }

    .page__table td:before {
        background: #d8d8d8;
        padding: 10px;
        margin: 0 -10px;
        font-weight: 500;
        font-size: 16px;
        content: attr(data-label);
        display: block;
        width: 100%;
    }

    .page__table td.list:before {
        margin: 0;
    }

    .page__table td.list ul li {
        border: none;
    }

    .page-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-table__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page-table__column__list {
        border: 0;
    }
}

@media only screen and (max-height: 750px) {
    .page_banner__gran__title {
        font-size: 32px;
        line-height: 41.6px;
    }

    .page_banner__gran__desc p {
        font-size: 14px;
        left: 20px;
    }
}

@media only screen and (max-height: 700px) {
    .page_banner__gran__desc {
        font-size: 14px;
        left: 20px;
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes animation {
    0% {
        -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.71% {
        -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    11.31% {
        -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    17.02% {
        -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.62% {
        -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.93% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.15% {
        -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.57% {
        -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.71% {
        -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    11.31% {
        -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    17.02% {
        -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.62% {
        -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.93% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.15% {
        -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.57% {
        -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

.header_logo a svg path, .header_logo a svg rect, .header_logo a svg polygon {
    fill: white;
}

.-no-bullet {
    padding: 25px 0 !important;
    list-style-type: none !important;
}
/*# sourceMappingURL=main.css.map */
