

/* Start:/local/templates/appkk-green--agalarov/components/bitrix/news.detail/news/style.css?17650255535274*/
.programm__block__request__modal-link.news__backwards{
	color: #fff;
	background: #388E3C;
	background: -moz-linear-gradient(left, #388E3C 0%, #4CAF50 100%);
	background: -webkit-linear-gradient(left, #388E3C 0%,#4CAF50 100%);
	background: linear-gradient(to right, #388E3C 0%,#4CAF50 100%);
	border: 1px solid #fff;
	font-weight: normal;

	border-radius: 20px;
	padding: 10px 30px;
	width: auto;
	line-height: 100%;

	display: inline-block;

	font-weight: 500;
font-size: 16px;
line-height: 100%;

}
.programm__block__request__modal-link.news__backwards:hover{
	background: #fff;
	color: #4CAF50;
	border: 1px solid #4CAF50;
	font-weight: normal;

	border-radius: 20px;
	padding: 10px 30px;
	width: auto;
	line-height: 100%;

	display: inline-block;

	font-weight: 500;
font-size: 16px;
line-height: 100%;
}

.news__content{
	margin-bottom: 60px;
}

.news__content img{
	max-width: 100%;
	height: auto;
}





.programm__tabs__body.news__content {
	text-align: center;
}

.programm__tabs__body.news__content li,.programm__tabs__body.news__content ul, .programm__tabs__body.news__content ol {
	text-align: left;
}

.programm__tabs__body.news__content li p,.programm__tabs__body.news__content ul p, .programm__tabs__body.news__content ol p {
	margin-bottom:10px;
}

.programm__tabs__body.news__content img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin: 0;
	padding: 0;
}

.programm__tabs__body.news__content h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #373737;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.programm__tabs__body.news__content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #333;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.schemaorg
{
	display: none;
}
@media (max-width: 767px) {
	.programm__tabs__body.news__content img {
		border-radius: 10px;
	}

	.programm__tabs__body.news__content p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.programm__tabs__body.news__content h2 {

		margin-bottom: 10px;
	}
}


.include_programm_block{
  display: flex;
  width: 100%;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background: linear-gradient(309deg, #00805A 9.91%, #0FC488 178.32%);
  margin: 40px 0px;
}
.include_programm_block_content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  text-align: start;
}
.include_programm_block_tag{
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 43px;
  border: 1px solid rgba(255, 255, 255, 0.30);

  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.include_programm_block_title{
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-top: 8px;
  margin-bottom: 20px;
}
.include_programm_block_minititle{
  color: #FFF;

  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

  margin-bottom: 10px;
}
.include_programm_block_minititle.doctype{
  margin-bottom: 4px;
}
.include_programm_block_minititle_value{
  color: #FFF;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 20px;
}
.include_programm_block_minititle_value:last-child{
  margin-bottom: 0px;
}
.include_programm_block_prices{
    display: flex;
    align-items: stretch;
    grid-gap: 10px;
    align-self: stretch;
    margin-top: 32px;
    width: 100%;
    flex-direction: row;
}
.include_programm_block_pricesitem{
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
  border-radius: 10px;
  background: #ECF7F5; 
  width: 100%;
}
.old_price_wrap{
  display: flex;
  align-items: center;
  grid-gap: 8px;
  align-self: stretch;
}
.include_programm_block_pricesitem .old_price{
  color: #64788C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
.include_programm_block_pricesitem .discount{
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
  border-radius: 30px;
  background: #EF0;

  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.include_programm_block_pricesitem .cur_price{
  color: #193346;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.programm_block_prices_title{
  color: #34404E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.include_programm_block_btn{
  display: flex;
  padding: 14px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #FF9800;
  margin-top: 16px;
  width: 100%;

  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.include_programm_block_btn:hover{
  color: #ffffffb6;
}
@media (max-width: 767px) {
  .include_programm_block_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .include_programm_block_prices{
    flex-direction: column;
  }
}
/* End */
/* /local/templates/appkk-green--agalarov/components/bitrix/news.detail/news/style.css?17650255535274 */
