@charset "UTF-8";
@import url("https://unpkg.com/swiper/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap");
html,
body {
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #eaedf5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", sans-serif;
    margin: 0.5em 0;
    font-weight: 800;
    letter-spacing: 0.5px;
}

ul {
    margin: 1em 0 2em 0;
}

li {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin: 0.5em 0;
}

a {
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

section {
    position: relative;
}

input,
select,
button {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    max-width: 1600px;
    background-color: #fff;
    margin: 0 auto;
    /* overflow: hidden; */
    box-shadow: 0px 0px 35px -13px;
}

@media screen and (max-width: 768px) {
    .wrapper {
        overflow: hidden;
    }
}

.main__layout__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.container__big {
    margin: 0 auto;
    max-width: 1493px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.responsive__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.content__area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.disable-selection {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.read__more__button {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #000000;
    color: #05218B;
    padding: 7px 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.read__more__button:hover {
    border: 1px solid #05218B;
}

.read__more__button__white {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    padding: 7px 20px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.read__more__button__white:hover {
    border: 1px solid white;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.content__cols__wrapper,
.main__presentation__cols__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .news__gallery__wrapper .content__cols__wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .content__cols .content__cols__wrapper {
        flex-wrap: wrap;
    }
}

.content__cols__wrapper .radom__article__wrapper,
.content__cols__wrapper .hot__numbers__wrapper,
.content__cols__wrapper .search__wrapper,
.main__presentation__cols__wrapper .radom__article__wrapper,
.main__presentation__cols__wrapper .hot__numbers__wrapper,
.main__presentation__cols__wrapper .search__wrapper {
    margin-left: 90px;
}

@media screen and (max-width: 1300px) {
    .content__cols__wrapper .radom__article__wrapper,
    .content__cols__wrapper .hot__numbers__wrapper,
    .content__cols__wrapper .search__wrapper,
    .main__presentation__cols__wrapper .radom__article__wrapper,
    .main__presentation__cols__wrapper .hot__numbers__wrapper,
    .main__presentation__cols__wrapper .search__wrapper {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .content__cols__wrapper .radom__article__wrapper,
    .content__cols__wrapper .hot__numbers__wrapper,
    .content__cols__wrapper .search__wrapper,
    .main__presentation__cols__wrapper .radom__article__wrapper,
    .main__presentation__cols__wrapper .hot__numbers__wrapper,
    .main__presentation__cols__wrapper .search__wrapper {
        margin-left: 0;
    }
}

.main__presentation {
    position: relative;
    background-color: #0627A6;
}

.main__presentation .decoration {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 450px;
    background-size: cover;
    background: url("../../../static/images/general/header__decoration.png") no-repeat top left;
    opacity: 0.5;
}

.main__presentation .decoration::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0627A6), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #0627A6, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #0627A6, rgba(255, 255, 255, 0));
}

.header__sizer {
    min-height: 80px;
    max-height: 80px;
}

@media screen and (max-width: 480px) {
    .header__sizer {
        min-height: unset;
    }
}

.page__body__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__body__wrapper>.content__area__wrapper {
    margin: 40px 5% 40px 0;
}

@media screen and (max-width: 1024px) {
    .page__body__wrapper>.content__area__wrapper {
        margin: 40px 20px 40px 10px;
    }
}

@media screen and (max-width: 768px) {
    .page__body__wrapper {
        flex: 1 1 auto;
        max-width: unset;
    }
    .page__body__wrapper>.content__area__wrapper {
        margin: 40px 10px 40px 10px;
    }
}

@media screen and (max-width: 480px) {
    .page__body__wrapper>.content__area__wrapper {
        margin: 10px 10px 20px 10px;
    }
}

.inside__page__wrapper .content__cols__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inside__page__wrapper .page__title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .inside__page__wrapper .page__title {
        font-size: 19px;
    }
}

.inside__page__wrapper .logo__wrapper {
    background-color: #0627A6;
    position: relative;
    padding: 16px 40px 8px 0;
}

.inside__page__wrapper .logo__wrapper .logo>img.mobile,
.main__presentation__wrapper .logo__wrapper>img.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .inside__page__wrapper .logo__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .inside__page__wrapper .logo__wrapper .logo>img:not(.mobile),
    .main__presentation__wrapper .logo__wrapper>img:not(.mobile) {
        display: none;
    }
    .inside__page__wrapper .logo__wrapper img.mobile,
    .main__presentation__wrapper .logo__wrapper img.mobile {
        display: block !important;
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .inside__page__wrapper .logo__wrapper {
        padding: 5px 20px;
    }
}

.inside__page__wrapper .logo__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 170px;
    height: 100%;
    background-color: #0627A6;
}

.inside__page__wrapper .logo__wrapper img {
    margin: 0;
}


/* .inside__page__wrapper .decoration__white {
  background-size: 360px !important;
} */

.inside__page__wrapper .navigation__wrapper {
    padding: 0 0 18px 0;
}

@media screen and (max-width: 1024px) {
    .inside__page__wrapper .navigation__wrapper {
        max-width: 100%;
    }
}

.inside__page__wrapper .navigation__wrapper .decoration__white {
    top: 91px;
    height: calc(100% - 91px);
    width: 311px;
    right: -311px;
}

@media screen and (max-width: 768px) {
    .inside__page__wrapper .navigation__wrapper .decoration__white,
    .navigation__sidebar__wrapper .questionnaire__wrapper,
    .navigation__sidebar__wrapper .vertical__news__wrapper {
        display: none !important;
    }
}

.inside__page__wrapper .header__part {
    min-height: 116px;
    max-height: 116px;
}

.inside__page__wrapper .navigation__wrapper,
.inside__page__wrapper .navigation__wrapper .after__pseudo,
.inside__page__wrapper .lang__wrapper {
    background-color: #EAEDF5 !important;
}

.navigation__sidebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media screen and (max-width: 768px) {
    .navigation__sidebar__wrapper {
        position: fixed;
        top: 0;
        right: -320px;
        z-index: 22;
        width: 320px;
        min-width: 320px;
        padding: 20px 0 20px 0;
        transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
}

.navigation__sidebar__wrapper>* {
    margin-bottom: 35px;
    margin-top: 0 !important;
}


/* .navigation__sidebar__wrapper>*:last-child {
    margin-bottom: 0;
} */

.navigation__sidebar__wrapper .vertical__news__wrapper {
    padding: 0;
    background-color: unset;
}

.navigation__sidebar__wrapper .vertical__news__wrapper .content__area__wrapper {
    flex-direction: column !important;
}

.navigation__sidebar__wrapper .vertical__news__wrapper .item__wrapper:last-child {
    display: flex !important;
}

.navigation__sidebar__wrapper .vertical__news__wrapper .thumb {
    display: none;
}

.navigation__sidebar__wrapper .vertical__news__wrapper .item__wrapper {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.navigation__sidebar__wrapper .vertical__news__wrapper .item__wrapper:last-child {
    border-bottom: unset !important;
    padding-bottom: unset !important
}

.navigation__sidebar__wrapper .questionnaire__wrapper,
.navigation__sidebar__wrapper .vertical__news__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: unset;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 25, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(9, 173, 25, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 25, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 25, 0.4);
        box-shadow: 0 0 0 0 rgba(9, 173, 25, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(9, 173, 25, 0);
        box-shadow: 0 0 0 25px rgba(9, 173, 25, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(9, 173, 25, 0);
        box-shadow: 0 0 0 0 rgba(9, 173, 25, 0);
    }
}

footer.footer {
    margin: 40px 0 20px 0;
}

.footer__wrapper {
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .footer__wrapper {
        padding: 0 10px;
    }
}

.footer__wrapper .top__wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.footer__wrapper .bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #555555;
}

@media screen and (max-width: 768px) {
    .footer__wrapper .bottom__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

.footer__wrapper .bottom__wrapper .developed .link {
    color: #555555;
    font-weight: bold;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

@media screen and (max-width: 480px) {
    .footer__wrapper .bottom__wrapper .developed {
        margin-top: 10px;
    }
}

.footer__wrapper .bottom__wrapper .developed .link:hover {
    color: #02A0A3;
}

.footer__wrapper .block__title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.33em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__wrapper .content__area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer__wrapper .content__area__wrapper .col__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(25% - 19px);
    margin-right: 25px;
    min-height: 40px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
    .footer__wrapper .content__area__wrapper .col__item {
        max-width: calc(50% - 13px);
    }
    .footer__wrapper .content__area__wrapper .col__item:nth-child(2),
    .footer__wrapper .content__area__wrapper .col__item:nth-child(2n) {
        margin-right: 0;
    }
}

.footer__wrapper .content__area__wrapper .col__item:last-child {
    margin-right: 0;
}

.footer__wrapper .content__area__wrapper .col__item.social__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__wrapper .content__area__wrapper .col__item.social__items .item {
    margin-right: 22px;
}

.footer__wrapper .content__area__wrapper .col__item.social__items .item:last-child {
    margin-right: 0;
}

.footer__wrapper .content__area__wrapper .col__item.social__items .item .icon {
    width: 24px;
    height: 24px;
    opacity: 0.4;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.footer__wrapper .content__area__wrapper .col__item.social__items .item:hover .icon {
    opacity: 0.6;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.footer__wrapper .content__area__wrapper .col__item .title {
    font-size: 13px;
    color: #777777;
}

.footer__wrapper .content__area__wrapper .col__item .body {
    font-size: 20px;
    font-weight: 600;
}

.navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 18px 0;
    max-width: 300px;
}

@media screen and (max-width: 1024px) {
    .navigation__wrapper {
        max-width: 35%;
        padding: 0 0 18px 10px;
    }
}

@media screen and (max-width: 768px) {
    .main__presentation .navigation__wrapper {
        padding: 0;
    }
    .main__presentation .navigation__wrapper .header__sizer {
        min-height: 50px;
    }
    .navigation__wrapper {
        position: fixed;
        top: 0;
        right: -380px;
        z-index: 22;
        width: 320px;
        min-width: 320px;
        bottom: 0;
        margin-bottom: 0;
        padding: 20px 0 0 0;
        transition: .2s ease-in-out;
    }
}

.menu__toggler {
    display: none;
    width: 38px;
    height: 38px;
}

@media screen and (max-width: 768px) {
    .menu__toggler {
        display: block;
    }
}

.navigation__wrapper .after__pseudo {
    position: absolute;
    top: 0;
    width: 311px;
    right: -311px;
    height: 100%;
    background-color: #ffffff;
}

.navigation__wrapper .decoration__white {
    position: absolute;
    top: 91px;
    width: 310px;
    right: -310px;
    height: calc(100% - 91px);
    background: #ffffff url("../../static/images/general/mold_stem.png") 0 40px no-repeat;
    background-size: 100%;
    z-index: 2;
    opacity: 0.08;
}

@media screen and (max-width: 1024px) {
    .navigation__wrapper .decoration__white,
    .navigation__wrapper .after__pseudo,
    .navigation__wrapper .header__part .lang__wrapper,
    .navigation__wrapper .header__part .resize__target__line {
        display: none !important;
    }
}

.navigation__wrapper .header__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.navigation__wrapper .header__part .lang__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    width: 311px;
    right: -311px;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
}

.mobile__sidebar__close {
    display: none;
}

@media screen and (max-width: 768px) {
    .navigation__wrapper .header__part .lang__wrapper {
        display: flex !important;
        top: calc(100vh - 88px);
        right: 0;
        left: 0;
        width: unset;
        padding: 20px;
        flex-direction: row-reverse;
        height: unset;
    }
    .mobile__sidebar__close {
        display: block;
        position: absolute;
        top: 24px;
        left: -40px;
        background: #EAEDF5 url('../../../static/images/general/close.png') center center no-repeat;
        background-size: 60% 60%;
        width: 40px;
        height: 40px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .main__presentation .mobile__sidebar__close {
        background: #FFFFFF url('../../../static/images/general/close.png') center center no-repeat;
        background-size: 60% 60%;
    }
}

.navigation__wrapper .header__part .lang__wrapper .lang {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-right: 15px;
}

.navigation__wrapper .header__part .lang__wrapper .lang:hover,
.navigation__wrapper .header__part .lang__wrapper .lang.active {
    color: #000000;
}

.navigation__wrapper .header__part .lang__wrapper .lang.active {
    font-weight: 600;
}

.navigation__wrapper .header__part .lang__wrapper .icon-lang {
    width: 18px;
    height: 18px;
    fill: #999999;
}

.navigation__wrapper .header__part .resize__target__line {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 548px;
    right: -548px;
    background-color: #D5D9DD;
    z-index: 3;
}

.navigation__wrapper .header__part .date {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
}

.inside__page__wrapper .navigation__wrapper .header__part .search__wrapper {
    margin: 0;
    padding: 0 18px;
}

.inside__page__wrapper .navigation__wrapper .header__part .search__wrapper .search {
    box-shadow: 0 8px 12px rgba(8, 35, 48, 0.1);
}

.inside__page__wrapper .navigation__wrapper .header__part .search__wrapper .search .icon {
    margin-right: 0;
    width: 20px;
    height: 20px;
}

.navigation__wrapper .links__wrapper {
    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: 40px;
}

@media screen and (max-width: 1024px) {
    .navigation__wrapper .links__wrapper {
        margin-right: 10px;
    }
}

.navigation__wrapper .link__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .main__presentation .navigation__wrapper .links__wrapper {
        height: calc(100% - 95px);
    }
    .navigation__wrapper .links__wrapper {
        margin-top: 10px;
        height: calc(100% - 170px);
        overflow-x: scroll;
    }
    .navigation__wrapper .link__wrapper {
        flex: 0 1 auto;
    }
}

.navigation__wrapper .link__wrapper.show .over__wrapper {
    max-height: 1500px;
}

.navigation__wrapper .link__wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    cursor: pointer;
    padding-left: 18px;
}

.navigation__wrapper .link__wrapper .over__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.navigation__wrapper .link__wrapper .over__wrapper .link {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55em;
    color: #555555;
    padding-left: 62px;
    position: relative;
    margin-bottom: 15px;
}

.navigation__wrapper .link__wrapper .over__wrapper .link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: transparent;
    z-index: 3;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.navigation__wrapper .link__wrapper .over__wrapper .link.active {
    font-weight: 600;
    color: #05218B;
}

.navigation__wrapper .link__wrapper .over__wrapper .link.active::after {
    background-color: #0035FF;
}

.navigation__wrapper .link__wrapper .over__wrapper .link.active:hover {
    color: #05218B;
}

.navigation__wrapper .link__wrapper .over__wrapper .link.active:hover::after {
    background-color: #0035FF;
}

.navigation__wrapper .link__wrapper .over__wrapper .link:hover {
    color: #02A0A3;
}

.navigation__wrapper .link__wrapper .over__wrapper .link:hover::after {
    background-color: #02A0A3;
}

.navigation__wrapper .link__wrapper:last-child {
    margin-bottom: 0;
}

.navigation__wrapper .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 22px;
}

.navigation__wrapper .title {
    display: block;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35em;
    color: #0627A6;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.navigation__wrapper .title:hover {
    color: #02A0A3;
}

.success__store__wrapper {
    background-color: #EAEDF5;
    padding: 200px 50px 80px 50px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .success__store__wrapper {
        padding: 120px 20px 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .success__store__wrapper {
        padding: 80px 0 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .success__store__wrapper {
        background-size: 150% 180px;
        background-repeat: no-repeat;
    }
}

.success__store__wrapper .top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .success__store__wrapper .top__wrapper {
        padding: 0 10px;
    }
}

.success__store__wrapper .top__wrapper .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 32px;
    line-height: 1.35em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.5);
}

.success__store__wrapper .top__wrapper .social__items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .top__wrapper .social__items__wrapper {
        display: none;
    }
}

.success__store__wrapper .top__wrapper .social__items__wrapper>* {
    margin-right: 22px;
}

.success__store__wrapper .top__wrapper .social__items__wrapper>*:last-child {
    margin-right: 0;
}

.success__store__wrapper .top__wrapper .social__items__wrapper .icon {
    width: 26px;
    height: 26px;
    fill: #ffffff;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.success__store__wrapper .top__wrapper .social__items__wrapper .icon:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.success__store__wrapper .top__wrapper .social__items__wrapper .text {
    font-size: 16px;
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.5);
}

.success__store__wrapper .content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: flex-start;
    max-width: 35%;
    min-width: 35%;
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .content__wrapper .tabs__items__wrapper {
        max-width: unset;
    }
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item {
    padding: 28px 20px;
    background-color: #F5A534;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45em;
    position: relative;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item {
        border-bottom: 1px solid #ca882a;
    }
    .success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item.active,
    .success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item:last-child {
        border-bottom: unset;
    }
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item.active,
.success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item:hover {
    background-color: #333333;
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item.active::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #333333;
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .content__wrapper .tabs__items__wrapper .tab__item.active::after {
        right: 10px;
        top: calc(100% - 4px);
        transform: rotate(90deg);
    }
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .view__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #05218B;
    text-transform: uppercase;
    padding: 18px 36px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .view__more .icon {
    width: 16px;
    height: 10px;
    fill: #000000;
    margin-left: 10px;
}

.success__store__wrapper .content__wrapper .tabs__items__wrapper .view__more:hover {
    padding-right: 25px;
}

.success__store__wrapper .content__wrapper .tabs__contents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #ffffff;
    padding: 35px 50px;
}

@media screen and (max-width: 768px) {
    .success__store__wrapper .content__wrapper .tabs__contents__wrapper {
        padding: 35px 20px;
    }
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .content__wrapper .tabs__contents__wrapper {
        display: none;
    }
}

.success__store__wrapper .content__wrapper .tab__content__item {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-direction: column;
}

.success__store__wrapper .content__wrapper .tab__content__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.success__store__wrapper .content__wrapper .tab__content__item .thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .success__store__wrapper .content__wrapper .tab__content__item .thumb {
        margin-bottom: 15px;
    }
}

.success__store__wrapper .content__wrapper .tab__content__item .content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .success__store__wrapper .content__wrapper .tab__content__item .content__wrapper {
        padding: 0px 10px 20px 10px;
    }
}

.success__store__wrapper .content__wrapper .tab__content__item .posted__date {
    font-size: 13px;
    color: #777777;
    margin-bottom: 10px;
}

.success__store__wrapper .content__wrapper .tab__content__item .title {
    font-weight: 600;
    line-height: 1.45em;
    color: #000000;
    margin-bottom: 10px;
}

.success__store__wrapper .content__wrapper .tab__content__item .body {
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.65em;
    margin-bottom: 20px;
}

.items__slider__wrapper .item__slide {
    height: 320px;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.items__slider__wrapper .item__slide .content__area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #02A0A3), to(rgba(2, 160, 163, 0.1)));
    background: -o-linear-gradient(left, #02A0A3 50%, rgba(2, 160, 163, 0.1));
    background: linear-gradient(to right, #02A0A3 50%, rgba(2, 160, 163, 0.1));
    padding: 45px 120px;
}

@media screen and (max-width: 1024px) {
    .items__slider__wrapper .item__slide .content__area__wrapper {
        padding: 40px;
    }
    .items__slider__wrapper .item__slide {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .items__slider__wrapper .item__slide .content__area__wrapper {
        padding: 10px;
    }
}

.items__slider__wrapper .item__slide .content__area__wrapper .category {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.3;
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.2);
    margin-bottom: 10px;
}

.items__slider__wrapper .item__slide .content__area__wrapper .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.45em;
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.2);
    color: #ffffff;
    max-width: 50%;
    margin-bottom: 15px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

@media screen and (max-width: 768px) {
    .items__slider__wrapper .item__slide .content__area__wrapper .title {
        max-width: unset;
    }
}

.items__slider__wrapper .item__slide .content__area__wrapper .title:hover {
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.8);
}

.items__slider__wrapper .item__slide .content__area__wrapper .body {
    font-size: 14px;
    line-height: 1.55em;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(74, 66, 43, 0.2);
    letter-spacing: 1px;
    max-width: 75%;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .items__slider__wrapper .item__slide .content__area__wrapper .body {
        max-width: unset;
    }
}

@media screen and (max-width: 480px) {
    .items__slider__wrapper .item__slide .content__area__wrapper .body {
        display: none;
    }
}

.items__slider__wrapper .dots__wrapper {
    right: 25px;
    bottom: 10px;
    left: unset;
    width: auto;
}

.items__slider__wrapper .dots__wrapper .dot__item {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 0.4;
}

.items__slider__wrapper .dots__wrapper .dot__item.active {
    opacity: 0.6;
    background-color: #ffffff;
}

section.utils__liks {
    margin-top: 60px;
    margin-bottom: 40px;
}

.utils__liks__wrapper {
    margin: 0 40px;
}

@media screen and (max-width: 1024px) {
    .utils__liks__wrapper {
        margin: 0 10px;
    }
}

.utils__liks__wrapper .block__title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.utils__liks__wrapper .items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.utils__liks__wrapper .items__wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: calc(33.33% - 14px);
    min-width: calc(33.33% - 14px);
    border: 1px solid #E0E0E0;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    padding: 22px;
}

@media screen and (min-width: 1025px) {
    .utils__liks__wrapper .items__wrapper .item:nth-child(3),
    .utils__liks__wrapper .items__wrapper .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .utils__liks__wrapper .items__wrapper .item {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1024px) {
    .utils__liks__wrapper .items__wrapper .item:nth-child(2),
    .utils__liks__wrapper .items__wrapper .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .utils__liks__wrapper .items__wrapper .item {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .utils__liks__wrapper .items__wrapper .item:last-child {
        margin-bottom: 0;
    }
}

.utils__liks__wrapper .items__wrapper .item .decoration-item {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    fill: #8D8D8D;
}

.utils__liks__wrapper .items__wrapper .item:hover {
    -webkit-box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
}

.utils__liks__wrapper .items__wrapper .item .content__area__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.utils__liks__wrapper .items__wrapper .item .content__area__wrapper .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45em;
    color: #05218B;
    text-transform: uppercase;
}

.utils__liks__wrapper .items__wrapper .item .content__area__wrapper .description {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.45em;
    color: #333333;
    text-transform: uppercase;
}

.utils__liks__wrapper .items__wrapper .item .thumb {
    margin-right: 20px;
}

.liks__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.liks__wrapper .liks__block__item {
    min-height: 250px;
    min-width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #EAEDF5;
    padding: 50px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .liks__wrapper .liks__block__item {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 768px) {
    .liks__wrapper .liks__block__item {
        min-width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .liks__wrapper .liks__block__item {
        padding: 30px 10px;
    }
}

.liks__wrapper .liks__block__item:not(.small):nth-child(2),
.liks__wrapper .liks__block__item:not(.small):nth-child(2n) {
    margin-right: 0;
}

.liks__wrapper .liks__block__item.small {
    min-width: calc(25% - 3px);
    max-width: calc(25% - 3px);
}

@media screen and (max-width: 768px) {
    .liks__wrapper .liks__block__item.small {
        min-width: calc(50% - 2px);
        max-width: calc(50% - 2px);
    }
}

.liks__wrapper .liks__block__item.small .link {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35em;
    color: #0627A6;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
}

.liks__wrapper .liks__block__item.small:nth-child(odd) {
    margin-right: 0;
}

.liks__wrapper .liks__block__item .block__title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.45em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.liks__wrapper .liks__block__item .decoration {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 480px) {
    .liks__wrapper .liks__block__item .block__title {
        padding-right: 40px;
    }
    .liks__wrapper .liks__block__item .decoration {
        right: 10px;
        top: 10px
    }
}

.liks__wrapper .liks__block__item .items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.liks__wrapper .liks__block__item .items__wrapper .col__wrapper {
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .liks__wrapper .liks__block__item .items__wrapper .col__wrapper {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 20px;
    }
}

.liks__wrapper .liks__block__item .items__wrapper .col__wrapper:nth-child(even) {
    margin-right: 0;
}

.liks__wrapper .liks__block__item .items__wrapper .link {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65em;
    color: #0627A6;
    margin-bottom: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.liks__wrapper .liks__block__item .items__wrapper .link:hover {
    color: #02A0A3;
}

.vertical__news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 35%;
    padding: 50px 50px 20px 30px;
}

.vertical__news__wrapper.images {
    background-color: #EAEDF5;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
}

@media screen and (max-width: 1024px) {
    .vertical__news__wrapper.images {
        padding: 30px 20px 30px 30px;
    }
    .vertical__news__wrapper:first-child {
        flex: 1 1 auto;
        max-width: unset;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .vertical__news__wrapper.images {
        padding: 30px 20px;
        flex: 0 1 auto;
        max-width: unset;
    }
    .vertical__news__wrapper:first-child {
        flex: 1 1 auto;
        max-width: unset;
        padding: 20px;
    }
}

.vertical__news__wrapper .block__title__wrapper {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .vertical__news__wrapper.images .block__title__wrapper {
        margin-bottom: 25px;
    }
    .vertical__news__wrapper .block__title__wrapper .block__title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .vertical__news__wrapper .block__title__wrapper .read__more__button {
        display: none;
    }
}

.vertical__news__wrapper .block__title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .vertical__news__wrapper.images>.content__area__wrapper {
        flex: 0 1 auto;
    }
    .vertical__news__wrapper:not(.images)>.content__area__wrapper {
        flex-direction: row;
        justify-content: space-between;
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px) {
    .vertical__news__wrapper.images>.content__area__wrapper {
        flex: 0 1 auto;
        flex-direction: row;
        justify-content: space-between;
    }
    .vertical__news__wrapper:not(.images)>.content__area__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 25px 0 15px 0;
    }
}

.vertical__news__wrapper .item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
    /* .vertical__news__wrapper.images .item__wrapper:last-child {
        display: none;
    } */
    .vertical__news__wrapper:not(.images) .item__wrapper {
        flex: 0 1 31%;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none
    }
}

@media screen and (max-width: 768px) {
    .vertical__news__wrapper.images .item__wrapper {
        flex: 0 1 48%;
        flex-direction: column;
        margin-right: 15px;
    }
    .vertical__news__wrapper.images .item__wrapper:last-child,
    .vertical__news__wrapper.images .item__wrapper:nth-child(3) {
        margin-right: 0;
    }
    .vertical__news__wrapper:not(.images) .item__wrapper {
        display: flex !important;
        flex: 0 1 calc(50% - 10px);
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .vertical__news__wrapper:not(.images) .item__wrapper:nth-child(2),
    .vertical__news__wrapper:not(.images) .item__wrapper:nth-child(2n) {
        margin-right: 0;
    }
    .vertical__news__wrapper:not(.images) .item__wrapper:nth-child(3),
    .vertical__news__wrapper:not(.images) .item__wrapper:nth-child(4) {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none !important;
    }
}

.vertical__news__wrapper .item__wrapper:last-child {
    padding-bottom: 0;
    border: unset;
}

@media screen and (max-width: 1024px) {
    .vertical__news__wrapper.images .item__wrapper:last-child {
        margin-bottom: 0;
    }
    .vertical__news__wrapper:not(.images) .item__wrapper:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .vertical__news__wrapper.images .item__wrapper:last-child {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .vertical__news__wrapper.images>.content__area__wrapper {
        flex-wrap: wrap;
    }
    .vertical__news__wrapper.images .item__wrapper {
        flex: 0 1 calc(50% - 10px);
    }
    .vertical__news__wrapper.images .item__wrapper:nth-child(2),
    .vertical__news__wrapper.images .item__wrapper:nth-child(2n),
    .vertical__news__wrapper.images .item__wrapper:last-child {
        margin-right: 0;
    }
    .vertical__news__wrapper.images .item__wrapper:nth-child(3),
    .vertical__news__wrapper.images .item__wrapper:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }
}

.vertical__news__wrapper .item__wrapper .thumb {
    min-width: 120px;
    max-width: 120px;
    margin-right: 15px;
}

.vertical__news__wrapper .item__wrapper .thumb img {
    border-radius: 4px;
}

@media screen and (min-width: 769px) {
    .vertical__news__wrapper .item__wrapper .thumb img.mobile {
        display: none;
    }
    .vertical__news__wrapper .item__wrapper .thumb img:not(.mobile) {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .vertical__news__wrapper .item__wrapper .thumb {
        margin-bottom: 10px;
        max-width: unset;
        min-width: unset;
        margin-right: 0;
    }
    .vertical__news__wrapper .item__wrapper .thumb img.mobile {
        display: block;
        max-width: 100%;
    }
    .vertical__news__wrapper .item__wrapper .thumb img:not(.mobile) {
        display: none;
    }
}

.vertical__news__wrapper .item__wrapper .content__area__wrapper {
    font-family: "Open Sans", sans-serif;
}

.vertical__news__wrapper .item__wrapper .content__area__wrapper .posted__date {
    font-size: 13px;
    margin-bottom: 5px;
}

.vertical__news__wrapper .item__wrapper .content__area__wrapper .title {
    font-size: 14px;
    font-weight: 600;
    color: #05218B;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vertical__news__wrapper .item__wrapper .content__area__wrapper .title:hover {
    color: #02A0A3;
}

.vertical__news__wrapper .read__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
    .vertical__news__wrapper .read__more {
        display: none;
    }
}

.vertical__gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #02A0A3;
    padding: 50px 20px 20px 20px;
}

@media screen and (max-width: 1024px) {
    .vertical__gallery__wrapper {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .vertical__gallery__wrapper {
        flex: 1 1 auto;
        max-width: unset;
        padding: 30px 20px;
    }
}

.vertical__gallery__wrapper .top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.vertical__gallery__wrapper .block__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.vertical__gallery__wrapper .read__more__button__white {
    padding: 7px 10px;
}

.vertical__gallery__wrapper .slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .vertical__gallery__wrapper .slider__wrapper {
        max-width: 450px;
    }
}

@media screen and (max-width: 768px) {
    .vertical__gallery__wrapper {
        display: none;
    }
}

.vertical__gallery__wrapper .slider__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.vertical__gallery__wrapper .item__slide .thumb {
    margin-bottom: 10px;
}

.vertical__gallery__wrapper .item__slide .title {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1.45em;
}

.vertical__gallery__wrapper .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical__gallery__wrapper .slider__controls .dots__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 35px;
}

.vertical__gallery__wrapper .slider__controls .dots__wrapper .dot__item {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    opacity: 0.2;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.vertical__gallery__wrapper .slider__controls .dots__wrapper .dot__item.active {
    opacity: 0.8;
    background-color: #ffffff;
}

.vertical__gallery__wrapper .slider__controls .icon {
    width: 30px;
    height: 16px;
    fill: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.vertical__gallery__wrapper .slider__controls .icon.prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.vertical__gallery__wrapper .slider__controls .icon:hover {
    opacity: 1;
}

.page__body__wrapper>.content__area__wrapper .questionnaire__list__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.page__body__wrapper>.content__area__wrapper .questionnaire__list__wrapper .questionnaire__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}

.page__body__wrapper>.content__area__wrapper .questionnaire__list__wrapper .questionnaire__wrapper:last-child {
    margin-bottom: 0;
}

.page__body__wrapper>.content__area__wrapper .questionnaire__list__wrapper .questionnaire__wrapper .response__item__wrapper {
    cursor: unset;
}

.page__body__wrapper>.content__area__wrapper .questionnaire__list__wrapper .questionnaire__wrapper .response__item__wrapper:hover {
    box-shadow: unset;
}

.questionnaire__wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #EAEDF5;
    padding: 30px 40px;
}

@media screen and (max-width: 1024px) {
    .questionnaire__wrapper {
        -ms-flex: 1 1 35%;
        flex: 1 1 35%;
        max-width: 35%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .questionnaire__wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 480px) {
    .questionnaire__wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: unset;
        padding: 30px 20px;
    }
}

.questionnaire__wrapper .block__title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #02A0A3;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.questionnaire__wrapper .description {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.45em;
    margin-bottom: 20px;
}

.questionnaire__wrapper .responses__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.questionnaire__wrapper .response__item__wrapper {
    background-color: #ffffff;
    padding: 10px 25px;
    margin-bottom: 12px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.questionnaire__wrapper .response__item__wrapper input {
    display: none;
}

.questionnaire__wrapper .response__item__wrapper label {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    cursor: pointer;
}

.questionnaire__wrapper .response__item__wrapper .check-with-label:checked+.label-for-check {
    font-weight: bold;
}

.questionnaire__wrapper .response__item__wrapper:hover {
    -webkit-box-shadow: 0 16px 24px rgba(8, 35, 48, 0.08);
    box-shadow: 0 16px 24px rgba(8, 35, 48, 0.08);
}

.questionnaire__wrapper .response__item__wrapper .icon {
    width: 15px;
    height: 15px;
    fill: #999999;
    margin-right: 20px;
}

.questionnaire__wrapper .response__item__wrapper .text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.35em;
}

.questionnaire__wrapper .response__item__wrapper .check-with-label:checked+.label-for-check .icon {
    fill: #02A0A3;
}

.questionnaire__wrapper .response__item__wrapper .check-with-label:checked+.label-for-check .text {
    font-weight: 600;
}

.questionnaire__wrapper .footer__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.questionnaire__wrapper .footer__part .link {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35em;
    color: #0627A6;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.questionnaire__wrapper .footer__part .link:hover {
    color: #02A0A3;
}

.questionnaire__wrapper .footer__part .button {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 20px;
    background-color: #02A0A3;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border: none;
    cursor: pointer;
}

.questionnaire__wrapper .footer__part .button:hover {
    background-color: #038c8f;
}

.agend__wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    margin-right: 25px;
}

@media screen and (max-width: 1024px) {
    .agend__wrapper {
        -ms-flex: 1 1 65%;
        flex: 1 1 65%;
        max-width: 65%;
        margin-right: unset;
    }
}

@media screen and (max-width: 768px) {
    .agend__wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-right: unset;
    }
}

@media screen and (max-width: 480px) {
    .agend__wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: unset;
    }
}

.agend__wrapper .calendar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 50px 20px 50px;
    background-color: #0627A6;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .agend__wrapper .calendar__wrapper {
        padding: 30px 20px 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .agend__wrapper .calendar__wrapper {
        display: none;
    }
}

.agend__wrapper .calendar__wrapper::after {
    content: '';
    position: absolute;
    top: 55px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0627A6;
}

.agend__wrapper .calendar__wrapper .block__title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 45px;
}

.agend__wrapper .calendar__wrapper .calendar__area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.agend__wrapper .content__area__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 50px 20px 50px;
    background-color: #05218B;
}

@media screen and (max-width: 1024px) {
    .agend__wrapper .content__area__wrapper {
        padding: 35px 20px 20px 20px;
    }
}

@media screen and (max-width: 768px) {
    .agend__wrapper .content__area__wrapper {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.agend__wrapper .content__area__wrapper .top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
}

.agend__wrapper .content__area__wrapper .top__wrapper .text {
    font-size: 14px;
    line-height: 1.35em;
    opacity: 0.5;
}

.agend__wrapper .content__area__wrapper .top__wrapper .date {
    font-weight: bold;
}

.agend__wrapper .content__area__wrapper .items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    max-height: 270px;
}

@media screen and (max-width: 768px) {
    .agend__wrapper .content__area__wrapper .items__wrapper {
        max-height: 330px;
    }
}

@media screen and (max-width: 480px) {
    .agend__wrapper .content__area__wrapper .items__wrapper {
        max-height: 370px;
    }
}

.agend__wrapper .content__area__wrapper .item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agend__wrapper .content__area__wrapper .item__wrapper:last-child {
    padding-bottom: 0;
    border: none;
}

.agend__wrapper .content__area__wrapper .item__wrapper .posted__date {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    opacity: 0.4;
}

.agend__wrapper .content__area__wrapper .item__wrapper .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45em;
    color: #ffffff;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.agend__wrapper .content__area__wrapper .item__wrapper .title:hover {
    opacity: 0.7;
}

.agend__wrapper .content__area__wrapper .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #05218B;
    margin-top: 25px;
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 6px 5px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    outline: none;
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0);
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item:not(.swiper-button-disabled):hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item:not(.swiper-button-disabled):hover .icon {
    opacity: 0.8;
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item:first-child .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.agend__wrapper .content__area__wrapper .slider__controls .control__item .icon {
    width: 10px;
    height: 10px;
    fill: #ffffff;
    opacity: 0.4;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.main__presentation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(65% + 1px);
    flex: 1 1 calc(65% + 1px);
    max-width: calc(65% + 1px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 40px 20px 0;
}

@media screen and (max-width: 1024px) {
    .main__presentation__wrapper {
        padding: 16px 10px 16px 10px;
    }
}

@media screen and (max-width: 768px) {
    .main__presentation__wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 5px 20px 20px 20px;
    }
}

.main__presentation__wrapper .logo__wrapper {
    margin-bottom: 40px;
    max-height: 80px;
}

@media screen and (max-width: 768px) {
    .main__presentation__wrapper .logo__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

.main__presentation__wrapper .logo__wrapper img {
    margin: 0;
}

.main__presentation__wrapper .radom__article__wrapper {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.main__presentation__wrapper .radom__article__wrapper .title {
    display: block;
    font-weight: 600;
    line-height: 1.55em;
    margin-bottom: 5px;
    opacity: 0.5;
}

.main__presentation__wrapper .radom__article__wrapper .content__area__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__presentation__wrapper .radom__article__wrapper .body {
    line-height: 1.8em;
    opacity: 0.5;
}

.main__presentation__wrapper .radom__article__wrapper .button {
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 15px 40px;
    border-radius: 6px;
    background-color: #ED1C24;
    color: #ffffff;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    margin-left: 10px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

@media screen and (max-width: 480px) {
    .main__presentation__wrapper .radom__article__wrapper .title,
    .main__presentation__wrapper .radom__article__wrapper .body {
        display: none;
    }
    .main__presentation__wrapper .radom__article__wrapper .button {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.main__presentation__wrapper .radom__article__wrapper .button:hover {
    background-color: #be1e24;
}

.search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.search__wrapper .block__title {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 1.50em;
    font-weight: 300;
    opacity: 0.5;
    color: #ffffff;
    margin-bottom: 5px;
}

.search__wrapper .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    box-shadow: 0 16px 24px rgba(8, 35, 48, 0.16);
    background-color: #ffffff;
    border-radius: 6px;
    padding: 8px 20px;
    overflow: hidden;
}

.search__wrapper .search input {
    width: calc(100% - 25px);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #777777;
    padding: 4px 5px;
    border: none;
}

.search__wrapper .search input::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}

.search__wrapper .search input::-moz-placeholder {
    color: rgba(119, 119, 119, 0.5);
}

.search__wrapper .search input:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}

.search__wrapper .search input::-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}

.search__wrapper .search input::placeholder {
    color: rgba(119, 119, 119, 0.5);
}

.search__wrapper .search .icon {
    width: 25px;
    height: 25px;
    fill: #0627A6;
}

.hot__numbers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hot__numbers__wrapper .item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 17px);
    flex: 0 1 calc(50% - 17px);
    max-width: calc(50% - 17px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 34px;
    margin-bottom: 45px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .hot__numbers__wrapper .item__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.hot__numbers__wrapper .item__wrapper:nth-child(even) {
    margin-right: 0;
}

.hot__numbers__wrapper .item__wrapper .title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.hot__numbers__wrapper .item__wrapper .title__wrapper .icon-faq {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    fill: #999999;
    margin-left: 15px;
}

.hot__numbers__wrapper .item__wrapper .body__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
}

.hot__numbers__wrapper .item__wrapper .body__wrapper .number {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.hot__numbers__wrapper .item__wrapper .body__wrapper .number:hover {
    opacity: 0.7;
}

.hot__numbers__wrapper .item__wrapper .body__wrapper .number .big {
    font-size: 30px;
}

.hot__numbers__wrapper .item__wrapper .body__wrapper .description {
    font-size: 14px;
    opacity: 0.4;
}

.hot__numbers__wrapper .item__wrapper .grean__icon {
    width: 10px;
    height: 10px;
    background-color: #09AD19;
    border-radius: 100%;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 0 rgba(9, 173, 25, 0.5);
    box-shadow: 0 0 0 rgba(9, 173, 25, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.hot__numbers__wrapper .item__wrapper.bold .text {
    font-weight: 800;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.hot__numbers__wrapper .item__wrapper.bold .number {
    font-size: 30px;
}

.inside__page__wrapper .hot__numbers__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0627A6;
    padding: 35px 50px;
    margin-bottom: 10px;
}

.inside__page__wrapper .hot__numbers__wrapper .item__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    margin-bottom: 0;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .inside__page__wrapper .hot__numbers__wrapper {
        flex-wrap: wrap;
    }
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper {
        -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:first-child,
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:nth-child(2) {
        margin-bottom: 25px;
    }
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:nth-child(2),
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:nth-child(2n),
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:last-child {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .inside__page__wrapper .hot__numbers__wrapper {
        padding: 30px 30px;
    }
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inside__page__wrapper .hot__numbers__wrapper .item__wrapper:last-child {
        margin-bottom: 0;
    }
}

.inside__page__wrapper .hot__numbers__wrapper .item__wrapper:nth-child(even) {
    margin-right: 20px;
}

.inside__page__wrapper .hot__numbers__wrapper .item__wrapper:last-child {
    margin-right: 0;
}

.breadcrumbs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .breadcrumbs__wrapper {
        margin-bottom: 10px;
    }
}

.breadcrumbs__wrapper .link__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.35em;
    color: #999999;
}

.breadcrumbs__wrapper .link__wrapper .delimiter {
    margin: 0 10px;
}

.breadcrumbs__wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.35em;
    color: #999999;
}

.breadcrumbs__wrapper a.link {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.breadcrumbs__wrapper a.link:hover {
    color: #0627A6;
}

.news__list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -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;
}

.news__list__wrapper .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news__list__wrapper .news__item:last-child {
    margin-bottom: 0;
}

.news__list__wrapper .news__item .thumb {
    max-width: 120px;
    min-width: 120px;
    margin-right: 15px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .news__list__wrapper .news__item {
        flex-direction: column;
    }
    .news__list__wrapper .news__item .thumb {
        max-width: unset;
        min-width: unset;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.news__list__wrapper .news__item .thumb img {
    border-radius: 6px;
}

.news__list__wrapper .news__item .posted__date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #999999;
    margin-bottom: 5px;
}

.news__list__wrapper .news__item .title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45em;
    color: #05218B;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    margin-bottom: 5px;
}

.news__list__wrapper .news__item .title:hover {
    color: #02A0A3;
}

.news__list__wrapper .news__item .short__description {
    font-size: 15px;
    color: #848484;
    line-height: 1.55em;
}

.page__view__wrapper .short__description {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.55em;
    color: #333333;
    margin-bottom: 20px;
}

.page__view__wrapper .main__thumb {
    margin-bottom: 20px;
}

.page__view__wrapper .main__thumb img,
.page__view__wrapper iframe {
    border-radius: 6px;
    overflow: hidden;
}

.page__view__wrapper .body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55em;
    color: #333333;
}

.page__view__wrapper .body a {
    font-weight: 600;
    color: #0627a6;
    text-decoration: underline;
}

.page__view__wrapper .body img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.page__view__wrapper .gallery__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.page__view__wrapper .gallery__wrapper .gallery__item {
    max-width: calc(25% - 8px);
    min-width: calc(25% - 8px);
    border-radius: 6px;
    border: 1px solid #EAEDF5;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.page__view__wrapper .gallery__wrapper .gallery__item img {
    transition: .3s ease-in-out;
}

.page__view__wrapper .gallery__wrapper .gallery__item:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(4),
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .page__view__wrapper .gallery__wrapper .gallery__item {
        max-width: calc(33.33% - 4px);
        min-width: calc(33.33% - 4px);
        margin-right: 5px;
    }
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(4),
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(4n) {
        margin-right: 5px;
    }
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(3),
    .page__view__wrapper .gallery__wrapper .gallery__item:nth-child(3n) {
        margin-right: 0;
    }
}

.page__view__wrapper blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.55em;
    letter-spacing: 0.5px;
    color: #555555;
    position: relative;
}

.page__view__wrapper blockquote::after {
    content: '“';
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #0627A6;
    position: absolute;
    top: 0;
    left: -32px;
}

.page__view__wrapper blockquote>footer {
    display: flex;
    flex: 0 1 100%;
    justify-content: flex-end;
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    /* position: relative; */
    /* border-left: 2px solid #0627A6; */
}


/* .page__view__wrapper blockquote > footer::after {
  content: '';
  width: 38px;
  height: 2px;
  background-color: #0627A6;
  position: absolute;
  top: calc(50% - 1px);
  left: -38px;
} */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
}

.pagination .pagination__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .pagination__wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #DDE2E9;
    min-height: 38px;
    min-width: 38px;
    margin-right: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #05218B;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.pagination .pagination__wrapper .item.active {
    padding: 0 18px;
    color: #ffffff;
    background-color: #0627A6;
}

.pagination .pagination__wrapper .item:hover {
    color: #ffffff;
    background-color: #0627A6;
}

.pagination .pagination__wrapper .delimiter {
    margin-right: 15px;
    letter-spacing: 2px;
    color: #05218B;
}

.documents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: -25px;
}

.documents__wrapper .block__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.documents__wrapper .items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Open Sans", sans-serif;
}

.documents__wrapper .items__wrapper .doc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33% - 17px);
    flex: 0 1 calc(33.33% - 17px);
    max-width: calc(33.33% - 17px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 25px;
}

.documents__wrapper .items__wrapper .doc__item:hover .title {
    color: #02A0A3;
}

.documents__wrapper .items__wrapper .doc__item:nth-child(3),
.documents__wrapper .items__wrapper .doc__item:nth-child(3n) {
    margin-right: 0;
}

.documents__wrapper .items__wrapper .icon {
    min-height: 38px;
    max-height: 38px;
    min-width: 38px;
    max-width: 38px;
    margin-right: 10px;
}

.documents__wrapper .items__wrapper .icon.pdf {
    background: url("../../static/images/general/docs-icons/pdf.png") center center no-repeat;
    background-size: contain;
}

.documents__wrapper .items__wrapper .icon.doc,
.documents__wrapper .items__wrapper .icon.docs {
    background: url("../../static/images/general/docs-icons/doc.png") center center no-repeat;
    background-size: contain;
}

.documents__wrapper .items__wrapper .icon.xls,
.documents__wrapper .items__wrapper .icon.xlsx {
    background: url("../../static/images/general/docs-icons/excel.png") center center no-repeat;
    background-size: contain;
}

.documents__wrapper .items__wrapper .title {
    font-size: 15px;
    line-height: 1.35em;
    color: #05218B;
    margin-bottom: 5px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.documents__wrapper .items__wrapper .size {
    font-size: 12px;
    color: rgba(16, 27, 106, 0.3);
}

.content__tabs__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.content__tabs__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(30% - 8px);
    height: 100%;
    width: 1px;
    background-color: #EAEDF5;
}

.content__tabs__wrapper .tabs__items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(30% + 10px);
    flex: 0 1 calc(30% + 10px);
    margin-right: 10px;
    min-height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content__tabs__wrapper .tabs__items__wrapper .tab__item {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35em;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    padding: 5px 15px;
    position: relative;
    cursor: pointer;
}

.content__tabs__wrapper .tabs__items__wrapper .tab__item.active {
    color: #05218B;
}

.content__tabs__wrapper .tabs__items__wrapper .tab__item.active::after {
    content: '';
    width: 3px;
    height: calc(100% - 16px);
    background-color: #0035FF;
    position: absolute;
    top: 8px;
    right: -4px;
    z-index: 2;
}

.content__tabs__wrapper .tabs__contents__wrapper {
    width: 100%;
    max-width: 70%;
    min-height: 180px;
    padding: 0 10px;
}

.content__tabs__wrapper .tabs__contents__wrapper .tab__content__item {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55em;
    color: #333333;
}

.content__tabs__wrapper .tabs__contents__wrapper .tab__content__item.active {
    display: block;
}

.horizontal__content__tabs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -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;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ffffff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab.show {
    border: 2px solid #EAEDF5;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab.show .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.horizontal__content__tabs__wrapper .horizontal__content__tab.show .title__wrapper {
    background-color: unset;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab.show .over__content {
    max-height: 8800px;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content a {
    color: #0627a6;
    font-weight: 600;
    text-decoration: underline;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadce0;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper .item__files__wrapper {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper .item__files__wrapper .title {
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 500;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper .item__files__wrapper .posted {
    color: rgba(16, 27, 106, 0.3);
    font-size: 12px;
    font-weight: 500;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper .files__wrapper {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    margin-left: 25px;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab .over__content .files__list__wrapper .item__wrapper .files__wrapper .file__wrapper {
    color: #0627a6;
    font-weight: 600;
}

.horizontal__content__tabs__wrapper .horizontal__content__tab:last-child {
    margin-bottom: 0;
}

.horizontal__content__tabs__wrapper .title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EAEDF5;
    padding: 18px 26px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.horizontal__content__tabs__wrapper .title__wrapper .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.horizontal__content__tabs__wrapper .title__wrapper .icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    fill: #777777;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-left: 20px;
}

.horizontal__content__tabs__wrapper .over__content {
    padding: 0 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55em;
    color: #333333;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.horizontal__content__tabs__wrapper .over__content>p:last-child {
    margin-bottom: 30px;
}

.filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.filter__wrapper .filter__item {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 6px 20px;
    border-radius: 6px;
    color: #05218B;
    background-color: #DDE2E9;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.filter__wrapper .filter__item.active {
    color: #ffffff;
    background-color: #0035FF;
}

.filter__wrapper .filter__item:hover {
    background-color: #c9ced6;
}

.filter__wrapper .filter__item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333333;
    padding: 6px 20px;
    border: 1px solid #D5D9DD;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    position: relative;
}

.filter__wrapper .filter__item__wrapper.active {
    color: #ffffff;
    background-color: #0627A6;
    border: 1px solid #0627A6;
}

.filter__wrapper .filter__item__wrapper.active:hover {
    color: #ffffff;
    background-color: #0627A6;
}

.filter__wrapper .filter__item__wrapper.active .icon {
    fill: #ffffff;
}

.filter__wrapper .filter__item__wrapper .calendar__area__wrapper {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 300px;
    height: 290px;
    background-color: #0627A6;
    -webkit-box-shadow: 0 16px 24px rgba(6, 13, 43, 0.2);
    box-shadow: 0 16px 24px rgba(6, 13, 43, 0.2);
    border-radius: 4px;
    padding: 15px;
}

#calendar {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

#calendar li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    margin: 0.2em 0;
}

#calendar li:hover {
    font-weight: 600;
}

#calendar li.today {
    background-color: #ffffff;
    color: #000000;
}

#calendar li.month__title {
    font-weight: 600;
}

#calendar li.offset-0 {
    margin-left: 0%;
}

#calendar li.offset-1 {
    margin-left: 14%;
}

#calendar li.offset-2 {
    margin-left: 28%;
}

#calendar li.offset-3 {
    margin-left: 42%;
}

#calendar li.offset-4 {
    margin-left: 56%;
}

#calendar li.offset-5 {
    margin-left: 70%;
}

#calendar li.offset-6 {
    margin-left: 84%;
}

.filter__wrapper .filter__item__wrapper .calendar__area__wrapper.view {
    display: flex;
}

.filter__wrapper .filter__item__wrapper .calendar__area__wrapper:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #0627A6 transparent;
}

.filter__wrapper .filter__item__wrapper .icon {
    width: 16px;
    height: 16px;
    fill: #05218B;
    margin-right: 12px;
}

.filter__wrapper .filter__item__wrapper:hover {
    background-color: #DDE2E9;
}