#getcourseoff {
margin-bottom: 50px !important;
display:flex;
max-width:300px;
flex-direction:column;
justify-content:center;
}
.modulegetcorsua {
  display: none;
  position: fixed;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  top: 10px;
  height: auto !important;
  z-index: 10000;
  padding: 45px 53px 0px 49px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modulegetcorsua.open {
  display: block;
}

.modulegetcorsua .btn.btn-success {
  background: #054478;
}
.films .film-actions .add-to-cart span{
	display: block !important;
}
.about-cycle .banner .price span{
	font-size: 42px;
	color: rgba(55,42,24,.2);
	text-decoration: line-through;
}
.modulegetcorsua .closemd {
  width: 14px;
  height: 14px;
  line-height: 20px;
  text-align: center;
  color: #c2cbd2;
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 25px;
  cursor: pointer;
  background: url(/bitrix/templates/centino-training/images/corp.png) -85px 0px no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.getcorsuaover {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2999;
}
.films{
	margin-top: 20px;
}

.getcorsuaover.open {
  display: block;
}
.detail-film{
	display: inline-block;
	width: 49%;
	margin: 0 0 20px 0;
	vertical-align: top;
	border-radius: 6px;
	border: 1px solid #ebebef;
	background: #fff;
}
.detail-film:nth-child(odd){
	margin: 0 1.5% 20px 0;	
}
@media (max-width: 1200px) {
	.detail-film{
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
}
@media (max-width: 770px) {
	.content .banner.first{
		  display: none;
	}
	.content .banner{
		width: 100%;
		margin: 0 auto 20px;
	}
	.films{
		margin-top: 0;
	}
}
