

/* Start:/blog/style.css?17822216302415*/
.blog-page--bottom {
    display: flex;
}

.blog-page-articles {
    width: 67%;
}

.blog-page-articles .blog-page .section-hold {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.blog-page-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 32%;
    gap: 10px;
}
.blog-page-info--socials{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-page-info--socials a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    transition: opacity 0.3s ease-in;
}
.blog-page-info--socials a:hover{
    opacity: 0.7;
}
.blog-page-info--socials .socials-vk {
    background: #4D69A1;
}
.blog-page-info--socials .socials-dzen {
    background: #000000;
}
.blog-page-info--socials .socials-tg {
    background: #1E96C8;
}
.blog-page-info--socials .socials-rutube {
    background: #100943;
}
.blog-page-info--socials .socials-vc-ru {
    background: #FEEBEF;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 16px;
}

.blog-page-info--socials a img{
    margin: 0;
}
.blog-page-info--socials .socials-rutube img{
    max-width: 105px;
    padding: 4px;
}

.about_info .text_block ul li::before{
    content: none;
}
.about_info .text_block ul li{
    padding-left: 0;
}

@media (max-width: 767px) {
    .blog-page--bottom {
        flex-wrap: wrap;
    }
    .blog-page-articles {
        width: 100%;
    }

    .blog-page-info {
        width: 100%;
        margin-top: 20px;
    }
}

.blog-slider--top .banner-cart,
.blog-slider--bottom .banner-cart
{
    padding: 0;
}

.blog-page .block{
    margin-bottom: 0;
}
.blog-page .articles .cont {
    line-height: 0;
}
.blog-slider--top .banner-cart__slide-img img,
.blog-slider--bottom .banner-cart__slide-img img
{
    margin: 0;
}

@media (max-width: 400px){
    .blog-page .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
    .blog-page .bx-pagination .bx-pagination-container ul li.bx-pag-next a span
    {
        padding: 0 12px;
    }
}
@media (max-width: 930px) {
    .blog-page-info {
        justify-content: flex-start;
    }
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/menu/top_menu_blog/style.css?1781785395727*/
.blog-menu-wrap {
    margin-bottom: 0 !important;
    padding: 10px 0;
}

.blog-menu-wrap .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-menu-wrap .menu .item {
    margin: 0;
    padding: 0;
}

.blog-menu-wrap .menu .item a {
    display: inline-block;
    padding: 2px 18px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.blog-menu-wrap .menu .item a:hover {
    background: #e0e0e0;
}

.blog-menu-wrap .menu .item a.active,
.blog-menu-wrap .menu .item a.selected {
    background: #ec691f;
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/system.pagenavigation/.default/style.css?17575145582389*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 5px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #ec691f;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ec691f;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color: #ec691f;
    background: #ec691f;
    color: #fff;
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/news.list/blog_top/style.css?17822215604085*/
.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@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;
	margin-bottom: 20px;
}
.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/templates/textime/components/bitrix/news.list/blog_top/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-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.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-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	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;
}
.blog-page .section-hold{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.blog-page .cont {
	padding: 0;
}



/* End */


/* Start:/bitrix/templates/textime/components/bitrix/catalog.item/blog_card/style.css?17821292401492*/
.blog-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 32%;
	height: 480px;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	background-color: #333;
	flex-shrink: 0;
}

.blog-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 60%, rgba(0,0,0,0) 100%);
	z-index: 1;
	pointer-events: none;
}

.blog-card__link {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 24px;
	text-decoration: none;
	color: #fff;
	gap: 10px;
	line-height: 170%;
}

.blog-card__tag {
	align-self: flex-start;
	padding: 2px 12px;
	font-size: 12px;
	color: #fff;
	background: #ec691f;
	border-radius: 4px;
	letter-spacing: .5px;
	line-height: 170%;
}

.blog-card__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.blog-card__date {
	font-weight: 600;
	font-size: 13px;
	color: rgba(255,255,255,.75);
}

.blog-card__icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	fill: #fff;
}

@media (max-width: 1101px) {
	.blog-card {
		width: calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.blog-card {
		height: 280px;
	}
	.blog-card__title{
		font-size: 14px;
		font-weight: 500;
	}
	.blog-card__link{
		padding: 10px;
	}
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/catalog.item/blog_card_small/style.css?17821295272054*/
.blog-card_small {
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	width: calc(33.33% - 14px);
	height: 400px;
}

.blog-card_small__img-wrap {
	position: relative;
	overflow: hidden;
	height: 60%;
}

.blog-card_small__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.blog-card_small__img-wrap .blog-card_small__img{
	margin:0;
}

.blog-card_small__tag {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 2px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #ec691f;
	border-radius: 4px;
	letter-spacing: .5px;
	line-height: 170%;
}

.blog-card_small__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px 14px 16px;
	flex: 1;
	line-height: 170%;
}

.blog-card_small__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	color: #333;
	text-decoration: none;
}
.blog-card_small__title:hover {
	color: #ec691f;
}

.blog-card_small__date {
	font-size: 14px;
	color: #999;
}

.blog-card_small__preview {
	font-size: 14px;
	line-height: 1.45;
	color: #555;
	margin: 0;
	flex: 1;
}

.blog-card_small__more {
	align-self: flex-start;
	font-size: 14px;
	font-weight: 600;
	color: #ec691f;
	text-decoration: none;
	margin-top: auto;
}
.blog-card_small__more:hover {
	text-decoration: underline;
}

@media (max-width: 1101px) {
	.blog-card_small {
		width: calc(50% - 10px);
	}

}

@media (max-width: 767px) {
	.blog-card_small {
		height: 280px;
	}
	.blog-card_small__img-wrap {
		height: 180px;
	}
	.blog-card_small__img {
		object-position: center top;
	}
	.blog-card__title{
		font-size: 14px;
		font-weight: 500;
	}
	.blog-card__link{
		padding: 10px;
	}
	.blog-card_small__body {
		padding: 10px 12px 14px;
		gap: 4px;
	}
	.blog-card_small__title {
		font-size: 13px;
	}
	.blog-card_small__preview {
		display: none;
	}
	.blog-card_small__date {
		font-size: 12px;
	}
}



/* End */


/* Start:/bitrix/templates/textime/components/bitrix/news.list/slider_cart/style.css?17816196261521*/
.banner-cart{
    max-width: 1288px;
    padding: 0 24px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.banner-cart__slider{
    border-radius: 5px;
}
.banner-cart__slider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.banner-cart__slide-img {
    position: relative;
    height: 250px;
}

.banner-cart__slide-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center left;
    object-position: center left;
}

@media (max-width: 767.98px) {
    .banner-cart {
        padding: 0 12px;
    }
    .banner-cart__slide-img {
        height: 385px;
    }
    .banner-cart__slide-img img{
        object-position: center bottom;
    }
}
/* End */


/* Start:/bitrix/templates/textime/components/bitrix/news.list/blog_middle/style.css?17822186504083*/
.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@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;
	margin-bottom: 20px;
}
.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/templates/textime/components/bitrix/news.list/blog_middle/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-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.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-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	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;
}
.blog-page .section-hold{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.blog-page .cont {
	padding: 0;
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/news.list/blog_bottom/style.css?17822186504083*/
.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@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;
	margin-bottom: 20px;
}
.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/templates/textime/components/bitrix/news.list/blog_bottom/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-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.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-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	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;
}
.blog-page .section-hold{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}

.blog-page .cont {
	padding: 0;
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/catalog.item/blog_card_text_right/style.css?17818766681534*/
.tx-bcr-card {
	display: flex;
	flex-direction: row;
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 140px;
}

.tx-bcr-img {
	width: 220px;
	min-height: 100%;
	flex-shrink: 0;
	overflow: hidden;
}

.tx-bcr-card .tx-bcr-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.tx-bcr-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 6px;
	padding: 0px 16px;
	flex: 1;
	line-height: 170%;
}

.tx-bcr-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #333;
	text-decoration: none;
}

.tx-bcr-title:hover {
	color: #ec691f;
}

.tx-bcr-date {
	font-size: 14px;
	color: #999;
}

.tx-bcr-more {
	align-self: flex-start;
	font-size: 14px;
	font-weight: 600;
	color: #ec691f;
	text-decoration: none;
	margin-top: auto;
}

.tx-bcr-more:hover {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.tx-bcr-title {
		font-size: 15px;
	}

	.tx-bcr-date,
	.tx-bcr-more {
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.tx-bcr-img {
		width: 160px;
	}
}

@media (max-width: 930px) {
	.tx-bcr-card {
		flex-direction: column;
		width: 100%;
		min-height: 300px;
	}

	.tx-bcr-img {
		width: 100%;
		height: 180px;
	}

	.tx-bcr-img img {
		object-position: center top;
	}

	.tx-bcr-body {
		padding: 10px 12px 14px;
		gap: 4px;
	}

	.tx-bcr-title {
		font-size: 14px;
	}

	.tx-bcr-date {
		font-size: 12px;
	}
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/catalog.item/video_player/style.css?17822217414440*/
.vp-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #4c4b4b;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    color: white;
    height: 480px;
}

/* === Главный плеер === */
.vp-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vp-main__video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
}

.vp-main__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vp-main__meta-text {
    flex: 1;
    min-width: 0;
    line-height: 120%;
}

.vp-main__meta {
    position: relative;
    padding: 10px;
    background-color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow: hidden;
}

/* Подложка — правая половина мета, левая сторона дугой */
.vp-main__meta::after {
    content: '';
    position: absolute;
    top: -25px;
    right: 0;
    width: 48%;
    height: 164%;
    background: rgb(130, 130, 130);
    border-radius: 3% 1% 0 79%;
    pointer-events: none;
}

.vp-main__play-icon {
    position: relative;
    flex-shrink: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 48px;
    border-color: transparent transparent transparent white;
    opacity: .8;
    transition: opacity .15s;
    z-index: 1;
    cursor: pointer;
    margin-right: 10px;
}

.vp-main:hover .vp-main__play-icon {
    opacity: 1;
}

/* Состояние паузы — две вертикальные полосы */
.vp-main__play-icon.is-playing {
    width: 24px;
    height: 24px;
    border: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.vp-main__play-icon.is-playing::before,
.vp-main__play-icon.is-playing::after {
    content: '';
    display: block;
    width: 8px;
    height: 38px;
    background: white;
    border-radius: 1px;
}

.vp-main__title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 500;
    color: red;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vp-main__views {
    font-size: 12px;
    color: #888;
}
.vp-main__title-text{
    color: white;
    font-weight: 500;
}

/* === Список (скролл) === */
.vp-list {
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.vp-list::-webkit-scrollbar {
    width: 5px;
}

.vp-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

/* === Элемент списка === */
.vp-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background .15s;
}

.vp-item:hover {
    background: #777575;
}

.vp-item.active {
    padding-left: 13px;
}

.vp-item.active .vp-item__thumb{
    border: solid 2px #ec691f;
}

.vp-item__thumb {
    position: relative;
    width: 120px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    aspect-ratio: 16 / 9;
}

#vp-playlist-items .vp-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
}

.vp-item__duration {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    border-radius: 3px;
    line-height: 1.4;
}

.vp-item__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    line-height: 120%;
}

.vp-item__title {
    font-size: 13px;
    font-weight: 600;
    color: white;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vp-item__author {
    font-size: 12px;
    color: #999;
}

@media (max-width: 776px) {
    .vp-main__video-wrap{
        padding-top: 40.25%;
    }
    .vp-main__play-icon{
        border-width: 18px 0 18px 38px;
    }
}

/* End */
/* /blog/style.css?17822216302415 */
/* /bitrix/templates/textime/components/bitrix/menu/top_menu_blog/style.css?1781785395727 */
/* /bitrix/templates/textime/components/bitrix/system.pagenavigation/.default/style.css?17575145582389 */
/* /bitrix/templates/textime/components/bitrix/news.list/blog_top/style.css?17822215604085 */
/* /bitrix/templates/textime/components/bitrix/catalog.item/blog_card/style.css?17821292401492 */
/* /bitrix/templates/textime/components/bitrix/catalog.item/blog_card_small/style.css?17821295272054 */
/* /bitrix/templates/textime/components/bitrix/news.list/slider_cart/style.css?17816196261521 */
/* /bitrix/templates/textime/components/bitrix/news.list/blog_middle/style.css?17822186504083 */
/* /bitrix/templates/textime/components/bitrix/news.list/blog_bottom/style.css?17822186504083 */
/* /bitrix/templates/textime/components/bitrix/catalog.item/blog_card_text_right/style.css?17818766681534 */
/* /bitrix/templates/textime/components/bitrix/catalog.item/video_player/style.css?17822217414440 */
