

/* Start:/local/templates/mfc/components/bitrix/news.list/slider/style.css?17483557133655*/
.main-slider-container__back {
    position: relative;
    margin-bottom: 7rem;
    border-radius: 15px;
}

.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';
}

.slick-dots li.slick-active button:before
{
    color: #E84A36;
}

.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;
}

.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: 5rem;
}

.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;
    display: flex;
    justify-content: center;
}
@media (min-width: 992px){
    .main-slider__item__full {
        height: 420px;
    }
}
.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:/local/templates/mfc/components/bitrix/news.list/notice-main/style.css?17019215802117*/
.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:/local/templates/mfc/components/bitrix/news.list/news-2025/style.css?17483573251070*/
.nso-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 1140px) {
	.nso-news {
		grid-template-columns: repeat(2, 1fr);
	}
	.nso-news__index .nso-item:last-child {
		display: none;
	}
}

@media (max-width: 576px) {
	.nso-news {
		grid-template-columns: repeat(1, 1fr);
	}
	.nso-news__index .nso-item:last-child {
		display: flex;
	}
}

.nso-news .nso-item {
	padding: 20px;
	min-height: 315px;
	background-size: cover;
	background-position: center;
	color: #FFF;
}

.nso-news .nso-news__date {
	font-size: 1.8rem;
}
.nso-news .nso-news__cover {
	background-image: -webkit-linear-gradient(top, rgba(95, 83, 83, 0), rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.8));
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nso-news .nso-news__content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
.nso-news .nso-news__name {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/map-w-offices/style.css?17452383063755*/
.select-region {
    cursor: pointer;
    border: 2px dashed #e2e1e1;
    padding: 10px;
    color: #565554;
    display: flex;
    border-radius: 7px;
    align-items: center;
    font: 1.25rem "Circe Extra Bold";
    text-transform: uppercase;
    width: fit-content;
    transition: all 0.5s;
}

.select-region:hover {
    background-color: #e2e1e1;
    transition: all 0.5s;
}

.select-region img {
    margin-right: 5px;
    width: 15px;
}

#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;
}

.select-region__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media(max-width: 768px){
    .select-region__content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 410px){
    .select-region__content {
        grid-template-columns: repeat(1, 1fr);
    }
}
.select-region__content span {
    color: #565554;
    cursor: pointer;
    transition: all 0.5s;
}
.select-region__content span:hover {
    color: #000;
    transition: all 0.5s;
}

.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__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;
}
.offices-section__worktime-time {
    margin-bottom: 7px;
}
.offices-section__worktime-weekend {
    color: #e84a36 ;
    border-bottom-color: #e84a36;
}
.offices-section-opacity {
    opacity: 0;
}
#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;
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967*/
.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: #e04e39;
    transition: all .5s;
    border: 1px solid #e04e39;
}
.pagination a img {
    width: 12px;
}
.pagination a.next img {
    margin: -7px -3px -3px -3px;
}
.pagination a.next:hover {
    text-decoration: none;
    color: #E04E39;
    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: #E04E39;
    background: #fff;
}

/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/main-photo-slider/style.css?16983659782421*/
.photos .photo__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.photos .photo__item {
    position: relative;
}

.photos .photo__item:hover .foreground {
    opacity: 1;
}
.photos .foreground {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(221, 78, 57, 0.8);
    transition: all .2s;
    opacity: 0;
    border-radius: 7px;
}
.photos .photo-preview {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
}
.photos .photo-preview .photo-title {
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.photos .photo-preview .photo-image {
    width: 100px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.photos .photo-preview .photo-date {
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 1.2rem;
}
.photos .photo-preview .photo-text {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 1.5rem;
    width: 85%;
    line-height: 2rem;
    font-family: 'Circe Bold';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}


.photos .owl-stage {
    display: flex;
    gap: 10px;
}

.photos .owl-item img {
    border-radius: 7px;
}

.photos .owl-2-style {
       padding: 0;
       max-width: unset;
   }

.photos .owl-carousel .owl-stage {
    display: flex;
}

.photos .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
    display: flex;
    flex-direction: row;
}

.photos .owl-dots .owl-dot {
    display: inline-block;
    width: 100%;
}

.photos .owl-dots .owl-dot span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}
.photos .owl-dots .owl-dot.active span {
    background: #e84a36;
    color: transparent;
}

.photos .owl-dots .owl-dot:active, .owl-dots .owl-dot:focus {
    outline: none;
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/banners/style.css?1747837043543*/
.banners {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.banners a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.banners img {
	transition: 0.3s;
}

.banners a:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}

@media (max-width: 992px) {
	.banners {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.banners {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* End */
/* /local/templates/mfc/components/bitrix/news.list/slider/style.css?17483557133655 */
/* /local/templates/mfc/components/bitrix/news.list/notice-main/style.css?17019215802117 */
/* /local/templates/mfc/components/bitrix/news.list/news-2025/style.css?17483573251070 */
/* /local/templates/mfc/components/bitrix/news.list/map-w-offices/style.css?17452383063755 */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967 */
/* /local/templates/mfc/components/bitrix/news.list/main-photo-slider/style.css?16983659782421 */
/* /local/templates/mfc/components/bitrix/news.list/banners/style.css?1747837043543 */
