

/* Start:/local/templates/template.cbs/components/ma/news.detail/post/style.css?17530887661683*/
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?17530887663422*/
.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?17530887663062*/
.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/templates/template.cbs/components/ma/news.detail/post_right/style.css?17530887662356*/
.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?17530887661683 */
/* /local/templates/template.cbs/components/ma/news.detail/post_left/style.css?17530887663422 */
/* /local/templates/.default/components/ma/form/post-form/style.css?17530887663062 */
/* /local/templates/template.cbs/components/ma/news.detail/post_right/style.css?17530887662356 */
