

/* Start:/local/templates/gabbro/components/bitrix/news.detail/blog.detail/style.css?17754800102447*/
.page-article .date {
    margin-bottom: 24px;
}

.page-article h1 {
    margin-bottom: 12px;
    max-width: 80%;
}

.page-article .title_img {
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-bottom: 32px;
}

.page-article .title_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article {
    width: 100%;
    max-width: 1024px;
    padding: 0 40px;
}

.article .type_container {
    flex-direction: column;
}

.article .type_container__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
}

.article .type_container__right {
    width: 100%;
}

.article .type_container__right .tabs__item .way {
    height: 360px;
}

.article .slider {
    margin-bottom: 60px;
}

.article .slider .slick-list {
    margin-right: -11px;
}

.article .slider .slick-dots {
    bottom: -55px;
    left: 50%;
}

.article h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article h3 {
    margin-top: 20px;
    margin-bottom: 16px;
}

.article p {
    font-size: 16px;
    margin-bottom: 12px;
}

.article video {
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.article .img_container {
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    border-radius: 5px;
}

.article .img_container img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article b {
    font-family: 'Aktiv_Medium', 'Arial', serif;
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 1;
}

.article ul,
.article ol {
    margin: 20px 0;
    padding-left: 12px;
}

.article ul li,
.article ol li {
    margin-bottom: 12px;
}

.article .quote {
    font-family: 'MontserratItalic', 'Arial', serif;
    margin: 24px 0;
    padding: 12px 0 12px 20px;
    border-left: 4px solid #3d8cd1;
}

.article a {
    font-size: 16px;
    color: #3d8cd1;
}

.article .author p.light {
    font-size: 13px;
    margin-bottom: 0;
}

.sticky-sections-list {
    display: flex;
    flex-direction: column;
}

@media (max-width: 640px) {
    .page-article .title_img {
        height: 270px;
        margin-bottom: 16px;
    }

    .page-article h1 {
        width: 100%;
    }

    .article h2 {
        font-size: 18px;
    }

    .article video {
        width: 100%;
        height: auto;
    }
}
/* End */


/* Start:/local/templates/gabbro/components/bitrix/breadcrumb/breadcrumb/style.css?17573399831068*/
.bc {
	font-family: 'MontserratItalic', 'Arial', serif;
	position: relative;
	display: flex;
	overflow: -moz-scrollbars-none;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	align-items: center;
	-ms-overflow-style: none;
}

.bc::-webkit-scrollbar {
	display: none;
}

.bc .link {
	font-family: 'MontserratItalic', 'Arial', serif;
	font-size: 14px;
}

.bc .link span {
	font-family: 'MontserratItalic', 'Arial', serif;
	opacity: 1 !important;
}

.bc li {
	white-space: nowrap;
}


.bc p span {
	font-size: 14px;
	display: block;
	overflow: hidden;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: .5;
}

.tuda {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 10px;
	content: '';
	transform: rotate(45deg);
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}

.hero .bc .link span {
	color: #fff;
}

.hero .bc .tuda {
	border-color: #fff;
}

@media (max-width: 640px) {
	.page-catalog .bc {
		margin-bottom: 12px;
	}
}
/* End */


/* Start:/local/templates/gabbro/components/sprint.editor/blocks/.default/_style.css?17752191474060*/
/* Общие стили для блоков */
.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-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.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 {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

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

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

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

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

.slider-img {
    margin-bottom: 20px;
}

.slider-img .gallery_slider .slick-track {
    display: flex;
}

.slider-img .gallery_slider .gallery_slider_slide {
    display: flex;
    align-items: center;
    height: auto;
}

.slider-img .gallery_slider .gallery_slider_slide .img img {
    height: auto;
    max-height: 400px;
}

.slider-img .gallery_slider .slick-dots {
    bottom: -60px;
}

.article .page__item_body.slider-img .gallery_slider.tile_30{
    margin-bottom: 25px;
}
/* End */


/* Start:/local/templates/gabbro/components/bitrix/news.list/blog.slider/style.css?17749875341278*/
.article_slider {
	width: 100%;
}

.article_slider .slick-track {
	display: flex;
}

.article_slider_slide {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	height: auto !important;
	margin-right: 32px;
	padding: 10px;
	transition: all .2s;
	text-decoration: none;
	color: #1e1e1e;
	border-radius: 5px;
	background-color: #fff;
}

.article_slider_slide .img {
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
	border-radius: 5px;
}

.article_slider_slide .img img {
	display: block;
	width: 100%;
	transition: all .5s;
	transform: scale(1);
	-o-object-fit: cover;
	object-fit: cover;
	height: 240px;
}

.article_slider_slide .pr_desc {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}

.article_slider_slide .pr_desc .pr_title {
	font-family: 'Aktiv_Medium', 'Arial', serif;
	font-size: 16px;
	opacity: 1;
}

.article_slider_slide:hover {
	transition: all .2s;
	color: #3d8cd1;
}

.article_slider_slide:hover .img img {
	transition: all .5s;
	transform: scale(1.1);
}

@media (max-width: 640px) {
	.article_slider.slick-dotted.slick-slider .slick-list {
		margin-right: 0;
	}

	.article_slider_slide {
		margin-right: 0;
	}

	.article_slider_slide .img img {
		height: 380px;
	}
}
/* End */
/* /local/templates/gabbro/components/bitrix/news.detail/blog.detail/style.css?17754800102447 */
/* /local/templates/gabbro/components/bitrix/breadcrumb/breadcrumb/style.css?17573399831068 */
/* /local/templates/gabbro/components/sprint.editor/blocks/.default/_style.css?17752191474060 */
/* /local/templates/gabbro/components/bitrix/news.list/blog.slider/style.css?17749875341278 */
