.language__level-accordion-board ul {
	display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 0;
    list-style: none;
}
.language__level-accordion-board ul li {
    width: 50%;
    float: left;
    padding: 4px 0 4px 35px;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: normal;
    position: relative;
}
.language__level-accordion-board ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #3e55da;
    border-radius: 100%;
}
.bg-grey.school-about .school-about__list-col {
    background: #ffffff;
}
.bg-grey.school-about .school-about__list-col_blue {
    background: #18377f;
}
.first-page__sub-title p {
    color: #fff;
    font-size: 24px;
}
.entrants__first-page-text p {
    color: #fff;
}
.first-page__under-title p {
    color: #fff;
}
.sisea-results-list {
    padding: 40px 0;
}
.teachers__slider-content ul li {
    font-size: 14px;
    margin: 0;
    padding: 3px 0 3px 18px;
    list-style: none;
    line-height: normal;
    position: relative;
}
.teachers__slider-content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #212121;
}
.teachers__slider-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.teachers__slider-content {
    padding: 26px; 
}
.student-page__item-slider-img img {
    width: auto;
    height: 560px;
    float: right;
}
.ajax_form .error {
    color: #eb2852!important;
    font-size: 12px;
}


.checkbox_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;}
  .checkbox_link__item {
    position: relative; }
    .checkbox_link__item label {
        font-weight: bold;
        color: #0f3881;
        margin-right: 35px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        width: auto; }
    .checkbox_link__item input {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      display: block;
      opacity: 0;
      cursor: pointer; }
      .checkbox_link__item input:checked + label {
        color: #3e55da;
        border-bottom-color: #3e55da; }
      .checkbox_link__item input:hover + label {
        color: #3e55da;
        border-bottom-color: #3e55da;
        cursor: pointer; }