

/* 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?175515990616660*/
.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: #949BA5;
	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/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/news.detail/.default/style.min.css?17150075725988*/
body {overflow-x: hidden;}h2.js-text {font-family: var(--ff-Text);}.blog-detail p{color: #676767;}.blog-detail table{border: none;}.blog-detail table td {text-align: center;vertical-align: top;border: none;}.blog-detail img {height: auto!important;max-width: 100%;}.blog-detail a {color: #A99383;text-decoration: underline;}.blog-detail a:hover {color: #A99383;text-decoration: none;}.blog-detail table td[colspan="2"] img {max-width: 50%;}.blog-detail-comment .row {margin-left: -15px;margin-right: -15px;}.blog-detail-comment .row:before, .blog-detail-comment .row:after {content: " ";display: table;}.blog-detail-comment .row:after {clear: both;}.blog-detail-comment .row:before, .blog-detail-comment .row:after {content: " ";display: table;}.blog-detail-comment .row:after {clear: both;}.blog-detail {border-bottom: 1px solid #000000;margin-bottom: 30px;padding-bottom: 30px;}.blog-date-time{margin-bottom: 10px;font-size: 14px;line-height: 100%;color: #918f8f;}.blog-golos-title{font-family: var(--ff-Titles);font-size: 24px;line-height: 32px;margin-bottom: 32px;}.blog-golos{font-size: 14px;display: inline-block;margin-bottom: 30px;}.blog-golos .pushRating{display: inline-block;font-size: 14px;position: relative;color: #676767;line-height: 40px;padding: 0px 5px 0 44px;cursor: pointer;}.blog-golos .pushRating:before{display: block;content: "";position: absolute;left: 5px;width: 32px;height: 32px;background: url("/local/templates/responsive/images/spriteBlog_new.png") no-repeat -44px -118px;}.blog-golos .good:before{top: 3px;}.blog-golos .bad{margin-left: 15px;}.blog-golos .bad:before{background-position: 0 -118px;top: 3px;}.blog-back-link{margin-top: 30px;margin-bottom: 30px;line-height: 100%;}.titleComment{font-size: 18px;line-height: 24px;position: relative;display: inline-block;font-weight: 600;}.blog-detail-comment .reason-list {display: none;margin-top: 15px;}.blog-detail-comment .reason-list ul {list-style-type: none!important;margin: 0;padding: 0;}.blog-detail-comment .reason-list ul li {list-style-type: none!important;}.blog-detail-comment .reason-list textarea {display: none;height: 80px;line-height: 1.2em;padding: 5px 10px;width: 100%;}.blog-detail-comment .reason-list .b-buttons {text-align: center;}.blog-detail-comment .reason-list .b-buttons .button-send {background-color: #000;color: #fff;cursor: pointer;display: inline-block;padding: 4px 15px;}.three-col-table-w70 {display:block;margin: 0 auto;width: 70%;}.table-valign-middle td {vertical-align: middle!important;}.blog__init-carousel .swiper-slide {width: 26%;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}.blog_carousel-first-item{text-align: left;}.blog_carousel-first-item .name{font-family: var(--ff-Titles);font-size: 40px;line-height: 53px;}.blog_carousel-first-item .name span{font-style: italic;}.blog_carousel-btn{border: 1px solid #000000;font-size: 14px;line-height: 24px;padding: 16px 50px;display: inline-block;white-space: nowrap;}.blog-detail a.blog_carousel-btn {color: #212529;text-decoration: none;}.blog_carousel-btn:hover{text-decoration: none;}.blog__carousel-title{font-family: var(--ff-Titles);font-size: .875rem;letter-spacing: 1px;line-height: 1.3em;text-align: center;text-transform: uppercase;}.blog__carousel-title a{color: #000;text-decoration: none;}.blog__carousel-title a:hover{color: #000;}.blog__carousel-type{color: #676767;text-decoration: none;font-size: .875rem;font-weight: 300;text-align: center;}.blog__carousel-price{font-size: 14px;line-height: 24px;text-align: center;}.blog__carousel-price .old_price{color: #454343;}.blog__carousel-price .ib{display: inline-block;}.blog__carousel-price .percent-price, .blog__carousel-price .new-price, .blog__carousel-price .price-discount ~ .final-price{color: #ff0000;}.blog__carousel-price .percent-price {margin: 0 5px;}.blog__carousel-price .old-price {text-decoration: line-through;color: #454343;}.blog__carousel-title, .blog__carousel-type, .blog__carousel-price{max-width: 230px;text-align: center;}.blog__init-carousel .swiper-container:before{content: "";display: block;position: absolute;right: 0;height: 100%;top: 0;width: 60px;background: linear-gradient(270deg, #F5F5F5 5%, rgba(245, 245, 245, 0) 100%);z-index: 2;}.blog__init-carousel .swiper-button-prev, .blog__init-carousel .swiper-button-next{background-color: #000;color: #fff;width: 48px;height: 48px;}.blog__init-carousel .swiper-button-next:after, .blog__init-carousel .swiper-button-prev:after {font-size: 22px;}.blog__init-carousel .swiper-button-next.swiper-button-disabled, .blog__init-carousel .swiper-button-prev.swiper-button-disabled{display: none;}.errInputForm {color: red;}.section-form_2 .errInputForm, .section-form_2 .blog-form_status {color: #fff;}.section-form_1 input.err, .section-form_2 input.err {border: 1px solid red;}.section-form_1 .blog-form_status .form-text_block {text-align: center;}@media all and (max-width:991px){.blog_carousel-first-item .name{font-size: 30px;line-height: 40px;margin-bottom: 20px !important;}.blog_carousel-btn{padding: 10px 20px;}}@media all and (max-width:767px){.blog_carousel-btn{padding: 5px;white-space: nowrap;display: block;text-align: center;}}@media all and (max-width:575px){.blog__init-carousel > div{margin-left: 0 !important;margin-right: 0 !important;}.blog__init-carousel .swiper-slide{width: 50%;}}@media all and (min-width:1500px){.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{display: block !important;}.blod-podelitsya{position: absolute;left: -40px;top: 5px;}}@media all and (min-width:768px){.la-fix {margin-left: -500px;margin-right: -500px;}}.blog-detail iframe {width: 100%;max-width: 800px;height: 450px;display: block;margin: 0 auto;}@media (max-width: 768px) {.blog-detail iframe {height: 286px;}}.blog__init-carousel .swiper-container .swiper-slide img {max-height: 332px;}
/* End */


/* Start:/local/components/reaspekt/hl.filter.list/templates/r_reviews_blog/style.css?16969368572713*/
.blog-detail-comment .text-right{
	text-align: right;
}
.commentsList{
	margin-top: 20px;
}
.commentsList ul, .commentsList li{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.commentsList li:before{
	content: "";
	display: block;
	width: 2px;
	position: absolute;
	top: 55px;
	bottom: 0;
	background-color: #D8D8D8;
	left: 18px;
}
.commentsList li li {
	padding-left: 7% !important;
}
.blog-detail-comment .commentsList .col-sm-2 {
	text-align: right;
}
@media only screen and (min-width: 768px) {
	.blog-detail-comment .commentsList .col-sm-10 {
		padding-left: 0;
	}
}

.wrapComment{
	margin-bottom: 20px;
}
.wrapComment .innerComment{
	padding-bottom: 10px;
}
 li li .wrapComment .innerComment{
	border-bottom-color: #918f8f;
}
.wrapComment .action{
	margin-top: 10px;
}
.wrapComment .action a{
	text-decoration: none;
	line-height: 32px;
	font-size: 14px;
	color: #676767;
	position: relative;
	font-weight: 600;
}
.wrapComment .action a:hover{
	border-bottom-color: transparent;
}
.wrapComment .nameComment{
	font-size: 18px;
	color: #000;
	line-height: 24px;
	display: inline-block;
	font-weight: 600;
}
.wrapComment .dateComment{
	font-size: 14px;
	color: #676767;
	line-height: 24px;
	display: inline-block;
	font-weight: 600;
	margin-left: 12px;
}
.wrapComment .textComment{
	font-size: 18px;
	color: #676767;
	line-height: 32px;
	margin-top: 12px;
}

.reviews-form .mf-input input,
.reviews-form .mf-textarea textarea{
	box-sizing: border-box;
}
.reviews-form .mf-input input.error,
.reviews-form .mf-textarea textarea.error{
	border-color: #ff0000;
}
.reviews-form .mf-textarea textarea{
	height: 70px;
}
.reviews-form .mf-input,
.reviews-form .mf-textarea{
	margin-bottom: 10px;
}
.reviews-form .mf-input{
	margin-bottom: 10px;
}
.reviews-form .btnWrap{
	width: 300px;
	margin-bottom: 10px;
}
.reviews-form .btnWrap input{
	float: left;
}
.textBtnClose{
	line-height: 33px;
	display: inline-block;
	padding-left: 10px;
}
.reviews-form{
	padding: 0 0 30px;
}
.ajaxFormQuestion .reviews-form{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}
.reviews-form .title{
	font-size: 40px;
	margin-bottom: 32px;
	font-family: var(--ff-Titles);
	line-height: 100%;
}
.ajaxFormQuestion .reviews-form .title{
	font-size: 28px;
	margin-bottom: 20px;
}
.reviews-form p{
	color: #918f8f;
}


@media all and (max-width:767px){
	.wrapComment .textComment{
		font-size: 16px;
		line-height: 24px;
	}
}
@media all and (max-width:767px){
	.reviews-form .title{
		font-size: 30px;
		margin-bottom: 22px;
	}
}
/* 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?175515990616660 */
/* /local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/news.detail/.default/style.min.css?17150075725988 */
/* /local/components/reaspekt/hl.filter.list/templates/r_reviews_blog/style.css?16969368572713 */
/* /local/templates/elyts_2020/components/bitrix/news/blog_elyts/bitrix/news.list/.default/style.css?16403505593982 */
