@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Extrabold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/zodiak/Zodiak-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Semibold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/switzer/Switzer-Black.ttf') format('truetype');
    font-weight: 900;
}

* {
    box-sizing: border-box;
}

*, body, html {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Zodiak';
    font-style: normal;
}

a, p, li, span {
    font-family: 'Switzer';
    font-style: normal;
}

@media (min-width: 1596px) {
    .container {
        max-width: 1596px;
    }
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background-color: white;
}

body.overflow {
    overflow-y: hidden;
}

/* header css */
header.site-header {
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 1020;
    transition: all 0.5s ease;
}

header.site-header .container .row {
    background-color: #0B3954;
    padding: 30px 24px 30px 46px;
}

header .site-branding {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

header .site-branding img {
    max-width: 100%;
    object-fit: contain;
}

header .navigation-side {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

header .navigation-side .main-navigation .menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 0;
}

header .navigation-side .main-navigation .menu .menu-item {
    padding: 0 30px;
}

header .navigation-side .main-navigation .menu .menu-item:last-child {
    padding-right: 0;
}

header .navigation-side .main-navigation .menu .menu-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

header .navigation-side .main-navigation .menu .menu-item a:hover {
    color: #EE4438;
    text-decoration: underline;
}

header .menu-toggle {
    display: none;
    width: 32px;
    height: 32px;
    background-color: #61a4cb;
    border: 0;
    position: relative;
}

header .menu-toggle .line {
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

header .menu-toggle .line-1 {
    transform: rotate(90deg);
}

/* footer css */

footer.site-footer {
    background-color: #0B3954;
    padding: 60px 0;
}

footer.site-footer .bottom-part .menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

footer.site-footer .bottom-part .menu .menu-item.mobile {
    display: none;
}

footer.site-footer .client-options-row {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 30px;
}

footer.site-footer .client-options-row .footer-logo {
    padding-left: 0;
}

footer.site-footer .client-options-row .client-options {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-right: 0;
}

footer.site-footer .bottom-part {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
}

footer.site-footer .bottom-part .copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #61a4cb;
    display: inline-block;
    margin-right: 20px;
}

footer.site-footer .bottom-part .menu .menu-item {
    padding: 0 10px;
}

footer.site-footer .bottom-part .menu .menu-item a {
    color: #61A4CB;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-decoration-line: underline;
}

footer.site-footer .client-options-row .client-log-in__button {
    margin-left: 32px;
}

footer.site-footer .client-options-row .client-log-in__button .title {
    background-color: #175376;
}

footer.site-footer .client-options-row .client-log-in__button .icon {
    background-color: #175376;
}

footer.site-footer .client-options-row .client-log-in__button:hover .icon {
    background-color: #61A4CB;
}

/* Button styles */

.button_style_1 {
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.5s ease;
}

.button_style_1 .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    padding: 16px 24px;
    transition: all 0.5s ease;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
    margin: 0;
}

.button_style_1 .icon {
    padding: 15px;
    transition: all 0.5s ease;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
    margin: 0;
}

.button_style_1:hover .icon {
    margin-left: 8px;
    margin-right: -8px;
}

.footer__contacts {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.footer__contacts a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: 'Switzer', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

@media only screen and (max-width: 1440px) {
    header .navigation-side .main-navigation .menu .menu-item {
        padding: 0 10px;
    }

    header .navigation-side .main-navigation .menu .menu-item a {
        font-size: 16px;
    }

    header .site-branding img {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    header .navigation-side .main-navigation .menu .menu-item a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    header.site-header {
        top: 20px;
    }

    header [class$="-menu-container"] {
        transition: all 0.3s ease;
        height: 0;
        position: absolute;
        overflow: hidden;
        top: 48px;
        left: 0;
        right: 0;
        padding: 0 15px 0 20px;
    }

    header .menu-toggle {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    header .site-branding img {
        max-width: 140px;
    }

    header.site-header .container .row {
        position: relative;
        padding: 14px;
    }

    header .site-branding {
        padding-left: 0;
    }

    header.site-header.active [class$="-menu-container"] {
        display: flex;
        position: absolute;
        background: #0B3954;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .menu-toggle:focus-visible {
        outline: none;
    }

    header.site-header.active .menu-toggle .line-1 {
        transform: rotate(45deg);
    }

    header.site-header.active .menu-toggle .line-2 {
        transform: rotate(-45deg);
    }

    header .navigation-side .main-navigation .menu {
        justify-content: flex-start;
    }

    header .navigation-side .main-navigation .menu .menu-item {
        flex: 0 0 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }

    header .navigation-side .main-navigation .menu .menu-item a {
        font-size: 14px;
    }

    footer.site-footer .client-options-row {
        align-content: flex-end;
        align-items: flex-end;
    }

    footer.site-footer .client-options-row .footer-logo img {
        max-width: 100px;
    }

    footer.site-footer .client-options .client-log-in__button {
        display: none;
    }

    footer.site-footer .bottom-part .menu .menu-item.mobile {
        display: flex;
        flex-flow: row wrap;
    }

    footer.site-footer .bottom-part .copy {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        margin-right: 0;
    }

    footer.site-footer .bottom-part .menu .menu-item a {
        font-size: 12px;
    }

    footer.site-footer .client-options-row .footer-logo {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    footer.site-footer .client-options-row .client-options {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    footer.site-footer .linkedin-profile svg {
        width: 16px;
        height: 16px;
    }

    footer.site-footer .client-options-row {
        padding: 0 20px 30px;
        flex-flow: row wrap;
    }

    .footer-logo {
        order: 1;
    }

    .footer__contacts {
        order: 3;
        margin-top: 20px;
    }

    .footer__contacts a {
        font-size: 16px;
    }

    .client-options {
        order: 2;
    }

    footer.site-footer {
        padding: 60px 0 30px;
    }

    footer.site-footer .container .row {
        padding: 0 20px 30px;
    }

    .button_style_1 .title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .page_loader {
        position: fixed;
        left: -50%;
        top: 0;
        z-index: 999999999;
        height: 100%;
        width: 200%;
        background-color: white;
    }

    header.site-header {
        padding: 0 20px;
    }

    header.site-header .container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    header .navigation-side {
        padding-right: 0;
    }

    header .site-branding a {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    footer.site-footer {
        padding: 30px 0 0px;
    }

    footer.site-footer .client-options-row .footer-logo {
        padding-left: 0;
    }

    footer.site-footer .container .row {
        padding: 0 12px 20px;
    }

    footer.site-footer .bottom-part {
        padding-top: 20px;
    }

    footer.site-footer .bottom-part .menu .menu-item {
        display: flex;
        flex-flow: row wrap;
    }

    footer.site-footer .client-options-row .client-options {
        padding-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    header .site-branding img {
        max-width: 112px;
    }

    header .menu-toggle {
        width: 20px;
        height: 20px;
    }

    header .navigation-side .main-navigation .menu .menu-item a {
        font-size: 12px;
    }

    .button_style_1 .title {
        font-size: 12px;
        padding: 11px 16px;
    }

    .button_style_1 .icon svg {
        width: 21px;
    }

    footer.site-footer .bottom-part .copy {
        font-size: 8px;
    }

    footer.site-footer .bottom-part .menu .menu-item a {
        font-size: 8px;
    }

    footer.site-footer .client-options-row .footer-logo img {
        max-width: 59px;
    }
}