@charset "UTF-8";


.accordion {
    margin-bottom: 40px;
}

.accordion__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.accordion__body {
    display: none;
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 24px;
}

.faq-tab {
    margin-bottom: 24px;
}

.faq-tab__title {
    font-size: 18px;
    line-height: 1.39;
    font-weight: 700;
    max-width: calc( 100% - 54px);
}

.faq-tab i {
    width: 54px;
    display: block;
    line-height: 1.66;
    font-weight: 700;
    text-align: center;
}

.faq-accordion.is-open .icon-down-open-big:before {
    content: '\e805';
}

.content-block {
    margin-bottom: 40px;
}

.content-block-order-1,
.content-block-order-2 {
    margin-bottom: 24px;
}

.content-block__img {
    margin-bottom: 24px;
}

.content-block h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #0063a5;
    margin-bottom: 24px;
}

.content-block h3 {
    font-size: 15px;
    line-height: 1.66;
    font-weight: bold;
    color: #0063a5;
    margin-bottom: 8px;
}

.content-block p {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 16px;
}

.content-block p + h3 {
    margin-top: 24px;
}


.content-block__info {
    padding: 28px;
    background-color: #ffffff;
    border-radius: 5px;
}

.content-block__notice {
    padding: 28px;
    background-color: #0063a5;
    border-radius: 5px;
    color: #ffffff;
}

.content-block .content-block__notice * {
    color: #ffffff;
}

.title-block {
    margin: 56px auto 56px auto;
    text-align: center;
    max-width: 855px;
}

.title-block__title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #0063a5;
}

.title-block__description {
    margin-bottom: 56px;
    font-size: 15px;
    line-height: 1.66;
    color: #0a0000;
}

.team--title {
    margin-top: 40px;
}

.team__header {
    color: #0063a5;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 40px;
    text-align: center;
}

.team__item {
    margin: 0 -15px 40px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team__img {
    margin-bottom: 24px;
}

.team__content,
.team__img {
    padding: 0 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.team__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: bold;
    color: #0063a5;
}

.team__position {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 10px;
}

.team__position-desc {
    font-size: 12px;
}

.awards {
    margin: 56px 0;
}

.awards__item {
    margin-bottom: 24px;
}

.notice-block {
    margin: 56px 0;
    background-color: #0063a5;
    border-radius: 4px;
    padding: 24px;
}

.notice-block * {
    color: #ffffff;
}


.notice-block__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.notice-block__content {
    font-size: 15px;
    line-height: 1.66;
}

.info-block__item {
    border-radius: 4px;
    padding: 24px;
    background-color: #ffffff;
    margin: 24px 0;
}

.info-block__img {
    margin-bottom: 32px;
}

.info-block__img img {
    max-height: 57px;
    width: auto;
    margin: 0 auto;
}

.info-block__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #0063a5;
}

.info-block__text {
    font-size: 15px;
    line-height: 1.66;
}

.info-block a {
    color: #0a0000;
}

.funds-block {
    margin: 42px 0;
}

.funds-block .col {
    margin-top: 12px;
    margin-bottom: 12px;
}

.funds {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 5px;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.funds__img {
    display: block;
    max-width: 305px;
    width: 100%;
    margin: auto auto;
}

.funds__button {
    margin: 0 auto;
}

.funds__button .btn {
    color: #ffffff;
}


.sh-timeline-2 {
    position: relative;
    cursor: default;
    margin: 56px 0;
}

.sh-timeline-2 .sh-timeline-item {
    width: 100%;
    float: left;
}

.sh-timeline-2 .sh-timeline-item:first-child > div {
    margin-top: 0 !important;
}

.sh-timeline-2 h3 {
    font-weight: bold;
    font-size: 16px;
    color: #0063a5;
}

.sh-timeline-2 .sh-timeline-item:last-child {
    margin-bottom: 30px;
}

.sh-timeline-2 .sh-timeline-item > div {
    float: left;
    width: 50%;
    position: relative;
    padding-right: 45px;
    padding-left: 0;
    text-align: right;
    min-height: 60px;
}

.sh-timeline-2 > .sh-timeline-item:nth-child(2n+0) > div {
    float: right;
    padding-right: 0;
    padding-left: 45px;
    text-align: left;
}

.sh-timeline-2:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 5px;
    height: 100%;
    margin-left: -1.5px;
    background: rgba(172, 172, 172, 0.4);
    z-index: 5;
    border-radius: 5px;
}

.sh-timeline-2::after {
    clear: both;
    content: "";
    display: block;
}

.sh-timeline-2 .sh-timeline-box {
    width: 100%;
    padding: 8px 5px 8px 5px;
    display: table;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: -12px;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.12);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box {
    margin-left: -12px;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
}

.sh-timeline-2 .sh-timeline-box-left {
    display: none !important;
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-right {
    display: none !important;
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-left {
    display: table !important;
}

.sh-timeline-2 .sh-timeline-box-circle {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 16px;
    left: auto;
    right: 0;
    border: 4px solid #fff;
    border-radius: 100%;
    margin-right: -46px;
    margin-top: 12px;
    background-color: #0063a5;
    z-index: 10;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.18);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-circle {
    left: 0;
    right: auto;
    margin-left: -42px;
    margin-right: 0;
}

.sh-timeline-2 .sh-timeline-box-tale {
    content: "";
    position: absolute;
    top: 48px;
    right: -12px;
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, 0.09);
}

.sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-box-tale {
    left: 0;
    right: auto;
    top: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
}

.sh-timeline-2 .sh-timeline-date {
    position: absolute;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    top: 33px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
    text-align: left;
    right: -100%;
    padding-left: 66px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-date {
    text-align: right;
    left: -100%;
    padding-right: 66px;
}

.sh-timeline-2 .sh-timeline-image {
    width: 120px;
    position: relative;
}

.sh-timeline-2 .sh-timeline-image-container {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.sh-timeline-2 .sh-timeline-content-container {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-content-container {
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-content-container {
    padding-right: 20px;
}

.sh-timeline-2 .sh-timeline-content-full {
    width: 100%;
}

.sh-table {
    display: table;
    width: 100%;
}

.sh-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

@media (min-width: 768px) {

    .content-block-order-1 {
        margin-bottom: 0;
    }

    .content-block-order-2 {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .info-block__item {
        margin: 16px 0 56px 0;
        padding: 40px;
    }

    .info-block__item {
        margin: 44px 0 88px 0;
    }
}

@media (min-width: 992px) {
    .title-block {
        margin: 88px auto 88px auto;
    }

    .title-block--no-description .title-block__title {
        font-size: 32px;
    }

    .team--title {
        margin-top: 66px;
    }

    .team__header {
        margin-bottom: 66px;
    }

    .team__img {
        margin-bottom: 0;
    }

    .team__content,
    .team__img {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .awards {
        margin: 88px 0;
    }

    .awards__item {
        margin-bottom: 40px;
    }

    .notice-block {
        margin: 40px 0;
    }

    .sh-timeline-2 {
        margin: 63px 0;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px !important;
    }
}

@media (max-width: 768px) {
    .sh-timeline-2 .sh-timeline-item .sh-timeline-item-container {
        float: left !important;
        margin-top: 30px;
        width: 100%;
        text-align: left !important;
        padding-left: 45px !important;
        padding-right: 0 !important;
    }

    .sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
        padding: 0;
    }

    .sh-timeline-2:before {
        left: 0;
    }

    .sh-timeline-2 .sh-timeline-item {
        margin-top: 27px;
    }

    .sh-timeline-2 .sh-timeline-item .sh-timeline-box {
        margin-left: -10px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sh-timeline-2 .sh-timeline-item .sh-timeline-box-tale {
        left: 0;
        right: auto;
        top: 31px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
        box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
    }

    .sh-timeline-2 .sh-timeline-item .sh-timeline-box-circle {
        top: -45px;
        left: 0;
        right: auto;
        margin-left: -44px;
        margin-right: 0;
    }

    .sh-timeline-2 .sh-timeline-date {
        left: auto !important;
        right: auto !important;
        top: -35px !important;
        text-align: left !important;
    }

    .sh-timeline-2 > div .sh-timeline-image::before {
        left: 0 !important;
    }

    .sh-timeline-2 > div:nth-child(2n+0) .sh-timeline-image::before {
        left: 5px !important;
    }

    .sh-timeline-2 > div .sh-timeline-box-left {
        display: table !important;
    }

    .sh-timeline-2 h3 {
        line-height: 150% !important;
    }
}

@media (max-width: 480px) {
    .sh-timeline-2 .sh-table-cell {
        display: block !important;
        width: 100%;
    }

    .sh-timeline-2 .sh-timeline-image {
        height: 130px;
    }
}