

/* Start:/local/components/sprint.editor/blocks/templates/custom/_style.css?17442749334955*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
}

.sp-accordion-title {
    background: #eee;
    font-size: 21px;
    font-weight: 600;
    padding: 25px 20px;
    border-bottom: 2px solid #fff;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 20px 3%;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02C7';
    font-size: 36px;
    color: #82BF31;
    float: right;
    margin: 2px 5px;
    font-weight: 100;
}

.sp-accordion-title__active:after {
    content: "\02C6";
}

.mc_spoiler-toggle{padding: 10px 0;}
.mc_spoiler-container{
    overflow: hidden;
    transition: height 500ms ease;
    height: 0;
}

.mc_spoiler-toggle.on:after{content:'показать всё';color:#0075ac;}
.mc_spoiler-toggle.off:after{content:'скрыть';color:#0075ac;}







.sp-mcrc {
    margin: 40px 0;
    position: relative;
}
.sp-mcrc + .sp-mcrc {
    padding-top: 40px;
}
.sp-mcrc + .sp-mcrc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    width: 80%;
    margin: 0 auto;
    background: var(--fig-neutral-200);
    height: 1px;
}

.sp-mcrc .info__wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sp-mcrc-title {
    font: var(--fig-h3);
    color: var(--fig-primary-green);
    margin-bottom: 16px;
    text-align: center;
}
.sp-mcrc-elements:not(.swiper-wrapper) {
    display: flex;
    justify-items: center;
    gap: 20px;
    margin-top: -16px;
}
.sp-mcrc-element {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    box-shadow: 0 8px 16px 0 rgba(19, 113, 99, 0.08);
    border-radius: 32px;

    transition: opacity 250ms;
}
.sp-mcrc-element:hover {
    opacity: .8;
}
.sp-mcrc-element_pic {
    overflow: hidden;
    border-radius: 24px;
}

.sp-mcrc-element_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 12px;
    padding: 0 16px 24px;
}
.sp-mcrc-element_title {
    font: var(--fig-h4);
}
.sp-mcrc-element_text {
    color: var(--fig-neutral-700);
    font: var(--fig-text135);
}
.sp-mcrc-element_pic img{
    width: 100%;
    object-fit: cover;
}




/* End */


/* Start:/local/components/kommunar/news.list/templates/.default/style.css?1737967182150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/kommunar/news.list/templates/directions_flat/style.css?1737967182150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/components/sprint.editor/blocks/templates/custom/_style.css?17442749334955 */
/* /local/components/kommunar/news.list/templates/.default/style.css?1737967182150 */
/* /local/components/kommunar/news.list/templates/directions_flat/style.css?1737967182150 */
