

/* 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 */
/* /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 */
