.act-header {
    padding: 0px 60px;
    background-image: url("https://arlis.vxsoft.int/static/img/header-bg.png");
    background-color: #174e75;
    color: white;
    cursor: pointer;
    height: 45px;

    img, p, span {
        display: inline-flex;
    }

    p {
        max-width: 250px;
        padding: 10px;
    }
}
.act-actions__status-wrap vx-icon,
.act-changes-history__couple,
.act-changes-history__heading,
.act-changes-history__item,
.act-changes-primary,
.act-changes-primary__date,
.act-container,
.act-container-heading,
.act-container__toggle-icon,
.act-link vx-icon,
.user-wrap__info > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.act-actions .dotted-x,
.act-actions__controls,
.act-actions__controls .hidden-btn,
.act-changes-history__couple_disabled .act-changes-history__couple-compare,
.act-sidebar__heading,
.act-sidebar__heading + .dotted-x {
    display: none;
}
.act-changes-history__item,
.act-changes-primary,
.act-changes-primary__date,
.act-container-heading,
.act-container__toggle-icon,
.act-link,
.user-wrap__info > span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.act-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.act-block__number,
.act-block__subtitle,
.act-block__text,
.act-block__title,
.act-changes-history__couple,
.act-changes-history__couple-compare,
.act-link,
.act-modal-content,
.act-modal-form,
.switcher__circle,
.switcher__circle vx-icon,
.switcher__element {
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.act-container.sidebar-left-closed .act-sidebar_left,
.act-container.sidebar-right-closed .act-sidebar_right,
.act-content-menu,
.act-modal-form,
.act-modal.form-active .act-modal-content,
.act-nav__section::after,
.compare-modal,
.switcher__circle vx-icon {
    visibility: hidden;
    opacity: 0;
}
.act-changes-history__couple:hover .act-changes-history__couple-compare,
.act-content-menu.active,
.act-modal.form-active .act-modal-form,
.act-nav__section.active::after,
.compare-modal.active,
.switcher.active .switcher__circle vx-icon {
    visibility: visible;
    opacity: 1;
}
.act-container,
.act-container__toggle {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.act-container {
    background-color: #f5f5f5;
    position: relative;
    padding: 0 529px 0 334px;
    overflow: hidden;
    max-height: calc(100vh - 40px);
    height: calc(100vh - 40px);
    min-height: 500px;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.act-container.sidebar-left-closed {
    padding-left: 0;
}
.act-container.sidebar-left-closed .act-container__toggle_left {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin-left: 32px;
}
.act-container.sidebar-left-closed .act-container__toggle_left .act-container__toggle-icon {
    width: 32px;
    height: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.act-container.sidebar-left-closed .act-sidebar_left {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.act-container.sidebar-right-closed {
    padding-right: 0;
}
.act-container.sidebar-right-closed .act-container__toggle_right .act-container__toggle-icon {
    border-radius: 0 50% 50% 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.act-container.sidebar-right-closed .act-sidebar_right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.act-container-heading {
    height: 50px;
}
.act-container__toggle {
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.act-container__toggle-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 12px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 12px 14px rgba(0, 0, 0, 0.05);
    margin-left: 8px;
}
.act-container__toggle-icon:only-child {
    width: 32px;
    height: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}
.act-container__toggle_left {
    left: 0;
    padding-left: 32px;
}
.act-container__toggle_right {
    right: 0;
}
.act-sidebar {
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    overflow: auto;
    height: 100%;
    width: 100%;
}
.act-sidebar_left {
    left: 0;
    max-width: 350px;
    padding-right: 16px;
}
.act-sidebar_left .act-sidebar__wrapper {
    padding: 0 0 32px 32px;
}
.act-sidebar_right {
    right: 0;
    max-width: 546px;
    padding-left: 16px;
}
.act-content {
    width: 100%;
    padding: 0 56px;
    height: 100%;
    overflow: hidden;
}
.act-sidebar__heading {
    position: relative;
}
.act-sidebar__body {
    position: relative;
}
.act-sidebar-close {
    position: absolute;
    top: 20px;
    right: 0;
}
.act-sidebar-close vx-icon {
    font-size: 20px;
}
.act-nav-search {
    position: sticky;
    top: 0;
    left: 0;
    margin-left: -32px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88.18%, #f5f5f5), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(180deg, #f5f5f5 88.18%, rgba(245, 245, 245, 0) 100%);
    padding: 0 0 20px 32px;
}
.act-nav__wrap {
    padding-right: 8px;
}
.act-nav__section {
    position: relative;
    color: #858585;
    margin-top: 24px;
}
.act-nav__section:first-child {
    margin-top: 0;
}
.act-nav__section.active .act-nav__section-number {
    color: #18bbb4;
}
.act-nav__section.active .act-nav__section-title {
    color: #333;
    font-family: HelveticaNeueLTARMW05-65Md;
}
.act-nav__section::after {
    content: "";
    position: absolute;
    left: -32px;
    top: 5px;
    width: 16px;
    height: 2px;
    background-color: #18bbb4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.act-nav__section-number {
    font-size: 12px;
}
.act-nav__section-title {
    line-height: 150%;
}
.act-content__info {
    margin-bottom: 24px;
}
.act-content__wrapper {
    position: relative;
    padding-bottom: 24px;

    .icon-scroll-up {
        color: #125c94;
        position: absolute;
        right: 20px;
    }
}
.scrollable-wrapper {
    overflow: auto;
}
@media (min-width: 1025px) {
    .scrollable-wrapper::-webkit-scrollbar {
        width: 8px;
    }
    .scrollable-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        -webkit-box-shadow: inset 0 0 2px #b8b8b8;
        box-shadow: inset 0 0 2px #b8b8b8;
    }
    .scrollable-wrapper::-webkit-scrollbar-thumb {
        background: #adadad;
        border-radius: 3px;
    }
    .scrollable-wrapper::-webkit-scrollbar-thumb:hover {
        background: #858585;
    }
}
.act-block,
.bookmark-item {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 12px 14px rgba(0, 0, 0, 0.05);
}
.act-doc-wrapper {
    position: relative;
    height: calc(100% - 50px);
}
.act-block {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 12px 14px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 54px 72px;
    font-size: 16px;
}
.act-block .dotted-x {
    margin: 50px 0;
}
.act-block__date {
    margin-top: -54px;
    margin-bottom: 40px;
    position: sticky;
    top: 0;
}
.act-block__date-wrap {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 0 0 12px 12px;
    line-height: 170%;
    font-size: 14px;
}
.act-block__section {
    color: #333;
    overflox-x: auto;
}
.act-block__number {
    margin-bottom: 10px;
    font-size: 1em;
}
.act-block__title {
    font-size: 1.875em;
    line-height: 133%;
    margin-bottom: 24px;
}
.act-block__item {
    margin-top: 48px;
}
.act-block__item:first-child {
    margin-top: 0;
}
.act-block__subtitle {
    font-size: 1em;
    margin-bottom: 10px;
}
.act-block__text {
    font-size: 1em;
    line-height: 162%;
}
.act-block mark {
    max-width: 100%;
    display: inline-block;
}
.compare-modal .act-block__section table {
    width: 100%;
}
.compare-modal .act-block__section table td {
    padding-right: 10px;
    padding-left: 10px;
}
.act-actions {
    padding: 0 16px;
}
.act-actions__back {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.act-actions__status {
    padding-left: 17px;
    padding-right: 17px;
}
.act-actions__status-wrap {
    background-color: #d1f1f0;
    padding: 4px 8px 5px;
    border-radius: 6px;
    font-size: 12px;
}
.act-changes-primary,
.act-info {
    border-radius: 12px;
    font-size: 14px;
}
.act-actions__status-wrap vx-icon {
    font-size: 14px;
    margin-right: 3px;
}
.act-actions__sizes {
    padding: 0 17px;
}
.act-actions__sizes,
.act-actions__status {
    position: relative;
}
.act-actions__sizes::after,
.act-actions__status::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 24px;
    background: url(../img/dot-y-sm.png) center/100% no-repeat;
}
.act-actions__sizes-plus {
    margin-right: 16px;
}
.act-actions__btns {
    padding-left: 17px;
    gap: 16px;
}
.act-tabs {
    position: sticky;
    top: 0;
    left: 0;
    margin-right: -32px;
    max-width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88.18%, #f5f5f5), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(180deg, #f5f5f5 88.18%, rgba(245, 245, 245, 0) 100%);
    padding: 20px 56px 20px 0;
}
.act-tabs-container {
    padding-right: 56px;
    padding-bottom: 24px;
}
.act-info {
    background: #fff;
    padding: 20px 24px;
    line-height: 171%;
}
.act-info__wrap .dotted-x {
    margin: 8px 0;
}
.act-info__label,
.act-info__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.act-changes-history__couples .current-act {
    background: #d1f1f0;
}
.act-changes-history__couples .icon-compare {
    font-size: 20px;
}
.act-changes-history__couples .current-act .icon-compare {
    color: #0ea9b1;
}
.act-changes-primary {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.42%, #125c94), to(#18bbb4));
    background: linear-gradient(90deg, #125c94 0.42%, #18bbb4 100%);
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    line-height: 170%;
    margin-bottom: 16px;
}
.act-changes-primary > vx-icon {
    font-size: 20px;
}
.act-changes-primary__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 10px;
}
.act-changes-primary__date {
    line-height: 1;
}
.act-changes-primary__date vx-icon {
    opacity: 0.5;
}
.act-changes-block {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
}
.act-changes-history__heading {
    padding: 8px 0;
    line-height: 170%;
}
.act-changes-history__heading > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.act-changes-history__couple {
    border-radius: 8px;
    position: relative;
    margin: 0 -12px;
    padding: 8px 12px;
}
.act-changes-history__couple.act-changes-primary {
    width: calc(100% + 24px);
}
.act-changes-history__couple-compare {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    color: #74d6d2;
}
.act-conection__item:hover .act-link,
.act-link:hover {
    color: #18bbb4;
}
.act-changes-history__couple:hover {
    background-color: #f3fcfb;
}
.act-changes-history__couple.current-act:hover {
    background-color: #a7eae8;
}
.act-changes-history__couple:hover .act-changes-history__couple-compare {
    pointer-events: auto;
}
.act-changes-history__couple_disabled:hover {
    background-color: #f5f5f5;
}
.act-changes-history__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.act-changes-history__item:nth-child(2) {
    padding-right: 32px;
}
.act-link {
    font-size: 14px;
    line-height: 170%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
}
.act-link-lang {
    border: 1px solid #d6d6d6;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.act-link vx-icon {
    line-height: initial;
}
.act-conection {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
}
.act-conection .act-nested-tabs .nested-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.act-conection__wrap {
    padding-top: 4px;
}
.act-conection__item {
    padding: 8px 12px;
    margin: 0 -12px;
    border-radius: 8px;
}
.act-conection__item:hover {
    background-color: #f3fcfb;
}
.act-conection__title {
    margin-top: 4px;
    display: block;
}
.user-actions {
    z-index: 3;
}
.user-actions_fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.user-actions__wrap {
    background: rgba(51, 51, 51, 0.75);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 12px 16px;
    min-height: 48px;
}
.user-actions__item {
    margin-right: 32px;
    position: relative;
}
.user-actions__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -28px;
    width: 24px;
    height: 24px;
    background: url(../img/dot-y-sm.png) center/2px no-repeat;
    opacity: 0.2;
    pointer-events: none;
}
.user-actions__item:last-child {
    margin-right: 0;
}
.act-modal__icon,
.comment-card__edit {
    margin-right: 16px;
}
.user-actions__counter {
    background: rgba(255, 255, 255, 0.2);
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 11px;
    margin-left: 2px;
}
.act-modal__title,
.compare-modal__title {
    font-size: 24px;
    line-height: 117%;
}
.act-modal,
z-modal {
    position: relative;
}
z-modal {
    z-index: 5;
}
.act-modal__close {
    position: absolute;
    top: 40px;
    right: 32px;
    z-index: 1;
}
.act-modal__body {
    padding: 32px;
}
.act-modal__heading {
    padding-right: 40px;
    margin-bottom: 24px;
}
.act-modal__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}
.act-modal__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.42%, #125c94), to(#18bbb4));
    background: linear-gradient(90deg, #125c94 0.42%, #18bbb4 100%);
    line-height: 24px;
    font-size: 13px;
    margin-left: 10px;
}
.act-modal-content,
.act-modal-form {
    top: 0;
    left: 0;
}
.act-modal-form {
    position: absolute;
    pointer-events: none;
}
.act-modal vx-button[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.act-modal.form-active .act-modal-content {
    position: absolute;
    pointer-events: none;
}
.act-modal.form-active .act-modal-form {
    position: static;
    pointer-events: auto;
}
.download-modal__body {
    padding: 48px 96px 64px;
}
.download-modal__close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 24px;
    right: 24px;
    border: 2px solid #adadad;
}
.download-modal__heading {
    margin-bottom: 24px;
}
.download-modal__icon,
.download-modal__item {
    display: block;
    margin-bottom: 16px;
}
.download-modal__title {
    display: block;
    font-size: 22px;
    line-height: 127%;
}
.download-modal__item {
    width: 100%;
    padding: 12px 24px;
}
.download-modal__item:last-child {
    margin-bottom: 0;
}
.download-modal__item > span {
    line-height: 150%;
}
.download-modal__item vx-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}
.compare-modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.compare-modal.active {
    pointer-events: auto;
}
.compare-modal__inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
}
.compare-modal__body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 32px 48px 0;
    position: relative;
}
.compare-modal__header {
    width: 100%;
    position: relative;
    padding-right: 40px;
    margin-bottom: 28px;
}
.compare-modal__content.fetching .compare-modal__loader {
    display: block;
}
.compare-modal__content.fetching .compare-modal__part {
    display: none !important;
}
.compare-modal__loader {
    display: none;
    margin: 0 auto;
}
.compare-modal__close {
    position: absolute;
    top: 8px;
    right: 0;
}
.compare-modal__icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.compare-modal__title {
    max-width: 35%;
}
.compare-modal__switcher {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.compare-modal__switcher > span {
    color: #f3f7fa;
    margin-right: 16px;
}
.compare-modal__content {
    max-height: calc(100% - 68px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    scrollbar-color: #adadad #e0e0e0;
    scrollbar-width: thin;
}
.compare-modal__content::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
.compare-modal__content::-webkit-scrollbar-thumb {
    background-color: #adadad;
}
.compare-modal__content::-webkit-scrollbar {
    width: 10px;
}
.compare-modal__part {
    max-width: calc(50% - 8px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    scrollbar-color: #adadad #e0e0e0;
    scrollbar-width: thin;
}
.compare-modal__part::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
.compare-modal__part::-webkit-scrollbar-thumb {
    background-color: #adadad;
}
.compare-modal__part::-webkit-scrollbar {
    width: 10px;
}
.compare-modal.single-compare .compare-modal__content {
    overflow: hidden;
    border-radius: 0;
}
.compare-modal.single-compare .compare-modal__part {
    overflow: auto;
}
.switcher__element {
    border-radius: 30px;
    width: 40px;
    height: 24px;
    background-color: #858585;
    position: relative;
}
.switcher__circle {
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 10px;
    color: #18bbb4;
}
.switcher.active .switcher__element {
    background-color: #18bbb4;
}
.switcher.active .switcher__circle {
    left: 20px;
}
.changed-text {
    background-color: #fad9de;
}
.old-site-link {
    display: none;
}

.act-scroller {
    position: sticky;
    float: right;
    bottom: 1em;
    margin: 1em;
}

@media (max-width: 1600px) {
    .act-container {
        padding-right: 0;
    }
    .act-container__toggle_right {
        display: none;
    }
    .act-sidebar_right {
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        visibility: hidden;
        opacity: 0;
        z-index: 5;
        max-width: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        padding-left: 0;
    }
    .act-sidebar_right.active {
        visibility: visible;
        opacity: 1;
    }
    .act-sidebar_right.active .act-sidebar__wrapper {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .act-actions__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 44px;
    }
    .act-actions__controls #nav-modal-trigger {
        display: none;
    }
    .act-sidebar_right .act-sidebar__wrapper {
        position: relative;
        width: 100%;
        border-radius: 0;
        height: 100%;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background-color: #f5f5f5;
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        overflow: auto;
    }
    .act-sidebar_right .act-sidebar__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .act-sidebar_right .act-sidebar__body {
        padding: 0 30px;
    }
    .act-sidebar_right .act-sidebar__heading + .dotted-x {
        display: block;
    }
    .act-sidebar__heading {
        padding: 20px 32px 16px 0;
    }
    .act-sidebar__heading > span {
        font-size: 17px;
    }
    .act-sidebar-icon {
        margin-right: 8px;
    }
    .act-sidebar-close {
        font-size: 20px;
    }
    .act-tabs {
        padding: 16px 30px 24px;
        margin-left: -30px;
        margin-right: -30px;
        overflow: auto;
        max-width: initial;
    }
    .act-tabs.act-container-heading {
        height: initial;
    }
    .act-tabs .tab {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .act-tabs-container {
        padding-right: 0;
    }
}
@media (max-width: 1280px) {
    .act-container {
        padding-left: 0;
    }
    .act-container__toggle_left {
        display: none;
    }
    .act-sidebar_left {
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        visibility: hidden;
        opacity: 0;
        padding-right: 0;
        z-index: 5;
        max-width: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .act-sidebar_left .act-sidebar__wrapper {
        padding: 0;
    }
    .act-sidebar_left .act-sidebar__body {
        padding: 0 30px;
    }
    .act-sidebar_left.active {
        visibility: visible;
        opacity: 1;
    }
    .act-sidebar_left.active .act-sidebar__wrapper {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .act-actions {
        padding: 0;
        margin-bottom: 20px;
    }
    .act-actions__controls #nav-modal-trigger {
        display: block;
        margin-left: 16px;
    }
    .act-sidebar_left .act-sidebar__wrapper {
        position: relative;
        width: 100%;
        border-radius: 0;
        height: 100%;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background-color: #f5f5f5;
        -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        overflow: auto;
    }
    .act-sidebar_left .act-sidebar__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .act-sidebar_left .act-sidebar__heading + .dotted-x {
        display: block;
    }
    .act-changes-history__couple-compare,
    .act-sidebar_left .act-container-heading,
    .compare-modal {
        display: none;
    }
    .act-nav {
        padding-bottom: 24px;
    }
    .act-nav-search {
        padding: 13px 30px 24px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .act-changes-history__item:nth-child(2) {
        padding-right: 0;
    }
    .act-changes-history__couple.act-changes-primary {
        width: 100%;
        margin-left: 0;
    }
    .act-container-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .act-actions__controls {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .act-actions__status:first-child {
        padding-left: 0;
    }
    .act-content-controls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .act-doc-wrapper {
        height: calc(100% - 40px);
    }
    .act-container {
        max-height: calc(100vh - 55px);
        height: calc(100vh - 55px);
        min-height: initial;
    }
    .act-header,
    .act-sidebar_left .act-sidebar__body,
    .act-sidebar_right .act-sidebar__body {
        padding: 0 16px;
    }
    .act-content {
        padding: 0;
    }
    .act-content-controls {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #fff;
        border-radius: 16px 16px 0 0;
        -webkit-box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        gap: 18px 24px;
        padding: 0 16px 18px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        visibility: hidden;
    }
    .act-content-controls:before {
        content: attr(data-modal-title);
        background: url('data:image/svg+xml,<svg width="8" height="2" viewBox="0 0 8 2" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_28120_71181)"><circle cx="1" cy="1" r="1" transform="rotate(-90 1 1)" fill="%23D6D6D6"/></g><defs><clipPath id="clip0_28120_71181"><rect width="2" height="8" fill="white" transform="translate(0 2) rotate(-90)"/></clipPath></defs></svg>')
            bottom left repeat-x;
        display: block;
        width: 100%;
        padding: 18px 0;
        font-family: "GHEA Narek";
        font-size: 17px;
        font-weight: 600;
        line-height: 21px;
    }
    .act-actions__back span,
    .act-content-controls.open-share-only .act-actions__btns,
    .act-content-controls.open-share-only .act-actions__sizes,
    .act-content-controls.open-share-only .act-actions__status:not(.social-links),
    .act-content-controls:not(.open-share-only) .act-actions__status:not(.lang-links) {
        display: none;
    }
    .act-content-controls.active,
    .act-content-controls.open-share-only {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .act-content-controls.open-share-only:before {
        content: attr(data-share-title);
    }
    .act-content-controls:not(.open-share-only):before {
        content: attr(data-settings-title);
    }
    .act-status-mobile {
        display: block;
    }
    .modal-close-panel {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
    }
    .act-actions__status {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
    }
    .act-actions__status.social-links {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        gap: 16px;
    }
    .act-actions__status.social-links img {
        width: 40px;
    }
    .act-actions__status.lang-links {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        padding-top: 18px;
    }
    .act-actions__status.lang-links:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        width: 100%;
        background: url('data:image/svg+xml,<svg width="8" height="2" viewBox="0 0 8 2" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_28120_71181)"><circle cx="1" cy="1" r="1" transform="rotate(-90 1 1)" fill="%23D6D6D6"/></g><defs><clipPath id="clip0_28120_71181"><rect width="2" height="8" fill="white" transform="translate(0 2) rotate(-90)"/></clipPath></defs></svg>')
            top left repeat-x;
    }
    .act-actions__sizes {
        background-color: #f5f5f5;
        border-radius: 48px;
        padding: 8px 16px;
        gap: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .act-actions__sizes-plus {
        margin-right: 0;
    }
    .act-actions__btns {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding-left: 0;
    }
    .act-actions__btns .control {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #f5f5f5;
        border-radius: 50%;
    }
    .act-actions {
        padding: 15px;
        margin-bottom: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: initial;
    }
    .act-actions__back {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .act-actions__back a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        font-size: 12px;
    }
    .act-actions__status {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
    }
    .act-actions__sizes::after,
    .act-actions__status::after {
        display: none;
    }
    .act-actions__sizes {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: initial;
    }
    .act-actions__btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: initial;
    }
    .act-actions__controls {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .act-tabs,
    .act-tabs-container {
        margin-left: -16px;
        margin-right: -16px;
    }
    .act-actions__controls .btn {
        width: 40px;
    }
    .act-actions__controls .hidden-btn {
        display: block;
    }
    .act-actions .dotted-x {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .act-tabs {
        padding-left: 16px;
        padding-right: 16px;
    }
    .act-content__wrapper,
    .act-tabs-container {
        padding-bottom: 0;
    }
    .act-block {
        border-radius: 20px 20px 0 0;
        padding: 20px 16px 48px;
    }
    .act-block .dotted-x {
        margin: 16px 0;
    }
    .act-block__number {
        font-size: 0.8125em;
    }
    .act-block__title {
        font-size: 1.375em;
        margin-bottom: 20px;
    }
    .act-block__item {
        margin-top: 32px;
    }
    .user-actions_fixed {
        bottom: 16px;
    }
    .act-info {
        padding: 16px;
    }
    .act-changes-primary {
        margin-left: 16px;
        margin-right: 16px;
        font-size: 12px;
        padding: 10px;
        border-radius: 10px;
        width: initial;
    }
    .act-changes-primary__title {
        margin-right: 5px;
    }
    .act-changes-block .act-nested-tabs,
    .act-conection .act-nested-tabs,
    .act-nav-search {
        margin-left: -16px;
        margin-right: -16px;
        padding-right: 16px;
    }
    .act-changes-primary > vx-icon {
        font-size: 16px;
    }
    .act-changes-block {
        padding: 16px;
    }
    .act-changes-block .act-nested-tabs {
        padding-left: 8px;
    }
    .act-changes-history {
        font-size: 12px;
    }
    .act-conection {
        padding: 16px;
    }
    .act-conection .act-nested-tabs {
        padding-left: 8px;
    }
    .act-conection .act-nested-tabs .nested-tab {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: initial;
    }
    .act-conection__item {
        font-size: 14px;
    }
    .act-nav__section::after {
        width: 9px;
        left: -16px;
    }
    .act-nav-search {
        padding-left: 16px;
    }
    .act-modal__body {
        padding: 20px 16px;
    }
    .act-modal__close {
        top: 20px;
        right: 16px;
    }
    .act-modal__heading {
        margin-bottom: 16px;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .act-modal__dots {
        display: block;
        margin-bottom: 16px;
    }
    .act-modal__icon {
        width: initial;
        height: initial;
        margin-right: 8px;
    }
    .act-modal__icon.bg-blue-5 {
        background-color: initial;
    }
    .act-modal__icon vx-icon {
        color: #333;
    }
    .act-modal__title {
        font-size: 17px;
        line-height: 22px;
    }
    .act-modal__count {
        width: 15px;
        height: 15px;
        font-size: 9.75px;
        line-height: 15px;
        position: absolute;
        left: 13px;
        top: -3px;
        z-index: 1;
        margin-left: 0;
    }
    .bookmark-item {
        padding: 15px;
        margin-bottom: 16px;
    }
    .bookmark-item__remove {
        margin-left: 3px;
    }
    .comment-card {
        margin-bottom: 16px;
        border-radius: 15px;
        padding: 15px 15px 72px;
        position: relative;
    }
    .comment-card__desc {
        font-size: 14px;
        line-height: 170%;
    }
    .comment-card__action {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        margin-left: 0;
        padding: 0 16px;
    }
    .comment-card__delete,
    .comment-card__edit {
        border-radius: 100px;
        width: initial;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .comment-card__delete > span,
    .comment-card__edit > span {
        display: block;
        font-size: 14px;
        margin-left: 4px;
    }
    .comment-card__edit {
        margin-right: 14px;
    }
    .comment-block {
        padding: 12px 14px 12px 17px;
    }
    .comment-block__text {
        font-size: 16px;
        line-height: 144%;
        padding-left: 0;
    }
    .user-wrap__about {
        margin-left: 11px;
    }
    .about-comment__block {
        padding: 15px;
    }
    .about-comment__value {
        font-size: 14px;
    }
    .download-modal__body {
        padding: 20px 16px;
    }
    .download-modal__icon img {
        max-width: 48px;
    }
    .download-modal__item {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
    }
    .act-content__info {
        padding: 0 16px;
    }
}
