

/* Start:/local/templates/template.cbs/components/ma/news.detail/post/style.css?17786743971683*/
h1.content__title{
	max-width: 1133px;
	margin-bottom: 24px !important;
}

.post__preview{
	font-size: 22px;
	line-height: 140%;
	max-width: 800px;
}
.post__subtitle{
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.post__description{
	font-size: 15px;
	line-height: 21px;
	color: var(--site-dark-grey-color);
	margin: 24px 0 40px;
}
.post__date{
	font-size: 22px;
	line-height: 31px;
	margin: 40px 0 80px;
}
.post__pic{
	margin: 0 0 60px;
}
.post__pic .description{
	font-size: 15px;
	line-height: 21px;
	color: var(--site-grey-color);
	margin-top: 16px;
}


@media(max-width: 1024px){
	h1.content__title{
		font-size: 64px !important;
		line-height: 64px !important;
		letter-spacing: -0.03em !important;
	}
	.post__subtitle {
    font-size: 22px;
    line-height: 31px;
	}
}

@media(max-width: 768px){
	h1.content__title{
		font-size: 47px !important;
		line-height: 47px !important;
		margin-bottom: 16px !important;
	}
	.post__subtitle {
    font-size: 18px;
    line-height: 22px;
		margin-bottom: 16px;
	}
	.post__description{
		margin: 16px 0 40px;
	}
	.post__date {
    font-size: 18px;
    line-height: 22px;
		margin: 40px 0;
	}

}
@media(max-width: 415px){
	h1.content__title{
		font-size: 32px !important;
		line-height: 32px !important;
	}
}


.l-page.page-holder {
	overflow: visible;
}

.post--holder {
	display: flex;
	justify-content: space-between;
}

.post--right {
	margin-left: 70px;
    flex-grow: 1;
}

@media (max-width: 1023px) {
	.post--holder {
		flex-direction: column;
	}

	.post--right {
		display: none;
	}

}
/* End */


/* Start:/local/templates/template.cbs/components/ma/news.detail/post_left/style.css?17786743973422*/
.post__left{
	flex-grow: 1;
	max-width: 792px;
}

.post__card{
	margin: 60px 0;
}

.post__card.is-promo.card.card--wide .card-img {
    justify-content: flex-start;
}
.post__card.is-promo .card-img{
	width: 185px;
}
.post__share{
	display: flex;
	align-items: center;
	margin: 40px 0;
	padding-top: 40px;
	border-top: 1px solid var(--site-lines-grey-color);
	max-width: 792px;
}
.post__share > span{
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	line-height: 21px;
}
.post__share ul li::before{
	content: unset;
}
.post__share a:hover,
.post__share a:active{
	border-color: transparent;
}

/* стилизация блока описания статьи */
.post__text{
	line-height: 137%;
}
.post__text b{
	letter-spacing: -0.01em;
	font-weight: 600;
}
.post__text iframe{
	/* width: min(100%, 700px) !important; */
	/* height: auto !important; */
	max-width: 100%;
	margin: 30px 0;
}
.post__text .swiper-button-next:not(.swiper-button-disabled):not(.swiper-button-next--not-back)::before,
.post__text .swiper-button-prev:not(.swiper-button-disabled):not(.swiper-button-prev--not-back)::before{
	content: unset;
}
.post__text .swiper-button-next{
	right: 20px;
}
.post__text .swiper-button-prev{
	left: 20px;
}
.post__text h2{
	letter-spacing: -0.03em;
	margin-bottom: 24px;
}
.post-gallery{
	margin: 60px 0;
}
.post-gallery .description{
	font-size: 15px;
	line-height: 1.4;
	color: var(--site-grey-color);
	margin-top: 16px;
}
.post__tag{
	width: fit-content;
	font-size: 15px;
	line-height: 1.4;
	padding: 4px 12px;
	border: 1px solid var(--site-default-color);
	border-radius: 50px;
	margin-top: 57px;
}
h1.post__name{
	margin-top: 40px;
	margin-bottom: 24px;
	max-width: 1130px;
}

.post__right--mobile {
	display: none;
}
@media(max-width: 1024px){
	.post__share{
		max-width: unset;
	}

	.post__card.is-promo.card.card--wide .card-img img {
        max-width: 100%;
    }
}
@media(max-width: 1023px){

	.post__left{
		max-width: 792px;
	}

	.post__right--mobile {
		display: block;
	}
}
@media(max-width: 768px){

	.post__card.is-promo.card{
		flex-direction: column;
	}
	.post__card.is-promo .card-img{
		order: -1;
		margin-bottom: 23px;
	}
	.post__card.is-promo .card-text {
        width: 100%;
    }
	.post__card.is-promo .card-button{
		margin-top: 30px;
	}
	.post__card.is-promo .card-button .g-button-white{
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.post__left{
		max-width: 100%;
	}
	.post__card{
		margin: 40px 0;
	}
	.post__preview{
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.02em;
	}
	.post-gallery .description{
		font-size: 14px;
		margin-top: 8px;
	}
	.post__text .swiper-button-next,
	.post__text .swiper-button-prev{
		display: none;
	}
	.post__tag {
    font-size: 14px;
    padding: 3px 12px;
    margin-top: 40px;
	}
	h1.post__name {
    margin-top: 25px;
    margin-bottom: 16px;
	}
	.post-gallery.swiper{
		margin: 40px -40px;
	}
}
@media(max-width: 415px){
	.post__pic .description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
	}
	.post__pic {
    margin: 0 0 40px;
	}
	.post__share {
    margin: 40px 0 24px;
    padding-top: 20px;
	}
	.post-gallery.swiper{
		margin: 40px -20px;
	}

	.post__card.is-promo .card-img{
		width: 126px;
	}
}

/* End */


/* Start:/local/templates/.default/components/ma/form/post-form/style.css?17786743973062*/
.cb-form{
  margin-bottom: 40px;
  max-width: 792px;
}
.cb-form .light-grey-box{
  padding: 40px 0;
  background-color: var(--site-white-color);
}
.cb-form__holder{
  padding: 0 40px;
}
.cb-form__text h2{
  margin: 0;
  margin-bottom: 24px;
}
.cb-form__text p{
  margin: 0;
  max-width: 485px;
}
.cb-form__block{
  width: 100%;
}
.cb-form__form .g-input-holder + .g-input-holder,
.b-message-form_item + .b-message-form_item{
  margin-top: 12px;
}
.cb-form__form-footer{
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.cb-form__form-footer p{
  margin: 0;
  margin-left: 24px;
  font-size: 15px;
  line-height: 21px;
  color: var(--site-grey-color);
}
.cb-form__success{
  position: relative;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  background-color: var(--site-secondary-blue-color);
  min-height: 312px;
}
.cb-form__success h5{
  margin: 0;
  margin-bottom: 16px;
}
.cb-form__success p{
  margin: 0;
}
.cb-form__success h5,
.cb-form__success p{
  max-width: calc(100% - 40px);
}
.cb-form__success-close{
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.cb-form__success-close a:hover,
.cb-form__success-close a:active{
  border-color: transparent;
}
.cb-form input[type="text"]:not(.custom),
.cb-form input[type="tel"]:not(.custom),
.cb-form input[type="password"],
.cb-form input[type="email"],
.cb-form textarea{
  background-color: var(--site-bg-light-color);
}
.cb-form .g-button.arrow.loading::before{
  top: 22px;
}
.cb-form__holder > h3{
  margin: 0;
  margin-bottom: 32px;
}
@media(max-width: 1024px){
  .cb-form{
    max-width: unset;
  }
  .cb-form__form-footer{
    align-items: unset;
  }
  .cb-form__form-footer input{
    height: fit-content;
  }
}
@media(max-width: 1000px){
  .cb-form .g-button.arrow.loading::before{
    right: 24px;
  }
  .cb-form__form-footer{
    flex-direction: column;
  }
  .cb-form__form-footer p{
    margin-left: 0;
    margin-top: 16px;
  }
  .cb-form__form-footer input.g-button{
    width: 100%;
    text-align: left;
  }
  .cb-form__holder{
    padding: 0 24px;
  }
  .cb-form__text h2 {
    font-size: 28px;
    line-height: 31px;
  }
  .cb-form__text p{
    font-size: 16px;
    line-height: 22px;
    max-width: 300px;
  }
  .cb-form__form-footer p{
    font-size: 14px;
    line-height: 20px;
  }
  .cb-form__success h5{
    font-size: 18px;
    line-height: 22px;
  }
  .cb-form__success p{
    font-size: 16px;
    line-height: 22px;
  }
  .b-message-form_submit > button.g-button{
    width: 100%;
    text-align: left;
  }
}
@media(max-width: 600px){
  .cb-form__holder {
    padding: 0 20px;
  }
  .cb-form__text p {
    max-width: 320px;
  }
  .cb-form__form-footer p {
    text-align: center;
    max-width: 341px;
  }
  .cb-form__success{
    min-height: 368px;
  }
}
@media(max-width: 415px){
  .cb-form{
    margin: 0 -20px;
  }
  .cb-form__holder > h3{
    margin-bottom: 24px;
  }
}

/* End */


/* Start:/local/components/ma/main.userconsent.request/templates/.default/user_consent.css?17848682434920*/
.main-user-consent-request {
  	display: flex;
	gap: 8px;
	justify-content: start;
	align-items: start;
	margin-left: 24px;
	margin-bottom: 8px;
}

.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

.message-form__personal-data-err {
	margin-left: 24px !important;
	display: block;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
@media (max-width: 1000px) {
	.main-user-consent-request {
		display: flex;
		gap: 8px;
		justify-content: start;
		align-items: start;
		margin-left: 0;
		margin-bottom: 0px;
		margin-top: 8px;
	}
	.message-form__personal-data-err {
		margin-left: 0px !important;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/news/cbs-news/css/more-posts.css?1778674397511*/
.read-more{
  margin-top: 40px;
  padding: 40px 40px 30px;
  background-color: var(--site-white-color);
  max-width: 792px;
}
.read-more h5{
  margin-top: 0;
  margin-bottom: 32px;
}
.read-more ul li{
  margin: 15px 0;
}
@media(max-width: 1024px){
  .read-more{
    max-width: unset;
  }
}
@media(max-width: 768px){
  .read-more{
    padding: 20px 20px 10px;
  }
}
@media(max-width: 415px){
  .read-more{
    margin-top: 24px;
  }
  .read-more h5 {
    margin-bottom: 18px;
  }
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.detail/post_right/style.css?17786743972356*/
.post__right{
	margin-left: 70px;
	flex-grow: 1;
	position: sticky;
	top: 25px;

}

.post__right-card.is-promo.card{
	flex-direction: column;
}
.post__right-card.is-promo.card .card-img{
	order: -1;
	margin-bottom: 40px;
	width: 235px;
}
.post__right-card.is-promo.card .card-img img {
    max-width: 100%;
	width: 100%;
}
.post__right-card.is-promo.card .card-text {
    width: 100%;
}

@media(max-width: 1023px){

	.post__right{
		margin-left: unset;
	}
	.post__right-card{
		display: none !important;
	}
}
@media(max-width: 768px){

	.post__right{
		margin-left: unset;
	}
	.post__right-card{
		display: none !important;
	}

}

/* Форма подписки на дайджест */
.post__right-card + .sub-form{
	margin-top: 73px;
}
.sub-form{
	max-width: 453px;
	margin-left: auto;
	padding: 40px;
	background: var(--site-white-color);
	border-radius: 20px;
}
.sub-form h4{
	margin-top: 0;
	margin-bottom: 16px;
}
.sub-form__subtitle{
	color: var(--site-grey-color);
	margin-bottom: 32px;
}
.sub-form input[type="text"]{
	background-color: var(--site-bg-light-color);
}
.sub-form button[type="submit"]{
	margin-top: 32px;
	margin-bottom: 24px;
	min-width: 100%;
	text-align: left;
}
.sub-form__footer{
	text-align: center;
	color: var(--site-grey-color);
	font-size: 15px;
	line-height: 1.4;
}
.sub-form__result{
	position: relative;
	display: none;
	background: var(--site-secondary-blue-color);
	padding: 24px;
	border-radius: 12px;
	min-height: 230px;
}
.sub-form__result h5{
	margin-top: 0;
	margin-bottom: 16px;
}
.sub-form__result p{
	margin: 0;
}
.sub-form__result-close{
	position: absolute;
	cursor: pointer;
	top: 6px;
	right: 6px;
}
.sub-form .g-button.arrow.loading::before{
	top: 22px;
	right: 22px;
}
@media(max-width: 1024px){
	.sub-form{
		padding: 28px;
	}
}
@media(max-width: 1023px){
	.sub-form{
		margin-left: unset;
	}
	.post__right {
		position: unset;
		top: unset;
	}
}
@media(max-width: 768px){
	.sub-form{
		max-width: unset;
		margin-left: unset;
		padding: 40px 20px;
		/* margin-left: -40px;
		margin-right: -40px; */
	}
	.sub-form__footer{
		font-size: 14px;
	}
	.sub-form button[type="submit"]{
		margin-bottom: 16px;
	}
}
@media(max-width: 415px){

	.cb-form {
		margin: 0;
	}
}

/* End */
/* /local/templates/template.cbs/components/ma/news.detail/post/style.css?17786743971683 */
/* /local/templates/template.cbs/components/ma/news.detail/post_left/style.css?17786743973422 */
/* /local/templates/.default/components/ma/form/post-form/style.css?17786743973062 */
/* /local/components/ma/main.userconsent.request/templates/.default/user_consent.css?17848682434920 */
/* /local/templates/.default/components/ma/news/cbs-news/css/more-posts.css?1778674397511 */
/* /local/templates/template.cbs/components/ma/news.detail/post_right/style.css?17786743972356 */
