a:hover {
    opacity: 0.94;
    transition: .3s easy-out;
    color:#ff7e09 !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 3rem;
    background-color: rgba(183, 183, 183, 0.4);
}
::-webkit-scrollbar {
    width: 0;
    height: 5px;
    border-radius: 0.3rem;
    overflow: overlay;
}
::-webkit-scrollbar-track {
    border-radius: 0.3rem;
}
*::before, *::after {
  box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden; 
  position: fixed;
  width: 100%;
}
.uc-menu_Halo {
    position: fixed;
    display: flex;
    font-family: 'Lack', Arial, sans-serif;
    font-size: 1rem;
    width: 100% !important;
    min-height: 50px;
    padding: .5rem 1% 0 1%; 
    z-index: 300;
    /*background-color: #fff;*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); 
    /*mask-image: linear-gradient(to top, transparent 0%, white 30%, white 70%, transparent 100%);*/
    /*-webkit-mask-image: linear-gradient(to top, transparent 0%, white 30%, white 70%, transparent 100%);*/
}
.uc-menu_Halo a {
    color: #222 !important;
}
.uc-menu_Halo a:hover {
    color: #ccc !important;
}
.uc-defaultMenu_Halo {
    display: flex;
    width: auto;
    min-width: 98%; 
    min-height: 40px;  
}
.uc-defaultMenu_group {
    display: flex;
    width: 100%; 
    min-height: 40px; 
    vertical-aligh: middle;
    border-bottom: 1px solid #222;
}
.uc-defaultMenu_left {
    display: flex;
    min-width: 30%;
    margin-right: auto;
    justify-content: space-between;
    padding-right: 3rem;
}
.uc-defaultMenu_center {
    display: flex;
    max-width: 25%;
    max-height: 3.5vh;
    margin: 0 auto;
}
.uc-defaultMenu_right {
    display: flex;
    min-width: 30%;
    margin-left: auto;
    padding-left: 3rem;
    justify-content: space-between; 
}
.uc-menu_logo {
    display: flex;
    width: 60%; 
    margin: 0 auto;
}

.uc-mobileMenu_Halo {
    position: fixed;
    display: none;
    font-family: 'Lack', Arial, sans-serif;
    font-size: .9rem;
    width: 100% !important;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 50px;
    padding: 1%;
    z-index: 300;
    background-color: #fff;
}
.uc-mobileMenu_Halo a {
    color: #222 !important;
}
.uc-mobileMenu_Halo a:hover {
    color: #ccc !important;
}
.uc-mobMenu_hide {
    display: flex;
    width: 98%; 
    border-bottom: 1px solid #222;
} 
.uc-mobMenu_left {
    display: flex;
} 
.uc-mobMenu_logo {
    display: flex;
    width: 70%; 
    margin: auto;
}
.uc-mobMenu_logo_image {
    width: 100%;
    height: 100%;
    aspect-ratio: attr(width) / attr(height); 
    margin: auto;
}
.uc-mobMenu_right {
    display: flex;
}
.uc-mobMenu_burger {
    font-size: .9rem;
    cursor: pointer;
}
.uc-mobMenu_open {
    display: none;  
    flex-direction: column;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 60px; 
    z-index: 999;
    transition: opacity 0.36s ease-in, transform 0.36s ease-in !important;
    opacity: 0 !important;
    transform: translateY(-30px) !important;
    pointer-events: none;
}
.uc-mobMenu_open.active {
    display: flex;
    height: 100dvh;
    max-width: 100%;
    top: 0;
    left: 0;
    padding: 3%;
    overflow: hidden;
    background-color: #f9f9f9;
    margin: -.5rem -1% 0 -1%;
    overflow: hidden;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}
.uc-mobMenu_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.uc-mobMenu_logo {} 
.uc-mobMenu_close {
    cursor: pointer;
    text-align: right;
    margin-right: 1.25rem;
    padding-top: .35rem;
}
.mobMenu_close_image {
    width: 100%;
    height: 100%;
    aspect-ratio: attr(width) / attr(height);  
}
.uc-mobMenu_list {
    display: grid;
    margin: auto 0 0 0;
}
.uc-mobMenu_list_item {
    margin-bottom: 1%;
}
.uc-mobMenu_list_item:last-child {
    margin-bottom: 2%;
}
.uc-mobMenu_down {
    font-family: 'IBMPlexMono', monospace;
    font-size: .8rem;
    margin-top: 30%;
    margin-bottom: 1.5rem;
    bottom: 0;
}
.uc-mobMenu_copyright {
    margin-right: 2rem;
}
.uc-mobMenu_down_links {
    display: grid;
    row-gap: .5rem;
    margin-bottom: 4rem;
}
/***** *****/
.uc-header_default_ue {
    weight:100dvw;
    padding: 0 1vw;
    justify-content: space-between;
    border-bottom: 1px solid #222;
}
.uc-header_default_uebische_from_tilda {
    weight:100dvw;
    padding: 0 1vw;
    justify-content: space-between;
    border-bottom: 1px solid #222;
}
.uc-header_back_gradient {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.12) 75%, rgba(255, 255, 255, 0) 100%)
}
.uc-navbar-main {
    position:fixed !important;
    z-index: 300;
    top:0;
}
.uc-chrg-header {
    height:100dvh;
    min-height: 100vh; 
}
.uc-chrg-header-titlemain {
    margin: auto 0; 
    weight:100dvh;
    vertical-align: center;
} 
.uc-chrg-header-subtitle { 
    text-indent: 25%;
    letter-spacing: -.015rem;
}
.uc-chrg-header-circle {
    max-height: 90dvh;
}
.uc-chrg-main-subident {
    text-indent: 25%;
}
.uc-open-call-poloska {
    position: absolute;
    bottom: 0; 
}
.uc-opencall-lenta-text {
    position: absolute;
    bottom: 0;
    transition: fade 0.5s ease-in-out;
    height: 2rem;
    margin-bottom: 2vh;
    padding: 1rem;
    background-color: #FF865F;
    animation: run 5s easy-both infinite;
    @keyframes run {
       from {
          transform: translateX(0%);
       } 
       to {
          transform: translateX(-1683.35px);
       }
    }
}
.uc-chrg-btn-opacity {}
.uc-chrg-btn-opacity-arrow {}
.uc-chrg-person {}
.uc-chrg-person-image:hover {
    zoom: 1.1;
}
.uc-chrg-person-name {}
.uc-tooltip-archive-1 {
    padding: 0 0 1rem 0 !important;
    border: 1px solid #000;
}
@media (max-width: 768px) {
    .uc-menu-head2-list {
        display: none;
    }
    .uc-menu-head2-list-mobile {
        display: block;
    }
    .uc-menu_Halo {
        min-height: 39px;
        padding: .75rem 1% 0 1%;
    }
    .uc-defaultMenu_Halo {
        display: none !important;
    }
    .uc-mobileMenu_Halo {
        display: block;
        position: fixed; 
        font-family: 'Lack', Arial, sans-serif;
        font-size: .9rem;
        width: 100% !important;
        min-width: 100vw;
        max-width: 100vw;
        min-height: 39px;
        padding: 1% 1% 0 2%;
        z-index: 300;
        background-color: #fff;
    }
    .uc-mobMenu_hide {
        display: flex !important;
        width: 94%;
        padding: 0 0 1rem 0;
        border-bottom: 1px solid #222;
        justify-content: space-between;
    } 
    .uc-mobMenu_logo {
        margin: 0;
        width: 50%;
    } 
    .uc-mobMenu_right {
        padding-right: 0;
    }
    .uc-mobMenu_burger {
        font-size: .9rem;
        padding-top: .15rem;
    }
    .uc-mobMenu_list_item {
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .uc-mobMenu_down_links {
        display: grid;
    }   
    .uc-chrg-header {
        height:auto; 
    }
    .uc-chrg-header-subtitle {
        position: relative; 
        left: 0;
        margin: auto auto 0 0;
        bottom: auto;
        height: fit-content;
        z-index: 300;
    }    
}