:root {
    --MuseoBlack700: "Museo Sans Cyrl 900", sans-serif;
    --MuseoBold400: "Museo Sans Cyrl 700", sans-serif;
    --MuseoMedium400: "Museo sans Cyrl 500", sans-serif;
    --MuseoLight: "Museo Sans Cyrl 300", sans-serif;
    --MuseoThin300: "Museo Sans Cyrl 100", sans-serif;
    --ColorBlack: #363c44;
    --ColorGray: #b0b0b0;
    --ColorBlue: #0754c8;
    --ColorGrayLight: #929dad;
    --ColorWhite: #ffffff;
}

body {
    background: #fcfcfc;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.se .news__pages__body__item__image img{
    height: 100%;
}
.se .news__pages__body__item__image {
    margin-bottom: 14px;
    padding: 0px 77px;
    max-height: 200px;
    flex: 0 0 196px;
}
.se .news__pages__body__item__info h3{
    text-align: center;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363c44;
    text-transform: uppercase;
    margin-top: 10px;
}
.nav-tabs {
    padding-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.row {
    margin: 0 -15px;
}

.row>div {
    padding: 0 15px;
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title h1,
.title h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: var(--MuseoBlack700);
    font-weight: 700;
    color: #363c44;
}

.title a {
    border: 1px solid #6190d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #0754c8;
    padding: 0 17px;
}

.title li.active a {
    background: #6190d7;
    color: #fff;
}

.title.media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.title.media ul li {
    margin-left: 15px;
}

.title.media ul li a {
    padding: 6px 0px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #363c44;
    opacity: 0.5;
    border-bottom: 1.4px solid transparent;
    margin-left: 12px;
}

.title.media ul li a.active {
    border-bottom: 1.4px solid #363C44;
    opacity: 1;
    border-radius: unset;
}

.title.media ul li:first-child {
    margin-left: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left top;
}

.header {
    background: #f6f7f9;
}

.header__main {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9eef5), to(rgba(233, 238, 245, 0)));
    background: linear-gradient(180deg, #e9eef5 0%, rgba(233, 238, 245, 0) 100%);
    max-width: 490px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    padding: 23.5px 40px;
    margin-right: 35px;
}

.header__main__logo img {
    height: 100%;
    width: auto;
    margin-right: 25px;
}

.header__main__logo__info h3 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #363c44;
    margin-bottom: 12px;
}

.header__main__logo__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.header__main__logo__info ul li {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    list-style: none;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #929dad;
    margin-right: 35px;
}

.header__main__logo__info ul li:last-child {
    margin-right: 0;
}

.header__main__right {
    width: 100%;
    height: 100%;
}

.header__main__right__top {
    height: 50%;
    border-bottom: 0.5px solid #e9edf3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.header__main__right__top>div a {
    display: flex;
}

.header__main__right__top__lang {
    position: relative;
}

.header__main__right__top__lang h1 {
    position: absolute;
    top: -25px;
    right: 0;
}

.header__main__right__top__lang>h1>a {
    font-size: 14px;
    color: red;
}

.header__main__right__top__lang a {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #929dad;
}

.header__main__right__top>div a span {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #929dad;
}

.header .new-navbar .nav-item a {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
}

.header__main__right__top>div a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #929dad;
    margin-right: 7px;
}

.header__main__right__top__search a i {
    font-size: 14px !important;
}

.header__main__right__top__lang {
    /* margin-left: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main__right__top__lang i {
    margin-right: 10px;
    font-size: 16px;
    color: #929dad;
}

.header__main__right__top__lang ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.header__main__right__top__lang ul li {
    padding: 0 10px;
    list-style: none;
}

.header__main__right__top__lang ul li a.active {
    color: #363c44;
}

.header__main__right__bottom {
    border-top: 0.5px solid #e9edf3;
    height: 50%;
}

.header__main__right__bottom>ul {
    height: 100%;
    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;
    margin: 0;
    padding: 0;
}

.header__main__right__bottom>ul>li {
    list-style: none;
}

.header__main__right__bottom>ul>li ul {
    margin: 0;
    padding: 0;
}

.header__main__right__bottom>ul>li ul li {
    list-style: none;
}

.header__main__right__bottom>ul>li>a {
    font-family: var(--MuseoMedium400);
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #363c44;
}

.banner {
    width: 100%;
    height: calc(100vh - 140px);
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 70px;
}

.banner__wrapper {
    width: 100%;
}

.banner__bg {
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner__bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(13, 12, 12, 0.6);
}

.banner__bg__container {
    background-color: #fff !important;
    width: 100%;
    height: auto;
    overflow: hidden !important;
}

.banner__bg__container__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #fff !important;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    overflow: hidden !important;
}

.banner__bg__container__image.slider-active {
    opacity: 1;
    transform: scale(1);
    overflow: hidden !important;
}

.slider-active {
    overflow: hidden;
}

.banner__main__content {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 285px;
    width: 100%;
    margin-bottom: 32px;
}

.banner__main__content__item {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-80px);
    transition: all 0.4s ease-in-out;
    display: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 1;
}

.banner__main__content__item.open-slider {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.banner__main__content__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #ffffff;
}

.banner__main__content__item span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    font-size: 14px;
    color: #ffffff;
}

.banner__main__content__item h1 {
    font-family: var(--MuseoBlack700);
    font-weight: 700;
    margin: 30px 0 40px 0;
    font-size: 38px;
    line-height: 48px;
    /* or 53px */
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner__main__content__item a {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    background: #0754c8;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 31px;
}

.banner-bottom-wrapper {
    display: flex;
    margin: 0 -15px;
}

.banner__main__carousel {
    padding-top: 111px;
    /* width: calc(100% / 12 * 9); */
    width: 100%;
    padding: 0 15px;
}

.banner-bottom-video {
    width: calc(100% / 12 * 3);
    padding: 0 15px;
}

.banner__main__carousel .owl-stage-outer {
    margin: -1px;
    padding: -1px;
}

.banner__main__carousel__item {
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.banner__main__carousel__item:hover {
    border-color: transparent;
}

.banner__main__carousel__item:hover .banner__main__carousel__item__image {
    visibility: visible;
    opacity: 1;
}

.banner__main__carousel__item__image {
    height: 180px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner__main__carousel__item__image::after {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner__main__carousel__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner__main__carousel__item__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
}

.banner__main__carousel__item__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 23px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    border-bottom: 1px solid rgba(236, 236, 236, 0.6);
}

.banner__main__carousel__item__info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: white;
    margin-right: 10px;
}

.banner__main__carousel__item__info p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    margin: 16px 0 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#videoCarousel .main__wrapper__video__item__image {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

#videoCarousel .owl-item.active .main__wrapper__video__item__image {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

#videoCarousel .owl-item.active .main__wrapper__video__item__info {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

#videoCarousel .main__wrapper__video__item__info {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.main {
    z-index: 1;
    position: relative;
    padding: 40px 0;
    background: #fff;
}

.main>img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.03;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main__wrapper__video__header {
    margin-bottom: 30px;
}

.main__wrapper__video .owl-stage-outer {
    margin: -2px;
    padding: 2px;
}

.main__wrapper__video__item {
    display: block;
    padding-bottom: 30px;
}

.main__wrapper__video__item__image {
    height: 360px;
    border-radius: 2px;
    overflow: hidden;
}

.main__wrapper__video__item__info {
    padding-top: 25px;
    padding-right: 20px;
}

.main__wrapper__video__item__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #b0b0b0;
}

.main__wrapper__video__item__info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 8px;
}

.main__wrapper__video__item__info h3 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #363c44;
    margin: 15px 0;
}

.main__wrapper__video__item__info p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main__wrapper__video .owl-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 160px;
}

.main__wrapper__video .owl-control>span {
    width: 38px;
    height: 36px;
    border: 1px solid #0754c8;
    border-radius: 4px;
    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;
    cursor: pointer;
}

.main__wrapper__video .owl-control>span i {
    font-size: 10px;
    color: #0754c8;
}

.main__wrapper__video .owl-control .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__wrapper__video .owl-control .counter span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main__wrapper__video .owl-control .counter span:first-child {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0754c8;
}

.main__wrapper__video .owl-control .counter span:last-child {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #0754c8;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.main__wrapper__news__header {
    margin-bottom: 30px;
}

.main__wrapper__news__list__item {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid #ececec;
}

.main__wrapper__news__list__item .image {
    height: 100px;
    max-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-right: 30px;
}

.main__wrapper__news__list__item .info {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__wrapper__news__list__item .info h4 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #363c44;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main__wrapper__news__list__item .info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--MuseoLight);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #b0b0b0;
}

.main__wrapper__news__list__item .info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 8px;
}

.main__wrapper__news__list__item:first-child {
    padding-top: 0;
}

.main__wrapper__news__list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.banner__bottom {
    padding: 70px 0 0;
}

.banner__bottom__image {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.09);
}

.banner__bottom__image img {
    width: 100%;
}

.support {
    padding-top: 80px;
}

.support__main__header {
    margin-bottom: 30px;
}

.support__main__carousel {
    position: relative;
}

.support__main__carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.support__main__carousel .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support__main__carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    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;
    background: #d9dde3 !important;
    border-radius: 4px !important;
    margin: 0 !important;
    outline: none;
}

.support__main__carousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.support__main__carousel .owl-nav button.owl-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.support__main__carousel .owl-nav button i {
    font-size: 14px;
    color: #0754c8;
}

.support__main__carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
    height: 230px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
}

.support__main__carousel__item__image {
    height: 125px;
    width: 195px;
}

.support__main__carousel__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.support__main__carousel__item h4 {
    text-align: center;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363c44;
    /*text-transform: uppercase;*/
    margin-top: 10px;
}

.news__main__item__header {
    margin-bottom: 30px;
}

.news__main__item__body {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(140, 154, 174, 0.1);
    box-shadow: 0px 4px 8px rgba(140, 154, 174, 0.1);
    border-radius: 4px;
}

.news__main__item__body__main {
    display: block;
    height: 460px;
}

.news__main__item__body__main .image {
    height: 230px;
}

.news__main__item__body__main .info {
    padding-top: 22px;
    padding-bottom: 30px;
    height: calc(100% - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__main__item__body__main .info h3 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #363c44;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__main__item__body__main .info p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    margin: 14px 0 24px 0;
    font-size: 16px;
    line-height: 23px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__main__item__body__main .info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #0754c8;
    margin-top: auto;
}

.news__main__item__body__main .info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-right: 8px;
    color: #0754c8;
}

.news__main__item__body__list__item {
    border-top: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    min-height: 80px;
}

.news__main__item__body__list__item .image {
    max-width: 115px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    height: 80px;
    margin-right: 16px;
    border-radius: 1px;
    overflow: hidden;
}

.news__main__item__body__list__item .info {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__main__item__body__list__item .info h4 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #363c44;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__main__item__body__list__item .info span {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__main__item__body__list__item .info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b0b0b0;
    font-size: 14px;
    margin-right: 8px;
}

.news__main__item__body__more {
    margin-top: 10px;
}

.news__main__item__body__more a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 39px;
    font-size: 16px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #0754c8;
    padding: 0 25px;
    border: 1px solid #6190d7;
    border-radius: 3px;
}

.olimp {
    padding-top: 45px;
}

.olimp__main__wrapper__header {
    margin-bottom: 30px;
}

.olimp__main__wrapper__list__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
    position: relative;
}

.olimp__main__wrapper__list__item:last-child {
    margin-bottom: 0;
}

.olimp__main__wrapper__list__item::after {
    content: "\e907";
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 1px;
    color: #b4b4b4;
    font-size: 16px;
}

.olimp__main__wrapper__list__item__image {
    max-width: 135px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    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;
    margin-right: 15px;
    height: 110px;
}

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

.olimp__main__wrapper__list__item__info span {
    font-family: var(--MuseoLight);
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #9a9a9a;
    width: 185px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 8px;
}

.olimp__main__wrapper__list__item__info h4 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #363c44;
    margin-top: 14px;
}

.olimp__main__right__header {
    margin-bottom: 30px;
}

.olimp__main__right__wrapper .row {
    margin: -15px;
}

.olimp__main__right__wrapper .row>div {
    padding: 15px;
}

.olimp__main__right__wrapper .row>div:last-child .olimp__main__right__wrapper__item {
    padding: 20px;
}

.olimp__main__right__wrapper__item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 148px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.olimp__main__right__wrapper__item:hover {
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-color: transparent;
}

.olimp__main__right__wrapper__item__info {
    width: 100%;
}

.olimp__main__right__wrapper__item__info h4 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #363c44;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.olimp__main__right__wrapper__item__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 11px;
}

.olimp__main__right__wrapper__item__info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
}

.olimp__main__right__wrapper__item__info small {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0754c8;
    margin-bottom: 9px;
}

.olimp__main__right__wrapper__item__info small i {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.bg_icon__sun {
    background: #fff6d9;
}

.bg_icon__snow {
    background: #eaeef3;
}

.olimp__main__right__wrapper__item__icon {
    max-width: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    height: 75px;
    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;
    padding: 5px;
    border-radius: 50%;
    margin-left: 15px;
}

.games {
    padding-top: 45px;
}

.games__main__header {
    margin-bottom: 30px;
}

.games__main__carousel {
    position: relative;
}

.games__main__carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.games__main__carousel .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.games__main__carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    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;
    background: #d9dde3 !important;
    border-radius: 4px !important;
    margin: 0 !important;
    outline: none;
}

.games__main__carousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.games__main__carousel .owl-nav button.owl-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.games__main__carousel .owl-nav button i {
    font-size: 14px;
    color: #0754c8;
}

.games__main__carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
    height: 230px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
}

.games__main__carousel__item__image {
    height: 125px;
    width: 195px;
}

.games__main__carousel__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.games__main__carousel__item h4 {
    text-align: center;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363c44;
    text-transform: uppercase;
    margin-top: 10px;
}
/*omega__container*/

.omega__container  {
    background: white;
    border: 1px solid white;
    border-radius: 10px;
}
.omega__container ul#example {
    list-style: none;
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
}
.omega__container ul#example li {
    display: inline-block;
}
.omega__container ul#example li span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
}
.omega__container ul#example li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
    margin-bottom: 48px;
}
.omega__container ul#example li p {
    color: #a7abb1;
    font-size: 25px;
    margin-bottom: 0;
    padding-left: 10px;
    width: fit-content;
}
.omega{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.games__date{
    margin-left: 5px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
}
.games__title{
    color: #FFFFFF;
    font-size: 115px;
    line-height: 120px;
    word-spacing: 100vw;
}
.union  {
    margin: 20px 0 0;

}
.union .img{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.09);
}
.union .img img{
    width: 100%;
    height: 400px;
}
.footer {
    margin-top: 60px;
    padding-top: 45px;
    margin-top: 80px;
    background: #335fa9;
}

.footer__main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__main__body__left__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}

.footer__main__body__left__logo img {
    height: 80px;
    margin-right: 35px;
}

.footer__main__body__left__logo__info h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer__main__body__left__logo__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -19px;
    padding: 0;
}

.footer__main__body__left__logo__info ul li {
    list-style: none;
    padding: 0 19px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.footer__main__body__left__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.footer__main__body__left__social span {
    margin-right: 18px;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
}

.footer__main__body__left__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -10px;
}

.footer__main__body__left__social ul li {
    padding: 0 10px;
    list-style: none;
}

.footer__main__body__left__social ul li a {
    color: white;
    font-size: 17px;
    display: flex;
}

.footer__main__body__center ul {
    padding: 0;
    margin: 0;
}

.footer__main__body__center ul li {
    list-style: none;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__main__body__center ul li:last-child {
    margin: 0;
}

.footer__main__body__center ul li a {
    font-size: 17px;
    line-height: 23px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
}

.footer__main__body__right {
    width: 190px;
}
.footer__main__body__right .lock{
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer__main__body__right .lock a{
    border: none;
    padding: 0 10px 0 0;
}

.footer__main__body__right p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}

.footer__main__body__right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    border: 1px solid rgba(128, 161, 218, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    padding: 0 22px;
}

.footer__main__body__right a i {
    font-size: 23px;
    color: #ffffff;
    margin-right: 13px;
}

.footer__main__copy {
    border-top: 1px solid rgba(128, 161, 218, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85px;
}

.footer__main__copy span {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
}

.footer__main__copy span a {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
}

.breadcrumb {
    background-color: transparent;
    padding: 50px 0 20px 0;
    margin-bottom: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: flex-end;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 17px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #717b83;
    line-height: 23px;
}

.content {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(56 56 56 / 5%);
    border-radius: 4px;
    padding: 25px;
    min-height: 420px;
    overflow: hidden;
}

.breadcrumb-item:first-child a::before {
    content: "\e905";
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    margin-right: 14px;
    color: #335fa9;
}

.sidebar-menu {
    padding: 25px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    min-height: 200px;
    margin-bottom: 30px;
}

.sidebar-menu li a.active {
    color: #335fa9;
}

.sidebar-menu li a {
    font-family: var(--MuseoMedium400);
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    /* identical to box height, or 128% */
    color: #717b83;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    transition: 0.3s ease-in-out;
}

.sidebar-menu li a:hover {
    color: #335fa9;
}

.sidebar-menu ul>li.active>a {
    color: #335fa9;
    font-weight: 500;
}

.sidebar-title {
    margin-bottom: 20px;
}

.sidebar-menu li:not(:last-child) {
    margin-bottom: 12px;
}

.sidebar-menu h3 {
    font-size: 22px;
    line-height: 23px;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    color: #363c44;
}

.sub-menu-sidebar {
    padding-left: 10px;
}

.sidebar .dropdown-toggle {
    margin-bottom: 15px;
}

.breadcrumb .breadcrumb-item>a,
.breadcrumb .breadcrumb-item>span {
    color: #717b83;
    font-size: 17px;
}

.pages .title {
    margin-bottom: 30px;
}


/* leadership */

.leadership__item {
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 3px;
    min-height: 250px;
    display: flex;
    margin-bottom: 15px;
}

.leadership__item__image {
    max-width: 185px;
    flex: 0 0 185px;
    min-height: 190px;
    max-height: 250px;
    margin-right: 30px;
}

.leadership__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.leadership__item__info h3 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
    /* identical to box height */
    color: #335fa9;
}

.leadership__item__info h4 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 28px;
    color: #000;
}

.leadership__item__info p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #717b83;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
}

.leadership__item__info ul {
    padding: 0;
    margin: 0;
}

.leadership__item__info ul li {
    list-style: none;
    display: flex;
}

.leadership__item__info ul li span {
    font-size: 18px;
    line-height: 22px;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    color: #363c44;
}

.leadership__item__info ul li span small,
.leadership__item__info ul li span a {
    font-family: var(--MuseoLight);
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.leadership__item__info ul li {
    margin-bottom: 13px;
}

.leadership__item__info ul li:last-child {
    margin-bottom: 0;
}

.news {
    padding-top: 45px;
}

.news__pages__body {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
}

.news__pages__body__col {
    padding: 15px;
    width: calc(100% / 12 * 4);
}

.news__pages__body__item {
    padding: 20px 20px 25px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 4px;
    display: block;
    height: 367px;
    display: flex;
    flex-direction: column;
}

.news__pages__body__item__image {
    margin-bottom: 14px;
    max-height: 196px;
    flex: 0 0 196px;
}

.news__pages__body__item__info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news__pages__body__item__info span {
    margin-top: auto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #0754c8;
    display: flex;
    align-items: center;
}

.news__pages__body__item__info i {
    display: flex;
    margin-right: 5px;
}

.news__pages__body__item__info p {
    font-size: 19px;
    line-height: 24.7px;
    font-weight: 400;
    color: #363c44;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.pagination {
    margin-top: 50px;
}

.pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.pagination ul li {
    list-style: none;
}

.pagination ul li {
    width: 36px;
    height: 36px;
    background-color: #e4e5e8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li {
    margin-right: 10px;
}

.pagination ul li a {
    font-size: 18px;
    color: #363c44;
    display: flex;
}

.pagination ul li.active {
    background-color: #335fa9;
}

.pagination ul li.active a {
    color: white;
}

.news-view__title h3 {
    font-family: var(--MuseoBlack700);
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #363c44;
}

.news-view-content p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* or 128% */
    color: #717b83;
}

.news-view__date span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #0754c8;
}

.chempions>.row {
    margin: -15px;
}

.chempions>.row>div {
    padding: 15px;
}

.chempions__item {
    min-height: 440px;
    display: block;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 4px;
}
.se{
    height: 100%;
}
.chempions__item__image {
    height: 300px;
    margin-bottom: 14px;
}

.chempions__item__info h3 {
    font-weight: 400;
    font-family: var(--MuseoBold400);
    font-size: 20px;
    line-height: 26px;
    color: #363c44;
    margin-bottom: 9px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chempions__item__info h4 {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    color: #9a9a9a;
    text-align: center;
}

.leadership .card-header {
    background: transparent;
    outline: none;
    border: 0;
    padding: 0;
}

.leadership .card-header .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    border: 0;
    color: #335fa9;
    font-weight: 600;
    text-align: left;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    text-decoration: none;
    width: 100%;
    font-size: 22px;
}

.leadership .card-header .btn:hover {
    color: #477fde;
}

.leadership .card {
    border: none;
    -webkit-box-shadow: 0 0 7px rgba(68, 102, 190, 0.1);
    box-shadow: 0 0 7px rgba(68, 102, 190, 0.1);
    margin-bottom: 25px;
}

.leadership .card:last-child {
    margin-bottom: 0;
}

.docs-list ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.docs-list ul li {
    margin-bottom: 15px;
}

.docs-list ul li a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #335fa9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.docs-list ul li a:hover {
    color: #335fa9;
}

.olimp {
    padding-top: 80px;
}

.olympians__item {
    overflow: hidden;
}

.olympians__item__info {
    font-size: 18px;
}

.olympians__item__image {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 300px;
    height: 345px;
}

.olympians__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.federations.leadership .card-header .btn {
    font-size: 18px;
}

.federations .card-body {
    font-size: 17px;
}

.sports_types .row {
    margin: -15px;
}

.sports_types .row>div {
    padding: 15px;
}

.sports__item__image {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 250px;
}

.federation_list .nav-tabs .nav-link {
    color: #717b83;
    font-size: 18px;
    text-align: center;
}

.sidebar .dropdown-toggle {
    white-space: unset;
}

.federation_list .accordion {
    padding-top: 15px;
}

.games_news .news__pages__body__item__image {
    overflow: hidden;
}

.games_news .image img {
    height: auto;
}

.content-body ul,
.content-body ol,
.news-view-content ul,
.news-view-content ol {
    padding-left: 20px;
}

.tab_content_block .tab-content>.tab-pane {
    padding-top: 15px;
}

#captcha_contacts_button {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    background: #335fa9;
    border-radius: 0 4px 4px 0;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#refresh_captcha_contacts {
    color: #fff;
}

.maps iframe {
    width: 100%;
    margin-top: 20px;
}

.share p {
    display: none;
}

.media__item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
    display: block;
    height: 230px;
}

.media__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.media__item__image,
.media__item__info {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.media__item:hover .media__item__image,
.media__item:hover .media__item__info {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.media__item__info {
    background: linear-gradient(180deg, #e9eef5 0%, rgba(233, 238, 245, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.media__item__info .media__item__info__inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 25px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.media__item__info__inner p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #717b83;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: unset;
}

.media__item .media__item__info {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.media__item .media__item__image {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.media__item:hover .media__item__info {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.media__item:hover .media__item__image {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.media-item:hover .media__item__info__inner {
    visibility: visible;
}

.media-item {
    height: 226px!important;
}

.gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.gallery-main a:last-child img {
    margin-bottom: 0;
}

.media-date {
    margin-top: 20px;
}

.media-view p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #717b83;
}

.media-view .content-title {
    margin-bottom: 20px;
}

.media-view .content-title h3 {
    font-family: var(--MuseoBlack700);
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #363c44;
}
.content a[data-fancybox="gallery"] {
    height: 100%;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.licensees .olympians__item__image {
    height: 500px!important;
    width: 50%!important;
    margin-bottom: 0!important;
}
.content a[data-fancybox="gallery"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content p img {
    width: 100%;
    height: auto;
}

.main__wrapper__news__list {
    overflow-y: hidden;
    height: 600px;
    padding-right: 15px;
    margin-right: 15px;
}

.main__wrapper__news__list:hover {
    overflow-y: scroll;
}

.header__main__logo__info h3 {
    text-transform: capitalize;
}

.banner_video_card {
    width: 100%;
    height: 182px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.banner_video_card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.interview {
    padding-top: 80px;
}

.interview__title {
    margin-bottom: 50px;
}

.interview__image {
    width: 100%;
    height: 504px;
    position: relative;
    border-radius: 4px;
}

.interview__item {
    position: relative;
    display: block;
}

.interview__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 4px;
}

.interview__image img {
    width: 100%;
    height: 100%;
    object-position: left top;
    object-fit: cover;
    border-radius: 4px;
}

.interview__content .row>div:nth-child(2) .interview__image {
    height: 240px;
}

.interview__content .row>div:nth-child(2) .interview__image:nth-child(1) {
    margin-bottom: 24px;
}

.interview__info {
    bottom: 33px;
    position: absolute;
    left: 32px;
    right: 32px;
}

.interview__info span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    display: block;
    margin-bottom: 16px;
}

.interview__info p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mediateka {
    padding-top: 60px;
}

.mediateka__title {
    margin-bottom: 50px;
}

.mediateka .interview__image {
    width: 100%;
    height: 504px;
    position: relative;
    border-radius: 4px;
}

.mediateka .interview__item {
    position: relative;
    display: block;
}

.mediateka .interview__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 4px;
}

.mediateka .interview__image img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 4px;
}

.mediateka__content .row>div:nth-child(2) .interview__image {
    height: 240px;
}

.mediateka__content .row>div:nth-child(2) .interview__image:nth-child(1) {
    margin-bottom: 24px;
}

.mediateka .interview__info {
    bottom: 33px;
    position: absolute;
    left: 32px;
    right: 32px;
}

.mediateka .interview__info span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}

.mediateka .interview__info p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mediateka__wrapper {
    position: relative;
}

.mediateka__content .nav-tabs {
    position: absolute;
    right: 0;
}

.news-view-content p strong {
    color: #393F45;
}