

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/personal_menu/style.min.css?16965097931290*/
.bx-inclinkspersonal-item.bx-theme-blue:hover{background:#0083d1}.bx-inclinkspersonal-item.bx-theme-black:hover{background:#303030}.bx-inclinkspersonal-item.bx-theme-green:hover{background:#44b1c9}.bx-inclinkspersonal-item.bx-theme-red:hover{background:#e63c3c}.bx-inclinkspersonal-item.bx-theme-yellow:hover{background:#f4a52e}.bx-theme-blue.bx-inclinkspersonal-selected{background:#3398d7}.bx-theme-black.bx-inclinkspersonal-selected{background:#484848}.bx-theme-green.bx-inclinkspersonal-selected{background:#5cc3d1}.bx-theme-red.bx-inclinkspersonal-selected{background:#e95c5c}.bx-theme-yellow.bx-inclinkspersonal-selected{background:#fbb859}.bx-inclinkspersonal-item-element{display:block;padding:10px 0 10px 15px;width:calc(100% - 20px);color:#333;text-transform:uppercase;-webkit-transition:background .3s ease,color .3s ease;-moz-transition:background .3s ease,color .3s ease;transition:background .3s ease,color .3s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.bx-inclinkspersonal-item-element:after{position:absolute;top:10px;right:10px;font-family:'FontAwesome';content:"\f105"}.bx-inclinkspersonal-item:hover .bx-inclinkspersonal-item-element{color:#fff}.bx-inclinkspersonal-item-element.bx-inclinkspersonal-item-element:hover:after{color:#fff}
/* End */


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

/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/flat/style.css?17599005984703*/
.bx-newslist {}
.bx-newslist-block {
	margin-bottom: 40px;
    background: #f6f6f6;
    border-radius: 20px;
    overflow: clip;
}
@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	border-radius: 20px;
	overflow: clip;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/components/bitrix/news.list/templates/flat/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}

.bx-newslist-text-container {
	padding: 20px;
}

.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}

.bx-newslist-date {
    position: absolute;
    bottom: 0;
    right: 50px;
    padding: 3px 15px;
    background-color: #f6f6f6;
    border-radius: 20px 20px 0 0;
}

.bx-newslist-date::before {
    content: '';
    display: block;
    position: absolute;
    corner-shape: scoop;
    left: -20px;
    width: 20px;
    height: 10px;
    background: #f6f6f6;
    bottom: 0;
    border-radius: 100% 0 0 0;
}

.bx-newslist-date::after {
    content: '';
    display: block;
    position: absolute;
    corner-shape: scoop;
    right: -20px;
    width: 20px;
    height: 10px;
    background: #f6f6f6;
    bottom: 0;
    border-radius: 0 100% 0 0;
}

.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/flat/themes/blue/style.min.css?1696509792205*/
.bx-newslist .fa.bx-star-active{color:#1485ce}.bx-newslist .btn{background-color:#1485ce;border-color:#1485ce}.bx-newslist .btn:active,.bx-newslist .btn:hover{background-color:#53a4d8;border-color:#53a4d8}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/menu/personal_menu/style.min.css?16965097931290 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news.list/fs_news_side_list/style.css?1696509793150 */
/* /bitrix/components/bitrix/news.list/templates/flat/style.css?17599005984703 */
/* /bitrix/components/bitrix/news.list/templates/flat/themes/blue/style.min.css?1696509792205 */
