#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;
}

.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;
}

.getcorsuaover.open {
  display: block;
}
.addBasketClass{
	margin-right: 30px !important;
    border-radius: 6px !important;
    height: 48px !important;
    display: inline-block !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.addBasketClass span{
	position: relative;
	top: -5px;
}
.banners{
    width: 100%;
    max-width: 348px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#fixed {
    position: relative !important;
    width: 100%;
}
.banner {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #054478;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.banner .price {
    font-size: 48px;
    line-height: 1;
    margin-top: 15px;
}
.banner .price-annotation {
    margin-top: 2px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
}
.banner .button {
    margin: 0;
    width: 100%;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-cycle .top{
	display: flex;
}
