/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ===== GENERAL ===== */
body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: var(--blue-1);
}
h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 36px;
    line-height: 45px;
}
.h2,
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    margin: 40px 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}
h3:first-child {
    margin-top: 0;
}
a {
    color: var(--blue-1);
}
a:hover {
    color: var(--blue-5);
}
.sl_about__content ul,
article ul,
article ol,
p,
blockquote {
    font-size: 14px;
    line-height: 20px;
    margin: 18px 0;
}
.sl_about__content ul {
    padding-left: 13px;
}
blockquote {
    position: relative;
    padding: 0 100px;
    min-height: 72px;
}
blockquote::before,
blockquote::after {
    position: absolute;
    font-size: 144px;
    line-height: 56px;
    color: var(--blue-9);
}
blockquote::before {
    content: '«';
    left: 0;
    top: 9px;
}
blockquote::after {
    content: '»';
    right: 0;
    bottom: 9px;
}
blockquote p {
    margin: 0;
}
.sl_about__caps,
blockquote:empty {
    display: none;
}
body article .entry-content .wpcf7-not-valid-tip {
    color: red !important;
    line-height: 1.1 !important;
    padding-top: 6px !important;
}
article ul {
    padding-left: 40px;
}
article .entry-content *:not([type="submit"]) {
    font-size: 14px !important;
    line-height: 25px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: var(--blue-1) !important;
    font-weight: 400;
}
article .entry-content [type="checkbox"] {
    display: inline-flex;
}
.wpcf7-radio,
.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px !important;
    margin-bottom: -6px !important;
}
.wpcf7-radio > *,
.wpcf7-checkbox > * {
    margin-right: 16px !important;
    margin-bottom: 6px !important;
}
.form-agree {
    display: none !important;
}

@media (max-width: 480px) {
    [data-name="sell-type"] input,
    [data-name="work-type"] input {
        max-width: 14px;
    }
    [data-name="sell-type"] .wpcf7-list-item,
    [data-name="work-type"] .wpcf7-list-item {
        min-width: 100%;
    }
    #partners-form p {
        margin: 0;
    }
}

[data-name="price-val"],
[data-name="price-val"],
[data-name="price-val"],
[data-name="price-val"],
[data-name="equip-type"],
[data-name="price-val"],
[data-name="days-qty"],
[data-name="clients-qty"],
[data-name="method-type"],
[data-name="brands-qty"],
[data-name="sell-type"],
[data-name="call-type"],
[data-name="work-type"] {
    margin-bottom: 28px;
    display: block;
}
[data-name="cosm-type"] {
    margin-bottom: 10px;
    display: block;
}
.wpcf7-radio label,
.wpcf7-checkbox label {
    display: flex;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    white-space: nowrap;
}
#post-714 .entry-content *:not([type="submit"]) {
    font-size: 16px !important;
}
article .entry-content b,
article .entry-content strong {
    font-weight: 600 !important;
}

article,
.sl_container {
    max-width: 1296px;
    margin: 0 auto;
    border: 1px solid transparent;
    padding: 0 69px;
}
.sl_border_wrapper {
    max-width: 100%;
    border: none;
    padding: 0 72px;
}
.fixed-header:not(.menu-open) .sl_header__menu_conteiner {
    padding: 0 69px;
}
.sl_geometria-uppercase {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.sl_button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--blue-1);
    transition: all .2s;
    border: 1px solid transparent;
    height: 50px;
    padding: 3px 40px 0;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
}
.sl_button:hover {
    background: var(--blue-5);
    color: var(--white);
}
.sl_button:active {
    border-color: var(--blue-1);
    color: var(--blue-1);
    background: transparent;
}
.sl_button * {
    fill: var(--white) !important;
}
.sl_button:active * {
    fill: var(--blue-1) !important;
}
.sl_vertical-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}
.sl_vertical-title.sl_left {
    left: 0;
}
.sl_vertical-title.sl_right {
    right: 0;
}
.sl_vertical-title.sl_v-center {
    top: 50%;
}
.sl_vertical-title.sl_bottom {
    left: 50%;
    bottom: 0;
    top: auto;
}
.sl_vertical-title.sl_bottom .sl_vertical-title_text {
    transform: none;
}
.sl_vertical-title_text {
    position: absolute;
    transform: rotate(-90deg);
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-top: 2px;
}
.sl_border {
    width: 100%;
    position: relative;
    border: 0 solid transparent;
}
.sl_border-top {
    border-top-color: var(--blue-1);
    border-top-width: 1px;
}
.sl_border-bottom {
    border-bottom-color: var(--blue-1);
    border-bottom-width: 1px;
}
.sl_border-left {
    border-left-color: var(--blue-1);
    border-left-width: 1px;
}
.sl_border-right {
    border-right-color: var(--blue-1);
    border-right-width: 1px;
}
.sl_single-page_container.sl_border-top-to-right::after,
.sl_border-top-to-left::before,
.sl_border-bottom-to-left::before,
.sl_border-top-to-right::before,
.sl_border-bottom-to-right::before {
    content: '';
    display: block;
    height: 1px;
    background: var(--blue-1);
    min-width: calc((100vw - 1310px)/2);
    position: absolute;
}
@media (max-width: 1440px) {
    .sl_single-page_container.sl_border-top-to-right::after,
    .sl_border-top-to-left::before,
    .sl_border-bottom-to-left::before,
    .sl_border-top-to-right::before,
    .sl_border-bottom-to-right::before {
        min-width: 72px;
    }
}
@media (max-width: 1200px) {
    .sl_single-page_container.sl_border-top-to-right::after,
    .sl_border-top-to-left::before,
    .sl_border-bottom-to-left::before,
    .sl_border-top-to-right::before,
    .sl_border-bottom-to-right::before {
        min-width: 38px;
    }
}
.sl_single-page_container.sl_border-top-to-right::after,
.sl_border-top-to-right::before,
.sl_border-bottom-to-right::before {
    left: 100%;
}
.sl_border-top-to-left::before,
.sl_border-bottom-to-left::before {
    right: 100%;
    left: auto;
}
.sl_border-top-to-left::before,
.sl_border-top-to-right::before {
    top: -1px;
}
.sl_single-page_container.sl_border-top-to-right::after,
.sl_border-bottom-to-left::before,
.sl_border-bottom-to-right::before {
    bottom: -1px;
}

.sl_white-border {
    border-color: var(--white);
}
.sl_white-border::before {
    background: var(--white);
}
.go_up {
    position: absolute;
    right: -10px;
    bottom: 30px;
    cursor: pointer;
}
#small-text,
#small-text *,
.sl_small-text {
    font-size: 12px !important;
    line-height: 13px !important;
    letter-spacing: 0.02em !important;
}
.sl_single-page_container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 120px;
}
.sl_single-page_container img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
}
.sl_single-page_container table {
    margin: 40px 0;
}
.sl_single-page_container th {
    font-weight: 600;
}
.sl_single-page_container th,
.sl_single-page_container td {
    padding: 10px;
}
.sl_single-page_container tbody tr:nth-child(even) td:nth-child(odd),
.sl_single-page_container tbody tr:nth-child(odd) td:nth-child(even),
.sl_single-page_container thead tr:nth-child(odd) td:nth-child(odd),
.sl_single-page_container thead tr:nth-child(odd) th:nth-child(odd) {
    background: var(--blue-9);
}
.sl_single-page_container ul,
.sl_single-page_container ol {
    list-style-position: inside;
    padding: 0;
}
.sl_single-page_container ul li,
.sl_single-page_container ol li {
    margin: 5px 0;
}
.sl_outside-link {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
}
.sl_outside-link a {
    font-style: italic;
}

.form-desc {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin: -35px 0 0;
}

@media (max-width: 1200px) {
    blockquote {
        padding: 0 70px;
    }
    blockquote::before,
    blockquote::after {
        font-size: 110px;
        line-height: 42px;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_conteiner,
    .sl_container,
    .sl_border_wrapper {
        padding: 0 38px;
    }
}
@media (max-width: 900px) {
    blockquote {
        padding: 0 35px;
    }
    blockquote::before,
    blockquote::after {
        font-size: 60px;
        line-height: 18px;
    }
}
@media (min-width: 769px) and (max-width: 840px) {
    p, blockquote {
        line-height: 23px;
        margin: 14px 0;
    }
}
@media (max-width: 768px) {
    article,
    .sl_header .sl_container {
        padding: 0 38px;
    }
    article,
    .sl_container {
        padding: 0 117px;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .h2,
    h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .sl_vertical-title_text {
        font-size: 14px;
        line-height: 18px;
    }
    .sl_button {
        padding: 3px 26px 0;
    }
}
@media (max-width: 640px) {
    .sl_header .sl_container,
    .fixed-header:not(.menu-open) .sl_header__menu_conteiner {
        padding: 0 10px;
    }
    article,
    .sl_container {
        padding: 0 90px;
    }
    .h2,
    h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
    }
    .sl_border {
        border: none !important;
    }
    .sl_border::before {
        display: none !important;
    }
    .sl_border_wrapper {
        padding: 0;
    }
    .go_up {
        display: none;
    }
}
@media (max-width: 540px) {
    .form-desc {
        margin-top: -25px;
    }
    article,
    .sl_container,
    .sl_header .sl_container,
    .fixed-header:not(.menu-open) .sl_header__menu_conteiner {
        padding: 0 37px;
    }
    article#post-775,
    article#post-268 {
        padding: 0 16px;
    }
    .sl_container {
        border: none;
    }
    h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .go_up {
        display: none;
    }
    .no-submenu.fixed-header .sl_header__body {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FCF8F8;
        padding: 0;
    }
    .no-submenu.fixed-header:not(.menu-open) .sl_header__menu_btn {
        left: 37px;
    }
    .no-submenu.fixed-header:not(.menu-open) .sl_header__phone_container,
    .no-submenu.fixed-header:not(.menu-open) .sl_header__socials,
    .no-submenu.fixed-header:not(.menu-open) .sl_header__langs {
        display: none;
    }
    .no-submenu.fixed-header .sl_header__body,
    .no-submenu.fixed-header:not(.menu-open) .sl_header__logo {
        height: 64px;
    }
    .sl_single-page_container table {
        max-width: 100%;
        overflow: auto;
        display: block;
    }
}
@media (max-width: 320px) {
    article,
    .sl_header .sl_container,
    .fixed-header:not(.menu-open) .sl_header__menu_conteiner,
    .sl_container {
        padding: 0 10px;
    }
}

/* ===== HEADER ===== */
.sl_header + :not(.sl_homepage__first-screen) {
    margin-top: 200px;
}
.sl_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sl_header__body {
    padding: 16px 0;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}
.sl_header__logo {
    width: 114px;
    height: 93px;
    background: url(../img/logo.svg) no-repeat center / 114px auto;
    position: relative;
}
@media (min-width: 1025px) {
    .sl_header__logo:hover {
        opacity: .9;
    }
}

/*menu*/
.sl_header__menu_btn {
    position: absolute;
    top: 65px;
    left: 0;
    cursor: pointer;
    transform: scale(1.15);
}
.sl_header__menu_btn .mobile {
    display: none;
}
.sl_header__menu_btn * {
    fill: var(--blue-1) !important;
}
.sl_header__menu_btn:hover * {
    fill: var(--blue-5) !important;
}
.sl_header__menu_layout {
    display: none;
}
.menu-open {
    overflow: hidden;
}
.menu-open .sl_header__menu_layout:not(.secondary-menu) {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(2, 75, 105, 0.45);
}
.menu-open .sl_header__menu_conteiner,
.menu-open .sl_header__menu_close_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
}
.sl_header__menu ul {
    list-style-type: none;
}
.menu-open .sl_header__menu_conteiner {
    width: 350px;
    left: 0;
    background: var(--white);
    padding: 50px 52px;
}
.menu-open .sl_header__menu_close {
    position: absolute;
    top: 22px;
    right: 30px;
    cursor: pointer;
}
.sl_header__menu_close-text {
    display: none;
}
.sl_header__menu_logo {
    display: block;
    background: url(../img/logo-menu.png) no-repeat center / 40px auto;
    width: 40px;
    height: 41px;
}
.sl_header__menu {
    list-style-type: none;
}
.menu-open .sl_header__menu .menu-ukr-container,
.menu-open .sl_header__menu ul {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}
.menu-open .sl_header__menu_close-text,
.menu-open .sl_header__menu a {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
/*.menu-open .sl_header__menu .current_page_item a {*/
/*    color: var(--blue-5);*/
/*}*/
.menu-open .sl_header__menu_close_overlay {
    left: 350px;
    right: 0;
    cursor: pointer;
}
.menu-open .sl_header__menu .sub-menu {
    padding-left: 20px;
    margin: 16px 0;
}
.menu-open li:not(.active) .sl_header__menu_item + .sub-menu {
    display: none;
}
.menu1 > .menu {
    overflow: auto;
    max-height: calc(100vh - 116px);
    padding-bottom: 30px;
}
.menu1 > .menu > li:last-child {
    margin-bottom: 30px;
}
.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.menu-item-has-children ul {
    order: 1;
}
.menu-item-has-children::after {
    content: '';
    display: block;
    width: 20px;
    height: 13px;
    background: url(../img/next.svg) no-repeat center / contain;
    position: relative;
    top: 3px;
    left: 4px;
    cursor: pointer;
}
.menu-item-has-children.active::after {
    transform: rotate(90deg);
}

/*fixed header*/
.fixed-header .sl_header {
    position: fixed;
    background: #FCF8F8;
}
.fixed-header .sl_header__body {
    padding: 6px 0;
}
.fixed-header .sl_header__logo {
    width: 36px;
    height: 36px;
    background: url(../img/logo-menu.png) no-repeat center / 36px auto;
}
.fixed-header .sl_header__menu_btn {
    top: 13px;
}
.fixed-header .sl_header__socials {
    top: 10px;
}
.fixed-header .sl_header__phone_container,
.fixed-header .sl_header__langs {
    top: 15px;
}

.no-submenu .secondary-menu {
    display: none !important;
}
.fixed-header:not(.menu-open) .secondary-menu {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 50px;
    background: #FCF8F8;
    display: flex;
    justify-content: center;
}
.fixed-header:not(.menu-open) .sl_header__menu_conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1296px;
    border: 1px solid transparent;
}
.fixed-header:not(.menu-open) .sl_header__menu_close {
    display: none;
}
.fixed-header:not(.menu-open) .sl_header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
}
.fixed-header:not(.menu-open) .sl_header__menu_item {
    height: 32px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    padding: 3px 11px 0;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    color: var(--blue-1);
}
@media (min-width: 769px) {
    [lang="en-US"] .fixed-header:not(.menu-open) .sl_header__menu_item {
        padding: 3px 10px 0;
        font-size: 13px;
    }
}
.fixed-header:not(.menu-open) .sl_header__menu_item:hover {
    background: var(--blue-5) !important;
    color: var(--white) !important;
    border-color: transparent !important;
}
.fixed-header:not(.menu-open) .sl_header__menu_item.active {
    animation-name: active-menu-item;
    animation-delay: .2s;
    animation-fill-mode: forwards;
}

@media (max-width: 1310px) {
    .fixed-header:not(.menu-open) .sl_header__menu {
        justify-content: flex-start;
        gap: 9px 5px;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_item {
        height: 24px;
    }
}
@media (max-width: 768px) {
    .fixed-header:not(.menu-open) .secondary-menu {
        top: 48px;
        height: 40px;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_conteiner {
        padding: 0;
        border: none;
    }
    .fixed-header:not(.menu-open) .sl_header__menu {
        overflow: auto;
        display: block;
        width: 100%;
        white-space: nowrap;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_item {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        display: inline-block;
        margin: 0 5px;
    }
    article ol,
    article ul {
        padding-left: 20px;
    }
}
@media (max-width: 540px) {
    .fixed-header:not(.menu-open) .secondary-menu {
        height: 30px;
    }
    .sl_header__menu_close_overlay {
        display: none;
    }
    .menu-open .sl_header__menu_conteiner {
        width: auto;
        right: 0;
        background: var(--white);
        padding: 60px 0 0;
    }
    .menu-open .sl_header__menu_close {
        top: 7px;
        right: 19px;
    }
    .menu-open .sl_header__menu > ul {
        margin-top: 15px;
        padding-bottom: 15px;
        gap: 15px;
        height: calc(100vh - 136px);
    }
    .menu1 > .menu > li:last-child {
        margin-bottom: 0;
    }
    .menu-open .sl_header__menu_logo-wrapper,
    .menu-open .sl_header__menu .menu-ukr-container a,
    .menu-open ul a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 38px;
        background: var(--blue-9);
        height: 60px;
    }
    .menu-item-has-children::after {
        width: 60px;
        height: 60px;
        background-size: 20px auto;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }
    .menu-open .sl_header__menu .sub-menu {
        width: 100%;
    }
    .menu-open .sl_header__menu .menu-ukr-container a:hover,
    /*.menu-open .sl_header__menu .current_page_item a,*/
    .menu-open ul a:hover {
        color: var(--white) ;
        background: #047CAD;
    }
    .menu-item-has-children > a:hover::after {
        filter: brightness(50000000%) grayscale(1);
    }
    .fixed-header:not(.menu-open) .sl_header__menu {
        gap: 3px;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_item {
        padding: 5px 5px 0;
        font-size: 9px;
        height: 20px;
        line-height: normal;
        margin: 0 3px;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_logo {
        display: none;
    }
    .fixed-header:not(.menu-open) .sl_header__menu_btn {
        position: fixed;
        left: 38px;
        top: 16px;
    }
}
@media (max-width: 320px) {
    .fixed-header:not(.menu-open) .sl_header__menu_btn {
        left: 10px;
    }
}

/*phone*/
.sl_header__phone_container {
    position: absolute;
    top: 68px;
    left: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    padding-right: 23px;
}
.sl_header__phone {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*social*/
.sl_header__socials {
    display: flex;
    position: absolute;
    top: 62px;
    right: 0;
    gap: 14px;
}
.sl_header__socials .sl_button {
    height: 27px;
    width: 27px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.sl_header__socials svg {
    position: absolute;
    width: 19px !important;
    top: 3px;
}

/*langs*/
.sl_header__langs {
    position: absolute;
    top: 66px;
    right: 0;
}
.sl_header__lang {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}
.sl_header__lang.active {
    pointer-events: none;
}
.sl_header__lang:not(.active) {
    font-weight: 300;
}



/* ===== FOOTER ===== */
#footer {
    background: var(--blue-1);
    padding-bottom: 72px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-weight: 300;
}
#footer * {
    letter-spacing: 0.02em;
    color: var(--white);
}
.sl_footer_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 85px 0 25px;
}
.sl_footer_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
#footer .sl_footer_phone a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
}
.sl_footer__socials .sl_button {
    height: 36px;
    width: 36px;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: var(--white);
}
.sl_footer__socials svg {
    position: absolute;
    width: 24px !important;
    top: 5px;
}
.sl_footer__socials svg * {
    fill: var(--blue-1) !important;
}
.sl_footer_socials-left,
.sl_footer_socials-right,
.sl_footer__socials {
    display: flex;
    gap: 10px;
}

@media (max-width: 900px) {
    .sl_footer_row {
        justify-content: center;
    }
    .sl_footer__socials .mail,
    .sl_footer_adress {
        display: none;
    }
    .sl_footer__socials {
        position: absolute;
        height: 0;
        left: 0;
        right: 0;
        align-items: center;
    }
    .sl_footer_socials-left,
    .sl_footer_socials-right {
        position: absolute;
    }
    .sl_footer_socials-left {
        left: 0;
    }
    .sl_footer_socials-right {
        right: 0;
    }
}
@media (max-width: 768px) {
    .fixed-header .sl_header__phone_container {
        display: none !important;
    }
    .fixed-header .sl_header__socials {
        top: 12px;
        width: auto;
        flex-direction: row;
        left: auto;
        right: 0;
    }
    .sl_header__body {
        padding: 35px 0 90px;
    }
    .sl_header__logo {
        width: 67px;
        height: 55px;
        background-size: 67px auto;
    }
    .sl_header__menu_btn {
        top: 58px;
    }
    .sl_header__phone_container {
        top: 62px;
        padding-right: 2px;
    }
    .sl_header__phone {
        font-size: 15px;
        line-height: 19px;
    }
    .sl_header__socials {
        top: 58px;
        right: 0;
        width: 50%;
        padding: 0 52px 0 34px;
        justify-content: center;
    }
    .sl_footer_body {
        padding: 52px 0 16px;
    }
    .sl_footer_row {
        margin-bottom: 27px;
    }
    #footer {
        padding-bottom: 38px;
        font-size: 12px;
        line-height: 14px;
    }
    #footer .sl_footer_phone a {
        font-size: 15px;
        line-height: 19px;
    }
    .sl_footer__socials .sl_button {
        height: 30px;
        width: 30px;
    }
    .sl_footer__socials svg {
        width: 20px !important;
        top: 4px;
    }
    #footer .sl_container {
        padding: 0 37px;
    }
}
@media (max-width: 640px) {
    #footer {
        padding-bottom: 0;
    }
}
@media (max-width: 540px) {
    .sl_header + :not(.sl_homepage__first-screen) {
        margin-top: 170px;
    }
    .sl_header__body {
        padding-top: 28px;
    }
    .sl_header__menu_btn {
        top: 51px;
    }
    .sl_header__menu_btn .desktop {
        display: none;
    }
    .sl_header__menu_btn .mobile {
        display: block;
    }
    .sl_header__phone_container {
        top: 94px;
        padding-right: 0;
        width: 100%;
    }
    .sl_header__phone {
        font-size: 13px;
        line-height: 16px;
    }
    .sl_header__socials {
        top: 118px;
        right: 0;
        left: 0;
        padding: 0;
        width: 100%;
    }
    .sl_header__socials .sl_button {
        height: 23px;
        width: 23px;
    }
    .sl_header__socials svg {
        width: 17px !important;
        top: 2px;
    }
    .sl_header__langs {
        top: 49px;
    }
    .sl_footer__socials .sl_button {
        height: 20px;
        width: 20px;
    }
    .sl_footer__socials svg {
        width: 16px !important;
        top: 1px;
    }
    .sl_footer_body {
        padding: 40px 0 10px;
    }
    #footer .sl_footer_phone a {
        font-size: 13px;
        line-height: 16px;
    }
    .sl_single-page_container {
        margin-bottom: 60px;
    }
    .sl_single-page_container:empty {
        display: none;
    }
    .sl_single-page_container article {
        padding: 0;
    }
    .article-slider {
        display: flex;
        justify-content: center;
    }
    .article-slider .swiper {
        min-width: 100vw;
    }
    .sl_form_req {
        margin-left: 46px !important;
    }
    .sl_form_req + .sl_form_checkbox {
        margin: 0 19px;
    }
}



/* ===== Z-INDEX ===== */
.menu-open .sl_header__menu_layout {
    z-index: 9999;
}
.sl_header {
    z-index: 1000;
}
.responsibility-part .go_up {
    z-index: 3;
}
.responsibility-part .sl_vertical-title.sl_v-center,
.history-timeline::before {
    z-index: 2;
}
.sl_media__item .brand,
.scroll-tip,
.history-timeline::after,
.sl_brands_item-link,
.sl_header__logo,
.sl_header__menu_btn,
.sl_header__langs {
    z-index: 1;
}



/* ===== KEYFRAMES ===== */
@keyframes active-menu-item {
    from {
        border-color: transparent;
    }
    to {
        border-color: var(--blue-1);
    }
}



/* ===== SWIPER ===== */
.swiper-pagination-bullet {
    margin: 20px !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid var(--blue-1) !important;
    background: var(--white) !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: var(--blue-1) !important;
}
.swiper-vertical > .swiper-pagination-bullets {
    right: -20px !important;
}
.scroll-tip {
    display: none;
    align-items: baseline;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.scroll-tip.back {
    right: auto;
    left: 0;
}
.scroll-tip.white {
    color: var(--white);
}
.scroll-tip svg {
    margin-left: 10px;
}
.scroll-tip.back svg {
    margin-left: 0;
    margin-right: 10px;
    transform: scale(-1,1);
}
.entry-content {
    padding-bottom: 60px;
}
.entry-content img {
    margin-bottom: 30px;
}
.entry-content img.alignright {
    float: right;
    margin-left: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 20px;
}
.entry-content::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .swiper-pagination {
        display: none !important;
    }
    .scroll-tip {
        display: flex;
    }
}
@media (max-width: 640px) {
    .scroll-tip {
        right: 10px;
    }
    .scroll-tip.back {
        left: 10px;
    }
    .entry-content img {
        float: none;
    }
    #post-714 .entry-content {
        display: flex;
        flex-direction: column;
    }
    .mobile-order {
        order: -1;
    }
    .wpcf7-radio .wpcf7-list-item-label,
    .wpcf7-checkbox .wpcf7-list-item-label {
        white-space: normal;
    }
}
.entry-content a {
    text-decoration: underline;
}
#snow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    pointer-events: none;
}
.snowflake {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: url(../img/snowflake-1.svg) no-repeat center / contain;
    opacity: 1 !important;
}


/* ===== VARIABLES ===== */
:root {
    --blue-1: #024B69;
    --blue-2: #033450;
    --blue-3: #014B69;
    --blue-4: #005E7B;
    --blue-5: #007E9D;
    --blue-6: #4E94AE;
    --blue-7: #83AFC7;
    --blue-8: #A3C4D1;
    --blue-9: #D8E2EA;
    --white:  #fff;
}
