strong{
    font-weight: bold;
}

.social-icons li.social-icons-facebook a {
    background: #3b5a9a !important;
    color: white !important;
}

.word-rotator.slide b.is-visible {
    top: 0;
    opacity: 1;
    animation: slide-in .3s;
}

.word-rotator.slide b.is-hidden {
    animation: slide-out .3s;
}

.process .process-step-circle {
    height: 60px;
    width: 60px;
}

.process .process-step:before {
    background-color: #cccccc;
    top: 33px;
}

#header .header-top {
    align-items: normal;
    border-bottom: none;
    min-height: 0px;
    height: inherit;
}

#header.header-effect-shrink .header-container {
    min-height: 0px;
    height: inherit;
}

.h-video-rub-75 {
    height: 75vh;
}

.h-video-rub-50 {
    height: 50vh;
}

@media (max-width: 400px) {
    .h-video-rub-75 {
        height: 60vh;
    }
    .h-video-rub-50 {
        height: 30vh;
    }
}
