/* Shared site chrome moved out of Bricks `_cssCustom`. */
.header__search-code {
    display: inline-flex;
    width: auto;
}

.footer__brief-block {
    gap: 6px !important;
}

.footer__col-block {
    gap: var(--space-s) !important;
}

.footer__ul-style {
    list-style: none;
}

.footer__ul-style li {
    font-size: calc(var(--text-m) * 0.92);
}

.backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--primary-light);
    border: 1px solid var(--primary-trans-20);
    border-radius: 50%;
    box-shadow: 0 2px 8px var(--primary-trans-20);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.backtotop.show {
    display: flex;
}

.backtotop svg {
    width: 18px;
    height: 18px;
    color: var(--primary-dark);
    transition: all 0.3s ease;
}

.backtotop:hover {
    background: var(--primary);
    box-shadow: 0 4px 12px var(--primary-trans-30);
    transform: translateY(-2px);
}

.backtotop:hover svg {
    color: #fff;
}
