

/* Start:/local/templates/main_catalog/plugins/jquery.twentytwenty/jquery.twentytwenty.css?17388345689651*/
/* twentytwenty.css - CUSTOM */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
    height: 9999px;
    left: 50%;
    margin-left: -0.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 1px;
    top: 50%;
    margin-top: -0.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -5px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -5px; }

.twentytwenty-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.twentytwenty-before-label {
    opacity: 0; }
.twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; }

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25; }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1; }

.twentytwenty-before {
    z-index: 20; }

.twentytwenty-after {
    z-index: 10; }

.twentytwenty-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 40;
    cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 34px;
    -webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 34px;
    -webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 34px;
    -webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 34px;
    -webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: sliderBtnAnimLeft 1s infinite alternate linear;
    animation: sliderBtnAnimLeft 1s infinite alternate linear;
}

.twentytwenty-right-arrow {
    border-right: 1px solid white;
    border-top: 1px solid white;
    right: 50%;
    margin-right: -10px;
    -webkit-animation: sliderBtnAnimRight 1s infinite alternate linear;
    animation: sliderBtnAnimRight 1s infinite alternate linear;
}

.twentytwenty-up-arrow {
    border-left: 1px solid white;
    border-top: 1px solid white;
    top: 50%;
    margin-top: -10px;
    -webkit-animation: sliderBtnAnimUp 1s infinite alternate linear;
    animation: sliderBtnAnimUp 1s infinite alternate linear;
}

.twentytwenty-down-arrow {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    bottom: 50%;
    margin-bottom: -10px;
    -webkit-animation: sliderBtnAnimDown 1s infinite alternate linear;
    animation: sliderBtnAnimDown 1s infinite alternate linear;
}

.twentytwenty-handle:hover .twentytwenty-left-arrow,
.twentytwenty-handle:active .twentytwenty-left-arrow {
    margin-left: -20px;
    -webkit-animation: none;
    animation: none;
}

.twentytwenty-handle:hover .twentytwenty-right-arrow,
.twentytwenty-handle:active .twentytwenty-right-arrow {
    margin-right: -20px;
    -webkit-animation: none;
    animation: none;
}

.twentytwenty-handle:hover .twentytwenty-up-arrow,
.twentytwenty-handle:active .twentytwenty-up-arrow {
    margin-top: -20px;
    -webkit-animation: none;
    animation: none;
}

.twentytwenty-handle:hover .twentytwenty-down-arrow,
.twentytwenty-handle:active .twentytwenty-down-arrow {
    margin-bottom: -20px;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes sliderBtnAnimLeft {
    0% {
        margin-left: -10px;
    }

    100% {
        margin-left: -20px;
    }
}

@keyframes sliderBtnAnimLeft {
    0% {
        margin-left: -10px;
    }

    100% {
        margin-left: -20px;
    }
}

@-webkit-keyframes sliderBtnAnimRight {
    0% {
        margin-right: -10px;
    }

    100% {
        margin-right: -20px;
    }
}

@keyframes sliderBtnAnimRight {
    0% {
        margin-right: -10px;
    }

    100% {
        margin-right: -20px;
    }
}

@-webkit-keyframes sliderBtnAnimUp {
    0% {
        margin-top: -10px;
    }

    100% {
        margin-top: -20px;
    }
}

@keyframes sliderBtnAnimUp {
    0% {
        margin-top: -10px;
    }

    100% {
        margin-top: -20px;
    }
}

@-webkit-keyframes sliderBtnAnimDown {
    0% {
        margin-bottom: -10px;
    }

    100% {
        margin-bottom: -20px;
    }
}

@keyframes sliderBtnAnimDown {
    0% {
        margin-bottom: -10px;
    }

    100% {
        margin-bottom: -20px;
    }
}
/* End */


/* Start:/local/templates/main_catalog/components/bitrix/news/skit_services/bitrix/news.detail/skit-detail-2/style.css?173883456718633*/
/* Скрываем фиксированную шапку */
.header.header-fixed.menu_hidden {
    opacity: 0;
    z-index: -1;
}

.sticky_item {
    position: sticky;
    top: 0;
    padding: 0;
    margin-bottom: 2rem;
    background: #fff;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    z-index: 1010;
}

.anchor_link {
    display: block;
    height: 0;
}

/*menu_anchor_list*/
.menu_anchor_list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0;
}

.menu_anchor_item {
    padding: 0.5rem 1rem;
    background: transparent;
    border-radius: 1rem;
    border: 1px solid transparent;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.menu_anchor_item.active {
    background: #ECF1F7;
    border-color: #ECF1F7;
}

.menu_anchor_link {
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    color: inherit;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.menu_anchor_link:hover {
    color: var(--theme-skit-color);
}

.more_anchor {
    position: relative;
    padding: 0.5rem 1rem;
    background: transparent;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.more_anchor.active {
    background: #ECF1F7;
    border-color: #ECF1F7;
}

.more_anchor > a {
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    color: inherit;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.more_anchor > a:hover {
    color: var(--theme-skit-color);
}

.more_anchor svg {
    width: 0.8em;
    height: auto;
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.more_anchor ul {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    display: none;
    height: auto;
    width: auto;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.10);
    z-index: 500;
}

.more_anchor:hover ul {
    display: block;
}

@media all and (max-width: 991px){
    .menu_anchor_list {
        display: none;
    }
}

/*top_info*/
.top_info_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: end;
    padding: 0.5rem 0 0;
}

.top_info_badge {
    font-size: 14px;
    color: inherit;
    padding: 3px 20px;
    margin-bottom: 0.5rem;
    background: #ECF1F7;
    border-radius: 5px;
}

.top_info_price_wrap {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.top_info_prices {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: end;
    -webkit-justify-content: flex-end;
    justify-content: end;
}

.top_info_price_old {
    font-size: 1rem;
    line-height: 1;
    color: inherit;
    text-decoration: line-through;
    white-space: nowrap;
    margin-right: 0.5rem;
    opacity: 0.5;
}

.top_info_price {
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    color: inherit;
}

.top_info_price_desc {
    font-size: 0.8rem;
    color: inherit;
    text-align: right;
    opacity: 0.5;
}

.top_info_button {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

@media all and (max-width: 991px){
    .top_info_wrap {
        -webkit-justify-content: flex-start;
        justify-content: start;
    }

    .top_info_badge {
        margin-right: 1rem;
    }

    .top_info_price_wrap {
        margin-left: 0;
        margin-right: 1rem;
    }

    .top_info_button {
        margin-left: 0;
    }
}

@media all and (max-width: 579px){
    .top_info_prices {
        -webkit-justify-content: flex-start;
        justify-content: start;
    }

    .top_info_price_desc {
        text-align: left;
    }
}

/*Контент*/
.news-detail {
    padding: 0;
}

.article-layout {
    margin: 30px 0 0;
}

.article-stats {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.article-stats__item {
    background: #fff;
    padding-right: 25px;
}

.g-emph {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-detail svg {
    vertical-align: unset;
}

.g-icon:first-child {
    margin-right: 5px;
}

.g-icon:last-child {
    margin-left: 5px;
}

.news-preview-text {
    margin-bottom: 30px;
}

.news-preview-text p:last-child {
    margin-bottom: 0;
}

.news-detail-picture {
    margin-bottom: 30px;
}

.news-detail-picture img {
    border-top-right-radius: 60px;
    display: block;
    max-width: 100%;
}

.news-detail-text .lead {
    font-weight: 500;
    line-height: 1.4;
}

.news-detail-text p:last-child {
    margin-bottom: 0;
}

.news-detail-text img {
    border-top-right-radius: 60px;
    display: block;
    margin: 30px 0;
    max-width: 100%;
}

.article-share__link {
    align-self: center;
}

.g-link:hover .g-link__text,
.g-link:active .g-link__text {
    border-bottom-color: transparent;
}

.article-share__link svg {
    vertical-align: middle;
}

.g-link__text {
    border-bottom: 1px solid currentColor;
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    -ms-transition: border-bottom-color 0.3s;
    -o-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
}

.g-link__text--inv {
    border-bottom-color: transparent;
}

.g-link:hover .g-link__text--inv,
.g-link:active .g-link__text--inv {
    border-bottom-color: currentColor;
}

/****************************************/
.detail-content-video {
    position: relative;
    padding-bottom: 56.25%;
}

.detail-content-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
}

#swiper-detail-content {
    position: relative;
}

#swiper-detail-content img {
    width: 100%;
    border-radius: 15px;
}

.detail_slider_button {
    background: #fff;
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 50px;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

#swiper-detail-content .detail-content-prev {
    left: 5px;
}

#swiper-detail-content .detail-content-next {
    right: 5px;
}

#swiper-detail-content .icon-font {
    display: inline-flex;
    font-size: 20px;
}

.detail_slider_button.swiper-button-disabled {
    opacity: 0.5;
}

.detail-content-link {
    display: block;
    color: inherit;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-radius: 10px;
}

.detail-content-link.last-elem {
    border: 1px solid #d6d6d6;
}

.detail-content-link:hover {
    color: inherit;
}

.detail-content-link i {
    font-size: 1.3rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.detail-content-link:hover i.detail-content-link-arrrow {
    margin-left: 10px;
}

.detail-content-link i:before {
    vertical-align: -.3rem;
}

.detail-content-link .detail-content-link-text {
    padding: 0 5px;
}

.detail-content-file {
    display: block;
    color: inherit;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-radius: 10px;
}

.detail-content-file.last-elem {
    border: 1px solid #d6d6d6;
}

.detail-content-file .detail-content-file-icon {
    font-size: 3rem;
}

.detail-content-file-text {
    display: inline-block;
    padding: 0 10px;
}

.detail-content-file-size {
    font-size: 0.8rem;
}

.detail-content-file .detail-content-file-download {
    float: right;
    font-size: 2rem;
    padding-top: 1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.detail-content-file .detail-content-file-download:hover {
    padding-top: 1.5rem;
}

@media all and (max-width: 768px){
    .detail-content-file .detail-content-file-download {
        float: none;
    }
}

.docs-list-item {
    border-top: 1px solid #eee;
}

.docs-list-item:last-child {
    border-bottom: 1px solid #eee;
}

.docs-list-item-title {
    position: relative;
    font-size: 20px;
    padding: 27px 50px 27px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.docs-list-item-title:hover {
    padding-left: 15px;
}

.docs-list-item-icon {
    position: absolute;
    top: 16px;
    right: 0;
    content: '';
    border-radius: 50%;
}

.docs-list-item-icon i {
    display: block;
    font-size: 24px;
    line-height: 1em;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.docs-list-item-title:hover .docs-list-item-icon {
    background: #eee;
}

.docs-list-item-title.active i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.docs-list-item-text {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    border-bottom: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.detail-content-contacts {
    display: block;
    color: inherit;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

.detail-content-buttons-wrap {
    display: block;
    color: inherit;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

/*ТАБы*/
.detail_tabs .nav-tabs .nav-link {
    font-size: 20px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.detail_tabs .nav-tabs .nav-link:hover {
    border-color: var(--theme-skit-color) !important;
}

.nav-tabs .nav-link.active {
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.detail_tab_content {
    display: -webkit-flex;
    display: flex;
}

.detail_tab_text {
    width: 100%;
}

.detail_tab_img {
    width: 40%;
    min-width: 40%;
    margin-left: 2rem;
}

.detail_tab_img img {
    width: 100%;
    border-radius: 10px;
}

@media all and (max-width: 1200px) {
    .detail_tab_content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail_tab_img {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-top: 2rem;
    }
}

@media all and (max-width: 992px) {
    .detail_tabs .nav-tabs .nav-link {
        margin-right: 0;
    }
}

/*Properties */
.detail_prop_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 1px dashed #d6d6d6;
}

.detail_prop_title {
    width: 50%;
    font-weight: bold;
}

.detail_prop_value {
    width: 50%;
    margin: 0;
}

@media all and (max-width: 1200px) {
    .detail_prop_item {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .detail_prop_title {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .detail_prop_value {
        width: 100%;
    }
}

/*Верхний блок*/
/*Тип 1*/
.top_slider_item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_slider_item.has_content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.top_slider_item.has_content:hover:before {
    background: rgba(0, 0, 0, 0.8);
}

.top_slider_content {
    display: none;
}

.top_slider_item.has_content .top_slider_content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 5rem;
    margin: 5rem 0;
    z-index: 3;
}
.top_slider_title h3 {
    margin: 0;
}

.top_slider_desc {
    margin-top: 1rem;
}

.top_slider_button {
    margin-top: 1rem;
}

.top_slider .top_slider_prev {
    left: 5px;
}

.top_slider .top_slider_next {
    right: 5px;
}

.top_slider_pagination {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

/*Тип 2*/
.top_slider_images {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top_slider_images .top_slider_item {
    width: 78%;
}

.top_slider_images .top_slider_item.full_w {
    width: 100%;
}

.top_slider_other {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 20%;
}

.top_slider_other .top_slider_other_image {
    position: relative;
    width: 100%;
    height: 31%;
}

.top_slider_other_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media all and (max-width: 992px) {
    .top_slider_item.has_content .top_slider_content {
        padding: 1rem;
        margin: 2rem 0;
    }

    .top_slider_images {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .top_slider_images .top_slider_item {
        width: 100%;
    }

    .top_slider_other {
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .top_slider_other .top_slider_other_image {
        width: 31%;
        height: 10rem;
        margin-top: 0.5rem;
    }

    .top_slider .top_slider_prev,
    .top_slider .top_slider_next {
        display: none;
    }

    .top_slider_pagination {
        display: block;
    }

}

@media all and (max-width: 768px) {
    .top_slider_other .top_slider_other_image {
        height: 5rem;
    }
}

/* ДО и ПОСЛЕ*/
.tt_block {
    position: relative;
    padding-top: 56.25%;
}

.tt_block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}

.tt_block .twentytwenty-overlay {
    border-radius: 1rem;
}

/*map*/
.map_objects_block .nav-tabs {
    border: 0;
}

.map_objects_block .nav-item {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.map_objects_block .nav-tabs .nav-link {
    font-size: 1.5rem;
    color: inherit;
    padding: 0;
    background-color: #fff;
    border: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.map_objects_block .nav-tabs .nav-link:hover {
    color: var(--theme-skit-color);
}

.map_objects_block .nav-tabs .nav-link.active {
    color: var(--theme-skit-color);
    border-bottom: 1px dashed currentColor;
}

.map_objects_wrap {
    padding: 1rem;
    border: 1px solid #E3E3E3;
    border-radius: 1rem;
}

.map_objects {
    width: 100%;
    height: 600px;
    border-radius: 1rem;
    overflow: hidden;
}

.map_objects_all {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.map_objects_all:hover {
    color: var(--theme-skit-color);
}

.map_objects_item {
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.map_objects_item_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 1rem;
    background: #F4F4F4;
    border-radius: 5px;
}

.map_objects_item_icon img {
    max-width: 30px;
    max-height: 30px;
}

.map_objects_item_info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.map_objects_item_title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.map_objects_item:hover .map_objects_item_title {
    color: var(--theme-skit-color);
}

.map_objects_item_desc {
    font-size: 0.9rem;
    line-height: 1.2;
    color: inherit;
    margin-top: 0.25rem;
    opacity: 0.5;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.map_objects_item:hover .map_objects_item_desc {
    opacity: 1;
}

@media all and (max-width: 767px){
    .map_objects {
        height: 350px;
    }
}
/* End */
/* /local/templates/main_catalog/plugins/jquery.twentytwenty/jquery.twentytwenty.css?17388345689651 */
/* /local/templates/main_catalog/components/bitrix/news/skit_services/bitrix/news.detail/skit-detail-2/style.css?173883456718633 */
