#main-tr .main-title,
#main-tr h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.tr-section {
  border: none;
  padding: 20px 0px;
  color: #000;
}
.tr-section img {
  border: none;
  padding: 0px;
}
.bonuses-title {
  padding: 15px 0px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.ltm {
  display: none;
}
.ltm.active {
  display: block;
}
.cs-item-loop {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
  background: #e7e7e7b5;
  margin-bottom: 20px;
  min-height: auto;
  max-height: none;
}
.cs-i-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.ltk-select {
  display: inline-block;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  line-height: 50px;
  letter-spacing: -1px;
  padding: 0px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ltk-select.active {
  background-color: rgba(56, 151, 240, 0.2);
}
.training-main {
  color: #000;
}
.training-loop-profile {
  border: 1px solid #2162a7;
  overflow: hidden;
  margin-bottom: 10px;
}
.tlp-left {
  width: 250px;
  float: left;
  border-right: 1px solid #2162a7;
}
.tlp-right {
  width: calc(100% - 250px);
  float: right;
  padding: 15px;
}
.tlp-menu {
  border-bottom: 1px solid #fff;
  background: #2162a7;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.tlp-menu.active,
.tlp-menu:hover {
  opacity: 0.7;
}
.tlp-menu:last-child {
  border-bottom: none;
}
.tlp-content {
  display: none;
}
.tlp-content.active {
  display: block;
}
.fon_kab #mydipl > h2,
#getdipl > h2 {
  color: #000;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.textlogin {
  font-weight: bold;
  text-align: center;
}
.entry-content #enterlogin1 {
  padding: 5px !important;
  width: calc(100% - 70px) !important;
}
.lk-enter {
  max-width: 400px !important;
}
@media (max-width: 960px) {
  .tlp-right {
    width: 100%;
  }
  .training-loop-profile {
    display: flex;
    flex-direction: column;
  }
}