.bg-blue {
  background: #3e51ab;
}
.bg-blue-light {
  background: #1f6ed4;
}
.bg-blue-bright {
  background: #002cff;
}
.bg-sky {
  background: #39bae8;
}
.bg-sky-light {
  background: #b9edf8;
}
.bg-red {
  background: #f20022;
}
.bg-gray {
  background: #f9f9f9;
}
.bg-text-gray {
  background: #979797;
}
.bg-yellow {
  background: #ffd312;
}
.bg-green {
  background: #56955a;
}
.type--xs,
h5 {
  font-size: 8px;
}
@media only screen and (max-width: 768px) {
  .type--xs,
  h5 {
    font-size: 8px;
  }
}
.type--sm,
.video-box__date {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .type--sm,
  .video-box__date {
    font-size: 10px;
  }
}
.type--main,
h4,
p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .type--main,
  h4,
  p {
    font-size: 12px;
  }
}
.type--mxd,
ul li,
ol li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .type--mxd,
  ul li,
  ol li {
    font-size: 14px;
  }
}
.type--md {
  font-size: 18px;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--md {
    font-size: 15px;
  }
}
.type--lxg {
  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 {
    font-size: 16px;
  }
}
.type--lg,
h2,
h3,
.try-title,
.try-banner__title {
  font-size: 28px;
  font-weight: bold;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--lg,
  h2,
  h3,
  .try-title,
  .try-banner__title {
    font-size: 18px;
  }
}
.type--xl,
h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .type--xl,
  h1 {
    font-size: 22px;
  }
}
.type--bold {
  font-weight: bold;
}
.type--nowrap {
  white-space: nowrap;
}
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 {
  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;
}
@media only screen and (max-width: 640px) {
  ul li,
  ol li {
    font-size: 12px !important;
  }
}
.link--mark {
  color: #3e51ab;
  text-decoration: underline;
}
.link--mark:hover {
  color: #00629a;
}
.link--mark: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--green,
.btn--light,
.btn--grey,
.btn--dotted,
.btn--white,
.btn--light-blue,
.banner-try__btn {
  text-transform: uppercase;
  transition: all 0.4s;
  display: inline-block;
  background: none;
  border: 0;
  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--green:hover,
.btn--light:hover,
.btn--grey:hover,
.btn--dotted:hover,
.btn--white:hover,
.btn--light-blue:hover,
.banner-try__btn:hover {
  cursor: pointer;
}
.btn--sm {
  font-size: 10px;
  padding: 5px 10px;
}
.btn--sm .nav-icon {
  width: 10px;
  height: 10px;
}
.btn--md,
.banner-try__btn {
  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-try__btn {
  color: #fff !important;
  background: #3e51ab;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.btn--mark .nav-icon,
.banner-try__btn .nav-icon {
  fill: #fff;
}
.btn--mark:hover,
.banner-try__btn:hover {
  background-color: #56955a;
  color: #fff;
}
.btn--mark:active,
.banner-try__btn:active {
  background-color: #56955a;
  outline: 0 !important;
}
.btn--mark input[type="submit"],
.banner-try__btn input[type="submit"] {
  border: 0;
}
.btn--mark .nav-icon,
.banner-try__btn .nav-icon {
  fill: #fff;
}
.btn--green {
  color: #fff !important;
  background: #56955a;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.btn--green .nav-icon {
  fill: #fff;
}
.btn--green:hover {
  background-color: #71ad75;
  color: #fff;
}
.btn--green:active {
  background-color: #56955a;
  outline: 0 !important;
}
.btn--green input[type="submit"] {
  border: 0;
}
.btn--green .nav-icon {
  fill: #fff;
}
.btn--light {
  box-shadow: 0 1px 2px rgba(0,0,0,0.21);
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.btn--light:hover {
  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 {
  border: 1px solid rgba(255,255,255,0.9);
  color: rgba(255,255,255,0.9);
}
.btn--white .nav-icon {
  fill: rgba(255,255,255,0.9);
}
.btn--light-blue {
  border: 1px solid #3e51ab;
  color: #3e51ab;
  transition: all 0.4s;
}
.btn--light-blue .nav-icon {
  fill: #3e51ab;
}
.btn--light-blue:hover {
  background: #3e51ab;
  color: #fff;
}
.btn--light-blue:hover .nav-icon {
  fill: #fff;
}
.btn--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.nav-icon--right {
  margin-left: 10px;
}
.nav-icon--left {
  margin-right: 10px;
}
.btn--hover {
  transform: perspective(100px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.1s;
}
.btn--hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #aaa;
  border-radius: 10%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.btn--hover:hover,
.btn--hover:focus,
.btn--hover:active {
  color: #fff;
}
.btn--hover:hover:before {
  transform: scale(2);
}
.btn--hover:focus:before {
  transform: scale(2);
}
.btn--hover:active:before {
  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;
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  display: block !important;
  background: #fff;
  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: flex;
  position: relative;
  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;
  transition: all 0.4s;
  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: flex;
  justify-content: 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;
  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: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #fff;
  border: 1px solid #cfcfcf;
}
.style-label--radio .sytle-input:checked + .sytle-input-element .icon-radio {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #111;
}
.icon-xs {
  width: 12px;
  height: 12px;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.icon-md {
  width: 24px;
  height: 24px;
}
.icon-lg {
  width: 32px;
  height: 32px;
}
.icon-white {
  fill: #fff;
}
.icon-blue {
  fill: #3e51ab;
}
.w100 {
  width: 100%;
}
.mb20 {
  margin-bottom: 20px;
}
img {
  display: block;
}
.header-top__search {
  position: relative;
}
.header-top__search input {
  padding-right: 45px;
}
.header-top__search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.header-top__search-icon:hover {
  cursor: pointer;
}
.header-top__search-icon .icon {
  width: 20px;
  height: 20px;
  fill: #767474;
}
.upload-icon {
  display: none;
}
.upload-icon--show {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.payment-true .modal-content {
  border-radius: 10px;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 300px;
}
.payment-true__title {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin: 20px 0;
  color: #111;
}
.payment-true__text {
  text-align: center;
  line-height: 1.6;
}
.payment-true__icon .icon {
  fill: #2ecc40;
  width: 150px !important;
  height: 150px !important;
}
.online_wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online_wraper .online_block {
  width: 48%;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .online_wraper .online_block {
    width: 100%;
  }
}
.online_wraper .online_block .icon-el {
  margin-right: 20px;
}
.online_wraper .online_block .icon-el svg {
  width: 40px;
  height: 40px;
  fill: #3e51ab;
}
.online-block__text {
  width: calc(100% - 60px);
}
.online-block__text span {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-title {
  margin: 20px 0;
  font-size: 20px;
}
.online-table__cell {
  display: flex;
  padding: 20px;
}
.online-table__cell .icon-el {
  margin-right: 20px;
}
.online-table__cell .icon-el svg {
  width: 25px;
  height: 25px;
  fill: #56955a;
}
.online-table__cell--cancel .icon-el svg {
  fill: #ff4136;
}
.more__el {
  transition: all 0.4s;
}
.more__el:hover {
  border: 1px solid #3e51ab;
  color: #3e51ab;
}
@media only screen and (max-width: 640px) {
  .more__el {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content-title {
    margin-bottom: 15px;
  }
}
.input-row--lang {
  margin-bottom: 20px;
}
.input-row--lang .nice-select {
  width: 100%;
}
.input-row--lang .nice-select .disabled {
  opacity: 1 !important;
  color: #c0c0c0;
}
.input-row--lang .nice-select .disabled:hover:before {
  content: '';
}
.input-row--lang .nice-select .disabled:before {
  content: '';
  background: none;
}
.order__row--unborder {
  border: 0 !important;
}
.modal-content {
  max-width: 500px;
}
@media only screen and (max-width: 640px) {
  .modal-content {
    padding: 30px 10px;
  }
}
.field-error {
  position: relative;
  margin-bottom: 30px;
}
.field-error .error {
  display: block !important;
  margin-bottom: 10px;
  color: #c00c0c;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
}
.cat__el-sub-item {
  display: block;
  color: #959595;
}
.cat__el-sub {
  width: 100%;
  max-height: 350px;
  overflow: auto;
}
.cat__el-sub--empty {
  text-transform: uppercase;
  text-align: center;
  opacity: 0.6;
  font-weight: 700;
  color: #3e51ab;
}
.header-nav-sub__el-two--empty {
  text-transform: uppercase;
  text-align: center;
  opacity: 0.6;
  font-weight: 700;
  color: #3e51ab;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav-sub__el-two {
  display: block;
  padding: 10px;
  background: #f9f9f9;
  font-weight: 400;
}
.header-nav-sub__el-two span {
  color: #111;
}
.header-nav-sub__el-two:hover {
  color: #002cff;
}
.header-nav-sub-two {
  background: #f9f9f9;
  width: 500px;
}
.header-nav-sub__el {
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 90%;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .header-nav-sub__el {
    padding: 10px 30px;
  }
}
.header-nav-sub__el:hover {
  transtion: color 0.4s;
  background-color: #f9f9f9;
}
.header-nav-sub__el:hover > span {
  color: #002cff;
}
.staff-cert__el {
  background: rgba(62,81,171,0.03);
}
.search-result__el {
  transition: all 0.4s;
  padding: 20px;
  border: 1px solid rgba(62,81,171,0.059);
  margin: 20px 0;
  border-radius: 5px;
}
.search-result__el:hover {
  box-shadow: 0px 10px 10px #c5c2c2;
}
.search-result__el b {
  color: #111;
}
.modal .order__row-list-date:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .content__info table,
  .content__info-wrap table {
    width: 850px;
    overflow: auto;
    display: block;
  }
  .content__info table tbody,
  .content__info-wrap table tbody {
    display: table;
    width: 100%;
  }
}
.content__info table ul,
.content__info-wrap table ul {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .content__info table,
  .content__info-wrap table {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  .content__info table,
  .content__info-wrap table {
    width: 640px !important;
  }
}
.content__info .akkord,
.content__info-wrap .akkord {
  margin-bottom: 0;
}
.article-img {
  display: block;
  margin: 30px auto;
  width: 80%;
}
.title-article {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.4;
}
.b-wrap {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap {
    margin-bottom: 30px;
  }
}
.content__info-wrap .section-title,
.content__info-wrap .old_h3 {
  text-align: left !important;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .content__info-wrap .section-title,
  .content__info-wrap .old_h3 {
    font-size: 18px;
  }
}
.more__wrap {
  margin-top: 30px;
}
.mark-box {
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  .mark-box {
    margin: 20px -15px;
    padding: 10px 20px;
  }
}
.popular-course-footer .section {
  padding: 50px 0;
  margin: 0;
}
.popular__el {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .popular__el {
    border: 1px solid #ececec;
    box-shadow: 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .popular__el:hover {
    box-shadow: 0 0 0;
  }
}
.content__info-main-title {
  margin-bottom: 20px;
  align-items: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .course-treners__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .course-treners__name {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .tab__el {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .course-treners {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  .tab-content {
    display: block;
  }
}
.tab-content .old_h3 {
  font-size: 18px;
  color: #3e3e3e;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .tab-content .old_h3 {
    font-size: 16px;
    margin: 10px 0;
  }
}
.tab-content p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .tab-content p {
    font-size: 12px;
  }
}
.content__info-title {
  font-size: 22px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .content__info-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .news-slider__wrap {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  .popular-course-footer .section {
    padding: 25px 0;
  }
}
.error-404 {
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .error-404-title {
    font-size: 24px;
  }
}
.error-404-text {
  margin-bottom: 40px;
  opacity: 0.6;
  text-align: center;
}
.row-btn-mid__get {
  width: auto;
  text-decoration: none !important;
}
.row-btn-mid__get:before {
  content: '';
  display: none !important;
}
.row-btn-mid--sm {
  margin: 30px auto 0 auto;
}
.cert-list-templ {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.pnt-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .pnt-wrap {
    grid-template-columns: 1fr;
  }
}
.pnt_item {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}
.pnt_item:before {
  content: '';
  display: none !important;
}
.pnt__text {
  color: #979797 !important;
  font-size: 12px !important;
}
.schedule__el--decr {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .schedule__el--decr {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .schedule__el--decr {
    width: 100%;
  }
}
.schedule-filter__row--single {
  height: 42px;
  margin-bottom: 40px;
}
.schedule-filter__row {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .twitter-pic img {
    width: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .twitter-article {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .twitter-text {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 640px) {
  .tweetprofilelink a {
    font-size: 12px;
  }
}
.news-list {
  margin-bottom: 60px;
}
.popular__el__get {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.popular .slick-dots {
  bottom: -40px;
}
.command-list .slick-dots {
  bottom: -15px;
}
@media only screen and (max-width: 768px) {
  .command {
    margin-bottom: 50px;
  }
}
.nice-select {
  float: none;
}
@media only screen and (max-width: 640px) {
  .nice-select .option {
    min-height: auto;
    font-size: 12px;
    line-height: 25px;
  }
}
.nice-select .list {
  overflow-y: auto;
  max-height: 300px;
}
.nice-select .list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: #dfdfdf;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #3e51ab;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
@media only screen and (max-width: 640px) {
  .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
  }
}
.nice-select .disabled {
  position: relative;
  z-index: 10;
  pointer-events: visible;
}
.nice-select .disabled:hover {
  opacity: 1;
}
.nice-select .disabled:hover:before {
  content: 'Мест нет';
  display: block !important;
}
.nice-select .disabled:before {
  content: 'Мест нет';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #3e51ab;
  color: #fff;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .modal-back {
    left: 10px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .intro__content {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 1024px) {
  .intro__img {
    background-attachment: inherit;
  }
}
.schedule-cost-val {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .schedule-cost-val {
    font-size: 18px;
  }
}
.schedule-cost__el--check {
  margin-left: initial;
}
@media only screen and (max-width: 1024px) {
  .course-treners__info-text {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .schedule-cost-text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .course-treners__content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .order {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-img--mid {
  margin: 30px auto;
}
.article-img--clear {
  width: auto;
}
.command-el {
  border: 1px solid #ececec;
}
.footer__label {
  margin: 0px 0 20px 0;
  display: inline-block;
  width: 250px;
}
.payment-info-wrap {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .payment-info-wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
.payment-info-status {
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .payment-info-status {
    margin-right: 0;
  }
}
.payment-info-status .icon-check {
  width: 100px;
  height: 100px;
  fill: #2ecc40;
}
@media only screen and (max-width: 640px) {
  .payment-info-status .icon-check {
    margin-bottom: 10px;
  }
}
.payment-info-status .icon-check--bad {
  fill: #ff4136;
}
.payment-info-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .payment-info-title {
    text-align: center;
  }
}
.payment-info-text {
  line-height: 1.6;
}
.schedule__row-content {
  background: rgba(251,251,251,0.831);
}
.schedule__more-text {
  font-weight: 700;
  color: #3e51ab;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .schedule__more-text {
    width: 100%;
  }
}
.header-nav-sub__el:hover >.header-nav-sub-two {
  overflow-y: auto;
}
.header-nav-sub__el-rus {
  font-size: 10px;
}
.sale-slider {
  margin: 30px 0;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 1024px) {
  .sale-slider {
    display: none;
  }
}
.sale-slider .slick-dots {
  bottom: -40px;
}
.video-img {
  width: 100%;
  margin: 30px auto;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .video-img {
    width: 100%;
    height: 250px;
  }
}
.video-img iframe {
  width: 100%;
  height: 100%;
}
.mobile-order .toolbar__el {
  box-shadow: 0 0 0;
}
.header-nav-sub__el-two-code {
  color: #002cff;
}
.cat__el__code {
  font-size: 20px;
  line-height: 1.2;
}
.cat__el-sub-item-code {
  color: #3e51ab;
}
.header-small-el {
  font-size: 14px;
  padding: 10px 0;
  color: #111;
}
.intro-filter {
  background: rgba(3,20,99,0.3) !important;
}
.cat__el-img {
  width: 60px;
  margin-bottom: 20px;
}
.about-company-round {
  display: none;
}
.header-nav-sub-two::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.header-nav-sub-two::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
@-ms-viewport {
  width: device-width;
  zoom: 1;
@media only screen and (max-width: 400px) {
}
}
.get-version {
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}
.intro__wrap {
  max-height: 1080px;
}
.article-title {
  color: #111;
  margin-bottom: 20px;
  display: block;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .article-title {
    font-size: 16px;
  }
}
.header-main--page .header-top__search-icon .icon {
  fill: #fff;
}
.header-main--page--light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.hidden-price {
  display: none;
}
.header-nav__el-icon img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.header-nav__el-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .header-nav__el-text {
    padding: 15px 25px;
  }
}
.found-error {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  line-height: 1.6;
}
.found-error span {
  font-weight: 700;
}
.header-top__nav-lk {
  margin-left: -1px;
}
.disabled-btn {
  pointer-events: none;
  opacity: 0.6;
}
.exam-test {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3e51ab;
  color: #fff !important;
  box-shadow: 0 5px 10px #f1f1f1;
  border-radius: 10px;
  margin-bottom: 30px;
}
.exam-test__icon {
  margin-right: 20px;
}
.exam-test__icon .icon {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.exam-test__info {
  font-weight: 700;
  line-height: 1.4;
}
.label {
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  transform: translateY(-2px);
}
.label--new {
  color: #fff;
  background: #4caf50;
}
.toolbar__list-el {
  position: relative;
  padding: 12px 15px;
}
.toolbar__list-el .label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 8px;
}
.header-nav-new {
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  background: #3e51ab;
  padding: 0 5px;
  font-size: 10px;
}
.schedule-filter__wrap {
  display: block;
}
.schedule-filter__name {
  margin-bottom: 20px;
}
.schedule__row {
  position: relative;
  display: block;
}
.schedule-new {
  top: 0;
  right: 0;
  background: #3e51ab;
  padding: 1px 10px;
  font-size: 10px;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.schedule-new--green {
  background: #56955a;
}
.schedule__el-code {
  display: flex;
  align-items: center;
}
.staff-cert-add {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .staff-cert-add {
    grid-template-columns: repeat(3, 1fr);
  }
}
.staff-cert-add__el {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .content__info-wrap--read table td {
    min-width: 50px;
  }
}
.content__info-wrap--read a {
  text-decoration: underline;
  font-weight: 600;
}
.content__info-wrap--read li {
  margin-bottom: 0;
  font-size: 15px;
}
.mark-box--extend {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .mark-box--extend {
    padding-left: 20px;
  }
}
p.img-description {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 30px;
  margin-top: -20px;
}
.article-img--full {
  margin-left: -30px;
  width: calc(100% + 60px);
  max-width: initial !important;
}
.unwanted {
  opacity: 0.5;
}
.pay-time {
  text-align: center;
  padding: 10px 5px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f4f4f4;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .pay-time {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.article-img--right {
  float: right;
  max-width: 350px;
  width: 100%;
  padding: 0 0 30px 30px;
}
@media only screen and (max-width: 640px) {
  .article-img--right {
    padding: 0;
  }
}
.mark-article {
  border: 1px solid #dfdfdf;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  .mark-article {
    padding: 15px;
  }
}
.mark-article p:last-child {
  margin-bottom: 0;
}
.mark-article__img {
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .mark-article__img {
    margin-right: 20px;
  }
}
.mark-article__img img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .mark-article__img img {
    width: 40px;
    height: 40px;
  }
}
.mark-article__text {
  width: calc(100% - 90px);
}
@media only screen and (max-width: 640px) {
  .mark-article__text {
    width: calc(100% - 60px);
  }
}
.ya-share2 {
  margin-top: 40px;
}
.gift-card {
  width: 70%;
  margin: 30px 0;
}
.msg {
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.msg--attansion {
  background: #fff5c6;
  line-height: 1.4;
}
.msg--attansion a {
  text-decoration: underline;
}
.msg--title {
  margin-left: 20px;
}
.buble {
  display: flex;
  border-radius: 8px;
  transition: all 0.4s;
  box-shadow: 0px 10px 10px #c5c2c2;
  transition: all 0.4s;
  position: fixed;
  background: #fff;
  bottom: 20px;
  left: 20px;
  width: 280px;
  z-index: 1000;
  overflow: hidden;
  transform: translateY(140%);
}
@media only screen and (max-width: 640px) {
  .buble {
    display: none;
  }
}
.buble:hover {
  cursor: pointer;
}
.buble__icon {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #f3f3f3;
}
.icon {
  width: 30px;
  height: 30px;
}
.buble-content {
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  position: relative;
}
.buble-content__title {
  font-size: 12px;
  color: #898989;
}
.buble-content__title span {
  display: block;
  color: #3e51ab;
  margin-bottom: 3px;
  font-weight: 700;
}
.buble-content__get {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
  margin-left: auto;
}
.buble-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1010;
}
.buble-close:hover {
  cursor: pointer;
}
.buble-close .icon {
  width: 10px;
  height: 10px;
}
.buble--active {
  transform: translateY(0);
}
.buble__icon-date {
  font-size: 10px;
  font-weight: 700;
  color: #3e51ab;
  margin-top: 5px;
}
.slick-dots li {
  width: 15px;
}
.fb-page {
  box-shadow: 0 5px 10px #f1f1f1;
}
.fb-wrap {
  overflow: hidden;
  border-radius: 10px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .fb-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.order__row--location .order__row__val {
  font-size: 16px;
}
.divider {
  height: 1px;
  width: 100%;
  margin: 30px 0;
  background: #e4e4e4;
}
.order__row--location .nice-select {
  width: 160px;
  font-size: 12px;
}
.schedule__row--line .schedule__el-code {
  display: inline-flex;
}
.schedule__row--line .schedule__descr {
  display: inline-block;
  margin-left: 5px;
}
.schedule__row--line .schedule__el--name {
  width: 100%;
}
.news-slider__el-text {
  line-height: 1.6;
}
.news-slider__el-title {
  line-height: 1.6;
}
.order__row__val--cost {
  white-space: nowrap;
}
.order__row__name {
  line-height: 1.4;
  position: relative;
}
.order__row__name-add {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  opacity: 0.6;
  white-space: nowrap;
}
.order__row__name--up {
  margin-top: -15px;
}
.input-row--typeExam {
  margin-bottom: 20px;
}
.input-row--typeExam .select-beauty {
  width: 100%;
}
.exam-wrap .schedule__row-content-wrap {
  display: block;
}
.exam-wrap .schedule__el--price {
  display: none;
}
.try-list .check-el {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  transition: all 0.4s;
}
.try-list .check-el:hover {
  cursor: pointer;
}
.try-list .check-el:hover {
  background: #f8f8f8;
}
.try-list .style-label--radio .sytle-input-element {
  border-color: #3e51ab;
  margin-top: 2px;
}
.try-list .style-label--radio .sytle-input:checked + .sytle-input-element .icon-radio {
  background: #3e51ab;
}
.try-list .sytle-input-text {
  width: calc(100% - 60px);
  line-height: 1.6;
}
.try-list .style-label {
  align-items: flex-start;
}
.try-list .style-label:hover {
  cursor: pointer;
}
.try-nav {
  display: flex;
  margin-top: 40px;
}
.try-nav .btn--md {
  margin-right: 20px;
}
.try-score {
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 15px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.try-score-val {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #56955a;
  z-index: 5;
  border-radius: 0 10px 10px 0;
}
.try-score-need {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff4136;
  width: 60%;
  border-radius: 0 10px 10px 0;
}
.modal--lg {
  width: 700px;
  max-width: 700px;
}
.modal--lg .modal-content {
  max-width: 100%;
}
.try-result {
  display: flex;
  margin-bottom: 20px;
}
.try-result__icon {
  margin-right: 20px;
}
.try-result__icon .icon {
  width: 60px;
  height: 60px;
  fill: #56955a;
}
.try-result__icon .icon-false {
  fill: #ff4136;
}
.try-result__content {
  width: calc(100% - 80px);
}
.try-result__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.try-title {
  color: #3e51ab;
  margin-bottom: 20px;
}
.try-result__text {
  line-height: 1.6;
}
.try-question {
  margin-bottom: 30px;
}
.try-question ol,
.try-question ul {
  padding-left: 20px;
}
.fade-enter-active,
.fade-leave-active {
  left: 0;
  transition: opacity 1.2s, transform 0.8s;
  transform: translateX(0px);
}
.fade-enter,
.fade-leave-to {
  transform: translateX(50px);
  opacity: 0;
  position: absolute;
  top: -99999px;
}
.try-nav__el {
  text-transform: none;
  box-shadow: 0 0 0;
  color: #111;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 20px;
}
.try-nav__el:hover {
  box-shadow: 0 0 0;
  border-color: #3e51ab;
  color: #3e51ab;
}
.try-position {
  margin-bottom: 20px;
}
.schedule__val--single {
  position: relative;
  display: inline-block;
  padding: 5px;
}
.schedule__val--single-empty {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(219,223,243,0.83);
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.try-banner {
  padding: 40px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 30px 0;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .try-banner {
    padding: 30px;
  }
}
.try-banner__title {
  margin-bottom: 20px;
  text-align: center;
}
.try-banner__text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}
.try-banner__icon {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .try-banner__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}
.try-container {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .try-start {
    padding: 15px;
    width: 100%;
    font-size: 14px;
    text-transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .try-btn__el {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-slider__wrap {
    display: none !important;
  }
}
.footer-slider__el {
  padding: 20% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sale-slider__el {
  padding: 64% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.review {
  margin-top: 40px;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/PTSans-Regular.woff2") format('woff2'), url("../fonts/PTSans-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/PTSans-Bold.woff2") format('woff2'), url("../fonts/PTSans-Bold.woff") format('woff');
  font-weight: 700;
  font-style: bold;
}
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.payment-type--card-disable {
  pointer-events: none;
  position: relative;
}
.payment-type--card-disable:before {
  content: 'Временно недоступно';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.941);
  position: absolute;
  border-radius: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.banner-try {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .banner-try {
    flex-wrap: wrap;
  }
}
.banner-try-info {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .banner-try-info {
    width: 100%;
    order: 2;
  }
}
.banner-try__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-try__title {
    font-size: 32px;
  }
}
.banner-try__text {
  line-height: 1.6;
  margin-bottom: 30px;
}
.banner-try__img {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .banner-try__img {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}
.section--gray {
  background: #f9f9f9;
}
.section--white {
  background: #fff;
}
.section--extend {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .section--extend {
    padding: 30px;
  }
}
.section--try {
  margin: 0;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.app-cont {
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin: 30px 0;
}
.try-home {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.try-home:hover {
  cursor: pointer;
}
.try-home:hover .icon {
  fill: #3e51ab;
}
.try-home .icon {
  width: 20px;
  height: 20px;
  fill: #caccd3;
  transition: all 0.4s;
}
.try-header {
  display: flex;
  align-items: center;
}
.try-clock {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}
.try-clock:hover {
  cursor: pointer;
}
.try-clock:hover .icon {
  fill: #3e51ab;
}
.try-clock .icon {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  fill: #3e51ab;
  transition: all 0.4s;
}
.try-clock__val {
  font-weight: 700;
}
.chooseLang-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.chooseLang-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  transition: all 0.4s;
}
.chooseLang-row:hover {
  cursor: pointer;
}
.chooseLang-row:last-child {
  margin-bottom: 0;
}
.chooseLang-row:hover {
  background: #3e51ab;
  border-color: #3e51ab;
}
.chooseLang-row:hover .chooseLang-row__title {
  color: #fff;
  opacity: 0.6;
}
.chooseLang-row:hover .chooseLang-row__cost-val {
  color: #fff;
}
.chooseLang-row__icon {
  width: 60px;
  margin-right: 20px;
}
.chooseLang-row__title {
  color: #111;
}
.chooseLang-row__cost {
  display: flex;
  align-items: flex-end;
}
.chooseLang-row__cost-text {
  margin-right: 20px;
}
.chooseLang-row__cost-val {
  font-size: 22px;
  color: #111;
}
.chooseLang-row--active {
  background: #3e51ab;
  border-color: #3e51ab;
}
.chooseLang-row--active .chooseLang-row__title {
  color: #fff;
  opacity: 0.6;
}
.chooseLang-row--active .chooseLang-row__cost-val {
  color: #fff;
}
.video-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .video-container {
    grid-template-columns: 1fr;
  }
}
.video__el {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}
.video__el:hover {
  box-shadow: 0px 10px 10px #c5c2c2;
}
.video__el--extend {
  margin-bottom: 20px;
}
.video__el-icon {
  background: #eef0f6;
  padding: 10px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__el-icon .icon {
  width: 30px;
  height: 30px;
  fill: #3e51ab;
}
.video__el-info {
  padding: 20px;
  width: calc(100% - 60px);
  background: #fff;
}
.video__el-title {
  font-weight: 700;
  color: #111;
  font-size: 13px;
  line-height: 1.6;
}
.video__el-type {
  margin-bottom: 5px;
  font-size: 12px;
}
.input-row-title {
  margin-bottom: 10px;
}
.wrap-form-exam {
  margin-left: -40px;
  margin-right: -40px;
  padding: 30px;
  background: #f6f6f6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrap-form-exam {
    padding: 20px 40px;
  }
}
.notification {
  display: flex;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.notification-icon {
  padding: 10px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-icon .icon {
  width: 20px;
  height: 20px;
}
.notification-info {
  padding: 20px;
  width: calc(100% - 60px);
  font-weight: 700;
}
.gallary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.gallary img {
  width: 48%;
}
.article-insert {
  padding: 20px;
  background: #ddedfe;
  margin-left: 60px;
  width: calc(100% - 80px);
}
.header-nav__el--drop .header-nav-sub {
  overflow-y: auto;
  max-height: 400px;
}
.header-nav__el--drop .header-nav-sub::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.header-nav__el--drop .header-nav-sub::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
/*.mobile
	display none*/
/*.order__row__val
	white-space nowrap*/
.order__row__val--sm {
  font-size: 12px;
  white-space: initial;
}
.schedule__el--price {
  margin-right: 20px;
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .schedule__el--price {
    text-align: left;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .schedule__el--price .schedule__title {
    margin-bottom: 10px;
    width: 100%;
  }
}
.list-number ol {
  list-style: none;
  counter-reset: li;
}
.list-number ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 700;
  color: #111;
}
@media only screen and (max-width: 1024px) {
  .header-nav__el--cataloge {
    display: none;
  }
}
.header-nav__el--order {
  display: none !important;
}
.header-nav-sub__el-name {
  width: 70%;
}
.content-filter {
  transition: opacity 0.8s;
}
@media only screen and (max-width: 1200px) {
  .schedule__price {
    white-space: nowrap;
  }
}
.client {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 640px) {
  .client {
    grid-template-columns: repeat(3, 1fr);
  }
}
.client__el {
  transition: all 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 35% 10%;
  background-size: contain;
}
.modal-exam-msg {
  background: #fff5c6;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.modal-exam-msg a {
  text-decoration: underline;
}
.popular__el__price span {
  font-size: 12px;
}
.block-course__time {
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff5c6;
  margin: 20px 0;
  line-height: 1.6;
  font-size: 14px;
}
.buble-msg-cont {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.buble-msg__title {
  text-align: center;
  font-size: 18px;
  color: #3e51ab;
  font-weight: 700;
  margin-bottom: 20px;
}
.buble-msg__img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.buble-msg__text {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.btn-snow-mobile {
  display: none;
  margin: 30px 0;
  width: 100%;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .btn-snow-mobile {
    display: block;
  }
}
.modal__show {
  margin-right: -15px;
}
.table--clear {
  border-collapse: collapse;
}
.table--clear tbody tr:nth-child(odd) td,
.table--clear tbody tr:nth-child(odd) th {
  background: #fff !important;
}
.table--clear p:last-child {
  margin-bottom: 0;
}
.intro__title-sub {
  background: #3e51ab;
  color: #fff;
  padding: 3px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: -10px 0 20px 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
}
.schedule-cont {
  display: flex;
}
.schedule-date {
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 20px;
  width: 90px;
}
.schedule-cont {
  display: flex;
  overflow: hidden;
}
.schedule-date {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 20px;
}
.schedule-date__val {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  font-family: Museo;
}
.schedule-date__month {
  font-size: 12px;
  margin-bottom: 3px;
}
.schedule-info {
  width: 100%;
  padding: 20px;
}
.schedule-info__type {
  font-size: 12px;
  margin-bottom: 5px;
}
.schedule-info__name {
  font-weight: 700;
  color: #3e51ab;
  font-size: 16px;
  font-family: Museo;
}
.schedule-info__time {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #acacac;
  font-weight: 700;
  font-size: 12px;
}
.schedule-info__time .icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #111;
}
.link-mark {
  text-decoration: underline !important;
}
.course-code {
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #f1f0f0;
}
.course-code span {
  font-weight: 700;
  text-transform: uppercase;
}
.course-code a {
  font-size: 12px;
}
.b-el-bottom {
  display: none;
}
.toolbar-near-date {
  font-size: 10px;
  border-radius: 5px;
  padding: 0 5px;
  color: #565656;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  border: 1px solid #d6d6d6;
}
.mark-text {
  padding: 0px 3px;
  color: #3e51ab;
  font-weight: 700;
}
.akkord {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .akkord {
    margin: 30px 0 30px -10px;
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 640px) {
  .akkord--main {
    margin-top: -50px;
  }
}
.akkord__el {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
/*&:hover
		.akkord__el-head-icon
			&:before
				content ''
				background: $green
			&:after
				content ''
				background: $green*/
}
.akkord__el:hover {
  cursor: pointer;
}
.akkord__el-head {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
}
@media only screen and (max-width: 640px) {
  .akkord__el-head {
    padding: 20px;
  }
}
.akkord__el-head-text {
  width: 80%;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .akkord__el-head-text {
    font-weight: 400;
  }
}
.akkord__el-head-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 640px) {
  .akkord__el-head-icon {
    width: 16px;
    height: 16px;
  }
}
.akkord__el-head-icon:before {
  content: '';
  transition: all 0.4s;
  height: 2px;
  width: 100%;
  background: #3e51ab;
  position: absolute;
  top: calc(50% - 1px);
}
.akkord__el-head-icon:after {
  content: '';
  transition: all 0.4s;
  height: 100%;
  width: 2px;
  background: #3e51ab;
  position: absolute;
  left: calc(50% - 1px);
}
.akkord__el-content {
  padding: 20px;
  display: none;
  line-height: 1.8;
  background: #f9f9f9;
}
@media only screen and (max-width: 640px) {
  .akkord__el-content {
    padding: 30px;
  }
}
.akkord__el-content p {
  line-height: 1.8;
}
.akkord__el-content p:last-child {
  margin-bottom: 0;
}
.akkord__el-content--extend {
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .akkord__el-content--extend {
    padding: 30px;
  }
}
.akkord__el--active {
  border-bottom: 1px solid #dfdfdf;
}
.akkord__el--active .akkord__el-head-text {
  color: #3e51ab;
  font-weight: 700;
}
.akkord__el--active .akkord__el-head-icon:after {
  content: '';
  transform: rotate(90deg);
}
.akkord-map {
  position: relative;
  padding: 25% 10%;
  background: #f9f9f9;
}
.akkord-map__el {
  position: absolute;
}
.video-box {
  background: #fff;
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .video-box {
    flex-wrap: wrap;
  }
}
.video-box__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3% 5%;
  position: relative;
  overflow: hidden;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .video-box__img {
    width: 100%;
    padding: 30% 5%;
  }
}
.video-box__filter {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-box__filter .icon {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.video-box__info {
  padding: 20px 15px;
}
@media only screen and (max-width: 640px) {
  .video-box__info {
    width: 100%;
  }
}
.video-box__date {
  color: #acacac;
  margin-bottom: 5px;
}
.video-box__title {
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  font-family: Museo;
}
.news-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-grid__el {
  display: block;
  width: 100%;
  padding: 30px;
  margin: 0;
}
.news-grid__el-title {
  margin-bottom: 10px;
  max-width: 80%;
  line-height: 1.2;
}
.news-grid__el-date {
  margin-bottom: 20px;
}
.content__info-banner {
  display: flex;
  justify-content: space-between;
}
.content__info-banner-descr {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .content__info-banner-descr {
    width: 100%;
  }
}
.content__info-banner-icon {
  width: 10%;
}
@media only screen and (max-width: 640px) {
  .content__info-banner-icon {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav__el--lg:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 15px;
    right: 15px;
    color: #fff;
    transform: rotate(-45deg);
  }
}
.header-nav__el--lg .header-nav-sub__el {
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .header-nav__el--lg .header-nav-sub {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: initial;
  }
}
.video-box-wrap {
  margin-bottom: 30px;
}
.list-bold {
  list-style-type: none;
  counter-reset: num;
}
.list-bold > li:before {
  content: counter(num) '. ';
  counter-increment: num;
  font-weight: 700;
}
.diagram {
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  color: #fff;
  max-width: 600px;
  margin: 20px auto 40px auto;
}
@media only screen and (max-width: 640px) {
  .diagram {
    font-size: 18px;
  }
}
.diagram a {
  font-size: 24px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
@media only screen and (max-width: 640px) {
  .diagram a {
    font-size: 18px;
  }
}
.diagram-head {
  padding: 20px;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.diagram-mid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 640px) {
  .diagram-mid {
    display: flex;
    flex-wrap: wrap;
  }
}
.diagram-col {
  padding: 10px;
  display: flex;
  flex-flow: column;
  background: #c2a6bd;
}
.diagram-col:first-child {
  grid-column: 1/3;
}
.diagram-col-head {
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  background: #385ba6;
  transition: all 0.4s;
}
@media only screen and (max-width: 640px) {
  .diagram-col-head {
    padding: 15px 10px;
  }
}
.diagram-col-head:hover {
  background: #4e73c3;
}
.diagram-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .diagram-row {
    flex-wrap: wrap;
  }
}
.diagram-row__el {
  padding: 15% 1%;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #af1870;
  transition: all 0.4s;
}
@media only screen and (max-width: 640px) {
  .diagram-row__el {
    padding: 15px 10px;
  }
}
.diagram-row__el:hover {
  background: #dc1e8d;
}
.diagram-row__el--dark {
  background: #262a5e;
  transition: all 0.4s;
}
.diagram-row__el--dark:hover {
  background: #353a82;
}
@media only screen and (max-width: 640px) {
  .diagram-col--lg {
    order: 2;
    width: 100%;
  }
}
.diagram-col--lg .diagram-row__el {
  width: 24%;
}
@media only screen and (max-width: 640px) {
  .diagram-col--lg .diagram-row__el {
    width: 22%;
  }
}
@media only screen and (max-width: 640px) {
  .diagram-col--sm {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
}
.diagram-col--sm .diagram-row__el {
  width: 48%;
}
.diagram-footer {
  padding: 20px;
  text-align: center;
  border: 10px solid #c2a6bd;
  border-top: 0;
}
@media only screen and (max-width: 640px) {
  .diagram-footer {
    border: 0;
    margin-top: 15px;
  }
}
.diagram--purp {
  background: #66215b;
  transition: all 0.4s;
}
.diagram--purp:hover {
  background: #8d2d7d;
}
.table-middle-align td {
  text-align: center;
  vertical-align: middle;
}
.modal-cost__descr {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #f9f9f9;
}
@media only screen and (max-width: 640px) {
  .toolbar__el--cource {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .toolbar__el--exam {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .bread {
    display: none;
  }
}
.tab-content__title--mobile {
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .tab-content__title--mobile {
    display: none;
  }
}
.tab-content__title--mobile:before {
  content: '';
  transition: all 0.4s;
  height: 2px;
  width: 18px;
  background: #3e51ab;
  position: absolute;
  top: 50%;
  right: 16px;
}
.tab-content__title--mobile:after {
  content: '';
  transition: all 0.4s;
  height: 18px;
  width: 2px;
  background: #3e51ab;
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
}
.tab-content__title--mobile.active {
  margin-bottom: 30px;
  color: #3e51ab;
}
.tab-content__title--mobile.active:after {
  content: '';
  transform: rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .tab-content__wrap {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .online-advant {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content__main {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .advant_el {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .hidden-mobile {
    display: none;
  }
}
.notification--mark {
  background: #fff;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .notification--mark {
    display: none;
  }
}
.notification--mark .notification-info {
  display: flex;
  align-items: center;
  font-family: museo;
  padding: 10px 20px;
}
.notification--mark .btn--sm {
  margin-left: auto;
}
.header-product-banner {
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  max-height: 35px;
}
.header-product-banner__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
}
.header-product-banner__img {
  width: 60px;
}
.header-product-banner__info {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 3px 10px 3px 10px;
}
.header-product-banner__info img {
  width: 60px;
}
.header-product-banner__info span {
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  color: #6a7e96;
}
.header-small {
  padding: 5px 0;
}
.toolbar-product-banner {
  display: block;
  margin-bottom: 10px;
}
.header-product-banner--mobile {
  width: auto;
  margin: 20px auto 0 auto;
}
@media only screen and (min-width: 1025px) {
  .header-product-banner--mobile {
    display: none;
  }
}
.offer-wrap {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .offer-wrap {
    display: none;
  }
}
.offer-wrap--extend {
  background: none;
  margin-top: 60px;
}
.offer-wrap--extend .offer {
  background: #f2f2f2;
  padding: 10px 15px;
  border-radius: 12px;
}
.offer-wrap--extend .offer-el {
  background: #fff;
}
.offer {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.offer-info {
  display: flex;
  grid-gap: 20px;
}
.offer-el {
  display: block;
  padding: 5px 20px;
  min-width: 160px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.offer-el:hover {
  border: 1px solid #6a7e96;
}
.offer-el img {
  max-width: 100px;
}
.offer-text {
  font-size: 14px;
  font-weight: 700;
  color: #6a7e96;
  margin-left: auto;
  text-transform: uppercase;
  white-space: nowrap;
}
.offer-logo {
  margin-left: 20px;
  width: 100px;
  margin-top: -5px;
}
.offer-bg {
  height: 75px;
  margin-top: -12px;
  margin-bottom: -12px;
  margin-left: auto;
}
.offer-bg img {
  width: 100%;
  height: 100%;
}
.scheme__el-link {
  padding: 30px 12px;
}
.header-nav-sub__el-add {
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  line-height: 1;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ebebeb;
  font-weight: 400;
  background: #fff;
  color: #111;
}
.header-nav-sub__el-add .icon {
  width: 10px;
  height: 10px;
  display: block;
  fill: #002cff;
}
.header-nav-sub__el-add a {
  color: #3e51ab;
  font-weight: 700;
}
.header-nav-sub__el-add span {
  display: inline-block;
  margin: 0 6px;
}
.advant_el-icon .icon {
  fill: #3e51ab;
}
.header-top__logo {
  width: 180px;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  transition: all 0.4s;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-top__logo {
    width: 140px;
  }
}
.header-top__logo:hover {
  cursor: pointer;
}
.header-top__logo.active {
  border: 1px solid #dfdfdf;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #fff;
}
.header-top__logo.active .companyNav__drop {
  left: 0;
  opacity: 1;
  transform: translateY(0);
}
.companyNav {
  display: flex;
  align-items: center;
}
.companyNav .icon {
  width: 26px;
  height: 26px;
  margin-left: 12px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  padding: 2px;
  fill: #6a7f96;
}
@media only screen and (max-width: 640px) {
  .companyNav .icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
.companyNav-img {
  width: 70%;
  display: block;
}
.companyNav-img img {
  width: 100%;
}
.companyNav__drop {
  position: absolute;
  width: 100%;
  left: -9999px;
  opacity: 0;
  top: 100%;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 7px rgba(0,0,0,0.09);
  background: #fff;
  z-index: 100;
  transition: all 400ms ease;
  transition-property: transform, opacity;
  transform: translateY(10px);
  overflow: hidden;
}
.companyNav__drop-el {
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  display: block;
  transition: all 0.4s;
}
.companyNav__drop-el:hover {
  background: #f9f9f9;
}
.companyNav__drop-el img {
  width: 110px;
}
.external-msg {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  background: #f0f5fe;
  font-weight: 700;
}
