.col-xs-1 {
  min-width: 8.33333%;
}
.col-xs-2 {
  min-width: 16.6667%;
}
.col-xs-3 {
  min-width: 25%;
}
.col-xs-4 {
  min-width: 33.3333%;
}
.col-xs-5 {
  min-width: 41.6667%;
}
.col-xs-6 {
  min-width: 50%;
}
.col-xs-7 {
  min-width: 58.3333%;
}
.col-xs-8 {
  min-width: 66.6667%;
}
.col-xs-9 {
  min-width: 75%;
}
.col-xs-10 {
  min-width: 83.3333%;
}
.col-xs-11 {
  min-width: 91.6667%;
}
.col-xs-12 {
  min-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1 {
    min-width: 8.33333%;
  }
  .col-sm-2 {
    min-width: 16.6667%;
  }
  .col-sm-3 {
    min-width: 25%;
  }
  .col-sm-4 {
    min-width: 33.3333%;
  }
  .col-sm-5 {
    min-width: 41.6667%;
  }
  .col-sm-6 {
    min-width: 50%;
  }
  .col-sm-7 {
    min-width: 58.3333%;
  }
  .col-sm-8 {
    min-width: 66.6667%;
  }
  .col-sm-9 {
    min-width: 75%;
  }
  .col-sm-10 {
    min-width: 83.3333%;
  }
  .col-sm-11 {
    min-width: 91.6667%;
  }
  .col-sm-12 {
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    min-width: 8.33333%;
  }
  .col-md-2 {
    min-width: 16.6667%;
  }
  .col-md-3 {
    min-width: 25%;
  }
  .col-md-4 {
    min-width: 33.3333%;
  }
  .col-md-5 {
    min-width: 41.6667%;
  }
  .col-md-6 {
    min-width: 50%;
  }
  .col-md-7 {
    min-width: 58.3333%;
  }
  .col-md-8 {
    min-width: 66.6667%;
  }
  .col-md-9 {
    min-width: 75%;
  }
  .col-md-10 {
    min-width: 83.3333%;
  }
  .col-md-11 {
    min-width: 91.6667%;
  }
  .col-md-12 {
    min-width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    min-width: 8.33333%;
  }
  .col-lg-2 {
    min-width: 16.6667%;
  }
  .col-lg-3 {
    min-width: 25%;
  }
  .col-lg-4 {
    min-width: 33.3333%;
  }
  .col-lg-5 {
    min-width: 41.6667%;
  }
  .col-lg-6 {
    min-width: 50%;
  }
  .col-lg-7 {
    min-width: 58.3333%;
  }
  .col-lg-8 {
    min-width: 66.6667%;
  }
  .col-lg-9 {
    min-width: 75%;
  }
  .col-lg-10 {
    min-width: 83.3333%;
  }
  .col-lg-11 {
    min-width: 91.6667%;
  }
  .col-lg-12 {
    min-width: 100%;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
sub,
sup,
b,
u,
i,
ol,
ul,
li,
form,
label,
input {
  margin: 0;
  padding: 0;
  border: none medium;
}
header,
nav {
  display: block;
}
html,
body {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #262324;
}
ol,
ul {
  list-style: none;
}
input,
textarea {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  background: none;
  border: none medium;
  resize: none;
  padding: 0;
}
b {
  font-family: robotoMedium, Arial, sans-serif;
  font-weight: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 {
  font-family: loraRegular, Arial, sans-serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  font-family: loraRegular, Arial, sans-serif;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}
h3 {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 1.25rem;
}
h4 {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 1rem;
}
a {
  color: #1f479d;
}
a:hover {
  text-decoration: none;
}
.base-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.content-wrapper {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .content-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 0 15px;
  }
}
.content-wrapper--relative {
  position: relative;
}
.content-wrapper-simple {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 0 18px;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #e30613;
  color: #fff;
  cursor: pointer;
}
.btn:hover {
  background: #bb0613;
}
.btn--schedule-group {
  float: right;
}
@media screen and (max-width: 767px) {
  .btn--schedule-group {
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    float: none;
  }
}
.btn--simple-big {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 1rem;
  line-height: 40px;
  text-transform: none;
  padding: 0 26px;
  border-radius: 20px;
  height: 42px;
}
.btn--groups-list {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 32px;
  height: 32px;
  padding: 0 15px;
  border-radius: 16px;
}
.btn--upblock {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 16px;
  line-height: 41px;
  min-width: 180px;
  height: 41px;
  border-radius: 20px;
  text-align: center;
  text-transform: none;
}
.color-red {
  color: #e30613;
}
.row-table {
  display: table-row;
}
.col-table {
  display: table-cell;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.field {
  position: relative;
}
.field input[type="text"],
.field input[type="password"] {
  font-size: 16px;
  line-height: 24px;
  height: 56px;
  padding: 15px;
  display: block;
  width: 100%;
  border: 1px solid #c7c6c7;
  color: #262324;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.field label {
  color: #262324;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  pointer-events: none;
  background: #fff;
  padding: 0 5px;
  left: 10px;
  top: 15px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.field input:focus ~ label,
.field input:valid ~ label {
  top: -7px;
  font-size: 12px;
  line-height: 12px;
}
.field input:focus {
  border: 2px solid #1f479d;
  padding: 15px 14px;
}
.field input:focus ~ label {
  color: #1f479d;
}
.field .legend {
  font-size: 12px;
  line-height: 1.2;
  min-height: 25px;
  padding: 2px 0 10px;
  color: rgba(0,0,0,0.87);
  opacity: 0;
}
.field.error .legend {
  opacity: 1;
  color: #e30613;
}
.field.error input:valid ~ label {
  color: #e30613;
}
.field.error input:focus ~ label,
.field.error input:focus ~ .legend {
  color: #1f479d;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 56px;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 105px;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 56px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 1px 1px rgba(0,0,0,0.05), 0px 4px 4px rgba(0,0,0,0.05);
            box-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 1px 1px rgba(0,0,0,0.05), 0px 4px 4px rgba(0,0,0,0.05);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .header__info {
    width: 56.4%;
  }
}
@media screen and (max-width: 1023px) {
  .header__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8125rem;
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
.header__logo {
  background: url("../i/logo.svg") no-repeat left top;
  font-size: 0.9375rem;
  line-height: 1.1;
  padding: 13px 0 0 107px;
  height: 74px;
  color: #262324;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    padding: 12px 0 0 86px;
    height: 60px;
    background-size: auto 100%;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 4px 0 0 63px;
    height: 40px;
    font-size: 12px;
  }
}
.header__logo b {
  font-family: 'Times New Roman';
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .header__logo b {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo b {
    font-family: robotoMedium, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
  }
}
.header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*justify-content space-between*/
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 37.2%;
}
@media screen and (max-width: 1279px) {
  .header__action {
    width: 42.2%;
  }
}
@media screen and (max-width: 1023px) {
  .header__action {
    width: 39%;
  }
}
.header__action svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__action span {
  display: inline-block;
}
.header__callback {
  text-align: center;
  padding-top: 47px;
  color: #262324;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__callback {
    padding: 66px 0 21px;
    font-size: 14px;
    line-height: 16px;
    min-width: 140px;
  }
}
.header__callback svg {
  width: 33px;
  height: 31px;
  margin-left: 4px;
}
@media screen and (max-width: 1023px) {
  .header__callback svg {
    margin-left: 2px;
  }
}
.header__callback:hover {
  color: #e30613;
}
@media screen and (max-width: 767px) {
  .header__callback:hover {
    color: #262324;
  }
}
.header__online {
  text-align: center;
  padding-top: 47px;
  color: #262324;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__online {
    padding: 66px 0 21px;
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
  }
}
.header__online svg {
  top: 2px;
  width: 30px;
  height: 29px;
}
.header__online:hover {
  color: #e30613;
}
@media screen and (max-width: 767px) {
  .header__online:hover {
    color: #262324;
  }
}
.header__mode {
  color: #686465;
  line-height: 1.4;
}
.header__mode span {
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .header__mode {
    font-size: 0.8125rem;
  }
}
.header__phone {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .header__phone {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 1023px) {
  .header__phone {
    font-size: 0.875rem;
  }
}
.header__phone a, .header__mobile-menu-phone a{
  text-decoration: none;
  color: #262324;
}
.header__phone a:hover, .header__mobile-menu-phone a:hover{
  text-decoration: underline;
}
.header__menu-button {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu-button {
    display: block;
  }
}
.header__menu-button span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #262324;
  left: 0;
  top: 8px;
  -webkit-transition: opacity 0.134s ease-in-out;
  -o-transition: opacity 0.134s ease-in-out;
  transition: opacity 0.134s ease-in-out;
}
.header__menu-button:before,
.header__menu-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 2px;
  background: #262324;
  -webkit-transition: top 0.034s ease, -webkit-transform 0.134s ease-in-out;
  transition: top 0.034s ease, -webkit-transform 0.134s ease-in-out;
  -o-transition: transform 0.134s ease-in-out, top 0.034s ease;
  transition: transform 0.134s ease-in-out, top 0.034s ease;
  transition: transform 0.134s ease-in-out, top 0.034s ease, -webkit-transform 0.134s ease-in-out;
}
.header__menu-button:after {
  top: 13px;
}
.header__menu-button.is-open span {
  opacity: 0;
}
.header__menu-button.is-open:before,
.header__menu-button.is-open:after {
  top: 8px;
}
.header__menu-button.is-open:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__menu-button.is-open:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header__mobile-menu {
    position: fixed;
    left: 100%;
    right: 0;
    margin-left: 0%;
    top: 56px;
    bottom: 0;
    background: #fff;
    display: block;
    overflow-y: scroll;
    z-index: 85;
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
  }
  .header__mobile-menu.is-show {
    margin-left: -87.5%;
  }
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-wrapper {
    padding: 20px 20px 0;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}
.header__mobile-menu-phone {
  font-family: robotoMedium, Arial, sans-serif;
  padding-bottom: 14px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 240px;
  }
}
.header__mobile-menu-phone span {
  font-size: 14px;
  line-height: 16px;
  padding-left: 3px;
}

.header__mobile-menu-bvi {
  font-family: robotoMedium, Arial, sans-serif;
  padding-bottom: 14px;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-bvi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 240px;
  }
}

.header__mobile-menu-bvi span {
  font-size: 14px;
  line-height: 16px;
  padding-left: 3px;
}

.header__mobile-menu-mode {
  font-size: 0;
  line-height: 1;
  padding-bottom: 17px;
  border-bottom: 2px solid #c7c6c7;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-mode {
    display: block;
  }
}
.header__mobile-menu-mode span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  padding-right: 3px;
}
.header__mobile-menu-mode span:first-child {
  width: 100%;
}
.header__mobile-menu-mode span:nth-child(2) {
  padding-right: 16px;
}
.header__mobile-menu-action {
  padding: 0 20px;
  margin: 0 -20px;
  background: rgba(242,243,243,0.7);
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.header__mobile-menu-action svg {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__mobile-menu-action span {
  display: inline-block;
}
.header__mobile-menu-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #262324;
    opacity: 0.7;
    z-index: 80;
  }
  .header__mobile-menu-overlay.is-show {
    display: block;
  }
}
.b-menu {
  padding: 0 18px;
  min-height: 50px;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .b-menu {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .b-menu {
    padding: 3px 0 11px;
  }
}
.b-menu__item {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .b-menu__item {
    font-size: 0.875rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-menu__item {
    display: block;
    color: #000;
    padding: 0;
    line-height: 45px;
    hight: 45px;
    font-size: 1rem;
  }
}
.b-menu__item--right {
  float: right;
}
@media screen and (max-width: 767px) {
  .b-menu__item--right {
    float: none;
  }
}
.b-menu__item.is-active:after,
.b-menu__item:hover:after {
  content: '';
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .b-menu__item.is-active:after,
  .b-menu__item:hover:after {
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-menu__item.is-active:after,
  .b-menu__item:hover:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-menu__item.is-active {
    color: #e30613;
  }
}
nav {
  background: #e30613;
}
@media screen and (max-width: 767px) {
  nav {
    background: none;
  }
}
.icon-box {
  display: none;
}
#ico-callback path,
#ico-online path {
  fill: currentColor;
}
footer {
  background: #262324;
  color: #fff;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 33px 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    position: relative;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 25px 0 0;
  }
}
.footer__block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__block {
    margin: 0 -15px;
  }
}
.footer__block:nth-child(1) {
  min-width: calc(66% - 285px);
}
@media screen and (max-width: 1279px) {
  .footer__block:nth-child(1) {
    min-width: calc(66% - 300px);
  }
}
@media screen and (max-width: 1023px) {
  .footer__block:nth-child(1) {
    min-height: 470px;
    min-width: 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .footer__block:nth-child(1) {
    width: auto;
    min-height: 870px;
  }
}
.footer__block:nth-child(2) {
  min-width: 34%;
}
@media screen and (max-width: 1023px) {
  .footer__block:nth-child(2) {
    min-height: 165px;
    position: absolute;
    left: 0;
    top: 147px;
    min-width: 0;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .footer__block:nth-child(2) {
    width: auto;
    left: 0;
    right: 0;
    min-height: 690px;
  }
}
.footer__block:nth-child(3) {
  min-width: 285px;
}
@media screen and (max-width: 1279px) {
  .footer__block:nth-child(3) {
    min-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__block:nth-child(3) {
    position: absolute;
    right: 0;
    top: 33px;
    width: 40%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__block:nth-child(3) {
    width: auto;
    top: 301px;
    left: 0;
    right: 0;
  }
}
.footer__layout {
  max-width: 250px;
}
@media screen and (max-width: 1023px) {
  .footer__layout {
    max-width: none;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__layout {
    padding: 0 15px 21px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
  }
}
.footer__bottom {
  position: absolute;
  max-width: 300px;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    left: 11px;
    right: 11px;
    max-width: none;
  }
}
.footer__title {
  font-family: loraRegular, Arial, sans-serif;
  font-size: 1.6875rem;
  line-height: 1.3;
  padding-bottom: 14px;
  max-width: 380px;
  opacity: 0.7;
}
@media screen and (max-width: 1279px) {
  .footer__title {
    font-size: 1.375rem;
    padding-bottom: 10px;
    max-width: 265px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__title {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .footer__title {
    padding: 0 15px 10px;
    font-size: 20px;
    line-height: 26px;
    max-width: 400px;
    min-height: 62px;
  }
}
.footer__desc {
  opacity: 0.5;
  line-height: 1.4;
  max-width: 80%;
}
@media screen and (max-width: 1023px) {
  .footer__desc {
    max-width: 380px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
  }
}
@media screen and (max-width: 767px) {
  .footer__desc {
    padding: 0 15px 25px;
    font-size: 14px;
    line-height: 20px;
    max-width: none;
  }
}
.footer__copiright {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.15;
  max-width: 300px;
  padding: 9px 0;
}
@media screen and (max-width: 1023px) {
  .footer__copiright {
    max-width: none;
    width: 200%;
  }
}
@media screen and (max-width: 767px) {
  .footer__copiright {
    width: auto;
    padding: 9px 0 7px;
  }
}
.footer__caption {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 8px 0 18px;
}
@media screen and (max-width: 767px) {
  .footer__caption {
    max-width: 260px;
    padding-bottom: 12px;
  }
}
.footer__href {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.15;
  text-decoration: none;
  margin: 7px 0;
}
@media screen and (max-width: 1023px) {
  .footer__href {
    display: block;
  }
}
.footer__href:hover {
  text-decoration: underline;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__social {
    padding: 0 15px;
  }
}
.footer__social-title {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 8px 0 8px;
  max-width: 136px;
}
.footer__social-ico {
  margin: 0 10px;
  cursor: pointer;
}
.footer__social-ico--icoim {
  background: url("../i/icoig.svg") no-repeat center center;
  width: 38px;
  min-height: 30px;
}
.footer__social-ico--icofb {
  background: url("../i/icofb.svg") no-repeat center center;
  width: 28px;
  min-height: 30px;
}
.footer__social-ico--icovk {
  background: url("../i/icovk.svg") no-repeat center center;
  width: 33px;
  min-height: 30px;
  margin-right: 0;
}
.footer__social-ico:hover {
  opacity: 0.8;
}
.footer__address {
  padding-top: 27px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    padding: 30px 15px 0;
  }
}
.footer__address .b-map-marker__link {
  padding: 6px 0 6px 48px;
}
.footer__address .b-map-marker__link:after {
  top: 10px;
}
.footer__address .b-map-marker__link-address {
  color: #fff;
  opacity: 0.5;
}
.__hidden {
  display: none !important
}

.b-main-gallery {
  position: relative;
  height: 391px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .b-main-gallery {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .b-main-gallery {
    height: 379px;
  }
}
.b-main-gallery__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 44px 40px;
  height: 391px;
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .b-main-gallery__item {
    padding: 22px 20px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .b-main-gallery__item {
    padding: 0;
    height: 379px;
    background-size: auto 285px;
    background-position: center top;
  }
}
.b-main-gallery__item:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#371c1b), to(rgba(55,28,27,0)));
  background: -webkit-linear-gradient(bottom, #371c1b 0%, rgba(55,28,27,0) 100%);
  background: -o-linear-gradient(bottom, #371c1b 0%, rgba(55,28,27,0) 100%);
  background: linear-gradient(0deg, #371c1b 0%, rgba(55,28,27,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b-main-gallery__item:after {
    display: none;
  }
}
.b-main-gallery .content-wrapper-simple {
  z-index: 2;
}
.b-main-gallery__title {
  font-family: loraRegular, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  color: #fff;
  max-width: 640px;
}
@media screen and (max-width: 1023px) {
  .b-main-gallery__title {
    max-width: 560px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .b-main-gallery__title {
    font-size: 1.5rem;
    line-height: 31px;
    padding: 20px 15px 46px;
    min-height: 100px;
    background: #fff;
    color: #262324;
    max-width: none;
  }
  .b-main-gallery__title br {
    display: none;
  }
}
.b-main-gallery__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .b-main-gallery__controls {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .b-main-gallery__controls {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-main-gallery__controls {
    display: block;
    left: 0;
    right: 0;
    bottom: 23px;
  }
}
.b-main-gallery__prev,
.b-main-gallery__next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-main-gallery__prev,
  .b-main-gallery__next {
    display: none !important;
  }
}
.b-main-gallery__prev:after,
.b-main-gallery__next:after {
  content: '';
  position: absolute;
  border-top: 3px solid #262324;
  border-left: 3px solid #262324;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  left: 15px;
  top: 12px;
}
.b-main-gallery__prev:hover,
.b-main-gallery__next:hover {
  opacity: 0.8;
}
.b-main-gallery__next:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: auto;
  right: 15px;
}
.b-main-gallery__dots .slick-dots {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-main-gallery__dots .slick-dots {
    display: block;
    height: auto;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    line-height: 1;
  }
}
.b-main-gallery__dots .slick-dots li {
  display: inline-block;
  margin: 5px 3px 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-main-gallery__dots .slick-dots li {
    margin-top: 0;
    background: #686465;
  }
}
.b-main-gallery__dots .slick-dots li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .b-main-gallery__dots .slick-dots li:hover {
    opacity: 0.3;
  }
}
.b-main-gallery__dots .slick-dots li.slick-active {
  opacity: 1;
}
.b-schedule-group {
  background: -webkit-linear-gradient(170.6deg, #08379d 0.66%, #2e5dc3 100%);
  background: -o-linear-gradient(170.6deg, #08379d 0.66%, #2e5dc3 100%);
  background: linear-gradient(279.4deg, #08379d 0.66%, #2e5dc3 100%);
}
.b-schedule-group__wrapper {
  background: url("../i/pattern.png") no-repeat left top;
  background-size: cover;
  padding: 35px 40px;
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__wrapper {
    padding: 25px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .b-schedule-group__wrapper {
    padding: 20px 15px;
  }
}
.b-schedule-group__caption {
  font-size: 1.375rem;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-schedule-group__caption {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding-bottom: 42px;
  }
}
.b-schedule-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  width: 97%;
  padding: 32px 0 0;
}
@media screen and (max-width: 1279px) {
  .b-schedule-group__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b-schedule-group__list {
    display: none;
  }
}
.b-schedule-group__item {
  line-height: 1.2;
  min-width: 140px;
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__item:nth-child(n5) {
    display: none;
  }
}
.b-schedule-group__date {
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__date {
    font-size: 0.8125rem;
  }
}
.b-schedule-group__language {
  position: relative;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  padding: 11px 0 6px 30px;
}
.b-schedule-group__language--uk {
  background: url("../i/ico-uk.svg") no-repeat left 8px;
}
.b-schedule-group__language--de {
  background: url("../i/ico-de.svg") no-repeat left 8px;
}
.b-schedule-group__language--pt {
  background: url("../i/ico-pt.svg") no-repeat left 8px;
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__language {
    font-size: 0.8125rem;
    background-position: left 6px;
  }
}
.b-schedule-group__desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__desc {
    font-size: 0.8125rem;
  }
}
.b-schedule-group__title {
  display: block;
  padding-top: 16px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .b-schedule-group__title {
    padding-top: 14px;
  }
}
.b-schedule-group__title:hover {
  text-decoration: underline;
}
.b-welcome-block {
  text-align: center;
  padding: 42px 0 75px;
}
@media screen and (max-width: 1023px) {
  .b-welcome-block {
    padding: 40px 0 42px;
  }
}
@media screen and (max-width: 767px) {
  .b-welcome-block {
    padding: 35px 0;
    text-align: left;
  }
}
.b-welcome-block__title {
  margin: 0 auto;
  max-width: 570px;
  padding-top: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .b-welcome-block__title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.b-welcome-block__desc {
  max-width: 85%;
  line-height: 1.3;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .b-welcome-block__desc {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-welcome-block__desc {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .b-welcome-block__desc {
    max-width: none;
  }
}
.b-brief {
  counter-reset: section;
  background: rgba(242,243,243,0.7);
  font-size: 0;
  line-height: 1;
  padding: 30px 0 25px;
}
@media screen and (max-width: 1023px) {
  .b-brief {
    padding: 25px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .b-brief {
    padding: 17px 0;
  }
}
.b-brief__wrapper {
  margin: 0 -20px;
}
@media screen and (max-width: 1279px) {
  .b-brief__wrapper {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .b-brief__wrapper {
    margin: 0;
  }
}
.b-brief__item {
  display: inline-block;
  vertical-align: top;
  padding: 190px 20px 0;
  width: 25%;
}
@media screen and (max-width: 1279px) {
  .b-brief__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-brief__item {
    display: block;
    padding: 12px 0 /*15*/;
    width: auto;
  }
}
.b-brief__item--step1 {
  background: url("../i/brief/1.png") no-repeat 36% 3px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .b-brief__item--step1 {
    background: none;
  }
}
.b-brief__item--step2 {
  background: url("../i/brief/2.png") no-repeat center 26px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .b-brief__item--step2 {
    background: none;
  }
}
.b-brief__item--step3 {
  background: url("../i/brief/3.png") no-repeat center 26px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .b-brief__item--step3 {
    background: none;
  }
}
.b-brief__item--step4 {
  background: url("../i/brief/4.png") no-repeat center 39px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .b-brief__item--step4 {
    background: none;
  }
}
.b-brief__title {
  position: relative;
  font-size: 1rem;
  font-family: robotoMedium, Arial, sans-serif;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
}
@media screen and (max-width: 1279px) {
  .b-brief__title {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .b-brief__title {
    max-width: 150px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-brief__title {
    font-size: 16px;
    max-width: none;
    padding-right: 20px;
    cursor: pointer;
  }
  .b-brief__title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border: 2px solid #e30613;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: top 0.034s ease, -webkit-transform 0.134s ease-in-out;
    transition: top 0.034s ease, -webkit-transform 0.134s ease-in-out;
    -o-transition: transform 0.134s ease-in-out, top 0.034s ease;
    transition: transform 0.134s ease-in-out, top 0.034s ease;
    transition: transform 0.134s ease-in-out, top 0.034s ease, -webkit-transform 0.134s ease-in-out;
  }
}
.b-brief__title:after {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1f479d;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.b-brief__desc {
  font-size: 1rem;
  color: #686465;
  line-height: 1.4375;
  padding-top: 16px;
}
@media screen and (max-width: 1279px) {
  .b-brief__desc {
    font-size: 0.875rem;
    line-height: 1.4286;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .b-brief__desc {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .b-brief__desc {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }
}
.b-brief__desc span {
  display: block;
}
@media screen and (max-width: 767px) {
  .b-brief__desc span {
    padding: 12px 0 8px 45px;
  }
}
.b-brief__item.is-open .b-brief__desc {
  max-height: 500px;
}
.b-brief__item.is-open .b-brief__title:before {
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-about-school {
  padding: 86px 0 98px;
}
@media screen and (max-width: 1023px) {
  .b-about-school {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school {
    padding-bottom: 59px;
  }
}
.b-about-school__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
}
@media screen and (max-width: 767px) {
  .b-about-school__wrapper {
    display: block;
    margin: 0;
  }
}
.b-about-school__column {
  width: 32%;
  margin: 0 1%;
}
@media screen and (max-width: 1023px) {
  .b-about-school__column {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school__column {
    width: auto;
    margin: 0;
  }
}
.b-about-school__column:nth-child(2) {
  width: 66%;
}
@media screen and (max-width: 1023px) {
  .b-about-school__column:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school__column:nth-child(2) {
    width: auto;
  }
}
.b-about-school__layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-about-school__layout {
    display: none;
  }
}
.b-about-school__title {
  padding: 0 0 40px;
  line-height: 1.3;
  max-width: 95%;
}
@media screen and (max-width: 1279px) {
  .b-about-school__title {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .b-about-school__title {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school__title {
    padding: 0 0 19px;
  }
}
.b-about-school__desc {
  color: #686465;
  line-height: 1.4;
  max-width: 95%;
}
@media screen and (max-width: 1279px) {
  .b-about-school__desc {
    font-size: 0.875rem;
    line-height: 1.4286;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school__desc {
    padding-top: 13px;
    max-width: none;
  }
}
.b-about-school__links {
  padding: 23px 0 0;
  max-width: 95%;
}
@media screen and (max-width: 1279px) {
  .b-about-school__links {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .b-about-school__links {
    padding-top: 24px;
  }
}
.b-about-school__image {
  position: absolute;
  background: #c4c4c4;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.b-about-school__image:nth-child(1) {
  width: 49%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .b-about-school__image:nth-child(1) {
    width: 49%;
    height: 49%;
  }
}
.b-about-school__image:nth-child(2) {
  width: 49%;
  height: 48%;
  left: 51%;
}
@media screen and (max-width: 1279px) {
  .b-about-school__image:nth-child(2) {
    height: 49%;
  }
}
.b-about-school__image:nth-child(3) {
  width: 23.5%;
  height: 48%;
  left: 51%;
  top: 52%;
}
@media screen and (max-width: 1023px) {
  .b-about-school__image:nth-child(3) {
    width: 49%;
    height: 49%;
    left: 0;
    top: 51%;
  }
}
.b-about-school__image:nth-child(4) {
  width: 23.5%;
  height: 48%;
  left: 76.5%;
  top: 52%;
}
@media screen and (max-width: 1023px) {
  .b-about-school__image:nth-child(4) {
    width: 49%;
    height: 49%;
    left: 51%;
    top: 51%;
  }
}
.b-mobile-carousel {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-mobile-carousel {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    padding-bottom: 30px;
  }
}
.b-mobile-carousel__image {
  display: block;
  height: 320px;
  background: #c4c4c4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.b-mobile-carousel--spacer {
  margin: 0 -15px;
}
.b-mobile-carousel__dots {
  position: absolute;
  width: 100%;
  bottom: 12px;
}
.b-mobile-carousel__dots .slick-dots {
  padding: 0 15px;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.b-mobile-carousel__dots .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  background: #686465;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
}
.b-mobile-carousel__dots .slick-dots li.slick-active {
  opacity: 1;
}
.b-map-marker__link {
  position: relative;
  padding: 10px 0 10px 48px;
}
.b-map-marker__link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 28px;
  height: 34px;
  background: url("../i/subtract.svg") no-repeat left top;
}
.b-map-marker__link-title {
  font-family: robotoMedium, Arial, sans-serif;
  line-height: 1.4375;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .b-map-marker__link-title {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .b-map-marker__link-title {
    font-size: 16px;
    line-height: 23px;
  }
}
.b-map-marker__link-title:hover {
  text-decoration: underline;
}
.b-map-marker__link-address {
  color: #686465;
  font-size: 0.875rem;
  line-height: 1.4286;
}
@media screen and (max-width: 1023px) {
  .b-map-marker__link-address {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .b-map-marker__link-address {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-map-marker__schedule {
  position: relative;
  background: #f5f7f7;
  color: #686465;
  border-radius: 8px;
  margin: 32px 0 9px -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 24px;
}
@media screen and (max-width: 1279px) {
  .b-map-marker__schedule {
    display: none;
  }
}
.b-map-marker__schedule-item {
  font-size: 0.875rem;
  line-height: 1.4286;
  max-width: 33.3333%;
}
.b-map-marker__schedule-item span {
  font-size: 1rem;
  line-height: 1.4375;
  white-space: nowrap;
  padding-top: 3px;
  display: block;
}
.b-map-marker__schedule:before {
  content: '';
  position: absolute;
  left: 41px;
  top: -9px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: none;
  border-bottom-color: #f5f7f7;
}
.b-map-marker__schedule-mobile {
  display: none;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 11px;
  text-decoration: none;
}
.b-map-marker__schedule-mobile:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .b-map-marker__schedule-mobile {
    display: inline-block;
  }
}
.page-content {
  padding: 57px 0;
  max-width: 850px;
}
@media screen and (max-width: 1023px) {
  .page-content {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    padding: 35px 0;
  }
}
.page-content__links {
  max-width: 814px;
  font-size: 0;
  line-height: 1;
  padding: 35px 0 2px;
}
@media screen and (max-width: 1023px) {
  .page-content__links {
    padding: 10px 0 0;
  }
}
.page-content__links a {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-content__links a {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.page-content__link-column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-content__link-column {
    width: 100%;
  }
}
.page-content__link-column {
  display: inline-block;
  vertical-align: top;
}
.page-content__link-item {
  padding: 0 50px 14px 0;
}
@media screen and (max-width: 767px) {
  .page-content__link-item {
    padding: 0 20px 10px 0;
  }
}
.page-content a {
  color: #1f479d;
  text-decoration: none;
}
.page-content a:hover {
  text-decoration: underline;
}
.page-content h1 {
  line-height: 1.3;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .page-content h1 {
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
.page-content h1 span {
  display: block;
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 1.25rem;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-content h1 span {
    font-size: 0.875rem;
    padding-top: 5px;
  }
}
.page-content h2 {
  padding: 37px 0 46px;
}
@media screen and (max-width: 1023px) {
  .page-content h2 {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-content h2 {
    padding: 15px 0 25px;
  }
}
.page-content ul,
.page-content ol {
  list-style-type: upper-alpha;
  max-width: 800px;
  margin-left: 20px;
  color: #e30613;
}
@media screen and (max-width: 767px) {
  .page-content ul,
  .page-content ol {
    font-size: 0.875rem;
  }
}
.page-content ul.list-numeral,
.page-content ol.list-numeral {
  list-style-type: decimal;
}
.page-content ul li,
.page-content ol li {
  padding-left: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-content ul li,
  .page-content ol li {
    padding-left: 4px;
  }
}
.page-content ol {
  list-style-type: disc;
  max-width: 800px;
}
.page-content p {
  margin-bottom: 16px;
  color: #686465;
}
@media screen and (max-width: 767px) {
  .page-content p {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
.page-content p.b-paragraph {
  line-height: 1.4;
}
.page-content li ol {
  padding: 2px 0;
  margin-left: 18px;
  color: #000;
}
.page-content li ul {
  list-style-type: decimal;
  padding: 2px 0;
  margin-left: 18px;
  color: #000;
}
.page-content li li {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .page-content li li {
    padding-left: 0;
  }
}
.page-content__breadcrumbs {
  position: relative;
  margin-top: -10px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-content__breadcrumbs {
    margin-top: -10px;
    padding-bottom: 15px;
  }
}
.page-content__breadcrumbs a {
  text-decoration: none;
  color: #262324;
}
.page-content__breadcrumbs a:hover {
  text-decoration: underline;
}
.page-content__breadcrumbs span {
  color: #262324;
  opacity: 0.6;
  cursor: default;
}
.page-content__breadcrumb {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4286;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .page-content__breadcrumb {
    font-size: 0.75rem;
  }
}
.page-content__breadcrumb:after {
  content: '/';
  position: absolute;
  color: #e30613;
  font-size: 0.875rem;
  line-height: 1.4286;
  right: -17px;
  top: 0;
}
.page-content__breadcrumb:last-child:after {
  display: none;
}
.page-content__desc {
  line-height: 1.4;
  padding: 27px 0;
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  .page-content__desc {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-content__desc {
    font-size: 0.875rem;
  }
}
.page-content__table {
  display: table;
  margin: 23px 0 0;
  border-top: 1px solid #c7c6c7;
  border-left: 1px solid #c7c6c7;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page-content__table {
    font-size: 0.875rem;
    margin: 23px 0;
  }
}
.page-content__row {
  display: table-row;
}
.page-content__column {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px 15px;
  line-height: 1.4;
  border-right: 1px solid #c7c6c7;
  border-bottom: 1px solid #c7c6c7;
}
.page-content__column:nth-child(1) {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .page-content__column:nth-child(1) {
    width: auto;
  }
}
.page-content__row--header .page-content__column {
  padding: 14px 20px 15px;
  font-family: robotoMedium, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-content__table--half {
    border-top: none;
    border-left: none;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-content__table--half .page-content__row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-content__table--half .page-content__row:last-child .page-content__column {
    border-bottom: none;
  }
}
.page-content__table--half .page-content__column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-content__table--half .page-content__column {
    border-right: none;
    display: block;
    padding: 10px 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-content__table--half .page-content__column:nth-child(1) {
    font-family: robotoMedium, Arial, sans-serif;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.page-content__scheme {
  font-size: 0;
  line-height: 1;
  max-width: 800px;
  text-align: right;
  overflow: hidden;
}
.page-content__scheme-item {
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px;
  margin: 10px 0;
  background: #f2f3f3;
  color: #000;
  font-family: robotoMedium, Arial, sans-serif;
}
.page-content__scheme-item:nth-child(1) {
  width: 25%;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.page-content__scheme-item:nth-child(1):after {
  content: '';
  position: absolute;
  right: -100%;
  top: 20px;
  width: 220px;
  height: 20px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(1):before {
  content: '';
  position: absolute;
  left: 88px;
  top: 48px;
  width: 20px;
  height: 118px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(2) {
  width: 25%;
  text-align: center;
}
.page-content__scheme-item:nth-child(2):after {
  content: '';
  position: absolute;
  left: 80px;
  top: -58px;
  width: 20px;
  height: 78px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(2):before {
  content: '';
  position: absolute;
  left: 80px;
  top: 48px;
  width: 20px;
  height: 118px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(3) {
  width: 25%;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.page-content__scheme-item:nth-child(3):after {
  content: '';
  position: absolute;
  left: -100%;
  top: 20px;
  width: 210px;
  height: 20px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(3):before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20px;
  width: 210px;
  height: 20px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(4) {
  width: 37.5%;
  text-align: center;
}
.page-content__scheme-item:nth-child(4):after {
  content: '';
  position: absolute;
  right: 100px;
  bottom: -125px;
  width: 20px;
  height: 135px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(5) {
  width: 25%;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.page-content__scheme-item:nth-child(5):after {
  content: '';
  position: absolute;
  left: 88px;
  top: -125px;
  width: 20px;
  height: 135px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(5):before {
  content: '';
  position: absolute;
  left: 88px;
  bottom: -58px;
  width: 20px;
  height: 68px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(6) {
  width: 37.5%;
  text-align: center;
  float: left;
}
.page-content__scheme-item:nth-child(6):after {
  content: '';
  position: absolute;
  left: 100px;
  top: -250px;
  width: 20px;
  height: 260px;
  background: #f2f3f3;
}
.page-content__scheme-item:nth-child(7) {
  width: 25%;
  text-align: center;
}
.page-content__scheme-item:nth-child(7):after {
  content: '';
  position: absolute;
  left: calc(-100% - 12px);
  top: 20px;
  width: 222px;
  height: 20px;
  background: #f2f3f3;
}
.b-static-page {
  position: relative;
  min-height: 429px;
  padding: 57px 0;
  background: url("../i/404-back.jpg") no-repeat right bottom;
  background-position: right calc(100%  3px);
  overflow: hidden;
}
.b-static-page:after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: -9px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b-static-page:after {
    bottom: -6px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .b-static-page {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .b-static-page {
    padding: 30px 0;
    margin: 0 -15px;
    min-height: 380px;
    background-position: center bottom;
    background-size: 400px auto;
  }
}
.b-static-page__title {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b-static-page__title {
    max-width: 360px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.b-static-page__desc {
  position: relative;
  max-width: 360px;
  color: #686465;
  line-height: 1.4;
  padding-top: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b-static-page__desc {
    padding: 24px 15px 0;
    margin: 0 auto;
  }
}
.b-static-page__btn {
  position: relative;
  margin-top: 36px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b-static-page__btn {
    display: block;
    margin: 26px auto 0;
    min-width: 290px;
    max-width: 290px;
  }
}
.b-static-page--404:after {
  background: url("../i/404.svg") no-repeat right bottom;
  width: 659px;
  height: 290px;
}
@media screen and (max-width: 1023px) {
  .b-static-page--404:after {
    width: 100%;
    background-size: 67% auto;
  }
}
@media screen and (max-width: 767px) {
  .b-static-page--404:after {
    background-size: 286px auto;
    width: 286px;
    height: 150px;
  }
}
.b-static-page--500:after {
  background: url("../i/500.svg") no-repeat right bottom;
  width: 661px;
  height: 307px;
}
@media screen and (max-width: 1023px) {
  .b-static-page--500:after {
    width: 100%;
    background-size: 67% auto;
  }
}
@media screen and (max-width: 767px) {
  .b-static-page--500:after {
    background-size: 286px auto;
    width: 286px;
    height: 150px;
  }
}
.b-static-page--503:after {
  background: url("../i/503.svg") no-repeat right bottom;
  width: 637px;
  height: 307px;
}
@media screen and (max-width: 1023px) {
  .b-static-page--503:after {
    width: 100%;
    background-size: 67% auto;
  }
}
@media screen and (max-width: 767px) {
  .b-static-page--503:after {
    background-size: 286px auto;
    width: 286px;
    height: 150px;
  }
}
.b-welcome {
  min-height: 300px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b-welcome {
    padding: 21px 0;
    min-height: 150px;
  }
}
.b-welcome__breadcrumbs {
  position: relative;
  margin-top: -10px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .b-welcome__breadcrumbs {
    margin-top: -2px;
    padding-bottom: 5px;
  }
}
.b-welcome__breadcrumbs a {
  text-decoration: none;
}
.b-welcome__breadcrumbs a:hover {
  text-decoration: underline;
}
.b-welcome__breadcrumbs span {
  opacity: 0.6;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .b-welcome--courses-page .b-welcome__breadcrumbs {
    padding: 16px 0 24px;
    margin-top: 0;
    line-height: 1.4;
  }
}
.b-welcome__breadcrumb {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4286;
  margin-right: 22px;
}
@media screen and (max-width: 1023px) {
  .b-welcome__breadcrumb {
    font-size: 0.75rem;
  }
}
.b-welcome__breadcrumb:after {
  content: '/';
  position: absolute;
  color: #e30613;
  font-size: 0.875rem;
  line-height: 1.4286;
  right: -14px;
  top: 0;
}
.b-welcome__breadcrumb:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-welcome--courses-page .b-welcome__breadcrumb {
    color: #262324;
    font-size: 0.875rem;
  }
}
.b-welcome__title {
  color: #fff;
  line-height: 1.3;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .b-welcome--courses-page .b-welcome__title {
    color: #262324;
  }
}
.b-welcome--about {
  background-image: url("../i/pages/about-back.jpg");
}
@media screen and (max-width: 767px) {
  .b-welcome--about {
    background-position: 30% center;
  }
}
.b-welcome--contacts {
  background-image: url("../i/pages/contacts-back.jpg");
}
.b-welcome--courses,
.b-welcome--courses-exams {
  background-image: url("../i/pages/courses-en-back.jpg");
}
.b-welcome--courses-page {
  background-image: url("../i/pages/course-page-back.jpg");
}
@media screen and (max-width: 1023px) {
  .b-welcome--courses-page {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .b-welcome--courses-page {
    background-size: auto 47vw;
    background-position: center top;
    padding-top: 47vw;
    padding-bottom: 34px;
  }
}
.b-welcome--groups-info {
  background-image: url("../i/pages/groups-info-back.jpg");
}
.b-welcome--courses-back {
  background-image: url("../i/pages/courses-back.jpg");
}
.b-welcome--about-achiev-back {
  background-image: url("../i/pages/about-achiev-back.jpg");
}
.b-welcome--about-method-back {
  background-image: url("../i/pages/about-method-back.jpg");
}
.b-welcome--about-offices-back {
  background-image: url("../i/pages/about-offices-back.jpg");
}
.b-welcome--about-events-back {
  background-image: url("../i/pages/about-events-back.jpg");
}
.b-welcome--about-teachers-back {
  background-image: url("../i/pages/about-teachers-back.jpg");
}
.b-welcome--about-achiev-back,
.b-welcome--about-method-back,
.b-welcome--about-offices-back,
.b-welcome--about-events-back,
.b-welcome--about-teachers-back {
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-welcome--about-achiev-back:after,
  .b-welcome--about-method-back:after,
  .b-welcome--about-offices-back:after,
  .b-welcome--about-events-back:after,
  .b-welcome--about-teachers-back:after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#262324), to(rgba(38,35,36,0)));
    background: -webkit-linear-gradient(left, #262324 0%, rgba(38,35,36,0) 100%);
    background: -o-linear-gradient(left, #262324 0%, rgba(38,35,36,0) 100%);
    background: linear-gradient(90deg, #262324 0%, rgba(38,35,36,0) 100%);
    opacity: 0.65;
    left: -10%;
    width: 70%;
    top: 0;
    bottom: 0;
  }
}
.b-welcome--about-achiev-back .content-wrapper,
.b-welcome--about-method-back .content-wrapper,
.b-welcome--about-offices-back .content-wrapper,
.b-welcome--about-events-back .content-wrapper,
.b-welcome--about-teachers-back .content-wrapper {
  position: relative;
  z-index: 2;
}
.b-welcome__info {
  padding-top: 36px;
}
@media screen and (max-width: 1023px) {
  .b-welcome__info {
    padding-top: 25px;
  }
}
.b-second-menu {
  background: -webkit-linear-gradient(170.6deg, #08379d 0.66%, #2e5dc3 100%);
  background: -o-linear-gradient(170.6deg, #08379d 0.66%, #2e5dc3 100%);
  background: linear-gradient(279.4deg, #08379d 0.66%, #2e5dc3 100%);
}
@media screen and (max-width: 1279px) {
  .b-second-menu {
    height: 50px;
    overflow: hidden;
  }
}
.b-second-menu__layout {
  background: url("../i/pattern.png") no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .b-second-menu__layout {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.b-second-menu__list {
  padding: 0 20px;
  min-height: 50px;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .b-second-menu__list {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .b-second-menu__list {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-second-menu__list {
    padding: 0 5px;
  }
}
.b-second-menu__item {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
}
.b-second-menu__item.is-active {
  cursor: default;
}
@media screen and (max-width: 1023px) {
  .b-second-menu__item {
    padding: 0 10px;
  }
}
.b-second-menu__item.is-active:after,
.b-second-menu__item:hover:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 3px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .b-second-menu__item.is-active:after,
  .b-second-menu__item:hover:after {
    left: 10px;
    right: 10px;
  }
}
.b-second-menu__item img {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.b-whywe__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-whywe__list {
    display: block;
    padding: 34px 0 15px;
  }
}
.b-whywe__person {
  min-width: 25.5%;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .b-whywe__person {
    min-width: 33.3333%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b-whywe__person {
    min-width: 0;
    padding-right: 0;
    margin-left: 77px;
    padding-bottom: 38px;
  }
}
.b-whywe__title {
  padding: 6px 0;
  line-height: 1.3;
}
.b-whywe__box {
  padding: 25px 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .b-whywe__box {
    padding-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .b-whywe__box {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-whywe__box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-whywe__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 88px 30px 25px 0;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (max-width: 1279px) {
  .b-whywe__item {
    padding: 88px 12px 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .b-whywe__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-whywe__item {
    padding: 68px 15px 10px 0;
    min-width: 230px;
  }
}
.b-whywe__item--ico-1 {
  background: url("../i/whywe-ico-1.svg") no-repeat left top;
}
.b-whywe__item--ico-2 {
  background: url("../i/whywe-ico-2.svg") no-repeat left top;
}
.b-whywe__item--ico-3 {
  background: url("../i/whywe-ico-3.svg") no-repeat left top;
}
.b-whywe__item--ico-4 {
  background: url("../i/whywe-ico-4.svg") no-repeat left top;
}
.b-whywe__item--ico-5 {
  background: url("../i/whywe-ico-5.svg") no-repeat left top;
}
.b-whywe__item--ico-6 {
  background: url("../i/whywe-ico-6.svg") no-repeat left top;
}
.b-whywe__person-pic {
  background: url("../i/person/2.png") no-repeat center center;
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .b-whywe__person-pic {
    background-size: cover;
    width: 61px;
    height: 61px;
    float: left;
    margin-left: -77px;
  }
}
.b-whywe__person-title {
  font-family: robotoMedium, Arial, sans-serif;
  line-height: 1.4375;
  padding: 10px 0 0 4px;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .b-whywe__person-title {
    padding: 0;
    line-height: 1.3;
    max-width: none;
  }
}
.b-whywe__person-desc {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 10px 0 0 4px;
  max-width: 180px;
  color: #686465;
}
@media screen and (max-width: 767px) {
  .b-whywe__person-desc {
    padding: 8px 0 0 0;
    max-width: none;
  }
}
.b-content-carousel {
  max-width: 100%;
  overflow: hidden;
}
.b-content-carousel__wrapper {
  width: 10000px;
  font-size: 0;
  line-height: 1;
}
.b-content-carousel__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 487px;
}
@media screen and (max-width: 767px) {
  .b-content-carousel__item {
    width: 213px;
    margin: 0 8px;
  }
}
.b-content-carousel__image {
  width: 487px;
  height: 363px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b-content-carousel__image {
    width: 213px;
    height: 160px;
  }
}
.b-content-carousel__title {
  font-family: robotoMedium, Arial, sans-serif;
  padding: 17px 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .b-content-carousel__title {
    padding: 6px 0;
  }
}
.b-content-carousel__title span {
  padding-left: 3px;
  color: #686465;
}
.b-content-carousel__controls {
  position: relative;
}
.b-content-carousel__next,
.b-content-carousel__prev {
  position: absolute;
  right: 40px;
  top: 162px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .b-content-carousel__next,
  .b-content-carousel__prev {
    top: 60px;
    right: 20px;
  }
}
.b-content-carousel__next:before,
.b-content-carousel__prev:before {
  content: '';
  position: absolute;
  top: 14px;
  right: 17px;
  width: 10px;
  height: 10px;
  border: 2px solid #e30613;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-content-carousel__next.slick-disabled,
.b-content-carousel__prev.slick-disabled {
  display: none !important;
}
.b-content-carousel__next:hover,
.b-content-carousel__prev:hover {
  opacity: 1;
}
.b-content-carousel__prev {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .b-content-carousel__prev {
    left: 20px;
  }
}
.b-content-carousel__prev:before {
  border: 2px solid #e30613;
  border-right: none;
  border-top: none;
  right: auto;
  left: 17px;
}
.b-content-carousel .slick-track {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .b-content-carousel .slick-track {
    left: 15px;
  }
}
.b-about-language {
  padding: 63px 0 7px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1279px) {
  .b-about-language {
    padding: 39px 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .b-about-language {
    padding: 42px 0 14px;
  }
}
.b-about-language__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-about-language__wrapper {
    display: block;
  }
}
.b-about-language__info {
  position: relative;
  min-width: 25.5%;
}
@media screen and (max-width: 1023px) {
  .b-about-language__info {
    min-width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .b-about-language__info {
    display: none;
  }
}
.b-about-language__info--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-about-language__info--mobile {
    display: block;
    height: 80px;
  }
}
.b-about-language__info-place {
  background: url("../i/people-ico.png") no-repeat left top;
  padding-top: 200px;
  width: 200px;
  position: absolute;
  top: 30.8%;
  left: 0;
  line-height: 1.4375;
}
@media screen and (max-width: 1279px) {
  .b-about-language__info-place {
    top: 28.3%;
  }
}
@media screen and (max-width: 767px) {
  .b-about-language__info-place {
    top: -25px;
    background-position: left top;
    background-size: 61px auto;
    padding: 10px 0 0 76px;
    text-align: left;
    width: auto;
    min-height: 65px;
  }
}
.b-about-language__block {
  max-width: 64%;
  padding-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .b-about-language__block {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .b-about-language__block {
    max-width: none;
    padding-bottom: 34px;
  }
}
.b-about-language__subtitle {
  padding-bottom: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .b-about-language__subtitle {
    padding-bottom: 7px;
  }
}
.b-about-language__text {
  line-height: 1.4375;
}
.b-about-language__text a {
  text-decoration: underline;
}
.b-about-language__text a:hover {
  text-decoration: none;
}
.b-about-language__text a.b-map-marker__link-title {
  text-decoration: none;
}
.b-about-language__text a.b-map-marker__link-title:hover {
  text-decoration: underline;
}
.b-about-language__text p {
  margin: 10px 0 21px;
}
.b-interesting-moments {
  padding: 48px 0 54px;
}
@media screen and (max-width: 1279px) {
  .b-interesting-moments {
    padding: 38px 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .b-interesting-moments {
    padding: 36px 0 44px;
  }
}
@media screen and (max-width: 767px) {
  .b-interesting-moments__wrapper {
    max-width: 100%;
    overflow: hidden;
  }
}
.b-interesting-moments__move {
  font-size: 0;
  line-height: 1;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .b-interesting-moments__move {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.b-interesting-moments__item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  padding: 0 10px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .b-interesting-moments__item {
    padding: 0 5px;
    min-width: 230px;
  }
}
.b-interesting-moments__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 169px;
}
@media screen and (max-width: 1279px) {
  .b-interesting-moments__image {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .b-interesting-moments__image {
    height: 127px;
  }
}
.b-interesting-moments__tag {
  font-size: 0.875rem;
  line-height: 1.4286;
  padding-top: 10px;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .b-interesting-moments__tag {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .b-interesting-moments__tag {
    padding: 7px 0 0;
  }
}
.b-interesting-moments__title {
  font-size: 1.25rem;
  line-height: 1.3;
  padding-top: 34px;
  color: #1f479d;
}
@media screen and (max-width: 1279px) {
  .b-interesting-moments__title {
    padding-top: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .b-interesting-moments__title {
    font-size: 1.125rem;
  }
}
.b-interesting-moments__item:hover .b-interesting-moments__title {
  text-decoration: underline;
}
.b-gallery {
  font-size: 0;
  line-height: 1;
  padding: 20px 0 60px;
  margin: 0 -0.6666%;
}
@media screen and (max-width: 1023px) {
  .b-gallery {
    padding: 10px 0 36px;
    margin: 0 -1%;
  }
}
@media screen and (max-width: 767px) {
  .b-gallery {
    padding: 10px 0 36px;
    margin: 0 -2%;
  }
}
.b-gallery--self {
  padding: 40px 0 12px;
}
@media screen and (max-width: 767px) {
  .b-gallery--self {
    padding: 5px 0 45px;
  }
}
.b-gallery__item {
  display: inline-block;
  vertical-align: middle;
  width: 15.3333%;
  margin: 0 0.6666%;
  padding: 0.6666% 0;
}
@media screen and (max-width: 1023px) {
  .b-gallery__item {
    width: 23%;
    margin: 0 1%;
    padding: 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .b-gallery__item {
    width: 46%;
    margin: 0 2%;
    padding: 2% 0;
  }
}
.b-gallery--photo .b-gallery__item {
  vertical-align: top;
  width: 23%;
  margin: 0 1%;
  padding: 1% 0;
}
@media screen and (max-width: 767px) {
  .b-gallery--photo .b-gallery__item {
    width: 46%;
    margin: 0 2%;
    padding: 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .b-gallery--events {
    margin: 0;
    padding: 0 0 15px;
  }
}
.b-gallery--events .b-gallery__item {
  vertical-align: top;
  width: 23%;
  margin: 0 1%;
  padding: 1% 0;
}
@media screen and (max-width: 767px) {
  .b-gallery--events .b-gallery__item {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
  }
}
.b-gallery__item-image {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.b-gallery__item-image img {
  max-width: 100%;
  max-height: 100%;
}
.b-gallery__more-btn {
  font-size: 0.875rem;
  line-height: 28px;
  text-align: center;
  background: rgba(199,198,199,0.3);
  border-radius: 5px;
  margin: 15px 5px 0;
  height: 30px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .b-gallery__more-btn {
    display: block;
  }
}
.b-gallery__item-title {
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 27px 0 6px;
}
@media screen and (max-width: 1279px) {
  .b-gallery__item-title {
    padding: 20px 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .b-gallery__item-title {
    font-size: 1rem;
    padding: 16px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .b-gallery--mobile-short .b-gallery__item:nth-child(n9) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-gallery--mobile-short.all-content .b-gallery__item:nth-child(n9) {
    display: inline-block;
  }
}
.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  display: none !important;
}
.b-download {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.b-download:hover {
  text-decoration: underline;
}
.b-download--pdf {
  padding-left: 59px;
  background: url("../i/ico-pdf.svg") no-repeat left 2px;
  min-height: 44px;
  max-width: 300px;
}
.b-teachers-list {
  font-size: 0;
  line-height: 1;
  padding-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .b-teachers-list {
    padding-bottom: 0;
  }
}
.b-teachers-list__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 3%;
  padding-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .b-teachers-list__item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .b-teachers-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .b-teachers-list__item {
    width: 100%;
  }
}
.b-teachers-list__photo {
  max-height: 235px;
  text-align: center;
}
.b-teachers-list__photo img {
  max-width: 100%;
  max-height: 100%;
}
.b-teachers-list__title {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  color: #000;
  padding-top: 28px;
}
.b-teachers-list__about {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #686465;
  padding-top: 20px;
}
.b-teachers-list__about p {
  padding-bottom: 18px;
}
.b-contacts-info {
  padding: 70px 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .b-contacts-info {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-info {
    padding: 29px 0 37px;
  }
}
.b-contacts-info__hours,
.b-contacts-info__social {
  display: inline-block;
  vertical-align: top;
  width: 42.3%;
}
@media screen and (max-width: 1023px) {
  .b-contacts-info__hours,
  .b-contacts-info__social {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-info__hours,
  .b-contacts-info__social {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .b-contacts-info__social {
    width: 57.7%;
  }
}
@media screen and (max-width: 1023px) {
  .b-contacts-info__social {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-info__social {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-info__social .b-contacts-info__title {
    display: none;
  }
}
.b-contacts-info__title {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .b-contacts-info__title {
    padding-bottom: 17px;
  }
}
.b-contacts-info__desc {
  display: table;
  font-size: 1rem;
  line-height: 1.4;
  color: #686465;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-contacts-info__desc {
    font-size: 0.875rem;
  }
}
.b-contacts-info__desc .col-table:nth-child(1) {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .b-contacts-info__desc .col-table:nth-child(1) {
    width: 182px;
  }
}
.b-contacts-info__desc .col-table:nth-child(2) {
  font-family: robotoMedium, Arial, sans-serif;
}
.b-contacts-info__ebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px 0;
}
@media screen and (max-width: 1023px) {
  .b-contacts-info__ebox {
    display: block;
  }
}
.b-contacts-info__link {
  display: inline-block;
  vertical-align: top;
  min-width: 225px;
  min-height: 70px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .b-contacts-info__link {
    padding-top: 36px;
  }
}
.b-contacts-info__email {
  font-size: 1rem;
}
.b-contacts-info__callback {
  background: url("../i/call.svg") no-repeat 2px top;
  background-size: 26px auto;
  font-size: 1rem;
  line-height: 26px;
  padding-left: 42px;
  margin-top: 17px;
  text-decoration: none;
  color: #262324;
  display: block;
}
@media screen and (max-width: 767px) {
  .b-contacts-info__callback {
    padding-left: 40px;
    margin-top: 21px;
  }
}
.b-contacts-info__callback:hover {
  color: #e30613;
}
@media screen and (max-width: 1023px) {
  .b-contacts-info__btn {
    margin: 10px 0 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-info__btn {
    margin: 21px 0 0 -5px;
  }
}
.b-contacts-info__btn-icoig,
.b-contacts-info__btn-icofb,
.b-contacts-info__btn-icovk {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  border: 1px solid #e30613;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .b-contacts-info__btn-icoig,
  .b-contacts-info__btn-icofb,
  .b-contacts-info__btn-icovk {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
.b-contacts-info__btn-icoig:hover,
.b-contacts-info__btn-icofb:hover,
.b-contacts-info__btn-icovk:hover {
  border: 1px solid #000;
}
.b-contacts-info__btn-icoig {
  background: url("../i/icoig-b.svg") no-repeat center center;
  background-size: 42.857% auto;
}
.b-contacts-info__btn-icofb {
  background: url("../i/icofb-b.svg") no-repeat center center;
  background-size: 15.7143% auto;
}
.b-contacts-info__btn-icovk {
  background: url("../i/icovk-b.svg") no-repeat center center;
  background-size: 42.857% auto;
}
.b-contacts-location {
  padding: 14px 0 18px;
}
@media screen and (max-width: 767px) {
  .b-contacts-location {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0 -15px;
    padding: 14px 0;
  }
}
.b-contacts-location__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-contacts-location__block {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-location__block {
    display: block;
    margin-bottom: 19px;
  }
}
.b-contacts-location__info {
  min-width: 25.5%;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .b-contacts-location__info {
    min-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-location__info {
    position: relative;
    padding: 11px 15px 18px;
  }
}
.b-contacts-location__title {
  line-height: 1.4;
}
.b-contacts-location__address {
  padding-top: 27px;
  line-height: 1.4375;
  color: #686465;
}
@media screen and (max-width: 767px) {
  .b-contacts-location__address {
    font-size: 0.875rem;
    padding-top: 1px;
  }
}
.b-contacts-location__phone {
  padding-top: 15px;
  font-family: robotoMedium, Arial, sans-serif;
  line-height: 1.4375;
  color: #686465;
}
@media screen and (max-width: 767px) {
  .b-contacts-location__phone {
    font-size: 0.875rem;
    padding-top: 23px;
  }
}
.b-contacts-location__button {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .b-contacts-location__button {
    position: absolute;
    margin-top: 0;
    right: 15px;
    bottom: 19px;
    text-transform: none;
  }
}
.b-contacts-location__map {
  min-width: 74.5%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .b-contacts-location__map {
    min-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .b-contacts-location__map {
    width: 100%;
  }
}
.b-contacts-location__map--1 {
  background-image: url("../i/map-1.jpg");
}
.b-contacts-location__map--2 {
  background-image: url("../i/map-2.jpg");
}
.b-contacts-location__map--3 {
  background-image: url("../i/map-3.jpg");
}
.b-content-list {
  counter-reset: section;
  font-size: 0;
  line-height: 1;
  padding: 52px 0 45px;
}
@media screen and (max-width: 1279px) {
  .b-content-list {
    padding: 48px 0 51px;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-list {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list {
    padding: 25px 0 23px;
  }
}
.b-content-list__wrapper {
  margin: 0 -20px;
}
@media screen and (max-width: 1279px) {
  .b-content-list__wrapper {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list__wrapper {
    margin: 0;
  }
}
.b-content-list__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 25%;
}
@media screen and (max-width: 1279px) {
  .b-content-list__item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list__item {
    padding: 0 0 25px;
    display: block;
    width: auto;
  }
}
.b-content-list__title {
  position: relative;
  font-size: 1rem;
  font-family: robotoMedium, Arial, sans-serif;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
}
@media screen and (max-width: 1279px) {
  .b-content-list__title {
    line-height: 1.2;
    min-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-list__title {
    max-width: 150px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list__title {
    max-width: none;
    font-size: 1rem;
    min-height: 30px;
    cursor: pointer;
  }
  .b-content-list__title:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #e30613;
    border-right: 2px solid #e30613;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.134s ease-in-out;
    transition: -webkit-transform 0.134s ease-in-out;
    -o-transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out, -webkit-transform 0.134s ease-in-out;
    right: 2px;
    top: 6px;
  }
}
.b-content-list__title:after {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1f479d;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.b-content-list__desc {
  font-size: 1rem;
  color: #686465;
  line-height: 1.4375;
  padding-top: 17px;
}
@media screen and (max-width: 1279px) {
  .b-content-list__desc {
    font-size: 0.875rem;
    line-height: 1.4286;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list__desc {
    padding: 0 15px 0 45px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.134s ease-in-out;
    -o-transition: max-height 0.134s ease-in-out;
    transition: max-height 0.134s ease-in-out;
  }
}
.b-content-list__desc span {
  display: block;
  padding: 13px 0 8px;
}
@media screen and (max-width: 767px) {
  .b-content-list__item.is-open .b-content-list__desc {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-list__item.is-open .b-content-list__title:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 12px;
  }
}
.b-program-table {
  font-size: 0;
  line-height: 1;
  padding: 24px 0 22px;
}
@media screen and (max-width: 1279px) {
  .b-program-table {
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table {
    padding: 0 0 10px;
  }
}
.b-program-table__title {
  padding-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .b-program-table__title {
    padding-bottom: 30px;
  }
}
.b-program-table__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 8% 0 0;
  width: 33.3333%;
  font-size: 1rem;
  color: #686465;
  line-height: 1.4375;
}
@media screen and (max-width: 1279px) {
  .b-program-table__item {
    font-size: 0.875rem;
    padding: 0 4% 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .b-program-table__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__item {
    padding: 0 0 19px;
    display: block;
    width: auto;
  }
}
.b-program-table__layout {
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-program-table__layout {
    padding-top: 11px;
  }
}
.b-program-table__body {
  display: table;
  width: 100%;
  margin-top: 45px;
  border-top: 1px solid #c7c6c7;
  border-bottom: 1px solid #c7c6c7;
  border-left: 1px solid #c7c6c7;
}
@media screen and (max-width: 767px) {
  .b-program-table__body {
    display: block;
    margin: 0 -15px;
    border: none medium;
    width: auto;
  }
}
.b-program-table__row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .b-program-table__row {
    display: block;
    padding: 15px 5px 19px;
    border-bottom: 1px solid #c7c6c7;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__row--head {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__row:last-child .b-program-table__column:last-child {
    display: none;
  }
}
.b-program-table__column {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  color: #000;
  line-height: 1.4375;
  border-right: 1px solid #c7c6c7;
  padding: 11px 15px /*25*/;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .b-program-table__column {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column {
    display: block;
    border-right: none;
    vertical-align: top;
    text-align: left;
    padding: 0;
  }
}
.b-program-table__column:nth-child(1) {
  padding-left: 25px;
  padding-right: 25px;
  width: 32.25%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .b-program-table__column:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(1) {
    font-family: robotoMedium, Arial, sans-serif;
    font-size: 1rem;
    padding: 0 10px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(2),
  .b-program-table__column:nth-child(3),
  .b-program-table__column:nth-child(4),
  .b-program-table__column:nth-child(5) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 25%;
    font-size: 0.875rem;
    padding-top: 32px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(2) {
    width: 19%;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(3) {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(4) {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(5) {
    width: 18%;
  }
}
.b-program-table__column:nth-child(6) {
  padding-left: 25px;
  padding-right: 25px;
  width: 32.25%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .b-program-table__column:nth-child(6) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(6) {
    padding: 20px 10px 0;
    margin-top: 14px;
    position: relative;
    font-family: robotoMedium, Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(2):before,
  .b-program-table__column:nth-child(3):before,
  .b-program-table__column:nth-child(4):before,
  .b-program-table__column:nth-child(5):before,
  .b-program-table__column:nth-child(6):before {
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #686465;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(2):before {
    content: 'Лекции';
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(3):before {
    content: 'Практические занятия';
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(4):before {
    content: 'Самостоятельная работа';
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(5):before {
    content: 'Всего';
  }
}
@media screen and (max-width: 767px) {
  .b-program-table__column:nth-child(6):before {
    content: 'Форма аттестации контроля';
    text-align: left;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-table .b-result {
    background: #f6f7f7;
  }
}
.b-result .b-program-table__column {
  background: #f6f7f7;
}
@media screen and (max-width: 767px) {
  .b-result .b-program-table__column:nth-child(6) {
    display: none;
  }
}
.b-result .b-program-table__column:nth-child(1),
.b-result .b-program-table__column:nth-child(6) {
  font-family: robotoMedium, Arial, sans-serif;
}
.b-program-table__row--head .b-program-table__column {
  font-size: 0.875rem;
  color: #686465;
  line-height: 1;
  background: #f6f7f7;
}
@media screen and (max-width: 1279px) {
  .b-program-table__row--head .b-program-table__column {
    vertical-align: top;
    width: 8%;
  }
}
.b-program-table__row--head .b-program-table__column:nth-child(1),
.b-program-table__row--head .b-program-table__column:nth-child(6) {
  padding-top: 16px;
  padding-bottom: 19px;
}
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(2),
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(3),
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(4) {
  border-right: none;
}
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(2),
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(3),
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(4),
.b-program-table__row--head:nth-child(1) .b-program-table__column:nth-child(5),
.b-program-table__row--head:nth-child(2) .b-program-table__column {
  border-bottom: 1px solid #c7c6c7;
}
.b-program-table__row:last-child .b-program-table__column:nth-child(1),
.b-program-table__row:last-child .b-program-table__column:nth-child(6) {
  font-family: robotoMedium, Arial, sans-serif;
}
@media screen and (max-width: 1279px) {
  .b-program-table__row--head:nth-child(2) .b-program-table__column span {
    position: relative;
    display: block;
    height: 140px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .b-program-table__row--head:nth-child(2) .b-program-table__column span span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: auto;
  }
}
.b-program-table__btn {
  display: none;
  width: 290px;
  text-align: center;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .b-program-table__btn {
    display: block;
  }
}
.b-group-level {
  padding: 0 0 61px;
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .b-group-level {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-group-level {
    margin-top: -7px;
    padding: 0 0 35px;
  }
}
.b-group-level__title {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b-group-level__title {
    padding-bottom: 23px;
  }
}
.b-group-level__wrapper {
  margin: 0;
}
.b-group-level__courses {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-group-level__courses {
    display: block;
    font-size: 0;
    line-height: 1;
    max-width: 400px;
    margin: 0 auto;
  }
}
.b-group-level__courses:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 14px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#08dbdb), color-stop(21.35%, #c4ee1e), color-stop(40.1%, #fbe413), color-stop(65.1%, #ffae35), to(#e41b63));
  background: -webkit-linear-gradient(left, #08dbdb 0%, #c4ee1e 21.35%, #fbe413 40.1%, #ffae35 65.1%, #e41b63 100%);
  background: -o-linear-gradient(left, #08dbdb 0%, #c4ee1e 21.35%, #fbe413 40.1%, #ffae35 65.1%, #e41b63 100%);
  background: linear-gradient(90deg, #08dbdb 0%, #c4ee1e 21.35%, #fbe413 40.1%, #ffae35 65.1%, #e41b63 100%);
}
@media screen and (max-width: 767px) {
  .b-group-level__courses:before {
    display: none;
  }
}
.b-group-level__item {
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 47px;
  min-height: 70px;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .b-group-level__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    min-height: 90px;
    max-width: none;
    min-width: 0;
    font-size: 0.875rem;
  }
}
.b-group-level__item:after {
  content: attr(data-marker);
  position: absolute;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  left: 0;
  top: 0;
  background: #ccc;
  font-family: robotoMedium, Arial, sans-serif;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.b-group-level__item:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 4px;
  top: 13px;
  background: #ccc;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-group-level__item span {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 47px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-group-level__item:nth-child(1):before,
.b-group-level__item:nth-child(1):after {
  background: #08dbdb;
}
.b-group-level__item:nth-child(1) span {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.b-group-level__item:nth-child(2):before,
.b-group-level__item:nth-child(2):after {
  background: #9aea41;
}
@media screen and (max-width: 767px) {
  .b-group-level__item:nth-child(2):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .b-group-level__item:nth-child(2):before {
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: 23px;
  }
}
.b-group-level__item:nth-child(3):before,
.b-group-level__item:nth-child(3):after {
  background: #fad514;
}
@media screen and (max-width: 767px) {
  .b-group-level__item:nth-child(3):after {
    left: auto;
    right: 0;
  }
  .b-group-level__item:nth-child(3):before {
    left: auto;
    right: 4px;
  }
  .b-group-level__item:nth-child(3) span {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.b-group-level__item:nth-child(4):before,
.b-group-level__item:nth-child(4):after {
  background: #ffaf14;
}
@media screen and (max-width: 767px) {
  .b-group-level__item:nth-child(4) span {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    white-space: normal;
  }
}
.b-group-level__item:nth-child(5):before,
.b-group-level__item:nth-child(5):after {
  background: #f2644d;
}
@media screen and (max-width: 767px) {
  .b-group-level__item:nth-child(5):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .b-group-level__item:nth-child(5):before {
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: 23px;
  }
}
.b-group-level__item:nth-child(6):before,
.b-group-level__item:nth-child(6):after {
  background: #e72860;
}
.b-group-level__item:nth-child(6):after {
  left: auto;
  right: 0;
}
.b-group-level__item:nth-child(6):before {
  left: auto;
  right: 4px;
}
.b-group-level__item:nth-child(6) span {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.b-courses {
  background: rgba(242,243,243,0.7);
  padding: 35px 0 61px;
}
@media screen and (max-width: 767px) {
  .b-courses {
    padding: 15px 0 17px;
  }
}
.b-courses__wrapper {
  font-size: 0;
  line-height: 1;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .b-courses__wrapper {
    max-height: 0;
    overflow: hidden;
  }
}
.b-courses__block {
  padding: 25px 0 26px;
}
@media screen and (max-width: 767px) {
  .b-courses__block {
    padding: 5px 0 0;
  }
}
.b-courses__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  width: calc(33.3333% - 20px);
  min-height: 160px;
  margin: 10px;
  border-left: 4px solid #000;
  border-radius: 2px 4px 4px 2px;
  -webkit-box-shadow: 0px 6px 8px rgba(0,0,0,0.08), 0px 2px 2px rgba(0,0,0,0.05);
          box-shadow: 0px 6px 8px rgba(0,0,0,0.08), 0px 2px 2px rgba(0,0,0,0.05);
  padding: 28px 23px;
  text-decoration: none;
  color: #262324;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-courses__item {
    display: block;
    width: auto;
  }
}
.b-courses__item:hover {
  border-left-width: 6px;
  padding-left: 21px;
  -webkit-box-shadow: 0px 12px 16px rgba(0,0,0,0.08), 0px 6px 4px rgba(0,0,0,0.05);
          box-shadow: 0px 12px 16px rgba(0,0,0,0.08), 0px 6px 4px rgba(0,0,0,0.05);
}
.b-courses__item.hover-color-a1 {
  border-left-color: #08dbdb;
}
.b-courses__item.hover-color-a2 {
  border-left-color: #9aea41;
}
.b-courses__item.hover-color-b1 {
  border-left-color: #fad514;
}
.b-courses__item.hover-color-b2 {
  border-left-color: #ffaf14;
}
.b-courses__item.hover-color-c1 {
  border-left-color: #f2644d;
}
.b-courses__item.hover-color-c2 {
  border-left-color: #e72860;
}
.b-courses__marker {
  position: absolute;
  width: 0;
  height: 0;
  right: 47px;
  top: 15px;
}
.b-courses__marker:after {
  content: attr(data-marker);
  position: absolute;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  left: 0;
  top: 0;
  background: inherit;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.b-courses__marker:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 4px;
  top: 13px;
  background: inherit;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-courses__title {
  position: relative;
  line-height: 1.4;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-courses__title {
    cursor: pointer;
    padding: 15px 0;
  }
  .b-courses__title:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #e30613;
    border-right: 2px solid #e30613;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.134s ease-in-out;
    transition: -webkit-transform 0.134s ease-in-out;
    -o-transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out, -webkit-transform 0.134s ease-in-out;
    right: 2px;
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b-courses__block.is-open .b-courses__title:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b-courses__block.is-open .b-courses__wrapper {
    max-height: none;
  }
}
.b-courses__subtitle {
  font-size: 1.25rem;
  line-height: 1.3;
  padding-right: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .b-courses__subtitle {
    min-height: 74px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b-courses__subtitle {
    min-height: 60px;
  }
}
.b-courses__desc {
  font-size: 0.875rem;
  line-height: 1.4286;
  opacity: 0.5;
}
@media screen and (max-width: 1279px) {
  .b-courses__desc {
    min-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .b-courses__desc {
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b-courses__desc {
    min-height: 0;
  }
}
.hover-color-a1 .b-courses__marker {
  background-color: #08dbdb;
}
.hover-color-a2 .b-courses__marker {
  background-color: #9aea41;
}
.hover-color-b1 .b-courses__marker {
  background-color: #fad514;
}
.hover-color-b2 .b-courses__marker {
  background-color: #ffaf14;
}
.hover-color-c1 .b-courses__marker {
  background-color: #f2644d;
}
.hover-color-c2 .b-courses__marker {
  background-color: #e72860;
}
.b-header-info {
  color: #fff;
}
.b-header-info__subtitle {
  font-size: 1.875rem;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .b-header-info__subtitle {
    font-size: 1.5625rem;
    padding-bottom: 10px;
  }
}
.b-header-info__desc {
  line-height: 1.4375;
  opacity: 0.8;
  max-width: 360px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .b-header-info__desc {
    padding-bottom: 30px;
  }
}
.b-header-info__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-header-info__legend {
  padding: 3px 0 0 34px;
  font-size: 0.875rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .b-welcome--courses-page .b-header-info {
    color: #262324;
  }
  .b-welcome--courses-page .b-header-info__controls {
    display: block;
  }
  .b-welcome--courses-page .b-header-info__button {
    width: 290px;
    text-align: center;
  }
  .b-welcome--courses-page .b-header-info__legend {
    width: 290px;
    padding: 11px 0 0;
    color: #262324;
    text-align: center;
  }
  .b-welcome--courses-page .b-header-info__legend br {
    display: none;
  }
}
.b-content-block {
  padding: 65px 0 42px;
/*@media $phablet
		padding 36px 0 40px*/
}
@media screen and (max-width: 1279px) {
  .b-content-block {
    padding: 57px 0 53px;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-block {
    padding: 36px 0 30px;
  }
}
.b-content-block--first {
  padding: 65px 0 56px;
}
@media screen and (max-width: 1279px) {
  .b-content-block--first {
    padding: 65px 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-block--first {
    padding: 36px 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block--first {
    padding: 26px 0 0;
  }
}
.b-content-block--second {
  padding: 56px 0 28px;
}
@media screen and (max-width: 1279px) {
  .b-content-block--second {
    padding: 56px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-block--second {
    padding: 36px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block--second {
    padding: 32px 0 10px;
  }
}
.b-content-block--gray {
  background: rgba(242,243,243,0.7);
}
.b-content-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-content-block__wrapper {
    display: block;
  }
}
.b-content-block__layout {
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .b-content-block__layout {
    padding-bottom: 28px;
  }
}
.b-content-block__title {
  line-height: 1.3;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .b-content-block__title {
    padding-bottom: 8px;
  }
}
.b-content-block--first .b-content-block__title {
  max-width: 600px;
}
.b-content-block__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 20px 8% 20px 0;
}
@media screen and (max-width: 1279px) {
  .b-content-block__item {
    padding: 20px 4% 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__item {
    display: block;
    width: auto;
    padding: 0;
  }
}
.b-content-block__subtitle {
  padding-bottom: 19px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .b-content-block__subtitle {
    position: relative;
    font-family: robotoMedium, Arial, sans-serif;
    font-size: 1rem;
    padding: 10px 0;
    cursor: pointer;
  }
  .b-content-block__subtitle:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #e30613;
    border-right: 2px solid #e30613;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.134s ease-in-out;
    transition: -webkit-transform 0.134s ease-in-out;
    -o-transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out, -webkit-transform 0.134s ease-in-out;
    right: 2px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__item.is-open .b-content-block__subtitle:before {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 17px;
  }
}
.b-content-block__desc {
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (max-width: 1279px) {
  .b-content-block__desc {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__desc {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__item.is-open .b-content-block__desc {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__desc-wrapper {
    padding-bottom: 14px;
  }
}
.b-content-block__row {
  font-size: 0;
  line-height: 1;
  padding: 28px 0 8px;
  margin: 0 0 0 -2%;
}
@media screen and (max-width: 1023px) {
  .b-content-block__row {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__row {
    margin: 0;
  }
}
.b-content-block__column {
  display: inline-block;
  vertical-align: top;
  width: 29.3333%;
  font-size: 1rem;
  line-height: 1.4375;
  margin: 0 2%;
}
.b-content-block__column--single {
  width: 47%;
}
@media screen and (max-width: 1023px) {
  .b-content-block__column--single {
    width: 73%;
  }
}
@media screen and (max-width: 1023px) {
  .b-content-block__column {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-content-block__column {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    padding: 0 5px 20px 0;
  }
}
.b-program-list {
  padding: 54px 0 10px;
  background: rgba(242,243,243,0.7);
}
@media screen and (max-width: 1279px) {
  .b-program-list {
    padding: 60px 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .b-program-list {
    padding: 41px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list {
    padding: 41px 0 46px;
  }
}
.b-program-list__wrapper {
  font-size: 0;
  line-height: 1;
}
.b-program-list__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 3%;
  padding-bottom: 45px;
}
@media screen and (max-width: 1279px) {
  .b-program-list__item {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .b-program-list__item {
    padding-bottom: 40px;
    padding-right: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__item {
    display: block;
    padding: 0;
    width: auto;
  }
}
.b-program-list__title {
  line-height: 1.3;
  padding-bottom: 44px;
}
@media screen and (max-width: 1023px) {
  .b-program-list__title {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__title {
    padding-bottom: 25px;
  }
}
.b-program-list__subtitle {
  position: relative;
  line-height: 1.1;
  color: #383838;
  padding-left: 18px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .b-program-list__subtitle {
    font-size: 1rem;
    line-height: 1.3;
    margin: 10px 0;
    cursor: pointer;
  }
  .b-program-list__subtitle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #e30613;
    border-right: 2px solid #e30613;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.134s ease-in-out;
    transition: -webkit-transform 0.134s ease-in-out;
    -o-transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out;
    transition: transform 0.134s ease-in-out, -webkit-transform 0.134s ease-in-out;
    right: 2px;
    top: 14px;
  }
}
.b-program-list__subtitle span {
  font-size: 1rem;
  display: inline-block;
  color: #686465;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .b-program-list__subtitle span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__subtitle span {
    padding-top: 6px;
  }
}
.b-program-list__subtitle:before {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(179.82deg, #083499 0.66%, #2a58c0 100%);
  background: -o-linear-gradient(179.82deg, #083499 0.66%, #2a58c0 100%);
  background: linear-gradient(270.18deg, #083499 0.66%, #2a58c0 100%);
  left: 0;
  top: 2px;
  bottom: 4px;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .b-program-list__item.is-open .b-program-list__subtitle:after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 17px;
  }
}
.b-program-list__desc {
  font-size: 1rem;
  line-height: 1.4375;
  color: #686465;
}
@media screen and (max-width: 1279px) {
  .b-program-list__desc {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__desc {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__item.is-open .b-program-list__desc {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b-program-list__desc-wrapper {
    padding-bottom: 15px;
  }
}
.b-teachers {
  padding: 47px 0 40px;
}
.b-teachers__wrapper {
  font-size: 0;
  line-height: 1;
}
.b-teachers__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 3%;
  padding-bottom: 45px;
}
.b-teachers__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-teachers__title {
  line-height: 1.3;
  padding-bottom: 45px;
}
.b-teachers__subtitle {
  line-height: 1.3;
  padding-bottom: 15px;
}
.b-teachers__info {
  padding-left: 28px;
}
.b-teachers__desc {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #686465;
}
.b-teachers__image {
  font-size: 0;
  line-height: 1;
}
.b-reviews {
  padding: 60px 0 26px;
}
@media screen and (max-width: 1279px) {
  .b-reviews {
    padding: 60px 0 0;
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .b-reviews {
    padding: 40px 0 0;
  }
}
.b-reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -59px;
}
@media screen and (max-width: 767px) {
  .b-reviews__wrapper {
    margin: 0;
  }
}
.b-reviews__carousel {
  max-width: calc(100%  40px);
  margin-right: -40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b-reviews__carousel {
    max-width: none;
    margin: 0;
  }
}
.b-reviews__item {
  padding: 0 59px 40px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.b-reviews__item img {
  max-width: 410px;
  max-height: 370px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .b-reviews__item img {
    max-width: 90%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .b-reviews__item {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .b-reviews__item {
    max-width: 290px;
    padding: 0 0 59px;
  }
}
.b-reviews__title {
  line-height: 1.3;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .b-reviews__title {
    padding-bottom: 20px;
  }
}
.b-reviews__subtitle {
  line-height: 1.4375;
  padding-bottom: 15px;
  color: #686465;
}
.b-reviews__desc {
  font-size: 0.75rem;
  line-height: 1.42;
  color: #686465;
  max-width: 320px;
/*max-width 90%*/
}
@media screen and (max-width: 767px) {
  .b-reviews__desc {
    padding-right: 20px;
  }
}
.b-reviews__image {
  padding-bottom: 25px;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-reviews__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.b-course-faq {
  padding: 15px 0 78px;
  background-image: url("../i/course-faq.png");
  background-repeat: no-repeat;
  background-position: right 26px;
  background-position: calc(50%  396px) 26px;
}
@media screen and (max-width: 1279px) {
  .b-course-faq {
    background-position: calc(50%  340px) 26px;
  }
}
@media screen and (max-width: 1023px) {
  .b-course-faq {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .b-course-faq {
    padding-bottom: 47px;
  }
}
.b-course-faq__box {
  max-width: 66%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 1023px) {
  .b-course-faq__box {
    max-width: none;
  }
}
.b-course-faq__item {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 0;
}
.b-course-faq__title {
  line-height: 1.3;
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .b-course-faq__title {
    padding-bottom: 20px;
  }
}
.b-course-faq__question {
  position: relative;
  padding: 28px 40px 28px 0;
  line-height: 1.4375;
  display: block;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-course-faq__question {
    font-family: robotoMedium, Arial, sans-serif;
    padding: 15px 40px 16px 0;
  }
}
.b-course-faq__question:before {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c7c6c7;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .b-course-faq__question:before {
    top: 12px;
  }
}
.b-course-faq__question:hover:before {
  opacity: 0.5;
}
.b-course-faq__question:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 34px;
  width: 8px;
  height: 8px;
  border: 1px solid #686465;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.134s ease-in-out;
  transition: -webkit-transform 0.134s ease-in-out;
  -o-transition: transform 0.134s ease-in-out;
  transition: transform 0.134s ease-in-out;
  transition: transform 0.134s ease-in-out, -webkit-transform 0.134s ease-in-out;
}
@media screen and (max-width: 767px) {
  .b-course-faq__question:after {
    top: 21px;
  }
}
.b-course-faq input {
  position: absolute;
  opacity: 0;
}
.b-course-faq__answer {
  line-height: 1.4375;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .b-course-faq__answer {
    font-size: 0.875rem;
  }
}
.b-course-faq__wrapper {
  padding: 0 0 28px;
}
@media screen and (max-width: 1279px) {
  .b-course-faq__wrapper {
    padding-right: 40px;
  }
}
input:checked ~ .b-course-faq__answer {
  max-height: 500px;
}
input:checked ~ .b-course-faq__question:after {
  top: 38px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  input:checked ~ .b-course-faq__question:after {
    top: 25px;
  }
}
.b-offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 63px;
}
@media screen and (max-width: 1279px) {
  .b-offer-block {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .b-offer-block {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b-offer-block {
    display: block;
    width: auto;
  }
}
.b-offer-block__image {
  min-width: 62.5%;
  background: url("../i/courses-image.jpg") no-repeat center center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 1279px) {
  .b-offer-block__image {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .b-offer-block__image {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .b-offer-block__image {
    min-width: 0;
    margin: 0 -15px;
    height: 240px;
    background-position: center 90%;
  }
}
.b-offer-block__content {
  min-width: 37.5%;
  padding-left: 63px;
}
@media screen and (max-width: 1279px) {
  .b-offer-block__content {
    padding-left: 53px;
  }
}
@media screen and (max-width: 1023px) {
  .b-offer-block__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-offer-block__content {
    min-width: 0;
    padding-left: 0;
    padding-top: 34px;
  }
}
.b-offer-block__title {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 2px;
}
@media screen and (max-width: 1279px) {
  .b-offer-block__title {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 2px 0 7px;
  }
}
.b-offer-block__groups {
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-offer-block__groups {
    margin-right: -10px;
  }
}
.b-offer-block__group {
  display: inline-block;
  vertical-align: top;
  background: #123ea4;
  color: #fff;
  font-size: 1rem;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px 0 14px;
  margin: 6px 8px 6px 0;
  height: 32px;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .b-offer-block__group {
    margin: 5px 8px 5px 0;
    padding: 0 18px 0 14px;
    font-size: 0.875rem;
  }
}
.b-offer-block__group img {
  position: relative;
  vertical-align: top;
  top: 4px;
  margin-right: 7px;
}
.b-offer-block__group:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2);
          box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.b-offer__title {
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .b-offer__title {
    padding-bottom: 25px;
  }
}
.b-offer__desc {
  padding-left: 17px;
  border-left: 4px solid transparent;
  max-width: 340px;
  line-height: 1.4;
  margin-bottom: 45px;
}
@media screen and (max-width: 1279px) {
  .b-offer__desc {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.b-offer__desc.color-a1 {
  border-left-color: #08dbdb;
}
.b-offer__desc.color-a2 {
  border-left-color: #ffaf14;
}
.b-offer__desc a,
.b-offer__desc a:visited,
.b-offer__desc a:active,
.b-offer__desc a:link {
  display: block;
  color: #1f479d;
  text-decoration: none;
  margin-top: 11px;
}
@media screen and (max-width: 1279px) {
  .b-offer__desc a,
  .b-offer__desc a:visited,
  .b-offer__desc a:active,
  .b-offer__desc a:link {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.b-offer__desc a:hover,
.b-offer__desc a:visited:hover,
.b-offer__desc a:active:hover,
.b-offer__desc a:link:hover {
  text-decoration: underline;
}
.b-proccess {
  padding-bottom: 64px;
}
@media screen and (max-width: 1279px) {
  .b-proccess {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b-proccess {
    padding-bottom: 40px;
  }
}
.b-proccess__title {
  line-height: 1.4;
  padding-bottom: 10px;
}
.b-proccess__wrapper {
  font-size: 0;
  line-height: 1;
}
.b-proccess__column {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .b-proccess__column {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .b-proccess__column {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-proccess__column {
    padding-right: 0;
    width: auto;
    display: block;
  }
}
.b-proccess__column p {
  margin-bottom: 11px;
}
@media screen and (max-width: 1279px) {
  .b-proccess__column p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-proccess__column p {
    margin-bottom: 11px;
  }
}
.b-proccess__column:nth-child(1) {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .b-proccess__column:nth-child(1) {
    width: auto;
  }
}
.b-proccess__column:nth-child(2) {
  width: 28.5%;
}
@media screen and (max-width: 1023px) {
  .b-proccess__column:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-proccess__column:nth-child(2) {
    width: auto;
  }
}
.b-proccess__column:nth-child(3) {
  width: 37.5%;
  padding-left: 63px;
}
@media screen and (max-width: 1279px) {
  .b-proccess__column:nth-child(3) {
    padding-left: 53px;
  }
}
@media screen and (max-width: 1023px) {
  .b-proccess__column:nth-child(3) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-proccess__column:nth-child(3) {
    width: auto;
    padding-left: 0;
    padding-top: 10px;
  }
}
.b-proccess__subtitle {
  font-family: robotoMedium, Arial, sans-serif;
  min-height: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .b-proccess__subtitle {
    font-size: 1rem;
    min-height: 0;
  }
}
.b-top-g {
  position: absolute;
  text-align: center;
  width: 35.5%;
  left: 50%;
  top: 17px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.b-exams-title {
  line-height: 1.3;
  padding-top: 65px;
  max-width: 890px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .b-exams-title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-exams-title {
    padding-top: 26px;
  }
}
.b-exams-desc {
  color: #686465;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .b-exams-desc {
    padding-top: 18px;
    line-height: 1.5;
  }
}
.b-exams-list {
  max-width: 810px;
  font-size: 0;
  line-height: 1;
  padding: 20px 0 33px;
}
@media screen and (max-width: 767px) {
  .b-exams-list {
    padding: 0 0 53px;
  }
}
.b-exams-list__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 27px 40px 27px 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .b-exams-list__item {
    width: 100%;
    padding: 20px 0 13px;
  }
}
.b-exams-list__title {
  font-family: robotoMedium, Arial, sans-serif;
  line-height: 1.5;
}
.b-exams-list__desc {
  color: #686465;
  line-height: 1.4;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .b-exams-list__desc {
    line-height: 1.46;
  }
}
.b-exams-list__more {
  color: #1f479d;
  text-decoration: none;
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .b-exams-list__more {
    margin-top: 19px;
  }
}
.b-exams-list__more:hover {
  text-decoration: underline;
}
.b-groups {
  padding: 13px 0 53px;
}
@media screen and (max-width: 1279px) {
  .b-groups {
    padding: 13px 0 29px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups {
    padding: 0;
    margin: 0 -15px;
  }
}
.b-groups__filter {
  padding: 20px 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-groups__filter {
    padding: 0 0 12px;
    overflow: hidden;
    max-height: 56px;
  }
}
.b-groups__filter-block {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c7c6c7;
  border-radius: 4px;
  min-width: 285px;
  margin-right: 20px;
}
.b-groups__filter-block.is-open {
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 1023px) {
  .b-groups__filter-block {
    min-width: 230px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__filter-block {
    display: block;
    margin: 23px auto;
    max-width: 290px;
  }
}
.b-groups__filter-btn {
  text-transform: none;
  display: none;
  max-width: 290px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-family: roboto, robotoRegular, Arial, sans-serif;
  text-align: center;
  border-radius: 20px;
  font-size: 1rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .b-groups__filter-btn {
    display: block;
  }
}
.b-groups__filter-tab {
  position: relative;
  display: none;
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 22px 17px 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-groups__filter-tab {
    display: block;
  }
}
.b-groups__filter-tab span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #000;
  margin-right: 24px;
  width: 18px;
  height: 2px;
  top: 2px;
}
.b-groups__filter-tab span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  background-color: inherit;
  width: 12px;
  height: 2px;
}
.b-groups__filter-tab span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  background-color: inherit;
  width: 4px;
  height: 2px;
}
.b-groups__filter-tab:before {
  content: '';
  position: absolute;
  right: 17px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .b-groups__filter.is-open {
    max-height: none;
    overflow: visible;
  }
}
.b-groups__filter.is-open .b-groups__filter-tab:before {
  top: 27px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.b-groups__filter-select {
  position: relative;
  display: block;
}
.b-groups__filter-select input {
  position: absolute;
}
.b-groups__filter-title {
  font-size: 12px;
  line-height: 17px;
  padding: 0 4px;
  color: #686465;
  background: #fff;
  position: absolute;
  left: 9px;
  top: -9px;
}
.b-groups__filter-caption {
  position: relative;
  line-height: 54px;
  height: 54px;
  padding: 0 13px;
  cursor: pointer;
}
.b-groups__filter-caption:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 24px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: none;
  border-top-color: #686465;
}
.b-groups__filter-block.is-open .b-groups__filter-caption:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-groups__filter-options {
  display: none;
  position: absolute;
  border: 1px solid #c7c6c7;
  border-top: none;
  background: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  left: -1px;
  right: -1px;
  top: 54px;
  z-index: 10;
}
.b-groups__filter-options-wrapper {
  max-height: 245px;
  margin-right: -17px;
  overflow-y: scroll;
}
.b-groups__filter-item {
  line-height: 1.2;
  padding: 15px 13px;
  cursor: pointer;
}
.b-groups__filter-item:hover {
  background: rgba(242,243,243,0.7);
}
.b-groups__filter-item.is-empty {
  display: none;
}
.b-groups__filter-block.is-open .b-groups__filter-options {
  display: block;
}
.b-groups__list {
  display: table;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-groups__list {
    display: block;
    padding: 0;
  }
}
.b-groups__list-empty {
  padding: 30px 15px;
}
.b-groups__list-item {
  padding: 10px 0 10px 15px;
  font-size: 0.875rem;
  line-height: 1.43;
}
.b-groups__row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .b-groups__row {
    position: relative;
    display: block;
  }
}
.b-groups__col {
  display: table-cell;
  vertical-align: middle;
  color: #262324;
/*&:nth-child(8)*/
}
.b-groups__col:nth-child(1) {
  width: 11.3%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(1) {
    display: none;
  }
}
.b-groups__col:nth-child(2) {
  width: 7.5%;
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(2) {
    display: none;
  }
}
.b-groups__col:nth-child(3) {
  width: 21.4%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(3) {
    width: 24%;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(3) {
    width: 26%;
  }
}
.b-groups__col:nth-child(4) {
  width: 11.2%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(4) {
    width: 12.2%;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(4) {
    width: 18%;
  }
}
.b-groups__col:nth-child(5) {
  width: 10.3%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(5) {
    width: 10.9%;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(5) {
    display: none;
  }
}
.b-groups__col:nth-child(6) {
  width: 10.4%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(6) {
    width: 11.7%;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(6) {
    width: 13%;
  }
}
.b-groups__col:nth-child(7) {
  width: 16.2%;
}
@media screen and (max-width: 1279px) {
  .b-groups__col:nth-child(7) {
    width: 18.6%;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__col:nth-child(7) {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__col:nth-child(n) {
    display: block;
    width: auto;
  }
}
.b-groups__more {
  display: none;
  background: rgba(199,198,199,0.3);
  color: #000;
  height: 30px;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 5px;
  margin: 22px 15px 30px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b-groups__more {
    display: block;
  }
}
.b-groups__more:hover {
  background: rgba(199,198,199,0.6);
}
.b-groups__list-header {
  background: rgba(242,243,243,0.7);
}
@media screen and (max-width: 767px) {
  .b-groups__list-header {
    display: none;
  }
}
.b-groups__list-header-item {
  font-size: 0.75rem;
  line-height: 1.42;
  color: #686465;
  padding: 5px 0 5px 15px;
  height: 46px;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-header-item {
    padding: 5px 0 5px 14px;
    line-height: 1.2;
  }
}
.b-groups__list-body .b-groups__list-item {
  height: 71px;
  border-top: 1px solid #e5e5e5;
}
.b-groups__list-body .b-groups__list-item:nth-child(1) {
  font-size: 1rem;
  padding: 10px 0;
  border-top: none;
}
.b-groups__list-body .b-groups__list-item:nth-child(1) span span {
  display: none;
  padding-left: 40px;
  background: url("../i/subtract.svg") no-repeat left center;
  min-height: 34px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(1) {
    display: none;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(2) {
  color: #686465;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-body .b-groups__list-item:nth-child(2) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(2) {
    display: none;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(3) {
  padding-right: 15px;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-body .b-groups__list-item:nth-child(3) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(3) {
    padding-left: 15px;
    padding-right: 120px;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(4) span {
  display: inline-block;
  width: 100%;
  color: #686465;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(4) {
    border-top: none;
    position: relative;
    padding: 6px 15px 15px;
    line-height: 1.4;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(5) {
  color: #686465;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-body .b-groups__list-item:nth-child(5) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(5) {
    display: none;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(6) {
  font-size: 1rem;
}
.b-groups__list-body .b-groups__list-item:nth-child(6) span {
  font-size: 0.875rem;
  color: #686465;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(6) span {
    font-size: 1rem;
    color: #262324;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(6) span span {
    color: #686465;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(6) {
    border-top: none;
    position: absolute;
    width: auto;
    padding: 0;
    right: 15px;
    top: 40px;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(7) {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(7) {
    display: none;
  }
}
.b-groups__list-body .b-groups__list-item:nth-child(8) {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item:nth-child(8) {
    border-top: none;
    position: absolute;
    width: auto;
    padding: 0;
    right: 15px;
    top: 8px;
    max-width: 120px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item {
    padding: 10px 15px;
    height: auto;
  }
}
.b-groups__list-body .b-groups__list-item .status-1 {
  display: inline-block;
  border: 1px solid #27ae60;
  color: #27ae60;
  font-size: 0.875rem;
  line-height: 24px;
  border-radius: 13px;
  padding: 0 10px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item .status-1 {
    font-size: 0.75rem;
    line-height: 18px;
    background: #27ae60;
    color: #fff;
    margin-left: 0;
  }
}
.b-groups__list-body .b-groups__list-item .status-2 {
  display: inline-block;
  color: #27ae60;
  font-size: 0.875rem;
  line-height: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item .status-2 {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.b-groups__list-body .b-groups__list-item .status-3 {
  display: inline-block;
/*border 1px solid $blue*/
  color: #1f479d;
  font-size: 0.875rem;
  line-height: 24px;
  border-radius: 13px;
/*padding 0 10px*/
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body .b-groups__list-item .status-3 {
    font-size: 0.75rem;
    line-height: 18px;
    margin-left: 0;
  }
}
.b-groups__list-body.__active_location .b-groups__list-item {
  border-top: 1px solid #e5e5e5;
}
.b-groups__list-body.__active_location .b-groups__list-item span span {
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-body.__active_location .b-groups__list-item {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body.__active_location .b-groups__list-item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body.__active_location .b-groups__list-item:nth-child(4) {
    border-top: none;
    padding-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body.__active_location .b-groups__list-item:nth-child(6) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body.__active_location .b-groups__list-item:nth-child(8) {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-body[data-line='0'],
  .b-groups__list-body[data-line='1'],
  .b-groups__list-body[data-line='2'] {
    display: block;
  }
}
.b-groups__list-caption {
  display: none;
}
@media screen and (max-width: 1279px) {
  .b-groups__list-caption {
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption .b-groups__col {
    display: none;
  }
}
.b-groups__list-caption .b-groups__col:nth-child(2),
.b-groups__list-caption .b-groups__col:nth-child(3) {
  display: table-cell;
  vertical-align: top;
  height: 114px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption .b-groups__col:nth-child(2),
  .b-groups__list-caption .b-groups__col:nth-child(3) {
    display: block;
    height: auto;
  }
}
.b-groups__list-caption .b-groups__col:nth-child(2) div,
.b-groups__list-caption .b-groups__col:nth-child(3) div {
  position: relative;
  height: 0;
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption .b-groups__col:nth-child(2) div,
  .b-groups__list-caption .b-groups__col:nth-child(3) div {
    height: auto;
  }
}
.b-groups__list-caption .b-groups__col:nth-child(2) span,
.b-groups__list-caption .b-groups__col:nth-child(3) span {
  position: absolute;
  display: inline-block;
  padding-left: 40px;
  background: url("../i/subtract.svg") no-repeat left center;
  min-height: 34px;
  line-height: 34px;
  white-space: nowrap;
  left: 0;
  top: 61px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption .b-groups__col:nth-child(2) span,
  .b-groups__list-caption .b-groups__col:nth-child(3) span {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__list-caption .b-groups__col:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .b-groups__list-caption .b-groups__col:nth-child(3) div {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .b-groups__list-caption .b-groups__col:nth-child(3) div {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption .b-groups__col:nth-child(3) {
    height: auto;
  }
  .b-groups__list-caption .b-groups__col:nth-child(3) span {
    padding: 21px 21px 16px 55px;
    width: 100%;
    top: auto;
    background-color: rgba(242,243,243,0.7);
    background-position: 16px center;
  }
}
.b-groups__list-caption.__active_location .b-groups__col:nth-child(2),
.b-groups__list-caption.__active_location .b-groups__col:nth-child(3) {
  height: 77px;
}
.b-groups__list-caption.__active_location .b-groups__col:nth-child(2) span,
.b-groups__list-caption.__active_location .b-groups__col:nth-child(3) span {
  top: 24px;
}
@media screen and (max-width: 767px) {
  .b-groups__list-caption.__active_location .b-groups__col:nth-child(2),
  .b-groups__list-caption.__active_location .b-groups__col:nth-child(3) {
    height: auto;
  }
  .b-groups__list-caption.__active_location .b-groups__col:nth-child(2) span,
  .b-groups__list-caption.__active_location .b-groups__col:nth-child(3) span {
    padding: 21px 21px 16px 55px;
    width: 100%;
    top: auto;
    background-color: rgba(242,243,243,0.7);
    background-position: 16px center;
  }
}
.b-groups .btn--groups-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-groups__list-body:hover .b-groups__list-item {
    background: none;
  }
}
.b-groups__list-body:hover .b-groups__list-item:nth-child(1) {
  background: none;
}
.b-groups .b-caption-mobile {
  font-size: 0.75rem;
  line-height: 17px;
  color: #969696;
  padding-bottom: 7px;
  display: none;
}
@media screen and (max-width: 767px) {
  .b-groups .b-caption-mobile {
    display: block;
  }
}
.b-groups .b-name-mobile {
  display: none !important;
  position: absolute;
  right: 15px;
  top: 7px;
  width: auto;
  max-width: 100px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .b-groups .b-name-mobile {
    display: inline-block !important;
  }
}
.b-login-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding-bottom: 40px;
  background: url("../i/pages/login-back.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b-login-zone {
    display: block;
    padding-bottom: 24px;
  }
}
.b-login-zone__wrapper {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__wrapper {
    max-width: 400px;
    padding: 0 15px;
  }
}
.b-login-zone__column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.b-login-zone__column:nth-child(1) {
  width: 38.8%;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__column:nth-child(1) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__column:nth-child(1) {
    width: 100%;
    padding: 34px 0 36px;
  }
}
.b-login-zone__column:nth-child(2) {
  width: 61.2%;
  padding: 17px 20px 0 8.3%;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__column:nth-child(2) {
    width: 60%;
    padding: 5px 20px 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__column:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.b-login-zone__title {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.b-login-zone__layout {
  padding-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__layout {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__layout {
    padding-top: 24px;
    display: block;
  }
}
.b-login-zone__desc {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .b-login-zone__desc {
    padding-top: 0;
    padding-left: 76px;
    padding-bottom: 29px;
  }
}
.b-login-zone__desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.b-login-zone__desc:nth-child(1) {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .b-login-zone__desc:nth-child(1) {
    width: 100%;
  }
}
.b-login-zone__desc:nth-child(1):before {
  left: 3px;
  width: 57px;
  height: 44px;
  background: url("../i/icon-star.svg") no-repeat left top;
}
@media screen and (max-width: 767px) {
  .b-login-zone__desc:nth-child(1):before {
    left: 2px;
    top: 7px;
  }
}
.b-login-zone__desc:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .b-login-zone__desc:nth-child(2) {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .b-login-zone__desc:nth-child(2) {
    width: 100%;
  }
}
.b-login-zone__desc:nth-child(2):before {
  top: 2px;
  width: 62px;
  height: 38px;
  background: url("../i/icon-tasks.svg") no-repeat left top;
}
@media screen and (max-width: 767px) {
  .b-login-zone__desc:nth-child(2):before {
    top: 9px;
    left: 1px;
  }
}
.upblock {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
.upblock--air {
  position: absolute;
  width: 386px;
  min-height: 350px;
  left: 50%;
  top: 11.6%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 110;
  display: none;
}
@media screen and (max-width: 767px) {
  .upblock--air {
    position: fixed;
    top: 100px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .upblock {
    padding: 40px 35px;
  }
}
.upblock__close {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.upblock__close:after,
.upblock__close:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 2px;
  background: rgba(0,0,0,0.54);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.upblock__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.upblock__close:hover:after,
.upblock__close:hover:before {
  background: #000;
}
.upblock__title {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .upblock__title {
    padding-bottom: 26px;
  }
}
.upblock__desc {
  font-size: 16px;
  line-height: 23px;
  color: #686465;
}
.upblock__desc--thank-you {
  position: relative;
  padding-top: 167px;
}
.upblock__desc--thank-you:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -19px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 151px;
  height: 171px;
  background: url("../i/thank-you.png") no-repeat center top;
}
.upblock__btn {
  margin: 5px 0 6px;
}
.b-electronic-diary {
  padding: 52px 0 18px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary {
    padding: 27px 0 13px;
  }
}
.b-electronic-diary__title {
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__title {
    font-size: 20px;
  }
}
.b-electronic-diary__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 0;
}
@media screen and (max-width: 1023px) {
  .b-electronic-diary__table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__table {
    padding: 23px 0;
  }
}
.b-electronic-diary__column {
  width: 25.4%;
  padding-right: 5%;
}
@media screen and (max-width: 1279px) {
  .b-electronic-diary__column {
    width: 25.5%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .b-electronic-diary__column {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__column {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__column:nth-child(2) {
    display: none;
  }
}
.b-electronic-diary__column:nth-child(3) {
  width: 49.2%;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .b-electronic-diary__column:nth-child(3) {
    width: 80%;
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__column:nth-child(3) {
    width: 100%;
    margin-top: 40px;
  }
}
.b-electronic-diary__tab {
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__tab {
    padding-top: 10px;
  }
}
.b-electronic-diary__tab:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__tab:after {
    display: none;
  }
}
.b-electronic-diary__tab.is-hidden {
  display: none;
}
.b-electronic-diary__caption {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__caption {
    position: relative;
    font-family: robotoMedium, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 12px;
    cursor: pointer;
  }
  .b-electronic-diary__caption:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e30613;
    border-left: 2px solid #e30613;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
.b-electronic-diary__caption.b-free-tab {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__caption.b-free-tab:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .js-tab-block .b-electronic-diary__block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-open.js-tab-block .b-electronic-diary__block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-open .b-electronic-diary__caption:after {
    top: 7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.b-electronic-diary__block {
  padding-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__block {
    max-width: 90%;
  }
}
.b-electronic-diary__block span {
  display: block;
  font-size: 14px;
  line-height: 1.72;
  color: #686465;
}
.b-electronic-diary__send {
  color: #1f479d;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  margin-bottom: 12px;
}
.b-electronic-diary__send--mod {
  background: url("../i/ico-mod.svg") no-repeat left top;
}
.b-electronic-diary__send--admin {
  background: url("../i/ico-admin.svg") no-repeat left top;
}
.b-electronic-diary__send--exit {
  background: url("../i/ico-exit.svg") no-repeat left top;
}
.b-electronic-diary__send:hover {
  text-decoration: underline;
}
.b-electronic-diary__filters {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__filters {
    width: 100%;
    padding-top: 15px;
  }
}
.b-electronic-diary__filter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 29px;
  margin-right: 28px;
  color: #1f479d;
  text-decoration: none;
  cursor: pointer;
}
.b-electronic-diary__filter.is-active {
  cursor: default;
}
.b-electronic-diary__filter.is-active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: #1f479d;
}
.b-electronic-diary__filter:nth-child(1) {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__filter:nth-child(1) {
    margin-left: 0;
  }
}
.b-electronic-diary__carousel {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .b-electronic-diary__carousel {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__carousel {
    margin-left: 0;
  }
}
.b-electronic-diary__carousel-info {
  padding: 10px 0 8px;
}
.b-electronic-diary__carousel-item {
  display: inline-block;
  vertical-align: top;
  width: 357px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__carousel-item {
    width: 289px;
  }
}
.b-electronic-diary__carousel-level1,
.b-electronic-diary__carousel-level2 {
  display: inline-block;
  vertical-align: top;
}
.b-electronic-diary__carousel-level2 {
  position: relative;
  padding-left: 21px;
  color: #686465;
}
.b-electronic-diary__carousel-level2:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c7c6c7;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-electronic-diary__carousel-container {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.b-electronic-diary__carousel-day {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 7px;
  min-width: 89px;
  min-height: 69px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__carousel-day {
    min-width: 72px;
  }
}
.b-electronic-diary__carousel-number {
  font-size: 20px;
  line-height: 1.3;
  color: #262324;
  padding-bottom: 9px;
}
.b-electronic-diary__carousel-month {
  font-size: 12px;
  color: #686465;
}
.b-electronic-diary__carousel-marks {
  margin: 0 -4px;
  font-size: 0;
  line-height: 1;
}
.b-electronic-diary__carousel-container {
  font-size: 0;
  line-height: 1;
}
.b-electronic-diary__carousel-mark {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  width: 20%;
  color: #e30613;
}
.b-electronic-diary__carousel-prev,
.b-electronic-diary__carousel-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
          box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .b-electronic-diary__carousel-prev,
  .b-electronic-diary__carousel-next {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__carousel-prev,
  .b-electronic-diary__carousel-next {
    display: none;
  }
}
.b-electronic-diary__carousel-prev:hover,
.b-electronic-diary__carousel-next:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
          box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
}
.b-electronic-diary__carousel-prev:after,
.b-electronic-diary__carousel-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30%, -45%) rotate(135deg);
      -ms-transform: translate(-30%, -45%) rotate(135deg);
          transform: translate(-30%, -45%) rotate(135deg);
  border-right: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  width: 10px;
  height: 10px;
}
.b-electronic-diary__carousel-prev.slick-disabled,
.b-electronic-diary__carousel-next.slick-disabled {
  display: none !important;
}
.b-electronic-diary__carousel-next {
  left: auto;
  right: 0;
}
.b-electronic-diary__carousel-next:after {
  -webkit-transform: translate(-70%, -45%) rotate(-45deg);
      -ms-transform: translate(-70%, -45%) rotate(-45deg);
          transform: translate(-70%, -45%) rotate(-45deg);
}
.b-electronic-diary__carousel-dots {
  font-size: 0;
  line-height: 1;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .b-electronic-diary__carousel-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #686465;
    margin: 0 2px;
    opacity: 0.3;
  }
  .b-electronic-diary__carousel-dots li.slick-active {
    opacity: 1;
  }
}
.b-lessons {
  background: rgba(242,243,243,0.7);
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .b-lessons {
    padding: 35px 0 51px;
  }
}
.b-lessons__item {
  padding-bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .b-lessons__item {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .b-lessons__item {
    width: 100%;
  }
}
.b-lessons__caption {
  font-size: 20px;
  line-height: 1.3;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .b-lessons__caption {
    font-size: 16px;
    padding-top: 13px;
  }
}
.b-lessons__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 22px;
}
@media screen and (max-width: 1023px) {
  .b-lessons__works {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b-lessons__works {
    padding-top: 13px;
    margin: 0 -10px;
    width: auto;
  }
}
.b-lessons__lesson,
.b-lessons__homework {
  position: relative;
  width: 49%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 8px rgba(0,0,0,0.08), 0px 2px 2px rgba(0,0,0,0.05);
          box-shadow: 0px 6px 8px rgba(0,0,0,0.08), 0px 2px 2px rgba(0,0,0,0.05);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .b-lessons__lesson,
  .b-lessons__homework {
    width: 100%;
  }
}
.b-lessons__lesson:after,
.b-lessons__homework:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
@media screen and (max-width: 1023px) {
  .b-lessons__lesson {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b-lessons__lesson {
    margin-bottom: 5px;
  }
}
.b-lessons__lesson:after {
  background: #08dbdb;
}
.b-lessons__homework:after {
  background: #9aea41;
}
.b-lessons__block {
  padding: 23px 42px;
}
@media screen and (max-width: 767px) {
  .b-lessons__block {
    padding: 24px 20px 13px;
  }
}
.b-lessons__block-title {
  font-family: robotoMedium, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  min-width: 55px;
}
.b-lessons__block-title:nth-child(2) {
  font-family: roboto, robotoRegular, Arial, sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-title:nth-child(2) {
    display: none;
  }
}
.b-lessons__block-title span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e30613;
  font-size: 14px;
  line-height: 24px;
  border-radius: 13px;
  padding: 0 9px;
  margin-left: 19px;
  height: 26px;
  color: #e30613;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-title span {
    float: right;
    margin: 2px 0 0 0;
  }
}
.b-lessons__block-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-line {
    display: block;
  }
}
.b-lessons__block-table {
  counter-reset: lesson;
  padding: 24px 0 18px;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-table {
    padding: 10px 0 0;
  }
}
.b-lessons__block-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px 0;
}
.b-lessons__block-row:after {
  content: '';
  counter-increment: lesson;
  content: counter(lesson);
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 14px;
  line-height: 1;
  color: #c7c6c7;
}
.b-lessons__block-column {
  min-width: 55px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-column {
    min-width: 37px;
  }
}
.b-lessons__block-column:nth-child(1) {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .b-lessons__block-column:nth-child(1) {
    padding-left: 23px;
  }
}
.b-lessons__block-column:nth-child(2) {
  font-family: robotoMedium, Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-lessons__title {
    font-size: 27px;
    padding-bottom: 36px;
  }
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(38,35,36,0.6);
  display: none;
}

@media screen and (min-width: 769px) {
  .page-content {
    min-height: calc(100vh - 461px);
  }
}

.eye-sign__box {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.eye-sign__box .bvi-open {
    display: flex;
    color: #262324;
    text-decoration: none;
    transition: all .3s;
}
.eye-sign__box .bvi-open:hover {
    opacity: .7;
}
.eye-sign__icon {
    margin-right: 5px;
}
.eye-sign__icon svg {
    position: static;
    width: 25px;
    display: block;
}
.eye-sign__text {
    font-size: 14px;
}

.b-schedule-group__wrapper {
  overflow-x: hidden;
}
.b-schedule-group__date {
  font-size: 12px;
}
.b-schedule-group__title {
  font-size: 14px;
}
.b-schedule-group__language,
.b-schedule-group__desc {
  font-size: 12px;
}
.b-schedule-group__item {
  padding-right: 10px;
}

.doc-content p {
  line-height: 1.4;
}

.doc-content ul,
.doc-content ol {
  color: #686465;
  list-style-type: disc;
}