

/* Start:/bitrix/templates/mfc/components/bitrix/news.list/slider/style.css?16972073463563*/
.main-slider-container__back {
    /*background: linear-gradient(90deg, #fbe6e3 0%, #ffffff 70%, #fbe6e3 100%);*/
    border: 1px solid #e5e4e4;
    position: relative;
    margin-bottom: 7rem;
}

.main-slider .main-slider__item {
    display: flex;
}

.slick-slider {
    margin: unset !important;
}

.main-slider .main-slider__item h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #e84a36;
    letter-spacing: -0.19px;
    font-family: 'Circe Extra Bold';
}

.main-slider .main-slider__item p {
    font-size: 1.6rem;
    color: #4d3e33;
    line-height: 21px;
}

.main-slider .main-slider__item span {
    font-size: 1.2rem;
    color: #423734;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: 'Circe Extra Bold';
}

.main-slider .main-slider__item a {
    text-transform: uppercase;
    font-family: 'Circe Extra Bold';
    z-index: 20;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.main-slider .slick-dots li button:before {
    font-size: 3rem;
    color: #e84a36 !important;
}

.carousel-control {
    position: absolute;
    width: 8%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    left: 0;
}

.carousel-control.right:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
}

.carousel-control.left:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.main-slider__arrows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.main-slider__arrows a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    text-decoration: none;
}

.main-slider__arrows .left {
    justify-content: flex-start;
}

.main-slider__arrows .right {
    justify-content: flex-end;
}

.main-slider__arrows .left span {
    padding-left: 5px;
}

.main-slider__arrows .right span {
    padding-right: 5px;
}

.main-slider .main-slider__item__left-side {
    padding-left: 7rem;
}

.main-slider .main-slider__item__right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slick-dots {
    bottom: -45px !important;
}

.main-slider__item__full {
    position: relative;
    cursor: default;
}

.main-slider__item__full .button-href__left {
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
}
.main-slider__item__full .button-href__right {
    position: absolute;
    right: 2rem;
    bottom: 0.5rem;
}

.linked {
    cursor: pointer;
    transition: 0.5s;
}

.linked:hover {
    transition: 0.5s;
    filter: opacity(0.5);
}
/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/map.yandex.system/.default/style.css?1619535659681*/
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:/bitrix/templates/mfc/components/bitrix/news.list/offices-main-info/style.css?170774504892*/
.mainFilials p{
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
}
/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/news.list/notice-main/style.css?17018419932117*/
.news-main {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 20px;
}

.news-main .news-main__item {
    box-shadow: 0 4px 12px 0 #00000029;
    border-radius: 7px;
    text-decoration: none;
    transition: all 0.5s;
}

.news-main .news-main__item:last-child {
   /* display: none;*/
}

.news-main .news-main__item:hover {
    transition: all 0.5s;
    transform: scale(1.05);
    box-shadow: 0 4px 12px 0 #0000004f;
}

.news-main .news-main__item:hover .date-day{
    color: #e84a36 !important;
    transition: all 0.5s;
}
.news-main .news-main__item:hover .date-month{
    color: #e84a36 !important;
    transition: all 0.5s;
}


@media (max-width: 768px) {
    .news-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-main .news-main__item:last-child {
        display: block;
    }
}

@media (max-width: 410px) {
    .news-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-main .news-main__item:last-child {
        display: none;
    }
}


.news-main .news-main__item img {
    width: 100%;
}




.news-main .news-main__item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: unset;
    font-size: 1.2rem;
    line-height: 1.2rem;
    transition: all 0.5s;
    color: #4d3e33a8;
}

.news-main .news-main__item h4 {
    line-height: 2rem;
}


.news-main .news-main__item .date-day {
    font: 36px 'Circe Extra Bold';
    color: #C39367;
    transition: all 0.5s;
}

.news-main .news-main__item .date-month {
    font: 11px 'Circe Extra Bold';
    color: #C39367;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 3px;
    letter-spacing: 0.3px;
    transition: all 0.5s;
}

.news__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}

.news__more {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #e84a36;
}

/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/news.list/offices-main-more/style.css?17079219754434*/

#officesSelect .modal-footer div {
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

#officesSelect .modal-body {
    min-height: 70vh;
}

.map-page-title-wrapper input {
    padding: 5px 5px 5px 30px;
    border-radius: 5px;
    border: 2px solid #d4d4d4;
    box-shadow: 0 0 13px #f1f1f1 inset;
    width: 100%;
}

.map-page-title-wrapper img {
    position: absolute;
    left: 27px;
    top: 32px;
}

#offices-section .offices-section__toogler {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

#offices-section .offices-section__toogler button {
    text-align: center;
    border: 1px solid #ddd;
    font: 1.3rem "Circe Extra Bold";
    text-transform: uppercase;
    background: #FFF;
    transition: all 0.5s;
}

#offices-section .offices-section__toogler button:hover {
    background: #e2e1e1;
    transition: all 0.5s;
}

#offices-section .offices-section__toogler .choosed {
    background: #e84a36 !important;
    color: #FFF;
    cursor: unset;
    transition: all 0.5s;
}

#offices-section .offices-section__listContent {
    height: 50vh;
    overflow: scroll;
}

#offices-section .offices-section__listContent__item {
    display: grid;
    border-bottom: 1px solid #ddd;
    gap: 10px;
}

@media (min-width: 768px) {
    #offices-section .offices-section__listContent__item {
        grid-template-columns: 2fr 2fr 1fr;
    }
}

#offices-section .offices-section__listContent__item:last-child {
    border-bottom: unset;
}

#offices-section .offices-section__content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.offices-section__listContent__item h5 {
    font-size: 1.5rem;
    margin-top: 5px;
}

.offices-section__info {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
}

.offices-section__worktime div {
    text-align: center;
}

.offices-section__worktime {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    justify-content: flex-start;
    font-size: 1.4rem;
    line-height: 1.3rem;
    margin-top: 5px;
}

.offices-section__worktime-week {
    padding: 0px 12px 7px 12px;
    border-bottom: 2px solid #959494;
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
}

.offices-section__worktime-time {
    margin-bottom: 7px;
}

.offices-section__worktime-weekend {
    color: #e84a36;
    border-bottom-color: #e84a36;
}

.offices-section-opacity {
    opacity: 0;
}

.ymaps-2-1-79-b-cluster-tabs {
    min-height: 250px !important;
}

#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.ymaps-default-cluster {
    border-radius: 32px !important;
    background: #E04E39 !important;
    color: #fff !important;
    font-size: 18px !important;
}

#mapButton {
    z-index: 10 !important;
    margin-top: -30px;
    position: relative;
    padding: 0px 0px 0px 3px;
}

/* custom radio */
.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-right: 0.2em;
    margin-left: 0.2em;
    width: 1em;
    height: 1em;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 0px;

    background-color: #e5e4e4;
    padding: 1px 6px 2px 1px;
    border: 1px solid #adb5bd;
    border-radius: 10px;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 1.25em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox:checked + label::before {
    border: 2px solid #adb5bd;
    background-color: #e7472c;
    cursor: pointer;
}

.offices-section__content .alert-info {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.offices-section__content .alert-info span {
    color: red;
    position: absolute;
    right: 10px;
    top: 5px;
}

.offices-section__content .alert-info p {
    margin: unset;
}
/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/news.list/life-situations/style.css?16983716162447*/
:root {
    --text-light: rgba(247, 77, 63, 1);
    --text-lighter: rgba(77, 62, 51, 1);
    --text-lighterAll: rgba(255, 255, 255, 1);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
}

.hero-section {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media (max-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-grid .card:before {
        padding-bottom: 85%;
    }
}

@media (max-width: 410px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-grid .card:before {
        padding-bottom: 60%;
    }
}


.card {
    list-style: none;
    position: relative;
    border: unset !important;
    max-height: 200px;
    box-shadow: 0 4px 12px 0 #00000029;
}

.card:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: bottom;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card__content {
    left: 0;
    padding: 20px 10px 20px 20px;
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.3rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.card__headingAll {
    color: var(--text-lighterAll);
    font-size: 1rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}

.more .card__category {
    color: #FFF;
}

.more .card__heading {
    color: #FFF;
}

/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1720150610967*/
.pagination {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.pagination a {
    min-width: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #C39367;
    padding: 6px 14px;
    border: 1px solid #C39367;
    display: inline-block;
    transition: all .5s;
    margin: 0 5px 0 0;
    text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
    text-decoration: none;
    color: #fff;
    background: #623B2A;
    transition: all .5s;
    border: 1px solid #623B2A;
}
.pagination a img {
    width: 12px;
}
.pagination a.next img {
    margin: -7px -3px -3px -3px;
}
.pagination a.next:hover {
    text-decoration: none;
    color: #623B2A;
    background: #fff;
    transition: all .5s;
}
.pagination a.prev img {
    transform: rotate(180deg);
    margin: -7px -3px -3px -3px;
}
.pagination a.prev:hover {
    text-decoration: none;
    color: #623B2A;
    background: #fff;
}

/* End */


/* Start:/bitrix/templates/mfc/components/bitrix/news.list/useful/style.css?1695217478137*/
.useful-main {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2px;
	align-items: center;
	justify-items: center;
}

/* End */
/* /bitrix/templates/mfc/components/bitrix/news.list/slider/style.css?16972073463563 */
/* /bitrix/templates/mfc/components/bitrix/map.yandex.system/.default/style.css?1619535659681 */
/* /bitrix/templates/mfc/components/bitrix/news.list/offices-main-info/style.css?170774504892 */
/* /bitrix/templates/mfc/components/bitrix/news.list/notice-main/style.css?17018419932117 */
/* /bitrix/templates/mfc/components/bitrix/news.list/offices-main-more/style.css?17079219754434 */
/* /bitrix/templates/mfc/components/bitrix/news.list/life-situations/style.css?16983716162447 */
/* /bitrix/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1720150610967 */
/* /bitrix/templates/mfc/components/bitrix/news.list/useful/style.css?1695217478137 */
