.mobile_menu_side {
    display: none;
}
.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
}
.mobile_menu_side {
    padding: 0;
    margin: 0;
}
.mobile_menu_side li {
    padding: 0;
    margin: 0;
}
.mobile_menu_side li a {
    color: #e26228;
    display: block;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
}
html.mm-opened .mm-page {
    background: inherit;
}
a.humburger {
    z-index: 100000000000 !important;
}
.image_content {
    width: 100% ;
}
.image_trener {
    width: 100%;
}
#tz-menu-canvas-wrapper {
    display: none;
}
.right-desc {
    width: 100%;
}
.mm-menu {
    overflow-y: scroll !important;
}
#menu {
    overflow-y: scroll !important;
}

.payment {
  width: 100%;
  clear: both;
  padding: 15px 0 30px;
}
.payment .container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.payment .container:after,
.payment .container:before {
  content: '';
  width: 100%;
  display: table;
  clear: both;
}
.payment__icon {
  float: right;
}
.payment__icon ul {
  margin-bottom: 4px;
}
.payment__icon li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.payment__icon img {
  height: 32px;
  width: auto;
}
.payment__text {
  float: left;
  text-align: left !important;
}
.payment__text p {
  font-size: 14px;
  margin: 0 0 4px;
  font-family: 'Roboto',sans-serif;
  color: #fff;
}
.payment__button {
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
  float: right;
  outline: none;
  color: #fff;
}
.payment__button:focus {
  outline: none;
}
#animatedModal {
  max-width: 700px;
}
#animatedModal img {
  height: 32px;
}
#animatedModal p {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
}
@media (max-width: 1200px) {
  .payment .container {
    max-width: 970px;
  }
}
@media (max-width: 960px) {
  .payment__button {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
  }
  .payment__text {
    float: none;
    width: 100%;
    text-align: center !important;
  }
  .payment__icon {
    float: none;
  }
  .payment__icon ul {
    margin: 4px 0;
    padding: 0;
    text-align: center;
  }
}
