* {
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    font-family: "Helvetica Neue";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed__scrolling {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    -webkit-overflow-scrolling: auto !important;
}

a {
    color: #fff;
}

ul, ol {
    list-style-position: inside;
}

.elementor-widget-image a {
	display: inherit !important;
}

.elementor-nav-menu--dropdown {
    z-index: 2000;
}

.elementor-widget-text-editor a {
    color: currentColor;
}

.elementor-widget p a {
    color: #10396B;
    text-decoration: underline !important;
}

.elementor-widget.white-text p a {
    color: #fff;
}

.swiper-pagination-bullets {
    position: relative !important;
    top: 0 !important;
    margin: 25px 0;
}

.elementor-widget-media-carousel .swiper-pagination-bullets {
    position: absolute !important;
    bottom: -25px !important;
    top: auto !important;
}

.slider__darkblue__bg .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #B2C6FB !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #0D5CAB !important;
}

.zamed__preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zamed__preloader.fade__out {
    opacity: 0;
    visibility: hidden;
}

.zamed__preloader__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@keyframes dash {
    to {
        stroke-dashoffset: -1200;
    }
}

@keyframes fade {
    0%  { opacity: 1; }
    20% { opacity: 0; }
}

.ekg__separator {
    margin-left: -1%;
    width: 102%;
    opacity: 1;
    stroke-dasharray: 600;
    animation: dash 1.5s linear forwards infinite, fade 1.5s linear infinite;
}

.ekg__separator path {
    transform: scaleX(calc(100vw / 1720));
}

.social__icons--header {
    display: flex;
    gap: 8px;
}

.social__icons--footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social__icons--footer a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social__icons--footer a svg {
    color: #B2C6FB;
}

.social__icons--footer a span {
    font-size: 14px;
}

.language__switcher {
    position: relative;
    display: inline-block;
}

.current__language {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    transition: opacity 0.3s;
}

.current__language:hover {
    opacity: 0.8;
}

.dropdown__arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s;
}

.language__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-5px);
    transition: all 0.3s;
    z-index: 1000;
    min-width: 100px;
    border-radius: 4px;
}

.language__option {
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: background 0.2s;
}

.language__option:hover {
    background: #f5f5f5;
    text-decoration: none;
    color: #333;
}

.language__switcher:hover .language__dropdown,
.language__switcher.active .language__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.language__switcher:hover .dropdown__arrow,
.language__switcher.active .dropdown__arrow {
    transform: rotate(180deg);
}

.language__switcher--white {
    color: #10396B;
    margin-bottom: 15px;
}

.language__switcher--white .current__language {
    font-size: 18px;
    font-weight: 400;
}

.language__switcher--red {
    color: #fff;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.breadcrumbs .breadcrumb__item {
    color: #B2C6FB;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.breadcrumbs.breadcrumbs__light .breadcrumb__item {
    color: #B6BDD4;
}

.breadcrumbs .breadcrumb__item:hover,
.breadcrumbs .breadcrumb__item.active {
    color: #fff;
}

.breadcrumbs.breadcrumbs__light .breadcrumb__item:hover,
.breadcrumbs.breadcrumbs__light .breadcrumb__item.active {
    color: #10396B;
}

.breadcrumbs .breadcrumb__separator {
    display: flex;
    align-items: center;
}

.breadcrumbs .breadcrumb__separator svg {
    flex-shrink: 0;
}

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

.mega__menu__nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.mega__menu__item {
    position: relative;
}

.mega__menu__link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-decoration: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.3s;
}

.mega__menu__link:hover,
.mega__menu__item:hover .mega__menu__link {
    text-shadow: 0.5px 0 0 currentColor;
    color: #fff;
}

.mega__menu__link.has__children::after {
    content: '';
    margin-left: 4px;
    width: 18px;
    height: 17px;
    transition: transform 0.3s;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjkwNjE3IDMuMzc1SDcuMDk1NjdDNy4xNjk4MyAzLjM3NTAyIDcuMjQyMzEgMy4zOTcwMiA3LjMwMzk3IDMuNDM4MjJDNy4zNjU2MiAzLjQ3OTQzIDcuNDEzNjcgMy41Mzc5OSA3LjQ0MjA1IDMuNjA2NUM3LjQ3MDQzIDMuNjc1MDIgNy40Nzc4NSAzLjc1MDQgNy40NjMzOSAzLjgyMzE0QzcuNDQ4OTMgMy44OTU4NyA3LjQxMzIyIDMuOTYyNjggNy4zNjA4IDQuMDE1MTJMNS4yNjYwNSA2LjEwOTg3QzUuMTk1NzIgNi4xODAxOCA1LjEwMDM2IDYuMjE5NjcgNS4wMDA5MiA2LjIxOTY3QzQuOTAxNDggNi4yMTk2NyA0LjgwNjEyIDYuMTgwMTggNC43MzU4IDYuMTA5ODdMMi42NDEwNSA0LjAxNTEyQzIuNTg4NjIgMy45NjI2OCAyLjU1MjkxIDMuODk1ODcgMi41Mzg0NSAzLjgyMzE0QzIuNTIzOTkgMy43NTA0IDIuNTMxNDEgMy42NzUwMiAyLjU1OTc5IDMuNjA2NUM3LjU4ODE3IDMuNTM3OTkgMi42MzYyMiAzLjQ3OTQzIDIuNjk3ODcgMy40MzgyMkMyLjc1OTUzIDMuMzk3MDIgMi44MzIwMSAzLjM3NTAyIDIuOTA2MTcgMy4zNzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}

.mega__menu__item:hover .mega__menu__link.has__children::after {
    transform: rotate(180deg);
}

.mega__menu__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
    display: none;
}

.mega__menu__item:hover .mega__menu__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
}

.mega__menu__columns {
    display: flex;
}

.mega__menu__column {
    min-width: 250px;
    border-right: 1px solid #f0f0f0;
    padding: 10px;
    background-color: #fff;
}

.mega__menu__column:last-child {
    border-right: none;
}

.mega__menu__column.column__even {
    background-color: #f8f9fa;
}

.mega__menu__column.column__odd {
    background-color: #fff;
}

.mega__menu__column__item {
    font-weight: 400;
    color: #10396B;
    letter-spacing: 0.6px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    border-radius: 4px;
    display: block;
    text-decoration: none;
}

.mega__menu__column__item:hover {
    background-color: rgba(13, 92, 171, 0.15);
    color: #10396B;
}

.mega__menu__column__item.has__submenu::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzY5MF84MDg0IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiPgo8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzY5MF84MDg0KSI+CjxwYXRoIGQ9Ik0zLjMzOTQgOS4wMjIwOUwyLjc0ODA1IDguNDMwNzNMNi4xNzkwOSA0Ljk5OTY5TDIuNzQ4MDUgMS41Njg2NUwzLjMzOTQgMC45NzcyOTVMNy4zNjE4IDQuOTk5NjlMMy4zMzk0IDkuMDIyMDlaIiBmaWxsPSIjMEQ1Q0FCIi8+CjwvZz4KPC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mega__menu__column__item.active {
    text-shadow: 0.5px 0 0 currentColor;
    background-color: #e3f2fd;
    color: #1e3c72;
}

.mobile__menu {
    position: fixed;
    top: 170px;
    left: 0;
    width: 100%;
    height: 0;
    background: #f5f7fa;
    z-index: 99999;
    overflow: hidden;
    transition: height 0.4s ease;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.mobile__menu.active {
    height: calc(100vh - 170px);
    overflow: hidden;
}

.mobile__nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F0F3FF;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 0;
}

.mobile__nav::-webkit-scrollbar {
    width: 8px;
}

.mobile__nav::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.mobile__nav::-webkit-scrollbar-thumb {
    background: #0D5CAB;
    border-radius: 10px;
}

@supports (-webkit-touch-callout: none) {
    .mobile__menu.active {
        position: fixed;
        top: 170px;
        bottom: 0;
        height: auto;
    }
    
    .mobile__nav {
        height: 100%;
        max-height: calc(100vh - 170px - 120px);
    }
}

.mobile__nav__item {
    margin-bottom: 3px;
}

.mobile__nav__item__wrapper {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 4px;
}

.mobile__nav__link {
    display: flex;
    align-items: center;
    flex: 1;
    color: #10396B;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease;
}

.mobile__nav__link--no-children {
    justify-content: space-between;
    padding: 18px 20px;
}

.mobile__submenu__toggle {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.mobile__submenu__toggle svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.mobile__submenu__toggle svg path {
    fill: #0D5CAB;
    transition: fill 0.3s ease;
}

.mobile__submenu__toggle--expanded svg {
    transform: rotate(90deg);
}

.mobile__nav__item--section-active .mobile__submenu__toggle svg path {
    fill: #fff;
}

.mobile__nav__item--section-active {
    border-bottom: 1px solid #E9E9E9;
}

.mobile__nav__item .mobile__submenu .mobile__nav__item {
    border: none;
}

.mobile__nav__item--section-active .mobile__nav__item__wrapper {
    background: #10396B;
}

.mobile__nav__item--section-active .mobile__nav__link {
    color: #fff;
}

.mobile__nav__item--section-active .mobile__submenu .mobile__nav__link {
    color: #10396B;
}

.mobile__nav__item--section-active .mobile__submenu .mobile__nav__item__wrapper {
    background: #0D5CAB;
}

.mobile__nav__item--section-active .mobile__submenu .mobile__nav__item__wrapper .mobile__nav__link {
    color: #fff;
}

.mobile__submenu {
    border-radius: 4px;
    margin-top: 3px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.mobile__submenu--expanded {
    max-height: 2000px;
    overflow: visible;
}

.mobile__submenu .mobile__nav__link {
    font-size: 16px;
}

.mobile__submenu .mobile__nav__item__wrapper .mobile__nav__link {
    font-size: 16px;
}

.mobile__submenu .mobile__submenu {
    margin: 3px 20px 0 20px;
    background: #F7F7F7;
}

.mobile__submenu .mobile__submenu .mobile__nav__link {
    padding-left: 40px;
    font-size: 16px;
}

.mobile__submenu .mobile__submenu .mobile__nav__item__wrapper .mobile__nav__link {
    padding-left: 40px;
    font-size: 14px;
}

.mobile__submenu .mobile__submenu .mobile__submenu .mobile__nav__link {
    padding-left: 60px;
    background: #ecf0f3;
    font-size: 13px;
}

.mobile__footer {
    text-align: center;
    background: #fff;
    padding: 15px 20px 20px;
    border-top: 1px solid #e8ecf0;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.mobile__social {
    text-align: center;
}

.mobile__social__text {
    color: #10396B;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0;
}

.mobile__social__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.mobile__social__link {
    color: #10396B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.mobile__social__link:hover {
    opacity: 0.7;
}

.hamburger__btn {
    background: #EA222B;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 16px;
    position: relative;
}

.hamburger__btn span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

.hamburger__btn span:nth-child(1) {
    transform: translateY(-9px);
}

.hamburger__btn span:nth-child(2) {
    transform: translateY(0);
}

.hamburger__btn span:nth-child(3) {
    transform: translateY(9px);
}

.hamburger__btn.active span:nth-child(1) {
    transform: rotate(45deg) translateY(0);
}

.hamburger__btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger__btn.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(0);
}

.hp__hero__logo__container {
    position: relative;
    width: 148px;
    height: 148px;
    perspective: 1000px;
}

.hp__hero__logo__container .flip__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.hp__hero__logo__container:hover .flip__inner {
    transform: rotateY(180deg);
}

.hp__hero__logo__container .flip__front,
.hp__hero__logo__container .flip__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hp__hero__logo__container .flip__front {
    transform: rotateY(0deg);
    z-index: 2;
}

.hp__hero__logo__container .flip__back {
    transform: rotateY(180deg);
    z-index: 1;
}

.hp__hero__logo__container .flip__back__badge {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp__hero__logo__container .flip__back__badge img {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    object-fit: cover;
}

.hp__hero__logo__container .circle__background {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 134px;
    height: 135px;
    border-radius: 50%;
    background-color: #DCDDDE;
}

.hp__hero__logo__container .progress__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
}

.hp__hero__logo__container .progress__svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.hp__hero__logo__container .progress__path {
    fill: none;
    stroke: #0D5CAB;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 389.56;
    stroke-dashoffset: 389.56;
    animation: drawProgress 18s linear infinite;
}

@keyframes drawProgress {
    0% {
        stroke-dashoffset: 389.56;
    }
    33.32% {
        stroke-dashoffset: 0;
    }
    33.33% {
        stroke-dashoffset: 389.56;
    }
    66.65% {
        stroke-dashoffset: 0;
    }
    66.66% {
        stroke-dashoffset: 389.56;
    }
    99.98% {
        stroke-dashoffset: 0;
    }
    99.99% {
        stroke-dashoffset: 389.56;
    }
    100% {
        stroke-dashoffset: 389.56;
    }
}

.hp__hero__logo__container .text__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 120px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hp__hero__logo__container .sme__text {
    font-size: 14px;
    font-weight: 500;
    color: #0D5CAB;
    margin-bottom: 1px;
    letter-spacing: 2px;
}

.hp__hero__logo__container .animated__text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #0D5CAB;
    height: 35px;
    position: relative;
}

.hp__hero__logo__container .text__item {
    text-decoration: underline;
    text-underline-offset: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    white-space: nowrap;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.hp__hero__logo__container .text__expert {
    animation-name: showFirst;
}

.hp__hero__logo__container .text__innovative {
    animation-name: showSecond;
}

.hp__hero__logo__container .text__human {
    animation-name: showThird;
}

@keyframes showFirst {
    0%, 33% {
        opacity: 1;
    }
    33.1%, 100% {
        opacity: 0;
    }
}

@keyframes showSecond {
    0%, 33.1% {
        opacity: 0;
    }
    33.2%, 66.5% {
        opacity: 1;
    }
    66.6%, 100% {
        opacity: 0;
    }
}

@keyframes showThird {
    0%, 66.6% {
        opacity: 0;
    }
    66.7%, 99.8% {
        opacity: 1;
    }
    99.9%, 100% {
        opacity: 0;
    }
}

.tabs__left .e-n-tabs-heading,
.tabs__center .e-n-tabs-heading {
    background: #E2E7FE;
    padding: 6px;
    border-radius: 6px;
}

.tabs__left .e-n-tabs-heading {
    margin-right: auto;
}

.tabs__center .e-n-tabs-heading {
    margin: 0 auto;
}

.tabs__left .e-n-tabs-heading button,
.tabs__center .e-n-tabs-heading button {
    cursor: pointer;
}

.tabs__left .e-n-tabs-content,
.tabs__center .e-n-tabs-content {
    margin-top: 20px;
}

.tabs__select {
    width: 100%;
    padding: 8px 10px;
    background: #0D5CAB;
    color: #fff;
    border: none;
    border-radius: 3px;
    border-right: 15px solid transparent;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    text-indent: 7px;
}

.newsletter__form .input__container {
    background: #fff;
    padding: 14px 14px 14px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
}

.newsletter__form .input__container input {
    flex-grow: 1;
    border: none;
    height: 30px;
}

.newsletter__form .input__container input:focus {
    border: none;
    outline: none;
}

.newsletter__form .input__container button {
    cursor: pointer;
    background: #EA222B;
    border: none;
    border-radius: 16px;
    padding: 18px 20px;
}

.newsletter__form .consent__container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.newsletter__form .consent__container label,
.newsletter__form .consent__container label a {
    color: #fff;
}

.newsletter__form .consent__container label a {
    text-decoration: underline;
}

.newsletter__form .consent__container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #DCDDDE;
    border-radius: 5px !important;
    appearance: none;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

.newsletter__form .consent__container input[type="checkbox"]:hover {
    border-color: #EA222B !important;
}

.newsletter__form .consent__container input[type="checkbox"]:checked {
    border-color: #EA222B !important;
    background-color: #EA222B !important;
}

.newsletter__form .consent__container input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 2px;
    left: 5px;
    color: #fff;
}

.zamed__tags {
    display: flex;
    gap: 8px;
}

.zamed__tags .single__tag {
    background: #0D5CAB;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
}

.contacts__list a span {
    text-decoration: underline;
}

.project__box .project__excerpt,
.instructor__box .button__detail,
.white__contact__box .contacts__list {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.project__box:hover .project__excerpt,
.instructor__box:hover .button__detail,
.white__contact__box .contacts__list.expanded {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0s;
}

.sluzba__shortcode {
    display: flex;
    align-items: center;
}

.sluzba__shortcode a {
    position: relative;
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
}

.sluzba__shortcode a::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzI2OV8xNzQyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzI2OV8xNzQyKSI+CjxwYXRoIGQ9Ik01LjI0NTIxIDE0LjcwMzVMNC4zNzUgMTMuODMzM0wxMi41NzU0IDUuNjI1SDUuMTIwMjFWNC4zNzVIMTQuNzAzNVYxMy45NTgzSDEzLjQ1MzVWNi41MDMxM0w1LjI0NTIxIDE0LjcwMzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=");
}

.hp__cross__video {
    opacity: 0.7;
}

.hp__cross__video video,
.hp__cross__video iframe {
    clip-path: polygon(77.2% 50%, 99.9% 36.9%, 86.4% 13.4%, 63.6% 26.4%, 63.6% 0.3%, 36.4% 0.3%, 36.4% 26.4%, 13.7% 13.4%, 0.1% 36.9%, 22.8% 50%, 0.1% 63.1%, 13.6% 86.6%, 36.4% 73.6%, 36.4% 99.7%, 63.6% 99.7%, 63.6% 73.6%, 86.3% 86.6%, 99.9% 63.1%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp__cross__video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(13, 92, 171, 0.70) 26.83%, rgba(13, 92, 171, 0.00) 51.1%), #3F4D9F;
    clip-path: polygon(77.2% 50%, 99.9% 36.9%, 86.4% 13.4%, 63.6% 26.4%, 63.6% 0.3%, 36.4% 0.3%, 36.4% 26.4%, 13.7% 13.4%, 0.1% 36.9%, 22.8% 50%, 0.1% 63.1%, 13.6% 86.6%, 36.4% 73.6%, 36.4% 99.7%, 63.6% 99.7%, 63.6% 73.6%, 86.3% 86.6%, 99.9% 63.1%);
    pointer-events: none;
    z-index: 10;
    opacity: 0.5;
}

.lightblue__icon__box:hover .elementor-icon svg {
    transition: all .3s;
    fill: #124B8C !important;
}

.verylightblue__icon__box:hover .elementor-icon svg {
    transition: all .3s;
    fill: #E3E6F2 !important;
}

.project__box .project__excerpt {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.project__box:hover .project__excerpt {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0s;
}

.white__contact__box .icon__container {
    width: 66px;
    height: 66px;
    border-radius: 6px;
    background: #F0F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.white__contact__box .toggle__icon {
    width: 17px;
    height: 17px;
    position: relative;
}

.white__contact__box .toggle__icon::before,
.white__contact__box .toggle__icon::after {
    content: '';
    position: absolute;
    background: #10396B;
    border-radius: 1px;
    transition: transform 0.3s ease;
}

.white__contact__box .toggle__icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.white__contact__box .toggle__icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.white__contact__box .icon__container.expanded .toggle__icon::before {
    transform: translateY(-50%) rotate(45deg);
}

.white__contact__box .icon__container.expanded .toggle__icon::after {
    transform: translateX(-50%) rotate(45deg);
}

.competition__list {
    list-style: none;
}

.competition__list li {
    margin-bottom: 10px;
}

.competition__list li.current {
    font-weight: 700;
}

.competition__list li.current::before {
    content: '• ';
}

.competition__list li a {
    color: #10396B;
}

.actualities__video .e-hosted-video .elementor-video {
    position: relative;
    top: -25%;
}

.actualities__main__loop__grid .elementor-grid,
.actualities__main__loop__grid .actualities__grid__item {
    height: 100%;
}

.actualities__grid__item:hover {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.actualities__grid__item .actualities__grid__image {
    border-radius: 6px;
    overflow: hidden;
}

.actualities__small__loop__grid .e-loop-item {
    border-bottom: 1px solid #F3F3F4;
}

.actualities__small__loop__grid .e-loop-item:last-child {
    border-bottom: none;
}

.timeline__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #10396B;
    transform: translateX(-50%);
}

.timeline__wrapper {
    position: relative;
}

.timeline__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    min-height: 80px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.timeline__item:nth-child(odd) {
    justify-content: flex-start;
}

.timeline__item:nth-child(odd) .timeline__content {
    margin-right: 30px;
    max-width: 40%;
}

.timeline__item:nth-child(even) {
    justify-content: flex-end;
}

.timeline__item:nth-child(even) .timeline__content {
    margin-left: 30px;
    max-width: 40%;
}

.timeline__dot {
    position: absolute;
    left: 50%;
    top: 9px;
    width: 16px;
    height: 16px;
    background: #10396B;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.timeline__dot--large {
    width: 60px;
    height: 60px;
    background: #0D5CAB;
    top: -12px;
}

.timeline__year {
    display: inline-block;
    background: #0D5CAB;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.timeline__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #10396B;
    margin-bottom: 25px;
}

.timeline__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #10396B;
    margin-bottom: 0;
}

.timeline__item.animated {
    opacity: 1;
    transform: translateY(0);
}

.timeline__item.timeline__item--hidden {
    display: none;
}

.timeline__show-more {
    text-align: center;
    margin-top: 40px;
}

.timeline__btn {
    background: #0D5CAB;
    color: #fff;
    border: none;
    padding: 13px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.timeline__btn:hover {
    background: #10396B;
}

#historySecondPart {
    display: none;
}

@media (max-width: 1720px) {
    .actualities__video {
        height: 380px;
    }
}

@media (max-width: 1024px) {
    .breadcrumbs .breadcrumb__item.active {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
    }

    .footer__nav__menu ul li a {
        justify-content: center;
    }

    .actualities__video .e-hosted-video .elementor-video {
        top: 0;
    }

    .white__contact__box .contacts__list {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .breadcrumbs.breadcrumbs--multiple .breadcrumb__item:first-child,
    .breadcrumbs.breadcrumbs--multiple .breadcrumb__separator:first-of-type {
        display: none;
    }

    .breadcrumbs .breadcrumb__item.active {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
    }

    .actualities__video {
        height: 280px;
    }

    .actualities__video .elementor-wrapper {
        --video-aspect-ratio: 1 !important;
    }

    .actualities__grid__item .actualities__grid__image img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .tabs__left .e-n-tabs-heading {
        display: none !important;
    }

    .tabs__left .e-n-tabs-content {
        margin-top: 0;
    }

    .timeline__line {
        right: 26px;
        left: auto;
        transform: none;
    }

    .timeline__item {
        flex-direction: row;
        justify-content: flex-start !important;
    }

    .timeline__item:nth-child(odd) .timeline__content,
    .timeline__item:nth-child(even) .timeline__content {
        margin-right: 30px;
        margin-left: 0;
        max-width: calc(100% - 100px);
    }

    .timeline__dot {
        right: 26px;
        left: auto;
        transform: translateX(50%);
    }

    .timeline__show-more {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .breadcrumbs .breadcrumb__item.active {
        max-width: 180px;
    }
    
    .breadcrumbs .breadcrumb__item:nth-last-child(2) {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
    }
}