:root {
    --text-primary: #1a2033;
    --text-tertiary: #a0aec3;
    --text-secondary: #6f7c8e;
    --text-color-white: #f6fafd;
    --text-accent-links: #0085ff;
    --text-subheader: #8493a9;

    --background-modal: #16234d;
    --background-brand: #1d9ff8;
    --background-accent-gradient: linear-gradient(118.94deg, #7381fd -12.54%, #76c7ff 105.75%);
    --background-global: #f6fafd;
    --background-footer: #0f2c4d;

    --border-color: #e0e6ef;

    --cells-hovered: #f3fafe;
    --cells-border-radius: 10px;

    --max-header-width: 1440px;
    --header-menu-height: 80px;

    --submenu-item-transition-properties: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* ===================== */
/*         FONTS         */
/* ===================== */
@font-face {
    font-family: 'Gilroy';
    src: url('../eot/gilroy-extrabold.eot');
    src: url('../eot/gilroy-extraboldd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff/gilroy-extrabold.woff') format('woff'),
        url('../ttf/gilroy-extrabold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../eot/gilroy-bold.eot');
    src: url('../eot/gilroy-boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff/gilroy-bold.woff') format('woff'),
        url('../ttf/gilroy-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../eot/gilroy-medium.eot');
    src: url('../eot/gilroy-mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff/gilroy-medium.woff') format('woff'),
        url('../ttf/gilroy-medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../eot/gilroy-regular.eot');
    src: url('../eot/gilroy-regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../woff/gilroy-regular.woff') format('woff'),
        url('../ttf/gilroy-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* ===================== */
/*         FONTS         */
/* ===================== */

/* ===================== */
/*        ASSETS         */
/* ===================== */

body:has(.mobile-menu-active) {
    overflow: hidden;
}

loader {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, #eeeeee),
        color-stop(18%, #dddddd),
        color-stop(33%, #eeeeee)
    );
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    width: 150px;
    height: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 4px;
    pointer-events: none;
}

.header-grid loader:last-of-type,
.header__container loader:last-of-type,
.header__menu-container loader:last-of-type {
    margin-right: auto;
}

line {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    z-index: 9999;
    background: var(--background-brand);
    border-radius: 1px;
    pointer-events: none;
    opacity: 0;
}
/* ===================== */
/*        ASSETS         */
/* ===================== */

/* ===================== */
/*        GENERAL        */
/* ===================== */
#t-header {
    position: sticky;
    top: 0;
    height: var(--header-menu-height);
    z-index: 999;
}

#t-header .header {
    position: fixed;
}

#tygh_footer {
    padding: 0;
}

.block-footer-menu:before {
    position: static;
}

.page-container > .header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    padding-top: 0 !important;
    background-color: #ffffff !important;
    z-index: 999;
    padding: 0;
}

.page-container > .header > .header-grid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: var(--max-header-width);
    margin: 0 auto;
}

.page-container > .header > .header-grid {
    width: 100%;
    text-align: unset;
    max-width: unset;
    background: #ffffff;
}

.header {
    width: 100%;
    height: var(--header-menu-height);
    top: 0;
    z-index: 99999;
    position: sticky;
    background: #ffffff;
}

.header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#allrecords .header .cscart_logo_link,
.header .cscart_logo_link {
    padding: 0;
    margin-right: auto;
}

.header .cscart_logo_link svg {
    pointer-events: none;
}

body.scrolled header.header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__container {
    width: 100%;
    height: var(--header-menu-height);
    position: absolute;
    z-index: 9998;
    padding: 0 60px;
    background: #ffffff;
}

.header__menu-container {
    width: 100%;
    margin: 0 auto;
    height: var(--header-menu-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: var(--max-header-width);
    border-bottom: none;
}

.header__menu-container > .block-main-menu {
    display: none;
}

.header__menu-container > svg {
    display: none;
}

#allrecords .header__menu-container > a a,
#allrecords .header__menu-container > a div,
.header__menu-container > a a,
.header__menu-container > a div {
    opacity: 0;
}

#allrecords .header__menu-container > a,
.header__menu-container > a {
    font: normal 700 16px /24px Gilroy;
    padding: 28px 15px;
    text-decoration: none;
    will-change: color;
    color: var(--text-primary);
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#allrecords .header__menu-container > a:hover,
.header__menu-container > a:hover {
    color: var(--background-brand);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.header__menu-container > .has-submenu {
    cursor: default;
}

.header__menu-container .header__menu-buttons > .has-submenu::after,
.header__menu-container > .has-submenu::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 2px 7px;
    will-change: transform, margin, border-right, border-bottom;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header__menu-container .header__menu-buttons > .has-submenu:hover::after,
.header__menu-container > .has-submenu:hover::after {
    border-right: 1px solid var(--background-brand);
    border-bottom: 1px solid var(--background-brand);
    -webkit-transform: rotate(225deg) translateY(-2px);
    -ms-transform: rotate(225deg) translateY(-2px);
    transform: rotate(225deg) translateY(-2px);
    margin-bottom: 0;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header__menu-container > .has-submenu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: calc(100vh - 120px);
    max-width: var(--max-header-width);
    position: absolute;
    top: var(--header-menu-height);
    overflow-y: auto;
    left: 0;
    z-index: 9997;
    opacity: 0;
    white-space: initial;
    pointer-events: none;

    &::-webkit-scrollbar {
        height: 12px;
        width: 12px;
    }

    &::-webkit-scrollbar-track {
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin: 10px;
    }

    &::-webkit-scrollbar-thumb,
    &::-webkit-scrollbar-thumb:window-inactive {
        -webkit-border-radius: 100px;
        border-radius: 100px;
        background: linear-gradient(90deg, transparent 25%, var(--border-color) 25%, var(--border-color) 75%, transparent 75%);
    }
}

.header__menu-container .submenu-section {
    width: inherit;
    text-decoration: none;
    padding: 24px 0;
}

.header__menu-container .submenu-section:first-child {
    padding-right: 24px;
}

.header__menu-container .submenu-section:not(:first-child) {
    border: unset;
    padding-left: 24px;
}

#allrecords .header__menu-container .submenu-section:not(:first-child)::before,
.header__menu-container .submenu-section:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    height: calc(100% - 48px);
    margin-left: -24px;
    border-left: 1px solid var(--border-color);
    pointer-events: none;
}

.header__menu-container .submenu-section::first-line {
    color: var(--text-subheader);
    font: normal 700 14px /20px Gilroy;
    text-transform: uppercase;
}

.header__menu-container .submenu-section > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(250px, 40%), 1fr));
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-top: 12px;
}

#allrecords .demo-submenu div,
.demo-submenu div {
    cursor: default;
    gap: 12px;
}

#allrecords .submenu-section.demo-submenu::first-line,
.submenu-section.demo-submenu::first-line {
    font-size: 0;
    line-height: 0;
}

#allrecords .header__menu-container .submenu-section.demo-submenu.demo-submenu::before,
.header__menu-container .submenu-section.demo-submenu.demo-submenu::before {
    content: none;
}

#allrecords .header__menu-container .submenu-section.submenu-section,
.header__menu-container .submenu-section.submenu-section {
    overflow: visible;
    cursor: default;
    position: relative;

    .demo-label-deep-blue {
        background: linear-gradient(118.94deg, #7381fd -12.54%, #76c7ff 105.75%);
        color: #fff;

        img {
            background-color: rgba(255, 255, 255, 0.2);
        }

        div {
            color: #fff;

            btn {
                background: #fff;
                color: var(--text-primary);
            }
        }
    }
    .demo-label-deep-blue:hover {
        color: #fff;
    }

    .demo-label-light-blue {
        background: linear-gradient(118.94deg, #b8d8fd -12.54%, #e8f7fe 105.75%);
        color: var(--text-primary);

        img {
            background-color: rgba(255, 255, 255, 0.4);
        }

        div {
            color: var(--text-primary);

            btn {
                background: var(--background-brand);
                color: #fff;
            }
        }
    }
    .demo-label-light-blue:hover {
        color: var(--text-primary);
    }

    .demo-label-deep-blue,
    .demo-label-light-blue {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 280px;
        padding: 24px;
        border-radius: 12px;
        pointer-events: none;

        font-size: 22px;
        font-weight: 700;
        line-height: 28px;

        img {
            min-height: 24px;
            margin-bottom: 16px;
            padding: 12px;
            border-radius: 12px;
            box-sizing: content-box;
        }

        div {
            flex: 1;
            display: flex;
            flex-direction: column;
            margin-top: 8px;

            font-size: 14px;
            font-weight: 500;
            line-height: 20px;

            btn {
                margin-top: auto;
                width: fit-content;
                border: none;
                border-radius: 12px;
                padding: 8px 16px;
                font-size: 14px;
                font-weight: 700;
                line-height: 20px;
                cursor: pointer;
                transition: box-shadow 0.3s ease-in-out;
            }

            btn:hover {
                box-shadow: 0px 0 30px 0px rgba(47, 101, 181, 0.4);
                transition: box-shadow 0.3s ease-in-out;
            }
        }
    }

    .event-label-dark {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 0;
        font-size: 0px;
        line-height: 0px;
        border-radius: 12px;
        background: linear-gradient(118.94deg, #1a2033 -12.54%, #4d3d3d 105.75%);
        z-index: 3;
        pointer-events: none;

        img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 3;
        }

        div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
            margin: 0;
            padding: 24px;

            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            color: #fff;

            z-index: 3;
        }

        lbl {
            margin-bottom: 12px;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;

            padding: 4px 12px;
            border-radius: 15px;
            border: 1px solid #fff;
            color: #fff;

            background-color: rgba(0, 0, 0, 0.4);
        }

        hdr {
            margin-bottom: 8px;
            font-size: 22px;
            font-weight: 700;
            line-height: 28px;
            color: #fff;

            shn {
                background: linear-gradient(118.94deg, #7381fd -12.54%, #76c7ff 105.75%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                text-fill-color: transparent;
            }
        }

        btn {
            margin-top: 20px;
            width: fit-content;
            border: none;
            border-radius: 12px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            cursor: pointer;
            transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;

            background: var(--background-brand);
            color: #fff;
        }

        btn:hover {
            background: var(--text-accent-links);
            box-shadow: 0px 0 30px 0px rgba(47, 101, 181, 0.4);
            transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
        }
    }

    .event-label-dark:hover {
        background-color: transparent;
    }
}

#allrecords .header__menu-container > .has-submenu > div,
.header__menu-container > .has-submenu > div {
    display: grid;
    grid-auto-flow: column;
    padding: 0 24px;
    box-shadow: 0px 16px 48px 0px #26529229;
    border-radius: 12px;
    background-color: #fff;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

#allrecords .header__menu-container > .has-submenu:hover::before,
#allrecords .header__menu-container .header__menu-buttons > .has-submenu:hover::before,
.header__menu-container > .has-submenu:hover::before,
.header__menu-container .header__menu-buttons > .has-submenu:hover::before {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 100%;
    left: 0;
    bottom: -12px;
    background-color: transparent;
    z-index: 10000;
}

#allrecords .adaptive-layout .header__menu-container .submenu-section > div,
.adaptive-layout .header__menu-container .submenu-section > div,
#allrecords .adaptive-layout .container__mobile-menu > .small-submenu > div,
.adaptive-layout .container__mobile-menu > .small-submenu > div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(300px, 40%), 1fr));
}

#allrecords .header__menu-container .small-submenu > div,
.header__menu-container .small-submenu > div {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    width: auto;
    position: absolute;
    left: inherit;
    column-gap: 10px;
    padding: 8px;
}

#allrecords .header__menu-container .small-submenu > div img,
.header__menu-container .small-submenu > div img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    width: 24px;
    height: auto;
    grid-area: img;
}

#allrecords .header__menu-container .small-submenu > div div,
.header__menu-container .small-submenu > div div {
    color: var(--text-tertiary);
    font: normal 500 14px /20px Gilroy;
}

#allrecords .more-top-margin,
.more-top-margin {
    margin-top: auto;
}

#allrecords .header__menu-container .submenu-section.has-submenu .more-arrow-label,
.header__menu-container .submenu-section.has-submenu .more-arrow-label {
    grid-template-areas:
        'img text text'
        'img text text';
}

#allrecords .more-arrow-label::after,
.more-arrow-label::after {
    content: '';
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.203 10c0-.364.295-.658.658-.658h10.693l-4.14-4.14a.658.658 0 1 1 .93-.931l5.264 5.263a.658.658 0 0 1 0 .93l-5.264 5.264a.658.658 0 0 1-.93-.93l4.14-4.14H3.86a.658.658 0 0 1-.658-.659Z' fill='%231a2033'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease-in-out;
}

#allrecords .more-arrow-label:hover::after,
.more-arrow-label:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.203 10c0-.364.295-.658.658-.658h10.693l-4.14-4.14a.658.658 0 1 1 .93-.931l5.264 5.263a.658.658 0 0 1 0 .93l-5.264 5.264a.658.658 0 0 1-.93-.93l4.14-4.14H3.86a.658.658 0 0 1-.658-.659Z' fill='%231d9ff8'/%3E%3C/svg%3E");
    transition: background-image 0.2s ease-in-out;
}

#allrecords .move-to-second-column,
.move-to-second-column {
    order: 100;
    grid-column-start: 2;
}

#allrecords .adaptive-layout .move-to-second-column,
.adaptive-layout .move-to-second-column {
    order: 0;
    grid-column-start: initial;
}

#allrecords .header__menu-container .has-submenu.products-services-submenu.products-services-submenu > div,
.header__menu-container .has-submenu.products-services-submenu.products-services-submenu > div {
    grid-template-columns: 2fr 1fr 1fr;
}

#allrecords .header__menu-container .small-submenu > div a,
.header__menu-container .small-submenu > div a {
    min-width: 330px;
}

#allrecords .header__menu-container .submenu-section > div a:not(.see-all),
.header__menu-container .submenu-section > div a:not(.see-all),
#allrecords .header__menu-container .small-submenu > div a,
.header__menu-container .small-submenu > div a {
    display: -ms-grid;
    display: grid;
    grid-template-areas:
        'img text'
        'img text';
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: var(--text-primary);
    font: normal 700 16px /24px Gilroy;
    text-decoration: none;
    border-radius: var(--cells-border-radius);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    will-change: background-color;
    -webkit-transition: var(--submenu-item-transition-properties);
    -o-transition: var(--submenu-item-transition-properties);
    transition: var(--submenu-item-transition-properties);
    padding: 12px;
}

#allrecords .header__menu-container .submenu-section > div a:not(.see-all):hover,
.header__menu-container .submenu-section > div a:not(.see-all):hover,
#allrecords .header__menu-container .small-submenu > div a:hover,
.header__menu-container .small-submenu > div a:hover {
    background-color: var(--cells-hovered);
    color: var(--background-brand);
    -webkit-transition: var(--submenu-item-transition-properties);
    -o-transition: var(--submenu-item-transition-properties);
    transition: var(--submenu-item-transition-properties);
}

.header__menu-container .submenu-section:not(.news-container) > div img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    width: 24px;
    height: auto;
    grid-area: img;
}

#allrecords .header__menu-container .submenu-section > div div,
.header__menu-container .submenu-section > div div {
    color: var(--text-tertiary);
    font: normal 500 14px /20px Gilroy;
}
/* ===================== */
/*        GENERAL        */
/* ===================== */

/* ===================== */
/*        BUTTONS        */
/* ===================== */
.header__menu-buttons {
    margin-left: auto;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.header__menu-buttons a {
    position: relative;
    text-align: center;
    padding: 11px 24px;
    border-radius: 12px;
    text-decoration: none;
}

.header__menu-buttons a span {
    position: relative;
    z-index: 1;
    font: normal 700 16px /24px Gilroy;
    color: var(--text-primary);
    letter-spacing: 0.16px;
}

.header__menu-buttons > .btn-demo {
    background: #fff;
    border: 1px solid var(--background-brand);
}

.header__menu-buttons > .btn-demo:hover {
    background: var(--text-accent-links);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container__mobile-menu > .btn-demo a:hover > span,
.header__menu-buttons > .btn-demo a:hover > span {
    color: var(--text-accent-links);
    transition: all 0.3s ease-in-out;
}

.header__menu-buttons > .btn-demo > span {
    color: var(--background-brand);
    will-change: color;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header__menu-buttons > .btn-demo:hover > span {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header__menu-container .btn-contact,
.header__menu-buttons .btn-contact {
    will-change: background;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: var(--background-brand);
}

.header__menu-container .btn-contact:hover,
.header__menu-buttons .btn-contact:hover {
    background: var(--text-accent-links);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__menu-container .btn-contact span,
.header__menu-buttons .btn-contact span {
    color: #ffffff;
}

@keyframes fadeInAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#allrecords .menu-appearance-animation,
.menu-appearance-animation {
    animation: fadeInAnim .5s ease-out forwards;
}

#allrecords .header__menu-container > *:not(.cscart_logo_link, loader, line),
.header__menu-container > *:not(.cscart_logo_link, loader, line) {
    opacity: 0;
}

#allrecords .header__menu-buttons,
.header__menu-buttons {
    position: relative;
}

#allrecords .header__menu-buttons-dropdown,
.header__menu-buttons-dropdown {
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: 0;
    top: 48px;
    position: absolute;
    width: 100%;
    margin-top: 12px;
}

#allrecords .adaptive-layout .header__menu-buttons-dropdown,
.adaptive-layout .header__menu-buttons-dropdown {
    top: 0;
    position: relative;
}

#allrecords .adaptive-layout .header__menu-buttons > .btn-contact,
.adaptive-layout .header__menu-buttons > .btn-contact {
    flex: 1 0 25%;
    padding: 8px 16px;
}

#allrecords .header__menu-container > .btn-contact,
.header__menu-container > .btn-contact {
    position: relative;
    text-align: center;
    padding: 11px 24px;
    border-radius: 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

#allrecords .header__menu-container .btn-contact.btn-contact.btn-contact.btn-contact,
.header__menu-container .btn-contact.btn-contact.btn-contact.btn-contact {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    padding: 11px 24px;
}

#allrecords .header__menu-container > .btn-contact.btn-contact.btn-contact.btn-contact,
.header__menu-container > .btn-contact.btn-contact.btn-contact.btn-contact {
    padding: 8px 16px;
    margin-left: auto;
    margin-right: 16px;
    font: normal 700 14px /20px Gilroy;
}

#allrecords .header__menu-container .header__menu-buttons .has-submenu > div,
.header__menu-container .header__menu-buttons .has-submenu > div {
    display: grid;
    box-shadow: 0px 16px 48px 0px #26529229;
    border-radius: 12px;
    background-color: #fff;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

#allrecords .header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown,
.header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown {
    width: 100%;
    left: 0;
}

#allrecords .header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown span,
.header__menu-buttons-dropdown.header__menu-buttons-dropdown.header__menu-buttons-dropdown span {
    padding: 0;
}

#allrecords .btn-common.btn-common.btn-common span,
#allrecords .btn-common.btn-common.btn-common a,
.btn-common.btn-common.btn-common span,
.btn-common.btn-common.btn-common a {
    min-width: fit-content;
}

#allrecords .header__menu-container .btn-common.has-submenu > div,
.header__menu-container .btn-common.has-submenu > div {
    display: flex;
    width: 100%;
    max-height: calc(100vh - 120px);
    max-width: var(--max-header-width);
    position: absolute;
    top: calc(var(--header-menu-height) - 20px);
    overflow-y: auto;
    left: 0;
    z-index: 9997;
    opacity: 0;
    white-space: initial;
    pointer-events: none;
}

#allrecords .header__menu-container > .header__menu-buttons > .has-submenu.has-submenu:hover::before,
.header__menu-container > .header__menu-buttons > .has-submenu.has-submenu:hover::before {
    height: 32px;
    bottom: -28px;
}

#allrecords .header__menu-buttons .btn-common,
.header__menu-buttons .btn-common {
    background: #fff;
    border: 1px solid var(--background-brand);
    border-radius: 12px;
    padding: 10px 34px;
    transition: background 0.3s;
}

#allrecords .header__menu-buttons .btn-common:hover,
.header__menu-buttons .btn-common:hover {
    background: var(--text-accent-links);
}

#allrecords .header__menu-buttons .btn-common > span,
#allrecords .header__menu-buttons .btn-common.btn-common.btn-common.btn-common::after,
.header__menu-buttons .btn-common > span,
.header__menu-buttons .btn-common.btn-common.btn-common.btn-common::after {
    font: normal 700 16px /24px Gilroy;
    color: var(--background-brand);
    border-color: var(--background-brand);
    transition: all 0.3s;
}

#allrecords .header__menu-buttons .btn-common > span,
.header__menu-buttons .btn-common > span {
    padding-right: 8px;
    pointer-events: none;
    user-select: none;
}

#allrecords .header__menu-buttons .btn-common.btn-common.btn-common.btn-common::after,
.header__menu-buttons .btn-common.btn-common.btn-common.btn-common::after {
    border-width: 2px;
    height: 9px;
    width: 9px;
    position: relative;
}

#allrecords .header__menu-buttons .btn-common:hover > span,
#allrecords .header__menu-buttons .btn-common.btn-common.btn-common.btn-common:hover::after,
.header__menu-buttons .btn-common:hover > span,
.header__menu-buttons .btn-common.btn-common.btn-common.btn-common:hover::after  {
    color: #fff;
    border-color: #fff;
}

/* mobile container */

#allrecords .container__mobile-menu .btn-common.btn-common::after,
.container__mobile-menu .btn-common.btn-common::after {
    grid-column: 1 / end;
    grid-row: 1 / 1;
}

#allrecords .container__mobile-menu .btn-common.btn-common::after,
.container__mobile-menu .btn-common.btn-common::after {
    content: '';
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid var(--background-brand);
    padding: 17px;
    order: -2;
    transition: all 0.3s;
}

#allrecords .container__mobile-menu .btn-common.btn-common.submenu-expanded::after,
.container__mobile-menu .btn-common.btn-common.submenu-expanded::after {
    background-color: var(--text-accent-links)
}

#allrecords .container__mobile-menu .btn-common.btn-common > span,
.container__mobile-menu .btn-common.btn-common > span {
    grid-area: title;
    justify-self: center;
    padding-right: 12px;
    pointer-events: none;
    user-select: none;
    color: var(--background-brand);
    font: normal 700 14px /20px Gilroy;
}

#allrecords .container__mobile-menu .btn-common.btn-common.has-submenu.small-submenu,
.container__mobile-menu .btn-common.btn-common.has-submenu.small-submenu {
    position: relative;
    align-items: center;
    padding: 8px 0 24px;
}

#allrecords .container__mobile-menu .btn-common.btn-common.has-submenu,
.container__mobile-menu .btn-common.btn-common.has-submenu {
    grid-template-areas:
        ". title arrow ."
        "content content content content";
    grid-template-columns: 1fr auto auto 1fr;
}

#allrecords .container__mobile-menu .btn-common.has-submenu.submenu-expanded > span,
.container__mobile-menu .btn-common.has-submenu.submenu-expanded > span {
    color: #fff;
}

#allrecords .container__mobile-menu .btn-common.btn-common.has-submenu.submenu-expanded::before,
.container__mobile-menu .btn-common.btn-common.has-submenu.submenu-expanded::before {
    border-color: #fff;
    border-width: 2px;
}

#allrecords .container__mobile-menu .btn-common.btn-common.btn-common::before,
.container__mobile-menu .btn-common.btn-common.btn-common::before {
    height: 9px;
    width: 9px;
    position: relative;
    top: -3px;
    margin: 7px;
    border-color: var(--background-brand);
    border-width: 2px;
}

#allrecords .container__mobile-menu .header__menu-buttons-dropdown,
.container__mobile-menu .header__menu-buttons-dropdown {
    margin-top: 0;
}

#allrecords .container__mobile-menu .btn-common.btn-common .header__menu-buttons-dropdown,
.container__mobile-menu .btn-common.btn-common .header__menu-buttons-dropdown {
    padding: 0;
}

#allrecords .container__mobile-menu .btn-common.btn-common ~ .header__menu-buttons,
.container__mobile-menu .btn-common.btn-common ~ .header__menu-buttons {
    margin: 0;
}

#allrecords .btn-demo-mve:before,
.btn-demo-mve:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' version='1.1' viewBox='0 0 6.35 6.35' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.18 0.6c-0.319 0-0.579 0.26-0.579 0.579v0.405c-1.76e-4 0.00313-5.17e-4 0.00665-5.17e-4 0.00982v2.4a0.993 0.993 0 0 0 0.993 0.993h1.45v0.497h-0.662c-0.0915 0-0.165 0.0741-0.165 0.165a0.166 0.166 0 0 0 0.165 0.165h1.66a0.165 0.165 0 1 0 0-0.331h-0.662v-0.497h1.45a0.993 0.993 0 0 0 0.993-0.993v-1.23a0.165 0.165 0 1 0-0.331 0v1.23a0.662 0.662 0 0 1-0.662 0.662h-1.6c-0.00308-1.73e-4 -0.00617-5.14e-4 -0.0093-5.17e-4 -0.00313 2.4e-6 -0.00622 3.44e-4 -0.0093 5.17e-4h-1.6a0.662 0.662 0 0 1-0.662-0.662v-1.86c0.0613 0.0255 0.13 0.0393 0.207 0.0393 0.162 0 0.309-0.067 0.414-0.175a0.578 0.578 0 0 0 0.828 0 0.578 0.578 0 0 0 0.827 0 0.578 0.578 0 0 0 0.827 0 0.578 0.578 0 0 0 0.827 0c0.105 0.108 0.252 0.175 0.414 0.175 0.341 0 0.538-0.284 0.538-0.579v-0.414c0-0.32-0.259-0.579-0.579-0.579h-4.05zm0 0.331h4.05a0.248 0.248 0 0 1 0.249 0.248v0.413c0 0.16-0.0935 0.249-0.207 0.249-0.136 0-0.249-0.112-0.249-0.249a0.165 0.165 0 0 0-0.331 0 0.25 0.25 0 0 1-0.248 0.249c-0.136 0-0.249-0.112-0.249-0.249a0.165 0.165 0 0 0-0.331 0 0.25 0.25 0 0 1-0.248 0.249c-0.136 0-0.249-0.112-0.249-0.249a0.166 0.166 0 1 0-0.331 0 0.25 0.25 0 0 1-0.248 0.249c-0.136 0-0.248-0.112-0.248-0.249a0.166 0.166 0 0 0-0.331 0 0.25 0.25 0 0 1-0.248 0.249c-0.136 0-0.249-0.112-0.249-0.249a0.165 0.165 0 0 0-0.331 0 0.25 0.25 0 0 1-0.249 0.249c-0.114 0-0.206-0.0881-0.207-0.248 0-3.46e-4 2.11e-6 -6.89e-4 0-0.00103v-0.413a0.25 0.25 0 0 1 0.249-0.248zm0.785 1.74a0.165 0.165 0 0 0-0.117 0.0486l-0.414 0.414a0.166 0.166 0 0 0 0 0.234l0.414 0.414a0.166 0.166 0 0 0 0.234-0.234l-0.297-0.297 0.297-0.297a0.165 0.165 0 0 0 0-0.234 0.165 0.165 0 0 0-0.117-0.0486zm0.828 0c-0.0913 0-0.165 0.0741-0.165 0.165v0.828a0.165 0.165 0 0 0 0.165 0.165h0.827c0.0915 0 0.166-0.0741 0.166-0.165v-0.828c0-0.0913-0.0743-0.165-0.166-0.165h-0.827zm1.65 0a0.165 0.165 0 0 0-0.117 0.0486 0.165 0.165 0 0 0 0 0.234l0.297 0.297-0.297 0.297a0.165 0.165 0 1 0 0.234 0.234l0.414-0.414a0.165 0.165 0 0 0 0-0.234l-0.414-0.414a0.165 0.165 0 0 0-0.117-0.0486zm-1.49 0.331h0.497v0.496h-0.497v-0.496z' fill='%231d9ff8' /%3E%3C/svg%3E");
}

#allrecords .btn-demo-ult:before,
.btn-demo-ult:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' version='1.1' viewBox='0 0 6.35 6.35' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.2 0.6c-0.618 0-1.12 0.501-1.12 1.12v0.76c0 0.0907 0.0736 0.164 0.164 0.164 0.0907 0 0.164-0.0736 0.164-0.164v-0.76c0-0.437 0.354-0.791 0.791-0.791 0.437 0 0.79 0.354 0.79 0.791v0.123h-0.924c-0.0907 0-0.164 0.0736-0.164 0.164 0 0.0907 0.0736 0.164 0.164 0.164h1.09c0.0907 0 0.164-0.0736 0.164-0.164v-0.287c0-0.618-0.501-1.12-1.12-1.12zm-1.76 1.24c-0.503 0-0.893 0.437-0.836 0.937l0.221 1.94c0.0686 0.602 0.578 1.06 1.18 1.06h2.36c0.606 0 1.11-0.455 1.18-1.06l0.221-1.94c0.0569-0.499-0.334-0.937-0.837-0.937-0.0907 0-0.164 0.0731-0.164 0.164 0 0.0907 0.0736 0.164 0.164 0.164 0.307 0 0.545 0.267 0.51 0.572l-0.221 1.94c-0.0496 0.436-0.418 0.765-0.857 0.765h-2.36c-0.438 0-0.807-0.329-0.857-0.765l-0.221-1.94c-0.0347-0.305 0.204-0.572 0.51-0.572 0.0907 0 0.164-0.0736 0.164-0.164 0-0.0907-0.0736-0.164-0.164-0.164zm0.863 1.45c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257zm0.883 0c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257zm0.883 0c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257zm-1.77 0.883c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257zm0.883 0c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257zm0.883 0c-0.142 0-0.257 0.115-0.257 0.257 0 0.142 0.115 0.257 0.257 0.257 0.142 0 0.256-0.115 0.256-0.257 0-0.142-0.115-0.257-0.256-0.257z' fill='%231d9ff8' /%3E%3C/svg%3E");
}

/* ===================== */
/*        BUTTONS        */
/* ===================== */

/* ===================== */
/* LARGE-IMAGE-CONTAINER */
/* ===================== */
.large-image-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 0;
}

#allrecords .large-image-container a,
.large-image-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    width: 304px;
    height: 272px;
    border-radius: 16px;
    text-decoration: none;
    outline: transparent solid 1px;
    font: normal 700 18px /30px 'Gilroy';
    color: var(--text-primary);
    -webkit-transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
    -o-transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
    transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
}

#allrecords .large-image-container a:hover,
.large-image-container a:hover {
    color: var(--background-brand);
    outline: 1px solid var(--border-color);
    -webkit-transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
    -o-transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
    transition: outline 0.3s ease-in-out, color 0.2s ease-in-out;
}

.large-image-container img {
    width: 50%;
    height: auto;
}
/* ===================== */
/* LARGE-IMAGE-CONTAINER */
/* ===================== */

/* ====================== */
/*     NEWS-CONTAINER     */
/* ====================== */
.header__menu-container .submenu-section.news-container > div img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    max-width: none;
    max-height: none;
    grid-area: img;
}

.news-container {
    position: relative;
    max-width: 350px;
}
#allrecords .news-container > div,
.news-container > div {
    height: calc(100% - 20px);
}

#allrecords .news-container .see-all,
.news-container .see-all {
    color: var(--text-primary);
    font: normal 700 14px /20px Gilroy;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    position: absolute;
    top: 24px;
    right: 0;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#allrecords .news-container .see-all:hover,
.news-container .see-all:hover {
    color: var(--background-brand);
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/* ====================== */
/*     NEWS-CONTAINER     */
/* ====================== */

/* ====================== */
/*         FOOTER         */
/* ====================== */
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 60px;
    gap: 20px;
    background: var(--background-footer);
}

.footer > * {
    max-width: var(--max-header-width);
}

.footer__container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    width: 100%;
}

.footer__container > a {
    pointer-events: none;
    text-decoration: none;
    font: normal 700 16px /24px Gilroy;
    color: var(--background-global) !important;
}

.footer__container > a::first-line {
    color: var(--background-global);
}

.footer__container > a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
    gap: 4px;
}

.footer__container > a > div > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    pointer-events: all;
    font: normal 500 14px /20px Gilroy;
    color: var(--background-global) !important;
    text-decoration: none;
}

#allrecords .footer__container > a > div > a:hover,
.footer__container > a > div > a:hover {
    text-decoration: underline;
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid var(--background-global);
    border-bottom: 1px solid var(--background-global);
}

.footer__copyright,
.footer__contacts-phone,
.footer__contacts-email {
    text-decoration: none;
    font: normal 500 14px /20px Gilroy;
    color: var(--background-global);
}

.footer__contacts-phone,
.footer__contacts-email {
    padding-left: 22px;
    position: relative;
    color: var(--background-global) !important;
}

.footer__contacts-phone:hover,
.footer__contacts-email:hover {
    text-decoration: underline;
    font: normal 500 14px /20px Gilroy;
    color: var(--background-global) !important;
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer__contacts-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.footer__contacts-icons .footer__contacts-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer__contacts-email:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    background: url(../svg/icon.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.footer__contacts-phone:before {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    background: url(../svg/phone.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.footer__contacts-icons .menu-icon-facebook {
    background: url('../svg/facebook.svg') no-repeat;
    background-size: 20px;
}

.footer__contacts-icons .menu-icon-twitter {
    background: url('../svg/twitter.svg') no-repeat;
    background-size: 20px;
}

.footer__contacts-icons .menu-icon-youtube {
    background: url('../svg/youtube.svg') no-repeat;
    background-size: 20px;
}

.footer__contacts-icons .menu-icon-linkedin {
    background: url('../svg/linkedin.svg') no-repeat;
    background-size: 20px;
}
/* ====================== */
/*         FOOTER         */
/* ====================== */

/* ====================== */
/*     ADAPTIVE-LAYOUT    */
/* ====================== */
.adaptive-layout .header__menu-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.adaptive-layout .header__menu-container > svg {
    display: block;
    cursor: pointer;
}

.adaptive-layout .header__menu-container > svg {
    .top,
    .middle {
        transition: transform 0.2s ease-in-out, transform-origin 0.2s ease-in-out;
    }

    .bottom {
        transition: opacity 0.2s ease-in-out;
    }
}

.adaptive-layout .header__menu-container > svg.mobile-menu-active {
    .top {
        transform-origin: 3px 5px;
        transform: rotate(45deg);
        transition: transform 0.2s ease-in-out, transform-origin 0.2s ease-in-out;
    }

    .middle {
        transform: rotate(-45deg);
        transform-origin: 12px 17px;
        transition: transform 0.2s ease-in-out, transform-origin 0.2s ease-in-out;
    }

    .bottom {
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
}

.adaptive-layout .header__menu-container > svg > path {
    pointer-events: none;
}

.adaptive-layout .header__menu-container > a:not(.cscart_logo_link) {
    position: absolute;
    top: var(--header-menu-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.adaptive-layout .header__menu-container > .header__menu-buttons {
    display: none;
}

.adaptive-layout .cscart_logo_link {
    margin-right: 0;
}

.adaptive-layout .container__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    width: -webkit-fill-available;
    scrollbar-gutter: stable;
    max-width: var(--max-header-width);
    padding-right: 8px;
    top: var(--header-menu-height);
    left: 0;
    z-index: 9997;
    opacity: 0;
    white-space: initial;
    pointer-events: none;
    scrollbar-width: thin;
    scrollbar-color: #a0aec3 #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-menu__wrapper {
    overflow: auto;
    position: absolute;
    top: var(--header-menu-height);
    opacity: 0;
    pointer-events: none;
    height: 0px;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #ffffff;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-track:hover {
    background-color: #ffffff;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-track:active {
    background-color: #ffffff;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #a0aec3;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-thumb:hover {
    background-color: #6f7c8e;
}

.adaptive-layout .container__mobile-menu::-webkit-scrollbar-thumb:active {
    background-color: #6f7c8e;
}

.adaptive-layout .header__menu-buttons {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
    margin-left: 0;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adaptive-layout .header__menu-buttons > .btn-demo,
.adaptive-layout .header__menu-buttons > .btn-contact {
    flex: 1 0 25%;
    padding: 8px 16px;
}

#allrecords .adaptive-layout .container__mobile-menu > a,
.adaptive-layout .container__mobile-menu > a {
    position: relative;
    font: normal 700 16px /20px Gilroy;
    padding: 20px 0;
    text-decoration: none;
    will-change: color;
    color: var(--text-primary);
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#allrecords .adaptive-layout .container__mobile-menu > a,
#allrecords .adaptive-layout .container__mobile-menu > span,
.adaptive-layout .container__mobile-menu > a,
.adaptive-layout .container__mobile-menu > span {
    border-bottom: 1px solid var(--border-color);
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu,
.adaptive-layout .container__mobile-menu > .has-submenu {
    display: grid;
    grid-template-areas:
    "title arrow"
    "content content";
    grid-template-columns: 1fr 20px;
    grid-template-rows: 20px 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s;
    min-height: fit-content;
    height: fit-content;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu > div,
.adaptive-layout .container__mobile-menu > .has-submenu > div {
    grid-area: content;
    transition: visibility .3s;
    visibility: hidden;
    min-height: 0;
    height: auto;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu.submenu-expanded,
.adaptive-layout .container__mobile-menu > .has-submenu.submenu-expanded {
    grid-template-rows: 20px 1fr;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu.has-submenu.submenu-expanded > div,
.adaptive-layout .container__mobile-menu > .has-submenu.has-submenu.submenu-expanded > div  {
    visibility: visible;
}

#allrecords .adaptive-layout .container__mobile-menu > .submenu-expanded,
.adaptive-layout .container__mobile-menu > .submenu-expanded {
    color: var(--background-brand);

    btn {
        pointer-events: all;
    }
}

#allrecords .submenu-expanded > div::after,
.submenu-expanded > div::after {
    content: '';
    height: 20px;
    display: block;
    position: relative;
    background-color: transparent;
    flex-basis: 100%;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu,
.adaptive-layout .container__mobile-menu > .has-submenu {
    cursor: pointer;
    user-select: none;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu::before,
.adaptive-layout .container__mobile-menu > .has-submenu::before {
    content: '';
    grid-area: arrow;
    display: inline-block;
    width: 7px;
    height: 7px;
    float: right;
    border-right: 1px solid var(--text-primary);
    border-bottom: 1px solid var(--text-primary);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px 10px 0 0;
    will-change: transform, margin, border-right, border-bottom;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#allrecords .adaptive-layout .container__mobile-menu > .has-submenu.submenu-expanded::before,
.adaptive-layout .container__mobile-menu > .has-submenu.submenu-expanded::before {
    border-right: 1px solid var(--background-brand);
    border-bottom: 1px solid var(--background-brand);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 0;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#allrecords .adaptive-layout .container__mobile-menu > .small-submenu > div,
#allrecords .adaptive-layout .container__mobile-menu > .has-submenu > div,
.adaptive-layout .container__mobile-menu > .small-submenu > div,
.adaptive-layout .container__mobile-menu > .has-submenu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 20px;
    padding: 0;
    padding-right: 20px;
    white-space: initial;
    pointer-events: none;
    position: relative;
}

#allrecords .adaptive-layout .container__mobile-menu > .small-submenu > div,
.adaptive-layout .container__mobile-menu > .small-submenu > div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(300px, 40%), 1fr));
}

#allrecords .adaptive-layout.container-fluid,
.adaptive-layout.container-fluid {
    padding-left: 20px;
}

.adaptive-layout .large-image-container > div {
    padding: 0 0 20px 0;
}

.adaptive-layout .submenu-section {
    border-left: unset;
    padding-left: 0;
    padding-top: 0;
}

.adaptive-layout .large-image-container a {
    margin-top: 20px;
}

.adaptive-layout .submenu-section:not(:first-child) {
    border: unset;
    padding-left: unset;
    padding-bottom: unset;
}

#allrecords .adaptive-layout .news-container .see-all,
.adaptive-layout .news-container .see-all {
    top: 3px;
}

#allrecords .adaptive-layout,
.adaptive-layout {
    .news-container {
        max-width: unset;
    }

    .more-top-margin {
        margin-top: 8px;
        grid-column: 1/2;
    }

    .mobile-menu-button {
        grid-column: 1/-1;
    }
}

#allrecords .submenu-section.submenu-section .mobile-menu-button.mobile-menu-button,
.submenu-section.submenu-section .mobile-menu-button.mobile-menu-button {
    display: none;
}

#allrecords .adaptive-layout .container__mobile-menu .submenu-section,
.adaptive-layout .container__mobile-menu .submenu-section {
    width: 100%;

    .mobile-menu-button {
        display: flex;
        justify-content: center;
        position: relative;
        text-align: center;
        margin-top: 24px;
        padding: 12px 24px;
        border-radius: 12px;
        text-decoration: none;
        background: #fff;
        border: 1px solid var(--background-brand);
        font: normal 700 16px /24px Gilroy;
        letter-spacing: 0.16px;
        color: var(--background-brand);
        will-change: color;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }
    .mobile-menu-button:hover {
        background: var(--text-accent-links);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }
}

.mobile-footer-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
}

.mobile-footer-active * {
    box-sizing: content-box;
}

.mobile-footer-active > a {
    pointer-events: all;
    cursor: pointer;
    padding: 10px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-footer-active > a:not(:first-child) {
    border-top: 1px solid var(--background-global);
}

.mobile-footer-active > a > div {
    position: relative;
    top: 10px;
    height: 0;
    opacity: 0;
    overflow: visible;
    padding-top: 0;
}

.mobile-footer-active > .has-submenu::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    float: right;
    border-right: 2px solid var(--background-global);
    border-bottom: 2px solid var(--background-global);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px 10px 0 0;
    will-change: transform, margin, border-right, border-bottom;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out, border-right 0.3s ease-in-out, border-bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, border-right 0.3s ease-in-out,
        border-bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-footer-active + .footer__contacts {
    justify-content: center;
    column-gap: 24px;
}
/* ====================== */
/*     ADAPTIVE-LAYOUT    */
/* ====================== */

/* ====================== */
/*       ANIMATIONS       */
/* ====================== */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes hoverPrimaryBtn {
    0% {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--background-global)),
            to(var(--background-global))
        );
        background: linear-gradient(var(--background-global), var(--background-global));
    }
    100% {
        background: var(--background-accent-gradient);
    }
}

@keyframes hoverPrimaryBtn {
    0% {
        background: -o-linear-gradient(var(--background-global), var(--background-global));
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--background-global)),
            to(var(--background-global))
        );
        background: linear-gradient(var(--background-global), var(--background-global));
    }
    100% {
        background: var(--background-accent-gradient);
    }
}
/* ====================== */
/*       ANIMATIONS       */
/* ====================== */

/* ====================== */
/*      MEDIA QUERIES     */
/* ====================== */
@media (max-width: 600px) {
    .adaptive-layout {
        padding: 0 16px;
    }

    .footer {
        padding: 40px 20px;
    }
}

@media (max-width: 350px) {
    #allrecords .adaptive-layout .header__menu-container .submenu-section > div,
    .adaptive-layout .header__menu-container .submenu-section > div,
    #allrecords .adaptive-layout .container__mobile-menu > .small-submenu > div,
    .adaptive-layout .container__mobile-menu > .small-submenu > div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(max(200px, 40%), 1fr));
    }
}

/* ====================== */
/*      MEDIA QUERIES     */
/* ====================== */

/* ====================== */
/*          BLOG          */
/* ====================== */
.cm-main-header .cm-header-1 .header__container {
    position: relative;
}

.cm-main-header .cm-header-1 .cm-container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.cm-main-header .cm-header-1 .cm-header-col-1 {
    display: none;
}

.cm-main-header .cm-header-1 .cm-header-col-2 {
    width: 100%;
}

.cm-main-header .cm-header-1 .cm-row {
    padding: 0;
}

.cm-main-header .cm-header-1 .header {
    position: fixed;
}

.cm-main-header .cm-header-1 .cm-header-col-2 .widget,
.cm-main-header .cm-header-1 .cm-row {
    text-align: left;
}

html:has(.cm-main-header .mobile-menu-active) {
    overflow: hidden;
}
/* ====================== */
/*          BLOG          */
/* ====================== */