

/* Start:/local/templates/.default/components/bitrix/menu/tabs_menu_arrow/style.css?161381710611782*/
.customScrollTabs {
    width: 100%;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.8rem;
}
.customScrollTabs.hiddenArrow .customTabs:before,
.customScrollTabs.hiddenArrow .customTabs:after {
    content: none;
}
.customScrollTabs.hiddenArrow .prev,
.customScrollTabs.hiddenArrow .next {
    opacity: 0;
    visibility: hidden;
}
.customScrollTabs.showArrow .prev,
.customScrollTabs.showArrow .next {
    opacity: 1;
    visibility: visible;
}
.customScrollTabs.showShadow .customTabs:before,
.customScrollTabs.showShadow .customTabs:after {
    opacity: 1;
    visibility: visible;
}
.customScrollTabs.finish .customTabs:after {
    opacity: 0;
    visibility: hidden;
}
.customScrollTabs.finish .customTabs:before {
    opacity: 1;
    visibility: visible;
    width: 6rem;
}
.customScrollTabs.start .customTabs:before {
    opacity: 0;
    visibility: hidden;
}
.customScrollTabs.start .customTabs:after {
    opacity: 1;
    visibility: visible;
    width: 6rem;
}
.customScrollTabs.show {
    height: auto;
    opacity: 1;
    width: 100%;
}
.customScrollTabs.show .container {
    position: relative;
    overflow: visible;
}
.customScrollTabs.show .tabActive {
    -webkit-border-radius: 0.4rem 0.4rem 0 0;
    border-radius: 0.4rem 0.4rem 0 0;
}
.customScrollTabs.show .tabActive i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #b8181c;
}
.customScrollTabs.show .tabActive.active {
    border: 1px solid #000;
}
.customScrollTabs.show .customTabs {
    width: 100%;
    padding: 0.8rem 0;
    height: auto;
    position: absolute;
    -webkit-border-radius: 0 0 0.4rem 0.4rem;
    border-radius: 0 0 0.4rem 0.4rem;
    top: -webkit-calc(100% - 2px);
    top: calc(100% - 2px);
    left: 0;
    z-index: 4;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1;
}
.customScrollTabs.show .customTabs .tabs {
    padding: 0;
}
.customScrollTabs.show .customTabs .tabs a {
    padding: 0.8rem 1.6rem;
}
.customScrollTabs.show .customTabs .tab:before,
.customScrollTabs.show .customTabs .tab:after {
    content: none;
}
.customScrollTabs.show .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.customScrollTabs.show .tabs li {
    width: 100%;
}
.customScrollTabs.default .tabActive {
    display: none;
}
.customScrollTabs.default .customTabs {
    height: auto;
    opacity: 1;
}
.customScrollTabs.v2 .tabActive {
    display: none;
}
.customScrollTabs.v2 .customTabs {
    height: auto;
    opacity: 1;
}
.customScrollTabs.v2.show .customTabs {
    height: auto;
    opacity: 1;
}
.customScrollTabs .tabActive {
    display: none;
}
.customScrollTabs .mCS-scrollTabsThm .mCSB_container {
    margin-bottom: 0;
}
.customScrollTabs .mCS-scrollTabsThm .mCSB_scrollTools_horizontal {
    visibility: hidden;
}
.customScrollTabs .prev {
    left: -1.5rem;
}
.customScrollTabs .prev:after {
    left: 100%;
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.customScrollTabs .next {
    right: -1.5rem;
}
.customScrollTabs .next:after {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
    right: 100%;
}
.customScrollTabs .prev,
.customScrollTabs .next {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    line-height: normal;
    font-weight: normal;
    flex: none;
    position: relative;
    top: 0;
    background-color: #fff;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    display: none;
}
.customScrollTabs .prev:after,
.customScrollTabs .next:after {
    position: absolute;
    content: "";
    top: -0.2rem;
    width: 1rem;
    height: -webkit-calc(100% + 0.2rem);
    height: calc(100% + 0.2rem);
    z-index: 2;
    display: block;
}
.customScrollTabs .prev:hover,
.customScrollTabs .next:hover {
    color: #b8181c;
}
.customScrollTabs .prev.hide,
.customScrollTabs .next.hide {
    opacity: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}
.customScrollTabs .prev:before,
.customScrollTabs .next:before {
    position: relative;
    top: -0.2rem;
}
.customScrollTabs .container {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
}
.customTabs {
    margin: 0;
    position: relative;
}
.customTabs:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3rem;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
    height: 100%;
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    display: none;
}
.customTabs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3rem;
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 100%);
    height: 100%;
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    display: none;
}
.customTabs .tabs {
    margin-bottom: 0;
}
.customTabs .tabs:before {
    content: none;
}
.customTabs li {
    margin-bottom: 0;
    display: block;
}
.customTabs .tab {
    height: auto;
    font-size: 1.95rem;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    display: block;
}
.customTabs .tab span {
    font-size: inherit;
    font-weight: normal;
    line-height: 1;
}
.customTabs .tab:before {
    left: 0;
}
.customTabs .tab:after {
    left: 1.2rem;
}
.customTabs .tab.active:after {
    border-bottom: 2px solid #b8181c;
}
.customTabs ul > :first-child .tab {
    padding-left: 0;
}
.customTabs ul > :first-child .tab:after {
    width: -webkit-calc(100% - 1.2rem);
    width: calc(100% - 1.2rem);
    left: 0;
}
.customTabs ul > :first-child .tab:before {
    left: 0;
    width: 100%;
}
.customTabs ul > :last-child .tab {
    padding-right: 0;
}
.customTabs ul > :last-child .tab:before {
    width: 100%;
}
.customTabs ul > :last-child .tab:after {
    width: -webkit-calc(100% - 1.2rem);
    width: calc(100% - 1.2rem);
    left: 1.2rem;
}
.customTabs ul > :last-child .tab.active:after {
    width: -webkit-calc(100% - 1.2rem);
    width: calc(100% - 1.2rem);
}
@media screen and (max-width: 1023px) {
    .customTabs:before,
    .customTabs:after {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    .customScrollTabs.v2 .tabActive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .customScrollTabs.v2 .customTabs {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .customScrollTabs .customTabs {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .customScrollTabs .customTabs.mVersion {
        position: relative;
        top: 0;
        padding: 0.8rem 0;
        background-color: #fff;
        height: auto;
        opacity: 1;
        z-index: auto;
        display: none;
        border: none;
        border-bottom: 1px solid #939393;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }
    .customScrollTabs .customTabs.mVersion .tabs {
        padding: 0;
    }
    .customScrollTabs .customTabs.mVersion .tabs a {
        padding: 0.8rem 1.6rem;
    }
    .customScrollTabs .customTabs.mVersion .tab:before,
    .customScrollTabs .customTabs.mVersion .tab:after {
        content: none;
    }
    .customScrollTabs .customTabs.mVersion .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .customScrollTabs .customTabs.mVersion .tabs li {
        width: 100%;
    }
    .customScrollTabs .tabActive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 6.4rem;
        border: 1px solid;
        cursor: pointer;
        color: #313131;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 2.4rem;
        padding: 1.6rem;
        -webkit-border-radius: 0.4rem;
        border-radius: 0.4rem;
        border: 1px solid #939393;
        background-color: #fff;
        margin-bottom: 0;
    }
    .customScrollTabs .tabActive:hover i {
        font-size: 2rem;
        line-height: normal;
        color: #b8181c;
    }
    .customScrollTabs .tabActive:focus,
    .customScrollTabs .tabActive.active {
        border: 1px solid #000;
    }
    .customScrollTabs .tabActive i {
        cursor: pointer;
        position: absolute;
        height: 6.4rem;
        width: 6.4rem;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2rem;
        line-height: normal;
        color: #939393;
        top: 0;
        right: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/page_phones/style.css?16138171061941*/
.hotPhones .sectionTitle {
    margin-top: 0;
}
.hotPhones .activity-wrap,
.hotPhones .advice-phones {
    margin-bottom: 0;
}
@media screen and (max-width: 980px) {
    .hotPhones .activity-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
    }
    .hotPhones .activity-wrap > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}
@media screen and (max-width: 680px) {
    .hotPhones {
        margin-top: 3.6rem;
        padding-top: 3.2rem;
        position: relative;
    }
    .hotPhones .sectionTitle {
        font-weight: normal;
        margin-bottom: 3.6rem;
    }
    .hotPhones:before {
        content: '';
        height: 1px;
        background-color: #c4c4c4;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hotPhones .activity-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 2rem;
    }
    .hotPhones .activity-wrap > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .hotPhones .activity-wrap .activity .phone-title {
        margin-top: 0;
    }
    .hotPhones .activity-wrap .activity.phones {
        height: 100%;
        padding: 2.4rem;
    }
    .hotPhones .activity-wrap .activity.phones .img-wrap {
        line-height: 1;
        top: 0;
        position: relative;
        margin-bottom: 2rem;
    }
    .hotPhones .activity-wrap .phone {
        font-size: 2.8rem;
        font-weight: normal;
        line-height: 3.2rem;
    }
}
/* End */


/* Start:/local/components/impulsit/feedback.form/templates/question_expert/style.css?1758716862462*/
.message_send {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    color: #61a942;
    background-color: #dff2de;
    border-color: #ebccd1;
}

.message_err {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.formPage.no-bottom-padding {
    padding-bottom: 0;
}

/* End */
/* /local/templates/.default/components/bitrix/menu/tabs_menu_arrow/style.css?161381710611782 */
/* /local/templates/.default/components/bitrix/news.detail/page_phones/style.css?16138171061941 */
/* /local/components/impulsit/feedback.form/templates/question_expert/style.css?1758716862462 */
