

/* Start:/local/components/parnas/instructions/templates/.default/style.css?17618437322775*/
:root {
    --header-height: 3rem;
    --nav-width: 0px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

html {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none
}

.l-navbar h5 a {
    transition: opacity 0.5s ease;
}


.l-navbar.show .header_toggle {
    right: 0;
}

.l-navbar:not(.show) .header_toggle {
    left: 5px;
}

.header_toggle {
    font-size: 1.5rem;
    cursor: pointer;
    top: 30px;
    left: 260px;
    transition: all 0.5s ease;
    z-index: 100;
}

.header_img img {
    width: 40px
}

.nav_icon {
    font-size: 1.25rem
}

.bx-menu.bx-x svg {
    transition: transform .35s ease;
    transform-origin: 0.5em 50%;
    transform: rotate(180deg);
}

.bx-menu svg {
    transform: rotate(0deg);
}

.height-100 {
    height: 100vh
}

/*лендинг инструкции*/

.desktop__actions {
    display: flex;
    flex-wrap: nowrap;
}

.desktop__actions button:not(:last-child) {
    margin-right: 8px;
}

#orders-collapse {
    transition: all 1s ease;
    overflow-x: hidden;
}

.l-navbar {
    transition: all 0.5s ease;
}

.l-navbar.show {
    width: 296px;
    min-width: 296px;
    border-right: 1px solid #E8E8EF;
}

.l-navbar:not(.show) {
    min-width: unset;
    width: 30px;
}
.l-navbar:not(.show) h5 {
    opacity: 0;
}
.l-navbar:not(.show) ul {
    opacity: 0;
}

.l-navbar:not(.show) .sidebar {
    border-right: 1px solid transparent;
}

nav .list-unstyled.overflow-hidden {
    transition: all 0.3s ease;
}

.instruct-nav__list {
    display: flex;
    flex-direction: column;
}
.instruct-nav__item {
    margin-bottom: 6px;
    padding-left: 24px;
}
.instruct-nav__item a {
    border-radius: 10px 0 0 10px;
}
.instruct-nav__top {
    padding: 6px 8px;
}
.instruct-nav__top .collapse-icon {
    min-height: 20px;
    min-width: 20px;
}
.instruct-nav__top:not(.collapsed) .instruct-nav__section {
    font-weight: 600;
}
.instruct-nav__top.collapsed .collapse-icon {
    transform: rotate(180deg);
}
.instruct-nav__section {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #101025;
}
.instruct-nav__top a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.instruct-nav__icon {
    padding: 8px 4px 4px 4px;
    margin-right: 8px;
}
.instruct-nav__top a:not(.collapsed) .instruct-nav__icon {
    transform: rotate(180deg);
}

#instructionMenu {
    padding-top: 30px;
    position: relative;
}
#instructionMenu p {
    margin: 0;
    max-width: 250px;
}

#body-pd {
    padding-left: 296px;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100vw;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.form/search/style.css?17618437321741*/
#outerFilterReset {
    background: none;
    color: #4C6EF5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-top: 2px solid #4C6EF5;
    border-bottom: 2px solid #4C6EF5;
    border-right: none;
    border-left: none;
    padding: 0;
}

.filters-button__block {
    position: relative;
}
.filters-button__counter {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #4C6EF5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.filters-button__counter p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
}

.filters-button__block:not(.some-filters) .filters-button__counter {
    opacity: 0;
}
.filters-button__block:not(.some-filters) svg rect {
    opacity: 0;
}
.filters-button__block:not(.some-filters) svg path {
    fill: #AEAEBC;
}
.filters-button__block:not(.some-filters):hover svg path {
    fill: #8b8b8d;
}

#search-form-result-mobile {
    position: absolute;
    top: 66px;
    width: 100%;
    padding: 10px;
    z-index: 111;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgb(34 60 80 / 20%);
    transition: all 0.5s ease;
}
#search-form-result-mobile .search-content {
    margin-right: -10px;
}
#mobileSearch .modal-content {
    background: none;
    padding: 0;
    box-shadow: none;
}
#mobileSearch .modal-dialog {
    margin: 40% auto 0;
    padding: 0 10px;
}
#mobileSearch #searchField {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#desktopSearchForm {
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    #desktopSearchForm {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/components/parnas/filter/templates/modal-filter/style.css?17618437324751*/
.filter-modal-button {
    position: fixed;
    bottom: 83px;
    right: 16px;
    z-index: 100;
    background: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    border: 1px solid #D6D6DF;
    cursor: pointer;
    box-shadow: 0 4px 6px 0 rgba(41, 41, 64, 0.14), 0 -6px 15px 0 rgba(41, 41, 64, 0.1) !important;
    font-size: 14px;
    font-weight: 600;
}
@media (min-width:992px) {
    .filter-modal-button {
        display: none;
    }
}

.filter-modal-dialog{
    margin: 0;
    height: 100%;
}

.filter-modal-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}

.filter-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 12px 20px;
}

.filter-modal-badges {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #E8E8EF;
    min-height: 48px;
}
.filter-modal-badges.empty {
    display: none;
}

.filter-modal-tab-switcher {
    padding: 0 20px 12px 20px;
    border-bottom: 1px solid #E8E8EF;
}
.filter-modal-tab-switcher .tab-switcher {
    display: flex;
    width: 100%;
    background: #F4F4F8;
    padding: 4px;
    gap: 4px;
    border-radius: 8px;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill.active {
    background: #4C6EF5;
    color: #fff;
    font-weight: 600;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill .pill-counter {
    margin-left: 8px;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill .pill-counter.empty {
     display: none;
 }

.filter-modal-body {
    flex-grow: 1;
    padding: 12px 20px;
}

.filter-modal-tab {
    display: none;
    transition: all 0.3s ease;
}
.filter-modal-tab.active {
    display: block;
}

.filter-modal-option-list {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}
.filter-modal-option-list.active {
    display: flex;
}

.filter-modal-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 24px;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #D6D6DF;
}
.filter-modal-option .filter-modal-option--checkbox {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin-right: 0 !important;
    border: 1px solid #D7D9E1;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}
.filter-modal-option .filter-modal-option--checkbox svg {
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    transition: all 0.3s ease;
}
.filter-modal-option.active .filter-modal-option--checkbox svg.active {
    opacity: 1;
}
.filter-modal-option .filter-modal-option--label {
    flex-grow: 1
}

/* filter content items (roles|services|types|etc) */
.filter-modal-option-groups {
    width: 100%;
    display: flex;
    gap: 4px;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
.filter-modal-option-groups .group-pill {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
}
.filter-modal-option-groups .group-pill.active {
    border: 1px solid #E8E8EF;
    box-shadow: 0 1px 2px 0 #2929400F, 0 1px 3px 0 #29294014;
}
.filter-modal-option-groups .group-pill .group-pill-counter {
    margin-left: 8px;
}
.filter-modal-option-groups .group-pill .group-pill-counter.empty {
    display: none;
}
/** filter controls */
.filter-modal-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #E8E8EF;
    padding: 16px 20px 23px 20px;
}
.filter-modal-controls .filter-button {
    border: 1px solid #E8E8EF;
    color: #4C6EF5;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease;
    background-color: white;
}
.filter-modal-controls .filter-button.submit {
    color: white;
    background-color: #4C6EF5;
    border-color: #4C6EF5;
    padding: 12px 24px;
}
.filter-modal-controls .filter-button.clear {

}

.filter-modal-button-counter {
    display: none;
    position: absolute;
    top: -6px;
    right: -6px;
    height: 14px;
    min-width: 14px;
    padding: 0 4px;
    background-color: #73757E;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 999px;
}
.filter-modal-button-counter.show {
    display: flex;
}
/* End */


/* Start:/local/components/parnas/roles/templates/modal-filter/style.css?1761843732512*/
/* filter content items (roles|services|types|etc) */
.modal-role-groups {
    width: 100%;
    display: flex;
    gap: 4px;
    padding-bottom: 16px;
    overflow: auto;
}
.modal-role-groups .role-group-pill {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
}
.modal-role-groups .role-group-pill.active {
    border: 1px solid #E8E8EF;
    box-shadow: 0 1px 2px 0 #2929400F, 0 1px 3px 0 #29294014;
}
/* End */
/* /local/components/parnas/instructions/templates/.default/style.css?17618437322775 */
/* /local/templates/.default/components/bitrix/search.form/search/style.css?17618437321741 */
/* /local/components/parnas/filter/templates/modal-filter/style.css?17618437324751 */
/* /local/components/parnas/roles/templates/modal-filter/style.css?1761843732512 */
