

/* 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/templates/.default/components/bitrix/news.list/actuals/style.css?17618437328291*/
/*actual*/
#actualModal {
    scroll-behavior: smooth;
}
#actualModal .modal-content {
    padding: 0px;
}
.modal.right-actual .modal-dialog {
    max-width: 920px;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.actual-main-page h2 {
    display: flex;
    align-items: flex-end;
}
.actual-main-page .actual-header {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .actual-main-page .actual-header {
        justify-content: space-between;
    }
}
.actual {
    background: white;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.actual-content {
    background: transparent;
}
.actual-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8EF;
}
.actual-top__header {
    max-width: 625px;
    width: 100%;
}
.actual-top img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 16px;
}
.actual-top p {
    font-size: 15px;
    line-height: 24px;
}
.actual-top .btn-favorites.fav-added {
    opacity: 1;
}
.actual-top .btn-favorites .fav-icon path, .actual-top .btn-favorites .fav-icon rect {
    transition: all 0.3s ease;
}
.actual-top .btn-favorites .fav-icon:hover path {
    fill: #292940;
}
.actual-top .btn-favorites .fav-icon:hover rect {
    fill: #E8E8EF;
}
.actual-detail {
    max-width: 640px;
    width: 100%;
}
.actual .cancel:hover {
    cursor: pointer;
}
.actual-block {
    border-radius: 12px;
    border: 1px solid #E8E8EF;
    padding: 1rem 1rem 2rem 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.actual-block h5 {
    margin-bottom: 12px;
}
.actual-block img {
    max-width: 100% !important;
    height: auto !important;
    border: 1px solid #E8E8EF;
    border-radius: 10px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.actual-block img:nth-child(even) {
    margin-right: 16px;
}
.actual-block:not(:last-child) {
    margin-bottom: 1rem;
}
.actual-block:last-child {
    margin-bottom: 40px;
}
.actual-collapse {
    position: absolute;
    bottom: 1rem;
    display: flex;
    align-items: end;
}
.actual-collapse label {
    cursor: pointer !important;
}
.actual-collapse input {
    display: none;
}
.actual-collapse svg {
    transition: transform 0.3s ease;
}
.actual-collapse:not(.collapsed) svg {
    transform: rotate(180deg);
}
.actual-block__content {
    transition: all 0.5s ease-in;
    margin-bottom: 12px;
    overflow: hidden;
}
.actual .news-links__container {
    padding-top: 0;
}
.actual-block__content section:last-child {
    margin-bottom: 0.5rem;
}
.actual-block__content section:nth-child(2) {
    padding-bottom: 24px;
}
.actual-block__collapsed {
    height: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
.actual-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.actual-content::-webkit-scrollbar {
    opacity: 0;
}
.actual .news-links__header {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #87879B;
}
.actual .news-links__container {
    top: 24px;
}
.actual .news-links__item {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #53546E;
}
.actual .news-links__item.selected {
    color: #101025;
    font-weight: 700;
}
.actual-share {
    background-color: transparent;
    border: none;
    position: relative;
}
.actual-share .share-button rect, .actual-share .share-button path {
    transition: all 0.3s ease;
}
.actual-share:hover .share-button rect {
    fill: #E8E8EF;
}
.actual-share:hover .share-button path {
    fill: #292940;
}
.actual-share .share-tooltip {
    position: absolute;
    top: 115%;
    left: -60px;
    transition: opacity 0.5s ease;
    pointer-events: none;
    opacity: 0;
}
.actual .mobile-actions {
    width: 100%;
    margin-top: 16px;
    display: flex;
}
.actual .mobile-actions button {
    height: 40px;
    flex-grow: 1;
}
.actual .mobile-actions .actual-share {

    display: flex;
    align-items: center;
    padding: 10px;
    background: #F4F4F8;
    border-radius: 12px;
    color: #53546E;
    font-weight: 600;
    justify-content: center;
}
.actual .mobile-actions .actual-share .share-tooltip {
    left: auto;
}
.actual .mobile-actions__button {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #F4F4F8;
    border-radius: 12px;
    color: #53546E;
    font-weight: 600;
    justify-content: center;
}
.actual-top__mobile .btn-favorites .tooltip-fav__removed, .actual-top__mobile .btn-favorites .tooltip-fav__added {
    top: 132%;
    left: unset;
    right: unset;
}
.actual-close rect, .actual-close path {
    transition: all 0.3s ease;
}
.actual-close:hover rect {
    fill: #E8E8EF;
}
.actual-close:hover path {
    fill: #292940;
}
.actual .news-links {
    min-width: unset;
    max-width: 192px;
}

.card-actual {
    height: 70px;
    transition: all 0.3s ease-out;
    padding: 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #E8E8EF;
    background-color: #FFFFFF;
    cursor: pointer;
}
.card-actual.no-text .text-muted {
    display: none !important;
}
.card-actual img {
    border-radius: 0.5rem;
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-actual:hover {
    border: 1px solid #D6D6DF;
}
.card-actual.main-page .btn-favorites {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.card-actual.main-page:hover .btn-favorites {
    opacity: 1;
}
.card-actual.main-page .btn-favorites.fav-added {
    opacity: 1;
}
.card-actual .fav-icon {
    width: 14px;
    height: 18px;
}

/* modal for actual */
.modal.right-actual .modal-dialog {
    max-width: 920px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.modal.right-actual .modal-content {
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
    background: white;
}
.modal.right-actual.fade .modal-dialog {
    right: -920px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right-actual.fade.show .modal-dialog {
    right: 0;
    max-width: 920px;
    margin-right: 0;
}
.modal.right-actual .modal-body {
    padding: 15px 15px 80px;
}
.modal.right-actual {
    padding-right: 0 !important;
    max-width: 100vw !important;
}
.modal.right.fade .modal-dialog {
    right: -340px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.card-actual {
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #E8E8EF;
    background-color: #FFFFFF;
}
.card-actual img {
    border-radius: 0.5rem;
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-actual:hover {
    border: 1px solid #D6D6DF;
}

.card-actual.main-page .btn-favorites {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.card-actual.main-page:hover .btn-favorites {
    opacity: 1;
}

.card-actual .fav-icon {
    width: 14px;
    height: 18px;
}
.card-actual__button {
    background: none;
    border: none;
    padding: 0;
    text-align: start;
}

/* actuals mobile */

.card-actual {
    height: auto;
}



.actual {
    transition: opacity 0.2s ease-in;
    box-shadow: 0px -10px 10px -5px rgba(41, 41, 64, 0.04), 0px -20px 25px -5px rgba(41, 41, 64, 0.08);
    border-radius: 16px 16px 0px 0px;
}
.actual-top__mobile h2 {
    margin-top: 1rem;
}
.actual-top__mobile img {
    width: 64px;
    height: 64px;
}
.modal.right-actual .modal-content::-webkit-scrollbar {
    display: none;
}
@media (max-width: 768px) {
    .actual-main-page h2 {
        justify-content: space-between;
    }
    .card-actual.main-page .btn-favorites {
        opacity: 1;
    }
    .right-actual .modal-dialog {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/services/style.css?17618437321063*/
/* ��������� ������� ������� �� ������� */
.services__desktop--button {
	display: flex;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
}
.services__desktop--button p {
	font-weight: 500;
	font-size: 14px;
	color: #4C6EF5;
	text-decoration: none;
	line-height: 27px;
	margin: 0;
}
.services__desktop--button svg {
	margin-left: 8px;
	transition: all 0.3s ease;
}
.services__desktop--button:hover > p {
	color: #364FC7;
}
.services__desktop--button:hover > svg path {
	fill: #364FC7;
}
.services__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.services__header h2 {
	margin-bottom: 0;
}
.services__desktop--list {
	margin-top: 12px;
	transition: all 0.5s ease;
	overflow: hidden;
}
.services__desktop--list .swiper-wrapper {
	height: auto !important;
}
.services__desktop--list .swiper-pagination-horizontal {
	bottom: 2px !important;
}
.services__desktop--full {
	height: 100% !important;
}
.services__button--active {
	transform: rotate(-180deg);
}
/* End */


/* Start:/local/components/parnas/roles/templates/.default/style.css?1761843732104*/
#otherRoles img {
    width: 1.5rem;
    height: 1.5rem;
}
#otherRoles ul {
    padding-left: 2.25rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main/style.css?17618437321054*/
.swiper-news .swiper-wrapper {
    height: 100%;
}
.swiper-news {
    height: 312px;
}
.swiper-news .swiper-slide.card {
    border-radius: 0.75rem ;
}
.swiper-news .swiper-slide {
    overflow: visible !important;
}
.swiper-news .card {
    overflow: visible !important;
}
@media (max-width: 576px) {
    #main-news {
        height: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
    }

    .swiper-news .swiper-slide {
        width: 190px !important;
        height: 255px !important;
    }

    .swiper-news .card-img-top {
        min-height: 100px;
        height: 100px;
    }

    .swiper-news {
        height: unset;
    }

    .swiper-news .card-title {
        -webkit-line-clamp: 3;
    }

    .news-text__title {
        font-size: 14px;
        line-height: 16px;
        height: 66px;
        margin-bottom: 1rem;
    }

    .news-text__role {
        font-size: 12px;
        line-height: 14px;
    }

    .news .card-body {
        padding: 0.75rem;
    }
}
/* 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/templates/.default/components/bitrix/search.form/search/style.css?17618437321741 */
/* /local/templates/.default/components/bitrix/news.list/actuals/style.css?17618437328291 */
/* /local/templates/.default/components/bitrix/catalog.section.list/services/style.css?17618437321063 */
/* /local/components/parnas/roles/templates/.default/style.css?1761843732104 */
/* /local/templates/.default/components/bitrix/news.list/main/style.css?17618437321054 */
/* /local/components/parnas/filter/templates/modal-filter/style.css?17618437324751 */
/* /local/components/parnas/roles/templates/modal-filter/style.css?1761843732512 */
