

/* Start:/local/templates/.default/components/bitrix/news/uslugi/bitrix/news.detail/.default/style.css?17287558412920*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.services-materials__list-wrapper .carousel-direction-nav a.prev {
    /* left: -25px; */
}

.services-materials__list-wrapper .carousel-direction-nav a.next {
    /* right: -25px; */
}

.services-materials {
}

.services-materials .services-title {
    margin-bottom: 4vh !important;
}

.services-materials__list-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.services-materials__list-wrapper .carousel-direction-nav {
    margin-bottom: 20px !important;
}

.sl_monitor {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 100px; */
    justify-content: center;
    margin-top: 20px;
}

.slm_node {
    padding: 0 40px;
    margin-bottom: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
}

.slm_node img {
}

.slm_node article {
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    line-height: 1.2em;
}

.slm_node article:before {
    content: attr(data-position);
    display: flex;
    margin: 0px auto 10px;
    border: 3px solid rgb(106 175 37);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    align-self: center;
    justify-self: center;
    color: rgb(106 175 37);
    /* font-weight: normal; */
    /* margin: auto; */
}

@media (max-width: 991px) {
    .slm_node {
        padding: 0 30px;
    }
}

@media (max-width: 720px) {
    .slm_node {
        margin-bottom: 35px;
    }

    .slm_node img {
        max-width: 120px;
    }

    .slm_node article {
        font-size: 1em;
    }

    .slm_node article:before {
        border-width: 2px;
        width: 30px;
        height: 30px;
    }
}

.services-prices__table-wrapper table tr td:last-child {
    /*font-family: 'RobotoRegular' !important;*/
    white-space: nowrap;
    font-weight: normal !important;
}

.services-prices__table-wrapper table tr td:last-child .currency:before {
    content: 'c';
}

.services-form__cost {
}

.services-form__cost.services-form__discount {
    font-size: 1em;
    color: #bdbdbd;
    margin-bottom: 10px;
}

.services-form__cost.services-form__discount span {
    font-size: 1.2em;
    color: inherit;
    text-decoration: line-through;
}

.services-form__cost span {
    display: inline-block; /* border: 1px solid; */
    position: relative;
}

.services-form__cost del {
    text-decoration: none;
    color: red;
    font-weight: bold;
    margin-left: 5px;
    font-size: 0.8em; /* vertical-align: super; */
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
display: inline-block;}
/* End */


/* Start:/local/components/alexeygfi/video.implant/templates/.default/style.css?1728755841309*/
.youtube {
    /* border: 1px solid; */
    position: relative;
    max-width: 560px;
    margin: auto;
}

.youtube img {
    display: block;
    width: 100%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/templates/lesobirga/components/bitrix/form.result.new/form_get_service_katalog/style.css?1543562924623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/lesobirga/components/bitrix/form.result.new/form_get_service_katalog/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/lesobirga/components/bitrix/form.result.new/form_get_service_katalog/images/icon_warn.gif);
}
/* End */


/* Start:/local/assets/styles/swiper_front/main.css?17287558412737*/
.carousel-products-list, [data-carousel="swiper"] {
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}

.carousel-products-list.no_doubles .swiper-slide.swiper-slide-duplicate,
[data-carousel="swiper"].no_doubles .swiper-slide.swiper-slide-duplicate {
    display: none;
    /* opacity: 0.1; */
}

.swiper-slide {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    /*pointer-events: none;*/
}

/*.swiper-slide a,*/
.swiper-slide img {
    /*pointer-events: none;*/
}


.detail-custom-swiper-general .swiper-slide,
.detail-custom-swiper-thumbs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-visible {
    /* opacity: 1; */
}

.carousel-direction-nav *,
.carousel-products-list *,
.swiper-slide *,
.carousel-products-list-nav * {
    outline: none !important;
}

.scaffold {
    position: relative;
}

.product.product-card.out_of_region > .product-inner {
    opacity: 0.4;
}

.product.swiper-slide .no_regionality {
    color: rgb(85 85 85);
    font-style: oblique;
    margin: 0;
    padding: 10px;
}

@media (min-width: 1200px) {
    [data-carousel="swiper"][data-half-view-highlight]:before,
    .carousel-products-list[data-half-view-highlight]:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        background: linear-gradient(90deg, #fff, #0000);
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out 0s;
        -moz-transition: opacity 0.3s ease-out 0s;
        -o-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    [data-carousel="swiper"].iAmOnBeginning:before,
    .carousel-products-list.iAmOnBeginning:before {
        opacity: 0;
    }

    [data-carousel="swiper"][data-half-view-highlight]:after,
    .carousel-products-list[data-half-view-highlight]:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50px;
        background: linear-gradient(-90deg, #fff, #0000);
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out 0s;
        -moz-transition: opacity 0.3s ease-out 0s;
        -o-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
    }

    [data-carousel="swiper"].iAmOnEnd:after,
    .carousel-products-list.iAmOnEnd:after {
        opacity: 0;
    }
}

/* End */


/* Start:/local/assets/catalog_left_promo_items/style.css?17537729541535*/
.blog-item {
    margin-bottom: 45px;
}

.blog-item .item-thumb {
    /*max-height: 340px;*/
    vertical-align: middle;
}

.sidebar .blog-item .item-thumb {
    max-height: none;
    max-width: 100%;
    pointer-events: none;
}

.blog-item .item-title {
    font-size: 20px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.blog-items.mobile .blog-item .item-title {
    height: auto;
}

.info, .blog-item .info {
    margin-top: 10px;
    font-size: 13px;
    color: #aaa;
    height: 15px;
}


.info, .row-articles .info {
    margin-top: 10px;
    font-size: 13px;
    color: #aaa;
}

.info .date, .blog-item .date, .row-articles .date {
    padding-left: 17px;
    background: url(/local/assets/styles/i/icon-date.png) 0 center no-repeat;
    display: inline-block;
    margin-right: 25px;
}

.info .view, .blog-item .view, .row-articles .view {
    padding-left: 20px;
    background: url(/local/assets/styles/i/icon-view.png) 0 center no-repeat;
    display: inline-block;
}

.sidebar .list .blog-item {
    margin-bottom: 20px;
    width: 100% !important;
}

.sidebar .blog-item .item-title {
    display: block !important;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
    height: auto;
    overflow: unset;
}

.blog-item .item-title {margin-top: 5px; display: block}
.blog-item .info {margin-top: 5px; }

/* End */
/* /local/templates/.default/components/bitrix/news/uslugi/bitrix/news.detail/.default/style.css?17287558412920 */
/* /local/components/alexeygfi/video.implant/templates/.default/style.css?1728755841309 */
/* /local/templates/lesobirga/components/bitrix/form.result.new/form_get_service_katalog/style.css?1543562924623 */
/* /local/assets/styles/swiper_front/main.css?17287558412737 */
/* /local/assets/catalog_left_promo_items/style.css?17537729541535 */
