

/* Start:/local/templates/elyts_2020/css/ya_share2.min.css?17150075722281*/
.ya-share2 .ya-share2__item {margin: 0 !important;}.ya-share2 .ya-share2__item .ya-share2__icon {height: 32px !important;position: relative;width: 32px !important;}.ya-share2 .ya-share2__item .ya-share2__icon:active {-webkit-box-shadow: none;box-shadow: none;}.ya-share2 .ya-share2__item .ya-share2__icon:before {background-blend-mode: luminosity;background-color: #fff;background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;content: " ";display: block;left: 50%;position: absolute;top: 50%;}.ya-share2 .ya-share2__item .ya-share2__badge {background: none;}.ya-share2 .ya-share2__item.ya-share2__item_service_whatsapp .ya-share2__icon:before {background-position: -393px -283px;height: 11px;margin: -5px 0 0 -5px;width: 11px;}.ya-share2 .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon:before {background-position: -86px -285px;height: 8px;margin: -4px 0 0 -7px;width: 14px;}.ya-share2 .ya-share2__item.ya-share2__item_service_facebook .ya-share2__icon:before {background-position: -167px -284px;height: 11px;margin: -5px 0 0 -2px;width: 5px;}.ya-share2 .ya-share2__item.ya-share2__item_service_twitter .ya-share2__icon:before {background-position: -456px -284px;height: 9px;margin: -4px 0 0 -5px;width: 11px;}.ya-share2 .ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {background-position: -520px -284px;height: 11px;margin: -5px 0 0 -3px;width: 7px;}.ya-share2 .ya-share2__item.ya-share2__item_service_pinterest .ya-share2__icon:before {background-position: -580px -283px;height: 12px;margin: -6px 0 0 -5px;width: 10px;}.ya-share2 .ya-share2__item.ya-share2__item_service_telegram .ya-share2__icon:before {background-position: -642px -284px;height: 10px;margin: -5px 0 0 -6px;width: 12px;}.ya-share2 .ya-share2__item .ya-share2__link {border: 1px solid #F5F5F5;border-radius: 50%;height: 34px;margin: 0 8px 8px 0;overflow: hidden;width: 34px;}.ya-share2 .ya-share2__item .ya-share2__link:hover {-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);}.ya-share2 .ya-share2__item .ya-share2__link:hover .ya-share2__icon:before {background-blend-mode: normal;}.ya-share2 .ya-share2__item:last-child .ya-share2__link {margin-right: 0;}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/news/blog_elyts/style.css?173522459116660*/
.blog__first-item{
	position: relative;
	display: block;
}
.blog__first-item:hover{
	text-decoration: none;
}
.blog__img-top{
	display: block;
	overflow: hidden;
}
.blog__img-top img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
.blog__img-top img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }


.blog__info {
    height: 100%;
    box-sizing: border-box;
	display: block;
}
.blog__info .d-table {
    width: 100%;
    height: 100%;
}
.blog__info .d-table .d-table-cell {
    height: 100%;
    vertical-align: middle;
}
.blog__info>span{
	height:100%;
}
.blog__title-top {
	font-family: 'Formular Neutral';
    font-size: 2.0rem;
    font-weight: 400;
    display: block;
    line-height: 42px;
}
.blog__description-top {
    display: block;
    font-size: 0.875rem;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 80px
}
.blog__arrow-top{
	color: #A99383;
	font-size: 18px;
}
.blog__item a{display:inline-block}
.blog__item a:hover{
	text-decoration: none;
}
.blog__item-img{
	display: block;
	overflow: hidden;
}
.blog__item-img img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
.blog__item-img img:hover{
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 }
 .blog__item-title{
    font-family: var(--ff-Titles);
	line-height: 36px;
	font-size: 28px;
	display: inline-block;
}

.blog__item-date{
	display: block;
	color: #B4B4B4;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
}

.blog__item-date span {
	display: inline-block;
	position: relative;
	padding-right: 82px;
}
.blog__item-date span:after{
	content: "";
	display: inline-block;
	border-top: 1px solid #B4B4B4;
	width: 50px;
	line-height: 21px;
	position: absolute;
	right: 12px;
	top: 10px;
}

.blog__date-top{
	display: block;
	color: #B4B4B4;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
}

.blog__date-top span {
	display: inline-block;
	position: relative;
	padding-right: 82px;
}
/* .blog__date-top span:after{
	content: "";
	display: inline-block;
	border-top: 1px solid #B4B4B4;
	width: 50px;
	line-height: 21px;
	position: absolute;
	right: 12px;
	top: 10px;
} */
.blog__item-arrow{
	color: #A99383;
	display: block;
}

@media all and (max-width:1000px){
	.blog__popular .blog__item{
		margin-bottom: 30px;
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

.blog__subscribe-form .blog__subscribe-title{
    font-family: var(--ff-Titles);
	line-height: 110%;
	font-size: 64px;
	font-style: italic;
	margin-bottom: 40px;
}
.blog__subscribe-desc{color: #676767;font-size: 18px;line-height: 24px;margin-bottom: 40px;}
@media all and (max-width:1199px){
	
	.blog__info{padding-left: 0;}
	.blog__description-top{margin-bottom: 20px;}
	.blog__date-top{margin-bottom: 0px;}
}
@media all and (max-width:990px){
	
	.blog__subscribe-form .blog__subscribe-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.blog__subscribe-desc{
		margin-bottom: 20px;
	}
	.blog-wrapper .blog__subscribe-form{
		padding: 0 !important;
	}
	.blog__title-top{
		font-size: 28px;
		line-height: 40px;
	}
	.blog__img-top{
		margin-top: 20px;
	}
}
.uv-video {margin: 0 auto 30px;max-width: 710px;width: 100%;}
.uv-video video {width: 100%;}

.article-tags-wrapper{
	margin-bottom: 30px;
}

.article-tags-wrapper a{
	display: inline-block;
	margin: 0 5px;
}

.article-tags-wrapper a:before{
	content:'#';
}


/********/



.section-form_1 {
	padding: 59px 0;
}

.blog-form1__text,
.blog-form1__description,
.section-form_1 .input-group input[type=text]
{
	font-family: 'Gilroy';
}

.blog-form1__text,
.blog-form1__title,
.blog-form1__description,
.section-form_1 .input-group input[type=text]
{
	font-style: normal;
	font-weight: 400;
}

.blog-form1__title {
	font-family: 'History Pro';
	font-size: 38px;
	
	text-transform: uppercase;
}

.blog-form1__description{
	font-size: 20px;
}
.blog-form1__text {
	font-size: 15px;
	margin: 60px 0 18px;
}

.section-form_1 .input-group {
	justify-content: space-between;
}
.section-form_1 .input-group * {
	width: 100%;
	max-width: 32%;
}
.section-form_1 .input-group input[type=text] {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 10px 15px;
	outline: none !important;
}
.section-form_1 .input-group button {
	border: 0;
	color: #fff;
	background: #000;
}
.section-form_1 .input-group button:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}

/* F2 */

.section-form_2 {
	padding: 95px 0 80px;
}


.blog-form2__title {
	font-family: 'History Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	
	text-transform: uppercase;
	color: #FFFFFF;
}
.blog-form2__title span {
	color: #BEA08A;
}


.blog-form2__description {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	margin: 15px 0 24px;
}

.section-form_2 input.form-control {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-radius: 0;
	padding: 10px 15px;
}

.section-form_2 button {
	border: 0;
	color: #fff;
	background: #000;
	padding: 15px 25px;
}
.section-form_2 button:hover{
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}
.section-form_2 .radio_sex {
	margin-top: 17px;
}
.section-form_2 .b-radio_btn {
	display: inline-block;
	margin-right: 30px;
}
.section-form_2 .b-radio_btn input[type=radio] {
	display: none;
}
.section-form_2 .b-radio_btn .radio__button-label {
	font-family: 'Gilroy';
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	padding-right: 28px;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

.section-form_2 .b-radio_btn .radio__button-label:before {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	content: " ";
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 100%;
	margin: 0 0 0 -20px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	vertical-align: top;
	width: 16px;
}
.section-form_2 .b-radio_btn .radio__button-label:after {
	background: #fff;
	border-radius: 50%;
	content: " ";
	display: none;
	height: 8px;
	left: 100%;
	margin-left: -16px;
	position: absolute;
	top: 6px;
	width: 8px;
}
.section-form_2 .b-radio_btn input[type=radio]:checked~label:after {
	display: block;
}
.wrapper_h1{
	margin-bottom: 0 !important;
}

@media (max-width: 760px){
	.blog-form2__title br,
	.form-photo_block {
		display: none;
	}
	.section-form_2 {
		background: #7F0005 !important;
	}
	.form-text_block {
		max-width: 100% !important;
		width: 100%;
	}
	.section-form_1 .row,
	.section-form_2 .row{
		display: block;
	}
	.section-form_1 {
		padding: 59px 0 48px;
	}

	.blog-form1__title {
		font-size: 28px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.blog-form1__description {
		font-size: 18px;
	}
	.blog-form1__text {
		font-size: 13px;
		margin: 30px 0 18px;
	}
	.section-form_1 .input-group {
		display: block;
	}

	.section-form_1 .input-group * {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.section-form_1 .input-group button {
		padding: 10px;
	}



	.blog-form2__description {
		font-size: 18px;
		line-height: normal;
	}
	.section-form_2 {
		padding: 66px 0 61px;
	}
	.section-form_2 button {
		padding: 10px 15px;
	}
	.section-form_2 .radio_sex {
		margin-top: 10px;
		margin-left: 4px;
	}
	.section-form_2 .b-radio_btn {
		margin-right: 15px;
	}


}

.search_links {
	display: flex;
	flex-direction: column;
}
.search_links h2 {
	margin-top: 20px;
}
.search_links a {
	text-decoration: underline;
}


.product-item-big-card-1:nth-child(2) .span:nth-child(2){
	order:1;
}
.blog__date-top{
	text-transform: none ;
}
.blog__title-top, .blog__item-title{
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.blog__popular .blog__item{
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.catalog-section .title-article{
		margin-top: 0 !important;
		margin-bottom: -50px;
	}
	.blog__first-item{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 12px;
	}
	.blog__item-title{
		margin-top: 12px;
	}
	.blog__item-date_catalog, .blog__item-date_1{
		margin-top: 30px;
	}
	div[data-entity="items-row"] > div:nth-child(n+2) {
		margin-top: 50px;
	}
	.blog__title-top, .blog__item-title {
		font-size: 20px;
	}
	.blog__item-date_catalog, .blog__item-date_1 {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #949BA5;
		margin-top: 12px;
		text-transform: none;
	}
	.page-pagination{
		margin-top: 80px !important;
	}
	.ajaxPopularInsert .row div:nth-child(3){
		display: none;
	}
}
@media (min-width: 1200px) {
	.ajaxPopularInsert .row div:nth-child(3){
		display: block;
	}
	.catalog-section .title-article{
		margin-bottom: 0px;
	}
	.var-0:nth-child(4){
		margin-top: 0 !important;
	}
	.catalog-section .title-article{
		margin-top: 0 !important;
	}
	.tags-swiper {
		margin-top: 25px;
	}
	div[data-entity="items-row"] div:nth-child(4) a .justify-content-between .span-1:nth-child(2) {
		order: -1;
	} 
	div[data-entity="items-row"] div:nth-child(10) a .justify-content-between .span-1:nth-child(2) {
		order: -1;
	} 
	div[data-entity="items-row"] > div:nth-child(n+2) {
		margin-top: 70px;
	}
	.blog__item-title{
		margin-top: 25px;
	}
	.blog__item-date_1{
		margin-top: 25px;
	}
	.blog__title-top, .blog__item-title {
		font-size: 28px;
	}
	.blog__item-title {
		font-size: 20px;
	}
}

@media (min-width: 1920px) {
	.blog__title-top, .blog__item-title {
		font-size: 32px;
	}
	.blog__item-title {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.catalog-section .title-article{
		margin-top: 0 !important;
	}
	.blog__first-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.blog__title-top, .blog__item-title {
		font-size: 18px;
	}
	.blog__item-date_catalog, .blog__item-date_1 {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #949BA5;
		margin-top: 12px;
		text-transform: none ;

	}
	.blog__item-title{
		margin-top: 10px;
	}
	div[data-entity="items-row"] > div:nth-child(n+2) {
		margin-top: 48px;
	}
	.page-pagination{
		margin-top: 55px !important;
	}

}

@media (min-width: 1920px) {
    .container {
        max-width: 1610px !important;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
        max-width: 100% !important;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100% !important;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.blog-discount-banner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-height: 283px;
	margin: 42px 0;
}
.blog-discount-banner-img {
	width: 100%;
	height: 283px;
}
.blog-discount-banner .blog-discount-banner-img img {
	width: 100%;
	object-fit: cover;
	height: 100% !important;
	object-position: top;
}
.blog-discount-banner-content {
	padding: 70px 53px 20px;
	background-color: #018CD5;
}
.blog-discount-banner-text {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	text-align: left;
	color: #041D30;
	margin-bottom: 24px;
}
.blog-discount-banner-text span {
	color: #fff;
}
.blog-discount-banner-copy {
	padding: 15px 46px;
	background-color: transparent;
	border: 1px solid #fff;
	display: flex;
	column-gap: 18px;
	align-items: center;
}
.blog-discount-banner-copy span {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
}
.blog-discount-banner-copy:focus {
	outline: none;
}
.page {
	overflow-x: hidden;
}
.banner-modal-img {
	max-width: 729px;
	height: 283px;
}
.banner-modal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
#modal-banner .modal-dialog {
	max-width: 729px;
}
#modal-banner .banner-modal-content {
	padding: 50px 45px 48px;
}
#modal-banner .banner-modal-content {
	background-color: #018CD5;
}
#modal-banner.modal .close {
	background: unset;
	width: 32px;
	height: 32px;
	top: -32px;
	right: -32px;
}
#modal-banner .modal-content {
	border: none;
}

@media screen and (max-width: 991px) {
	.blog-discount-banner-content {
		padding: 20px;
	}
	.blog-discount-banner-text {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 12px;
	}
	.blog-discount-banner-copy {
		padding: 10px 18px;
	}
	.blog-discount-banner-copy span {
		font-size: 16px;
		line-height: 19px;
	}
	.blog-discount-banner {
		max-height: 136px;
		grid-template-columns: 312px 1fr;
	}
	.blog-discount-banner-img {
		width: 100%;
		height: 136px;
	}
}

@media screen and (max-width: 768px) {
	.blog-discount-banner-content {
		padding: 20px 17px 20px 20px;
	}
	.blog-discount-banner-text {
		font-size: 15px;
	}
	#modal-banner .modal-dialog {
		max-width: 608px;
	}
	.banner-modal-img {
		max-width: 608px;
		height: 246px;
	}
	#modal-banner .banner-modal-content {
		padding: 40px 45px 43px;
	}
}

@media screen and (max-width: 655px) {
	.blog-discount-banner {
		max-height: 100%;
		grid-template-columns: 1fr;
	}
	.blog-discount-banner-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	#modal-banner.modal .close {
		right: 0;
	}
}
@media screen and (max-width: 560px) {
	#modal-banner .banner-modal-content {
		padding: 20px 16px 20px;
	}
}
@media screen and (max-width: 420px) {
	.banner-modal-img {
		height: 127px;
	}
}
/* End */


/* Start:/local/components/elyts/banners/templates/wide/style.css?1747833893352*/
.top-teaser__image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

@media (max-width: 992px) {
    .top-teaser-wrap-nocol .reclama-mark-wrapper.main-reclama-mark {
        bottom: 60px;
    }
}
@media (max-width: 600px) {
    .top-teaser-wrap-nocol .reclama-mark-wrapper.main-reclama-mark {
        bottom: 50px;
    }
}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/catalog.section.list/blog/style.css?17352145913946*/
.blog__sections a{display:inline-block;margin-right:15px;color: #041D30;font-size: 14px;line-height: 24px; padding: 4px 12px; background: #F4F5F6;}
.blog__sections a.selected{color: #041D30; background: #C8CCD1;}
.blog__sections a:hover{text-decoration:none;color: #A99383;border-bottom: 1px solid #A99383;}
.ajaxSectionInsert > div {
    position: relative;
    overflow: hidden;
    line-height: 50px;
}
/* .swiper-wrapper, .swiper-container{
    position: unset !important;
} */
.swiper-button-next:after, .swiper-button-prev:after{
    content: none !important;
}
.swiper-button-next, .swiper-button-prev{
    width: auto !important;
    color: #000 !important;
    bottom: 0 !important;
    width: 30px !important;
    background: #fff;
    border: #C8CCD1 solid 1px;
    top: unset !important;
    height: 100% !important;
}
.swiper-button-next{
    right: 0 !important;
}
.swiper-button-prev{
    left: 0 !important;
}
.popular-tags a {
	color: #676767;
	line-height: 26px;
	margin-right: 15px;
	white-space: nowrap;
	text-decoration: none;
}

.tags-swiper {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	opacity: 0;
}

.tags-swiper .swiper-slide {
	display: block;
	padding: 8px 16px;
	background: #F6F6F6;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 1;
	width: fit-content;
	min-width: 0;
}

.tags-swiper .swiper-slide:hover {
	background: #F8F6F3;
	color: #B79E86
}

.wrap-tags {
	max-width: 100%;
}

.wrap-tags-flex {
	margin-top: 25px;
	display: flex;
	max-width: 100%;
	align-items: flex-end;
	opacity: 0;
}

.wrap-tags-flex.active {
	opacity: 1;
}

.tags-swiper.swiper-container-initialized {
	opacity: 1;
}

/* .tags-swiper .swiper-button-prev::after,
.tags-swiper .swiper-button-next::after,
.swiper-button-prev.tags-prev::after {
	content: '';
	width: 12px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
} */



.tags-swiper .swiper-button-prev.swiper-button-disabled {
	background: none;
	display: none;
}

.tags-swiper .swiper-button-next.swiper-button-disabled {
	background: none;
	display: none;
}

.tags-swiper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	filter: blur(10px);
	pointer-events: none;
}

.tags-swiper {
	font-size: 14px;
	display: flex;

}

.first-slider {
	z-index: 5;
	margin-right: 16px;
	margin-left: 0;
	display: block;
	font-size: 14px;
	padding: 8px 16px;
	background: #F6F6F6;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 1;
	width: fit-content;
	min-width: 0;
	color: #676767
}

.first-slider:hover {
	background: #F8F6F3;
	color: #B79E86
}

.tags-swiper.swiper-container {
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 0;
	min-width: 0;
}

.nofullsoww {
	background: red !important;
}

.tags-swiper {
	position: relative;
}

/* .tags-swiper.right-border::after {
	content: "";
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: linear-gradient(90deg, rgba(246, 246, 246, 0.8463586118040967) 17%, rgba(255, 255, 255, 1) 84%);
	filter: blur(0);
	border-radius: 6px;
} */

@media (max-width:768px) {

	/* .tags-swiper .swiper-button-next,
	.tags-swiper .swiper-button-prev {
		display: none;
	} */
    .tags-swiper {
		margin-top: 10px;
	}
    
	.tags-swiper .swiper-slide:hover {
		color: #676767
	}

	.tags-prev {
		display: none !important;
	}

}

@media (max-width:560px) {
	.tags-swiper .swiper-slide {
		padding: 8px 8px;
	}
}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/news.list/.default/style.css?16403505593982*/
.blog-item .row {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-item .row:before,
.blog-item .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blog-item .row:after {
  clear: both;
}
.blog-item .row:before,
.blog-item .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blog-item .row:after {
  clear: both;
}

.blog-item .colAdapt-2,
.blog-item .colAdapt-3,
.blog-item .colAdapt-7,
.blog-item .col-sm-1,
.blog-item .col-sm-2,
.blog-item .col-sm-3,
.blog-item .col-sm-4,
.blog-item .col-sm-5,
.blog-item .col-sm-6,
.blog-item .col-sm-7,
.blog-item .col-sm-8,
.blog-item .col-sm-9,
.blog-item .col-sm-10,
.blog-item .col-sm-11,
.blog-item .col-sm-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.blog-item .col-sm-1 {
	width: 8.333333333333332%;
}
.blog-item .col-sm-2 {
	width: 16.666666666666664%;
}
.blog-item .col-sm-3 {
	width: 25%;
}
.blog-item .col-sm-4 {
width: 33.33333333333333%;
}
.blog-item .col-sm-5 {
width: 41.66666666666667%;
}
.blog-item .col-sm-6 {
width: 50%;
}
.blog-item .col-sm-7 {
width: 58.333333333333336%;
}
.blog-item .col-sm-8 {
width: 66.66666666666666%;
}
.blog-item .col-sm-9 {
width: 75%;
}
.blog-item .col-sm-10 {
width: 83.33333333333334%;
}
.blog-item .col-sm-11 {
width: 91.66666666666666%;
}
.blog-item .col-sm-12 {
width: 100%;
}
.blog-item{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
}
.blog-date-time{
	font-size: 12px;
	color: #918f8f;
	line-height: 18px;
	text-align: right;
}
.blog-item .preview_picture img{
	display: block;
}
.blog-name-item a{
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 28px;
	display: inline-block;
}
.blog-name-item{
	margin-bottom: 15px;
}
.blog-text-item{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 25px;
}

.blog-detail-link{
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}
.blog-detail-link:before{
	display: block;
	content: "";
	position: absolute;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000000;
	margin-left: 4px;
	top: 5px;
}
.blog-comment-link{
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}
.blog-comment-link:before{
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNMzAsMS41Yy0xNi41NDIsMC0zMCwxMi4xMTItMzAsMjdjMCw1LjIwNSwxLjY0NywxMC4yNDYsNC43NjgsMTQuNjA0Yy0wLjU5MSw2LjUzNy0yLjE3NSwxMS4zOS00LjQ3NSwxMy42ODkgIGMtMC4zMDQsMC4zMDQtMC4zOCwwLjc2OS0wLjE4OCwxLjE1M0MwLjI3Niw1OC4yODksMC42MjUsNTguNSwxLDU4LjVjMC4wNDYsMCwwLjA5My0wLjAwMywwLjE0LTAuMDEgIGMwLjQwNS0wLjA1Nyw5LjgxMy0xLjQxMiwxNi42MTctNS4zMzhDMjEuNjIyLDU0LjcxMSwyNS43MzgsNTUuNSwzMCw1NS41YzE2LjU0MiwwLDMwLTEyLjExMiwzMC0yN1M0Ni41NDIsMS41LDMwLDEuNXoiIGZpbGw9IiMwMDAwMDAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size: contain;
	top: 4px;
	right: 100%;
	margin-right: 2px;
}
.blog-golos {
	font-size: .875rem;
	text-align: right;
}
.blog-item .colAdapt-2,
.blog-item .colAdapt-3,
.blog-item .colAdapt-7{
	float: left !important;
}
/* End */
/* /local/templates/elyts_2020/css/ya_share2.min.css?17150075722281 */
/* /local/templates/elyts_2020/components/bitrix/news/blog_elyts/style.css?173522459116660 */
/* /local/components/elyts/banners/templates/wide/style.css?1747833893352 */
/* /local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/catalog.section.list/blog/style.css?17352145913946 */
/* /local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/news.list/.default/style.css?16403505593982 */
