.them {
    width: 100%;
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.onethem {
    text-align: left;
}

.onethem a {
    color: #0d2d7b;
    font-size: 18px !important;
    font-weight: 600;
    padding: 0px;
    line-height: 20px;
}
.onethem {
    border-left: solid 3px #6ca0bf;
    margin-bottom: 10px;
	padding-left: 5px;
}

.onethem:hover {
    background-color: #f1f1f4;
}
.onethem:hover a{
     color: black;
}



.dircont {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: black;
    font-family: roboto;
    font-weight: 400;
	white-space: nowrap;
}

.form-check {
    background-color: #f7f7f7;
    margin: 4px;
    padding: 8px 15px;
    text-align: left;
    border-radius: 15px;
	overflow: hidden;
width: 100%;
position: relative;
white-space: nowrap;
}

.form-check-input {
    position: absolute;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 5px;
}
.form-check-label {
    margin-left: 25px;
}

.form-check-input {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px !important;
    height: 20px;
    width: 20px;
}


.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #5e58f8;
    display: none;
}
.rd-navbar-absolute {
    position: relative;
  
}

.form-check::after {
    background: linear-gradient(to left, rgb(247, 247, 247), rgba(0, 0, 0, 0));
    position: absolute;
    right: 0px;
    height: 20px;
    width: 40px;
    top: 8px;
    display: block;
    content: "";
}



.form-check-label {
    width: 100%;
    height: 100%;
	  cursor: pointer;
}

.trening_section {
  margin-bottom: 100px;
}


	#headslide {
  background-color: #fff;
  padding: 20px;
  margin-top: 50px;

  opacity: 92%;

}
#cname {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
}

#clabel{
	position: absolute;
top: -40px;
height: 30px;
width: 200px;
background: #3d4d58;
color: white;
left: 0;
padding: 5px;
font-size: 20px;
line-height: 1;
text-align: center;
}

#cdate {
  margin-top: 20px;
  font-size: 30px;
}

#headslide .arrow_button {
  margin-top: 30px;
  font-size: 20px;
}

.trening_section input[type="checkbox"], input[type="radio"] {
  display: block;
}


.trening_section a {
   text-decoration: none !important;
  color: black;

}

.trening_section .format {
  color: #4267b2;
}

.trening_section .title {
  font-size: 18px;
  line-height: 25px;
margin-bottom: 0px;
  font-weight: bold;
  white-space: normal;
}

.trening_section .speaker {
  font-size: 14px;
  line-height: 20px;
  color: #3D4D58;
}

.trening_section .content {
  padding: 0 13px 39px;
}




.img {
  position: relative;
  width: 250px;
  height: 250px;
  border: solid 2px #f3f3f3;
}

.img img {
  position: absolute;
  max-width: 250px;
}

.c0 {
max-height: 40px;
  z-index: 15;
  top: 0;
  left: 0;
  opacity: 0.9;
  filter: brightness(0.6);
}

.c1 {
  width: 80%;
  z-index: 5;
  top: 45px;
  left: 10%;
  filter: contrast(1.1);
  object-fit: cover;
  max-height: 125px;
}


.c3 {
  width: 74px;
  height: 74px;
  opacity: 0.9;
  margin-left: 10px;
}

.speakerCont {
  position: relative;
}
.speakerCont span {
  line-height: 120px;
  color: #646464;
}

#treningslist .speaker {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: white;
  padding: 10px;
 width: 174px;
  height: 74px;
}

#treningslist .speaker span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#treningslist .content {
  border-radius: 8px;
  box-shadow: 1px 0 6px 0 #0003;
  margin-bottom: 25px;
  padding: 10px;
  height: calc(100% - 25px);
}
#treningslist  .speakerCont span {
  width: calc(100% - 90px);
}

.title_border {
  font-size: 30px;
  color: black;
}

input {

  -webkit-appearance: auto !important;

}



@media (max-width: 766px) {
	#catalog .col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

h1 {
  font-size: 18px;
}
}

#add_more {
  white-space: normal;
}

.form-check a {
  font-weight: bold;
  width: 100%;
  display: inline-block;
  line-height: 1;
  margin: 0px !important;
  padding: 10px;
}

.form-check:hover {
  background-color: #16bd7e;
}

.form-check:hover::after {
  background: linear-gradient(to left, #16bd7e, #16bd7e);
}

.form-check:hover a {
  color: white;
}

.form-check {
  padding: 2px 10px !important;
}
.font14{

font-size: 14px;
}