.youtube_video {
  aspect-ratio: 16 / 9;
  width: 100%;
}



.counter-box {
/*  float: left;
  width: 20%;*/
  text-align: center;
  border: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
	/*word-break: break-all;	*/
	hyphens: auto;
	box-sizing: border-box;
}


.count-amount {
  font-size: 3rem;
  font-weight: 200;
	margin-bottom:0;
}

.counter-box span {
  color: #909396;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: block;
}



.programm-score{position:relative;text-align:center}
.programm-score .chart-wrapper{max-width:300px;margin:auto}
#total-score{position:absolute;width:50px;height:50px;top:50%;margin-top:-25px;left:50%;margin-left:-25px;line-height:40px;font-weight:700;font-size:40px;text-align:center}



#get-programm-price .succ-getPrice, 
#get-programm-price .empty-field-getPrice, 
#get-programm-price .error-getPrice {
	display:none;
  text-align: center;
  font-size: 1.25rem;
  color: gray;
  margin-top: 5rem;
}


.programm_faq .faq_item .question {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;

	font-weight:600;
}

.programm_faq .faq_item {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted silver;
}

.programm_howto ul.howto, .programm_howto ol.howto {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.programm_howto li.howto_step::after {
  position: absolute;
  content: " ";
  left: 50%;
  bottom: -30px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-right: 4px solid #697279;
  border-bottom: 4px solid #697279;
  transform: rotate(45deg);
}

.programm_howto li.howto_step:last-child::after {
	display: none;
}

.programm_howto li.howto_step {
	position: relative;
	margin-left: 0px;
	margin-bottom: 50px;
}



.programm-subscribe .succ-subs, .programm-subscribe .empty-field-subs, .programm-subscribe .error-subs {
  display: none;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #6d7272;
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #f2eee9;
}


@media (max-width: 1080px) { /* ipad */

.right-space .mp-video-link {height:auto; font-size: 0.8rem}


}


