.ui-title-site .site-title .title-sub {
    font-size: 1em;
}

.ui-title-site .site-title .title-main {
    font-size: 1.56em;
}
.ui-menu-main .menu-item-depth-1 > .menu-item-self .ui-link {
    position: relative;
}

.ui-menu-main .menu-item-depth-1:nth-child(n + 2) > .menu-active-trail > .ui-link:after,
.ui-menu-main .menu-item-depth-1:first-child > .menu-active-current > .ui-link:after,
.ui-menu-main .menu-item-depth-1 > .menu-item-self > .ui-link:after {
    content: "";
    position: absolute;
    display: block;
    left: 8%;
    right: 8%;
    bottom: -6px;
    height: 2px;
    background: #fff;
}
.ui-menu-main .menu-item-depth-1:nth-child(n + 2) > .menu-active-trail > .ui-link:after, 
.ui-menu-main .menu-item-depth-1:first-child > .menu-active-current > .ui-link:after {
    width: 84%;
}
.ui-menu-main .menu-item-depth-1 > .menu-item-self > .ui-link:after {
    width: 0;
    transition: all .4s;
}
.ui-menu-main .menu-item-depth-1:hover > .menu-item-self > .ui-link:after {
    width: 84%;
    transition: all .4s;
}

.ui-menu-main .menu-item-depth-1:hover > .menu-children {
    display: flex;
    position: absolute;
    flex-direction: column;
    background: transparent;
    z-index: 10;
    padding: 14px 0 0 0;
}

.ui-menu-main .menu-item.menu-item-depth-2 > .menu-item-self {
    display: flex;
    align-items: center;
}

.ui-menu-main .menu-item-depth-2 {
    background: #fff;
    padding: 0 12px;
    border-left: solid 1px #c6c7ca;
    border-right: solid 1px #c6c7ca;
}

.ui-menu-main .menu-item-depth-2:first-child {
    border-top: solid 1px #c6c7ca;
}

.ui-menu-main .menu-item-depth-2:last-child {
    border-bottom: solid 1px #c6c7ca;
}

.ui-menu-main .ui-link:hover {
    color: #fff;
    text-decoration: none;
}

.ui-menu-main .menu-item-depth-2 > .menu-item-self > .ui-link:hover {
    color: #333;
}

.ui-menu-main .menu-item-depth-2 > .menu-item-self > .ui-link:hover::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% + 36px);
    background-color: #f1f6ff;
    left: -25px;
    bottom: 0;
    z-index: -10;
}
.ui-link-scroller:hover {
    text-decoration: none;
    background-color: rgb(1, 32, 134);
    color: #fff;
}.ui-list-projects .project-links .ui-link:hover {
    text-decoration: none;
    background: #f1f6ff;
}
.ui-list-banners-size .ui-link:hover {
    opacity: .6;
}.ui-link-pickup:hover {
    text-decoration: none;
    color: #0a1f62;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #0a1f62;
    transition: all .5s;
}

.ui-link-pickup:hover:before {
    background-color: rgba(255, 255, 255, 0.65);
}
.ui-list-category .category-link:hover {
    background: #012086;
    color: #fff;
    transition: all .7s;
}.editor-content h2 {
    padding: 7px 12px;
    font-size: 1.5em;
}.block-page-breadcrumb {
    padding: 1em calc((100% - 1000px) / 2);
}
.block-page-title {
    padding: 1.3em;
}

.block-page-title .title {
    font-size: 2em;
}.block-site-scroller {
    right: 50px;
    bottom: 50px;
}
.block-front-visual .slide-wrapper {
    padding-left: calc(((100vw - 1080px)/ 2) + 2em);
}

.block-front-visual .slide-text {
    font-size: 2.4em;
    margin-left: 18px;
}.page .layout-header,
.page .layout-wrap,
.page .block-site-menu-main,
.page .layout-main_after {
    padding-left: calc((100% - 1000px) / 2);
    padding-right: calc((100% - 1000px) / 2);
}

.page .layout-wrap .layout-side {
    flex: 0 0 270px;
}
.page-content-english-front .layout-main > .block {
    padding: 2em calc((100% - 1000px) / 2);
}
.page-front .layout-main > .block {
    padding: 2em calc((100% - 1080px) / 2);
}
