@font-face {
    font-family: NunitoSans;
    src: url(../fonts/NunitoSans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf);
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

:root {
    --primary: #0172e4;
    --green: #5DCF7D;
    --red: #E75267;
    --yellow: #E4C35C;
    --orange: #E17258;
    --blue: #54BDDD;
    --gray: #9198A9;
    --gray2: #86909D;
    --black: #1A1A1A;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 0.1rem dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -0.2rem;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    [type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        cursor: pointer;
        height: 1.2rem;
        width: 1.2rem;
        background: url(/icons/cancel.png) no-repeat 50% 50%;
        background-size: contain;
        margin-right: 1rem;
    }

[draggable=true] {
    cursor: move;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input {
    /*-webkit-border-radius: 0.5rem !important;*/
    -webkit-appearance: none;
}

    input[disabled] {
        opacity: 0.5;
        pointer-events: none;
    }

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 1485px) {
    html {
        font-size: 0.6734vw;
    }
}

@media screen and (max-width: 1024px) {
    html.adaptive {
        font-size: 2.63158vw;
    }
}

body {
    font-family: NunitoSans;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    color: #1A1A1A;
    font-size: 62.5%;
    background: #F9F9F9;
    height: 100vh;
    overflow: hidden;
    font-size: 1.6rem;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

h1, h2, h3, h4 {
    margin: 0;
}

.nice-scrollbar::-webkit-scrollbar {
    width: 0.4rem;
}

.nice-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.nice-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(145, 152, 169, 0.5);
}

    .nice-scrollbar::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

.simple-title {
    font-weight: 500;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 1200px) {
    .desktop--hide {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .mobile--hide {
        display: none !important;
    }
}

h1 {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.header {
    background: #fff;
    border-bottom: 0.1rem solid #EFEFEF;
    height: 10rem;
}

.header__wrap {
    padding: 2rem 1.5rem 2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc( ( ( 100% - 24rem - ( 1.5rem * 2 ) - 1200px ) / 2 ) + 1.5rem);
}

@media screen and (max-width: 1555px) {
    .header__wrap {
        padding-right: calc( ( ( 100% - 24rem - 1200px ) / 2 ) + 1.5rem);
    }
}

@media screen and (max-width: 1480px) {
    .header__wrap {
        padding-right: 1.5rem;
    }
}

.header__logo {
    width: 24rem;
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .header__logo img {
        max-width: 22rem;
        width: 100%;
    }

.header__nav {
    margin-left: 15rem;
}

    .header__nav .header__nav-list {
        display: flex;
    }

        .header__nav .header__nav-list .header__nav-item {
            margin-left: 5rem;
        }

            .header__nav .header__nav-list .header__nav-item.nav__item--active > .header__nav-link {
                color: var(--primary);
            }

            .header__nav .header__nav-list .header__nav-item .header__nav-link {
                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;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                font-weight: 500;
                font-size: 1.8rem;
                color: #9198A9;
                line-height: 5.6rem;
                cursor: pointer;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                position: relative;
                white-space: nowrap;
            }

                .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
                    color: var(--primary);
                }


.header__message {
    position: relative;
    margin-right: 4rem;
}

    .header__message:hover svg * {
        fill: var(--primary);
    }

    .header__message span {
        position: absolute;
        top: 0;
        right: -0.3rem;
        font-size: 1.2rem;
        font-weight: 500;
        background: var(--primary);
        border-radius: 50%;
        color: #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__message svg {
        width: 2.5rem;
        height: 2.5rem;
    }

        .header__message svg * {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

.header__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__profile-name {
    font-size: 1.6rem;
    font-weight: 500;
    /*margin-right: 1.5rem;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .header__profile-name::after {
        content: '';
        border: 0.4rem solid transparent;
        border-top: 0.6rem solid #1A1A1A;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        margin-left: 1rem;
        margin-top: 0.2rem;
    }

    .header__profile-name:hover .header__menu {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }

.header__profile-photo {
    width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.header__profile-photo-ratio {
    position: relative;
    padding-bottom: 100%;
}

.header__profile-photo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

    .header__profile-photo-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .header__profile-photo-img svg {
        max-width: 50%;
        opacity: 0.7;
    }

.header .search {
    margin-left: auto;
}

.header__menu {
    position: absolute;
    cursor: inherit;
    -webkit-box-shadow: 0 0 1rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 0 1rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    border-radius: 0.6rem;
    background: #fff;
    white-space: nowrap;
    top: calc(100% + 2.5rem);
    left: calc(50%);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999;
    padding: 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .header__menu::before {
        content: '';
        position: absolute;
        border: 0.8rem solid transparent;
        border-bottom: 1.2rem solid #fff;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        bottom: 100%;
        left: calc(50% - 0.8rem);
    }

    .header__menu::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 3rem;
    }

.header__menu-link {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .header__menu-link svg {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 1rem;
    }

        .header__menu-link svg * {
            fill: #1A1A1A;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .header__menu-link:last-child {
        margin-bottom: 0;
    }

    .header__menu-link:hover, .header__menu-link.header__menu-link--active {
        color: var(--primary);
    }

        .header__menu-link:hover svg *, .header__menu-link.header__menu-link--active svg * {
            fill: var(--primary);
        }

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page__content {
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
    transition: max-width 0.5s;
    height: calc(100vh - 10rem);
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.page__content--open {
    max-width: calc(100% - (3.5rem * 2 + 2.6rem));
}

.page--loginlayout .page__content {
    height: 100vh;
    max-width: 100%;
}

.page__content::-webkit-scrollbar {
    width: 0.4rem;
}

.page__content::-webkit-scrollbar-track {
    background: transparent;
}

.page__content::-webkit-scrollbar-thumb {
    background: rgba(145, 152, 169, 0.5);
}

    .page__content::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

.page__wrap {
    width: 100%;
    position: relative;
    flex-grow: 1;
}

.page--loginlayout .page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page__wrap > section:nth-child(1) {
    /*margin-top: 10rem;*/
}

.page--loginlayout .page__wrap > section:nth-child(1) {
    margin-top: 0;
}

.page__wrap > section:nth-child(1).cats {
    margin-top: 5rem;
}

.page > .nav {
    width: calc( 24rem + 3rem);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page__copyright {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    min-height: 3.5rem;
    color: #9198A9;
    font-weight: 300;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.08);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

    .page__copyright a:hover {
        color: var(--primary);
    }

.page__footer {
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.content {
    margin: 10rem 0 20rem 0;
}

    .content.content--w100 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .content.content--w100 .center-wrap {
            max-width: 100%;
            min-width: 120rem;
            width: auto;
        }

.center-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

.center-wrap--w100 {
    max-width: 100%;
}

.section--w100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .section--w100 .center-wrap {
        max-width: 100%;
        min-width: 1200px;
        width: auto;
    }

@media screen and (max-width: 1555px) {
    .section--w100 .center-wrap {
        min-width: 100%;
    }
}

.nav {
    background: #fff;
    padding-top: 2.4rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.nav--close {
    width: calc(3.5rem * 2 + 2.6rem) !important;
}

.nav__item {
    /*    margin-bottom: 1rem;*/
}

    .nav__item.nav__item--active {
        position: relative;
    }

        .nav__item.nav__item--active .nav__link {
            color: var(--primary);
            pointer-events: none;
            position: relative;
            border-radius: 1.2rem;
            padding: 1.2rem 1.6rem;
            height: 5.6rem;
            background: rgba(1, 114, 228, 0.05);
        }

            .nav__item.nav__item--active .nav__link svg:not(.nav__error-icon) * {
                fill: #fff;
            }

            .nav__item.nav__item--active .nav__link span::after {
                border-top-color: var(--primary) !important;
            }

        .nav__item.nav__item--active .nav__item-list {
            display: block;
        }

.nav__icon-box {
    display: flex;
    border: 0.1rem solid #f5f5f7;
    border-radius: 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
    background: #fcfcfd;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
}

.nav__item.nav__item--active .nav__icon-box {
    border: unset;
    background: var(--primary);
}

.nav__item-list {
    display: none;
    padding-left: calc(2.6rem + 2.7rem);
}

.nav__item--dropdown .nav__link {
    pointer-events: auto;
}

.nav__item--dropdown > .nav__link span {
    position: relative;
}

    .nav__item--dropdown > .nav__link span::after {
        content: "";
        position: absolute;
        left: calc( 100% + 1rem);
        border: 0.4rem solid transparent;
        border-top: 0.6rem solid #DADEE2;
        top: calc(50% - 0.3rem);
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

.nav__link {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 1.8rem;
    color: #9198A9;
    padding: 1.2rem 1.6rem;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
}

.nav--close .nav__link {
    color: transparent !important;
}

    .nav--close .nav__link span::after {
        opacity: 0;
    }

.nav__item-list .nav__link {
    line-height: 4rem;
    font-size: 1.6rem;
    color: #9198A9;
    font-weight: 400;
    background: transparent;
}

    .nav__item-list .nav__link--active, .nav__item-list .nav__link:hover {
        color: var(--primary);
    }

    .nav__item-list .nav__link::before {
        display: none;
    }

.nav__item:not(.nav__item--active) .nav__link:hover {
    color: var(--primary);
}

    .nav__item:not(.nav__item--active) .nav__link:hover svg:not(.nav__error-icon) * {
        fill: var(--primary);
    }

    .nav__item:not(.nav__item--active) .nav__link:hover span::after {
        border-top-color: var(--primary) !important;
    }

.nav__link svg:not(.nav__error-icon) {
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .nav__link svg:not(.nav__error-icon) * {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        fill: #9198A9;
    }

.nav__link--error {
    color: var(--red) !important;
}

    .nav__link--error svg:not(.nav__error-icon) * {
        fill: var(--red);
    }

.nav__error {
    display: none;
    margin-left: 2rem;
}

.nav--close .nav__error {
    position: absolute;
    top: 0;
    right: 1rem;
}

.nav__item--error .nav__error,
.nav__link--error .nav__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav__error-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.nav--close .nav__error-icon {
    width: 2.2rem;
    height: 2.2rem;
}

.nav__error-icon * {
    fill: var(--red);
}

.nav__error .tooltip__content {
    width: 17rem;
    white-space: normal;
    color: var(--red);
}

.nav__toogle {
    padding-left: 3.5rem;
    font-size: 3rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

    .nav__toogle:hover .nav__toogle-arrow::before {
        background: var(--primary);
    }

.nav__toogle-arrow {
    margin-left: auto;
    background: #9198A9;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(50%, 0) rotate(180deg);
    -ms-transform: translate(50%, 0) rotate(180deg);
    transform: translate(50%, 0) rotate(180deg);
    border: 1.4rem solid #F9F9F9;
    -webkit-transition: all 0.3s 0.5s;
    -o-transition: all 0.3s 0.5s;
    transition: all 0.3s 0.5s;
}

.nav--close .nav__toogle-arrow {
    -webkit-transform: translate(50%, 0) rotate(0deg);
    -ms-transform: translate(50%, 0) rotate(0deg);
    transform: translate(50%, 0) rotate(0deg);
}

.nav__toogle-arrow svg {
    fill: #fff;
    max-width: 60%;
    max-height: 60%;
    margin-left: 5%;
}

.nav__toogle-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #9198A9;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 20.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    gap: 1.2rem;
}

    .nav__list::-webkit-scrollbar {
        width: 0;
    }

.nav__list--oi {
    overflow: initial;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231, 82, 103, 0.7);
    z-index: 999;
    color: #fff;
    font-size: 5rem;
    display: none;
}

.overlay--green {
    background: rgba(93, 207, 125, 0.7);
}

.overlay--white {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.overlay--active {
    display: block;
}

.overlay__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 30;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.popup-wrap--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-wrap--menu {
    -ms-touch-action: none;
    touch-action: none;
}

.popup-wrap--opacity1 {
    opacity: 1;
}

.popup-wrap .popup {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 3rem);
    width: 36rem;
    /*min-width: 66rem;*/
    max-height: max-content;
    border-radius: 1.2rem;
    position: relative;
    padding: 3.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 95%;
    overflow: auto;
    opacity: 0;
    top: -15%;
    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;
    -webkit-transition: opacity 0.6s, top 0.6s;
    -o-transition: opacity 0.6s, top 0.6s;
    transition: opacity 0.6s, top 0.6s;
}



@media screen and (max-width: 1200px) {
    .popup-wrap .popup {
        padding: 2rem;
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.popup-wrap .popup--opacity1 {
    opacity: 1;
    top: 0;
}

.popup-wrap .popup--no-scroll {
    overflow: initial;
}

.popup-wrap .popup::-webkit-scrollbar {
    width: 0.5rem;
}

.popup-wrap .popup::-webkit-scrollbar-track {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
}

.popup-wrap .popup::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #9198A9;
    cursor: -webkit-grab;
    cursor: grab;
}

    .popup-wrap .popup::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

.popup-wrap .popup__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

    .popup-wrap .popup__close:hover {
        opacity: 0.3;
    }

    .popup-wrap .popup__close div {
        -webkit-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        width: 100%;
        height: 0.1rem;
        border-radius: 25%;
        position: absolute;
        background: #000;
    }

        .popup-wrap .popup__close div:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .popup-wrap .popup__close div:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.daterangepicker .drp-buttons {
    justify-content: flex-end;
    align-items: center;
}

    .daterangepicker .drp-buttons .btn {
        padding: 0 3rem !important;
        line-height: 4.2rem;
    }

    .daterangepicker .drp-buttons .btn-primary {
        background: var(--primary);
        color: #fff;
        border-color: var(--primary);
    }

        .daterangepicker .drp-buttons .btn-primary:hover {
            background: transparent;
            color: var(--primary);
        }

    .daterangepicker .drp-buttons .btn-default {
        background: var(--primary);
        color: #fff;
        border-color: var(--primary);
    }

        .daterangepicker .drp-buttons .btn-default:hover {
            background: transparent;
            color: var(--primary);
        }

.daterangepicker td.active, .daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: #54BDDD !important;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: #86909D;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    border: 0.1rem solid #86909D;
    border-radius: 1.2rem;
    background: #fff;
    padding: 1.52rem 2rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:hover {
        background: #86909D;
        color: #fff;
    }

    .btn:disabled, .btn[disabled] {
        opacity: 0.5;
        pointer-events: none;
    }

.btn--primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

    .btn--primary:hover {
        background: transparent;
        color: var(--primary);
    }

    .btn--primary.btn--empty {
        color: var(--primary);
    }

        .btn--primary.btn--empty:hover {
            background: var(--primary);
            color: #fff;
        }

.btn--red {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

    .btn--red:hover {
        background: transparent;
        color: var(--red);
    }

    .btn--red.btn--empty {
        color: var(--red);
    }

        .btn--red.btn--empty:hover {
            background: var(--red);
            color: #fff;
        }

.btn--green {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

    .btn--green:hover {
        background: transparent;
        color: var(--green);
    }

    .btn--green.btn--empty {
        border-color: var(--green);
        color: var(--green);
    }

        .btn--green.btn--empty:hover {
            background: var(--green);
            color: #fff;
        }

.btn--blue {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

    .btn--blue:hover {
        background: transparent;
        color: var(--blue);
    }

    .btn--blue.btn--empty {
        border-color: var(--blue);
        color: var(--blue);
    }

        .btn--blue.btn--empty:hover {
            background: var(--blue);
            color: #fff;
        }

.btn--yellow {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #fff;
}

    .btn--yellow:hover {
        background: transparent;
        color: var(--yellow);
    }

    .btn--yellow.btn--empty {
        border-color: var(--yellow);
        color: var(--yellow);
    }

        .btn--yellow.btn--empty:hover {
            background: var(--yellow);
            color: #fff;
        }

.btn--orange {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

    .btn--orange:hover {
        background: transparent;
        color: var(--orange);
    }

    .btn--orange.btn--empty {
        border-color: var(--orange);
        color: var(--orange);
    }

        .btn--orange.btn--empty:hover {
            background: var(--orange);
            color: #fff;
        }

.btn.btn--empty {
    background: transparent;
}

.btn.btn--image {
    gap: 1rem;
    padding: 0 2rem;
}

    .btn.btn--image path {
        fill: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn.btn--image.btn--green:hover path {
        fill: var(--green);
    }

    .btn.btn--image.btn--blue:hover path {
        fill: var(--blue);
    }

.btn.btn--medium {
    min-width: 15rem;
}

.btn.btn--small {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
}

.btn.btn--lower {
    line-height: 120%;
}

.search {
    background-position: left center;
    background-size: contain;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .search:hover svg * {
        stroke: var(--primary);
    }

    .search svg {
        margin-right: 1rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

        .search svg * {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .search input {
        border: none;
        font-size: 1.7rem;
        width: 10rem;
        margin-right: 2.5rem;
        /* Firefox 19+ */
        /* Firefox 18- */
    }

        .search input::-webkit-input-placeholder {
            color: #CBCBCB;
        }

        .search input::-moz-placeholder {
            color: #CBCBCB;
        }

        .search input:-moz-placeholder {
            color: #CBCBCB;
        }

        .search input:-ms-input-placeholder {
            color: #CBCBCB;
        }

        .search input:focus + svg * {
            stroke: var(--primary);
        }

.dropdown {
    background: #fff;
    -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    display: inline-block;
    line-height: 4.5rem;
    position: relative;
}

    .dropdown:hover .dropdown__content {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }

.dropdown__header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.7rem;
    background-position: right center;
    border-radius: 0.4rem;
    background-size: 1.8rem;
    padding-right: calc( 1.6rem + 1.6rem);
    padding: 0 2.2rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dropdown__header svg {
        margin-left: 1rem;
        margin-bottom: 0.3rem;
    }

        .dropdown__header svg * {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            fill: var(--primary);
        }

.dropdown__content {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc( 100% + 0.1rem);
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 1.6rem;
    text-align: center;
}

.select {
    font-weight: 300;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 5.4rem;
}

    .select.select--non-blank .select__value p {
        color: var(--black);
    }

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #DADEE2;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 3rem;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .select__value::before {
        content: "";
        position: absolute;
        left: calc( 100% - 2rem);
        border: 0.4rem solid transparent;
        border-top: 0.6rem solid #DADEE2;
        top: calc( 50% - 0.3rem);
    }

    .select__value p {
        color: #9198A9;
    }

.select__variants {
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.72rem 0.08rem rgba(0, 4, 7, 0.15);
    box-shadow: 0 0 0.72rem 0.08rem rgba(0, 4, 7, 0.15);
    padding: 0.6rem;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 18.5rem;
    overflow: auto;
}

    .select__variants::-webkit-scrollbar {
        width: 0.4rem;
    }

    .select__variants::-webkit-scrollbar-track {
        background: transparent;
    }

    .select__variants::-webkit-scrollbar-thumb {
        background: #e9e9e9;
    }

        .select__variants::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

.select__variant {
    padding: 1rem;
    display: block;
    border: 0.1rem solid transparent;
    text-align: left;
    cursor: pointer;
    margin-bottom: -0.1rem;
}

.select__variant--active {
    border-color: #e8e8e8;
}

.select__variant:hover {
    border-color: #e8e8e8;
}

.select__variant input {
    display: none;
}

.select--active .select__variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-top: 0.2rem;
    padding-left: 3.4rem;
    /*margin-bottom: 1.2rem;*/
    font-size: 1.6rem;
    font-weight: 300;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

    /*.checkbox-container:hover {
        color: #9198A9;
    }*/

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.2rem;
    width: 2.2rem;
    background-color: #fff;
    border: 0.2rem solid #9198A9;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
    border: 0.2rem solid var(--primary);
    background-color: var(--primary);
}

.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

.checkbox-container .checkbox-checkmark:after {
    left: 0.6rem;
    top: 0.15rem;
    width: 0.5rem;
    height: 1rem;
    border: solid white;
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container.checkbox-container--label {
    padding-right: 3.4rem;
    padding-left: 0;
}
    .checkbox-container.checkbox-container--label .checkbox-checkmark {
        right: 0;
        left: auto;
        height: 2rem;
        width: 2rem;
    }

        .checkbox-container.checkbox-container--label .checkbox-checkmark:after {
            width: 0.4rem;
            height: 0.9rem;
        }
.radio-container {
    display: block;
    position: relative;
    padding-left: 3.4rem;
    margin-bottom: 1.2rem;
    font-size: 1.65rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.2rem;
    width: 2.2rem;
    background-color: #fff;
    border-radius: 50%;
    border: 0.2rem solid var(--primary)
}

    .radio-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-container .radio-checkmark:after {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background: var(--primary);
}

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl ~ .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl ~ .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl ~ .tgl-btn::selection {
            background: none;
        }

        .tgl ~ .tgl-btn {
            outline: 0;
            display: block;
            width: 5.2rem;
            height: 2.7rem;
            position: relative;
            cursor: pointer;
            margin-bottom: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl ~ .tgl-btn:after, .tgl ~ .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl ~ .tgl-btn:after {
                left: 0;
            }

            .tgl ~ .tgl-btn:before {
                display: none;
            }

        .tgl:checked ~ .tgl-btn:after {
            left: 50%;
        }

.tgl-btn.tgl-btn--small {
    width: 3.6rem;
    height: 2rem;
}

.tgl-light ~ .tgl-btn {
    background: #dfdfdf;
    border-radius: 2em;
    padding: 0.3rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .tgl-light ~ .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.tgl-light:checked ~ .tgl-btn {
    background: #58d17a;
}

    .tgl-light:checked ~ .tgl-btn.tgl-btn--blue {
        background: var(--blue) !important;
    }

    .tgl-light:checked ~ .tgl-btn.tgl-btn--primary {
        background: var(--primary) !important;
    }

.tgl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

    .tgl-container > div {
        margin-left: 1.5rem
    }

.block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    /*margin-bottom: 3rem;*/
}

    .block-top .simple-title {
        margin-bottom: 0;
    }

    .block-top .btn {
        line-height: 4.5rem;
        font-size: 1.5rem;
        padding: 0 2rem;
    }

.block-top--bb {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
    padding-bottom: 1rem;
}

.block-top--buttons {
    display: flex;
    gap: 2rem;
}

.cats {
    margin: 2.4rem 0;
}

.cats__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
}

.cat {
    display: flex;
    width: calc( ( 100% - 3rem * 2  ) / 3);
    border-radius: 1.2rem;
    background: #fff;
    padding: 2.4rem;
    gap: 1.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
}

    .cat.clickable:hover {
        -webkit-box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
        box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
    }

.cat__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.cat__link {
    display: flex;
    flex-shrink: 0;
    align-self: flex-start;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 150%;
    color: var(--primary);
}

    .cat__link:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 1300px) {
    .cats__list {
        gap: 2rem;
    }

    .cat {
        padding: 2.5rem;
        width: calc( ( 100% - 2rem * 2  ) / 3);
    }
}

.cat__img svg {
    width: 6.4rem;
    height: 6.4rem;
}

@media screen and (max-width: 1300px) {
    .cat__img svg {
        width: 4rem;
        height: 4rem;
    }
}

.cat__title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 150%;
    color: #86909d;
    text-transform: capitalize;
}

@media screen and (max-width: 1300px) {
    .cat__title {
        margin-bottom: 1.5rem;
    }
}

.cat__count {
    font-weight: 700;
    line-height: 150%;
    color: #393939;
    font-size: 2.4rem;
}

@media screen and (max-width: 1300px) {
    .cat__count {
        margin-bottom: -0.5rem;
    }
}

.toogles__item-content {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    display: none;
}

    .toogles__item-content[style*="display: block"] {
        display: inherit !important;
    }

    .toogles__item-content > div {
        display: inherit;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        width: 100%;
    }

        .toogles__item-content > div > p,
        .toogles__item-content > div > form > p {
            margin-bottom: 2rem;
        }

.toogles__item-title:not([data-toogles]):not(.checkout__step-header) {
    pointer-events: none;
}

.settings {
    margin: 10rem 0;
}

    .settings .progress__item {
        cursor: initial;
    }

    .settings .toogles__item-content {
        min-height: 34rem;
    }

    .settings .fixed-table-body {
        margin-bottom: 3rem;
    }

.settings__tab {
    width: 100%;
}

    .settings__tab:first-child.toogles__item--active ~ .settings__btns .btn--prev {
        display: none !important;
    }

    .settings__tab:nth-last-child(2).toogles__item--active ~ .settings__btns .btn--next {
        display: none !important;
    }

    .settings__tab ~ .settings__btns .btn--green {
        display: none !important;
    }

    .settings__tab:nth-last-child(2).toogles__item--active ~ .settings__btns .btn--green {
        display: block !important;
    }

.settings__tab--big-label .inputs__field-label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 22rem;
}

.settings__tabs .inputs__field-container {
    max-width: 97rem;
}

.settings__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*margin-top: 3rem;*/
}

    .settings__btns .btn + .btn {
        margin-left: 1rem;
    }

.settings .select-image-btn {
    margin-top: 2rem;
}

.settings__logo {
    position: relative;
    width: 100%;
    max-width: 50rem;
    margin-bottom: 2rem;
    border: 0.1rem solid #9198A9;
    border-radius: 0.6rem;
}

.settings__logo-ration {
    padding-bottom: 23%;
}

.settings__logo-container {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .settings__logo-container img {
        max-width: 100%;
        max-height: 100%;
    }

.logreg {
    padding: 6rem 5rem !important;
    margin: 10rem 0 !important;
    width: 1300px !important;
    max-width: 48rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
    box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
}

@media screen and (max-width: 1024px) {
    .logreg {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        margin: 0 !important;
        padding: 6rem 1.5rem !important;
    }
}

.logreg--reg {
    max-width: 80rem !important;
}

    .logreg--reg .btn[type='submit'] {
        width: 51%;
    }

@media screen and (max-width: 1024px) {
    .logreg--reg .btn[type='submit'] {
        width: 100%;
    }
}

.logreg--reg .logreg__links {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .logreg--reg .logreg__links {
        width: 100%;
    }
}

.logreg__title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .logreg__title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

.logreg__sub-title {
    color: #9198A9;
    font-weight: 300;
    font-size: 1.7rem;
    margin-bottom: 4rem;
}

.logreg__form {
    width: 100%;
}

    .logreg__form .btn {
        width: 100%;
        margin: 0 auto;
    }

@media screen and (max-width: 1024px) {
    .logreg__form .inputs__field-wrap--mobile-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .logreg__form .inputs__field-wrap--mobile-col .inputs__field__wrap {
            width: 100%;
        }

        .logreg__form .inputs__field-wrap--mobile-col .inputs__field--50 {
            width: 100%;
        }
}

.logreg__form .inputs__field-wrap--mobile-100 {
    width: 100%;
}

.logreg__form .inputs__field-wrap--mobile-mb {
    margin-bottom: 1.5rem !important;
}

.logreg__form .check__parent {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .logreg__form .check__parent .check__top {
        font-size: 1.4rem;
    }
}

.logreg__form .select__value {
    color: #9198A9;
}

.logreg__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
}

.logreg__link {
    font-weight: 500;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logreg__link--discover {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
}

    .logreg__link--discover svg {
        margin-left: 1rem;
        margin-right: 0;
    }

.logreg__link:hover {
    color: #9198A9;
}

    .logreg__link:hover svg {
        fill: #9198A9;
    }

.logreg__link svg {
    width: 1.6rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.logreg__link:nth-child(1) svg {
    margin-right: 1rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.logreg__link:nth-child(2) svg {
    margin-left: 1rem;
}

.logreg__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .logreg__btns .btn {
        width: calc( 50% - 0.75rem);
    }

@-webkit-keyframes changeColor {
    80% {
        background: var(--primary);
    }

    80.01% {
        background-color: #FFFFFF;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@keyframes changeColor {
    80% {
        background: var(--primary);
    }

    80.01% {
        background-color: #FFFFFF;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text-page {
    margin: 10rem 0;
}

    .text-page h2 {
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
        padding-bottom: 1.5rem;
    }

    .text-page h1 {
        margin-bottom: 0;
    }

.text-page__sub-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 6rem;
    margin-top: 2rem;
}

.numbers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40rem;
    margin: 3rem 0;
}

    .numbers-container .check {
        margin-bottom: 1.5rem;
        margin-right: 0;
        width: calc( 50% - 2rem);
    }

.alert {
    width: 100%;
    max-width: 1200px;
    margin: 3rem auto;
    font-weight: 400;
    font-size: 1.8rem;
}

    .alert > ul {
        list-style: initial;
    }

.page--loginlayout .page__content > .alert {
    max-width: 48rem !important;
    padding: 0;
}

.logreg__form .alert {
    margin: 2rem auto;
    font-size: 1.5rem;
    padding: 0;
}

.alert-success {
    color: var(--green);
}

    .alert-success button {
        background: var(--green);
    }

.alert-danger {
    color: var(--red);
}

    .alert-danger button {
        background: var(--red);
    }

.alert button {
    color: #fff;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.progress__item {
    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;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .progress__item:last-child .progress__item-icon::before {
        background: #F9F9F9;
    }

    .progress__item.toogles__item-title--active ~ .progress__item .progress__item-icon {
        background: #F9F9F9;
    }

        .progress__item.toogles__item-title--active ~ .progress__item .progress__item-icon svg * {
            fill: var(--primary);
        }

.progress--white .progress__item.toogles__item-title--active ~ .progress__item .progress__item-icon {
    background: #fff;
}

.progress__item-title {
    font-weight: 500;
    font-size: 1.8rem;
}

.progress__item-icon {
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.2rem solid var(--primary);
    margin-bottom: 2rem;
    position: relative;
    background: var(--primary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .progress__item-icon::before {
        content: '';
        background: var(--primary);
        height: 0.2rem;
        top: calc( 50% - 0.1rem);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: absolute;
        left: 0;
        width: 100vw;
        z-index: -1;
    }

    .progress__item-icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }

        .progress__item-icon svg:nth-child(1) {
            display: none;
        }

        .progress__item-icon svg * {
            fill: #fff;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

.progress__item--add .progress__item-title {
    color: var(--primary) !important;
}

.progress__item--add .progress__item-icon {
    border-color: var(--primary);
    background: var(--primary) !important;
}

    .progress__item--add .progress__item-icon svg * {
        fill: #fff !important;
    }

.progress__item--new .progress__item-icon svg * {
    fill: #fff !important;
}

.toogles__item-title--active .progress__item-icon svg:nth-child(1) {
    display: block;
}

.toogles__item-title--active .progress__item-icon svg:nth-child(2) {
    display: none;
}

.table__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

    .table__btns .btn {
        min-width: 13rem;
        margin-right: 1rem;
        line-height: 4.4rem;
        font-size: 1.5rem;
        padding: 0 2rem;
    }

        .table__btns .btn:last-child {
            margin-right: 0;
        }

.table__sort {
    width: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0.5rem;
}

.sorting_disabled .table__sort {
    display: none;
}

.table__sort-item {
    border: 0.6rem solid transparent;
}

    .table__sort-item:nth-child(1) {
        border-bottom: 0.6rem solid;
        margin-bottom: 0.3rem;
    }

[aria-sort="ascending"] .table__sort-item:nth-child(1) {
    margin-bottom: 0.5rem;
    border-bottom-color: var(--primary);
}

[aria-sort="descending"] .table__sort-item:nth-child(1) {
    display: none;
}

.table__column-name:hover .table__sort-item:nth-child(1) {
    border-bottom-color: var(--primary);
}

.table__sort-item:nth-child(2) {
    border-top: 0.6rem solid;
}

.table__column-name:hover .table__sort-item:nth-child(2) {
    border-top-color: var(--primary);
}

[aria-sort="ascending"] .table__sort-item:nth-child(2) {
    display: none;
}

[aria-sort="descending"] .table__sort-item:nth-child(2) {
    margin-top: 0.5rem;
    border-top-color: var(--primary);
}

.table__column-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
}

.column-center {
    text-align: center;
}

    .column-center div {
        text-align: center;
        margin: 0 auto;
    }

.column-right {
    text-align: right;
}

    .column-right div {
        text-align: right;
        justify-content: flex-end;
    }

.column-bottom {
    vertical-align: bottom;
}

th:not(.sorting_disabled) .table__column-name {
    cursor: pointer;
}

.table__double-name {
    font-weight: 600;
    margin-bottom: 1rem;
}

.table__double-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 30rem;
}

.table__double-item {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
}

    .table__double-item:last-child {
        margin-right: 0;
    }

    .table__double-item svg {
        width: 100%;
        height: 100%;
    }

        .table__double-item svg * {
            /*fill: #54BDDD;*/
        }

.table__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table__lead-name {
    margin-left: 1rem;
    font-weight: 500;
}

.table__lead-img {
    width: 4rem;
    position: relative;
}

.table__lead-img-ration {
    padding-bottom: 100%;
}

.table__lead-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .table__lead-img-wrap img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
    }

.fixed-table-body {
    width: 100%;
}

    .fixed-table-body .datatable-scroll {
        overflow: auto;
        position: relative;
        padding-bottom: 1.2rem;
    }

        .fixed-table-body .datatable-scroll::before {
            content: "";
            display: none;
            position: absolute;
            right: 0;
            width: 300px;
            height: 100%;
            background: -webkit-gradient(linear, right top, left top, color-stop(5%, #f9f9f9), to(rgba(0, 0, 0, 0)));
            background: -o-linear-gradient(right, #f9f9f9 5%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(270deg, #f9f9f9 5%, rgba(0, 0, 0, 0) 100%);
            z-index: 2;
            pointer-events: none;
        }

        .fixed-table-body .datatable-scroll::-webkit-scrollbar {
            width: 0.4rem;
            height: 0.6rem;
        }

        .fixed-table-body .datatable-scroll::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.05);
        }

        .fixed-table-body .datatable-scroll::-webkit-scrollbar-thumb {
            background: #ccc;
        }

            .fixed-table-body .datatable-scroll::-webkit-scrollbar-thumb:hover {
                background: #a7a7a7;
            }

        .fixed-table-body .datatable-scroll::after {
            content: "";
            display: none;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-right: 1.5rem;
            -webkit-animation: table-swipe 1.5s infinite;
            animation: table-swipe 1.5s infinite;
            position: absolute;
            bottom: 2rem;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            top: 3rem;
            right: 0;
            width: 2.2rem;
            height: 2.2rem;
            background: url(../images/table-swipe.svg);
            z-index: 3;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

    .fixed-table-body .datatable-scroll--swipe {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

        .fixed-table-body .datatable-scroll--swipe::before, .fixed-table-body .datatable-scroll--swipe::after {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

    .fixed-table-body .datatable-scroll--scrolled::before, .fixed-table-body .datatable-scroll--scrolled::after {
        display: none !important;
    }

    .fixed-table-body table {
        border: 0.1rem solid #f3f4f5;
        border-radius: 1.2rem;
        box-shadow: 0 0.6rem 1rem 0 rgba(75, 85, 99, 0.03);
        background: #fff;
        padding: 0 1.6rem;
        border-spacing: 0 1em;
        width: 100%;
        white-space: nowrap;
    }

    .fixed-table-body thead tr {
        border-radius: 0.8rem;
        padding: 0rem 1.6rem;
    }

    .fixed-table-body thead th {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
        padding: 1.5rem;
        background: rgba(78, 81, 102, 0.05);
    }

        .fixed-table-body thead th:first-child {
            border-top-left-radius: 0.8rem;
            border-bottom-left-radius: 0.8rem;
        }

        .fixed-table-body thead th:last-child {
            border-top-right-radius: 0.8rem;
            border-bottom-right-radius: 0.8rem;
        }

    .fixed-table-body tbody thead th {
        border-bottom: 0;
        padding-bottom: 1rem;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .fixed-table-body .inputs__field {
        line-height: 3.2rem;
        padding-left: 1rem;
    }

    .fixed-table-body tbody > tr {
        position: relative;
        border-radius: 0.6rem;
        background: unset;
        background-size: 0% 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        /*.fixed-table-body tbody > tr:hover {
            background-size: 100% 100%;
        }*/

        .fixed-table-body tbody > tr.selected {
            background: rgba(1, 114, 228, 0.08);
        }

        .fixed-table-body tbody > tr.no-records-found {
            text-align: center;
            pointer-events: none;
        }

    .fixed-table-body.table--no-filling tbody > tr:hover {
        background-size: 0% 100% !important;
    }

    .fixed-table-body tbody td {
        padding: 1.5rem;
        position: relative;
        color: #86909d;
    }

        .fixed-table-body tbody td:first-child {
            color: #353637;
        }

        .fixed-table-body tbody td:first-child {
            border-top-left-radius: 0.6rem;
            border-bottom-left-radius: 0.6rem;
        }

        .fixed-table-body tbody td:last-child {
            border-top-right-radius: 0.6rem;
            border-bottom-right-radius: 0.6rem;
        }

        .fixed-table-body tbody td.select-checkbox {
            pointer-events: none;
        }

            .fixed-table-body tbody td.select-checkbox .checkbox-container {
                pointer-events: all;
                padding-left: 1.5rem;
                margin-bottom: 1.8rem;
            }

            .fixed-table-body tbody td.select-checkbox .radio-container {
                pointer-events: all;
                margin-bottom: 2rem;
            }

    .fixed-table-body tbody tr > td:first-child::before {
        content: "";
        position: absolute;
        left: 0;
        width: 0.3rem;
        height: 0%;
        bottom: 0;
        background: var(--primary);
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
        border-radius: 0.6rem 0 0 0.6rem;
    }

    /*.fixed-table-body tbody tr:hover > td:first-child::before {
        height: 100%;
    }*/

    .fixed-table-body.table--no-filling tbody tr:hover > td:first-child::before {
        height: 0 !important;
    }

    .fixed-table-body img {
        max-height: 12rem;
        border: 0.1rem rgba(134, 144, 157, .1) solid;
        border-radius: 1.2rem;
    }

.fixed-table-pagination {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 1.5rem;
}

    .fixed-table-pagination .page-list {
        display: none;
    }

    .fixed-table-pagination .pagination {
        display: flex;
    }

    .fixed-table-pagination .page-link {
        padding: 0 0.5rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .fixed-table-pagination .page-link:hover {
            color: var(--primary);
            cursor: pointer;
        }

    .fixed-table-pagination .page-item.active .page-link {
        color: var(--primary);
        font-weight: 700;
    }

.fixed-table-body .table-cards {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

    .fixed-table-body .table-cards img {
        max-height: 9.5rem;
        max-width: none;
    }

    .fixed-table-body .table-cards > thead {
        display: none !important;
    }

    .fixed-table-body .table-cards > tbody {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .fixed-table-body .table-cards .status-badge {
        font-size: 1.4rem;
        font-weight: 500;
    }

        .fixed-table-body .table-cards .status-badge > span {
            display: flex;
            align-items: center;
            justify-content: center;
            justify-items: center;
            width: 2.1rem;
            height: 2.1rem;
        }

    .fixed-table-body .table-cards .clickable-implicitly {
        font-weight: 700;
        font-size: 2rem;
        line-height: 150%;
        text-transform: capitalize;
        width: fit-content;
        margin-bottom: 0.4rem;
    }

    .fixed-table-body .table-cards .table__double-item svg * {
        fill: none;
    }

    .fixed-table-body .table-cards tbody > tr {
        display: flex;
        padding: 2.4rem 2.4rem;
        border: 0.1rem solid #f3f4f5;
        border-radius: 1.2rem;
        box-shadow: 0 0.6rem 1rem 0 rgba(75, 85, 99, 0.03);
        background: #fff;
        padding-bottom: 2rem;
    }

    .fixed-table-body .table-cards tbody td {
        display: block;
        padding: 0;
    }

.fixed-table-body .table-list tbody > tr {
    border: 0.1rem rgba(134, 144, 157, .15) solid;
    border-radius: 1.2rem;
}

.fixed-table-body .table-list tbody td {
    border-top: 0.1rem rgba(134, 144, 157, .15) solid;
    border-bottom: 0.1rem rgba(134, 144, 157, .15) solid;
}

    .fixed-table-body .table-list tbody td:first-child {
        border-left: 0.1rem rgba(134, 144, 157, .15) solid;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
    }

    .fixed-table-body .table-list tbody td:last-child {
        border-right: 0.1rem rgba(134, 144, 157, .15) solid;
        border-top-right-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
    }

.fixed-table-body table.table-small {
    font-size: 1.5rem;
    padding: 0 0.8rem;
    border-spacing: 0 0.8rem;
}

.fixed-table-body .table-small thead th {
    font-size: 1.5rem;
    padding: 1.2rem;
}

.fixed-table-body .table-small tbody td {
    padding: 1.2rem;
}

.table-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 1.5rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

    .table-filters .inputs__field {
        margin-bottom: 0px !important;
        height: 4.5rem;
    }

    .table-filters .btn {
        margin-bottom: 0px !important;
        height: 4.5rem;
    }

    .table-filters .daterange-picker {
        line-height: 4.3rem;
    }

        .table-filters .daterange-picker .icon-arrow-down12 {
            margin-left: 1rem;
        }

        .table-filters .daterange-picker .icon-calendar2 {
            margin-right: 0.5rem;
        }

.table-filters__item {
    /*margin-right: 1.5rem;*/
}

    .table-filters__item .select {
        height: 4.5rem;
        font-size: 1.6rem;
    }

    .table-filters__item:not(.table-filters__item--total) .select {
        min-width: 12rem;
    }

.table-filters__item--total {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0px !important;
}

.table-filters__item--search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 21rem;
}

.table-filters__item-label {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1.4rem;
}

.datatable-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.panel-footer {
    margin-top: 3rem;
}

.dataTables_filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

td.dataTables_empty {
    text-align: center;
}

.tooltip {
    position: relative;
    /*overflow: hidden;*/
}

    .tooltip:hover {
        overflow: initial;
    }

.tooltip__content {
    background: #fff;
    -webkit-box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: calc( 100% + 1.5rem);
    max-width: 25rem;
    width: 1000px;
    padding: 1.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 110.2%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tooltip__content--small {
    white-space: nowrap;
    text-align: center;
    width: auto;
    max-width: initial;
    padding: 1rem;
}

.tooltip__content--right {
    left: auto;
    right: 0;
}

    .tooltip__content--right::before {
        right: 0.5rem;
        left: auto !important;
    }

.tooltip__content--top {
    bottom: auto;
    top: calc(100% - 6.5rem);
}

    .tooltip__content--top::before {
        top: 100%;
        border: 0.8rem solid transparent !important;
        border-top: 0.8rem solid #fff !important;
    }

.tooltip:hover .tooltip__content {
    opacity: 1;
    visibility: visible;
}

.tooltip__content::before {
    content: '';
    position: absolute;
    border: 0.8rem solid transparent;
    border-bottom: 0.8rem solid #fff;
    bottom: 100%;
    left: 0.5rem;
}

.tooltip__content::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    height: 1.5rem;
}

.tooltip.status-mark-tooltip .tooltip__content::before {
    left: 1.8rem;
}

.tooltip.status-mark-tooltip-2 .tooltip__content {
    left: 3rem;
}

    .tooltip.status-mark-tooltip-2 .tooltip__content::before {
        left: 3.3rem;
    }

.range-container > div:first-child {
    cursor: pointer;
    font-weight: 300;
    font-size: 1.6rem;
    width: 100%;
    border: 0.1rem solid #DADEE2;
    border-radius: 1rem;
    background: transparent;
    height: 4.5rem;
    line-height: 4.5rem;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding: 0 2rem;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .range-container > div:first-child > span {
        margin-left: .6rem;
        margin-right: .5rem;
    }

.range-container--right {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

    .range-container--right > div:first-child {
        width: max-content;
    }

.range-container--dashboard > div:first-child {
    background: #fff;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.3rem;
}

.datatable-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .datatable-header .range-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.5rem;
        color: rgba(0, 0, 0, 0.5);
    }

        .datatable-header .range-container select {
            margin-top: 0.5rem;
        }

        .datatable-header .range-container.inputs {
            margin-right: 2rem;
        }

    .datatable-header .dataTables_filter {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .datatable-header .dataTables_filter label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .datatable-header input {
        line-height: 4.2rem;
        margin-bottom: 0;
        margin-right: 2rem;
    }

.daterange-picker {
    cursor: pointer;
    font-weight: 300;
    font-size: 1.6rem;
    width: 100%;
    border: 0.1rem solid #DADEE2;
    border-radius: 1rem;
    background: transparent;
    line-height: 4.5rem;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding: 0 2rem;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.datatable-header .daterange-picker {
    line-height: 4.2rem;
    font-size: 1.4rem;
}

.dataTables_paginate .ellipsis {
    padding: 0 0.5rem;
}

@-webkit-keyframes table-swipe {
    0% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }

    10% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 1;
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    81% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
}

@keyframes table-swipe {
    0% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }

    10% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translate3d(-2rem, 0, 0);
        transform: translate3d(-2rem, 0, 0);
        opacity: 1;
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    81% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
}

.double-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.double-fields__details {
    width: calc( 100% - 30% - 8rem);
}

.double-fields__photo {
    width: 27%;
    margin-bottom: 3rem;
}

.double-fields__photo-img {
    border: 0.1rem solid #9198A9;
    border-radius: 0.6rem;
}

    .double-fields__photo-img > div {
        position: relative;
        padding-bottom: 100%;
    }

        .double-fields__photo-img > div svg {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50%;
            height: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .double-fields__photo-img > div svg * {
                fill: #9198A9;
            }

.double-fields__photo .btn {
    width: 100%;
    margin-top: 2rem;
    border-width: 0.1rem;
    font-weight: 400;
}

.double-fields__title {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
    padding-bottom: 1rem;
    width: 100%;
    height: 5rem;
}

.double-fields .select {
    margin-left: auto;
    height: 5.2rem;
    margin-top: -0.7rem;
}

.double-fields .select__header {
    background: url("https://www.flaticon.com/svg/static/icons/svg/748/748063.svg") no-repeat;
    background-position: right center;
    background-size: 1.8rem;
}

.double-fields__bottom {
    width: 100%;
}

    .double-fields__bottom .check {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
    }

.double-fields__bottom-btns .btn:nth-child(1) {
    margin-right: 1rem;
}

.details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .details__top .simple-title {
        margin-bottom: 0;
    }

.details__top-btns .btn {
    margin-right: 1.5rem;
}

    .details__top-btns .btn:last-child {
        margin-right: 0;
    }

.details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50%;
    font-size: 2.2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

    .details__item:nth-child(2n-1) {
        padding-right: 2rem;
    }

    .details__item::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #9198A9;
        height: 0.0.5rem;
    }

    .details__item p {
        font-weight: 500;
        margin-right: 1rem;
        white-space: nowrap;
    }

    .details__item span {
        font-weight: 300;
    }

.details__item--readonly p {
    color: var(--primary);
}

.details__item--width3 {
    width: auto;
    padding-right: 2rem;
}

.details__item--gray {
    font-size: 1.8rem;
}

    .details__item--gray::before {
        display: none;
    }

    .details__item--gray p {
        color: var(--primary);
    }

.details__sep {
    width: 100%;
}

.file-input {
    width: 100%;
    border: 0.1rem solid #DADEE2;
    border-radius: 1rem;
}

    .file-input .file-preview {
        border: none;
        padding: 0;
        margin: 0;
    }

        .file-input .file-preview .file-preview-frame {
            border: 0.1rem solid #DADEE2;
            border-radius: 1rem;
            margin: 1rem;
            margin-bottom: 0.5rem;
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
        }

            .file-input .file-preview .file-preview-frame:not(.file-preview-error):hover {
                border: 0.1rem solid #DADEE2;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
                /*box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);*/
            }

            .file-input .file-preview .file-preview-frame .kv-file-content {
                width: 21rem;
                height: 16rem;
            }

                .file-input .file-preview .file-preview-frame .kv-file-content .file-preview-other:hover {
                    opacity: 1;
                }

                .file-input .file-preview .file-preview-frame .kv-file-content .file-preview-other i {
                    color: var(--primary);
                }

            .file-input .file-preview .file-preview-frame .file-thumbnail-footer {
                height: auto;
            }

                .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-drag-handle,
                .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-upload-indicator {
                    display: none;
                }

                .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-footer-caption {
                    display: none;
                    font-size: 1.1rem;
                    padding: 0;
                    margin-top: 0.4rem;
                    margin-bottom: 1rem;
                }

                .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-footer-buttons {
                    display: none;
                    /*display: flex;*/
                    gap: 0.7rem;
                }

                    .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn {
                        padding: 0.5rem 0.8rem;
                        padding-bottom: 0.2rem;
                        border-radius: 0.5rem;
                        background: transparent;
                    }

                        .file-input .file-preview .file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn:hover {
                            background: #86909D;
                        }

    .file-input .file-caption .icon-file-plus {
        display: none;
    }

    .file-input .file-caption .file-caption-name {
        font-family: NunitoSans;
        font-weight: 300;
        width: 100%;
        height: 100%;
        border: none;
    }

    .file-input .file-caption.icon-visible .file-caption-name {
        padding-left: 3rem;
    }

    .file-input .file-caption .file-caption-icon {
        padding: 0.7rem 0.5rem;
        left: 0.4rem;
    }

    .file-input .file-caption .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        border: 0.1rem solid rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: 5.2rem;
        margin: 1rem;
        padding-right: 0.8rem;
    }

        .file-input .file-caption .input-group .btn:not(.kv-hidden) {
            height: 75%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: 0.8rem;
            padding: 0 2rem;
            position: relative;
        }

    .file-input.file-input-new .file-caption .file-caption-name {
        display: none;
    }

    .file-input.file-input-new .file-caption .input-group {
        margin: 0;
        border: none;
    }

        .file-input.file-input-new .file-caption .input-group .btn.fileinput-remove-button {
            display: none;
        }

        .file-input.file-input-new .file-caption .input-group .btn.fileinput-remove-button {
            display: none;
        }

@media screen and (max-width: 1500px) {
    .funnels-create__left .file-caption-name {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 9rem;
    }
}

.btn-file input[type='file'] {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.popup__content {
    width: 100%;
}

    .popup__content .photo-collection {
        margin-top: 5rem;
        width: 100%;
    }

        .popup__content .photo-collection > div {
            width: calc( 50% - 1.5rem);
        }

    .popup__content .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .popup__content .pagination li {
            padding: 0 0.5rem;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .popup__content .pagination li.active {
                color: var(--primary);
                font-weight: 700;
            }

            .popup__content .pagination li:hover {
                color: var(--primary);
                cursor: pointer;
            }

.popup__title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
}

.popup__description {
    font-weight: 400;
    font-size: 1.6rem;
    color: #86909d;
    margin-bottom: 3.2rem;
}

.inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inputs__field {
    border: none;
    font-weight: 300;
    font-size: 1.6rem;
    width: 100%;
    border: 0.1rem solid #DADEE2;
    border-radius: 1rem !important;
    background: transparent;
    line-height: 150%;
    padding: 1.42rem 1.8rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    /* Firefox 19+ */
    /* Firefox 18- */
}

    .inputs__field::-webkit-input-placeholder {
        color: #9198A9;
    }

    .inputs__field::-moz-placeholder {
        color: #9198A9;
    }

    .inputs__field:-moz-placeholder {
        color: #9198A9;
    }

    .inputs__field:-ms-input-placeholder {
        color: #9198A9;
    }

.inputs__field--invisible {
    border: none;
    border-radius: 0 !important;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.inputs__field-wrap {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.5rem;
}

    .inputs__field-wrap .inputs__field-wrap, .inputs__field-wrap input, .inputs__field-wrap .select {
        margin-bottom: 0 !important;
    }

    .inputs__field-wrap .select {
        width: 100%;
    }

.inputs__field-wrap--invisible {
    margin: 0;
}

    .inputs__field-wrap--invisible .validation-error-label {
        margin: 0 !important;
    }

.inputs__field-wrap--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .inputs__field-wrap--row .inputs__field-wrap--column {
        margin-bottom: 0 !important;
    }

.inputs__field-wrap--row-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

    .inputs__field-wrap--row-start > .inputs__field-wrap {
        width: initial;
    }

        .inputs__field-wrap--row-start > .inputs__field-wrap:not(:last-child) {
            margin-right: 5rem;
        }

.inputs__field-wrap--column .inputs__field-container {
    width: 100%;
    margin-left: 0;
}

.inputs__field--50 {
    width: calc(50% - 0.8rem);
}

.inputs__field--70 {
    width: calc(70% - 1.5rem);
}

@media screen and (max-width: 1024px) {
    .inputs__field--50 {
        width: calc(50% - 0.5rem);
    }

    .inputs__field--70 {
        width: calc(70% - 0.5rem);
    }
}

.inputs__field--50 .inputs__field--50 {
    width: calc(50% - 0.75rem);
}

.inputs__field--33 {
    width: calc((100% - 2rem * 2) / 3);
}

    .inputs__field--33 .inputs__field--50 {
        width: calc((100% - 0.75rem * 2) / 3);
    }

.inputs__field--100 {
    width: 100%;
}

.inputs__field:focus {
    border-color: var(--primary);
    caret-color: var(--primary);
}

.inputs__field-label {
    font-size: 1.4rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0.6rem;
}

.inputs__field-label--hide {
    opacity: 0;
}

.inputs__field-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .inputs__field-container .inputs__field {
        margin-bottom: 0rem;
    }

    .inputs__field-container .select {
        width: 100%;
    }

    .inputs__field-container .cke {
        border: 0.1rem solid #DADEE2 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 1rem !important;
        width: 100%;
        overflow: hidden;
    }

        .inputs__field-container .cke#cke_edit-email1-body, .inputs__field-container .cke#cke_edit-email2-body {
            padding-left: 0 !important;
        }

.inputs__field-container--row {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .inputs__field-container--row > .inputs__field-wrap:not(:last-child),
    .inputs__field-container--row > .inputs__field:not(:last-child),
    .inputs__field-container--row .btn:not(:last-child) {
        margin-right: 1.5rem;
    }

    .inputs__field-container--row > .checkbox-container {
        padding-right: 2.3rem;
        padding-left: 0;
    }

.inputs textarea.inputs__field {
    line-height: 1;
    padding-top: 1.5rem;
    min-height: 8.5rem;
    resize: none;
}

.inputs__tooltip {
    font-size: 1.4rem;
    color: #9198A9;
    margin-top: 1.5rem;
    font-weight: 300;
}

    .inputs__tooltip a {
        color: var(--primary);
    }

        .inputs__tooltip a:hover {
            text-decoration: underline;
        }

.inputs__error,
.inputs .validation-error-label {
    color: var(--red);
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.inputs .select {
    margin-bottom: 2.5rem;
}

[aria-invalid="true"] {
    border-color: var(--red);
}

.validation-error-label.field-validation-valid {
    display: none;
}

.jscolor.btn {
    color: #54BDDD;
    width: 20rem;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-21 {
    margin-top: 2.1rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-7 {
    margin-top: 7rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.mr-05 {
    margin-right: 0.5rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.ml-05 {
    margin-left: 0.5rem;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-16 {
    margin-left: 1.6rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-4 {
    font-size: 4rem;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.notify-alert {
    padding: 3.5rem !important;
}

    .notify-alert .swal2-popup {
        min-width: auto !important;
    }

    .notify-alert .swal2-content {
        color: #fff !important;
        font-weight: 600;
    }

    .notify-alert.notify-success .swal2-popup {
        background: var(--green);
    }

    .notify-alert.notify-error .swal2-popup {
        background: var(--red);
    }

.notify-anomaly {
    width: 35rem;
    padding: 3.5rem;
}

    .notify-anomaly .swal2-popup {
        padding-left: 2rem;
        font-size: 1.7rem;
        min-width: auto !important;
    }

    .notify-anomaly .swal2-header {
        justify-content: flex-end;
    }

.form-tight .inputs__field-wrap {
    margin-bottom: 1.5rem;
}

.form-tight .inputs__tooltip {
    margin-top: .8rem;
}

.form-tight .inputs__field-wrap--column .inputs__field-label {
    font-size: 1.5rem;
    font-weight: 400;
    min-height: 3rem;
}

.form-tight .validation-error-label {
    margin-top: 0.5rem;
}

.form-tightly .inputs__field-wrap {
    margin-bottom: 1rem;
}

.form-tightly .inputs__field-label {
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 2.5rem;
}

.form-tightly .inputs__field--50 {
    width: calc( 50% - 0.7rem);
}

.form-tightly .checkbox-container {
    margin-top: 0.5rem;
}

.form-layout {
    background: #fff;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgb(144 144 144 / 10%), 0 0.2rem 0.6rem rgb(144 144 144 / 4%), 0 0 0.1rem rgb(144 144 144 / 4%);
    box-shadow: 0 1rem 2rem rgb(144 144 144 / 10%), 0 0.2rem 0.6rem rgb(144 144 144 / 4%), 0 0 0.1rem rgb(144 144 144 / 4%);
    padding: 3rem;
}

.form-title {
    width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

.hidden {
    display: none !important;
}

span.required::after {
    content: "*";
    color: var(--red);
    margin-left: 0.25rem;
}

.bot-settings .inputs__field-label {
    width: 13rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.purchase-requests .inputs__field-label {
    width: 16rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.purchase-requests-edit .inputs__field-label {
    min-height: 2.5rem;
    align-items: flex-start;
}

.purchase-requests-edit .image-container {
    max-width: 40rem;
    width: 100%;
}

    .purchase-requests-edit .image-container > img {
        max-height: 43.2rem;
    }

.purchase-requests-edit .main-info {
    width: 65%;
}

.purchase-requests-edit .order-info .inputs__field-container {
    margin-left: 1rem;
}

.datatable-title {
    font-weight: 500;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table iframe {
    width: 100%;
    height: 50rem;
    border: none;
}

.table--clickable tbody tr {
    cursor: pointer;
}

    .table--clickable tbody tr:hover {
        -webkit-box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
        box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
    }

.clickable {
    cursor: pointer;
}

.clickable-explicitly {
    text-decoration: underline;
}

.clickable-implicitly:hover {
    text-decoration: underline;
}

table[id^="product"] img,
table[id^="shipment"] img,
table[id^="group"] img,
table[id^="request"] img {
    max-height: 7rem;
}

.shipment-item-card > span {
    font-weight: 500;
}

.shipment-item-card .tooltip__content--top {
    top: calc( 100% - 6rem);
}

.shipment-item-card > div {
    font-style: italic;
    font-size: 1.45rem;
}

    .shipment-item-card > div a:hover {
        text-decoration: underline;
    }

    .shipment-item-card > div:first-of-type {
        margin-top: 1rem;
    }

.shipment-item-card--complete > div:first-of-type {
    margin-top: 1.5rem;
}

.shipment-item-card--complete > div:last-of-type {
    margin-top: 0.5rem;
    font-size: 1.4rem;
}

.color-primary {
    color: var(--primary);
}

.color-green {
    color: var(--green);
}

.color-red {
    color: var(--red);
}

.color-blue {
    color: var(--blue);
}

.color-orange {
    color: var(--orange);
}

.color-yellow {
    color: var(--yellow);
}

.color-gray2 {
    color: var(--gray2);
}

.d-flex {
    display: flex;
}

.gap-08 {
    gap: 0.8rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-12 {
    gap: 1.2rem;
}

.gap-15 {
    gap: 1.5rem;
}

.gap-16 {
    gap: 1.6rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-25 {
    gap: 25rem;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-self-end {
    align-self: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-flex-start {
    justify-content: flex-start;
}

.justify-flex-end {
    justify-content: flex-end;
}

.direction-row {
    -ms-flex-direction: row;
    flex-direction: row;
}

.direction-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs-container {
}

    .tabs-container .tabs .tab, .tabs-container .tabs input[type=radio] {
        display: none;
    }

        .tabs-container .tabs input[type=radio] + label {
            display: inline-block;
            margin: 0;
            padding: 0.5rem 1.5rem;
            font-size: 2.2rem;
            opacity: 0.6;
            cursor: pointer;
            user-select: none;
        }

        .tabs-container .tabs input[type=radio]:checked + label {
            border-bottom: 0.2rem solid #E75267;
            opacity: 1;
        }

    .tabs-container .tabs .tab {
        margin: 0;
        padding: 2rem 0;
    }

.tabs input:first-of-type:checked + label ~ .tab:first-of-type,
.tabs input:nth-of-type(2):checked + label ~ .tab:nth-of-type(2),
.tabs input:nth-of-type(3):checked + label ~ .tab:nth-of-type(3) {
    display: block;
}

.grade-settings-page .settings-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.8rem;
}

.grade-settings-page .settings-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 0.6rem;
    font-size: 2rem;
    padding: 1.5rem;
    box-shadow: 0 1rem 2rem rgb(144 144 144 / 10%), 0 0.2rem 0.6rem rgb(144 144 144 / 4%), 0 0 0.1rem rgb(144 144 144 / 4%);
}

    .grade-settings-page .settings-line > div:first-child {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .grade-settings-page .settings-line > div:first-child span {
            font-weight: 500;
        }

    .grade-settings-page .settings-line input[type="text"] {
        font-size: 1.8rem;
        width: 3.2rem;
        padding-left: 0.4rem;
        line-height: initial;
    }

    .grade-settings-page .settings-line .three-digit {
        width: 4.2rem !important;
    }

.status-mark {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}

.status-mark--active {
    background: var(--green);
}

.status-mark--warn {
    background: var(--yellow);
}

.status-mark--critical {
    background: var(--red);
}

.status-mark--unknown {
    background: var(--black);
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
    width: fit-content;
    max-width: 40%;
}

    .status-badge svg {
        flex-shrink: 0;
    }

.status-badge--active {
    background: rgba(0, 186, 63, 0.15);
    color: #00ba3f;
}

.status-badge--warn {
    background: rgba(255, 152, 0, 0.15);
    color: #ff9800;
}

.status-badge--critical {
    background: rgba(244, 67, 54, 0.15);
    color: #f44336;
}

.status-badge--unknown {
    background: rgba(134, 144, 157, 0.15);
    color: #86909d;
}

.parcels .inputs__field-label {
    width: 18rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-shipment .inputs__field-label {
    width: 13rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.parcels .table-filters__item:not(.table-filters__item--total) .select {
    min-width: 16rem;
}

.clients .tooltip.pr-count-tooltip .tooltip__content::before {
    left: 6.5rem;
}

.clients .tooltip.status-mark-tooltip > .status-mark {
    margin: 0 auto;
}

.clients .tooltip.status-mark-tooltip .tooltip__content::before {
    left: 2.5rem;
}

.svg-buttons-container {
    display: flex;
    align-items: end;
    width: 100%;
    max-width: calc((100% - 4rem) / 2);
}

    .svg-buttons-container input {
        opacity: 0;
    }

.svg-button {
    padding: 1rem;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    height: 4.5rem;
    line-height: 0;
}

    .svg-button svg {
        height: 100%;
    }

.svg-button--active {
    border: 0.1rem solid #DADEE2;
}

.close-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

    .close-btn:hover {
        opacity: 0.3;
    }

    .close-btn div {
        -webkit-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        width: 100%;
        height: 0.1rem;
        border-radius: 25%;
        position: absolute;
        background: #000;
    }

        .close-btn div:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .close-btn div:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.close-btn-circle {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--red);
    top: -1rem;
    right: -1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
    border: 0.3rem solid #fff;
    box-shadow: 0 0 0.2rem 0 rgb(0 0 0 / 70%);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .close-btn-circle:before {
        content: "";
        width: 77%;
        height: 77%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' class='svg-inline--fa fa-times fa-w-11 fa-2x'><path fill='white' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' class=''></path></svg>");
    }

    .close-btn-circle:hover {
        box-shadow: 0 0 0.4rem 0 rgb(0 0 0 / 70%);
    }

.attached-files {
    display: flex;
    flex-flow: column;
}

    .attached-files .close-btn {
        margin-left: 0.7rem;
        margin-top: 0.1rem;
    }

    .attached-files > div {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

        .attached-files > div:last-child {
            margin-bottom: 1rem;
        }

.error-message {
    width: 100%;
    color: var(--red);
    text-align: center;
}

.help-btn > svg {
    cursor: pointer;
    /*fill: #707070;*/
    /*fill: #ADADAD;*/
    fill: #a5a5a5;
    width: 2.4rem;
    margin-bottom: 0.7rem;
}

    .help-btn > svg:hover {
        fill: var(--primary);
    }

.info-icon {
    font-size: 0rem;
}

    .info-icon svg {
        fill: #a5a5a5;
        width: 2rem;
    }

    .info-icon .tooltip__content {
        left: -0.3rem;
        top: calc( 100% + 0.8rem);
    }

.inputs__field-label .info-icon svg {
    margin-left: 0.7rem;
    margin-bottom: 0.7rem;
}

.inputs__field-label .info-icon .tooltip__content {
    left: 0.4rem;
    top: calc( 100% + 0.1rem);
}

.hover-primary:hover {
    color: var(--primary);
}

.hover-green:hover {
    color: var(--green);
}

.hover-red:hover {
    color: var(--red);
}

.toggle-link {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 300;
}

.badge-count {
    display: inline-block;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--primary);
    position: absolute;
    right: -0.8rem;
    top: -0.6rem;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4rem;
}

.splide__list img {
    height: 26rem;
}

.splide__list {
    gap: 1.3rem;
}

.splide__arrow.splide__arrow--prev {
    left: -2rem !important;
}

.splide__arrow.splide__arrow--next {
    right: -2rem !important;
}

.SumoSelect {
    width: 100%;
}

    .SumoSelect .select-all.partial > span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
        background-color: var(--primary) !important;
    }

    .SumoSelect > .CaptionCont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2rem;
        padding-right: 3rem;
        height: 5.2rem;
        font-weight: 300;
        cursor: pointer;
        border: 0.1rem solid #DADEE2 !important;
        border-radius: 0.4rem !important;
        background-color: transparent !important;
    }

        .SumoSelect > .CaptionCont::before {
            content: "";
            position: absolute;
            left: calc(100% - 2rem);
            border: 0.4rem solid transparent;
            border-top: 0.6rem solid #DADEE2;
            top: calc(50% - 0.3rem);
        }

        .SumoSelect > .CaptionCont > span {
            cursor: pointer !important;
            padding-right: 0 !important;
        }

            .SumoSelect > .CaptionCont > span.placeholder {
                cursor: pointer;
                color: #9198A9 !important;
                font-style: normal !important;
                font-weight: 300;
            }

        .SumoSelect > .CaptionCont > label {
            display: none;
            cursor: pointer;
        }

    .SumoSelect.open > .CaptionCont,
    .SumoSelect:focus > .CaptionCont,
    .SumoSelect:hover > .CaptionCont {
        box-shadow: none !important;
        border-color: #DADEE2 !important;
    }

    .SumoSelect.open .CaptionCont::before {
        content: none;
    }

    .SumoSelect > .optWrapper {
        border: none !important;
        -webkit-box-shadow: 0 0 0.72rem 0.08rem rgb(0 4 7 / 15%) !important;
        box-shadow: 0 0 0.72rem 0.08rem rgb(0 4 7 / 15%) !important;
        border-radius: 0 !important;
    }

        .SumoSelect > .optWrapper > .options {
            padding: 0.6rem;
            max-height: 18.5rem;
        }

            .SumoSelect > .optWrapper > .options li.opt {
                font-weight: 300;
                border: 0.1rem solid transparent !important;
                padding: 1rem 1rem 1rem 3rem !important;
            }

                .SumoSelect > .optWrapper > .options li.opt:hover {
                    background-color: #fff !important;
                    border-color: #e8e8e8 !important;
                }

            .SumoSelect > .optWrapper > .options::-webkit-scrollbar {
                width: 0.4rem;
            }

            .SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
                background: transparent;
            }

            .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
                background: rgba(145, 152, 169, 0.5);
            }

                .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb:hover {
                    background: var(--primary);
                }

        .SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
            width: 3rem !important;
            margin-left: -3rem !important;
        }

    .SumoSelect.open > .optWrapper {
        top: 5.2rem;
    }

    .SumoSelect.open .search-txt {
        height: 100%;
        font-weight: 300;
        font-size: 1.6rem;
        width: 100%;
        padding-left: 2rem;
        background: transparent;
    }


.bootstrap-table .fixed-table-container {
    position: relative;
    clear: both;
}

    .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
        align-items: center;
        background: #fff;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        z-index: 1000;
        transition: visibility 0s, opacity .15s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
            visibility: visible;
            opacity: 1;
        }

        .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
            align-items: baseline;
            display: flex;
            justify-content: center;
        }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
                margin-right: 0.6rem;
            }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
                align-items: center;
                display: flex;
                justify-content: center;
            }

                .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
                    content: "";
                    animation-duration: 1.5s;
                    animation-iteration-count: infinite;
                    animation-name: loading;
                    background: #212529;
                    border-radius: 50%;
                    display: block;
                    height: 0.5rem;
                    margin: 0 0.4rem;
                    opacity: 0;
                    width: 0.5rem;
                }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
                animation-delay: .3s;
            }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
                content: "";
                animation-duration: 1.5s;
                animation-iteration-count: infinite;
                animation-name: loading;
                background: #212529;
                border-radius: 50%;
                display: block;
                height: 0.5rem;
                margin: 0 0.4rem;
                opacity: 0;
                width: 0.5rem;
            }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
                animation-delay: .6s;
            }

            .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
                content: "";
                animation-duration: 1.5s;
                animation-iteration-count: infinite;
                animation-name: loading;
                background: #212529;
                border-radius: 50%;
                display: block;
                height: 0.5rem;
                margin: 0 0.4rem;
                opacity: 0;
                width: 0.5rem;
            }

    .bootstrap-table .fixed-table-container .table thead th .sortable {
        cursor: pointer;
        background-position: right;
        background-repeat: no-repeat;
        padding-right: 3rem !important;
    }

    .bootstrap-table .fixed-table-container .table thead th .both {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC);
    }

    .bootstrap-table .fixed-table-container .table thead th .asc {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
    }

    .bootstrap-table .fixed-table-container .table thead th .desc {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
    }

#scheme-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 30rem);
}

#scheme-image {
    border: 0.2rem solid black;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#scheme-workspace {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.device-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    background-color: var(--green);
    width: 4rem;
    height: 4rem;
    top: 0;
    left: 0;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-shadow: 0 0 9px -1px #333;
}

    .device-mark > img {
        width: 2.5rem;
        user-drag: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .device-mark > .device-mark-title {
        position: absolute;
        color: #fff;
        text-shadow: 1px 0 2px #000, 0 -1px 2px #000, 0 1px 2px #000, -1px 0 2px #000;
        -webkit-text-stroke: 0.2px #000;
        top: 4rem;
        font-size: 2rem;
    }

    .device-mark > .device-popup {
        background: #fff;
        -webkit-box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.15);
        position: absolute;
        left: -6.5rem;
        top: calc( 100% + 0.7rem);
        width: 35rem;
        padding: 1.5rem;
        font-weight: 500;
        font-size: 1.2rem;
        height: 20rem;
        z-index: 3;
        cursor: default;
    }

        .device-mark > .device-popup .device-name {
            font-size: 1.8rem;
            line-height: 1.8rem;
            margin-bottom: 1rem;
        }

        .device-mark > .device-popup .device-content {
            display: flex;
            gap: 1rem;
        }

        .device-mark > .device-popup .device-image {
            border-radius: 0.5rem;
            width: 45%;
        }

.sensor-title {
    display: flex;
    align-items: center;
    border-radius: 1.2rem;
    padding: 2.4rem;
    gap: 1.6rem;
    box-shadow: 0 6px 10px 0 rgba(75, 85, 99, 0.03);
    background: #fff;
}

    .sensor-title > img {
        width: 12rem;
        border-radius: 1.2rem;
    }

    .sensor-title > div {
        display: flex;
        flex-flow: column;
        text-transform: capitalize;
    }

.sensor__name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 150%;
    color: #353637;
}

.sensor__name_device {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    color: #86909d;
}

.sensors_back {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
    gap: 1.2rem;
}

    .sensors_back > a {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 150%;
        color: #353637;
    }


.slider-container {
    width: 100%;
    position: relative;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1.5rem;
    border-radius: 0.5rem;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

.slider-label {
    position: absolute;
    top: 3rem;
    transform: translateX(-50%);
    background: var(--black);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    white-space: nowrap;
}

.tabscontainer {
    display: flex;
    overflow: hidden;
    border: none;
    border-radius: 1rem;
    background-color: #F3F4F5;
    padding: 0.3rem;
    gap: 0.4rem;
}

    .tabscontainer button {
        width: 100%;
        color: #86909D;
        background-color: inherit;
        border: none;
        border-radius: 1rem;
        outline: none;
        cursor: pointer;
        padding: 1.45rem 1.6rem;
        transition: 0.3s;
    }

        .tabscontainer button:hover {
            background-color: #ddd;
        }

        .tabscontainer button.active {
            color: #353637;
            background-color: #fff;
        }

.tabcontent {
    display: none;
}

#notifications-tab thead {
    display: none !important;
}

#notifications-tab .fixed-table-pagination {
    display: none !important;
}

.telemetry-btn-container {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

    .telemetry-btn-container .telemetry-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 1.2rem;
        background: #fff;
        padding: 2.4rem;
        gap: 1.6rem;
        -webkit-box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
        box-shadow: 0 1rem 2rem rgba(144, 144, 144, 0.1), 0 0.2rem 0.6rem rgba(144, 144, 144, 0.04), 0 0 0.1rem rgba(144, 144, 144, 0.04);
        border: 0.2rem transparent solid;
    }

        .telemetry-btn-container .telemetry-btn.active {
            border-color: var(--primary);
            pointer-events: none;
        }

        .telemetry-btn-container .telemetry-btn:not(.active):hover {
            cursor: pointer;
            -webkit-box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
            box-shadow: 0rem 1rem 2.2rem 0rem #e1e2e3;
        }

.telemetry-btn .telemetry-btn_value {
    display: flex;
    gap: 1rem;
}

.telemetry-btn .telemetry-btn_anomalies {
    display: flex;
    gap: 1.5rem;
}
