

/* Start:/local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063*/
.bx-breadcrumb {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb {
	margin-bottom: 10px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
	background-color: rgba(65, 65, 110, 0.6);
}
.breadcrumbs span {
	float: left;

	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	overflow: hidden;         /* Скрываем выходящий за границы текст */
	text-overflow: ellipsis;
	max-width: 200px
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family:  'Golos Text', 'Roboto', sans-serif;
	font-size: 14px;
	white-space: normal;
	line-height: 16px;
	color: rgba(65, 65, 110, 0.6);
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.bx-breadcrumb .bx-breadcrumb-item:last-child span{
	color: #376DF6;
}

.bx-breadcrumb i:before {
	content: ''!important;
	display: block;
	width: 1px;
	height: calc(100% - 2px);
	background-color: rgba(65, 65, 110, 0.7);
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/paren-page-menu/style.min.css?17656301267784*/
.stat__sect__detail__title {
    font-family:  'Golos Text', 'Roboto', 'sans-serif' !important;
}

.stat__detail_wrapper ul {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 7px 0;
}

.stat__detail_wrapper ul li {
    list-style: outside!important;
}
.stat__detail_short__left p{
    padding-bottom: 3px;
}
.stat__detail__sub__title {
    margin: 15px 0 35px;
    font-family: 'Golos Text', 'Roboto', 'sans-serif' !important;
}

.stat__detail_short-description {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/*.stat__detail_short__left {*/
/*	max-width: 330px;*/
/*}*/

.detail_short__right__info .footer__pop-up {
    margin-top: 0;
}

.stat__detail_short__right {
    margin-left: 80px;
    max-width: 620px;
    width: 100%;
    padding: 30px;
    background: #FFF7EA;
    border-radius: 0 40px  40px 40px;
}

.detail_short__left__title {
    font-weight: 700;
    margin-bottom: 15px;
}

.principles {
    margin-bottom: 30px;
}

.detail__principles {
    display: flex;
    flex-direction: column;
    row-gap: 15px;

}

.detail__principles li {
    list-style: outside;
}
.detail__pamyatka {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;;
    overflow: hidden;
}

.detail__pamyatka__link {
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.pamyatka__link__title {
    display: flex;
    column-gap: 20px;
    align-items: center;

}


.swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
    background-color: rgba(55, 109, 246, 0.5)!important;
    transition: all 0.3s;
    border: 2px solid rgba(55, 109, 246, 0.5);
}

.swiper-pagination-bullet-active {
    width: 8px!important;
    height: 8px!important;
    border: 1px solid rgba(55, 109, 246, 1);
    background-color: rgba(55, 109, 246, 1)!important;
}

.swiper-pagination {
    width: fit-content!important;
    position: relative!important;
    height: fit-content!important;
    display: flex!important;
    column-gap: 5px!important;
    justify-content: center!important;
}

.swiper-button-prev, .swiper-button-next {
    position: relative!important;
    width: 38px!important;
    height: 38px!important;
    border-radius: 50px!important;
    border: 1px solid rgba(55, 109, 246, 1)!important;
}

.swiper-button-prev:after {
    content: url("/local/templates/s1/components/bitrix/news/media-center/images/Arrow__prev.svg")!important;
}
.swiper-button-next:after {
    content: url("/local/templates/s1/components/bitrix/news/media-center/images/Arrow__next.svg")!important;
}

.swiper__nav {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    column-gap: 31px;
}

.stat__detail__gallery {
    position: relative;
    height: fit-content;
}

.swiper__stat__detail__gallery {
    overflow: visible!important;

}

.swiper__stat__detail__gallery .swiper-slide {
    height: 185px;
    border-radius: 20px;
}

.swiper__stat__detail__gallery .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.stat__detail_short__right__content {
    display: flex;
    column-gap: 30px;
}

.detail_short__right__img {
    height: 256px;
    width: 203px;
    border-radius: 0 40px 40px 40px;
}

.detail_short__right__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 40px 40px 40px;
}

.short__right__info__title {
    width: 50%;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
}

.detail_short__right__info {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    justify-content: space-between;
}

.short__right__info__contact {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.short__right__info__contact__item {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

@media (max-width: 1024px) {
    .stat__detail_short__right {
        margin-left: 0;
    }

    .stat__detail_short__right__content {
        flex-direction: column;
        row-gap: 20px;
    }

    .detail_short__right__info {
        row-gap: 20px;
    }

    .detail_short__right__info .footer__pop-up {
        margin-top: 0;
    }

}

@media (max-width: 850px)  {
    .stat__detail_short-description {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .stat__sect__content_wrapper {
        margin: 40px 0 ;
    }

    .stat__sect__content {
        margin-left: 0!important;
        width: 100%!important;
    }

    .stat__sect__detail__title {
        text-align: center;
    }

    .stat__detail_short__left,
    .stat__detail_short__right {
        max-width: 100%;
    }

}
@media (max-width: 600px) {

    .detail__pamyatka__link {
        flex-direction: column;
        row-gap: 20px;
    }

    .detail__pamyatka__link .button__link {
        width: 100%;
        text-align: center;
    }

    .detail_short__right__info .custom__button-2 {
        width: 100%;
        text-align: center;
    }

    .stat__detail__gallery{
        margin-left: -16px;
        margin-right: -16px;
    }

    .swiper__stat__detail__gallery .swiper-slide{
        width: 252px !important;
    }
    .detail__pamyatka{
        overflow: visible !important;
    }

    .detail__pamyatka .swiper-wrapper{
        padding-left: 12px;
    }
    .detail__pamyatka{
        column-gap: 10px;
    }
    body .swiper-pagination {
        column-gap: 0px!important;
    }

    .detail__pamyatka .swiper-button-prev,
    .detail__pamyatka .swiper-button-next{
        width: 51px !important;
        height: 51px !important;
    }
    .detail__pamyatka .swiper__nav{
        margin-top: 41px;
    }
    .detail__pamyatka .swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none !important;
    }
}


.stat__sect__list {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}



.stat__sect__list__item__sub {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
    flex-direction: column;
}

.stat__sect__item__title {
    margin: 15px 0;
}

.stat__sect__sub__item {
    width: calc((100% - 60px) /3);
    min-width: 320px;
    display: flex;
    column-gap: 23px;
}

.stat__sect__sub__item:hover .sub__item__desc__title {
    background-size: 100% 2px!important;
    color: #376DF6!important;
}

.stat__sect__sub__item__img {
    width: 143px;
    height: 115px;
    object-fit: cover;
    border-radius: 20px;
}

.sub__item__desc__title {
    display: inline;
    margin-bottom: 15px;
    font-weight: 500;
    background-image: linear-gradient(#376DF6, #376DF6);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.3s;
    cursor: pointer;
    padding-bottom: 0;
}

.stat__sect__sub__item__desc {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.no-line.stat__sect__sub__item .stat__sect__sub__item__desc .sub__item__desc__title{
    margin-bottom: 0;
}

@media (max-width: 1024px) {

    .stat__sect__content {
        width: calc(100% - 320px);
        margin-left: 0;
    }
    .stat__sect__sub__item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .stat__sect__content {
        width: 100%!important;
        margin-left: 0!important;
    }


}



/* End */
/* /local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063 */
/* /local/templates/main/components/bitrix/menu/paren-page-menu/style.min.css?17656301267784 */
