: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;
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

*, ::after, ::before {
    box-sizing: unset;
}

body {
    font-family: var(--MuseoMedium400), sans-serif;
    font-size: 14px;
    /*background: #f2f2f2;*/
}

a {
    color: #1890ff;
    text-decoration: none !important;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

.svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1660px;
}

.mobile-menu {
    display: none;
}

.slider-block {
    overflow: hidden;
}

.clearfix {
    clear: both;
}

.home-header .header-top {
    position: relative;
    z-index: 98;
    right: 0;
    left: 0;
    background: linear-gradient(360deg, #253A60, #2f4978);
    /*padding: 12px 0;*/
    /*line-height: 0;*/
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -20px;
    top: 30px !important;
    padding: 12px 16px;
    background: #253A60;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    /*border-radius: 0 !important;*/
    border-radius: 8px !important;
}

.sub-menu:after {
    content: "";
    position: absolute;
    /*left: 50%;*/
    top: -10px;
    margin-left: -10px;
    border-color: transparent transparent #253A60;
    border-style: solid;
    border-width: 0 10px 10px;
    left: 15%;
}

.nav-item.open .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.new-navbar .dropdown-item {
    display: block;
    transition: all .3s ease-in-out;
    padding: 8px 4px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    /*border-bottom: 1px solid hsla(0, 0%, 100%, .1);*/
    border-radius: 4px;
}

.dropdown-menu.sub-menu a {
    color: #fff;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.dropdown-menu.sub-menu li:first-child a {
    border-top: none;
}

.dropdown-menu.sub-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.new-navbar .dropdown-item:hover {
    cursor: pointer;
    color: #fff;
    padding-left: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #063999;
}

.social-area a {
    padding: 10px 10px !important;
}

.social-area {
    margin-left: 30px !important;
}

.new-navbar .navbar-nav > li > a {
    margin-right: 25px;
}

.dropdown-menu li a:hover {
    /*padding-left: 10px !important;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffb202 !important;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #fff;
}

.language {
    position: relative;
}

.language, .nav-search, .login, .social {
    float: right;
    color: #fff;
    margin-left: 20px;
}

.language .dropdown-menu {
    box-shadow: none;
    border: 0;
    background: rgba(0 169 167 / 70%);
    min-width: 120px;
}

.pages-header .language .dropdown-menu {
    background: #00a8a6;
}

.language .dropdown-menu > li > a {
    padding: 3px 15px;
    background: none !important;
}

.new-navbar {
    display: flex;
    align-items: center;
}

.social {
    margin-right: 30px;
}

.social ul {
    margin-bottom: 0;
}

.banner {
    position: relative;
    /*height: calc(100vh - 190px);*/
}

.banner .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .banner_bg-info {
    position: relative;
    z-index: 50;
    /*height: calc(100vh - 190px);*/
}

.banner_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__item {
    height: calc(100vh - 225px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner__item::after {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*z-index: -1;*/
}

.banner__item__info {
    height: calc(100vh - 230px);
    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: space-between;
    padding-top: 120px;
    padding-bottom: 80px;
}

.banner__item__info__content {
    width: 50%;
}

.banner__item__info__bottom {
    /*margin-top: 120px;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner__item__info__bottom__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 30px 0;
    position: relative;
    transition: all .5s linear;
}

.banner__item__info__bottom__item > div {
    display: flex;
    align-items: center;
    padding: 10px;
}

.header-top {
    background-color: #08678e0f;
}

.header-top-wrapper {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-text {
    display: flex;
    align-items: center;
}

.header-top-social {
    display: flex;
    align-items: center;
}

.header-top-text strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #253A60;
    margin-right: 8px;
}

.header-top-text .svg svg {
    width: 24px;
    height: 24px;
    stroke: #253A60;
    opacity: .6;
    fill: transparent;
}

.header-top-social ul li a .svg svg {
    fill: transparent;
    stroke: #253A60;
    transition: all .3s ease-in-out;
    opacity: .6;
}

.header-top-social span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #253A60;
    opacity: .9;
    margin-right: 24px;
}

.header-top-social ul li:not(:first-child) {
    margin-left: 24px;
}

.header-top-text a, .header-top-text span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #253A60;
    opacity: .8;
}

.header-top-text .svg {
    margin-right: 8px;
}

.header-top-text.test-mode span {
    animation: mymoveText 1.5s infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.header-top-text.test-mode .svg svg {
    stroke: #ff3939;
}

.header-top-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

/* Header Slider */

.home-hero2 .section-wrapper {
    position: relative;
}

.home-hero2-slider-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 24px !important;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55;
}

.home-hero2-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffb202;
}

.home-hero2-slider-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.home-hero2-item {
    /*height: 672px;*/
    height: calc(100vh - 219px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    display: flex;
}

.home-hero2-info {
    /*margin-top: auto;*/
    padding: 20px 50px 50px;
    background: linear-gradient(0deg, #003087d4, rgb(37 58 96 / 84%) 21.15%, rgba(0, 48, 135, .111589) 47.76%, rgba(0, 48, 135, 0) 78.2%);
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.home-hero2-info h3 {
    /*max-width: 1220px;*/
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 16px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.home-hero2-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    opacity: .8;
    margin-bottom: 8px
}

.home-hero2-info span .svg {
    margin-right: 6px
}

.home-hero2-info span .svg svg {
    fill: transparent;
    stroke: #fff
}

.home-hero2-slider-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px
}

.home-hero2-slider-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 1;
    transition: all .3s ease-in-out;
    margin: 0 8px
}

.home-hero2-slider-action .svg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all .3s linear;
    color: #FFFFFF;
}

/*.home-hero2 {*/
/*    padding: 24px 0 32px;*/
/*}*/
/* Header slider end */


/* Banner Start */

.slider-item {
    position: relative;
    height: calc(100vh - 154px);
}

.slider-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slider-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner__item {
    height: calc(100vh - 168px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.slider-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#homeCarousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#homeCarousel .owl-nav button:hover {
    background-color: transparent;
}

#homeCarousel .owl-nav button:focus {
    outline: none;
}

#homeCarousel .owl-nav button:nth-child(1) {
    position: absolute;
    left: 60px;
    padding: 12px 12px 8px 8px !important;
}

#homeCarousel .owl-nav button {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

#homeCarousel .owl-nav button:nth-child(2) {
    position: absolute;
    right: 60px;
    padding: 10px !important;
}

#homeCarousel .owl-nav button i {
    font-size: 30px;
    color: #ffffff;
}

.banner__wrapper {
    position: relative;
    z-index: 33;
    padding-left: 130px;
}

.banner__wrapper h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.banner__wrapper p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 24px;
    width: 586px;
}

.owl-item img {
    display: unset;
    /* width: unset; */
}

/* Banner END */
.marquee {
    /*width: var(--marquee-width);*/
    height: 210px;
    color: #eee;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #FFFFFF 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #FFFFFF 0%, transparent 100%);
}

.marquee-depart:before, .marquee-depart:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee-depart:before {
    left: 0;
    background: linear-gradient(to right, #ffffff8c 0%, transparent 35%);
}

.marquee-depart:after {
    right: 0;
    background: linear-gradient(to left, #ffffff8c 0%, transparent 35%);
}

.marquee-depart .marquee-content li a {
    display: block;
    width: 100%;
    height: 100%;
}

.marquee-depart {
    /*width: var(--marquee-width);*/
    height: 250px;
    color: #eee;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.department__item__title {
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding: 56px 10px 10px;
    text-align: center;
    z-index: 33;
    width: 100%;
}

.department__item__image {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-depart .marquee-content li a .department__item__title span {
    position: relative;
    z-index: 30;
}

.marquee-depart .marquee-content li a .department__item__title::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#003087));
    background-image: -o-linear-gradient(top, transparent, #003087);
    background-image: linear-gradient(180deg, transparent, #003087);
    z-index: 10;
    border-radius: 10px;
}

.dekan_info-top_social {
    margin-top: 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dekan_info-top_social a + a {
    margin-left: 10px;
}

.dekan_info-top_social a .svg svg {
    fill: transparent;
    stroke: #005fbe;
    transition: all .3s ease-in-out;
}

.fac_menu-title h3 {
    font-size: 23px;
    color: #000000;
    margin-top: 0;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */
.list-unstyled {
    margin-bottom: 0;
}

.fac_menu > ul li {
    padding: 5px 0;
}

.fac_menu > ul li > a {
    font-size: 18px;
    line-height: 22px;
    color: #4f4f4f;
    text-decoration: none;
    display: block;
    margin-bottom: 0 !important;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.fac_menu {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 20px;
}

.marquee-content li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

.marquee-depart .marquee-content li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: calc(75vw / 4);
    max-height: 100%;
    margin-right: 15px;
    flex-direction: column;
    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;
}

.marquee-content li img {
    width: 100%;
    height: 100%;
}

.marquee-depart .marquee-content li img {
    border-radius: 10px;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before, .marquee:after {
        width: 5rem;
    }
}

#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;
    height: 534px;
    overflow: hidden;
    border-radius: 12px;
}

.main__wrapper__video__item__image {
    /*height: 360px;*/
    border-radius: 2px;
    overflow: hidden;
}

.header-social-item {
    padding: 7px;
    border-radius: 15px;
    background-color: #1fb5b3;
}

.header-social-item i {
    color: #FFFFFF;
    font-size: 16px;
}

.header-social .header-social-item + .header-social-item {
    margin-left: 10px;
}

.header-social-item .icon-linkedin,
.header-social-item .icon-youtube {
    font-size: 20px;
}

.header-social {
    display: flex;
    align-items: center;
}

.header-middle {
    background-color: #FFFFFF;
    border-bottom: 5px solid #ffb202;
}

.header-middle-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.header-middle-logo {
    margin-right: auto;
}

.header-middle-functions.mobile {
    display: none;
}

.header-middle-line {
    height: 20px;
    margin: 0 24px;
    border-right: 1px solid rgba(33, 33, 33, .2);
    border-left: 1px solid rgba(33, 33, 33, .2);
}

.header-middle-line {
    height: 24px;
    margin: 0 24px;
    border-right: 1px solid rgba(33, 33, 33, .2);
    border-left: 1px solid rgba(33, 33, 33, .2);
}

.header-middle-lang {
    margin-right: 5px;
    position: relative;
}

.header-middle-logo a {
    display: flex;
    align-items: center;
}

.header-middle-logo a img {
    height: 72px;
    /*margin-right: 10px;*/
}

.header-middle-logo-text {
    display: flex;
    flex-direction: column;
    font-family: var(--MuseoMedium400);
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #606060;
    letter-spacing: .8px;
}

.header-middle-logo-text span {
    /*         font-weight: 700; */
    /*         font-size: 18px; */
    /*         line-height: 160%; */
    margin-bottom: 2px;
}

.header-middle-logo-text strong {
}

.header-middle-functions ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-middle-functions ul li {
    cursor: pointer;
}

.header-middle-functions ul li .svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s linear;
}

.header-middle-functions ul li .svg i {
    font-size: 30px;
    padding-top: 5px;
    color: #003087;
}

.header-middle-functions ul li .svg:hover i {
    color: #fff;
}

.header-middle-functions ul li .svg:hover {
    background-color: #003087;
}

.heade-middler-login a {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: transparent;
}

.header-middle-functions ul li .svg svg {
    stroke: #003087;
}

.header-middle-functions ul li:not(:last-child) {
    margin-right: 16px;
}

.header-middle-virtual {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-middle-virtual .svg {
    margin-right: 8px;
}

.header-middle-virtual span {
    /*         font-weight: 600; */
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #08678E;
}

.header-middle-logo-content p {
    margin-bottom: 0;
    color: #022A99;
}

.header-middle-logo-content p:hover {
    color: #022A99;
}

.header-middle-virtual .svg svg {
    fill: #08678E;
}

.ant-btn {
    display: flex;
    align-items: center;
    height: auto;
    /*         font-weight: 600; */
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #08678E;
    padding: 10px 12px;
}

.ant-btn .svg {
    margin-right: 8px;
}

.header-middle-lang button {
    display: flex;
    align-items: center;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.header-middle-lang button .svg svg {
    width: 24px;
    height: 24px;
    stroke: #003087;
}

.ant-btn > i, .ant-btn > span {
    display: inline-block;
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
}

.header .ant-btn {
    box-shadow: none !important;
}

.header-middle-lang-list {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
}

.desktop-menu .header-middle-line {
    display: none;
}

.header-top__right .top-right-btns {
    display: flex;
    align-items: center;
}

.ant-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99;
    display: block;
}

#lang-dropdown {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear;
}

#lang-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.ant-dropdown:before {
    position: absolute;
    top: -7px;
    right: 0;
    bottom: -7px;
    left: -7px;
    z-index: -9999;
    opacity: .0001;
    content: " ";
}

.header-middle-lang-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-middle-lang-list ul li {
    white-space: nowrap;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: #003087;
}

.header-middle-lang-list ul li img {
    width: 24px;
}

.header-middle-lang-list ul li, .header-middle-lang-list ul li a {
    display: flex;
    align-items: center;
}

.header-middle-lang-list ul li:hover {
    background-color: #253A60;
}

.header-middle-lang-list ul li:hover a span {
    color: #fff;
}

.header-middle-lang-list ul li, .header-middle-lang-list ul li a {
    display: flex;
    align-items: center;
}

.header-top__right {
    display: flex;
    align-items: center;
}

.header-middle-lang-list ul li span {
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #08678E;
    margin: 0 0 0 16px;
}

#myHeader .new-navbar {
    justify-content: space-between;
    width: 100%;
}

#myHeader .new-navbar .header-top__burger {
    display: flex;
    align-items: center;
}

.banner__item__info__bottom__item i {
    font-size: 50px;
    color: #95bbff;
}

.banner__item__info__bottom__item:hover > div {
    background: #ffffff24;
    border-radius: 10px;
}

.banner__item__info__bottom__item::before {
    content: '';
    position: absolute;
    height: 1px;
    left: 24px;
    right: 12px;
    top: 0;
    border-top: 1px dashed #ffffff;
}

.banner__item__info__bottom__item::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #FFFFFF;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
}

.banner__item__info__bottom__item p {
    width: 50%;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #EAECF0;
    margin-bottom: 0;
    margin-left: 10px;
}

.banner__item__info__content__item h1 {
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    font-size: 44px;
    line-height: 59px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 42px;
}

.banner__item__info__content__item p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    font-style: italic;
    color: #EBEBEB;
}

#header-open__btn {
    margin-right: 25px;
    font-size: 28px;
    color: #ffb202;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-open__btn i {
    font-weight: 600;
}

.vi-open i {
    font-size: 24px;
    color: rgba(0 169 167);
}

.social ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-left-block i {
    color: #d2c988;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.header-left-block a {
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
}

.home-header .current_page_item {
    display: none;
}

/* Search modal */
body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.courses-searching input[type=text] {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding-left: 20px;
    background: #fff;
    color: #999;
    font-size: 15px;
    font-style: italic;
}

.courses-searching button {
    width: 50px;
    line-height: 50px;
    border-radius: 0;
    float: left;
    font-size: 16px;
    padding: 0;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    background: #075798;
}

.courses-searching {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(11, 55, 91, 0.7);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -khtml-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.search-popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: url(../images/cursor.png), auto;
}

.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
    max-width: 100%;
    width: 600px;
}

.thim-course-search-overlay form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
}

.courses-searching ul.courses-list-search {
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff !important;
    margin-top: 2px;
    left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    border-radius: 0;
    box-shadow: 2px 2px 6px -4px #000;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
}

.courses-searching button i {
    color: #fff;
}

/* Intro Video */
.intro-video {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.intro-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 0;
}

.intro-video:before {
    content: '';
    position: absolute;
    background: rgba(6, 6, 6, 0.51);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.intro-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.intro-logo {
    border: 2px solid #d2c988;
    border-radius: 10px;
    padding: 65px 15px 65px 120px;
    width: 700px;
    border-left-color: transparent;
}

.intro-logo:after, .intro-logo:before {
    content: '';
    position: absolute;
    height: 18px;
    background: #d2c988;
    width: 2px;
    left: 1px;
}

.intro-logo:before {
    top: 1px;
    border-radius: 5px 0 0 0;
}

.intro-logo:after {
    bottom: 1px;
    border-radius: 0 0 0 5px;
}

.intro-logo img {
    position: absolute;
    left: -88px;
    transform: translate(0%, -50%);
    top: 50%;
    width: 26%;
}

.intro-logo h3 {
    font-size: 40px;
    color: #fff;
}

#mouse-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 2;
}

#mouse-scroll span {
    display: block;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 50px;
    width: 35px;
    border-radius: 14px;
    border: 2px solid #fff;
    margin: 0 auto;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 10px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

.mouse-arrow {
    width: 20px;
    margin: 0 auto;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.home-banner-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    background-color: #003087;
    border-radius: 10px;
}

.home-banner-info {
    padding: 80px 60px;
    width: 56.57%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-banner-info-top {
    margin-bottom: 40px;
}

.home-banner-info-bottom {
    display: flex;
    align-items: center;
}

.home-banner-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home-banner-info-top h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.home-banner {
    padding: 70px 0;
}

.home-banner-info-top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #d2c988;
    margin: 0;
}

.home-banner-info-bottom-social {
    display: flex;
    align-items: center;
}

.home-banner-info-bottom-social span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-right: 17px;
    color: #fff;
    white-space: nowrap;
}

.home-banner-info-bottom-social ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.home-banner-info-bottom-social ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.home-banner-info-bottom-social ul li svg {
    fill: #fff;
    stroke: unset;
    transition: all .3s ease-in-out;
}

.home-banner-info-bottom-social ul li .instagram svg {
    fill: transparent;
    stroke: #fff;
    transition: all .3s ease-in-out;
}

.news-content #newsPrint p {
    font-size: 18px;
}

/*.title {*/
/*    text-align: center;*/
/*}*/

.title h2 {
    color: #003087;
    font-size: 36px;
    margin-bottom: 20px;
}

/* Gallery Start */
.top-gallery {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: -webkit-calc(5% / 8 * 100);
    padding-bottom: calc(5% / 8 * 100);
    display: block;
}

.top-gallery:hover .top-gallery__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-item:hover .gallery-item__img .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top-gallery::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: -o-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(180deg, transparent, #000);
    z-index: 10;
}

.top-gallery__img {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.top-gallery__play-icon {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 82px;
    height: 82px;
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    z-index: 15;
    background-color: rgba(23, 32, 106, 0.3);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-gallery__play-icon i {
    font-size: 24px;
    color: #fff;
}

.gallery-item__play-icon i {
    font-size: 18px;
    color: #fff;
}

.top-gallery__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    color: #fff;
    /*font-family: "DINPro";*/
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -.2px;
    padding: 20px 30px;
    display: block;
    line-height: 29px;
}

.gallery-item {
    width: 100%;
    margin-bottom: 20px;
}

.gallery-item__img {
    position: relative;
    width: 100%;
    padding-bottom: -webkit-calc(5% / 8 * 100);
    padding-bottom: calc(5% / 8 * 100);
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-meta {
    margin-bottom: 10px;
    opacity: 0.8;
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    background: url(../img/calendar.svg) no-repeat center left;
    background-size: contain;
}

.gallery-item .news-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery-item .news-meta {
    background-image: none;
    padding-left: 0;
}

.gallery-item__img .img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.gallery-item__play-icon {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 15;
    background-color: rgba(23, 32, 106, 0.3);
    border-radius: 100px;
}

.gallery-item__title {
    font-weight: bold;
    color: #000000;
    line-height: 19px;
    font-size: 16px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block-title span {
    color: #000000;
    font-size: 24px;
    position: relative;
    display: block;
    padding-left: 25px;
}

.all-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: end;
    align-items: end;
    font-size: 16px !important;
    color: #2246c5 !important;
    text-decoration: none !important;
}

.block-title a {
    color: #17206A;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.block-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #17206A;
}

.block-title span:before {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 4px solid #17206a;
    display: block;
}

.media {
    margin-top: 40px;
}

.all-link img {
    margin-left: 8px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dekan {
    display: flex;
    height: 380px;
    padding-bottom: 20px;
}

.deputat {
    display: flex;
    height: 380px;
    padding-bottom: 20px;
}

.dekan_info_text {
    /*margin-left: 15px;*/
    font-size: 18px;
    font-weight: 500;
}

.dekan_info_text span {
    font-weight: 700;
}

.deputat .dekan_img:hover .dekan_img-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.dekan_img {
    /*width: 234px;*/
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.dekan_img.image{
    height: 360px;
}
.dekan_img img {
    object-position: center;
}

.content-body table {
    width: 100%;
}

.content-body table td, .full-text table th {
    padding: 8px;
    border: 1px solid #ddd;
}

.content-body p {
    font-size: 18px;
}

.video .card-vertical_play {
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.video .card-vertical_play > div {
    background-color: #253a60c2;
    color: #ffffff;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.content-body table td p, .full-text table th p {
    margin-bottom: 0;
}

.dekan .dekan_img {
    width: 42%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.dekan .dekan_img-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 20px 15px 20px;
    border-radius: 0 0 10px 10px;
}

.dekan .dekan_img:hover .dekan_img-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.dekan .dekan_img-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.dekan .dekan_img-content p {
    color: #bbbbbb;
    margin-bottom: 0;
    font-size: 14px;
}

.dekan .dekan_img-bg {
    height: 380px;
    border-radius: 10px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.dekan_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dekan_info-bottom .appeal_btn .svg {
    margin-right: 6px;
}

.dekan_info-bottom .appeal_btn {
    display: flex;
    align-items: center;
    padding: 7px 18px;
    background-color: #005fbe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e80c6', endColorstr='#176bb5', GradientType=0);
    color: #fff !important;
    font-size: 16px;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
}

.dekan_info-bottom .appeal_btn:hover {
    color: #fff !important;
    outline: none !important;
    background: rgb(27, 68, 183);
    background: -moz-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(27, 68, 183)), color-stop(100%, rgba(35, 88, 236)));
    background: -webkit-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
    background: -o-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
    background: -ms-linear-gradient(top, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
    background: linear-gradient(to bottom, rgb(27, 68, 183) 0%, rgb(35, 88, 236) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e80c6', endColorstr='#176bb5', GradientType=0);
}

.dekan_info-bottom .more {
    box-sizing: border-box;
    border-radius: 3px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #b0b0b0;
    padding: 0 3px;
    border-bottom: 1px dotted;
}

.dekan_info-bottom {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fac-counter {
    border-radius: 10px;
    width: 100%;
    background-color: #003087;
    margin: 0;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.fac-counter .fac_item-counter > img {
    width: 45px;
}

.fac-counter .fac_item-counter > div {
    font-size: 40px;
    color: #d2c988;
}

.dekan_info_img img {
    width: 18px;
    margin-right: 5px;
}

.fac-counter .fac_item-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fac-counter .fac_item-counter > h4 {
    font-size: 22px;
    margin: 5px 0;
    color: #FFFFFF;
    font-family: Effra-Medium, sans-serif;
    padding: 0 30px;
}

.gallery-item .news-meta span {
    color: #000;
    font-weight: 400;
}

.card-vertical {
    width: 100%;
    cursor: pointer;
}

.video .card-vertical {
    display: block;
    margin-bottom: 20px;
}

.card-vertical-image, .card-vertical-video {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
}

.card-horizontal-image, .card-vertical-image {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.card-horizontal-image:before, .card-vertical-image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    transform: rotate(30deg);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    transition: all .4s ease-in-out;
    z-index: 3;
}

.img-wrapper[data-v-f4ed51fc] {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f7ff;
}

.card-vertical-image img, .card-vertical-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .2s ease-in-out;
}

.img-wrapper img {
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.img-wrapper .spinner-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
}

.services_block {
    width: 100%;
    padding: 35px 0;
    position: relative;
    /*margin-top: 45px;*/
    display: flex;
    align-items: center;
}

.services-bg-block {
    position: absolute;
    width: 100%;
    background: #253A60;
    height: 100%;
    z-index: -1;
    /*top: -30px;*/
}

.swiper .sw-img {
    border-radius: 50%;
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .sw-img img {
    width: 100%;
    height: 100%;
}

.swiper .swiper-item p {
    text-align: center;
    margin-top: 15px;
    height: 45px;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}

.swiper .swiper-item a {
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    height: 235px;
    padding: 15px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    text-decoration: none;
    display: flex;
    align-items: center;
}

img[lazy=loaded] ~ .spinner-block[data-v-f4ed51fc], img[lazy=loading] ~ .spinner-block[data-v-f4ed51fc] {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: absolute;
    display: none;
    color: #1890ff;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform .3s cubic-bezier(.78, .14, .15, .86);
}

.map-box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-height: 400px;
}

.map-card-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #2B2B35;
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
}

.ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #1890ff;
    border-radius: 100%;
    transform: scale(.75);
    transform-origin: 50% 50%;
    opacity: .3;
    animation: antSpinMove 1s linear infinite alternate;
}

.card-vertical-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.card-vertical-info-header span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #003087;
    display: flex;
    align-items: center;
}

.card-vertical-info-header span .svg {
    margin-right: 8px;
}

.card-vertical-info-header span .svg svg {
    stroke: #003087;
    fill: transparent;
}

.card-vertical-info-header span:first-child .svg svg {
    stroke: none;
    fill: #003087;
}

.pages-content {
    margin: 40px 0;
}

.card-vertical-info-body h3 {
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    line-height: 150%;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-vertical-info-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #565656;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-horizontal:hover .card-horizontal-image:before, .card-horizontal:hover .card-vertical-image:before, .card-vertical:hover .card-horizontal-image:before, .card-vertical:hover .card-vertical-image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
}

.card-horizontal:hover .card-horizontal-image img, .card-horizontal:hover .card-vertical-image img, .card-vertical:hover .card-horizontal-image img, .card-vertical:hover .card-vertical-image img {
    transform: scale(1.1);
}

/* Gallery End */
.sidebar .sidebar-menu {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 20px;
}

.sidebar-title h3 {
    font-size: 23px;
    color: #005fbe;
    margin-top: 0;
}

.sidebar-menu > ul li > a {
    font-size: 18px;
    line-height: 22px;
    color: #4f4f4f;
    text-decoration: none;
    display: block;
    margin-bottom: 0 !important;
}

.sidebar-menu > ul li.active a, .side-menu > ul li > a:hover {
    color: #ffb202;
}

.sidebar-menu > ul li {
    padding: 5px 0;
}

.manage_v .manage_v-body {
    /*display: flex;*/
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 3px;
    min-height: 250px;
}

.manage_v-body .manage_img {
    width: 300px;
    height: 300px;
    display: block;
    margin-right: 20px;
    float: left;
}

.manage_v-body .manage_v__info {
    width: 100%;
}

.manage_v-body .title {
    margin-top: 0;
}

.manage_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.manage_v__info p {
    font-size: 16px;
    line-height: 25px;
}

/* Slider */

.pages-header .header-top {
    display: block;
    width: 100%;
    background: #253A60;
    /*padding: 25px 0;*/
    /*line-height: 0;*/
}

.pages-title__main {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-title__main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
}

.pages-title__main .pages-title__header {
    position: relative;
    text-align: center;
    /* padding: 50px 0; */
    color: #fff;
    /*border: 2px solid #d2c988;*/
    border-radius: 10px;
    padding: 10px 15px;
    width: 500px;
    height: 180px;
    border-left-color: transparent;
    margin: 0 auto;
    display: table;
}

.pages-title__main-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pages-title__main .pages-title__header img {
    position: absolute;
    left: -58px;
    transform: translate(0%, -50%);
    top: 50%;
    height: 120px;
    width: 120px;
}

.pages-title__main .pages-title__header h2 {
    font-size: 42px;
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 50px;
}

/*.pages-title__header:after, .pages-title__header:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 18px;*/
/*    background: #d2c988;*/
/*    width: 2px;*/
/*    left: 1px;*/
/*}*/

.pages-title__header:after {
    bottom: 1px;
    border-radius: 0 0 0 5px;
}

.pages-title__header:before {
    top: 1px;
    border-radius: 5px 0 0 0;
}

.content-block {
    min-height: 400px;
}

.content-main-block {
    padding: 30px 0;
    margin: 0 -7.5px;
}

.content-main {
    width: 75%;
    float: left;
    padding: 0 7.5px;
}

.content-main .content {
    background: #fff;
    min-height: 200px;
    padding: 25px;
    font-size: 18px;
    color: #030C11;
}

.content-main .content p {
    margin: 0 0 15px;
}

.content-main .content ul, .content-main .content ol {
    margin: 0 15px;
}

.content-main .content li {
    margin: 0 0 10px;
}

/* sidebar */
.siderbar-main {
    width: 25%;
    float: left;
    padding: 0 7.5px;
}

.siderbar-main .sidebar-menu {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.siderbar-main .sidebar-menu h2 {
    margin: 0;
    color: #d2c988;
    font-size: 26px;
    margin-bottom: 15px;
}

.siderbar-main .sidebar-menu ul {
    list-style: none;
}

.siderbar-main .sidebar-menu ul li {
    margin-bottom: 15px;
}

.siderbar-main .sidebar-menu ul li a {
    font-size: 18px;
    color: #030C11;
    line-height: 18px;
}

.siderbar-main .sidebar-menu ul li.active a, .siderbar-main .sidebar-menu ul li a:hover {
    color: #d2c988;
}

.sidebar-news {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.sidebar-news .sidebar-new__title h2 {
    font-size: 26px;
    color: #d2c988;
    margin: 0 0 15px 0;
}

.sidebar-upcoming {
    margin-bottom: 15px;
}

.sidebar-upcoming .upcoming-events_home {
    box-shadow: none;
    height: auto;
}

#news-carousel {
    overflow: hidden;
}

#news-carousel .item a .side-news__image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

#news-carousel .item a .side-news__image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(31, 139, 245, 0.25);
}

#news-carousel .item a .side-news__image img {
    width: 100%;
}

#news-carousel .item a h2 {
    font-size: 16px;
    width: 100%;
    color: #00a8a6;
    margin: 10px 0 5px;
    line-height: 19px;
}

#news-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

#news-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    outline: none;
    margin: 2px 5px;
    background: transparent;
    border: 1px solid #d2c988;
}

#news-carousel.owl-theme .owl-dots .owl-dot.active span, #news-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #d2c988;
}

.sidebar-calendar {
    margin-top: 10px;
}

.sidebar-calendar .calendar-main {
    height: 240px;
}

.sidebar-calendar .pika-lendar {
    float: left;
    width: 100%;
    margin: 0;
}

.sidebar-calendar .pika-single {
    border: 0;
}

.sidebar-calendar .pika-button {
    background: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

.sidebar-calendar .pika-button:hover, .sidebar-calendar .pika-row.pick-whole-week:hover .pika-button, .sidebar-calendar .is-today:hover .pika-button {
    background: #00a8a6 !important;
    box-shadow: none;
    color: #fff;
}

.sidebar-calendar .is-selected .pika-button, .sidebar-calendar .has-event .pika-button {
    background: #d2c988 !important;
    box-shadow: none;
}

.sidebar-calendar .is-today .pika-button {
    background: #00a8a6;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
}

.sidebar-calendar, .sidebar-upcoming .upcoming-events_home, .siderbar-main .sidebar-menu {
    border-radius: 5px;
}

/* News view */
.news-view__content .images-block__news {
    width: 450px;
    float: left;
    margin: 0 20px 0 0;
}

.news-view__content .images-block__news .sp-slides-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.news-view__content .images-block__news .sp-button {
    width: 12px;
    height: 12px;
    border: 1px solid #00a8a6;
}

.news-view__content .images-block__news .sp-selected-button {
    background-color: #00a8a6;
}

.content .news-view__title h2 {
    font-size: 28px;
    color: #00a8a6;
    line-height: 29px;
    margin: 0 0 20px 0;
}

.news-footer {
    margin-top: 20px;
}

.news-footer .date-share-main {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.date-share-main ul.list-unstyled {
    margin: 0;
    float: left;
}

.date-share-main ul.list-unstyled li {
    float: left;
    margin: 0;
    margin-right: 25px;
    color: #1fb5b3;
}

.news-footer .date-share-main .share {
    float: right;
}

.news-footer .date-share-main .share p {
    float: left;
    margin: 0 10px;
    color: #1fb5b3;
}

.news-footer .date-share-main .share div.osg {
    float: right;
}

.partner__item {
    padding: 20px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    margin-bottom: 20px;
}

.region_manage {
    margin-top: 30px;
}

.region_manage_info ul {
    list-style: none;
}

.region_manage_info ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.region_manage_img {
    height: 340px;
    width: 100%;
}

.region_manage_img img {
    width: 100%;
    height: 100%;
}

.partner__item__image {
    margin-bottom: 14px;
}

.partner__item__info h3 {
    font-size: 18px;
    line-height: 22px;
    color: #4f4f4f;
}

.partner__item__info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Footer */
footer {
    /*background: #003087;*/
    color: #fff;
}

/*.footer-bottom {*/
/*    padding: 25px 0;*/
/*    text-align: center;*/
/*}*/
.footer-top {
    padding: 25px 0;
    background: #08678e0f;
}

.footer-main {
    border-top: 5px solid #ffb202;
    background: #253A60;
    padding: 40px 0;
}

.footer-bottom {
    background: #253A60;
}

.footer-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-logo {
    display: flex;
    align-items: center;
}

.shop_bag {
    position: relative;
    margin-right: 12px;
    background-color: #325490d6;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market .section-session .session-banner img {
    backdrop-filter: unset;
}

.shop_bag span {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    background-color: red;
    padding: 1px 6px;
    border-radius: 10px;
    font-size: 10px;
}

.total_price {
    display: flex;
    align-items: center;
}

.total_price h6 {
    margin-bottom: 0;
    margin-right: 5px;
}

.shopping_table_tr .qty {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.product-card {
    backface-visibility: hidden;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.product-card-main-info-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.product-card > .ui-card {
    height: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    transition: box-shadow .3s ease;
}

.product-card-price-info {
    display: flex;
    flex-direction: column;
}

.product-card-price-info > span.product-card-price {
    height: 15px;
    line-height: 120%;
    margin-top: 2px;
}

.product-card-price-info span.product-card-old-price {
    line-height: 16px;
    color: #7e818c;
    text-decoration-color: #e31235;
    /* text-decoration-thickness: 2px; */
}

.product-card-old-price {
    text-decoration: line-through;
}

.product-card-old-price {
    font-size: .7rem;
}

.product-card-price-info .product-card-old-price-and-discount {
    align-items: center;
    display: flex;
    gap: 4px;
    height: 16px;
}

.product-card-image {
    border-radius: 8px;
    position: relative;
    transform: translateZ(0);
    transition: all .35s;
}

.card-info-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* height: 147px; */
    padding: 0px 8px 8px;
}

.product-card-image:before {
    content: "";
    display: block;
    background-color: #fff;
    padding-top: 133.333333% !important;
}

.subtitle {
    margin: 8px 0;
    font-size: 18px;
    line-height: 22px;
    max-height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1f2026;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-to-cart.ui-button {
    border-radius: 50%;
    box-sizing: border-box;
    height: 38px;
    padding: 3.5px;
    width: 38px;
    border-color: #b3b3b300;
}

.ui-button.small .ui-icon {
    height: 24px;
    width: 24px;
}

.ui-button.large .slot.default {
    color: #FFFFFF;
}

.ui-button .slot {
    align-items: center;
    display: flex;
    height: 100%;
}

.preview-wrapper {
    height: 100%;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.image-wrapper .image-cover {
    background-color: var(--surface-dark-blurredsecondary);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-card-icon-and-classname-collision-made-to-minimum {
    border-radius: 8px;
    /*height: 100%;*/
    left: 0;
    /*object-fit: cover;*/
    /*object-position: center;*/
    position: absolute;
    top: 10%;
    width: 100%;
    transition: all .25s;
    will-change: transform;
}

.badge-container--card {
    bottom: 0;
    left: 8px;
    max-height: 46px;
    overflow: hidden;
    position: absolute;
    transform: translateZ(0);
    z-index: 2;
}

.ui-button {
    --bg-color: transparent;
    --color: #fff;
    --border-radius: 10px;
    align-items: center;
    align-self: center;
    background-color: var(--bg-color);
    border: none;
    border-radius: var(--border-radius);
    color: var(--color);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    transition: all .2s;
}

.carousel-control-next,
.carousel-control-prev {

}

.info-container .info-block .block-part.count {
    box-sizing: border-box;
    width: 120px;
}

.info-container .info-block .block-part.count .count-input {
    margin-right: 16px;
}

.info-container .info-block .block-part.count > .text__input-validation {
    position: relative;
    transition: all .2s;
}

.info-container .info-block .block-part.count > .text__input-validation > #tooltip > button,
.info-container .info-block .block-part.count > .text__input-validation > button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    height: 38px;
    padding: 0;
    position: absolute;
    top: 1px;
    width: 38px;
    z-index: 1;
}

.info-container .info-block .block-part.count > .text__input-validation > #tooltip > button > i,
.info-container .info-block .block-part.count > .text__input-validation > button > i {
    background: #656773;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 14px;
}

.info-container .info-block .block-part.count .js-virtual-keyboard-undefined[name=phone_code],
.info-container .info-block .block-part.count .js-virtual-keyboard-undefined {
    text-align: center;
    text-indent: 0;
}

.quantity {
    /*padding-top: 20px;*/
    /*margin-right: 60px;*/
    display: flex;
    align-items: center;
}

.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

.products-list .modal-dialog {
    max-width: 50%;
}

.block-part-content .total-price .currency {
    color: #1f2026;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 13px;
    white-space: nowrap;
}

.block-part-content .old-price .currency {
    color: #7e818c;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through;
    text-decoration-color: #e31235;
}

.products-list .modal-dialog {
    max-width: 100%;
}

.product-modal-info {
    height: 100%;
    position: relative;
    width: 100%;
}

.product-modal-info .scrollable {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 16px 20px;
}

.products-list .carousel .carousel-item img {
    width: 100%;
    height: 420px;
}

.products-list .carousel {
    flex-grow: 1;
    padding-right: 16px;
    width: 400px;
}

.products-list .info-container {
    flex-basis: 400px;
    flex-grow: 4;
    position: relative;
}

.product-list_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.info-container .info-block.base .title {
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    word-break: break-word;
}

.info-container .info-block .block-part-title {
    align-items: center;
    color: var(--text-primary);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.info-container .info-block .block-part-content,
.market .info-block .block-part-content {
    margin-top: 8px;
}

.info-container .info-block .block-part-title__sku-value {
    font-weight: 600;
    padding-left: 8px;
}

.info-container .info-block .block-part-title {
    align-items: center;
    color: var(--text-primary);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.info-container .info-block .block-part.count .block-part-content {
    align-items: center;
    display: flex;
}

.info-container .info-block .block-part.count [input-form-group] {
    box-sizing: border-box;
    width: 120px;
    margin-right: 10px;
}

.info-container .info-block .block-part:not(:last-child){
    margin-bottom: 24px;
}

.market .info-block .block-part:not(:last-child) {
    margin-bottom: 24px;
}

.ui-button.primary-violet {
    --bg-color: var(--button-primary-accented-rest);
    --color: var(--text-on-color-primary);
}

.slider {
    height: 100%;
    position: relative;
    width: 100%;
}

.slider .slides-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider .slides-wrapper .slider-frame {
    align-items: center;
    display: flex;
    height: 100%;
}

.product-media-slider .main-photo .carousel-container img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
    width: 100%;
}

.info-container .info-block .block-part.count .block-part-content .quantity .minus-btn,
.info-container .info-block .block-part.count .block-part-content .quantity .plus-btn,
.market .info-block .block-part.count .block-part-content .quantity .minus-btn,
.market .info-block .block-part.count .block-part-content .quantity .plus-btn {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.minus-btn img {
    margin-bottom: 3px;
}

.plus-btn img {
    margin-top: 2px;
}

button:focus,
input:focus {
    outline: 0;
}

.info-container .info-block .block-part.count .js-virtual-keyboard-undefined[name=phone_code],
.info-container .info-block .block-part.count .js-virtual-keyboard-undefined {
    text-align: center;
    text-indent: 0;
}

.carousel-button-next,
.carousel-button-prev {
    background-color: #253A60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 6px;
}

.ui-button.large {
    --border-radius: 12px;
    background-color: #253A60;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    letter-spacing: .004em;
    line-height: 20px;
    padding: 0 18px;
    text-align: center;
    width: 100%;
}

.badges {
    display: flex;
    flex-wrap: wrap;
}

.badges .badge {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    height: 21px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0 6px;
    background: rgb(255, 48, 144);
}

.image-wrapper {
    border-radius: 8px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.badges-and-price .block-part-content {
    display: flex;
    align-items: center;
}

.badges .badge span {
    color: #fff;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 21px;
    overflow: hidden;
    word-break: break-all;
}

.hover-wrapper {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.indicator-wrapper {
    bottom: -4px;
    display: none;
    height: 2px;
    transition: all 1s ease-out;
    left: 0;
    position: absolute;
    width: 100%;
}

.products-list > * {
    margin-bottom: 1rem;
}

.shopping_table_tr .qty .btn {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping_tr_last {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.order_forms .forms {
    display: flex;
    align-items: center;
}

.order_forms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_forms form:last-child {
    margin-left: 10px;
}

.shop_bag i {
    color: #ffffff;
    font-size: 28px;
}

.footer-top-social {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 62px;
}

.footer-top-wrapper form {
    max-width: 670px;
    width: 100%;
}

.footer-top-subscribe {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-top-logo img:first-child {
    height: 72px;
    margin-right: 10px;
}

.footer-top-logo img:last-child {
    height: 72px;
}

.footer-top-logo span {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    margin-left: 16px;
    color: #fff;
}

.footer-top-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.footer-top-social ul li {
    padding: 6px;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 2px;
    margin-right: 16px;
    display: inline-block;
    cursor: pointer;
}

.footer-top-social ul li svg {
    fill: transparent;
    stroke: #253A60;
    opacity: .6;
}

.footer-top-subscribe button.ant-btn {
    padding: 14px 24px;
    background: #ffb202;
    border-radius: 2px;
    border: none;
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
}

.footer-top-subscribe input::placeholder {
    color: #253A60;
    opacity: .6;
}

.footer-top-subscribe input {
    background: none;
    border: 1px solid hsl(0deg 0% 36.22% / 34%);
    outline: none;
    padding: 14px 16px;
    margin-right: 16px;
    width: 100%;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 21px;
    /*color: #fff;*/
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul li {
    margin-bottom: 16px;
}

.parij-bg figure {
    width: 100%;
    height: 400px;
    margin: 0;
}

.parij-bg figure img {
    width: 100%;
    height: 100%;
}

.parij-bg {
    padding: 40px 0 0;
    position: relative;
}

.parij-bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.parij-bg figure {
    height: 360px;
}

/*omega__container*/
.omega__container ul#example {
    list-style: none;
    margin: 0;
    /*padding: 20px;*/
    display: flex;
    align-items: center;
}

.omega__container ul#example li {
    background: white;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.omega__container ul#example li + li {
    margin-left: 20px;
}

.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;
    margin-bottom: 0;
}

.payment-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.payment-title h5 {
    color: #24AB6A;
    letter-spacing: -.03em;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
}

.payment-content {
    color: #2d353c;
    letter-spacing: .01em;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}

.payment-content span {
    color: #ffb202;
}

.payment-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 4px;
    /*flex-direction: column;*/
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    /*width: 360px;*/
    display: flex;
}

.payment-right .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #24AB6A;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 49px;*/
    padding: 10px;
}

.payment-right .top span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.payment-right .bottom #pills-tab {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border-radius: 4px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    height: 47px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.map-card-item {
    display: flex;
    align-items: center;
}

.map-card-body__img {
    width: 100%;
    height: 330px;
}

.map-card-body__img img {
    height: 100%;
}

.map-card-item h6 {
    margin-bottom: 0;
    margin-right: 6px;
}

.map-card-item {
    margin-bottom: 12px;
}

.payment-right .bottom #pills-tab .nav-item {
    background-image: linear-gradient(#fff, #fff);
    border: 1px solid #24AB6A;
    /*border-top-left-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    background-color: #ddd;
    padding: 0;
    width: 50%;
    height: 57px;
    text-decoration: none;
    position: relative;
}

.payment-right #pills-tabContent .tab-pane .pay-tab {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
}

.payment-right .div:first-child {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    display: flex;

}

.payment-right .div:last-child {

}

.payment-right #pills-tabContent .tab-pane .pay-tab label span {
    color: #737f87;
    text-align: center;
    font-family: Maax, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.payment-right #pills-tabContent .tab-pane .pay-tab input {
    display: none;
}

.payment-right #pills-tabContent .tab-pane .pay-tab label {
    margin-bottom: 0;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    background-color: #fff;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    width: 100%;
    min-width: 118px;
    /*height: 68px;*/
    text-decoration: none;
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
}

.payment_charity #captcha_contacts {
    height: 40px;
}

.payment_charity .set_form {
    display: flex;
    align-items: center;
}

.payment_charity .payment_btn {
    background-color: #24AB6A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
}

.payment_charity_b {
    display: flex;
    align-items: center;
    justify-content: end;
}

.payment_charity_captcha div:last-child {
    margin-left: 10px;
    border: 1px solid #8080804f;
}

.payment_charity_captcha input {
    height: calc(1.5em + 1.5rem + 2px);
}

.payment_charity_captcha {
    display: flex;
    align-items: center;
}

.payment_charity_captcha #ref {
    height: 35px;
    background-color: #24AB6A;
    color: #fff;
    padding: 0px 10px;
    float: none;
}

.payment-right #pills-tabContent .tab-pane .pay-tab label.active {
    font-size: 22px;
    background-color: #24AB6A;
}

.payment-right #pills-tabContent .tab-pane .pay-tab label.active span {
    color: #ffffff;
}

.payment-right #pills-tabContent .pay-tab__bottom {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    background-color: #fff;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    color: #737f87;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.payment-right #pills-tabContent .tab-pane {
    opacity: 1;
    transition: opacity 300ms ease 0s;
    position: static;
}

.payment-right #pills-tabContent {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 15px 0 15px 15px;
}

.payment_charity_captcha #refresh_captcha_contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-right .bottom #pills-tab .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #24AB6A;
}

.payment-right .bottom #pills-tab .nav-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.payment-right .bottom #pills-tab .nav-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}

.payment-right .bottom #pills-tab .nav-item.active {
    background-image: linear-gradient(#24AB6A, #24AB6A);
}

.payment-right .bottom #pills-tab .nav-item.active a {
    color: #fff;
}

.payment-right .bottom {
    overflow-wrap: normal;
    align-items: center;
    width: 100%;
    /*padding: 32px;*/
    flex-direction: column;
    display: flex;
}

.payment-title h5 {
    color: #24ab6a;
    letter-spacing: -.03em;
    font-size: 38px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}

.icon-don {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 55.7587px;
    height: 48px;
    display: flex;
}

.payment-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: 100%;
    /*max-width: 450px;*/
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
}

.payment-left p {
    color: #737f87;
    text-align: left;
    letter-spacing: -.03em;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.news-view {
    width: 100%;
    min-height: 400px;
    /*overflow: hidden;*/
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.news-view .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.news-view .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.home-news-service a {
    display: block;
}

.home-news-service a + a {
    margin-top: 20px;
}

.mapsvg svg {
    height: 510px !important;
}

.mapsvg-wrap {
    height: 510px !important;
}

.home-news-service-card img {
    height: 48px;
}

.home-news-service-card p {
    /*font-weight: 600;*/
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-left: 24px;
    margin-bottom: 0;
}

.home-news-service-card {
    padding: 30px;
    background: #003087;
    border-radius: 4px;
    filter: drop-shadow(0 2px 40px rgba(0, 0, 0, .08));
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    cursor: pointer;
    transition: all .3s;
}

.news-content {
    color: #353535;
    font-size: 17px;
    line-height: 26px;
}

.footer-nav ul li a {
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: inline-block;
    list-style: none;
    transition: all .3s ease-in-out;
}

.footer-nav ul li span {
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.footer-nav ul li span svg {
    fill: transparent;
    stroke: #fff;
    margin-right: 8px;
}

.footer-nav ul li span i {
    margin-right: 8px;
}

.footer-main-text {
    background: #638b9b24;
    padding: 20px;
}

.footer-main-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

/*.footer-main-text p:first-child {*/
/*    margin-bottom: 20px;*/
/*}*/
.footer-bottom-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 0;
}

.footer-bottom-about span {
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footer-bottom-about span a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #80acff;
    transition: all .3s ease-in-out;
}

.footer-main > .container > .row {
    display: flex;
    flex-flow: row wrap;
}

.footer-bottom-about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: .2;
    border: 1px solid #fff;
}

/*  Footer End */

section.header-top .container {
    overflow: hidden;
}

.header-top-left {
    float: left;
}

.header-top-right {
    float: right;
}

.header-top-left li {
    margin-right: 20px;
}

.header-top-left li {
    list-style: none;
    display: inline-block;
    color: #00a8a6;
}

.header-top-left i {
    margin-right: 5px;
    color: #d2c988;
}

.header-top-left li a {
    font-size: 15px;
    color: #00a8a6;
}

.header-top-right ul {
    float: left;
    margin: 3.5px 0 0 0;
}

.header-top-right ul li h4 {
    margin: 0;
    font-size: 15px;
    color: #00a8a6;
}

.header-top-right ul li a {
    color: #00a8a6;
}

section.header-top {
    height: 40px;
    padding: 6px;
}

.header-top-right li {
    display: inline-block;
}

a.contact-link {
    background-color: #00a8a6;
    font-size: 15px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    text-align: right;
    display: inline-block;
}

.header-top-left ul {
    margin-bottom: 0;
    padding-top: 4px;
}

.header-top-right li img {
    width: 20px;
}

.header-top-right li {
    display: inline-block;
    margin-left: 10px;
}


/* News */
.video-news .video-js {
    margin: 0 auto;
}

.video-news #example_video_1 .vjs-big-play-button {
    top: 50%;
    transform: translate(0%, -50%);
}

.video-news .vjs-default-skin .vjs-big-play-button {
    border-radius: 50%;
}

#slider-news .sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-top: -34px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    border-radius: 5px;
}

#slider-news .sp-selected-button {
    background-color: #d2c988;
}

#slider-news .sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #d2c988;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

div#captcha_contacts_button {
    background: #d2c988;
    color: #fff;
    height: 34px;
    width: 30px;
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.captcha-input-2 {
    margin-right: 11px;
}

.captcha-main i {
    font-size: 20px;
    display: inherit;
    margin-top: 7px;
    text-align: center;
    color: #fff;
}

#contactMSG {
    background: #d2c988;
    color: #fff;
    padding: 5px 20px;
    float: right;
}

a#refresh_captcha_contacts {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-info i {
    color: #d2c988;
    font-size: 16px;
    margin-right: 10px;
}

.contact-info a {
    color: #000;
}

.contact-info li span {
    float: right; /*max-width: 400px;*/
}

.contact-info ul li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.contact-map {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 20px;
}

.question .panel-title a {
    width: 99%;
    display: block;
}

.question .panel-title i {
    position: absolute;
    right: 0;
}

.question .panel-title {
    position: relative;
}

.question ol {
    list-style-type: decimal;
    padding-left: 37px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/* Media */
.media-main {
    background: #fff;
    padding: 25px;
}

.media-col {
    width: 33.33333%;
    float: left;
    padding: 0 7.5px;
}

.media-item .media-item__image {
    height: 200px;
    position: relative;
}

.media-item .media-item__image img {
    width: 100%;
    height: 200px;
}

.media-item .media-item__content {
    height: 150px;
}

.media-item .media-item__content .media-item__title {

}

.media-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(0 169 167/30%);
    font-size: 46px;
    color: #fff;
}

.media-icon i {
    position: relative;
    top: 32%;
}

.media-item .media-item__content .media-item__title h2 {
    color: #00a8a6;
    font-size: 19px;
    font-family: Effra-Medium, sans-serif;
    margin: 15px 0;
    padding: 0;
}

.media-item .media-item__content .media-item__date {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.paginate-public {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
}

.media-item .media-item__content .media-item__date span {
    float: left;
    display: block;
    background: #d2c988;
    color: #00a8a6;
    font-size: 18px;
    padding: 2px 20px;
    border-bottom-right-radius: 6px;
}

.media-view__title h2 {
    font-size: 28px;
    color: #00a8a6;
    line-height: 29px;
    margin: 0 0 20px 0;
}

/* News Start */
.layout-main {
    margin: 40px 0;
    position: relative;
    z-index: 2;
    /*padding-bottom: 120px;*/
}

.layout-main-wrapper .news__pages__body {
    padding: 20px;
}

.layout-banner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.layout-banner-breadcrumbs li.active a, .layout-banner-breadcrumbs li.active span {
    opacity: 1;
}

.size-group select {
    /* background-color: transparent; */
    border: 1px solid #8080807d;
    /* color: #fff; */
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}
.market .size-form{
    margin-top: 15px;
}
.size-form .size-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.size-form .color-group {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.size-form .color-group .color_item + .color_item{
    margin-left: 15px;
}

.size-form .color-group .checkbox_item input,
.size-form .color-group .color_item input,
.size-form .size-group .checkbox_item input,
.size-form .size-group .color_item input {
    display: none;
}
.size-form .color-group .checkbox_item label,
.size-form .color-group .color_item label,
.size-form .size-group .checkbox_item label,
.size-form .size-group .color_item label {
    margin-bottom: 0;
    font-size: 18px;
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
}
.size-form .color-group .checkbox_item label.active,
.size-form .color-group .color_item label.active,
.size-form .size-group .checkbox_item label.active,
.size-form .size-group .color_item label.active {
    background-color: #253A60;
    color: #ffffff;
    border-radius: 6px;
}
.size-form .size-group .checkbox_item,
.size-form .size-group .color_item ,
.size-form .color-group .checkbox_item,
.size-form .color-group .color_item {
    border: 1px solid #8080807d;
    border-radius: 6px;
}

#modal-total .modal-dialog {
    max-width: 900px;
}

.hover-wrapper .hover-block {
    height: 100%;
    width: 100%;
}

.delivery_submit {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

.preview-wrapper .product-link:hover .indicator-wrapper {
    display: flex;
}

.indicator-wrapper .indicator-blocks {
    height: 100%;
    margin: 0 3px;
    width: 100%;
    background: rgba(54, 55, 64, 0.15);
}

.indicator-wrapper .indicator-blocks.active {
    background: rgba(54, 55, 64, 0.45);
}

.indicator-wrapper .indicator-blocks:first-child {
    border-radius: 0 0 0 3px;
    margin: 0 3px 0 0;
}

/*.indicator-wrapper .hover-wrapper .hover-block .indicator-blocks:hover{*/
/*    background: rgba(54, 55, 64, 0.45);*/
/*}*/
.btn.shop_item_btn {
    width: 100%;
    background-color: #253A60;
    color: #fff;
    margin-top: 10px;
}

.header-bottom-search {
    cursor: pointer;
    margin-left: 10px;
}

.header-bottom-search svg {
    width: 24px;
    height: 24px;
    stroke: #ffb202;
}

.header-top__right .live_gif {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.btn-grad__gray {
    background-image: linear-gradient(to right, #06060685 0%, #a794946e 51%, #0a0a0a9e 100%);
    margin: 10px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: block;
    border: none;
    outline: none;
}

.btn-grad__gray:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad {
    background-color: #FF8008;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 8px 20px;
}

.btn-grad2 {
    background-color: #FF8008;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 20px 45px;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.top-right-btns .top-right-item:last-child {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-right-btns .top-right-item {
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    /*margin-left: 20px;*/
    display: block;
    /*text-shadow: 1px 1px 5px #141414;*/
}

.header-top__right .live_gif span {
    font-size: 17px;
    color: #212121;
    margin-left: 10px;
}

/* The Modal (background) */
.one_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 15; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.one_modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.one_modal .follow-img {
    width: 140px;
}

.one_modal .follow-img img {
    width: 100%;
    height: 100%;
}

/* Modal Content */
.one_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.one_modal .close {
    color: white;
    text-shadow: none;
    /*font-size: 22px;*/
    /*font-weight: bold;*/
    opacity: 1;
}

.one_modal .close:hover,
.one_modal .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.one_modal .modal-header > h2 {
    font-size: 24px;
    margin: 0;
}

.follow-text {
    padding: 25px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.one_modal .modal-header {
    display: block;
    padding: 10px 16px;
    background-color: #253A60;
    color: white;
}

.one_modal .modal-footer {
    padding: 2px 16px;
    background-color: #253A60;
    color: white;
}

.follow-card {
    display: flex;
    align-items: center;
    width: 100%;
}

.follow-card .follow-card_a + .follow-card_a {
    margin-left: 15px;
}

.follow-card_a:hover {
    color: rgb(255 251 255 / 1);
    background-color: #253A60;
}

.hidden {
    display: none;
}

.follow-card_a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #253A60;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    display: block;
    border-radius: 0.5rem;
    width: 100%;
    border: 1px solid #253A60;
}

/* The Modal (background) */

.layout-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 48, 135, .1), #003087 174.73%);
    z-index: -1;
}

button:focus {
    outline: none;
}

.layout-banner-wrapper {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 60px 0 84px;*/
}

.layout-banner-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 7px;
    margin: 0 0 20px;
    background-color: #253a60b8;
    width: fit-content;
    border-radius: 12px;
}

.layout-banner-breadcrumbs li {
    display: flex;
    align-items: center;
    /*margin-right: 12px;*/
}

.layout-banner-breadcrumbs li + li {
    margin-left: 12px;
}

#calendar-container {
    padding: 0 15px;
    background: #fff;
}

.sidebar-calendar #calendar-container {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

#calendar-container .pika-lendar {
    float: left;
    width: 100%;
    margin: 0;
}

#calendar-container .pika-single {
    border: 0;
}

#calendar-container .pika-button {
    background: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

#calendar-container .pika-button:hover,
#calendar-container .pika-row.pick-whole-week:hover .pika-button {
    background: #005fbe;
    box-shadow: none;
}

#calendar-container .is-selected .pika-button,
#calendar-container .has-event .pika-button {
    background: #005fbe;
    box-shadow: none;
    color: #fff;
}

#calendar-container .is-today .pika-button {
    background: #005fbe;
    color: #fff;
    font-weight: bold;
}

/*#calendar-container .pika-button {*/
/*    padding: 10px;*/
/*}*/
.pika-title {
    margin-bottom: 15px;
}

.pika-table td {
    padding: 5px;
}

.quiz-result .progress {
    margin-bottom: 10px;
}

.is-disabled .pika-button {
    opacity: 1;
}

.developments-item {
    width: 100%;
    min-height: 365px;
    padding: 0 20px 15px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
}

.developments-item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22.5px 0;
}

.developments-item .title h2 {
    font-size: 18px;
    font-family: "mscFont", sans-serif;
    color: #edd290;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}

.developments-item .title span {
    border-top: 1px solid #767676;
    width: 60px;
}

.layout-banner-breadcrumbs li .svg {
    margin-right: 8px;
}

.layout-banner-breadcrumbs li a, .layout-banner-breadcrumbs li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    opacity: .6;
    text-align: center;
}

.layout-banner-breadcrumbs li:first-child a,
.layout-banner-breadcrumbs li:first-child span,
.layout-banner-breadcrumbs li:nth-child(2) a,
.layout-banner-breadcrumbs li:nth-child(2) span {
    white-space: nowrap;
}

.layout-banner-breadcrumbs li:last-child {

}

.layout-banner-breadcrumbs li:after {
    content: "/";
    margin-left: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    opacity: .2;
}

.layout-banner-breadcrumbs li.active:after {
    content: "";
}

.card-sidebar span .svg svg {
    stroke: #003087;
    fill: transparent;
}

.side-menu-social-item {
    padding: 20px;
    margin-top: 24px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.side-menu-social-item .svg {
    width: 48px;
    height: 48px;
    background: #063999;
    border-radius: 50%;
    margin-right: 16px;
}

.side-menu-social-item h2 {
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 20px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 0;
}

.side-menu-social-item:first-child .svg svg {
    fill: #fff;
}

.side-menu-social-item .svg svg {
    height: 24px;
}

.side-menu-social-item:nth-child(2) .svg svg {
    stroke: #fff;
}

.layout-banner-breadcrumbs li .svg svg {
    fill: #fff;
    opacity: .6;
}

.layout-banner-wrapper h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    /*margin-bottom: 30px;*/
}

@media only screen and (max-width: 1599px) {
    .layout-banner-wrapper h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-session .session-text p {
        font-size: 18px;
    }

    .section-session .session-text {
        font-size: 18px;
    }
}

.section-session {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 24px;
}

.section-session .session-title {
    margin-bottom: 16px;
}

.section-session .session-icon {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.section-session .session-icon span {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #708bbc;
    opacity: .8;
    display: flex;
    border-right: 1px solid #708bbc;
    padding-right: 24px;
    margin-right: 24px;
}

.section-session .session-icon span:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-session .session-icon span .svg {
    margin-right: 6px;
}

.section-session .session-icon span svg {
    stroke: #708bbc;
    fill: #fff;
}

.section-session .session-icon span:last-child .svg svg {
    stroke: none;
    fill: #708bbc;
}

.section-session .session-icon span:last-child .svg svg {
    stroke: none;
    fill: #708bbc;
}

.section-session .session-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: cover;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.section-session .session-banner {
    width: 100%;
    height: 675px;
    background-size: cover;
    cursor: pointer;
    display: block;
}

.market .section-session .session-banner {
    width: 100%;
    height: 530px;
    background-size: cover;
    cursor: pointer;
    display: block;
    padding: 20px;
}

.section-session .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e1e1e1;
    opacity: 1;
    transition: .5s;
}

.section-session .swiper-container .swiper-pagination-bullet-active {
    background: #003087;
}

.section-session .session-text {
    margin-bottom: 24px;
}

.section-session .session-text p,
.section-session .session-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #565656;
}

.section-session .session-footer {
    display: flex;
    align-items: center;
}

.section-session .session-footer-social {
    display: flex;
    align-items: center;
}

.personal_card_img {
    height: 500px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-radius: 1rem;
    width: 100%;
}

.section-session .session-footer-social span {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #565656;
}

.section-session .session-footer-publish {
    margin-left: auto;
    height: 36px;
    background: #eee;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section-session .session-footer-social ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.section-session .session-footer-social ul li {
    list-style: none;
    margin-left: 8px;
}

.bn632-hover {
    margin: 10px 0 10px 10px;
    padding: 8px 45px;
    text-align: center;
    text-transform: uppercase;
    /*box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    /*text-align:center;*/
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:focus {
    outline: none;
}

.bn632-hover.bn28 {
    background-image: linear-gradient(
            to right,
            #eb3941,
            #f15e64,
            #e14e53,
            #e2373f
    );
    box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}

.section-session .session-footer-social ul li .svg {
    width: 32px;
    height: 32px;
    background: #08c;
    border-radius: 4px;
}

.section-session .session-footer-social ul li .svg svg {
    fill: #fff;
}

.section-session .session-footer-publish i {
    color: #003087;
    margin-right: 9px;
}

.section-session .session-footer-publish span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #003087;
}

.sidebar-card-wrapper {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 24px;
}

.card-sidebar {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}

.card-sidebar-image {
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.card-sidebar h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #212121;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.card-sidebar span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #003087;
    display: flex;
    align-items: center;
}

.card-sidebar-image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    transform: rotate(30deg);
    background: -moz- oldlinear-gradient(to left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    transition: all .4s ease-in-out;
    z-index: 3;
}

.img-wrapper {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f3f7ff;
}
.opros-main{
    margin-bottom: 20px;
}
.gazeta_img{
    margin-top: 20px;
    width: 100%;
    display: block;
    /*height: 350px;*/
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.gazeta_img img{
    width: 100%;
    height: 100%;
}
.card-sidebar-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .2s ease-in-out;
}

/*News End */
.content-row {
    margin: 0 -7.5px;
}

.media-main iframe {
    width: 70%;
    height: 400px;
    margin: 0 auto;
    display: block;
    outline: none;
    border: 0;
}

.teacher-category {
    background: #fff;
    padding: 25px 25px 0 25px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.teacher-category h2 {
    color: #d2c988;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.teacher-item__content {
    height: 160px;
    overflow: hidden;
    /* float: left; */
}

.teacher-item__image {
    float: left;
    padding: 0 15px 15px 0;
}

.teacher-item__content h3 {
    color: #00a8a6;
    margin-top: 0;
    font-size: 20px;
    max-width: 230px;
}

.teacher-item__content p {
    color: #2f3941;
    line-height: 16px;
    margin-bottom: 10px;
}

.teacher-item.col-md-6 {
    margin-bottom: 25px;
}

.events_home {
    background: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
}

.events_home .events__main {

}

.events_home .events__main .event__item {
    overflow: hidden;
    width: 100%;
    margin: 30px 0;
}

.events_home .events__main .event__item .event-item__date {
    float: left;
    background: #d2c988;
    padding: 5px 10px;
    border-radius: 6px;
    width: 50px;
    text-align: center;
}

.events_home .events__main .event__item .event-item__date span {
    color: #00a8a6;
    font-size: 18px;
    display: block;
    line-height: 22px;
    text-transform: lowercase;
}

.events_home .events__main .event__item .event-item__date span:first-child {
    font-size: 26px;
}

.events_home .events__main .event__item .event-item__title {
    width: calc(100% - 50px);
    float: left;
    padding: 0 0 0 15px;
}

.events_home .events__main .event__item .event-item__title h2 {
    margin: 15px 0 0 0;
    font-size: 20px;
    color: #2f3941;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacher__item {
    padding: 20px 20px 25px 20px;
    display: block;
}

.content img {
    height: auto;
}

.teacher__item__image {
    height: 300px;
    margin-bottom: 10px;
}

.teacher__item__info h3 {
    font-size: 21px;
    line-height: 22px;
    color: #4f4f4f;
    text-decoration: none;
    display: block;
}

.teacher__item__info p {
    font-size: 16px;
    line-height: 20px;
    color: #4f4f4f;
    text-decoration: none;
    display: block;
}

.captcha-input-2 {
    width: 25%;
    margin-right: 10px;
}

.header-top .scroll-logo {
    display: none;
}

.faculty__box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.faculty-item {
    padding: 15px;
}

/*.faculty-item:nth-child(odd){*/
/*    background-color: #005fbe;*/
/*    border-radius:12px;*/
/*}*/
/*.faculty-item:nth-child(odd) p{*/
/*    color: #FFFFFF;*/
/*}*/
.content_video {
    width: 100%;
    height: 380px;
    padding-bottom: 20px;
}

.content_video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.content_info {
    font-size: 16px;
    line-height: 26px;
}

.dekan_info_text.name {
    color: #005fbe;
    font-weight: 700;
}

.dekan_info_text.name span {
    color: #000000;
}

.header-top.sticky {
    border-top: 5px solid #ffb202;
    position: fixed;
    background: linear-gradient(360deg, #253A60, #2f4978);
    padding: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.card-sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/* leadership */

.leadership__item {
    padding: 30px 25px;
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 3px;
    min-height: 250px;
    display: flex;
    margin-bottom: 15px;
}

.leadership__item__image {
    max-width: 245px;
    flex: 0 0 245px;
    height: 245px;
    margin-right: 20px;
}

.leadership__item__image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.leadership__item__info h3 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
    margin-top: 10px;
    /* 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;
}

/* Start Charity */

.multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform {
    text-align: center;
    position: relative;
    padding-top: 35px;
    min-height: 720px;
    max-width: 80%;
    margin: 0 auto;
    background: #ffffff;
    /*z-index: 1;*/
}

.multi_step_form .checkboxes .checkbox_item {
    /*background-color: #253A60;*/
}

.multi_step_form .checkboxes .checkbox_item input {
    display: none;
}

.multi_step_form .checkboxes .checkbox_item label,
#paymeForm .checkboxes .checkbox_item label {
    font-size: 22px;
    background-color: transparent;
    border: 1px solid #253A60;
    border-radius: 10px;
    margin-bottom: 0;
    color: #253A60;
    padding: 5px 0;
    width: 100%;
    cursor: pointer;
}

.multi_step_form .checkboxes .checkbox_item label.active,
#paymeForm .checkboxes .checkbox_item label.active {
    font-size: 22px;
    background-color: #253A60;
    color: #ffffff;
}

.multi_step_form .system_checkboxes{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.multi_step_form .system_checkboxes .system_checkbox_item input,
#paymeForm .system_checkboxes .system_checkbox_item input,
.charityModal .system_checkboxes .system_checkbox_item input{
    display: none;
}

.multi_step_form .system_checkboxes .system_checkbox_item label,
#paymeForm .system_checkboxes .system_checkbox_item label,
#charityModal .system_checkboxes .system_checkbox_item label{
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    border: 4px solid transparent;
    padding: 12px;
}
/* Modal styles */
.charityModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0; /* Start with 0 opacity */
    transition: opacity 0.3s ease; /* Transition for fade effect */
}

/* Modal content */
.charityModal  .modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

/* Close button */
.closeModalCharity {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.closeModalCharity:hover,
.closeModalCharity:focus {
    color: black;
    text-decoration: none;
}
.charityModal .system_checkboxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.charityModal .system_checkboxes .system_checkbox_item img{
    width: 120px;
}
.charityModal .modal-content_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.multi_step_form .system_checkboxes .system_checkbox_item label.active,
#paymeForm .system_checkboxes .system_checkbox_item label.active,
#charityModal .system_checkboxes .system_checkbox_item label.active{
    border: 4px solid #253A60;
    padding: 12px;
    border-radius: 12px;
}

.multi_step_form #msform .tittle {
    text-align: center;
    padding-bottom: 30px;
}

.multi_step_form #msform .tittle h2 {
    color: #3f4553;
    padding-bottom: 5px;
}

.multi_step_form #msform .tittle p {
    color: #5f6771;
}

.multi_step_form #msform fieldset {
    border: 0;
    padding: 20px 105px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
    display: none;
}

.multi_step_form #msform fieldset h3 {
    color: #3f4553;
    margin-bottom: 15px;
}

.multi_step_form #msform fieldset h6 {
    color: #5f6771;
    padding: 20px 0;
}

.multi_step_form #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
    border: 0;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 24px/7px Ionicons;
    color: #5f6771;
}

.multi_step_form #msform fieldset #phone {
    padding-left: 80px;
}

.multi_step_form #msform fieldset .form-group {
    padding: 0 10px;
}

.multi_step_form #msform fieldset .fg_2,
.multi_step_form #msform fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform fieldset .fg_3 {
    padding-bottom: 70px;
}

.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 10px 20px;
    height: auto;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.multi_step_form #msform fieldset .form-control.placeholder,
.multi_step_form #msform fieldset .product_select.placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-moz-placeholder,
.multi_step_form #msform fieldset .product_select::-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
    border-color: #253A60;
}

.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .product_select:after {
    display: none;
}

.multi_step_form #msform fieldset .product_select:before {
    content: "\e90d";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    right: 20px;
    color: #5f6771;
    transform: rotate(90deg);
}

.multi_step_form #msform fieldset .product_select .list {
    width: 100%;
}

.multi_step_form #msform fieldset .done_text {
    padding-top: 40px;
}

.multi_step_form #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #253A60;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .done_text h6 {
    line-height: 23px;
}

.multi_step_form #msform fieldset .code_group {
    margin-bottom: 60px;
}

.multi_step_form #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
}

.multi_step_form #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
}

.multi_step_form #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #253A60;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .passport h4 {
    color: #5f6771;
    padding: 0;
}

.multi_step_form #msform fieldset .input-group {
    padding-bottom: 40px;
}

.multi_step_form #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
    font-size: 20px;
    padding-right: 10px;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover,
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
    background: #253A60;
    border-color: #253A60;
    color: #fff;
}

.multi_step_form #msform fieldset .input-group .custom-file input {
    display: none;
}

.multi_step_form #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
}

.multi_step_form #msform fieldset .file_added li {
    color: #5f6771;
}

.multi_step_form #msform fieldset .file_added li a {
    color: #253A60;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.multi_step_form #msform fieldset .file_added li a i {
    font-size: 22px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
}

.multi_step_form #msform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.multi_step_form #msform #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    /*font-size: 9px;*/
    width: calc(100% / 3);
    float: left;
    position: relative;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
    content: "\e920";
    font-family: 'icomoon' !important;
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "\e927";
    font-family: 'icomoon' !important;
}

.multi_step_form #msform #progressbar li:before {
    content: "\e926";
    font-family: 'icomoon' !important;
    font: normal normal normal 25px/50px Ionicons;
    width: 50px;
    height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 10;
}

.multi_step_form #msform #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    /*z-index: -1;*/
}

.multi_step_form #msform #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #msform #progressbar li.active {
    color: #253A60;
}

.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
    background: #253A60;
    color: white;
}

.multi_step_form #msform .action-button {
    background: #253A60;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    padding: 10px 0;
    border: 1px solid #253A60;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}

.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
    background: #405867;
    border-color: #405867;
}

.multi_step_form #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
}
.charity_submitted {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.charity_submitted .btn{
    background-color: #253A60;
    color: #fff;
    margin-left: 40px;
}
.multi_step_form #msform .previous_button:hover,
.multi_step_form #msform .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
}

/* END Charity */
.leadership__item__info p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #717b83;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
}

.leadership__item__info ul {
    padding: 0;
    margin: 0;
}

.leadership__item__info ul li {
    list-style: none;
    display: flex;
}

.leadership__item__info ul li span {
    font-size: 18px;
    line-height: 22px;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    color: #363c44;
}

.leadership__item__info ul li span small,
.leadership__item__info ul li span a {
    font-family: var(--MuseoLight);
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.leadership__item__info ul li {
    margin-bottom: 13px;
}

.leadership__item__info ul li:last-child {
    margin-bottom: 0;
}

/*  End Leadership */
.section-session .swiper-container .swiper-pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    margin-top: 16px;
}

.section-session .swiper {
    margin-bottom: 16px;
}

.section-session .swiper .swiper-pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    margin-top: 16px;
}

/*.header-top.sticky .new-navbar {*/
/*    padding: 15px 0;*/
/*}*/

.header-top.sticky .header-left-block {
    padding: 15px 0;
    float: right;
}

.col-md-2.col-md-first {
    width: 33.333333%;
}

ul.sub-sub li {
    list-style: none;
    padding-left: 15px;
    margin: 5px 0;
}

.docs li {
    list-style: none;
}

.doc-img {
    float: left;
    margin-right: 7px;
}

.doc-img span {
    display: block;
    margin-top: 7px;
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #838d8f;
}

.docs img {
    width: 46px;
}

.docs {
    margin-top: 10px;
}

.docs ul {
    padding-left: 0 !important;
    margin: 0 !important;
}

.docs li {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.docs a {
    font-size: 18px;
    color: #333;
}

.docs-date {
    margin-bottom: 10px;
}

.docs a:hover {
    color: #008dea;
}

i.fa.fa-check {
    color: #008dea;
    font-size: 20px
}

.content-main .content .nav-tabs {
    margin: 0;
    border: 0;
    padding-bottom: 15px;
    overflow: hidden;
}

.content-main .content .nav-tabs > li {
    float: left;
    margin-bottom: -1px !important;
}

<!--
-->
.header__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.header__top__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top__main__logo {
    max-width: 390px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-toggle {
    cursor: pointer;
    /*color: #ffffff;*/
    display: flex;
    align-items: center;
    font-size: 15px;
}

.header-top__icons {
    display: flex;
    align-items: center;
}

.header-top__icons .header-search-button {
    margin-right: 20px;
}

.header-top__icons .logIn {
    margin-left: 20px;
}

.header-top__icons .logIn i {
    font-size: 16px;
    color: rgba(0 169 167);
}

.thim-widget-courses-searching {
    position: absolute;
}

.header__top__main__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top__main .icon-navbar {
    display: none;
    font-size: 12px;
    color: #444650;
    cursor: pointer;
    margin-left: 25px;
    margin-right: 0;
}

.person_card .qrImg {
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 70px;
    text-align: center;
    padding: 0;
}

.person_card .qrImg img {
    width: 100%;
    height: 100%;
}

.person_card .submitDate {
    position: absolute;
    bottom: 95px;
    right: 30px;
    /*width: 120px;*/
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
}

.person_card .person_img {
    float: left;
    position: absolute;
    left: 30px;
    top: 195px;
    width: 155px;
    height: 160px;
}

.person_card .person_img img {
    width: 100%;
    height: 100%;
}

.person_card .submitDate span {
    font-size: 18px;
}

.person_card .textDiv {
    position: absolute;
    bottom: 22px;
    left: 30px;
}

.person_card .textDiv h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
}

/*.person_card > img {*/
/*    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);*/
/*    border-radius: 1rem;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.personal_card_img_logo {
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.personal_card_img_logo .logo-text {
    margin-bottom: 0;
}

.person .personal-title {
    margin-top: 15px;
    background-color: #0A246A;
    /*border-radius: 10px ;*/
    width: 100%;
    padding: 10px;
}

.person .personal-title span {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 26px;
}

.personal_card_img_logo > img {
    height: 72px;
    width: auto;
    text-align: center;
}

.person .text-title {
    margin-bottom: 30px;
}

.person_card {
    display: flex;
    /*align-items: center;*/
    /*flex-direction: column;*/
    padding: 0;
    /*justify-content: center;*/
    position: relative;
    height: 440px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1), 0 0 10px 0 rgb(0 0 0 / 0.1);
    border-radius: 1rem;
    width: 100%;
}
.personal_card_info_end{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}
.personal_card_logo img:first-child{
    height: 100px;
    width: 100%;
}
.person .personal-title .id_number{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.personal_card_logo img:last-child{
    height: auto;
    width: 145px;
    margin-top: 20px;
}

.fio{
    margin: 25px 10px 60px;
}
.fio_item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 5px;
}
.given_date h6{
    margin-bottom: 0;
}
.given_date p{
    margin-bottom: 0;
}
.fio_item h5{
    width: 140px;
    margin-bottom: 0;
}
.fio_item h4{
    margin-bottom: 0;
}
.download_card {
    display: flex;
    align-items: center;
    justify-content: end;
}
.personal_card_logo{
    width: 28%;
    height: 100%;
    background-color: #263960;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.person .personal-title .logo-text{
    font-size: 26px;
    padding: 0 8px;
}
.person .personal-title h2{
    margin-bottom: 0;
    text-align:center;
    /*font-size: 22px;*/
    font-weight: 600;
}
.person .personal-title{
    background-color: transparent;
}
.personal_card_info{
    position: relative;
    width: 72%;
    /*background-image: url("../../../../assets/public/images/icons/Ozlidep_logo-cropped.svg");*/
}
.personal_card_info:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../../../assets/public/images/icons/Ozlidep_logo-cropped.svg);
    background-size: 30px;
    opacity: 0.1;
    filter: grayscale(50%);
    z-index: -1;
}
.person_data {
    width: 100%;
    overflow-x: auto;
}

.person_data table {
    width: 100%;
}

.person_submit input {
    width: 44px;
    height: 48px;
    margin-right: 15px;
}

.person_submit button {
    width: 100%;
    padding: 10px;
    color: #253A60;
    background-color: transparent;
    border: 1px solid #253A60;
    transition: .3s all ease;
    border-radius: 7px;
}

.person .area {
    /*display: none;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

/* The Modal (background) */
.modal_f {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal_f-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_f_inner {
    background-color: #ffffff;
    width: 40%; /* Full width */
    height: 30%; /* Full height */
    padding: 25px;
}

.modal_f-button button {
    background-color: #2f4978;
    color: #ffffff;
}

/* Modal Content */
.modal_f .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.modal_f .close {
    /*color: white;*/
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
}

.modal_f .close:hover,
.modal_f .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal_f .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal_f .modal-body {
    padding: 2px 16px;
}

.person .person_data_title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
}

.person {
    padding: 50px 0;
}

.person .person_card_text {
    text-align: center;
    color: #000000;
    margin: 20px 0;
}

.person_submit button:hover {
    background-color: #253A60;
    color: #FFFFFF;
}

.person_submit button:disabled:hover {
    background-color: #b1b5bb;
    color: #FFFFFF;
}

.person_submit button:disabled {
    background-color: #b1b5bb;
    border-color: transparent;
    color: #FFFFFF;
    cursor: no-drop;
}

.offerta {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.offerta i {
    font-size: 24px;
}

.offerta span {
    font-size: 16px;
}

.person_submit {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-search-button .icon-search {
    font-size: 16px;
    color: rgba(0 169 167);
}

.header__top__main__virtual .icon-eyeglasses {
    font-size: 24px;
    color: #959AB2;
}

.header__top__main__logo img {
    height: 91px;
    margin-right: 12px;
}

.header__top__main__logo__info {
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*****************************************/
/* Soft Pulse */
/*****************************************/
.fxSoftPulseOutPrev,
.fxSoftPulseOutNext {
    -webkit-animation: scaleUpFadeOut 0.8s forwards ease-in;
    animation: scaleUpFadeOut 0.8s forwards ease-in;
}

.fxSoftPulseInPrev,
.fxSoftPulseInNext {
    -webkit-animation: scaleDownFadeIn 0.8s forwards ease-out;
    animation: scaleDownFadeIn 0.8s forwards ease-out;
}

@-webkit-keyframes scaleUpFadeOut {
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    75% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleUpFadeOut {
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    75% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDownFadeIn {
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleDownFadeIn {
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#banner__carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.header__top__main__logo__info p {
    /*text-transform: uppercase;*/
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #444650;
    font-weight: 700;
}

.header__top__main > div > a, .header__top__main > div > span {
    font-size: 17px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #959AB2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.header__top__main > div > a i, .header__top__main > div > span i {
    font-size: 18px;
    color: rgba(0 169 167);
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top__main > div > a span {
    color: #626262;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.header__top__main > div > a, .header__top__main > div > span {
    font-size: 17px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #959AB2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.header__top__main__lang i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 14px;
    font-size: 18px;
    color: rgba(0 169 167);
}

.header__top__main__lang > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -13px;
}

.header__top__main__lang > ul > li {
    list-style: none;
    padding: 0 13px;
}

.header__top__main__lang > ul > li > a {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #959AB2;
    display: block;
}

.header__top__main__lang > ul > li > a.active {
    color: #000;
}

.main .main__wrapper {
    margin: 0;
}

.main__wrapper {
    margin: 40px 0;
}

.section-dons {
    margin: 55px 0 40px;
}

.news__pages__body {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 4px;
}

.news__pages__body__item {
    padding: 20px 20px 25px 20px;
    height: 367px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.projects__item {
    padding: 20px 20px 25px 20px;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.news__pages__item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news__pages__body__item__image {
    margin-bottom: 14px;
    max-height: 196px;
    flex: 0 0 196px;
}

.news__pages__body__item__image img {
    object-position: unset !important;
}

.shop_item__image {
    margin-bottom: 14px;
    flex: 0 0 196px;
    min-height: 320px;
}

.news__pages__body__item__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop_item__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects__item__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop_item__info h4 {
    text-align: center;
    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;
}

.shop_item_info_price > div {
    background-color: #253A60;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 6px;
}

.shop_item_info_price .shop_item_btn {
    width: 100%;
    background-color: #253A60;
}

.shop_item_info_price {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_item_info_price .price {
    font-size: 16px;
    line-height: 24.7px;
    font-weight: 400;
    color: #ffffff;
}

.shop_item_info_price .size {
    margin-right: 10px;
    font-size: 16px;
    line-height: 24.7px;
    font-weight: 400;
    color: #ffffff;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left top;
}

.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;
}

.projects__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;
    text-align: center;
}

.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;
}

<!--
-->
.manage-item {
    margin-bottom: 30px;
}

.manage-img {
    float: left;
    padding-right: 15px;
    height: 160px;
}

.manage-img img {
    height: 150px;
    width: auto !important;
}

.manage-text h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
}

.manage-text h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.manage-text p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.manage-text strong {
    font-weight: bold;
    font-size: 16px;
}

.phone-day-cousin {
    margin-top: 15px;
}

.phone-day-cousin a {
    color: #222;
}

.phone-day-cousin li {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.subdivision-category {
    background: #fff;
    padding: 25px 25px 0 25px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
    border-radius: 5px;
    margin-bottom: 15px;
}

.subdivision-category h2 {
    color: #d2c988;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
}

.subdivision-item__content {
    height: 160px;
    overflow: hidden;
}

.subdivision-item__image {
    float: left;
    padding: 0 15px 0 0;
}

.subdivision-item__content h3 {
    color: #00a8a6;
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 15px;
}

.subdivision-item__content p {
    color: #2f3941;
    line-height: 16px;
    margin-bottom: 10px;
}

.subdivision-item {
    margin-bottom: 25px;
}

.subdivision-item__content h5 {
    font-size: 21px;
}

.subdivision-contacts {
    margin-top: 15px;
}

.subdivision-contacts ul li a {
    color: #000;
}

.subdivision-contacts ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.international {
}

.international-item {
    margin-bottom: 15px;
}

.international-img {
    float: left;
}

.international-title {
}

.international-title h3 {
    margin-bottom: 20px;
}

.international-content {
    float: right;
    width: 78%;
}
.dekan_img.image img{
    object-position: unset;
}
.sidebar-menu-sub {
    padding-left: 20px;
    margin-top: 15px;
}

.sidebar-menu-sub li {
}

.sidebar-menu-sub li a {
}

.course {
    padding: 0 7.5px;
    margin-top: 20px;
}

.course-block-content {
    margin-bottom: 20px;
}

.course-block-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    display: none;
}

.course-block-item.open-course {
    display: block;
    opacity: 1;
}

.course-block-d {
    width: 50%;
    float: right;
    text-align: left;
    background: #fff;
    padding: 20px;
    height: 355px;
}

.course-block-d h3 {
    margin-top: 0;
}

.course-block-d p {
    font-size: 17px;
}

.course-block-img {
    width: 50%;
    float: right;
}

.course-block-img img {
    width: 100%;
}

.course-owl-item {
    cursor: pointer;
}

.course-img {
}

.course-img img {
    border-radius: 5px 5px 0 0;
}

.course-btn {
    border: 1px solid;
    padding: 5px 20px;
    color: #000;
    float: right;
    margin-top: 20px;
}

.course-content {
    background: #fff;
    padding: 15px;
    height: 100px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

#owl-course .owl-item.center .course-content {
    background: rgba(0 169 167);
}

#owl-course .owl-item.center .course-content__main h2 {
    color: #fff;
}

.course-content__main {
}

.course-content__main h2 {
    margin: 0;
    font-size: 18px;
    color: #000;
}

#owl-course.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
    bottom: 50%;
    transform: translateY(50%);
}

#owl-course.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
    bottom: 50%;
    transform: translateY(50%);
}

#owl-course.owl-theme .owl-nav [class*=owl-] {
    outline: none;
    font-size: 28px;
    border: 1px solid #00a8a6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #00a8a6;
    line-height: 28px;
}

#owl-course.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

#owl-course .owl-stage-outer:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 20px;
    top: 0;
    left: -55px;
    /* height: 100%; */
    width: 110px;
    z-index: 1;
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

#owl-course .owl-stage-outer:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 20px;
    top: 0;
    right: -55px;
    /* height: 100%; */
    width: 110px;
    z-index: 1;
    filter: blur(16px);
    -webkit-filter: blur(16px);
}

.content-img {
    float: left;
    padding: 0 20px 0 0;
}

.upma-block img {
    width: 100%;
}

.upma-block {
    margin-bottom: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
}

.faculty__item {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.faculty__item__image {
    height: 250px;
    width: 100%;
}

.faculty__item__title {
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    padding: 10px;
}

.faculty__item__title 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;
}

.osg-wrap a {
    background: none !important;
    position: relative;
    text-align: center;
    padding: 15px 15px !important;
    margin: 0 !important;
}

.osg-wrap a:hover {
    background: #fff !important;
}

.osg-wrap a:after {
    font: 18px fontawesome;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #00a8a6;
}

.osg-facebook:after {
    content: '\f09a';
}

.osg-odnoklassniki:after {
    content: '\f263';
}

.osg-vkontakte:after {
    content: '\f189';
}

.osg-twitter:after {
    content: '\f099';
}

.osg-telegram:after {
    content: '\f1d8';
}

.upcoming-event-item-img {
    width: 55px;
    float: left;
}

.upcoming-event-item-img img {
    width: 100%;
}

.publications-title {
    width: calc(100% - 55px) !important;
}

.publications-title h2 {
    font-size: 16px !important;
}

.blockchain {
    margin-top: 25px;
    margin-bottom: -20px;
}

.blockchain img {
    width: 100%;
}

.content-main .content td,
.content-main .content th {
    padding: 6px;
    border: 1px solid #cacaca;
    /* width: 100% !important;*/
    font-size: 14px;
    /*text-align: center;*/
}

/*.content-main .content td {
    background: #d2c9887a;
}
.content-main .content tr:nth-child(odd)>td {
    background: #f5f5f5;
}*/

.card-header h5 {
    margin: 0;
}

.card-header button {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    padding: 0;
    width: 100%;
    text-align: left;
}

.card-header {
    background-color: #00a8a6;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.contact-page-info ul {
    padding-left: 0;
}

.card-body {
    padding: 0 15px;
}

.card-header button:hover {
    color: #ffcc0f !important;
}

.card-header button i {
    margin-right: 5px;
}

.card-header button i.fa-minus {
    display: none;
}

.card-header button[aria-expanded="true"] i.fa-plus {
    display: none;
}

.card-header button[aria-expanded="true"] i.fa-minus {
    display: inherit;
}

.incoming-block {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
    text-align: center;
}

.incoming-block h4 {
    font-size: 22px;
}

.incoming-block a {
    background: #00a8a6;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
}

.program-title2 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    background: rgba(0 169 167);
    width: 100%;
    color: #fff;
}

#incoming {

}

.news-page-main {
    width: 100%;
}

.news-page-main .news-col {
    width: 25%;
}

.news-item.cource-items {
    background: #00a8a6;
}

.news-item.cource-items .news-item__content .news-item__title h2 {
    color: #fff;
}

.news-item.cource-items .news-item__content {
    height: 110px;
}

.course-all, .all-publications {
    text-align: center;
    display: block;
    background: #00a8a6;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.news-item.cource-items:hover .news-item__content .news-item__title h2 {
    color: #d2c988;
}

section.home_banner {
    margin-top: 45px;
    margin-bottom: -20px;
}
.play_audio_btn {
    background-color: #08c;
    color: #000;
    border-radius: 24px;
    border: none;
}
.home_banner img {
    height: 190px;
    width: 100%;
}

.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: #253A60;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .4s ease-in-out;
    padding-top: 170px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.full-menu.active {
    transform: translateY(0);
    opacity: 1;
}
.sec_content img{
    width: 100%;
}
.sec_content p{
    margin-bottom: 0;
}
.full-menu > img {
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translate(-30%, 10%);
    width: 890px;
    opacity: .1;
    z-index: -1;
    opacity: .05;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    background-color: #2f4978ba;
    border-radius: 40px;
}
.swiper-button-prev{
    padding: 28px 28px 28px 25px;
}
.swiper-button-next{
    padding: 28px 25px 28px 28px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px!important;
    color: #fff;
}
.full-menu > .container {
    flex: 1;
    padding: 16px;
}

.full-menu-wrapper {
    padding-left: 112px;
}

.full-menu-wrapper > .svg {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.full-menu-wrapper {
    position: relative;
}

.full-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.gallery-item__play-icon.video {*/
/*    background-image: url(../images/play-video.svg);*/
/*}*/
.full-menu-list > ul > li {
    margin-bottom: 32px;
    width: 25%;
    padding: 0 8px;
}

.full-menu-list span {
    margin-bottom: 16px;
    color: #5f84ca;
}

.full-menu-list a {
    color: #fff;
    cursor: pointer;
}

.full-menu-list > ul > li > ul > li:not(:last-child) {
    margin-bottom: 20px;
}

.full-menu-list a, .full-menu-list span {
    display: block;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 150%;
}

.full-menu-list > ul {
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -8px;
}

/*.top-gallery__play-icon.video {*/
/*    background-image: url(../images/play-video.svg);*/
/*}*/
/*.top-gallery__play-icon.video {*/
/*    background: url(../images/play-video.svg) no-repeat center center;*/
/*    background-color: transparent;*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps {
    position: relative;
}

}