.site-branding .custom-logo {
    margin-top: 7px;
}

.sub-menu.active {
    display: block !important;
}

.hidden-phone {
    display: none !important;
}

.hidden-phone-btn, .phone-part {
    display: inline !important;
}

.phone.active .hidden-phone {
    display: inline !important;
}

.phone.active .hidden-phone-btn, .phone.active .phone-part {
    display: none !important;
}

footer .hidden-phone-btn, footer .hidden-phone > a {
    color: #d6d6d6 !important;
}

a.gray-link {
    color: #5d5d5d;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    max-width: 30%;
}

.gallery-columns-3 .gallery-item.one {
    max-width: 100%;
}

.homepage-about-links__container {
    margin-bottom: 30px;
    transition: height 1s;
    overflow: hidden;
    height: 0;
}

.homepage-about-links__container.active {
    height: 100px;
}

.btn-yg {
    appearance: button;
    background-color: #1652F0;
    border: 1px solid #1652F0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Graphik, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.15;
    overflow: visible;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: all 80ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
}

.btn-yg:disabled {
    opacity: .5;
}

.btn-yg:focus {
    outline: 0;
}

.btn-yg:hover {
    background-color: #0A46E4;
    border-color: #0A46E4;
}

.btn-yg:active {
    background-color: #0039D7;
    border-color: #0039D7;
}
.text-center {
    text-align: center;
}