@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/Comfortaa.woff2") format('woff2'), url("../fonts/Comfortaa.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url("../fonts/MuseoSansCyrl-700.woff2") format('woff2'), url("../fonts/MuseoSansCyrl-700.woff") format('woff');
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: 'Museo';
  src: url("../fonts/MuseoSansCyrl-300.woff2") format('woff2'), url("../fonts/MuseoSansCyrl-300.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
.clear {
  clear: both;
}
.align-image-center {
  text-align: center;
}
.fluid-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.type--up {
  text-transform: uppercase;
}
.type--italy {
  font-style: italic;
}
.type--center {
  text-align: center;
}
.type--left {
  text-align: left;
}
.type--right {
  text-align: right;
}
.disabled,
.btn--disable,
.style-label--disable {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.all-page__el {
  width: 32%;
  padding: 5px;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .all-page__el {
    width: 100%;
    margin-bottom: 20px;
  }
}
.all-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.elements-hr {
  margin: 40px 0;
  display: block;
  height: 1px;
  border-bottom: 1px solid #d1d1d1;
}
.all-page__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #000;
}
.old-browser {
  background: #808080;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}
.all-page-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.all-page-color__el {
  margin: 20px;
}
.all-page-color__block {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 10px;
}
.all-page-color__el-name {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.old-browser-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.element-list-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.element-list-svg__icon {
  width: 12%;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.element-list-svg__icon .icon-el {
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.shrink {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  -webkit-animation: slideInDown 1s 1 ease-in-out;
          animation: slideInDown 1s 1 ease-in-out;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  text-decoration: none;
  color: $link-color;
}
a:hover {
  text-decoration: none;
  color: $link-color-hover;
}
.type--bold {
  font-weight: $weigh-bold;
}
img,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table thead:first-child tr th,
table thead:first-child tr td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #ddd;
}
table th + th,
table td + td,
table th + td,
table td + th {
  border-left: 1px solid #ddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
          border-radius: 4px 0 0 0;
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
          border-radius: 0 0 4px 0;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f5f5f5;
}
body > svg {
  display: none;
}
.small-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .small-only {
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .large-only {
    display: none;
  }
}
.rub {
  font-family: 'RUB';
  font-style: normal;
}
@font-face {
  font-family: 'RUB';
  src: url("../fonts/rouble-webfont.eot");
  src: url("../fonts/rouble-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/rouble-webfont.woff") format('woff'), url("../fonts/rouble-webfont.ttf") format('truetype'), url("../fonts/rouble-webfont.svg#RUB") format('svg');
  font-weight: 'normal';
  font-style: normal;
}
.type--xs,
h5 {
  font-size: 8px;
}
@media only screen and (max-width: 768px) {
  .type--xs,
  h5 {
    font-size: 8px;
  }
}
.type--sm,
.footer__bottom-text,
.adress-row__title {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .type--sm,
  .footer__bottom-text,
  .adress-row__title {
    font-size: 10px;
  }
}
.type--main,
h4,
p,
body {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .type--main,
  h4,
  p,
  body {
    font-size: 12px;
  }
}
.type--mxd,
ul li,
ol li,
.advant_el-text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .type--mxd,
  ul li,
  ol li,
  .advant_el-text {
    font-size: 14px;
  }
}
.type--md,
.header-top__nav-phone,
.banner-item__title,
.popular__el__price,
.cat__el__code,
.command-el__title,
.news-list__el-title,
.review__el-title,
.order__row__val,
.news-slider__el-title,
.schedule-step__title,
.staff__row-val,
.news-grid__el-title {
  font-size: 18px;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--md,
  .header-top__nav-phone,
  .banner-item__title,
  .popular__el__price,
  .cat__el__code,
  .command-el__title,
  .news-list__el-title,
  .review__el-title,
  .order__row__val,
  .news-slider__el-title,
  .schedule-step__title,
  .staff__row-val,
  .news-grid__el-title {
    font-size: 15px;
  }
}
.type--mmd,
.adress-title {
  font-size: 22px;
  font-family: Museo;
  font-weight: bold;
  color: rgba(17,17,17,0.82);
}
@media only screen and (max-width: 768px) {
  .type--mmd,
  .adress-title {
    font-size: 16px;
  }
}
.type--lxg,
.banner-item__price,
.advant-list__el-title,
.content__info-title,
.panel__day-val,
.panel__price-val,
.modal-title,
.toolbar-article__title,
.b-el-title,
.schedule__name,
.content-title,
.sale__el--name {
  font-size: 22px;
  font-weight: bold;
  font-family: Museo;
  font-weight: bold;
  color: rgba(17,17,17,0.82);
}
@media only screen and (max-width: 768px) {
  .type--lxg,
  .banner-item__price,
  .advant-list__el-title,
  .content__info-title,
  .panel__day-val,
  .panel__price-val,
  .modal-title,
  .toolbar-article__title,
  .b-el-title,
  .schedule__name,
  .content-title,
  .sale__el--name {
    font-size: 18px;
  }
}
.type--lg,
h2,
h3,
.popular__el__code,
.content__info-main-title,
.footer__phone,
.intro__title {
  font-size: 28px;
  font-weight: bold;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--lg,
  h2,
  h3,
  .popular__el__code,
  .content__info-main-title,
  .footer__phone,
  .intro__title {
    font-size: 20px;
  }
}
.type--xl,
h1,
.header-top__logo,
.section-title,
.about-info__title {
  font-size: 32px;
  font-weight: bold;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--xl,
  h1,
  .header-top__logo,
  .section-title,
  .about-info__title {
    font-size: 24px;
  }
}
.type--bold {
  font-weight: bold;
}
h1 {
  color: #111;
  margin-top: 0;
}
h2 {
  color: #111;
  margin-top: 0;
}
h3 {
  color: #111;
  margin-top: 0;
  line-height: 1.4;
}
h4 {
  color: #111;
  margin-top: 0;
  line-height: 1.4;
}
h5 {
  color: #111;
}
a {
  -webkit-transition: color 0.6s;
          transition: color 0.6s;
  color: #5a5a5a;
}
a:hover {
  color: #111;
}
a:visiter {
  color: #111;
}
p {
  line-height: 1.6;
  padding-top: 0;
  margin-top: 0;
}
ul li,
ol li {
  line-height: 1.6;
  margin-bottom: 5px;
}
.link--mark,
.toolbar-article__more {
  position: relative;
  display: inline-block;
  color: #3e51ab;
  text-decoration: underline;
}
.link--mark:after,
.toolbar-article__more:after {
  content: "";
  display: block;
  width: 0px;
  height: #3e51ab;
  background: '1px';
  -webkit-transition: width 0.3s;
          transition: width 0.3s;
}
.link--mark:hover:after,
.toolbar-article__more:hover:after {
  width: 100%;
}
.link--mark:hover,
.toolbar-article__more:hover {
  color: #00629a;
}
.link--mark:visiter,
.toolbar-article__more:visiter {
  color: #00629a;
}
.link--main {
  color: #5a5a5a;
}
.link--main:hover {
  color: #111;
}
.link--main:visiter {
  color: #111;
}
.link--text {
  color: #3e51ab;
  text-decoration: underline;
}
.link--text:hover {
  text-decoration: none;
}
.btn,
.btn--sm,
.btn--md,
.btn--lg,
.btn--mobile,
.btn--mark,
.btn--light,
.btn--grey,
.btn--dotted,
.btn--white,
.btn--light-blue,
.banner-item__get,
.modal-send,
.order-get,
.header-nav__auth-btn,
.schedule-cost__get,
.intro__get-el,
.intro__get-el--more,
.intro__get-el--schedule,
.row-btn-mid__get {
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  display: inline-block;
  background: none;
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #111;
  text-align: center;
}
.btn:hover,
.btn--sm:hover,
.btn--md:hover,
.btn--lg:hover,
.btn--mobile:hover,
.btn--mark:hover,
.btn--light:hover,
.btn--grey:hover,
.btn--dotted:hover,
.btn--white:hover,
.btn--light-blue:hover,
.banner-item__get:hover,
.modal-send:hover,
.order-get:hover,
.header-nav__auth-btn:hover,
.schedule-cost__get:hover,
.intro__get-el:hover,
.intro__get-el--more:hover,
.intro__get-el--schedule:hover,
.row-btn-mid__get:hover {
  cursor: pointer;
}
.btn--sm {
  font-size: 10px;
  padding: 5px 10px;
}
.btn--sm .nav-icon {
  width: 10px;
  height: 10px;
}
.btn--md,
.banner-item__get,
.modal-send,
.order-get,
.header-nav__auth-btn,
.schedule-cost__get,
.intro__get-el,
.row-btn-mid__get {
  font-size: 15px;
  padding: 15px 50px;
}
.btn--lg {
  font-size: 20px;
  padding: 10px 30px;
}
@media only screen and (max-width: 768px) {
  .btn--mobile {
    width: 100%;
    text-align: center;
  }
}
.btn--mark,
.banner-item__get,
.modal-send,
.order-get,
.schedule-cost__get,
.intro__get-el--more {
  color: #fff;
  background: #3e51ab;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.btn--mark .nav-icon,
.banner-item__get .nav-icon,
.modal-send .nav-icon,
.order-get .nav-icon,
.schedule-cost__get .nav-icon,
.intro__get-el--more .nav-icon {
  fill: #fff;
}
.btn--mark:hover,
.banner-item__get:hover,
.modal-send:hover,
.order-get:hover,
.schedule-cost__get:hover,
.intro__get-el--more:hover {
  background-color: #56955a;
  color: #fff;
}
.btn--mark:active,
.banner-item__get:active,
.modal-send:active,
.order-get:active,
.schedule-cost__get:active,
.intro__get-el--more:active {
  background-color: #56955a;
  outline: 0 !important;
}
.btn--mark input[type="submit"],
.banner-item__get input[type="submit"],
.modal-send input[type="submit"],
.order-get input[type="submit"],
.schedule-cost__get input[type="submit"],
.intro__get-el--more input[type="submit"] {
  border: 0;
}
.btn--mark .nav-icon,
.banner-item__get .nav-icon,
.modal-send .nav-icon,
.order-get .nav-icon,
.schedule-cost__get .nav-icon,
.intro__get-el--more .nav-icon {
  fill: #fff;
}
.btn--disable {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #000;
}
.btn--light {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.21);
          box-shadow: 0 1px 2px rgba(0,0,0,0.21);
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.btn--light:hover {
  -webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.09);
          box-shadow: 0 5px 7px rgba(0,0,0,0.09);
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.btn--light .nav-icon {
  fill: #111;
}
.btn--grey {
  border: 1px solid #ddd;
  background-color: #fff;
}
.btn--dotted {
  border: 1px dashed #d7d7d7;
  background-color: #fff;
  text-align: center;
}
.btn--white,
.header-nav__auth-btn,
.intro__get-el--schedule {
  border: 1px solid rgba(255,255,255,0.9);
  color: rgba(255,255,255,0.9);
}
.btn--white .nav-icon,
.header-nav__auth-btn .nav-icon,
.intro__get-el--schedule .nav-icon {
  fill: rgba(255,255,255,0.9);
}
.btn--white:hover,
.header-nav__auth-btn:hover,
.intro__get-el--schedule:hover {
  background: #fff;
  color: #3e51ab !important;
}
.btn--light-blue,
.row-btn-mid__get {
  border: 1px solid #3e51ab;
  color: #3e51ab;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.btn--light-blue .nav-icon,
.row-btn-mid__get .nav-icon {
  fill: #3e51ab;
}
.btn--light-blue:hover,
.row-btn-mid__get:hover {
  background: #3e51ab;
  color: #fff;
}
.btn--light-blue:hover .nav-icon,
.row-btn-mid__get:hover .nav-icon {
  fill: #fff;
}
.btn--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.nav-icon--right {
  margin-left: 10px !important;
}
.nav-icon--left {
  margin-right: 10px !important;
}
.btn--hover {
  -webkit-transform: perspective(100px) translateZ(0);
          transform: perspective(100px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.btn--hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aaa;
  -webkit-border-radius: 10%;
          border-radius: 10%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.btn--hover:hover,
.btn--hover:focus,
.btn--hover:active {
  color: #fff;
}
.btn--hover:hover:before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.btn--hover:focus:before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.btn--hover:active:before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
button {
  font-family: 'PT Sans', sans-serif;
}
.input,
.textarea,
.select {
  padding: 15px 20px;
  border: 1px solid #dedede;
  resize: none;
  outline: 0 !important;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  display: block !important;
  background: #fff;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.input input::-webkit-input-placeholder,
.textarea input::-webkit-input-placeholder,
.select input::-webkit-input-placeholder {
  color: #888;
}
.input input::-moz-placeholder,
.textarea input::-moz-placeholder,
.select input::-moz-placeholder {
  color: #888;
}
.input input:-moz-placeholder,
.textarea input:-moz-placeholder,
.select input:-moz-placeholder {
  color: #888;
}
.input input:-ms-input-placeholder,
.textarea input:-ms-input-placeholder,
.select input:-ms-input-placeholder {
  color: #888;
}
.input:focus,
.textarea:focus,
.select:focus {
  border: 1px solid #3e51ab;
  outline: none !important;
}
.style-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-el input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.check-el .sytle-input-element {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #cfcfcf;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.check-el .sytle-input-element:hover {
  cursor: pointer;
}
.check-el .sytle-input-element:hover {
  border: 1px solid #8d8d8d;
}
.check-el .icon-check {
  display: none;
}
.check-el .sytle-input:checked ~ .sytle-input-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #3e51ab;
  border: 1px solid #3e51ab;
}
.check-el .sytle-input:checked ~ .sytle-input-element .icon-check {
  display: block;
  fill: #fff;
  width: 16px;
  height: 16px;
}
.style-label--radio input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.style-label--radio .sytle-input-element {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.style-label--radio .sytle-input-element:hover {
  cursor: pointer;
}
.style-label--radio .icon-check {
  display: none;
}
.style-label--radio .sytle-input:checked + .sytle-input-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #fff;
  border: 1px solid #cfcfcf;
}
.style-label--radio .sytle-input:checked + .sytle-input-element .icon-radio {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #111;
}
/* block footer*/
/*block footer end */
/* block toolbar*/
/*block toolbar end */
body {
  font-family: 'PT Sans', sans-serif;
  color: #3e3e3e;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.main-cont {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.main-cont:before,
.main-cont:after {
  content: '';
  display: table;
}
.main-cont:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .main-cont {
    width: 1200px;
  }
}
.no-mark,
.cat__el,
.schedule__row {
  -webkit-transition: none;
          transition: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.header-top {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-top {
    padding: 0;
    height: 50px;
  }
}
.header-top__logo {
  color: #111;
  font-family: 'PT Sans';
}
.header-top__search {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .header-top__search {
    display: none;
  }
}
.header-top__search input {
  -webkit-border-radius: 40px;
          border-radius: 40px;
  width: 100%;
}
.header-top__search input:hover {
  border: 1px solid #7f8dd0;
}
.header-top__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-top__nav {
    height: 100%;
  }
}
.header-top__nav-lk {
  padding: 10px 20px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
@media only screen and (max-width: 1024px) {
  .header-top__nav-lk {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .header-top__nav-lk {
    display: none;
  }
}
.header-top__nav-lk:hover .icon {
  fill: #002cff;
}
.header-top__nav-lk:hover {
  cursor: pointer;
}
.header-top__nav-lk .icon {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 30px;
  height: 30px;
  fill: #3e51ab;
}
@media only screen and (max-width: 1024px) {
  .header-top__nav-lk .icon {
    width: 20px;
    height: 20px;
  }
}
.header-top__nav-cource {
  padding: 10px 20px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  margin-left: -1px;
}
@media only screen and (max-width: 640px) {
  .header-top__nav-cource {
    display: none;
  }
}
.header-top__nav-cource:hover .icon {
  fill: #002cff;
}
.header-top__nav-cource:hover {
  cursor: pointer;
}
.header-top__nav-cource .icon {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 30px;
  height: 30px;
  fill: #3e51ab;
}
@media only screen and (max-width: 1024px) {
  .header-top__nav-cource .icon {
    width: 20px;
    height: 20px;
  }
}
.header-top__nav-phone {
  font-weight: 700;
  color: #111;
  margin-left: 20px;
}
.header-nav-wrap {
  background: #3e51ab;
}
@media only screen and (max-width: 1024px) {
  .header-nav-wrap {
    width: 320px;
    position: fixed;
    right: 0;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    z-index: 1250;
    top: 50px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
  }
  .header-nav-wrap .main-cont {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header-nav-wrap {
    width: 100%;
  }
}
.header-nav-wrap--open {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  overflow-y: auto;
}
.header-nav {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    height: 100vh;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.header-nav__el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  border-left: 1px solid rgba(255,255,255,0.059);
  border-right: 1px solid rgba(255,255,255,0.059);
  margin-left: -1px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-nav__el {
    width: 100%;
    border: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid rgba(255,255,255,0.059);
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left;
    font-size: 16px;
  }
  .header-nav__el .icon {
    display: none;
  }
}
.header-nav__el:hover {
  cursor: pointer;
}
.header-nav__el:hover {
  background: #002cff;
}
.header-nav__el .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media only screen and (min-width: 1025px) {
  .header-nav__el:hover .header-nav-sub {
    display: block;
  }
  .header-nav__el:hover .content-filter {
    opacity: 1;
    left: 0;
  }
}
.header-nav__el-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-family: Museo;
  padding: 15px 30px;
  display: block;
}
.header-nav__el-wrap {
  display: block;
}
.icon-nav-menu {
  margin-right: 20px;
}
.header-nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 300px;
  z-index: 3;
}
.header-nav-sub__el {
  padding: 15px;
  color: #111;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Museo;
  font-weight: 700;
  font-size: 13px;
}
.header-nav-sub__el:hover {
  cursor: pointer;
}
.header-nav-sub__el:hover >.header-nav-sub-two {
  display: block;
}
.header-nav-sub__el .icon {
  width: 10px;
  height: 10px;
  fill: #818181;
}
.content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  left: -9999px;
  z-index: 2;
}
.content-filter--show {
  display: none;
}
.content-filter--true {
  opacity: 1;
  left: 0;
}
.header-nav-sub-wrap {
  position: relative;
}
.header-nav-sub-two {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 300px;
  display: none;
  background: #fff;
  z-index: 3;
}
.header-nav-sub__el-two {
  padding: 15px;
  color: #111;
  border-bottom: 1px solid #dfdfdf;
}
.header-nav-sub__el-two:hover {
  cursor: pointer;
}
.header-nav-sub__el-two span {
  font-weight: 700;
}
.header-nav-sub__el-two .icon {
  display: none;
  width: 10px;
  height: 10px;
  fill: #818181;
}
.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.banner__el {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  padding: 15% 10%;
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .banner__el {
    width: 100%;
  }
}
.banner-nav {
  width: 25%;
}
.banner-nav .header-nav-sub-wrap {
  background: #fff;
}
.banner-item {
  width: 25%;
  padding: 30px 20px 70px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #f9f9f9;
}
@media only screen and (max-width: 1024px) {
  .banner-item {
    display: none;
  }
}
.banner-item__code {
  font-size: 36px;
  color: #111;
  font-weight: 900;
  font-family: Museo;
  margin-bottom: 10px;
}
.banner-item__sub-title {
  margin-bottom: 10px;
}
.banner-item__title {
  font-weight: bold;
  color: #111;
  margin-bottom: 30px;
}
.banner-item__info {
  margin-bottom: 30px;
  color: #111;
  line-height: 1.6;
}
.banner-item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.banner-item__price {
  color: #111;
}
.banner-item__get {
  padding: 15px 30px;
  font-size: 12px;
}
.banner-item__get:hover {
  cursor: pointer;
}
.section {
  margin: 100px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .section {
    margin: 30px 0;
  }
}
.section-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 40px;
  color: #111;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 768px) {
  .section-title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.popular__el {
  width: -webkit-calc(100% / 4 - 10px);
  width: calc(100% / 4 - 10px);
  margin: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #e6e6e6;
          box-shadow: 0 0 2px #e6e6e6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  .popular__el {
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .popular__el {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .popular__el {
    width: 100%;
  }
}
.popular__el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.popular__el__code {
  color: #3e51ab;
  margin-bottom: 10px;
}
.popular__el-content {
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .popular__el-content {
    padding: 20px;
  }
}
.popular__el__title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .popular__el__title {
    font-size: 14px;
  }
}
.popular__el__info {
  margin-bottom: 30px;
  color: #111;
  line-height: 1.6;
}
.popular__el-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f9f9f9;
  overflow: hidden;
}
.popular__el__price {
  padding: 20px;
  width: 50%;
  color: #111;
  font-weight: 700;
  text-align: center;
}
.popular__el__get {
  background: #f9f9f9;
  margin-left: auto;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #f9f9f9;
}
.popular__el__get:hover {
  cursor: pointer;
}
.popular__el__get span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.popular__el__get .icon {
  width: 18px;
  height: 18px;
  fill: #3e51ab;
}
.popular__el-title {
  margin-bottom: 10px;
}
.star-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.star-row .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #ffd312;
}
@media only screen and (max-width: 1024px) {
  .header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f4f2f2;
    height: 50px;
  }
  .header .main-cont {
    height: 100%;
  }
}
.head--up {
  z-index: 1250 !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.header-small {
  background: #f9f9f9;
}
@media only screen and (max-width: 1024px) {
  .header-small {
    display: none !important;
  }
}
.header-small-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-small-el {
  font-size: 12px;
  margin-right: 30px;
  padding: 5px 0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.header-small-el:hover {
  cursor: pointer;
}
.header-small-el:hover {
  color: #111;
}
.cat__el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #e6e6e6;
          box-shadow: 0 0 2px #e6e6e6;
  position: relative;
  width: -webkit-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin: 5px;
}
@media only screen and (max-width: 1024px) {
  .cat__el {
    -webkit-transition: none;
            transition: none;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    border: 1px solid #f4f4f4;
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .cat__el {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .cat__el {
    width: 100%;
  }
}
.cat__el:hover {
  cursor: pointer;
}
.cat__el:hover {
  -webkit-box-shadow: 0px 8px 10px #c7c3c3;
          box-shadow: 0px 8px 10px #c7c3c3;
}
@media only screen and (max-width: 640px) {
  .cat__el:hover {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.cat__el--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
/*	.icon
		fill #3e51ab0f
		size 100px
		position: absolute
		bottom -20px
		right: 0px*/
.cat__el--filter {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cat__el-content {
  padding: 40px 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .cat__el-content {
    padding: 20px;
  }
}
.cat__el--active {
  -webkit-box-shadow: 0px 8px 10px #c7c3c3;
          box-shadow: 0px 8px 10px #c7c3c3;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 640px) {
  .cat__el--active {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}
.cat__el__code {
  color: #3e51ab;
  font-weight: 700;
  margin-bottom: 10px;
}
.cat__el__title {
  font-size: 14px;
  color: #b6b6b6;
  line-height: 1.6;
}
.cat__el__info {
  margin-bottom: 80px;
  color: #111;
  line-height: 1.6;
}
.cat__el-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.cat__el__get {
  padding: 5px 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 12px;
  background: #631b71;
  margin-left: auto;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat__el__get:hover {
  cursor: pointer;
}
.cat__el__get span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.cat__el__get .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 1024px) {
  .cat {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .cat {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cat__el-title {
  font-size: 12px;
  margin-bottom: 20px;
  font-family: Museo;
  color: rgba(62,81,171,0.8);
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .cat__el-title {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.cat__el-title:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #3e51ab;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: -10px;
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .cat__el-title:before {
    display: none;
  }
}
.cat__el-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.cat__el-icon .icon {
  width: 10px;
  height: 10px;
  fill: #acacac;
}
.cat__el-sub-item {
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-transition: color 0.4s;
          transition: color 0.4s;
  position: relative;
  padding-left: 5px;
}
.cat__el-sub-item:before {
  content: '';
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #596cc3;
  left: -4px;
  position: absolute;
  top: 6px;
}
.cat__el-sub-item:hover {
  color: #3e51ab;
}
.cat__el-sub {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 5;
  left: 0px;
  padding: 30px;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 8px 10px #c7c3c3;
          box-shadow: 0px 8px 10px #c7c3c3;
  border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 640px) {
  .cat__el-sub {
    position: static;
    display: none;
  }
}
.section--extend {
  padding: 60px 0;
}
.section--white {
  background: #fff;
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-info {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .about-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-info__title {
  font-family: Museo;
  margin-bottom: 30px;
  color: #111;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about-info__title {
    text-align: center;
  }
}
.about-company {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-company {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-company img {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-company img {
    margin-bottom: 20px;
  }
}
.about-company-round {
  position: absolute;
  width: 40vw;
  height: 500px;
  background: #f2f2f2;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  left: -webkit-calc(50% - 200px);
  left: calc(50% - 200px);
  top: -webkit-calc(50% - 250px);
  top: calc(50% - 250px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .about-company-round {
    display: none;
  }
}
.advant-img {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.advant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.advant-list {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advant-list__el {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.advant-list__el-title {
  margin-bottom: 10px;
  color: #3e51ab;
}
.advant-list__el-icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  -webkit-box-shadow: 0 1px 10px #d5d4d4;
          box-shadow: 0 1px 10px #d5d4d4;
}
.advant-list__el-icon .icon {
  width: 40px;
  height: 40px;
  fill: #3e51ab;
}
.advant-list__el-text {
  max-width: 300px;
  line-height: 1.6;
  color: #979797;
}
.command-el {
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  padding: 30px 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .command-el {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .command-el {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    border: 1px solid #f9f9f9;
    padding: 30px 10px;
    width: 100%;
  }
}
.command-el:hover {
  cursor: pointer;
}
.command-el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.command-el__img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center top;
}
@media only screen and (max-width: 640px) {
  .command-el__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.command-el__content {
  padding-left: 20px;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
@media only screen and (max-width: 640px) {
  .command-el__content {
    width: 100%;
    padding: 10px;
  }
}
.command-el__title {
  font-weight: 700;
  color: #3e51ab;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .command-el__title {
    text-align: center;
  }
}
.command-el__staff {
  margin-bottom: 10px;
  opacity: 0.9;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .command-el__staff {
    text-align: center;
  }
}
.command-el__text {
  line-height: 1.6;
  font-size: 12px;
  opacity: 0.6;
}
.command-el__text p {
  font-size: 12px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-slide:hover {
  outline: none !important;
}
.slick-slide:active {
  outline: none !important;
}
.slick-slide:focus {
  outline: none !important;
}
.slick-dots li button:before {
  content: '';
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #3e51ab;
}
.command-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.command-list .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .command-list--simple {
    grid-template-columns: repeat(1, 1fr);
  }
}
.command-list--simple .command-el {
  width: -webkit-calc(100% / 2 - 10px);
  width: calc(100% / 2 - 10px);
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .command-list--simple .command-el {
    width: 100%;
  }
}
.command-list--full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.command-list--full .command-el {
  background: #fff;
  width: -webkit-calc(100% / 2 - 10px);
  width: calc(100% / 2 - 10px);
  margin: 5px;
}
@media only screen and (max-width: 1024px) {
  .command-list--full .command-el {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .command-list--full .command-el {
    margin-bottom: 0;
  }
}
.news-img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .news-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section--news {
  margin-bottom: 0;
}
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .news {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-list {
  width: 48%;
  max-width: 600px;
  margin-right: auto;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .news-list {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news-list {
    margin-left: auto;
    width: 100%;
  }
}
.news-list--full .content-title {
  display: none;
}
.news-list__el {
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .news-list__el {
    padding: 0 10px;
  }
}
.news-list__el-title {
  font-weight: 700;
  color: #111;
}
.news-list__el-content {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  line-height: 1.6;
  color: #979797;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .news-list__el-content {
    width: 100%;
  }
}
.news-list__el-date {
  z-index: 2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.news-list__el-date-val {
  font-weight: bold;
  color: #3e51ab;
}
.news-list__el-date-day {
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
.section-title--blue {
  color: #3e51ab;
  border-bottom: 1px solid rgba(62,81,171,0.071);
}
.section--category {
  margin-top: 30px;
}
.section--category .section-title {
  text-align: center;
}
.shrink {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-animation: slideInDown 1s 1 ease-in-out;
          animation: slideInDown 1s 1 ease-in-out;
  z-index: 1200;
  background: #fff !important;
}
.shrink .header-small {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .shrink .header-top {
    display: none;
  }
}
.shrink .header-nav__el--home {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shrink .header-nav__el--order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.shrink .header-top {
  padding: 0;
}
.shrink .header-top__search input {
  padding: 10px 20px;
}
.shrink .header-top__nav-phone {
  color: #111 !important;
}
.shrink .header-top__logo {
  color: #111 !important;
}
.shrink .head-toggle .icon {
  fill: #111 !important;
}
.content__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.content--filter {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.toolbar {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .toolbar {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .toolbar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.toolbar__el {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
          box-shadow: 0 5px 10px #f1f1f1;
}
.content__info {
  width: 73%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .content__info {
    width: 68%;
  }
}
@media only screen and (max-width: 768px) {
  .content__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.content__info-wrap {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap {
    padding: 15px;
    font-size: 12px;
  }
}
.content__info-wrap li {
  font-size: 14px;
}
.content__info-about {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content__info-about {
    font-size: 12px;
  }
}
.content__info-about li {
  font-size: 14px;
}
.content__info-wrap--near {
  padding-left: 0;
  padding-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .content__info-wrap--near {
    padding: 0;
  }
}
.content__info-wrap--read p,
.content__info-wrap--read li,
.content__info-wrap--read a {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap--read p,
  .content__info-wrap--read li,
  .content__info-wrap--read a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .content__info-wrap--read table {
    width: 800px;
    overflow: auto;
    display: block;
  }
  .content__info-wrap--read table td {
    min-width: 150px;
  }
}
.content__info-wrap--read strong,
.content__info-wrap--read b {
  color: #111;
}
.content__info-wrap--read a {
  color: #3e51ab;
  text-decoration: none false;
  position: relative;
}
.toolbar__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px 40px;
  font-weight: bold;
  color: #303f86;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
}
.toolbar__title:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3e51ab;
  top: 50%;
  left: 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.toolbar__title .icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: #111;
  margin-right: 10px;
}
.toolbar__list-el {
  border-bottom: 1px solid rgba(62,81,171,0.059);
  line-height: 1.4;
  padding: 10px 15px;
  font-size: 12px;
/*&:last-child
		border-bottom 0*/
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  display: block;
}
.toolbar__list-el:hover {
  color: #111;
}
.content__info-title {
  color: #3e51ab;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(62,81,171,0.059);
}
@media only screen and (max-width: 768px) {
  .content__info-title {
    text-align: center;
  }
}
.content__info-main-title {
  color: #111;
  margin-bottom: 30px;
}
.content--gray {
  background: #f9f9f9;
}
.toolbar__list-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e51ab;
  font-weight: bold;
  padding: 15px;
}
.toolbar__list-more:hover {
  cursor: pointer;
}
.toolbar__list-more .icon {
  width: 12px;
  height: 12px;
  fill: #3e51ab;
  margin-right: 10px;
}
.panel {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
          box-shadow: 0 5px 10px #f1f1f1;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 40px;
  border-right: 1px solid #dfdfdf;
}
.panel__info {
  margin-right: 10px;
}
.panel__day-val {
  color: #111;
}
.panel__price {
  padding: 0 20px;
  border-right: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.panel__price-val {
  color: #111;
}
.panel__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel__get {
  margin-left: auto;
  background: #374898;
  padding: 20px 40px;
  font-weight: bold;
  color: #fff;
  font-family: Museo;
  -webkit-border-radius: 0px 40px 40px 0;
          border-radius: 0px 40px 40px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.panel__get:hover {
  cursor: pointer;
}
.panel__get:hover {
  background: #596cc3;
}
.nice-select {
  -webkit-border-radius: 25px !important;
          border-radius: 25px !important;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: auto;
  padding-left: 20px !important;
  padding-right: 40px !important;
  border: 1px solid rgba(62,81,171,0.06);
}
.nice-select:after {
  right: 18px;
}
.nice-select .list {
  width: -webkit-calc(100%);
  width: calc(100%);
  left: 0px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0px solid rgba(62,81,171,0.05);
  border-top: 0;
  margin-top: 0;
  z-index: 1;
}
.nice-select .list li {
  font-size: 14px;
}
select.select-beauty {
  display: none !important;
}
.element-select {
  padding: 20px 0;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border: 1px solid #dfdfdf;
}
.nice-select.open {
  -webkit-border-radius: 25px 25px 0 0 !important;
          border-radius: 25px 25px 0 0 !important;
  border: 1px solid rgba(68,68,68,0.11) !important;
  border-bottom: 0;
}
.nice-select.open .list {
  margin-top: 1px;
  -webkit-border-radius: 0 0 25px 25px !important;
          border-radius: 0 0 25px 25px !important;
}
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .tab {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tab__el {
  padding: 0 20px 20px 20px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .tab__el {
    font-size: 12px;
  }
}
.tab__el:hover {
  cursor: pointer;
}
.tab__el:hover {
  color: #3e51ab;
}
.tab__el--active {
  border-bottom: 2px solid #3e51ab;
  font-weight: 700;
  margin-bottom: -1px;
  color: #3e51ab;
}
.tab-content {
  display: none;
  line-height: 1.6;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .tab-content {
    font-size: 12px;
  }
  .tab-content li {
    font-size: 12px;
  }
}
.tab-content p,
.tab-content li {
  font-size: 14px;
  line-height: 1.6;
}
.tab-content h3 {
  font-size: 15px;
  margin: 15px 0;
}
.tab-content--active {
  display: block !important;
}
.course-treners {
  padding: 0px 0;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .course-treners {
    background: none;
  }
}
.course-treners__el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f9f9f9;
  padding: 10px 30px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
          transition: box-shadow 0.4s;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .course-treners__el {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.course-treners__el:hover {
  cursor: pointer;
}
.course-treners__el:last-child {
  margin-bottom: 0;
}
.course-treners__el:hover {
  -webkit-box-shadow: 0px 8px 10px #c5c2c2;
          box-shadow: 0px 8px 10px #c5c2c2;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .course-treners__el:hover {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.content__info-wrap--teachers {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap--teachers {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}
.course-treners__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
          box-shadow: 0 5px 10px #f1f1f1;
  width: 70px;
  height: 70px;
  background-position: top center;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .course-treners__img {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    margin-top: 20px;
  }
}
.course-treners__content {
  background-color: #fff;
  padding: 20px;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .course-treners__content {
    width: 100%;
    padding: 0;
  }
}
.course-treners__content:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
.course-treners__name {
  font-weight: bold;
  font-family: Museo;
  margin-bottom: 5px;
  width: 100%;
  color: #111;
}
@media only screen and (max-width: 640px) {
  .course-treners__name {
    text-align: center;
    width: 100%;
  }
}
.course-treners__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  width: 33%;
}
@media only screen and (max-width: 1024px) {
  .course-treners__info {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .course-treners__info {
    text-align: center;
    width: 100%;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.course-treners__info-text {
  margin-right: 20px;
  color: #979797;
}
@media only screen and (max-width: 1024px) {
  .course-treners__info-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .course-treners__info-text {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.course-treners__info-val {
  font-weight: 700;
  color: #111;
}
@media only screen and (max-width: 640px) {
  .course-treners__info-val {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.course-treners__staf {
  margin-bottom: 0px;
  width: 25%;
  color: #979797;
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .course-treners__staf {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.content__info-wrap--empty {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap--empty {
    margin-bottom: 30px;
  }
}
.footer-slider__wrap {
  background: #fff;
  padding: 30px 0;
}
.footer__head {
  background: #fff;
  border-top: 1px solid #f9f9f9;
  padding: 30px 0;
}
.footer__head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer__head-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 65%;
}
@media only screen and (max-width: 640px) {
  .footer__list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
}
.footer__list-el {
  width: 32%;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  font-family: Museo;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .footer__list-el {
    width: 48%;
    margin-bottom: 5px;
  }
}
.footer__list-el:hover {
  color: #111;
}
.footer__info {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .footer__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0px;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__phone {
  font-weight: bold;
  color: #111;
  display: block;
  margin-bottom: 20px;
}
.footer__mail {
  margin-bottom: 10px;
  display: block;
}
.footer__adress {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__adress {
    font-size: 12px;
  }
}
.footer__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__soc-el .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #3e51ab;
}
.footer__bottom {
  padding: 15px;
  background: #3e51ab;
}
.footer__bottom-text {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .footer__bottom-text br {
    display: none;
  }
}
.advant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .advant {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.advant_el {
  width: -webkit-calc(100% / 2 - 10px);
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .advant_el {
    width: 100%;
  }
}
.advant_el-icon {
  margin-right: 20px;
}
.advant_el-icon .icon {
  width: 40px;
  height: 40px;
}
.advant_el-text {
  line-height: 1.6;
  color: #979797;
  font-size: 14px;
}
.modal-layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
          transition: all 1s;
  opacity: 0;
}
.modal-layer-show {
  visibility: visible;
  opacity: 1;
}
.modal-cont {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 100%;
  overflow: auto;
}
.modal-filter {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24,25,29,0.631);
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}
.modal {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.24);
          box-shadow: 0 2px 4px rgba(0,0,0,0.24);
  -webkit-transform: translateY(-350%);
      -ms-transform: translateY(-350%);
          transform: translateY(-350%);
  position: absolute;
  opacity: 0.1;
  -webkit-transition: -webkit-transform 0.8s, opacity 1s;
          transition: transform 0.8s, opacity 1s;
  max-width: 470px;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: 100%;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.modal .order__row {
  margin-bottom: 20px;
  border-bottom: 0;
}
.modal-content {
  background: #fff;
  position: relative;
  padding: 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .modal-content {
    height: 100%;
    padding: 20px 10px;
    overflow-y: scroll;
    width: 95% !important;
    margin: 20px auto;
  }
}
.modal-content--register {
  width: 500px;
}
.modal-content--register input {
  width: 100%;
  margin-bottom: 20px;
}
.modal__show {
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: relative;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    top: 12px;
    right: 12px;
  }
}
.modal-close:hover {
  cursor: pointer;
}
.modal-close .icon {
  width: 12px;
  height: 12px;
  fill: #111;
  opacity: 0.3;
}
.modal-open {
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.modal-wrap {
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-title {
  margin-bottom: 20px;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-text {
  text-align: center;
  margin: 20px auto 40px auto;
  font-size: 16px;
  line-height: 1.2;
  color: #5f5f5f;
}
@media only screen and (max-width: 768px) {
  .modal-text {
    width: 100%;
    font-size: 12px;
  }
}
.validate-form input,
.validate-form textarea {
  width: 100%;
  margin-bottom: 20px;
}
.modal-send {
  border: 0;
  width: 100%;
  font-weight: 600;
  padding: 15px;
  font-size: 16px;
}
.agree-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 20px 0;
}
.agree-row a {
  text-decoration: underline;
  display: inline-block;
}
.agree-row__text {
  width: 100%;
  color: #111;
  font-size: 12px;
}
.agree-row__text a {
  color: #9c9a9a;
  text-decoration: none;
}
.field-error .error {
  display: none !important;
}
.field-error input {
  border: 1px solid #dc3d3d;
}
.style-label--checkbox.field-error .sytle-input-element {
  border: 1px solid #dc3d3d;
}
.modal-content--true {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.modal-content--true .icon {
  fill: #2ecc40;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.modal-text-true {
  text-align: center;
  font-weight: bold;
}
.review {
  padding: 60px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .review {
    padding: 30px 0;
  }
}
.review__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1024px) {
  .review__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .review__wrap {
    display: block;
  }
}
.review__el {
  padding: 45px 30px;
  border: 1px solid #f9f9f9;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .review__el {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .review__el {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.review__el-title {
  font-weight: bold;
  font-family: Museo;
  margin-bottom: 5px;
  color: #111;
}
.review__el-staff {
  color: #1f6ed4;
  margin-bottom: 10px;
}
.review__el-text {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #979797;
}
.review__el-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.review__el-star .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  fill: #ffd312;
}
.order {
  padding: 30px 20px;
}
.order .toolbar__title {
  padding: 0;
  margin-bottom: 20px;
}
.order .toolbar__title:before {
  content: '';
  display: none;
}
.order__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 1;
}
.order__row__name {
  margin-right: 10px;
}
.order__row__val {
  font-weight: bold;
  color: #111;
}
.order-get {
  width: 100%;
  margin-top: 40px;
}
.header-nav__el--order {
  margin-left: auto;
  background: #ffd312;
  display: none;
}
.header-nav__el--order:hover {
  background: #ffdc45;
}
.header-nav__el--order span {
  color: #111;
  font-weight: 700;
}
.header-nav__el--order .icon {
  fill: #111;
}
.toolbar__el--article {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .toolbar__el--article {
    display: none;
  }
}
.toolbar-article__head {
  position: absolute;
  top: 0;
  right: 0;
  background: #3e51ab;
  color: #fff;
  padding: 5px 10px;
}
.toolbar-article__slider-el {
  outline: none !important;
}
.toolbar-article__date {
  margin-bottom: 10px;
}
.toolbar-article__title {
  color: #3e51ab;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.toolbar-article__title:hover {
  color: #002cff;
}
.toolbar-article__text {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #979797;
}
.b-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1024px) {
  .b-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .b-wrap {
    display: block;
  }
}
.b-wrap--three {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .b-wrap--three {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .b-wrap--three {
    display: block;
  }
}
.b-el {
  padding: 15px 20px 15px 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .b-el {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .b-el {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    border: 1px solid #f3f1f1;
  }
}
.b-el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
@media only screen and (max-width: 640px) {
  .b-el:hover {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.b-el-title__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.b-el-price-val {
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: 700;
  color: #111;
}
.b-el-title {
  color: #3e51ab;
  margin-bottom: 10px;
}
.b-el-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-el-text {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 13px;
  color: #979797;
}
.b-el-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  margin-top: auto;
}
.b-el-attr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-el-attr__icon {
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-el-attr__icon .icon {
  width: 20px;
  height: 20px;
  fill: #3e51ab;
}
.b-el-attr__val {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .b-el-attr__val {
    font-size: 10px;
  }
}
.add-cource {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .add-cource {
    padding-bottom: 0;
  }
}
.news-slider__el {
  padding: 40px 20px;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  margin-bottom: 20px;
  border: 1px solid #f3f1f1;
}
@media only screen and (max-width: 768px) {
  .news-slider__el {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.news-slider__el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
@media only screen and (max-width: 768px) {
  .news-slider__el:hover {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    border: 1px solid #f3f1f1;
  }
}
.news-slider__el-date {
  margin-bottom: 10px;
  color: #979797;
}
.news-slider__el-title {
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}
.news-slider__el-text {
  color: #979797;
}
.news-slider__wrap {
  padding: 50px 0;
}
.news-slider__wrap .slick-dots {
  bottom: -30px;
}
.news-slider__wrap .slick-dots li button:before {
  font-size: 10px;
}
.head-toggle {
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-toggle:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .head-toggle {
    display: none;
  }
}
.head-toggle .icon {
  width: 20px;
  height: 20px;
  fill: $brown;
}
.head-toggle .icon-close {
  display: none;
}
.head-toggle--open .icon-close {
  display: block;
}
.head-toggle--open .icon-open {
  display: none;
}
.header-nav--mobile {
  display: none;
  background: #232e60;
}
@media only screen and (min-width: 1024px) {
  .header-nav--mobile {
    display: none !important;
  }
}
.slider-el {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  margin: 10px 0;
}
.slider-wrap {
  position: relative;
  padding: 0 20px;
}
.slider-control {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
}
.slider-control:hover {
  cursor: pointer;
}
.slider-control:hover .icon {
  fill: #3e51ab;
}
.slider-control .icon {
  width: 18px;
  height: 18px;
}
.slider-control--left {
  left: -9px;
}
.slider-control--right {
  right: -9px;
}
.sert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sert__el {
  width: 22%;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  outline: none !important;
}
.sert__el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.sert__el:hover:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header-nav__auth {
    display: none !important;
  }
}
.header-nav__auth-btn {
  width: 80%;
  display: block;
  margin: 20px auto;
  padding: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav__auth-btn .icon {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.header-nav--mobile__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
@media only screen and (min-width: 1024px) {
  .header-nav--mobile__toggle {
    display: none !important;
  }
}
.header-nav--mobile__toggle:hover {
  cursor: pointer;
}
.header-nav--mobile__toggle .icon {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.header-nav--mobile__toggle--open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-nav__phone {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.header-nav__adress {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}
.schedule__row {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: -webkit-box-shadow 0.4s;
          transition: box-shadow 0.4s;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #f9f9f9;
}
@media only screen and (max-width: 640px) {
  .schedule__row {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    border: 1px solid #f3f1f1;
    -webkit-transition: none !important;
            transition: none !important;
  }
}
.schedule__row:hover {
  cursor: pointer;
}
.schedule__row:hover {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .schedule__row:hover {
    border: 1px solid #f3f1f1;
  }
}
.schedule__row-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .schedule__row-head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .schedule__row-head {
    padding: 25px 15px 25px 15px;
  }
}
.schedule__title {
  margin-bottom: 10px;
  opacity: 0.6;
}
.schedule__val span {
  font-weight: bold;
  color: #111;
}
.schedule__el--name {
  width: 300px;
  text-overflow: el;
}
@media only screen and (max-width: 768px) {
  .schedule__el--name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.schedule__name {
  color: #3e51ab;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .schedule__name {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
  }
}
.schedule__descr {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.6;
}
.schedule__price {
  font-size: 20px;
  font-weight: bold;
  font-family: Museo;
  color: #24337b;
}
.schedule__price span {
  font-size: 10px;
  opacity: 0.6;
  margin-right: 5px;
}
.schedule__toggle {
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .schedule__toggle {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .schedule__toggle {
    opacity: 0.8;
  }
}
.schedule__toggle:hover {
  cursor: pointer;
}
.schedule__toggle .icon {
  width: 14px;
  height: 14px;
  opacity: 0.4;
}
@media only screen and (max-width: 640px) {
  .schedule__toggle .icon {
    fill: #3e51ab;
    opacity: 1;
  }
}
.schedule__toggle--open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.schedule__row-content-wrap {
  display: none;
}
.schedule__row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  padding: 15px 30px;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  .schedule__row-content {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ebebeb;
  }
}
.schedule__more {
  margin-bottom: 20px;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .schedule__more {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .schedule__more {
    text-align: center;
  }
}
.schedule__more-title {
  opacity: 0.6;
  margin-bottom: 10px;
}
.schedule__teacher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .schedule__teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.schedule__teacher-el {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: top center;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
@media only screen and (max-width: 640px) {
  .schedule__teacher-el {
    margin-bottom: 5px;
  }
}
.schedule__teacher-el:hover {
  cursor: pointer;
}
.schedule__teacher-el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.schedule-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 640px) {
  .schedule-cost {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.schedule-cost__el {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .schedule-cost__el {
    width: 100%;
    margin-bottom: 20px;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.schedule-cost-text {
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .schedule-cost-text {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.schedule-cost-val {
  font-size: 20px;
  font-weight: bold;
  font-family: Museo;
  color: #111;
}
@media only screen and (max-width: 640px) {
  .schedule-cost-val {
    font-size: 24px;
  }
}
.schedule-cost__get {
  padding: 10px 30px;
  text-transform: none;
  margin-left: auto;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .schedule-cost__get {
    width: 100%;
  }
}
.schedule-filter {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #dfdfdf;
}
@media only screen and (max-width: 640px) {
  .schedule-filter {
    padding: 15px;
  }
}
.schedule-filter__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .schedule-filter__row {
    width: 100%;
  }
}
.schedule-filter__name {
  margin-bottom: 10px;
}
.schedule-filter__select .select-beauty {
  width: 100%;
}
.schedule-step__title {
  font-weight: bold;
  font-family: Museo;
  margin-bottom: 15px;
}
.schedule-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-main-title h1 {
  margin-bottom: 0;
}
.schedule-main-title__icon {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  border: 1px solid #3e51ab;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .schedule-main-title__icon {
    margin-left: auto;
    margin-bottom: 22px;
  }
}
.schedule-main-title__icon:hover {
  cursor: pointer;
}
.schedule-main-title__icon:hover {
  background: #3e51ab;
}
.schedule-main-title__icon:hover .icon {
  fill: #fff;
}
.schedule-main-title__icon .icon {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  width: 16px;
  height: 16px;
  fill: #3e51ab;
}
.schedule-main-title__icon--active {
  background: #3e51ab;
}
.schedule-main-title__icon--active .icon {
  fill: #fff;
}
.schedule-filter__wrap {
  display: none;
}
.intro-info {
  width: 100%;
  position: relative;
}
.intro__wrap {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__content {
  width: 50%;
  margin-top: 15%;
}
@media only screen and (max-width: 1200px) {
  .intro__content {
    width: 500px;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .intro__content {
    width: 100%;
    padding: 10px;
    margin-top: 0%;
  }
}
.intro__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 44px;
}
@media only screen and (max-width: 1200px) {
  .intro__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .intro__title {
    font-size: 40px;
  }
}
.intro__text {
  color: #fff;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 30px;
}
.intro__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: right center;
  background-attachment: fixed;
}
@media only screen and (max-width: 640px) {
  .intro__img {
    background-position: center;
    background-size: cover;
  }
}
.intro__img-staf {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: bottom right;
  z-index: 10;
  background-repeat: no-repeat;
}
.intro-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(3,20,99,0.5);
}
.intro__get {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .intro__get {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.intro__get-el {
  margin-right: 20px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .intro__get-el {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.header-main--page {
  position: fixed;
  width: 100%;
  z-index: 1100;
}
.header-main--page .header-small {
  background: none;
}
.header-main--page .header-small-el {
  color: #fff;
}
.header-main--page .header-top__nav-lk {
  border-color: transparent;
}
.header-main--page .header-top__nav-lk .icon {
  fill: #fff;
}
.header-main--page .header-top__nav-cource {
  border-color: transparent;
}
.header-main--page .header-top__nav-cource .icon {
  fill: #fff;
}
.header-main--page .header-top__search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.61);
}
.header-main--page .header-top__search input::-moz-placeholder {
  color: rgba(255,255,255,0.61);
}
.header-main--page .header-top__search input:-moz-placeholder {
  color: rgba(255,255,255,0.61);
}
.header-main--page .header-top__search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.61);
}
.header-main--page .header-top__search input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.61);
  color: #fff;
}
.header-main--page .header-top__logo {
  color: #fff;
}
.header-main--page .header-top__nav-phone {
  color: #fff;
}
.header-main--page .header {
  border-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .header-main--page .header {
    background: none;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.header-main--page .head-toggle .icon {
  fill: #fff;
}
.schedule__el--decr {
  margin-left: 20px;
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .schedule__el--decr {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  .schedule__el--decr .nice-select {
    width: 100%;
  }
}
.schedule__el--price {
  margin-left: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .schedule__el--price {
    margin: 0 10px;
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .schedule__el--price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .schedule__el--price .schedule__title {
    margin-bottom: 0;
  }
}
.schedule__val--single {
  font-weight: bold;
  color: #111;
}
.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .staff {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.staff__img {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .staff__img {
    width: 100%;
  }
}
.staff__img-el {
  padding: 70% 20%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .staff__img-el {
    margin-bottom: 20px;
  }
}
.staff__content {
  width: 64%;
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .staff__content {
    padding: 15px;
    width: 100%;
  }
}
.staff__position {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  opacity: 0.5;
}
.staff__row {
  margin-bottom: 20px;
  width: 48%;
}
.staff__row-name {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 5px;
}
.staff__row-val {
  color: #111;
  font-weight: bold;
}
.staff-param {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .staff-param {
    margin-bottom: 0;
  }
}
.staff__title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.content-title {
  color: #111;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .content-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .content-title {
    text-align: left;
  }
}
.staff-cert {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .staff-cert {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .staff-cert {
    padding: 10px;
  }
}
.staff-cert__wrap {
  margin-bottom: 30px;
}
.staff-cert__el {
  padding: 10px 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(62,81,171,0.161);
  color: #24337b;
  font-weight: bold;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-family: Museo;
  outline: none !important;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.staff-cert__el:hover {
  -webkit-box-shadow: 0px 4px 10px #b4b7c7;
          box-shadow: 0px 4px 10px #b4b7c7;
}
.staff-cert__el .icon {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #3e51ab;
}
.staff-cert__slider {
  margin: 50px 0;
}
.staff-cert__slider-el {
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  outline: none !important;
  margin-bottom: 20px;
}
.staff-cert__slider-el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.staff-cert__slider-el:hover:hover {
  cursor: pointer;
}
.news-date {
  margin-bottom: 10px;
  font-weight: bold;
  color: #111;
}
.news-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news-grid__el {
  width: -webkit-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin: 5px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  padding: 30px 20px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .news-grid__el {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .news-grid__el {
    width: 100%;
  }
}
.news-grid__el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.news-grid__el-date {
  font-weight: bold;
  margin-bottom: 30px;
  color: #3e51ab;
}
.news-grid__el-title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}
.news-grid__el-text {
  line-height: 1.6;
}
.choose-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.choose-row:hover {
  cursor: pointer;
}
.choose-row:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
  background: #3e51ab;
  border-color: #3e51ab;
}
.choose-row:hover .choose-row__title {
  color: #fff;
  opacity: 0.6;
}
.choose-row:hover .choose-row__cost-val {
  color: #fff;
}
.choose-row__icon {
  margin-right: 20px;
  margin-left: -20px;
}
.choose-row__icon .icon {
  width: 60px;
  height: 60px;
}
.choose-row__title {
  color: #111;
}
.choose-row__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.choose-row__cost-text {
  margin-right: 20px;
}
.choose-row__cost-val {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}
.choose-row--active {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
  background: #3e51ab;
  border-color: #3e51ab;
}
.choose-row--active .choose-row__title {
  color: #fff;
  opacity: 0.6;
}
.choose-row--active .choose-row__cost-val {
  color: #fff;
}
.modal-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0px -40px -40px -40px;
  padding: 20px;
  background: #f1f1f1;
  -webkit-border-radius: 0px 0px 10px 10px;
          border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 640px) {
  .modal-cost {
    margin: 0px -10px -20px -10px;
  }
}
.modal-cost__val {
  margin-top: 5px;
  font-weight: bold;
  color: #111;
}
.modal-cost__val span {
  font-size: 28px;
  color: #111;
  display: inline-block;
  margin-right: 5px;
}
.modal-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .modal-back {
    left: 5px;
  }
}
.modal-back:hover {
  cursor: pointer;
}
.modal-back span {
  display: inline-block;
  margin-left: 5px;
}
.modal-back .icon {
  width: 12px;
  height: 12px;
}
.modal-content--order .modal-title {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .modal-content--order .modal-title {
    margin-top: 40px;
  }
}
.card,
.sale__el {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 8px #e3e3e3;
          box-shadow: 0px 3px 8px #e3e3e3;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.sale__wrap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sale__wrap {
    margin-bottom: 30px;
  }
}
.sale__el {
  display: block;
}
.sale__el:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
.sale__el--head {
  margin-bottom: 10px;
}
.sale__el--name {
  color: #3e51ab;
  margin-bottom: 10px;
}
.sale__el--text {
  line-height: 1.6;
}
.more--mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.more__el {
  padding: 5px 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0px 5px 5px 0;
}
.more-text--mid {
  text-align: center;
}
.more__wrap--mid {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.more__wrap--mid .content__info-title {
  text-align: center;
}
.more-text {
  opacity: 0.6;
  line-height: 1.6;
}
.adress-wrap {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.map {
  background: #aaa;
  width: 100%;
  margin-bottom: 20px;
}
.adress-content {
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .adress-content {
    padding: 15px;
  }
}
.adress-title {
  margin-bottom: 40px;
}
.adress-row {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 25px;
}
.adress-row__icon {
  margin-right: 20px;
}
.adress-row__icon .icon {
  width: 30px;
  height: 30px;
  fill: #303f86;
}
.adress-row__title {
  margin-bottom: 10px;
  opacity: 0.8;
}
.adress-row__text {
  font-size: 16px;
  font-weight: bold;
  color: #303f86;
  font-family: Museo;
}
@media only screen and (max-width: 640px) {
  .adress-row__text {
    font-size: 14px;
  }
}
.adress-row__text a {
  color: #303f86;
}
.adress-row-wrap {
  margin-bottom: 30px;
}
.manager {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0;
}
@media only screen and (max-width: 640px) {
  .manager {
    grid-template-columns: 1fr;
  }
}
.manager__el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.manager__el-img-wrap {
  margin-right: 20px;
}
.manager__el-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50% 10%;
  margin-bottom: 20px;
  background-position: top center;
}
.manager__el-name {
  margin-bottom: 10px;
  font-weight: bold;
  color: #111;
}
.manager__el-phone {
  margin-bottom: 10px;
  color: #303f86;
  font-family: Museo;
  font-weight: bold;
  display: block;
  font-size: 16px;
}
.adress-form form {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .adress-form form {
    width: 100%;
  }
}
.header-nav-sub__el-descr {
  opacity: 0.8;
  font-weight: 400;
  font-family: "PT Sans";
  font-size: 12px;
  color: #5f5f5f;
}
.header-nav-sub__el--line {
  display: block;
}
.news-intro {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 30px;
}
.news-intro__img img {
  width: 100%;
}
.news-intro__text {
  line-height: 1.6;
  padding: 30px;
}
.article-share {
  margin: 20px 0;
}
.toolbar-code {
  color: #3e51ab;
  font-weight: 700;
  font-family: Museo;
}
.toolbar-code-text {
  font-family: Museo;
}
.cert-label-img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .cert-label-img {
    display: block;
    margin: 20px auto;
  }
}
.old_h3,
.section-title,
.article-title {
  color: #111;
  margin-bottom: 20px;
  display: block;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .old_h3,
  .section-title,
  .article-title {
    font-size: 16px;
  }
}
.client-list__banner {
  line-height: 1.6;
}
.clients-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 640px) {
  .clients-list__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.clients-list__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.clients-list__img img {
  max-width: 200px;
  max-height: 115px;
}
.clients-list__text {
  line-height: 1.6;
}
.clients-list__el {
  width: -webkit-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  padding: 20px 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .clients-list__el {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .clients-list__el {
    width: 100%;
  }
}
.biblio-item {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
}
.biblio-item a {
  color: #3e51ab;
  text-decoration: none false;
  position: relative;
}
.biblio-item a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #3e51ab;
  opacity: 0.4;
}
.mark-box {
  padding: 10px;
  background: #f1f4ff;
  margin: 30px -30px;
}
@media only screen and (max-width: 768px) {
  .mark-box {
    margin: 20px -20px;
  }
}
.review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.review-wrapper-item {
  -webkit-box-shadow: 0 5px 10px #f1f1f1;
          box-shadow: 0 5px 10px #f1f1f1;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  width: -webkit-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin: 5px;
}
.review-wrapper-item:hover {
  -webkit-box-shadow: 0px 10px 10px #c5c2c2;
          box-shadow: 0px 10px 10px #c5c2c2;
}
@media only screen and (max-width: 768px) {
  .review-wrapper-item {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .review-wrapper-item {
    width: 100%;
  }
}
.class-room {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .class-room {
    grid-template-columns: 1fr 1fr;
  }
}
.fancybox {
  text-decoration: none;
}
.fancybox:before {
  content: '';
  display: none;
}
.shedule-step {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .shedule-step {
    margin: 30px 0;
  }
  .shedule-step:first-child {
    margin-top: 20px;
  }
}
.schedule-cost__el--check {
  margin-left: 27%;
}
@media only screen and (max-width: 1200px) {
  .schedule-cost__el--check {
    margin-left: 0;
  }
}
.schedule__more-text {
  max-width: 350px;
}
@media only screen and (max-width: 640px) {
  .schedule__more-text {
    font-size: 16px;
    font-weight: 700;
    color: #3e51ab;
  }
}
.schedule__more-text--save {
  color: #111;
  font-weight: 700;
  font-family: Museo;
}
.header-nav__el--home {
  margin-left: -60px;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .header-nav__el--home {
    display: none !important;
  }
}
.scheme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 40px 40px 0px 40px;
  background: #f7f7f7;
  margin: 40px 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .scheme {
    display: none;
  }
}
.scheme__el-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.scheme__el {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.scheme__el:hover {
  -webkit-box-shadow: 0 9px 18px #92ab97;
          box-shadow: 0 9px 18px #92ab97;
}
.scheme__el-expert {
  border: 2px solid #620d7c;
}
.scheme__el-row--expert {
  width: 20%;
}
.scheme__el-row--expert .scheme__el-arrow {
  height: 30px;
  bottom: -30px;
  left: 50%;
}
.scheme__el-malc {
  border: 2px solid #744fd3;
}
.scheme__el-row--malc {
  width: 30%;
}
.scheme__el-row--malc .scheme__el-arrow {
  height: 30px;
  bottom: -30px;
  left: 50%;
}
.scheme__el-link {
  color: #111 !important;
  display: block;
  padding: 30px 15px;
  text-transform: uppercase;
  border-bottom: 0 !important;
}
.scheme__el-row--two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
}
.scheme__el-row--part {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px dotted #fff;
  padding: 5px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.scheme__el-item {
  margin: 0 5px;
  width: 100%;
  border: 2px solid #28b16a;
}
.scheme__el-pr {
  border: 2px solid #5330ae;
}
.scheme__el-foundation {
  border: 2px solid #b53b88;
}
.scheme__el-row--pr {
  width: 25%;
}
.scheme__el-row--pr .scheme__el-arrow {
  height: 30px;
  bottom: -30px;
  left: 50%;
}
.scheme__el-row--pr .scheme__el-arrow-left {
  position: absolute;
  height: 120px;
  width: 1px;
  border-left: 2px dotted #ccc7c7;
  left: -1px;
  bottom: 30px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.scheme__el-row--pr .scheme__el-arrow-right {
  position: absolute;
  height: 120px;
  width: 1px;
  border-left: 2px dotted #ccc7c7;
  right: -1px;
  bottom: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.scheme__el-row--foundation {
  width: 30%;
}
.scheme__el-row--foundation .scheme__el-arrow-left {
  position: absolute;
  height: 280px;
  width: 1px;
  border-left: 2px dotted #ccc7c7;
  left: -1px;
  bottom: 30px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.scheme__el-row--foundation .scheme__el-arrow-right {
  position: absolute;
  height: 280px;
  width: 1px;
  border-left: 2px dotted #ccc7c7;
  right: -1px;
  bottom: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.scheme__el-arrow {
  position: absolute;
  width: 1px;
  border-left: 2px dotted #ccc7c7;
}
.step {
  margin-bottom: 30px;
}
.step:last-child {
  margin-bottom: 0;
}
.order__row__val-text {
  font-size: 11px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0.6;
}
.bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bread__el {
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
}
.bread__el:after {
  content: '>';
  position: absolute;
  right: -15px;
}
.bread__el:last-child {
  opacity: 0.4;
}
.bread__el:last-child:after {
  content: '';
  display: none;
}
.order-day-empty {
  font-size: 14px;
}
.advant_el-text-val {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  font-weight: bold;
  color: #111;
}
.advant_el-text-val a {
  text-decoration: underline;
}
.mobile {
  position: fixed;
  bottom: 30px;
  left: 0;
  background: #3e51ab;
  padding: 10px;
  height: 60px;
  width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-border-radius: 0 50% 50% 0;
          border-radius: 0 50% 50% 0;
  -webkit-animation: slideInLeft 6s infinite;
          animation: slideInLeft 6s infinite;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
@media only screen and (min-width: 480px) {
  .mobile {
    display: none;
  }
}
.mobile:hover {
  cursor: pointer;
}
.mobile .icon {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.mobile .icon--close {
  display: none;
}
.mobile-order {
  background: #fff;
  position: fixed;
  bottom: 90px;
  left: 10px;
  z-index: 2;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: none;
}
@media only screen and (min-width: 480px) {
  .mobile-order {
    display: none;
  }
}
.mobile-order .order {
  margin-bottom: 0;
  width: -webkit-calc(100vw - 20px);
  width: calc(100vw - 20px);
}
.mobile--open .icon--close {
  display: block;
}
.mobile--open .icon--open {
  display: none;
}
.row-btn-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .row-btn-mid {
    margin: 30px 0;
  }
}
.row-btn-mid__get {
  font-weight: 700;
  width: 250px;
}
@media only screen and (max-width: 480px) {
  .row-btn-mid__get {
    width: 100%;
  }
}
.header-nav__el--menu .header-nav__el-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  20%, 40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  60%, 80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  20%, 40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  60%, 80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
