

/* Start:/bitrix/templates/live/components/bitrix/news/custom/ilsn/news.detail/.default/style.css?16510051037310*/
.element-detail__tags a {
    display: inline-block;
    padding: 2px 5px;
	border: 1px solid;
	color: #ff1216;
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0;
    margin-right: 6px;
}
.element-detail__tags a:hover {
	color: #db0e11;
}
.news-detail__content-sp {
	margin: 22px 0;
}
.news-detail__content-sp em {
	font-size: 13px;
}

.edit-detail-btn.edit-detail-btn--del {
	margin-right: 20px;
}
.edit-detail-btn.edit-detail-btn--in-popup {
	float: none;
	margin: 0;
}

.popup-delete {
	position: fixed;
	/* z-index: 100; */
	top: 50vh;
	left: 50vw;
	/* display: flex; */
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 150px;
	padding: 30px;
	border: 1px solid #ff1216;
	background-color: #fff;
	border-radius: 4px;
	transform: translate(-50%,-50%);
}
.popup-delete--active {
	display: flex;
	z-index: 100;
}
.popup-delete__title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}
.popup-delete__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.popup-delete__close::before,
.popup-delete__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background:  #ff1216;
	transform-origin: 50% 50%;
}
.popup-delete__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popup-delete__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.live-detail-subtitle {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ff1216;
    text-transform: uppercase;
}

.live-detail-section {
    position: relative;
    z-index: 2;
    padding: 20px;
    margin: 30px 0;
    box-sizing: border-box;
}
.live-detail-section * {
    box-sizing: border-box;
}
.live-detail-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    border-radius: 4px;
}
.swiper-container {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shop-item {
    position: relative;
    margin: 20px 15px 31px 15px;
    min-height: 250px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.item-hover-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.item-hover-wrap p {
    padding: 0 10px;
    margin-bottom: 10px;
    color: #383838;
    font-size: 14px;
}
.item-hover-wrap * {
    font-size: 14px;
}
.item-img-wrap {
    position: relative;
}
.locked {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.img-res {
    display: block;
    width: 100%;
    height: auto;
}
.price-block {
    padding: 5px 10px 15px;
    margin-top: auto;
    text-align: center;
}
.price {
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    width: 150px;
	margin: auto;
	font-weight: 600;	
    background: #EB1E22;
}

.price-block .old-price {
    text-decoration: line-through;
    display: inline-block;
}

.live-detail-mintitle {
    margin-bottom: 30px;
    color: #ff1216;
    font-size: 20px;
    font-weight: 600;
}
.container-fix {
    padding: 0 20px;
}
.live-detail-catalog {
    display: flex;
    flex-wrap: wrap;
    margin-right: -60px;
}
.live-detail-catalog-link {
    display: flex;
    line-height: 1.4;
    width: 40%;
    width:  calc(50% - 60px);
    padding: 10px 15px;
    margin-right: 60px;
    margin-bottom: 15px;
    background: #ccc;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background .2s ease;
}
.live-detail-catalog-link:hover {
    background: #EB1E22;
}

@media (max-width: 1023px) {
    .news-detail__content,
    .news-detail__content * {
        font-size: 15px;
    }
}
@media (max-width: 900px) {
    .live-interesting__item {
        width: 50%;
    }
    .live-detail-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .live-detail-mintitle {
        text-align: center;
    }
    .container-fix {
        padding: 0;
        margin: 0 -20px;
    }
    .live-detail-catalog {
        margin-right: -20px;
    }
    .live-detail-catalog-link {
        width: 40%;
        width: calc(50% - 20px);
        padding: 7px;
        margin-right: 20px;
        margin-bottom: 6px;
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .live-detail-catalog {
        margin-right: -6px;
    }
    .live-detail-catalog-link {
        width: 40%;
        width: calc(50% - 6px);
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .live-interesting__item {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .live-detail-subtitle {
        text-align: center;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .live-detail-catalog-link {
        padding: 5px;
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    .live-detail-catalog-link {
        font-size: 9px;
    }
}

div.swiper-wrapper,
div.swiper-slide {
    height: initial;
}
div.swiper-slide {
    display: flex;
}

.slider_main .shop-item {
    display: flex;
    max-height: 350px;
    overflow: hidden;
}

.slider_main_block div.swiper-button-next,
.slider_main_block div.swiper-button-prev {
    display: block;
}

.shop-item div.item-hover-wrap {
    height: initial;
}
@media (max-width: 415px) {
	div.news-detail__content .element-detail__tags a {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	div.news-detail__content .share-block {
		display: block;
		margin-top: 20px;
	}
	div.news-detail__content .share-block .share-block__title {
		margin-bottom: 5px;
	}
	div.news-detail__content .comment-add {
		padding: 15px;
	}
	div.news-detail__content .comment-add-header {
		max-width: none;
		width: 100%;
	}
	div.news-detail__content .comment-add__btn {
		padding-left: 0;
	}
	div.live-interesting-wrapper .live-interesting {
		display: block;
	}
	div.live-interesting-wrapper .live-interesting__item {
		width: 100%;
	}
	div.live-interesting-wrapper .live-interesting__title {
		height: 65px;
		text-align: center;
	}
}

.news-detail__image-wrapper {
    position: relative;
    min-height: 50px;
}
.i-wrap-n{width:100%;padding-top:40%;position:relative}
.i-wrap-n-in{position:absolute;top:0;left:0;bottom:0;right:0}

.element-detail__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.element-detail__tags .mobile-share {
    margin-right: 15px;
}
.element-detail__tags .mobile-share .share-icon {
    margin: 0;
}

@media (min-width: 1150px) {
    .element-detail__tags .mobile-share {
        margin-left: 40px;
    }
}

@media (max-width: 1024px) {
    .news-detail__content-text {
        font-size: 16px;
    }
    .news-detail__content-text * {
        font-size: 16px;
    }
}
.news-detail__content-data span a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}
.news-detail__content-data span a:hover {
	text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/live/css/swiper.min.css?159673748417484*/
.swiper-container{margin-left:5px;margin-right:5px;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;outline:none}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;outline:none}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/bitrix/templates/.default/css/popup.css?16583519911502*/
.form-fields {
    display: flex;
    flex-direction: column;
} 
.form-fields > * {
    margin-bottom: 10px;
}

.obj-prop-change__btn {
    display: flex;
    justify-content: space-between;
	margin: 5px 0 10px;
}

.edit-link,
.edit-link:focus,
.edit-link:active,
.edit-link:hover {
    color: #000;
    text-decoration: none;
}
.edit-link {
    width: 46%;
    width: calc(50% - 5px);
    padding: 5px;
    border-radius: 4px;
    background: #eee;
    flex-shrink: 0;
    cursor: pointer;
	border: none;
	text-align: center;
	font-size: 14px;
}
.edit-link--ok,
.edit-link--ok:focus,
.edit-link--ok:active,
.edit-link--ok:hover {
    background: #EB1E22;
    color: #fff;
}

.obj-prop-change__textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    resize: none;
	padding: 10px;
}


@media (min-width: 500px) {
	.obj-prop-change {
		min-width: 400px;
	}
}

.obj-prop-change {
    width: 100%;
    max-width: 450px;
    text-align: center;
}

.obj-prop-change__input {
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 9px;
    border: 1px solid #CCC !important;
    border-bottom-color: #B3B3B3 !important;
    border-radius: 4px;
    color: #333;
    font: 14px Arial, sans-serif;
    outline: none !important;
}

.obj-prop-change__popup-title {
    margin: 15px 33px 15px 15px;
    font-size: 16px;
}

.obj-prop-edit {
	width: 100%;
	max-width: 100%;
}
.btns-info-request {
	margin: 10px 0;
}

/* End */


/* Start:/bitrix/components/ilsn/add.article/templates/.default/style.css?17059074761562*/
div.add-article__response {
	display: block;
}
div.activity {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin: auto;
	width: 100%;
}
img.calendar-icon {
	height: 25px;
	margin: 10px 10px 10px -40px;
	width: 25px;
}
hr.sep {
    border: 5px solid #f00;
	background: #f00;
    margin: 0 15px 20px;
	width: 100%;
}



.prop-checkbox-article {
	width: 100%;
}
.prop-checkbox-article:not(:last-child) {
	margin-right: 30px;
}
@media (max-width: 500px) {
	.prop-checkbox-article label.checkbox-btn {
		font-size: 11px;
	}
	.prop-checkbox-article:not(:last-child) {
		margin-right: 10px;
	}
}
.sticky-position-btns {
	position: sticky !important;
	bottom: 0;
	min-height: 2em;
	background: #e6e6e6;
	z-index: 9999;
	padding: 10px 0;
}
.btns-article {
	margin-bottom: 0px !important;
}
.form-input-name {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
form.add-article .select2 {
     width: 100%!important;
}

div.active-btns {
	height: 70px;
}
@media (min-width: 1200px) {
	div#add_article .new-media-query {
		width: 1140px;
	}
	div#add_article .new-media-query .add-article {
		width: 100%;
	}
}

.add-article__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.small-btn {
	background: #FF1216;
    display: inline-block;
    padding: 0px 3px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
	cursor: pointer;
}
.form-input-name .small-btn {
	margin-left: 5px;
    margin-bottom: 5px;
}
/* End */


/* Start:/bitrix/templates/.default/css/share-icon.css?16157167641348*/
.share-icon {
    position: absolute;
    z-index: 999;
    display: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.mobile-share {
    display: none;
    align-items: center;
}

.mobile-share__title {
    margin-right: 7px;
    color: #ff1216;
}

.share-true .share-icon {
    display: block;
}

.share-true .mobile-share {
    display: inline-flex;
}

.share-true .desktop-share {
    display: none;
}

.share-icon::after {
    position: relative;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/upload/share-red.png);
}

.complex .more_photo .share-icon {
    right: 13px;
}

.news-detail__image-wrapper {
    position: relative;
}
.news-detail__image-wrapper .share-icon {
    position: relative;
    margin-left: 10px;
}

.mobile-share .share-icon {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 15px 0;
}

/* .news-detail__image-wrapper .share-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    content: '';
    display: block;
    width: 160%;
    height: 160%;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
} */
/* End */


/* Start:/bitrix/templates/live/components/bitrix/main.share/universal/style.css?16076917871330*/
.main-share {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

.main-share-icon {
	display: block;
	margin-left: 4px;
	width: 22px;
	height: 22px;
}

.main-share-icon a,
.main-share-icon a:link,
.main-share-icon a:visited,
.main-share-icon a:active {
	display: block;
	padding-top: 4px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

.main-share-icon > a { background-size: cover; }

.main-share-icon .main-share-vk {
	background: #446690 no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-vk.svg);
}

.main-share-icon .main-share-twitter {
	background: #50abf1 no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-twitter.svg);
}

.main-share-icon .main-share-google-plus {
	background: #fff no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-google-plus.svg);
}

.main-share-icon .main-share-pinterest {
	background: #cb2027 no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-pinterest.svg);
	background-size: 16px;
}

.main-share-icon .main-share-facebook {
	background: #39579a no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-facebook.svg);
}

.main-share-icon .main-share-telegram {
	background: #50abf1 no-repeat center url(/bitrix/templates/live/components/bitrix/main.share/universal/images/icon-telegram.svg);
}

.share-block {
	display: flex;
	align-items: center;
}

.share-block .share-block__title {
	margin-right: 15px;
	margin-bottom: 0;
}
/* End */


/* Start:/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/style.css?163830839420476*/
div.reviews-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:2em;
	zoom: 1;
}
/* Header */
div.reviews-header-box
{
	font-size:1em; 
	padding:0.462em 1.117em;
	vertical-align:middle;
}
/* Link to forum */
div.reviews-link-box
{
	font-size:1em; 
	padding:0.462em;
	vertical-align:middle;
	margin-bottom: 1em;
}
/* Page navigation */
div.reviews-navigation-box
{
	padding:0 1.117em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}
div.reviews-navigation-bottom { 
	margin-top: 0;
	margin-bottom: 2em;
	border-top:none;
}
/* Topic posts table */
table.reviews-post-table
{
	width: 100%;
	line-height:1.5em;
	border-bottom: 1px solid #dadada;
	margin-bottom: 0.7em;
	padding: 1px 3px 1px 0;
	table-layout:fixed;
}

table.reviews-post-hidden {
	background: none repeat scroll 0 0 #E5F8E3 !important;
}

table.reviews-post-table thead td
{
	color: #7e7e7e; 
}

table.reviews-post-table thead td
{
	line-height: 30px;
}
table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text
{
	padding-top: 0.5em;
}
table.reviews-post-table thead td .message-post-date {
	font-size: 0.85em;
}
table.reviews-post-table thead td .review-avatar {
	background-color: #ECEAEC;
	border: 1px solid #C4C4C4;
	float: left;
	height: 30px;
	margin-right: 0.5em;
	width: 30px;
}
table.reviews-post-table thead td .review-rating {
	float: right;
}

table.reviews-post-table thead td .review-rating.review-rating-react {
	display: flex!important;
}

table.reviews-post-table thead td .review-rating.review-rating-react .feed-post-emoji-icon-box {
	padding-top: 4px;
	height: 21px;
}

table.reviews-post-table thead td .review-rating.review-rating-react .feed-post-emoji-icon-item {
	margin-left: -7px;
}

table.reviews-post-table thead td .review-rating.review-rating-react .feed-post-emoji-text-item:hover {
	border-bottom: none;
}
table.reviews-post-table thead td .review-rating.review-rating-react .feed-post-emoji-icon-box {
	cursor: pointer;
}

table.reviews-post-table thead td .review-rating .rating-vote {
	line-height: 24px;
}
/* First Post Table */
table.reviews-post-first {}

/* Odd Post Table */
table.reviews-post-odd {}

/* Even Post Table */
table.reviews-post-even {}

/* Last Post Table */
table.reviews-post-last {
	margin-bottom:0;
}

/* Post Table Cell */
table.reviews-post-table td { padding: 0; vertical-align: top; }

/* Post Table: Post and Actions Cell */
table.reviews-post-table td.reviews-cell-post, table.reviews-post-table td.reviews-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.reviews-post-table td.reviews-cell-contact, table.reviews-post-table td.reviews-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 1.5em; }

div.reviews-post-date, div.reviews-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.reviews-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.reviews-post-text { padding:0.5em 0; }
/* Post Table: Quote and Author Name Links*/
div.reviews-post-reply-buttons { 
	height:21px;
	padding:0;
	position:relative;
}
div.reviews-post-reply-buttons span.separator {
	background-color: #E0E0E0;
	display: inline-block;
	margin: 0 1px;
	height: 7px;
	line-height: 5px;
	width:1px;
}
table.reviews-post-table .reply-action-note {
	color: #777777;
	font-style: italic;
	line-height: 18px;
	font-size: 11px;
	display: inline-block;
	margin:2px;
}
table.reviews-post-table .reply-action-note:hover {
	text-decoration: none;
}
div.reviews-post-reply-buttons a {
	color: #969696;
	font-size: 11px;
	margin-left:2px;
	text-decoration: none;
}
div.reviews-post-reply-buttons a:hover {
	text-decoration: underline;
}

/* Post Attachments */
div.reviews-post-attachments { margin:1.5em 0;}
div.reviews-post-attachments label { font-weight: bold; padding-bottom:0.5em;}
div.reviews-post-attachment { padding-left: 0.5em;}

div.reviews-post-lastedit { padding:0.5em 0; font-style: italic;}
span.reviews-post-lastedit-user { font-weight: bold;}

div.reviews-user-info { padding:0.5em 1em 1.5em 1em; }

div.reviews-user-avatar { margin: 0.5em 0; }

div.reviews-user-status { margin-bottom: 0.5em; }

div.reviews-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.reviews-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.reviews-contact-links { padding:0.5em 1em 0.5em 1.5em; }

div.reviews-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.reviews-action-links span {white-space: nowrap;}

div.reviews-post-entry { font-size:1em; padding-bottom:1em; height:100%;}

/*BBCode: List*/
div.reviews-post-entry ul, div.reviews-post-entry ol { padding:0.5em 0 0.5em 2em; }

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code { width: 95%; margin: 0.5em 0 0;}

table.forum-quote th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-code td { padding:0.9em 1em 0; }

div.reviews-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}

div.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span { margin: 0; padding: 0; border: none; }

div.reviews-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.reviews-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}

/* Reply Form*/
div.reviews-reply-form
{
	border-style:solid;
	border-width:1px;
	line-height:1.5em;
	margin-bottom:1em;
}

div.reviews-reply-header
{
	font-size:1em; 
	padding:0.462em 1.117em;
	vertical-align:middle;
}

div.reviews-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.reviews-reply-form div.reviews-note-box { margin: 1.117em;}
div.reviews-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.reviews-note-box ul li {margin:0; padding:0;}

div.reviews-reply-fields { padding:0 1.117em 0.8em; }

div.reviews-reply-field { padding-bottom: 0.462em; margin-top: 0.462em; }

div.reviews-reply-field-title input, div.reviews-reply-field-desc input { width: 80%;}

div.reviews-reply-field-title label, div.reviews-reply-field-desc label, div.reviews-reply-field-tags label, div.reviews-reply-field-captcha-label label,
div.reviews-reply-field-lastedit-reason label {display: block;}

div.reviews-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.reviews-reply-field-author, div.reviews-reply-field-email { float:left; width:39%; }

div.reviews-reply-field-user-sep { width:2%; float: left;}

div.reviews-reply-field-author input, div.reviews-reply-field-email input { width:100%; }

div.reviews-reply-field-bbcode { line-height: 1.7em; zoom:1;}


div.reviews-bbcode-line { margin-right: 2em; float: left;}
div.reviews-smiles-line { white-space: nowrap; float: left; }
div.reviews-bbcode-line img, div.reviews-smiles-line img { border: 0;}
div.reviews-bbcode-line a, div.reviews-smiles-line a {vertical-align: middle;}

div.reviews-bbcode-line a
{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0.2em;
	background-position: center center; 
	background-repeat:no-repeat;
	display: block;
}
div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img { outline: none; }
div.reviews-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 

/*BBCode Icons*/
a.reviews-bbcode-bold {background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_bold.gif);}
a.reviews-bbcode-italic {background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_italic.gif);}
a.reviews-bbcode-color {background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_color.gif);}
a.reviews-bbcode-underline{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_underline.gif);}
a.reviews-bbcode-strike{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_strike.gif);}
a.reviews-bbcode-url{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_link.gif);}
a.reviews-bbcode-img{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_image.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_video.gif);}
a.reviews-bbcode-code{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_code.gif);}
a.reviews-bbcode-quote{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_quote.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_video.gif);}
a.reviews-bbcode-list{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_list.gif);}
a.reviews-bbcode-translit{background-image: url(/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/bbcode/font_translit.gif);}

div.reviews-reply-field-tags { display: none; }
div.reviews-reply-field-tags input { width:80%; }

div.reviews-reply-field-lastedit-reason input { width: 80%;}

div.reviews-reply-field-captcha input { width: 180px;}

div.reviews-reply-field-settings input, div.reviews-uploaded-file input, div.reviews-reply-field-lastedit-view input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.reviews-reply-field-settings label, div.reviews-uploaded-file a, div.reviews-reply-field-lastedit label { vertical-align: middle; }

div.reviews-reply-field-upload a { outline: none;}
div.reviews-upload-file-hint { display: none;}
div.reviews-upload-file-hint span { font-weight: bold;}
div.reviews-upload-file {display: none; margin-top: 0.262em;}
div.reviews-upload-file input {font-size:1.184em; }

div.reviews-reply-buttons { margin-top: 1em;}
div.reviews-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.reviews-clear-float { clear: both; }


/* Table Header, Reply Form Header, BBCode Icons Highlighting */
div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img { background-color: #e7e7e7; }

/* Table Cell Border */
div.reviews-info-box, div.reviews-reply-form { border-color: #e1e1e1;}

/* Table Cell, Info Box, Reply Form */
div.reviews-info-box, div.reviews-reply-form { background:#fbfbfb; }

div.reviews-post-date { background: #eaeaea; border-bottom: none; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.reviews-header-box a:link, 
div.reviews-header-box a:visited, 
div.reviews-header-box a:active, 
div.reviews-header-box a:hover { color: #fff; }

.reviews-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.reviews-header-box { color: #fff; background:#6c6c6c; border-color: #7a7a7a;}

/* Page navigation */
div.reviews-navigation-box { background:#fff; border-color: #e1e1e1; }

/*BBCode: Quote and Code*/
table.reviews-quote, table.reviews-code, div.reviews-code-box {  border-color: #c3c3c3; }
table.reviews-quote td, table.reviews-code td, div.reviews-code-box ol {background:#fff !important; color:#696969;}
table.reviews-quote th, table.reviews-code th, div.reviews-code-box {background:#e6e6e6 !important; color:#616161;}

div.reviews-note-box {border-color: #ffc85e; background: #fffdc7; }
/* --------------------------------------------------Icons---------------------------------------------- */
table.palette{border:1px solid gray; background-color:gray; border-collapse:collapse;}
table.palette td{border:1px solid gray; width:10px; height:10px; padding:0px; margin:0;}
table.palette td img{width:10px; height:10px; border:none; padding:0px; margin:0;}
/* Popups */
div.reviews-popup-postform {
	width:502px;
	padding:0px; 
	margin:0;
	overflow:hidden; 
	color:black;}
div.reviews-popup-postform table.reviews-popup {
	border:1px solid gray;
	width:500px;
	background-color:white; 
	font-size:1em;
	cursor:default;}
div.reviews-popup-postform table.reviews-popup td {
	font-size:1em;
	border:none;
	background-color:white; 
	font-size:1em;}
div.reviews-popup-postform table.reviews-popup thead td {
	font-weight:bold;
	padding:0.5em 0.5em 0.1em 0.8em;
	font-size:1.1em;
	text-align:left;}
div.reviews-popup-postform table.reviews-popup thead td div.close{
	cursor:pointer;
	cursor:hand;
	background-image: url('/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/close.gif');
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:13px;
	height:13px;
	float:right;}
div.reviews-popup-postform table.reviews-popup tbody td {padding:1em;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field{width:100%;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field span.title{width:100%; display:block;}
div.reviews-popup-postform table.reviews-popup tbody td div.reviews-field input {width:95%;}
div.reviews-popup-postform table.reviews-popup tfoot td {padding:0.3em; text-align:center;}
/*/Popups */

div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles{float:left;}
div.reviews-smiles-line span.reviews-smiles-item{display:block;float:left;border:none;margin:0;padding:0;overflow:hidden;}
div.reviews-smiles-line span.reviews-smiles-item a{text-decoration:none;border:none;float:left;margin-right:5px;}
div.reviews-smiles-line div.reviews-smiles-item{float:left;}
div.reviews-smiles-corrected{overflow:hidden;}

body.reviews-popup-body{padding:1.51em; font-size:0.75em;}
form.reviews-form{ background-color: #F1F1F1; margin: 0; padding: 0.8em;}
div.reviews-text table.forum-quote {
	background: url("/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-text table.forum-quote thead {
	display: none;
}
div.reviews-text table.forum-code thead {
	display: table-cell;
}
div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
	border: 1px solid #dddddd;
	table-layout:fixed;
	padding: 3px;
	width: 100%;
}
div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td,div.reviews-text  div.forum-code-box ol {
	color: #696969;
}
div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
div.reviews-text table.forum-code pre {
	overflow: auto;
	width:100%;
}
div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
	font-size:12px;
}
div.reviews-collapse {
	/*float: right;*/
	width:100%;
}
div.reviews-collapse a {
	line-height: 55px;
	margin-right: 30px;
	padding: 0.462em;
}
div.reviews-expanded {
	width: auto;
	float:right;
}

div.reviews-post-entry table.forum-quote {
	background: url("/bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-post-entry table.forum-quote thead {
	display: none;
}
div.reviews-post-entry table.forum-code thead {
	display: table-cell;
}
div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
	border: 1px solid #dddddd;
	padding: 3px;
	width: 100%;
}
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td
{
	background-color:transparent;
	padding: 0.9em 1em;
}
div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td,div.reviews-post-entry  div.forum-code-box ol {
	color: #696969;
}
div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
.reviews-actions .ilike-light .bx-ilike-right-wrap {
	margin-right: 2px;
}
.reviews-actions .ilike-light .bx-ilike-right {
	padding: 0px 1px 0 11px; font-size: 11px; line-height: 19px;
}
.reviews-actions .ilike-light .bx-ilike-text {
	padding: 0;
}
.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons  .bx-rating a { color: #929292; font-size: 11px;}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
.forum-notify-bar {
	width: 100%;
	height: 2em;
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.forum-notify-close {
	display: block !important;
	height: 12px !important;
	margin: 3px 6px 0 0;
	padding: 0 !important;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	width: 12px !important;
}
.forum-notify-close a {
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
	display: block !important;
	height: 12px !important;
	width: 12px !important;
	cursor:pointer;
}
.forum-notify-text {
	color: #000000 !important;
	margin: 0 !important;
	padding: 3px 20px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
	margin-right: 9px;
	margin-top: 5px;
	z-index:2;
}

div.comment-add__text{
	height: 67px;
	max-width: 750px;
	margin-top: 0px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(30, 30, 30, 0.2);
	-moz-box-shadow:    2px 2px 8px 0px rgba(30, 30, 30, 0.2);
	box-shadow:         2px 2px 8px 0px rgba(30, 30, 30, 0.2);
}

.ql-toolbar.ql-snow.ql-custom-bar{
	border: 1px solid #dddddd;
	background: white;
	border-bottom: none;
	margin-top: 5px;
}
.ql-snow.ql-toolbar.ql-custom-bar button:hover,
.ql-snow.ql-toolbar.ql-custom-bar button:focus,
.ql-snow.ql-toolbar.ql-custom-bar button:hover .ql-fill,
.ql-snow.ql-toolbar.ql-custom-bar button:focus .ql-fill
{
	fill: #ff0000;
	color: #ff0000;
	stroke: #ff0000;
}


.comment-add-wrapper {
	display: flex;
	margin-bottom: 20px;
	margin-top: -20px;
}

.comment-add-header {
    overflow: hidden;
	position: relative;
	max-width: 130px;
    margin-right: 15px;
}
.comment-add-header__avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border-radius: 3px;
}

.comment-add-header__avatar img {
	max-width: 100px;
	max-height: 100%;
}

.comment-add-header__name {
	text-align: center;
	font-weight: bold;
    font-size: /*12*/ 13px;
    color: #ff1216;
}

form.comment-add,
div.comment-add {
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	background: transparent;
	border: none;
}
div.comments-block {
	margin-top: 50px;
}
.comment-add__text {
	position: relative;
}
.comment-add-placeholder {
	position: absolute;
	z-index: 50;
	top: 5px;
	font-size: 14px;
	left: 20px;
	opacity: 0.5;
	color: #000000;
	pointer-events: none;
}

div.comments-block__nocomment {
	text-align: center;
	padding: 10px;
}

.comment-add__btn {
	display: flex;
	padding-left: 20px;
	margin-top: 13px;
}

@media (max-width: 500px) {
	div.comment-add-wrapper {
		flex-direction: column;
	}
	div.comment-add-header {
		margin-bottom: 15px;
	}
	form.comment-add,
	div.comment-add {
		padding-right: 0;
	}
	.comment-add__btn {
		margin: 15px auto 0;
	}
}

.comment {
	position: relative;
}

.comment-delete {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-delete__input {
	display: none;
}
.comment-delete__label {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
	cursor: pointer;
}
.comment-delete__label::before,
.comment-delete__label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: none;
	width: 12px;
	height: 1px;
	background-color: #ff1216;
}
.comment-delete__label::before {
	transform: rotate(45deg);
}
.comment-delete__label::after {
	transform: rotate(-45deg);
}
.comment-delete__input:checked + .comment-delete__label {
	border-color: #ff1216;
}
.comment-delete__input:checked + .comment-delete__label::before,
.comment-delete__input:checked + .comment-delete__label::after {
	display: block;
}
.delete-comment-btn {
	float: right;
	color: #ff1216 !important;
	cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/live/components/bitrix/main.post.form/custom/style.min.css?159673748426294*/
.feed-add-com-button{display:inline-block!important;height:39px;line-height:40px;margin:2px 15px 0 0!important;vertical-align:middle!important;position:relative!important;min-width:95px}.feed-add-com-button .feed-add-button-left{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 0 -240px;height:25px;display:inline-block;vertical-align:top;width:4px}.feed-add-com-button .feed-add-button-text{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 0 -267px;height:23px;font-size:12px;padding:2px 10px 0;color:#7a808c;text-shadow:0 1px 0 rgba(255,255,255,0.8);display:inline-block;font-weight:bold;vertical-align:top}.feed-add-com-button .feed-add-button-right{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -7px -240px;height:25px;display:inline-block;vertical-align:top;width:4px}.feed-add-com-button:hover .feed-add-button-left{background-position:-13px -240px!important}.feed-add-com-button:hover .feed-add-button-text{background-position:0 -294px!important}.feed-add-com-button:hover .feed-add-button-right{background-position:-20px -240px!important}.feed-add-com-button.feed-add-button-press .feed-add-button-left{background-position:-44px -243px!important}.feed-add-com-button.feed-add-button-press .feed-add-button-text{background-position:0 -356px!important;color:#5c6470!important}.feed-add-com-button.feed-add-button-press .feed-add-button-right{background-position:-51px -243px!important}.feed-add-post-files-list-wrap{margin-left:56px;zoom:1}.feed-add-post-files-list{margin-top:-8px;table-layout:fixed;width:100%}.feed-add-post-files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-add-post-files-name{width:26%}.feed-add-post-files-size{width:12%}.feed-add-post-files-storage{width:62%}.feed-add-post-files-text{color:#2067b0;display:block;font-weight:bold;position:relative}.feed-add-post-f-wrap{display:inline-block;max-width:85%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feed-add-post-files-text .feed-add-post-del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.feed-add-post-files-text .feed-add-post-del-but:hover{background-position:-59px -60px}.feed-add-post-stor-place{display:inline-block;margin-left:10px;vertical-align:top}.feed-add-post-stor-text{display:inline-block;border-bottom:1px solid #5c6470}.feed-add-post-stor-pl-arrow{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -130px -23px;display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px}.feed-add-post-edit-stor{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 4px -64px;cursor:pointer;display:inline-block;height:15px;margin-left:5px;vertical-align:middle;width:15px}.feed-add-post-files-path,.feed-add-post-files-path:visited,.feed-add-post-files-path:active,.feed-add-post-files-path:link,.feed-add-post-files-path:hover{border-bottom:1px solid #5c6470;display:inline-block;color:#5c6470;margin-left:10px;text-decoration:none}.feed-add-error-load .feed-add-post-f-wrap{color:#b00}.feed-add-error-text{color:#5c6470;display:inline-block;font-size:12px;line-height:14px;margin:-2px 0 0 0}.feed-load-file{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);left:-250px;top:-20px;position:absolute}.feed-add-post-list-file{display:inline-block;border-bottom:1px dashed #2067b0;line-height:12px;color:#2067b0;cursor:pointer}.feed-add-post-load-pl-text{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.feed-add-file-but{overflow:hidden;position:relative}.feed-add-post-p{background-position:-141px -208px!important;padding-left:23px}.feed-post-item .feed-add-post-p{margin-left:0}.feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:100}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:bold;font-size:12px;margin-top:3px}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-post-del-but{background-color:#fff;background-position:8px -19px;cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px}.feed-add-photo-bl-error .feed-add-img-title{color:#b00}.feed-add-img-error{background:#9a2b2d;display:block;height:92px;position:relative}.feed-add-img-er-icon{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -97px -183px;height:27px;left:50%;margin:-13px 0 0 -15px;top:50%;position:absolute;width:30px}.feed-add-post-text{color:#bfbfbf;font-size:17px;padding:15px 10px 0 10px}.feed-comments-block .feed-add-post-text{padding:0}.feed-add-post-edit-block{background:linear-gradient(top,#f9fbfb,#f4f8f8);background:-moz-linear-gradient(top,#f9fbfb,#f4f8f8);background:-o-linear-gradient(top,#f9fbfb,#f4f8f8);background:-ms-linear-gradient(top,#f9fbfb,#f4f8f8);background:-webkit-gradient(linear,left top,left bottom,from(#f9fbfb),to(#f4f8f8));box-shadow:0 2px 2px -2px rgba(229,229,229,0.9);border-bottom:1px solid #e9eaeb;border-left:1px solid #ced1d2;border-right:1px solid #ced1d2;border-top-left-radius:2px;border-top-right-radius:2px;margin:0 -1px;height:25px;padding:6px 0 0 0;position:relative}.feed-add-but-bold{background-position:-10px -19px}.feed-add-but-italic{background-position:8px -39px}.feed-add-but-underline{background-position:-31px -18px}.feed-add-but-strike{background-position:-78px -18px}.feed-add-post-color{background-position:-102px -19px}.feed-add-post-fontsizelist{background-position:-39px 4px}.feed-add-post-removeformat{background-position:-70px -40px}.feed-add-post-quote{background-position:-54px -19px}.feed-add-post-code{background-position:-18px -40px}.feed-add-post-cut{background-position:-44px -40px}.feed-add-post-edit-block .feed-add-close-icon{top:3px}.feed-add-post-form{position:relative;margin-bottom:12px;background-color:#fff;overflow:hidden;zoom:1}.comments-form .feed-add-post-form{border-radius:22px}.feed-add-post-form:after{content:"";display:block;width:1px;height:1px;background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/waiter-button-light.gif") no-repeat 0 0;position:absolute;left:0;bottom:0;opacity:0}.feed-add-post-error-wrap .feed-add-post-form{margin-bottom:0}.feed-add-close-icon,.feed-add-post-del-but{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 9px -17px;cursor:pointer;height:25px;opacity:.7;right:2px;width:25px;position:absolute}.feed-add-close-icon:hover{opacity:1}.feed-add-post-form-but-wrap{background-color:#fff;border-bottom:1px solid #f0f1f2;padding:0 7px 5px 16px;position:relative}.feed-com-add-block .feed-add-post-form-but-wrap{background-color:#fff;padding-right:0}.feed-com-add-block .urlpreview.urlpreview__edit{padding:0 13px 12px 18px}.feed-add-post-form-but-wrap:empty{display:none}.feed-add-post-form-but{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png?1") no-repeat;cursor:pointer;display:inline-block;margin-right:15px;height:25px;opacity:.35;width:25px;position:relative}.feed-add-post-form-but:hover{opacity:.85}.feed-add-file{background-position:-137px -17px}.feed-add-link{background-position:-13px 3px}.feed-add-img{background-position:-136px -57px}.feed-add-video{background-position:-62px 3px}.feed-add-mention{background-position:-90px 3px}.feed-add-tag{background-position:-138px 4px}.feed-add-important{background-position:-57px -807px}.feed-add-important-active-block{cursor:pointer;vertical-align:top}.feed-add-post-form-but.feed-add-important-active{margin-right:5px;vertical-align:middle;background-position:-28px -807px;opacity:1.0}.feed-add-important-text{line-height:13px;font-size:13px;font-weight:normal;vertical-align:middle}.feed-add-important-active-block::selection,.feed-add-important-active-block::-moz-selection,.feed-add-important-text::selection,.feed-add-important-text::-moz-selection{background:transparent;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.feed-add-quote{background-position:-11px -693px}.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn,.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn-active,.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn-disabled{background-image:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png")!important;background-repeat:no-repeat!important;display:inline-block;margin:0 15px 0 0!important;opacity:.35;filter:alpha(opacity=50);width:25px;height:25px;position:relative;border-width:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn:hover{opacity:.7}.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn-disabled{opacity:.4!important}.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn i,.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn-active i{background:none!important;margin:2px 0 0 2px!important}.feed-add-post-form-but-cnt .bxhtmled-top-bar-btn:hover{background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.feed-add-post-form-but-cnt .bxhtmled-button-link{background-position:-13px 3px!important}.feed-add-post-form-but-cnt .bxhtmled-button-video{background-position:-62px 3px!important}.feed-add-post-form-but-cnt .bxhtmled-button-quote{background-position:-11px -693px!important}.feed-add-post-form-but-more{border-radius:3px;border:1px solid #fff;color:#7a808c;cursor:pointer;font-size:12px;right:11px;top:0;padding:1px 21px 1px 6px;position:absolute}.feed-add-post-form-but-more:hover{border-top-color:#f1f1f1;border-left-color:#d8d8d8;border-right-color:#d8d8d8;border-bottom-color:#a9a9a9;box-shadow:0 1px 1px -1px #d0d0d0;color:#4b5a6b}.feed-add-post-form-but-more-act{box-shadow:none!important;border-color:#d9e4e7!important}.feed-add-post-form-but-arrow{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -98px -49px;height:4px;position:absolute;right:6px;top:10px;width:7px}.feed-add-post-form-but-more-open{right:7px;top:3px;position:absolute}.feed-add-post-form-editor-btn,.feed-add-post-form-title-btn{background:url(/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png) no-repeat 100px;cursor:pointer;display:inline-block;height:25px;vertical-align:top;width:25px}.feed-add-post-form-editor-btn{background-position:-57px -772px}.feed-add-post-form-title-btn{background-position:-97px -747px;margin-right:4px}.feed-add-post-form-editor-btn:hover{background-position:-29px -772px}.feed-add-post-form-title-btn:hover{background-position:-63px -747px}.feed-add-post-form-btn-active.feed-add-post-form-editor-btn{background-position:-29px -772px}.feed-add-post-form-btn-active.feed-add-post-form-title-btn{background-position:-63px -747px}.feed-add-post-strings-blocks{list-style-type:none;padding:0;margin:0}.feed-add-post-strings-blocks li{list-style-type:none;margin:13px 0 0 0;padding:20px 18px 7px 12px}.feed-add-post-strings-blocks li:last-child{border-top:1px solid #f0f1f2}.feed-add-post-strings-blocks li:first-child{border-top:0;margin:0;padding-top:6px}.feed-add-post-destination-block{overflow:hidden;position:relative}.feed-add-post-destination-title,.feed-add-post-tags-title{color:#000;float:left;font-size:14px;min-width:55px;padding-left:5px}.feed-add-post-destination-block .feed-add-post-destination-title{margin-top:15px}.feed-add-post-dest-source{color:#1a60a9}.feed-add-post-destination-wrap,.feed-add-post-tags-wrap{border:1px solid #e4e4e4;border-radius:1px;overflow:hidden;padding:7px 7px 1px;min-height:36px!important}.feed-add-post-destination-wrap-but{margin-top:-9px}.feed-add-post-destination{border-radius:1px;font-size:13px;display:inline-block;font-weight:bold;margin:0 6px 6px 0;height:30px;line-height:29px;overflow:hidden;padding:0 30px 0 13px;position:relative;vertical-align:middle;z-index:2;-webkit-transition:background-color .2s linear;transition:background-color .2s linear}.feed-add-post-destination a:link,.feed-add-post-destination a:visited,.feed-add-post-destination a:active,.feed-add-post-destination a:hover{text-decoration:none}.feed-add-post-destination-wrap-but .feed-add-post-destination{margin:9px 9px 0 0}.feed-add-post-destination-wrap .feed-add-post-destination{padding-right:30px}.feed-add-post-destination .feed-add-post-del-but,.feed-add-post-tags .feed-add-post-del-but{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat;cursor:pointer;right:0;top:0;height:30px;opacity:.6;position:absolute;width:25px}.feed-add-post-destination-hover .feed-add-post-del-but{opacity:1}.feed-add-post-destination:hover{text-decoration:none}.feed-add-post-destination-all-users{background:#dbf188;color:#535c69!important}.feed-add-post-destination-all-users .feed-add-post-del-but{background-position:-24px -61px}.feed-add-post-destination-hover.feed-add-post-destination-all-users{background-color:#b2e233}.feed-add-post-destination-users{background-color:#bcedfc;color:#1f6ab5!important}.feed-add-post-destination-users .feed-add-post-del-but{background-position:-94px -61px}.feed-add-post-destination-hover.feed-add-post-destination-users{background-color:#86e2ff}.feed-add-post-destination-wrap .feed-add-post-destination-sonetgroups{background-color:#ade7e4;color:#116f6b!important}.feed-add-post-destination-sonetgroups .feed-add-post-del-but{background-position:-47px -61px}.feed-add-post-destination-wrap .feed-add-post-destination-hover.feed-add-post-destination-sonetgroups{background-color:#8cddda}.feed-add-post-destination-department,.feed-add-post-destination-crm{background-color:#e2e3e5;color:#535c69!important}.feed-add-post-destination-department .feed-add-post-del-but,.feed-add-post-destination-crm .feed-add-post-del-but{background-position:-70px -61px}.feed-add-post-destination-hover.feed-add-post-destination-department,.feed-add-post-destination-hover.feed-add-post-destination-crm{background-color:#cbccd0}.feed-add-post-destination.feed-add-post-destination-extranet,.feed-add-post-destination.feed-add-post-destination-email,.feed-add-post-destination.feed-add-post-destination-crmemail{background-color:#ffec91;color:#a26b00;padding-left:32px}.feed-add-post-destination.feed-add-post-destination-extranet:before,.feed-add-post-destination.feed-add-post-destination-email:before,.feed-add-post-destination.feed-add-post-destination-crmemail:before{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png?1") no-repeat 0 -92px;content:"";height:13px;position:absolute;width:13px;left:9px;top:8px}.feed-add-post-destination.feed-add-post-destination-crmemail:before{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/icon-crmuser-block.png") no-repeat 0 0!important}.feed-add-post-destination.feed-add-post-destination-email::before{background-position:-33px -92px}.feed-add-post-destination.feed-add-post-destination-extranet .feed-add-post-del-but,.feed-add-post-destination.feed-add-post-destination-email .feed-add-post-del-but,.feed-add-post-destination.feed-add-post-destination-crmemail .feed-add-post-del-but{background-position:-113px -61px}.feed-add-post-destination-hover.feed-add-post-destination-extranet,.feed-add-post-destination-hover.feed-add-post-destination-email,.feed-add-post-destination-hover.feed-add-post-destination-crmemail{background-color:#ffe25a}.feed-add-destination-inp{background:#fff;border:0;color:#555;display:inline-block;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 7px 7px 0;height:30px;min-width:108px;outline:0;padding:0;vertical-align:middle}.feed-add-destination-link,.feed-add-post-tags-add{border-bottom:1px solid transparent;color:#2067b0;cursor:pointer;display:inline-block;font-weight:bold;font-size:13px;margin:7px 7px 7px 18px;line-height:17px;text-decoration:none;vertical-align:top;position:relative;-webkit-transition:border-bottom-color .2s linear;transition:border-bottom-color .2s linear}.feed-add-destination-link:before,.feed-add-post-tags-add:before{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -148px -481px;content:'';height:8px;left:-14px;position:absolute;top:5px;width:8px}.feed-add-destination-link:hover,.feed-add-post-tags-add:hover{border-bottom:1px solid;color:#2067b0}.feed-add-destination-input-box{display:none}.feed-add-post-tags-block{overflow:hidden}.feed-add-post-tags .feed-add-post-del-but{background-position:-69px -61px}.feed-add-post-tags .feed-add-post-del-but:hover{opacity:1}.feed-add-post-destination-add{border-bottom:1px #2067b0 dashed;color:#2067b0;display:inline-block;cursor:pointer;font-size:12px;line-height:12px;vertical-align:middle}.feed-add-post-destination-add:hover{text-decoration:none}.feed-add-post-tags-wrap{color:#5c6470;font-size:12px;overflow:hidden}.feed-add-post-tags-wrap-but{margin-top:-9px}.feed-add-post-tags{background:#e8eff0;border-radius:1px;display:inline-block;font-size:13px;font-weight:bold;height:30px;line-height:29px;margin:0 7px 7px 0;vertical-align:middle;padding:0 30px 0 10px;position:relative}.feed-add-post-tags a:link,.feed-add-post-tags a:visited,.feed-add-post-tags a:active,.feed-add-post-tags a:hover{text-decoration:none}.feed-add-post-tags-wrap .feed-add-post-tags{padding-right:30px}.feed-add-post-files-block{background:#f4f8f9;border-radius:2px;border:1px solid;border-top-color:#ced0d1;border-left-color:#ced1d1;border-right-color:#ced1d1;border-bottom-color:#d3d7d8;box-shadow:0 1px 2px -1px rgba(164,164,164,0.7) inset;margin-bottom:11px;overflow:hidden;padding:13px 30px 0 30px;position:relative;zoom:1}.feed-add-post-files-title{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 500px -5000px;color:#5c6470;font-size:12px;font-weight:bold;float:left;line-height:20px;overflow:hidden;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.feed-add-post-files-block .feed-add-post-files-title{font-weight:normal;left:13px;top:12px;position:absolute;width:54px}.feed-add-post .lhe-resize-row img{display:none}.feed-add-post .bxlhe-editor-buttons{background:linear-gradient(top,#f9fbfb,#f4f8f8);background:-moz-linear-gradient(top,#f9fbfb,#f4f8f8);background:-o-linear-gradient(top,#f9fbfb,#f4f8f8);background:-ms-linear-gradient(top,#f9fbfb,#f4f8f8);background:-webkit-gradient(linear,left top,left bottom,from(#f9fbfb),to(#f4f8f8));box-shadow:0 2px 2px -2px rgba(229,229,229,0.9);border-bottom:1px solid #e9eaeb;position:relative}.feed-add-post .lhe-button-cont{border-radius:2px;cursor:pointer;display:inline-block;height:21px;margin-left:6px;vertical-align:top;width:25px}.feed-add-post .lhe-button-cont:hover{background-color:#dee1e5}.feed-add-post .lhe-stat-toolbar-cont{border:0;padding-top:6px;position:relative}.feed-add-post .lhe-button{border:0}.feed-add-post .lhe-button-over{background-color:#dee1e5}.feed-add-post .feed-add-post-tags-title{margin-top:15px}.feed-add-post .feed-add-post-tags-block{display:none}.feed-add-post .wduf-selectdialog,.feed-add-post .diskuf-selectdialog{border-bottom:1px solid #f0f1f2;display:none;margin:7px 0 15px;padding:0 10px 30px}.feed-comments-block .wduf-selectdialog,.feed-comments-block .diskuf-selectdialog{border:0;background-color:#fff;padding:10px}.feed-add-post .wduf-selectdialog-switcher,.feed-add-post .file-selectdialog-switcher,.feed-add-post .diskuf-selectdialog-switcher{display:none}.feed-add-img-title{overflow:hidden}.bx-lm-mention{width:356px!important}.bx-lm-mention .bx-finder-groupbox-name{display:none}.bx-lm-mention .bx-finder-groupbox{padding:0;border-bottom:0}.feed-add-button-load,.feed-add-button-load:hover{background:#13b1e3;color:transparent!important;cursor:pointer;position:relative}.feed-add-button-load:before{border:1px solid #fff;border-radius:50%;color:#fff;content:'_';font-size:10px;font-family:"OpenSans-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:9px;height:19px;top:14px;left:50%;margin-left:-10px;padding-right:5px;position:absolute;text-align:right;width:14px;box-sizing:content-box}.feed-add-com-button.feed-add-button-load:before{top:10px}.feed-add-button-load:after{background-color:#fff;content:'';height:7px;position:absolute;top:23px;left:50%;width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation:clock 1s infinite linear;animation:clock 1s infinite linear}.feed-add-com-button.feed-add-button-load:after{top:19px}.feed-add-button-transparent.feed-add-button-load{background-color:#ecedef}.feed-add-button-transparent.feed-add-button-load:after{background-color:#565f6c}.feed-add-button-transparent.feed-add-button-load:before{color:#565f6c;border-color:#565f6c}@-webkit-keyframes clock{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes clock{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.feed-add-button .mpf-load-img,.mpf-load-img{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/waiter-button-light.gif") no-repeat 0 0;position:absolute;background-position:50% 50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px!important}.bx-retina .feed-add-button .mpf-load-img,.bx-retina .mpf-load-img{background-image:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/waiter-button-light-retina.gif");background-size:23px}.feed-add-button .mpf-load,.mpf-load{-webkit-border-radius:4px;border-radius:4px;border:0;background-color:#b7c4c9!important;background-image:-webkit-linear-gradient(top,rgba(179,194,200,0.96),rgba(202,215,219,0.96))!important;background-image:-moz-linear-gradient(top,rgba(179,194,200,0.96),rgba(202,215,219,0.96))!important;background-image:-ms-linear-gradient(top,rgba(179,194,200,0.96),rgba(202,215,219,0.96))!important;background-image:-o-linear-gradient(top,rgba(179,194,200,0.96),rgba(202,215,219,0.96))!important;background-image:linear-gradient(top,rgba(179,194,200,0.96),rgba(202,215,219,0.96))!important;-webkit-box-shadow:0 1px 1px 1px rgba(103,109,123,0.78) inset!important;box-shadow:0 1px 1px 1px rgba(103,109,123,0.78) inset!important;color:#b1bec2!important;cursor:default;height:35px!important;text-shadow:none!important;padding-right:19px;padding-left:19px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.feed-add-com-button .mpf-load,.feed-add-post-buttons .mpf-load{height:23px!important;padding-right:14px!important;padding-left:14px!important}.feed-add-post-buttons{display:none}.feed-add-post-buttons .mpf-load-img{height:23px!important}.bx-smile-f{margin:-1px -4px -5px;text-align:center}.bx-smile-gallery{width:157px;height:90px;overflow:hidden}.bx-smile-gallery-set{display:inline-block;width:157px;height:85px;margin-bottom:5px;overflow:auto;overflow-x:hidden;text-align:center}.bx-smile-gallery-set-hide{display:none}.bx-smile-gallery-image{margin:6px;cursor:pointer}.bx-smile-nav{width:146px;border-top:1px solid #e5e8ea;margin-left:5px;margin-top:-1px;text-align:right;padding-bottom:5px;padding-top:2px}.bx-smile-nav-name{font-size:11px;color:#636972;display:inline-block;line-height:18px;margin-right:5px;vertical-align:text-bottom}.bx-smile-nav-disabled{display:none}.bx-smile-nav-item{cursor:pointer;width:9px;height:9px;display:inline-block;margin-right:7px;margin-left:2px;margin-top:2px}div.lhe-list-item-cont[title="xx-small"] span.lhe-list-font-span{font-size:40%!important}div.lhe-list-item-cont[title="x-small"] span.lhe-list-font-span{font-size:60%!important}div.lhe-list-item-cont[title="small"] span.lhe-list-font-span{font-size:80%!important}div.lhe-list-item-cont[title="medium"] span.lhe-list-font-span{font-size:100%!important}div.lhe-list-item-cont[title="large"] span.lhe-list-font-span{font-size:120%!important}div.lhe-list-item-cont[title="x-large"] span.lhe-list-font-span{font-size:140%!important}div.lhe-list-item-cont[title="xx-large"] span.lhe-list-font-span{font-size:160%!important}.mpl-quote-block,.mpl-quote-block:visited,.mpl-quote-block:active,.mpl-quote-block:link,.mpl-quote-block:hover{display:block;position:absolute;z-index:500;-webkit-transition:opacity .4s,visibility .1s linear .4s;-moz-transition:opacity .4s,visibility .1s linear .4s;-o-transition:opacity .4s,visibility .1s linear .4s;transition:opacity .4s,visibility .1s linear .4s;cursor:pointer;width:32px;height:27px;background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat 0 -936px;text-decoration:none}.mpl-quote-block{top:-1010000px;opacity:0;visibility:hidden}.mpl-quote-block:hover{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -63px -936px}.mpl-quote-block:active{background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png") no-repeat -125px -936px}.mpl-quote-block-show{visibility:visible;-webkit-transition:opacity .4s,visibility 0s;-moz-transition:opacity .4s,visibility 0s;-o-transition:opacity .4s,visibility 0s;transition:opacity .4s,visibility 0s;opacity:1}.feed-add-post div.bx-html-editor{border-style:none!important;background-color:#fff}.feed-add-post-edit-form .bx-html-editor .bxhtmled-toolbar-cnt{opacity:0}.feed-add-post-dnd-ready,.feed-add-post-dnd-over{position:relative}.feed-add-post-dnd-over .feed-add-post-dnd,.feed-add-post-dnd-ready .feed-add-post-dnd-notice{display:block;z-index:31}.feed-add-post-dnd-ready.feed-add-post-dnd-over .feed-add-post-dnd-notice{display:none}.feed-add-post-dnd,.feed-add-post-dnd-notice{position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(248,250,250,0.9);z-index:1;border:2px dashed #a7b0b5;text-align:center;display:none}.feed-add-post-dnd-inner{height:110px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.feed-add-post-dnd-icon{width:37px;height:45px;background:url("/bitrix/templates/live/components/bitrix/main.post.form/custom/images/sprite_mpf_5.png?5") no-repeat 0 -968px;display:block;margin:0 auto 15px}.feed-add-post-dnd-text{font-weight:bold;font-size:18px;color:rgba(83,92,105,0.7)}.feed-add-post-dnd-text span{font-size:12px;display:block;margin-top:8px}.feed-add-post-dnd-over .bxu-file-input-over .diskuf-extended-overlay{display:none}.feed-add-urpreview-wrap{margin-left:18px}.feed-add-post-destination.feed-add-post-destination-email::before{background-position:-33px -92px}html.bx-ios.bx-ios-fix-frame-focus,html.bx-ios.bx-ios-fix-frame-focus iframe,.bx-ios.bx-ios-fix-frame-focus body{-webkit-overflow-scrolling:touch}
/* End */


/* Start:/bitrix/templates/live/components/bitrix/news/custom/ilsn/news.detail/.default/style-interesting.css?16124250101183*/
.live-interesting-wrapper {
    margin-top: 30px;
}
.live-interesting {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    font-family: 'Open Sans', sans-serif;
}
.live-interesting__item {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 20px 20px;
}
.live-interesting__inner {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    transition: .1s ease;
    color: #383838;
}
.live-interesting__inner:hover {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    color: #EB1E22;
    transition: .3s ease;
}
.live-interesting__img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}
.live-interesting__img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
	max-height: 190px;
	max-width: 290px;
}
.live-interesting__title {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
}
/* End */
/* /bitrix/templates/live/components/bitrix/news/custom/ilsn/news.detail/.default/style.css?16510051037310 */
/* /bitrix/templates/live/css/swiper.min.css?159673748417484 */
/* /bitrix/templates/.default/css/popup.css?16583519911502 */
/* /bitrix/components/ilsn/add.article/templates/.default/style.css?17059074761562 */
/* /bitrix/templates/.default/css/share-icon.css?16157167641348 */
/* /bitrix/templates/live/components/bitrix/main.share/universal/style.css?16076917871330 */
/* /bitrix/templates/live/components/bitrix/forum.topic.reviews/custom/style.css?163830839420476 */
/* /bitrix/templates/live/components/bitrix/main.post.form/custom/style.min.css?159673748426294 */
/* /bitrix/templates/live/components/bitrix/news/custom/ilsn/news.detail/.default/style-interesting.css?16124250101183 */
