

/* Start:/local/components/parnas/instructions/templates/.default/style.css?17393598273101*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

:root {
    --header-height: 3rem;
    --nav-width: 0px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

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

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

.body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s;
}

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/components/parnas/filter/templates/modal-filter/style.css?17551677304751*/
.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?1745221174512*/
/* 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 */


/* Start:/local/templates/.default/components/bitrix/news.list/section/style.css?1731499550150*/
div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture {
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/services-in/style.min.css?17125811046236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/components/parnas/instructions/templates/.default/style.css?17393598273101 */
/* /local/components/parnas/filter/templates/modal-filter/style.css?17551677304751 */
/* /local/components/parnas/roles/templates/modal-filter/style.css?1745221174512 */
/* /local/templates/.default/components/bitrix/news.list/section/style.css?1731499550150 */
/* /local/templates/.default/components/bitrix/catalog.section.list/services-in/style.min.css?17125811046236 */
