/* This file is generated — do not edit by hand! */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-tab-id] {
  display: none;
}

.border-line {
  margin: 50px 0;
  height: 1px;
  background-color: rgba(212, 212, 214, 0.5);
}

@media (max-width: 500px) {
  .border-line {
    margin: 30px 10px;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title--m_big {
  margin-bottom: 75px;
}

.title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #2c3756;
}

@media (max-width: 800px) {
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .title__action {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .title {
    margin-bottom: 20px;
  }

  .title h1 {
    font-size: 26px;
    letter-spacing: 1.1px;
  }
}

@media (max-width: 359px) {
  .title h1 {
    font-size: 22px;
  }
}

.tabs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(212, 212, 214, 0.55);
          box-shadow: 0 2px 12px 0 rgba(212, 212, 214, 0.55);
  border: solid 1px #f1f1f1;
}

.tabs__item {
  display: inline-block;
  vertical-align: top;
}

.tabs__item ._btn {
  display: block;
  padding: 14px 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  border-radius: 100px;
  font-family: "PT Sans", sans-serif;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
}

.tabs__item ._btn.active {
  background-color: #2aac4a;
  color: #ffffff;
}

@media (min-width: 801px) {
  .tabs__item ._btn:hover {
    color: #33bd55;
  }

  .tabs__item ._btn.active:hover {
    color: #ffffff;
  }
}

@media (max-width: 500px) {
  .tabs__item ._no-mobile {
    display: none;
  }
}

.tabs__item ._mobile {
  display: none;
}

@media (max-width: 500px) {
  .tabs__item ._mobile {
    display: block;
  }
}

@media (max-width: 500px) {
  .faq-slider {
    padding: 0 10px;
  }
}

.faq-slider a.item__inner {
  color: #2c3756;
  text-decoration: none;
  min-height: 120px;
}

.faq-slider__inner {
  margin: 0 -10px;
  height: 86px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-slider__inner.slick-slider {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.faq-slider__inner .slick__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  border: 0;
  font-size: 0;
  padding: 0;
  margin-top: -15px;
  background-color: transparent;
  z-index: 1;
}

.faq-slider__inner .slick__arrow svg {
  width: 14px;
  height: 31px;
}

.faq-slider__inner .slick__arrow svg path {
  fill: rgba(44, 55, 86, 0.4);
}

.faq-slider__inner .slick__left {
  left: -34px;
}

@media (max-width: 1340px) {
  .faq-slider__inner .slick__left {
    left: -8px;
  }
}

.faq-slider__inner .slick__right {
  right: -34px;
}

@media (max-width: 1340px) {
  .faq-slider__inner .slick__right {
    right: -8px;
  }
}

.faq-slider__item {
  margin: 0 10px;
}

.faq-slider__item .item__inner {
  border: solid 1px #d4d4d6;
  padding: 20px 15px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1201) {
  .faq-slider__item .item__inner {
    padding: 20px 15px;
  }
}

@media (max-width: 670px) {
  .faq-slider__item .item__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 801px) {
  .faq-slider__item .item__inner:hover ._text {
    border-color: transparent;
  }
}

.faq-slider__item .item__icon {
  margin-right: 10px;
}

.faq-slider__item .item__icon svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 670px) {
  .faq-slider__item .item__icon {
    margin-bottom: 10px;
  }

  .faq-slider__item .item__icon svg {
    margin: 0 auto;
  }
}

.faq-slider__item .item__info ._text {
  color: #2c3756;
  border-bottom: 1px dotted #2c3756;
  font-size: 15px;
  line-height: 24px;
}

.communication {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .communication {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .communication {
    padding: 0 10px;
  }
}

.communication__inner {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 680px) {
  .communication__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.communication__item {
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
  background: #fff top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.communication__item .item__inner {
  position: relative;
  z-index: 2;
  padding: 55px 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  -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;
  min-height: 300px;
}

@media (max-width: 1279px) {
  .communication__item .item__inner {
    padding: 55px 20px 40px;
  }
}

@media (max-width: 740px) {
  .communication__item .item__inner {
    padding: 55px 15px 40px;
  }
}

@media (max-width: 680px) {
  .communication__item .item__inner {
    text-align: center;
    padding: 40px 25px 30px;
    min-height: 1px;
  }
}

.communication__item .item__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 799px) {
  .communication__item .item__text {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .communication__item .item__text {
    font-size: 18px;
    text-align: center;
  }
}

.communication__item .item__text--center {
  text-align: center;
}

.communication__item .item__text--right {
  text-align: right;
}

@media (max-width: 680px) {
  .communication__item .item__text--right {
    text-align: center;
  }
}

.communication__item .item__btn {
  margin-top: 40px;
}

@media (max-width: 680px) {
  .communication__item .item__btn {
    margin-top: 20px;
  }
}

.communication__item .item__btn .button {
  min-width: 100%;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1025px) {
  .communication__item .item__btn .button:hover {
    background-color: #33bd55;
    border-color: #33bd55;
    color: #ffffff;
  }

  .communication__item .item__btn .button:focus {
    background-color: #259541;
    border-color: #259541;
    color: #ffffff;
  }
}

@media (max-width: 1279px) {
  .communication__item .item__btn .button {
    font-size: 18px;
  }
}

@media (max-width: 1034px) {
  .communication__item .item__btn .button {
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  .communication__item .item__btn .button {
    font-size: 18px;
  }
}

.communication__item--admission {
  background-image: url("../../images/img_01.jpg");
}

.communication__item--recourse {
  background-image: url("../../images/img_02.jpg");
}

.communication__item--recourse .item__text {
  padding-right: 65px;
}

@media (max-width: 1279px) {
  .communication__item--recourse .item__text {
    padding-right: 0;
  }
}

.communication__item--qst {
  background-image: url("../../images/img_03.jpg");
}

.communication__item--qst .item__text {
  padding-left: 20px;
}

@media (max-width: 1279px) {
  .communication__item--qst .item__text {
    padding-left: 0;
  }
}

.communication__col {
  padding: 0 10px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media (max-width: 940px) {
  .communication__col {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
}

@media (max-width: 940px) {
  .communication__col {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
}

@media (max-width: 680px) {
  .communication__col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px;
  }

  .communication__col:last-child {
    margin-bottom: 0;
  }
}

.communication__col--big {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 940px) {
  .communication__col--big {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }
}

@media (max-width: 680px) {
  .communication__col--big {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.communication__col--big .item__inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  margin-left: auto;
}

@media (max-width: 1279px) {
  .communication__col--big .item__inner {
    max-width: 60%;
  }
}

@media (max-width: 940px) {
  .communication__col--big .item__inner {
    max-width: none;
  }
}

.black li[data-bg='black'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.black li[data-bg='black'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.white li[data-bg='white'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.white li[data-bg='white'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.blue li[data-bg='blue'] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.blue li[data-bg='blue'] .ribbon svg {
  width: 100%;
  height: 100%;
}

.ptsans label[data-font='ptsans'] .dropdown__checkobox-fake {
  margin-right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  background: red !important;
  border: solid 1px #000000;
  color: #000000;
}

.rubik label[data-font='rubic'] .dropdown__checkobox-fake {
  margin-right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  background: red !important;
  border: solid 1px #000000;
  color: #000000;
}

.low li[data-font="low"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.low li[data-font="low"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.low * {
  line-height: unset !important;
}

.middle li[data-font="middle"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.middle li[data-font="middle"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.middle * {
  line-height: unset !important;
}

.big li[data-font="big"] .ribbon {
  width: 36px;
  height: 46px;
  top: 0;
  display: block;
  left: 0;
  z-index: -1;
  position: absolute;
}

.big li[data-font="big"] .ribbon svg {
  width: 100%;
  height: 100%;
}

.big * {
  line-height: unset !important;
}