

/* Start:/local/templates/main-new/components/bitrix/breadcrumb/bread/style.min.css?1613753197467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/main-new/components/bitrix/news/news-new/bitrix/news.detail/.default/style.css?17352052194380*/
.shows-counter, .time-reading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(243, 146, 36, 1);
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}

.article-info-top {
    display: flex;
    gap: 40px;
}

.article-sinopsis {
    max-width: 100%;
    padding: 15px 30px;
    border: 1px solid rgba(243, 146, 36, 1);
    border-radius: 20px;
}

.author-info {
    background: rgba(243, 146, 36, 1);
    padding: 20px 40px;
    border-radius: 20px;
    color: white;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}

.author-info .author-img {
    width: 108px;
    min-width: 108px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}

.author-info .author-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover; 
}

.author-info-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.author-info-right .name {
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 10px;
}

.author-info-right .desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.author-info-right .author {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.swiper-containerR {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.revs-wrap {
    position: relative;
    margin-bottom: 30px;
}

.reviews {
    position: relative;
}

.reviews .swiper-wrapper {
    width: 100%;
    box-sizing: border-box !important;
}

.reviews .top-slide {
    font-size: 18px;
    font-weight: 600;
}


.reviews .rating {
    display: flex;
    gap: 10px;
    align-items: center;
}

.reviews .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    padding: 30px;
    height: auto;
    box-sizing: border-box;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.04)
}

.reviews .swiper-slide p {
    font-size: 14px;
    margin: 0px;
}

/* Общие стили для кнопок */
.reviews .swiper-button-prev, .reviews .swiper-button-next {
    width: 32px;
    height: 32px;
    color: white; /* Белая иконка стрелки */
    border-radius: 50%; /* Круглая форма кнопки */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    overflow: visible;
    position: absolute;
    z-index: 100;
}

/* Стили для левой кнопки */
.revs-wrap .swiper-button-prev {
    left: -16px; /* Отступ слева */
}

/* Стили для правой кнопки */
.revs-wrap .swiper-button-next {
    right: -16px; /* Отступ справа */
}

/* Стили для иконок стрелок внутри кнопок */
.revs-wrap .swiper-button-prev::after, .revs-wrap .swiper-button-next::after {
    font-size: 16px;
    content: "";
    position: absolute;
    z-index: 100;
}

.reviews .swiper-pagination {
    position: absolute;
    bottom: -30px !important; /* Позиция снизу */
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color:  rgb(217, 217, 217);
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s;
}

.reviews .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: rgb(0, 125, 187); /* Цвет активной точки */
}

.reviews .swiper-wrapper {
    align-items: stretch;
}

.reviews .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 24px;
    color: lightgray;
    direction: rtl; /* Чтобы звезды располагались справа налево */
}

.reviews .star-rating .star {
    color: lightgray;
}

.reviews .star-rating .star.active {
    color: gold;
}

.reviews-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
}

@media(max-width: 500px) {
	.author-info {
		flex-direction: column;
		align-items: flex-start;
	}

    .author-info .author-img {
            width: 81px;
        min-width: 81px;
        }

    .author-info {
        padding: 20px;
    }
}
/* End */


/* Start:/local/templates/main-new/components/bitrix/sender.subscribe/news.subscribe/style.css?17508369115278*/
.bx-subscribe {
	margin: 10px 0;
}

.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}

.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}

.btn-subscribe:hover {
	background: #7ec629;
}

.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}

.btn-subscribe span {
	display: block;
}

.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}

.btn-subscribe:hover,
.btn-subscribe:active {
	color: #fff;
}

.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

@keyframes MeilSend {
	0% {
		padding: 5px 60px 5px 20px
	}

	100% {
		padding: 5px 40px
	}
}

@-webkit-keyframes MeilSend {
	0% {
		padding: 5px 60px 5px 20px
	}

	100% {
		padding: 5px 40px
	}
}

@keyframes MeilSendSpan {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}

@-webkit-keyframes MeilSendSpan {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}

@keyframes MeilSendButton {
	0% {
		width: 40px;
		background-position: 50%
	}

	100% {
		width: 0;
		background-position: 100px 50%
	}
}

@-webkit-keyframes MeilSendButton {
	0% {
		width: 40px;
		background-position: 50%
	}

	100% {
		width: 0;
		background-position: 100px 50%
	}
}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 3px;
	vertical-align: middle;
	color: #aaa;
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

#sender-subscribe form .sender-btn.btn-subscribe:hover {
	background: -o-linear-gradient(135deg, #f4ad24 15.42%, #f4ad24 85.83%);
	background: linear-gradient(315deg, #f4ad24 15.42%, #f4ad24 85.83%);
}
/* End */


/* Start:/local/templates/main-new/components/bitrix/form.result.new/make-comment/style.css?17508317592180*/
.make-form {
	width: 100%;
	max-width: 100%;
	padding: 30px 0px;
}

.make-form .form-fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.make-form .form-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0px;
}

.make-form input[type="submit"] {
	height: 49px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(243, 146, 36, 1);
	border-radius: 40px;
	font-size: 14px;
	font-weight: 600;
	max-width: 305px;
	padding: 0px;
	color: white;
}

.make-form .checkbox-field {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
}


.make-form .checkbox-field label {
	color: #000;
}

.make-form .checkbox-field label a {
	text-decoration: underline;
}

.make-form .checkbox-field input {
	margin: 0px;
}

.make-form .text-field input {
	box-sizing: border-box;
	height: 49px;
	border-radius: 10px;
	border: 1px solid rgba(187, 187, 187, 1);
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	width: 100%;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
}

.make-form .text-field textarea {
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(187, 187, 187, 1);
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	width: 100%;
	padding: 19px 25px;
	resize: none;
	outline: none;
}

.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	/* direction: rtl; */
}

.rating>input {
	display: none;
	/* Скрываем радиокнопки */
}

.rating>label {
	font-size: 2rem;
	/* Размер звезд */
	color: #ddd;
	/* Цвет неактивных звезд */
	cursor: pointer;
}

.rating>label:hover,
.rating>label:hover~label {
	color: #ffc107;
	/* Цвет звезд при наведении */
}

.rating>input:checked~label,
.rating>input:checked~label~label {
	color: #ffc107;
	/* Цвет выбранных звезд */
}

.make-form input[type="submit"]:hover {
	background: -o-linear-gradient(135deg, #f4ad24 15.42%, #f4ad24 85.83%);
	background: linear-gradient(315deg, #f4ad24 15.42%, #f4ad24 85.83%);
}
/* End */


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

/* End */
/* /local/templates/main-new/components/bitrix/breadcrumb/bread/style.min.css?1613753197467 */
/* /local/templates/main-new/components/bitrix/news/news-new/bitrix/news.detail/.default/style.css?17352052194380 */
/* /local/templates/main-new/components/bitrix/sender.subscribe/news.subscribe/style.css?17508369115278 */
/* /local/templates/main-new/components/bitrix/form.result.new/make-comment/style.css?17508317592180 */
/* /local/templates/main-new/components/bitrix/news.list/novosti/style.css?1668798302150 */
