

/* 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:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1611156647666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/branch_about/style.css?175793718613269*/
.locationBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 3rem;
}
.locationBlock > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.locationBlock > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.locationBlock .map,
.locationBlock #detail_map {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}
.locationBlock .map:before,
.locationBlock #detail_map:before {
    background: url("/local/templates/.default/img/static/mapImg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
}
.locationBlock .map iframe,
.locationBlock #detail_map iframe,
.locationBlock .map > :first-child,
.locationBlock #detail_map > :first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.locationBlock .map > :first-child,
.locationBlock #detail_map > :first-child {
    width: 100% !important;
    height: 100% !important;
}
.locationBlock .map > :first-child > :first-child,
.locationBlock #detail_map > :first-child > :first-child {
    width: 100% !important;
    height: 100% !important;
}
.locationBlock .information {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.locationBlock .information li {
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1.4rem;
    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;
}
.locationBlock .information li [class^="ri-"] {
    position: absolute;
    opacity: 1;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    top: -0.2rem;
    left: 0.6rem;
    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;
    color: #939393;
    line-height: 1;
}
.locationBlock .information li .liTitle {
    width: 100%;
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2rem;
    padding-top: 0.2rem;
    margin-bottom: 0.4rem;
}
@media screen and (max-width: 960px) {
    .locationBlock {
        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;
    }
    .locationBlock .map,
    .locationBlock #detail_map {
        margin-bottom: 3rem;
    }
    .locationBlock .map:before,
    .locationBlock #detail_map:before {
        background-size: contain;
        padding-top: 56.25%;
    }
    .locationBlock .information li .liTitle {
        margin-bottom: 0;
    }
    .locationBlock .information p {
        line-height: 2.4rem;
    }
}
.personalReception .sectionTitle {
    font-weight: normal;
    margin-bottom: 1.4rem;
}
@media screen and (max-width: 960px) {
    .personalReception .sectionTitle {
        font-weight: normal;
        margin-bottom: 2.4rem;
    }
}
.officeAddresses {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 2.4rem 8.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.officeAddresses:hover {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0.6rem 2rem rgba(0,0,0,0.12);
    box-shadow: 0 0.6rem 2rem rgba(0,0,0,0.12);
    opacity: 1;
}
.officeAddresses > :first-child {
    width: 4.8rem;
    height: 4.8rem;
    color: #b8181c;
    font-size: 4.4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3rem;
    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;
}
.officeAddresses h6 {
    color: #000;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.8rem;
    margin-bottom: 0.6rem;
}
.officeAddresses p {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
}
.officeAddresses > :last-child {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3rem;
    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;
}
.officeAddresses.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem;
    display: none;
}
.officeAddresses.mobile > :first-child {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    display: inline-block;
    color: #000;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.4rem;
}
.officeAddresses.mobile > :last-child {
    width: 100%;
    margin: 0;
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    height: 4.8rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
}
@media screen and (max-width: 960px) {
    .officeAddresses {
        display: none;
    }
    .officeAddresses.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .officeAddresses.mobile > :last-child {
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 2.4rem;
    }
}
.persons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0.1rem;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #c4c4c4;
    background-color: #c4c4c4;
    overflow: hidden;
    margin-bottom: 2.2rem;
}
.persons > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.persons__item {
    background-color: #fff;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-calc(45% - 2.4rem) 2.4rem -webkit-calc(20% - 2.4rem) 2.4rem 1fr;
    -ms-grid-columns: calc(45% - 2.4rem) 2.4rem calc(20% - 2.4rem) 2.4rem 1fr;
    grid-template-columns: -webkit-calc(45% - 2.4rem) -webkit-calc(20% - 2.4rem) 1fr;
    grid-template-columns: calc(45% - 2.4rem) calc(20% - 2.4rem) 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 2.4rem;
    padding: 2rem;
}
.persons__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.persons__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.persons__item > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.persons__item .block {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.persons__item .block p {
    color: #000;
}
.persons__item .block p span {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: normal;
}
.persons__item .block p.position {
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
}
.persons__item .block p.fullName {
    font-weight: 700;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.persons__item .block p.days {
    font-size: 1.4rem;
    font-weight: normal;
    font-weight: normal;
    line-height: 2rem;
    text-align: center;
}
.persons__item .block p.worktime {
    font-size: 1.4rem;
    font-weight: normal;
    font-weight: normal;
    line-height: 2rem;
    text-align: center;
}
.persons__item .block p.address {
    font-size: 1.4rem;
    font-weight: normal;
    font-weight: normal;
    line-height: 2rem;
}
.persons__item .block a p,
.persons__item .block a span {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: normal;
}
.persons__item .block a.tel {
    font-size: 1.4rem;
    font-weight: normal;
    font-weight: normal;
    line-height: 2rem;
}
.persons__item > :last-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.persons__item > :last-child p {
    text-align: center;
}
@media screen and (max-width: 960px) {
    .persons {
        margin-bottom: 3rem;
    }
    .persons__item {
        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;
    }
    .persons__item > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .persons__item .block p.address {
        text-align: left;
    }
    .persons__item .block p.days {
        text-align: left;
    }
    .persons__item .block p.worktime {
        text-align: left;
    }
    .persons__item > :last-child {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.howToGet .sectionTitle {
    margin: 0;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 3.2rem;
}
.howToGet .textBlock {
    margin: 1.8rem 0 3.2rem;
}
.howToGet .imageItem .image {
    margin-bottom: 0;
}
.howToGet .imageItem .content__text {
    display: none;
}
@media screen and (max-width: 960px) {
    .howToGet .sectionTitle {
        font-size: 2rem;
        font-weight: normal;
        line-height: 2.8rem;
    }
    .howToGet .textBlock {
        margin: 3rem 0;
    }
}
.filial_banner > .container > a {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 25px;
    padding: 20px 25px;
    align-items: center;
    border: 1px solid rgba(242, 221, 155, 1);
    background-color: rgba(255, 251, 239, 1);
    border-radius: 6px;
}

.filial_banner > .container > a .filial_banner_info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filial_banner > .container > a .filial_banner_info > span {
    flex: 100%;
    display: block;
}
.filial_banner > .container > a .filial_banner_info .filial_banner_info_header {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
.filial_banner > .container > a .filial_banner_info .filial_banner_info_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
@media (max-width: 768px) {
    .filial_banner > .container > a {
        gap: 20px;
    }
    .filial_banner > .container > a .filial_banner_info .filial_banner_info_header {
        font-size: 18px;
    }
    .filial_banner > .container > a .filial_banner_info .filial_banner_info_text {
        font-size: 14px;
    }
    .filial_banner > .container > a .filial_banner_arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/branch_v2/style.css?1611156670107*/
.pagination div.active {
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/branch_press_news_list/style.css?161115667035*/
.tags .tag {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/branch_press_media_list/style.css?161115667035*/
.tags .tag {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/branch_press_video_list/style.css?161115667035*/
.tags .tag {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagination_without_href/style.css?1625037386107*/
.pagination div.active {
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/loyalty_program/style.css?16227080681436*/
.loyalty{
	font-weight: 300;
}
.img_loyalty{
    content: "";
    display: block;
    top: 0rem;
    left: 0;
    width: 100%;
	height: 100%;
    background: url("/local/templates/.default/components/bitrix/news.list/loyalty_program/img/persent.png") no-repeat top;
	background-size: 100% auto;
}
.loyalty .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9.2rem 2rem 1fr;
    grid-template-columns: 9.2rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 2rem;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
    padding: 3.2rem;
    margin-bottom: 2rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}
.loyalty .item .title{
	font-size: 2rem;
	margin-bottom: 2rem;
}
span.red{
	font-weight: 600;
}
.loyalty .item a.btn{
	margin-top: 3rem;
	display: inline-block;
}
.loyalty .sectionTitle__top{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14rem 2rem 1fr;
    grid-template-columns: 14rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 2rem;
    -webkit-border-radius: 8px;
    margin-bottom: 4rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loyalty .sectionTitle h3{
	margin-bottom: 2rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/branch_save/style.css?16138171064953*/
.representativeContacts .agent a,
.representativeContacts .agent p,
.representativeContacts .agent b {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.representativeContacts > :last-child {
    margin-bottom: 0;
}
.representativeContacts .info {
    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;
    width: 100%;
}
.representativeContacts .info.v2 .info__block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    border-bottom: 0.1rem dashed #c4c4c4;
    margin-bottom: 3rem;
    width: 100%;
}
.representativeContacts .info.v2 .info__block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.representativeContacts .info.v2 .info__block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.representativeContacts .info.v2 .info__block > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.representativeContacts .info__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 3rem 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 1.4rem;
    border-bottom: 0.1rem dashed #c4c4c4;
    padding: 3rem 0;
}
.representativeContacts .info__block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.representativeContacts .info__block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.representativeContacts .info__block__item {
    padding-left: 3.2rem;
    position: relative;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.representativeContacts .info__block__item > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    color: #939393;
    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;
    width: 2rem;
    height: 2rem;
}
.representativeContacts .info__block__item .title {
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2rem;
}
.representativeContacts .info__block__item p,
.representativeContacts .info__block__item a {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
}
.representativeContacts .info__block__item a:hover {
    text-decoration: underline;
    color: #b8181c;
}
.representativeContacts .info > :last-child {
    border-bottom: none;
}
.representativeContacts .last div a,
.representativeContacts .last div b {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.representativeContacts .last div a,
.representativeContacts .last div p {
    display: inline-block;
}
@media screen and (max-width: 980px) {
    .representativeContacts .info__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 2.4rem;
    }
    .representativeContacts .info__block > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .representativeContacts .info.v2 .info__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 2.4rem;
    }
    .representativeContacts .info.v2 .info__block > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .representativeContacts .last div a,
    .representativeContacts .last div b {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    .representativeContacts .last div a,
    .representativeContacts .last div p {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
/* 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 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1611156647666 */
/* /local/templates/.default/components/bitrix/news.detail/branch_about/style.css?175793718613269 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/branch_v2/style.css?1611156670107 */
/* /local/templates/.default/components/bitrix/news.list/branch_press_news_list/style.css?161115667035 */
/* /local/templates/.default/components/bitrix/news.list/branch_press_media_list/style.css?161115667035 */
/* /local/templates/.default/components/bitrix/news.list/branch_press_video_list/style.css?161115667035 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagination_without_href/style.css?1625037386107 */
/* /local/templates/.default/components/bitrix/news.list/loyalty_program/style.css?16227080681436 */
/* /local/templates/.default/components/bitrix/news.list/branch_save/style.css?16138171064953 */
