/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

* {
    scroll-behavior: smooth;
}

.logo-row .col-md-9 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.logo-row .logo.colored img {
    background-color: transparent;
}

.logo-row .logo img {
    max-height: 60px;
}

header.fixed .logo-row .logo img {
    max-height: 47px;
}

.top-switcher {
    position: relative;
    z-index: 11;
    padding: 30px 0 0 0;
}

header.fixed .top-switcher {
    padding: 13px 0 0 0;
}

.top-switcher__button {
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #be2528;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}

.top-switcher--active .top-switcher__button {
    background: #be2528;
}

.top-switcher__text {
    color: #be2528;
}

.top-switcher--active .top-switcher__text {
    color: #FFFFFF;
}

.top-switcher__list {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    z-index: 1;
    width: 150px;
    background: #ad2224;
    display: none;
}

.top-switcher--active .top-switcher__list {
    display: block;
}

.top-switcher__list:before {
    content: '';
    z-index: 100;
    position: absolute;
    top: -5px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ad2224;
}

.top-switcher__inner {
    position: static;
    max-height: 200px;
}

.top-switcher__inner--hidden {
    overflow-y: scroll;
    overflow-x: hidden;
}

.top-switcher__inner--hidden:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: auto;
    bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(173, 34, 36, 0) 0%,
    rgba(173, 34, 36, 0.74) 33.09%,
    #ad2224 100%);
    width: 100%;
}

.top-switcher__inner--hidden.scroll-to-end:after {
    display: none;
}

.top-switcher__inner--hidden::-webkit-scrollbar {
    display: none;
}

.top-switcher__inner--hidden::-webkit-scrollbar-track {
    display: none;
}

.top-switcher__inner--hidden::-webkit-scrollbar-thumb {
    display: none;
}

.scroll-lock {
    overflow: hidden;
}

.top-switcher__title {
    font-size: 13px;
    color: #FFFFFF;
    display: block;
    padding: 6px 13px;
    font-weight: 100;
}

.top-switcher__item {
    position: relative;
    color: #fff !important;
    border-top: 1px solid rgba(256,256,256,.1);
    font-size: 13px;
    padding: 10px 13px;
    display: block;
}

.top-switcher__item:first-child {
    border-top: 0;
}

.top-switcher__item--active {
    background: #7a181a;
}

.top-switcher[data-switcher="switcher2"] {
    display: flex;
    align-items: center;
}

.top-switcher__separator {
    color: #95979a;
    margin: 0 5px;
}

.top-switcher__link {
    color: #95979a;
    line-height: 24px;
    font-size: 14px;
    font-weight: 100;
}

.top-switcher__link:hover {
    color: #be2528;
}

.top-switcher__link--active {
    color: #be2528;
    font-weight: 500;
}

form[name="aspro_scorp_question"] .input.select-custom:before,
form[name="aspro_scorp_question_en"] .input.select-custom:before {
    content: '';
    position: absolute;
    right: 13px;
    top: calc(50% - 4.5px);
    width: 1.5px;
    height: 9px;
    border-radius: 1px;
    background: #C3CCD0;
    transform: rotate(45deg);
}

form[name="aspro_scorp_question"] .input.select-custom:after,
form[name="aspro_scorp_question_en"] .input.select-custom:after {
    content: '';
    position: absolute;
    right: 19px;
    top: calc(50% - 4.5px);
    width: 1.5px;
    height: 9px;
    border-radius: 1px;
    background: #C3CCD0;
    transform: rotate(-45deg);
}

form[name="aspro_scorp_question"] .select-custom,
form[name="aspro_scorp_question_en"] .select-custom {
    background-color: #FFFFFF;
}

form[name="aspro_scorp_question"] select,
form[name="aspro_scorp_question_en"] select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    width: 100%;
    outline: 0;
    z-index: 2;
}

.contacts__form_wrap {
    margin: 4px 0;
    background: #eef2f4;
    padding: 29px 0 53px;
    border: none;
}

.lk_container {
    padding: 25px 0 5px 0;
}

.lk_container--authorization,
.lk_container--restore_access {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lk__form {
    width: 100%;
}

.lk__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.lk_container--profile .lk__title {
    margin-bottom: 25px;
    width: 100%;
}

.lk__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.lk_container--authorization .lk__title,
.lk_container--authorization .lk__subtitle,
.lk_container--restore_access .lk__title,
.lk_container--restore_access .lk__subtitle {
    text-align: center;
    max-width: 360px;
}

.authorization_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
}

.lk_fields {
    width: 100%;
    margin-bottom: 20px;
}

.lk_fields:last-child {
    margin-bottom: 0;
}

.lk_field {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.lk_field:last-child {
    margin-bottom: 0;
}

.lk_field--select:before {
    content: "\f107";
    position: absolute;
    bottom: 13px;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    font-weight: 900;
}

.lk_field__label {
    width: 100%;
    margin: 0;
}

.lk_field--captcha .lk_field__label {
    display: flex;
    flex-wrap: wrap;
}

.lk_field__title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px 0;
    font-weight: 400;
    color: #333333;
    width: 100%;
}

.lk_field__select {
    width: 100%;
    background: transparent;
    border: 1px solid #95979A;
    border-radius: 5px;
    height: 41px;
    padding: 0 15px;
    text-overflow: ellipsis;
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

.lk_field__input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #95979A;
    border-radius: 5px;
    height: 41px;
    padding: 0 15px;
    text-overflow: ellipsis;
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    position: relative;
    transition: all 0.3s ease-out;
}

.lk_field__input:focus {
    border: 1px solid #333333;
}

.lk_field__input:-webkit-autofill,
.lk_field__input:-webkit-autofill:hover,
.lk_field__input:-webkit-autofill:focus {
    border: 1px solid #95979A;
    -webkit-text-fill-color: #333333;
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

.lk_field__input:focus:-webkit-autofill,
.lk_field__input:focus:-webkit-autofill:hover,
.lk_field__input:focus:-webkit-autofill:focus {
    border: 1px solid #333333;
    -webkit-text-fill-color: #333333;
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

.lk_field__input::-webkit-input-placeholder {
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #95979A;
}

.lk_field__input::-moz-placeholder {
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #95979A;
}

.lk_field__input:-ms-input-placeholder {
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #95979A;
}

.lk_field__input:-moz-placeholder {
    font-family: Ubuntu,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #95979A;
}

.lk_field--warning .lk_field__input {
    background: rgba(175, 53, 48, 0.1);
    border: 1px solid #AF3530;
}

.lk_field--captcha input {
    width: calc(100% - 190px);
    margin-left: 10px;
}

.lk_field__error {
    display: none;
}

.lk_field--warning .lk_field__error {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #AF3530;
}

.lk_link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #95979A;
    transition: color 0.3s ease-out;
}

.lk_button {
    background: #AF3530;
    border-radius: 5px;
    padding: 12px 15px;
    min-width: 188px;
    outline: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    transition: background 0.3s ease-out;
}

.log-in,
.restore-password {
    width: 100%;
    margin-bottom: 15px;
}

.save-profile {
    margin-bottom: 15px;
}

.authorization_form .lk_checkbox {
    margin-bottom: 15px;
}

.lk_checkbox__label {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.lk_checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -10;
}

.lk_checkbox__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding-left: 25px;
    position: relative;
}

.lk_checkbox__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #AF3530;
    background: #FFFFFF;
    transition: background 0.3s ease-out;
}

.lk_checkbox .lk_checkbox__input:checked + .lk_checkbox__text:before {
    background: #AF3530;
}

.lk_checkbox .lk_checkbox__input:checked + .lk_checkbox__text:after {
    content: url('/upload/frontend/checkbox_mark.svg');
    position: absolute;
    top: -1px;
    left: 3px;
}

.captcha__img {
    margin-bottom: 10px;
    text-align: center;
}

.restore_access__text,
.lk_container--restore_access--sent .authorization_form,
.lk__subtitle--sent,
.lk_container--restore_access--sent .lk__subtitle {
    display: none;
}

.lk_container--restore_access--sent .restore_access__text,
.lk_container--restore_access--sent .lk__subtitle--sent {
    display: block;
}

.restore_access__text {
    margin-bottom: 20px;
}

.restore_access__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.restore_access__text p:last-child {
    margin-bottom: 0;
}

.lk__action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.restore_access__form_view {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #AF3530;
    transition: color 0.3s ease-out;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #95979A;
    cursor: pointer;
}

.lk_container--restore_access--sent .restore_access__form_view {
    display: block;
}

.lk_container--profile {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 20px;
}

.lk_container__aside {
    position: sticky;
    top: 25px;
    width: 230px;
    min-width: 230px;
    transition: top 0.5s ease-out;
}

header.fixed + .main .lk_container__aside {
    top: 65px;
}

.lk_container__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 250px);
}

.lk_container__menu {
    background: #EFF2F4;
    border-radius: 5px;
    padding: 20px;
    list-style: none;
}

.lk_container__menu_item {
    margin-bottom: 30px;
}

.lk_container__menu_item:last-child {
    margin-bottom: 0;
}

.lk_container__menu_item a {
    display: flex;
    align-items: center;
}

.menu_item__icon img:last-child,
.lk_container__menu_item--current .menu_item__icon img:first-child {
    display: none;
}

.lk_container__menu_item--current .menu_item__icon img:last-child {
    display: block;
}

.menu_item__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.menu_item__icon img {
    transition: opacity 0.3s ease-out;
}

.menu_item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    transition: color 0.3s ease-out;
}

.lk_container__menu_item--current .menu_item__text {
    color: #AF3530;
}

.profile_block {
    margin-bottom: 40px;
    width: 100%;
}

.profile_block:last-child {
    margin-bottom: 0;
}

.profile_block__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

input[type="date"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
}

.contract__list {
    width: 100%;
}

.contract {
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contract:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contract__head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contract__link {
    display: flex;
    align-items: center;
}

.contracts__icon {
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #be2528;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contracts__icon img {
    width: 18px;
}

.contract__title {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    transition: color 0.3s ease-out;
}

.contract__link:hover .contract__title {
    color: #AF3530;
}

.contract__options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.contract__option {
    font-size: 14px;
    line-height: 18px;
    margin: 0 30px 10px 0;
    width: calc(100%/3 - 30px*3/2);
}

.contract__option:nth-child(3n) {
    margin-right: 0;
}

.contract__option .title {
    color: #95979a;
    margin-right: 3px;
}

.product {
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.product:last-child {
    margin-bottom: 0;
}

.product_block:last-child .product:last-child {
    border-bottom: none;
}

.product_block {
    margin-bottom: 40px;
}

.product_block:last-child {
    margin-bottom: 0;
}

.product_block__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px;
}

.product_block__title a {
    color: inherit;
    transition: opacity 0.3s ease-out;
}

.product_block__title a:hover {
    opacity: 0.8;
}

.product__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 30%;
    min-width: 30%;
    margin-right: 30px;
}

.product__img_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product__title {
    color: #be2528;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.product__title a {
    transition: color 0.3s ease-out;
}

.product__version {
    color: #95979a;
    font-weight: 300;
    margin-left: 7px;
    font-size: 14px;
}

.product__description {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.product_download {
    background: #AF3530;
    border-radius: 5px;
    padding: 10px 15px;
    min-width: 160px;
    outline: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    transition: background 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
}

.product_download:hover {
    color: #FFFFFF;
}

.product_table {
    width: 100%;
}

.product_table__table {
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.product_table__table thead {
    border-bottom: 5px solid #FFFFFF;
}

.product_table__table th {
    padding: 10px;
    background: #AF3530;
}

.product_table__table th:first-child {
    border-radius: 2px 0 0 0;
}

.product_table__table th:last-child {
    border-radius: 0 2px 0 0;
}

.product_table__table .title {
    font-size: 14px;
    line-height: 16px;
}

.product_table__table thead .title {
    color: #FFFFFF;
    font-weight: 500;
}

.product_table__table .title--product {
    color: #be2528;
}

.product_table__table tbody tr {
    border-top: 1px solid #efefef;
}

.product_table__table .product_table__table_group {
    background: #EFF2F4;
    border: none;
}

.product_table__table_group + tr {
    border: none;
}

.product_table__table td {
    padding: 10px;
}

.product_table__table_group td {
    text-align: center;
    padding: 5px 10px;
}

.product_table .subtitle {
    color: #95979a;
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.product_table .product_download {
    min-width: 135px;
}

.product_table .product_download.xs {
    display: none;
}

.mega-menu table .lk-item img {
    width: 17px;
    position: relative;
    top: -1px;
}

.lk_container__body-header .lk-item {
    margin-right: 20px;
}

.lk_container__body-header .lk-item img:last-child {
    display: none;
}

.lk_container__body-header .lk-item:hover img:first-child {
    display: none;
}

.lk_container__body-header .lk-item:hover img:last-child {
    display: inline-block;
}

@media (min-width: 1200px) {
    .lk_container__body-header .lk-item {
        display: none;
    }
}

.mega-menu table .lk-item img:last-child {
    display: none;
}

.mega-menu table .lk-item:hover img:first-child {
    display: none;
}

.mega-menu table .lk-item:hover img:last-child {
    display: inline-block;
}

@media (min-width: 1200px) {
    .top-switcher__button:hover {
        background: #be2528;
    }

    .top-switcher__button:hover .top-switcher__text {
        color: #FFFFFF;
    }

    .top-switcher__item:hover {
        background: rgba(122, 24, 26, 0.4);
        color: #FFFFFF;
    }

    .top-switcher__item--active:hover {
        background: #7a181a;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .lk_link:hover {
        color: #333333;
    }

    .lk_button:hover {
        background: #C7433F;
    }

    .lk_checkbox:hover .lk_checkbox__text:before {
        background: rgba(175, 53, 48, 0.1);
    }

    .lk_container--restore_access--sent .restore_access__form_view:hover {
        color: #C7433F;
    }

    .lk_container__menu_item:hover .menu_item__icon img:first-child {
        display: none;
    }

    .lk_container__menu_item:hover .menu_item__icon img:last-child {
        display: block;
        opacity: 0.7;
    }

    .lk_container__menu_item:hover .menu_item__text {
        color: rgba(175, 53, 48, 0.7);
    }

    .product_download:hover {
        background: #C7433F;
    }
}

@media (max-width: 991px) {
    .contract__option {
        width: calc(50% - 15px);
    }

    .contract__option:nth-child(3n) {
        margin-right: 30px;
    }

    .contract__option:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .logo-row .col-md-9 {
        display: block;
    }

    .logo-row .logo img {
        max-height: 49px;
    }

    .top-switcher,
    .top-switcher[data-switcher="switcher2"] {
        display: none;
    }

    .mega-menu .nav .select {
        padding: 0;
        position: relative;
    }

    .mega-menu .nav .select:hover {
        background: #eceff1;
    }

    .mega-menu .nav .select:before {
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        color: #444;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mega-menu .nav .select__title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        color: #777;
        font-size: 13px;
        line-height: 24px;
    }

    .mega-menu .nav .select .nav__select {
        width: 100%;
        padding: 9px 55px 9px 110px;
        height: 44px;
        border: none;
        color: #222222;
        font-size: 13px;
        line-height: 24px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
    }

    .lk__title {
        font-size: 24px;
        line-height: 28px;
    }

    .lk__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .lk_container--profile {
        flex-direction: column;
    }

    .lk_container__aside {
        position: relative;
        top: 0;
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        transition: none;
        margin-bottom: 15px;
    }

    .lk_container__body {
        width: 100%;
    }

    input::-webkit-date-and-time-value {
        text-align: left;
    }

    .product_block__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    .contract__option,
    .contract__option:nth-child(3n) {
        width: 100%;
        margin-right: 0;
    }

    .product {
        flex-direction: column;
    }

    .product_block {
        margin-bottom: 30px;
    }

    .product__img {
        width: 100%;
        margin: 0 0 20px 0;
        max-height: 250px;
        height: 50vw;
        min-height: 170px;
    }
}

@media (max-width: 400px) {
    .lk__action {
        flex-direction: column;
    }

    .restore_access__form_view {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 385px) {
    .lk_field--captcha input {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.btn-submenu-close {
    display: none;
}

.submenu-control-btn {
    display: none;
}

@media (max-width: 767px) {
    .container > .row > .maxwidth-theme {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lk_container--profile {
        position: static;
    }

    .lk_container__aside {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-width: 260px;
        min-width: auto;
        z-index: 1000;
        background-color: #EFF2F4;
        margin: 0;
        transition: all 0.3s ease-out;
    }

    .lk_container__aside.is-close {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }

    .lk_container__aside.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .lk_container__aside-wrapper {
        position: relative;
        padding-top: 20px;
    }

    .btn-submenu-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .lk_container__body-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .submenu-control-btn {
        display: flex;
        background-color: #FFFFFF;
        color: #be2528;
        padding: 5px 8px;
        border: 1px solid #be2528;
        font-size: 12px;
        border-radius: 10px;
        transition: all 0.3s ease-out;
    }

    .submenu-control-btn .fa {
        font-size: 21px;
    }

    .submenu-control-btn:hover {
        background-color: #be2528;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .menu-overlay {
        background-color: rgba(0,0,0, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.lk_container__body-header {
    margin-bottom: 25px;
}

.lk_container__body-header .lk__title {
    margin: 0;
}


