: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;
}
.news-view__top i{
    margin-right: 5px;
}
.single-view {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dde3f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    padding: 20px;
    overflow: hidden;
}



.single-view__image img {
    width: 45%;
    max-width: 320px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    float: left;
    margin: 0 28px 0px 0px;
    border: 1px solid #e1e6f0;
}

.single-view__subtitle {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a8499;
    margin-bottom: 8px;
}

.single-view__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f2a3c;
    font-family: "Georgia", "Times New Roman", serif;
    line-height: 1.25;
}

.single-view__meta {
    font-size: 14px;
    color: #5a657a;
    margin-bottom: 18px;
}

.single-view__meta span {
    display: inline-block;
    margin-right: 18px;
}

.single-view__meta strong {
    font-weight: 600;
    color: #2f3a4f;
}

.single-view__text {
    font-size: 18px;
    line-height: 1.6;
    color: #2b3240;
}

.single-view__text p {
    margin-bottom: 14px;
}

.single-view__text ul,
.single-view__text ol {
    margin-bottom: 14px;
    padding-left: 20px;
}

.single-view::after {
    content: "";
    display: block;
    clear: both;
}

* {
    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: 80px;
    margin-right: 15px;
}

.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 {
    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;
}


.media-block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.media-block__header h2 {
    font-size: 30px;
    font-weight: 700;
}

.media-block__header a {
    border: 1px solid #6190d7;
    border-radius: 3px;
    font-size: 16px;
    line-height: 36px;
    color: #0754c8;
    padding: 0 17px;
    transition: all 0.3s;
}


.media-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: box-shadow 0.25s ease;
}


.media-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    overflow: hidden;
}

.media-card__image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease; /* smooth zoom */
}

.media-card:hover .media-card__image img {
    transform: scale(1.08);
}

.media-card__row .media-card__image img {
    height: 210px;
}

.media-card--large .media-card__image img {
    height: 431px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.media-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    z-index: 2;
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.83),
            rgba(0, 0, 0, 0.7) 21.15%,
            rgba(0, 48, 135, 0.1) 47.76%,
            rgba(0, 48, 135, 0) 78.2%
    );
}

.media-card__meta {
    margin-top: 8px;
}

.media-card__date {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 4px;
}

.media-card__title {
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    font-size: 20px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

/* --- Responsive --- */


.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 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%);
    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 {
    margin-bottom: 0;
}

.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__image {
    max-width: 185px;
    flex: 0 0 185px;
    min-height: 190px;
    max-height: 250px;
}

.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: 500;
}

.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: 700px;
    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 {
    object-fit: contain;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    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;
}


: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;
}


.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;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spin {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.loader-home {
    background-color: #335fa9;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
}

.loader-home, .loader-home .contain {
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader-home, .loader-home .contain {
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader-home .contain {
    flex-direction: column;
}

.loader-home .logo {
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
}

.loader-home .logo img {
    width: 300px;
}

.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: 8px 16px;
    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;*/
    border-radius: 8px;
}

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

.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;
}

.news_footer .share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_footer .share h6 {
    font-size: 20px;
}

.chempions__item__image.image img {
    object-position: center top;
}

/*.chempions__item.win {*/
/*    min-height: auto;*/
/*}*/
.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: 15px;
    padding: 6px 0;
}

.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%;
    position: relative;
    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__special {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*.header__main__right__top__lang {*/
/*    position: relative;*/
/*}*/

.header__main__right__top__lang h1 {
    position: absolute;
    top: 0px;
    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;
}

.lang-dropdown {
    position: relative;
    display: inline-block;
}

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

.lang-menu {
    /*display: none;*/
    padding: 0;
    position: absolute;
    background: white;
    list-style: none;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: max-content;
    z-index: 1000;
    right: 0;
    top: 40px;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

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

.lang-menu li {
    padding: 5px 18px;
    list-style: none;
    cursor: pointer;
}

.lang-menu li:first-child {
    padding-top: 8px;
}

.lang-menu li:last-child {
    padding-bottom: 8px;
}

.lang-menu li a {
    display: block;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.lang-menu li:hover {
    background: #f1f1f1;
}

.lang-toggle:focus {
    box-shadow: none;
}

.lang-toggle:hover {
    color: #929dad;
}

.lang-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    color: #929dad;
    align-items: center;
}

/* Show dropdown */
.lang-dropdown.active .lang-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/*.lang-dropdown:hover .lang-menu {*/
/*    display: block;*/
/*}*/
.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__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;
}

table {
    width: 100% !important;
}

table td {
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.uzb_games table tr td {
    text-align: center;
}

.uzb_games table tr td:first-child {
    text-align: start;
}

table tr {
    background: #f9f9f9;
}

table tr p {
    margin-bottom: 0 !important;
}

table tr:nth-child(2n) {
    background: transparent;
}

.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: -50px;
    height: 500px;
    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: 50px;
}

.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,
#uzbOlympicsCarousel .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,
#uzbOlympicsCarousel .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,
#uzbOlympicsCarousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

.games__main__carousel .owl-nav button i,
#uzbOlympicsCarousel .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: 40px 0 0;

}

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

.union figure {
    margin: 0;
}

.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: 340px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}

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

.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;
}

.header__main__right__top__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

.header__main__right__top__social ul li a {
    color: #929dad;
    font-size: 18px;
    display: flex;
}

.header__main__right__top__social ul li a.icon-instagram {
    color: #929dade0;
}

.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: 20px;
    display: flex;
}

.footer__main__body__left__social ul li a.icon-instagram {
    color: #ffffffe6;
}

.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: 210px;
}

.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;
    width: 100%;
}

.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 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.no_shadow {
    box-shadow: none;
    /*padding: 5px 0;*/
    min-height: 185px;
    border: 1px solid var(--color-black-8);
    background: var(--color-white-1);
    overflow: hidden;
    border-radius: 16px;
    padding: 15px;
}


.leadership__item__image.category_img {
    max-width: 280px;
    flex: 0 0 280px;
    max-height: 200px;
}

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

.leadership__item.no_shadow .leadership__item__image img {
    border-radius: 12px;
}

.leadership__item__image.new_img_size {
    max-width: 270px;
    flex: 0 0 270px;
    min-height: auto;
    max-height: 190px;
    /*margin-right: 30px;*/
}

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

.leadership__item.no_shadow .leadership__item__info h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

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


.leadership__item.no_shadow .leadership__item__info p {
    margin-bottom: 20px;
}

.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__president__col {
    padding: 15px;
    width: calc(100% / 12 * 3);
}

.news__pages__body .news__pages__body__row {
    width: 100%;
    margin-bottom: 20px;
}

.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__item2 {
    padding: 20px 20px 25px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 4px;
    /*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__item2 .news__pages__body__item__info {
    gap: 15px;
}

.bg_sport_f_img {
    position: absolute;
    bottom: 60px;
    right: 60px;
    opacity: 0.5;
    width: 140px;
}

.bg_sport_f_img img {
    width: 100%;
    height: 100%;
}

.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: auto;
    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;
}

.nested_manage_card h2 {
    color: #335fa9;
    font-size: 22px;
    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;
    margin-bottom: 15px;
}

.nested_manage_card h2: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;
}


/*  New leadership card START */
:root {
    --color-blue: 0, 45, 109;
    /*--color-blue-1: rgba(0, 45, 109, 1);*/
    --color-blue-1: #335fa9;
    --color-blue-2: rgba(20, 95, 203, 1);
    --color-blue-3: rgba(50, 156, 198, 1);
    --color-blue-4: rgba(79, 153, 221, 1);
    --color-blue-5: rgba(51, 125, 229, 1);
    --color-blue-6: rgba(16, 78, 166, 1);
    --color-yellow-1: rgba(210, 170, 27, 1);
    --color-yellow-2: rgba(243, 226, 165, 1);
    --color-green-1: rgba(15, 190, 85, 1);
    --color-green-2: rgba(47, 165, 173, 1);
    --color-purple-1: rgba(105, 127, 215, 1);
    --color-red-1: rgba(205, 56, 9, 1);
    --color-black: 1, 11, 27;
    --color-black-1: rgba(1, 11, 27, 1);
    --color-black-2: rgba(36, 45, 58, 1);
    --color-black-3: rgba(71, 82, 98, 1);
    --color-black-4: rgba(119, 129, 145, 1);
    --color-black-5: rgba(150, 159, 173, 1);
    --color-black-6: rgba(190, 202, 221, 1);
    --color-black-7: rgba(223, 228, 237, 1);
    --color-black-8: rgba(234, 238, 245, 1);
    --color-black-9: rgba(239, 243, 249, 1);
    --color-black-10: rgba(242, 244, 249, 1);
    --color-white: 255, 255, 255;
    --color-white-1: rgba(255, 255, 255, 1);
    --gr-blue: linear-gradient(180deg, #053F93 0%, #002D6D 100%);
    --gr-yellow: linear-gradient(180deg, rgba(210, 170, 27, 0.20) 0%, rgba(210, 170, 27, 0.00) 100%);
}

.g-card._leadership {
    border: 1px solid var(--color-black-8);
    background: var(--color-white-1);
    padding: var(--space-20);
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
}

.g-card._leadership .g-card-image {
    max-width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-black-7);
    background-color: var(--color-black-10);
    background-image: url(../images/logo-leadership.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.g-card._leadership .g-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.g-card._leadership .g-card-banner {
    max-width: 470px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4700px;
    flex: 0 0 470px;
    position: relative;
    height: 300px;
}

.g-card._leadership .g-card-banner-icon {
    position: absolute;
    top: 0;
    height: 100%;
    left: -26px;
}

.g-card._leadership .g-card-banner-icon img._1 {
    height: 100%;
    width: auto
}

.g-card._leadership .g-card-banner-icon img._2 {
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g-card._leadership .g-card-banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.g-card._leadership .g-card-wrapper {
    gap: var(--space-20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.g-card._leadership .g-card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.g-card._leadership .g-card-info h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--color-blue-1);
    margin-bottom: 12px;
    max-width: 340px;
}

.g-card._leadership .g-card-divider {
    height: 0;
    border-top: 1px dashed var(--color-black-6);
    width: 100%;
    margin: 0 0 20px 0;
}

.g-card._leadership .g-card-info p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    color: var(--color-black-3)
}

.g-card._leadership .g-card-info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px
}

.g-card._leadership .g-card-info-contact a {
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid var(--color-black-7);
    background: var(--color-black-10);
    gap: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    color: var(--color-black-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.g-card._leadership .g-card-info-contact a i {
    font-size: 24px
}

.g-card._leadership .g-card-info-contact a:nth-child(1) i {
    color: var(--color-blue-2)
}

.g-card._leadership .g-card-info-contact a:nth-child(2) i {
    color: var(--color-green-1)
}

/*  New leadership card END */

.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;
}

.content-body .olympians__item__info {
    text-align: justify;
}

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

.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;
}

.uzb_games.content a[data-fancybox="gallery"] img {
    object-fit: contain;
    backdrop-filter: blur(10px);
}

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

.content a[data-fancybox="gallery"].olympians__item__image {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 300px;
    height: 345px;
}

a.olympians__item__image.manage_item__image[data-fancybox="gallery"].olympians__item__image {
    width: 380px;
    height: auto;
}

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



/*.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: 50px 0 30px;
}

.interview__title {
    margin-bottom: 30px;
}


.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 .interview__item + .interview__item {
    margin-top: 24px;
}

/*.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;
}

.video_code .twitter-tweet-rendered {
    margin: 0 auto;
}

.news-view-content iframe {
    margin: 0 auto;
    display: block;
}

.news-view-imgBx {
    position: relative;
    overflow: hidden;
}

.slider-item-news {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-item-news .image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item-news img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 2;
    position: relative;
}

.slider-item-news .blurred-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(15px);
    z-index: 1;
    opacity: 0.8;
    transform: scale(1.1);
}


.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%;
}

.content a[data-fancybox="gallery"] {
    margin-bottom: 0 !important;
}

.news-view-imgBx .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.news-view-imgBx:hover .owl-nav {
    opacity: 1;
    pointer-events: all;
}

.news-view-imgBx .owl-nav button {
    background: rgba(89, 89, 89, 0.6);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.news-view-imgBx .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.73);
}

.news-view-imgBx .owl-nav i {
    font-size: 22px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .news-view-imgBx .owl-nav button {
        width: 32px;
        height: 32px;
    }

    .news-view-imgBx .owl-nav i {
        font-size: 16px;
    }

    .news-view-imgBx .owl-nav {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .single-view {
        padding: 20px 18px;
    }

    .single-view__image img {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }

    .single-view__title {
        font-size: 24px;
    }
}

.pages .pages-content {
    border-radius: 10px;

}

.leadership {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.leadership__item_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.leadership__item {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 24px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(209 218 233 / 49%);
    padding: 15px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease,
    transform 0.15s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
    overflow: hidden;
    min-height: 200px;
    max-height: 222px;
    z-index: 0;
}



.leadership__item_link:hover .leadership__item::after {
    background-size: 57% auto;
    opacity: 0.09;
}

.leadership__item_link:hover .leadership__item {
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.1);
    border-color: #b8c5e0;
    background-color: #fdfefe;
}

.leadership__item__image,
.leadership__item__info {
    position: relative;
    z-index: 2;
}

.leadership__item__image {
    flex: 0 0 290px;
    max-width: 320px;
    display: flex;
    align-items: center;
}

.leadership__item__image img {
    width: fit-content;
    height: 190px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #dde3f0;
}

.leadership__item__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.leadership__item__info p {
    font-size: 14px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    color: #6f7a8f;
    margin: 0 0 8px;
}

.leadership__item__info h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #335fa9;
    line-height: 1.25;
}

.leadership__item__info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #3f4858;
}

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

.leadership__item__info span strong {
    font-weight: 600;
    color: #27334a;
    margin-right: 4px;
}

.leadership__item__info a[href^="tel:"] {
    color: #0072ce;
    text-decoration: none;
    font-weight: 500;
}

.leadership__item__info a[href^="tel:"]:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .pages .pages-content {
        padding: 20px 16px 24px;
    }

    .leadership__item {
        padding: 18px 18px 18px 22px;
        gap: 18px;
        min-height: 0;
    }

    .leadership__item__image {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .leadership__item__image img {
        height: 190px;
    }

    .leadership__item__info h3 {
        font-size: 20px;
    }

    .leadership__item::after {
        background-size: 80% auto;
        opacity: 0.08;
    }
}

@media (max-width: 767px) {
    .leadership__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .leadership__item__image {
        flex: 0 0 auto;
        max-width: 230px;
    }

    .leadership__item__image img {
        width: 100%;
        height: auto;
    }

    .leadership__item::after {
        width: 100%;
        background-position: center;
        background-size: 55% auto;
    }
}

.federations .accordion .card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dde3f0;
    margin-bottom: 10px;
}

.federations .card-header {
    background: #ffffff;
    padding: 0;
}

.federations .card-header h2 {
    margin: 0;
}

.federations .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1f2a3c;
    box-shadow: none;
}

.federations .card-header .btn:focus {
    box-shadow: none;
}

.federations .card-header .btn.collapsed {
    background-color: #ffffff;
}

.federations .card-header .btn:not(.collapsed) {
    background-color: #f1f5ff;
}

.fed-logo {
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dde3f0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.fed-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fed-title {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
}

.federations .card-body {
    background: #ffffff;
    padding: 16px 18px 18px;
}

.federation-body {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.federation-body__text {
    flex: 1;
    font-size: 17px;
    line-height: 1.6;
}

.federation-body__image {
    flex: 0 0 20%;
    max-width: 20%;
}

.federation-body__image img {
    width: 140px;
    opacity: 0.5;
    height: auto;
    object-fit: cover;
}

@media (max-width: 767px) {

    .federation-body {
        flex-direction: column;
    }

    .federation-body__image {
        display: none !important;
    }
}