#header-promo {
  padding: 54px 0 0px 0;
  background: #2f1ea2;
}

.header-promo-row {
  display: table;
  width: 100%;
}

.promo-logo-col {
  display: table-cell;
  vertical-align: middle;
}

.promo-menu-col {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.promo-trigger-col {
  display: none;
}

.promo-menu {
  display: inline-block;
  width: 100%;
  max-width: 543px;
}

.promo-menu-col ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.promo-menu-col ul li {
}

.promo-menu-col ul li a {
  text-transform: uppercase;
  color: #ffffff;
}

.promo-logo-col .logo {
  margin: 0;
  width: 305px;
  /* height: 65px; */
  line-height: 1.25em;
  display: block;
  font-weight: 400;
  padding-left: 87px;
  color: #ffffff;
  text-transform: uppercase;
  background: url('../img/logo-w.svg') left center no-repeat;
  background-size: 70px;
  text-decoration: none;
}

#offer-promo {
  padding: 50px 0 0px 0;
  background: #2f1ea2;
  position: relative;
  color: #ffffff;
  z-index: 20;
}

#offer-promo:after,
#promo-why:after,
#promo-tariff:after {
  content: '';
  background: url(../img/sc_bg_p.png) 19% 99% no-repeat;
  height: 130px;
  bottom: -124px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 105;
}

.row-offer {
  align-content: center;
  align-items: center;
}

/*-------------------------*/
/***** PROMO: WHY COURSE *****/
/*-------------------------*/

#promo-why {
  padding: 72px 0 62px 0;
  background: #2f1ea2;
  position: relative;
  color: #ffffff;
  z-index: 20;
}

.promo-why-head {
  margin-bottom: 50px;
  padding: 0 8px;
}

.promo-why-head h2 {
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 34px 0;
  text-transform: none;
}

.promo-why-kicker {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.promo-why-row {
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 150;
}

.promo-why-row > [class*='col-'] {
  margin-bottom: 88px;
}

.promo-why-row > [class*='col-']:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promo-why-row > [class*='col-'] {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .promo-why-row > [class*='col-'] {
    margin-bottom: 55px;
  }
}

.promo-why-card {
  position: relative;
  margin-top: 56px;
  height: 100%;
}

.promo-why-photo {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #eeedf1;
  z-index: 2;
  box-shadow: 0 6px 22px #4a5cbf47;
  background: #fff;
}

.promo-why-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-why-card-inner {
  background: #ffffff;
  border-radius: 14px;
  padding: 90px 26px 32px 26px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
  color: #1a1a1a;
  text-align: left;
  height: calc(100% - 46px);
  /* min-height: calc(100% - 0px); */
}

.promo-why-num {
  font-size: 1.7em;
  font-weight: 500;
  color: #b4cb35;
  margin-bottom: 10px;
}

.promo-why-card-title {
  font-size: 1.45em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.promo-why-card-text {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.45;
  font-weight: 400;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  #promo-why {
    padding: 72px 0 0px 0;
  }
}

@media (max-width: 570px) {
  #promo-why {
    padding: 56px 0 0px 0;
  }

  .promo-why-head {
    margin-bottom: 40px;
  }

  .promo-why-kicker {
    font-size: 1em;
  }
}

/*-------------------------*/
/***** PROMO: TARIFFS *****/
/*-------------------------*/

#promo-tariff {
  padding: 80px 0 30px 0;
  background: #2f1ea2;
  position: relative;
  color: #ffffff;
  z-index: 20;
}

.promo-tariff-head h2 {
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 34px 0;
  text-transform: none;
}

.promo-tariff-kicker {
  margin: 0 0 48px 0;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.promo-tariff-row {
  align-items: stretch;
}

.promo-tariff-row > [class*='col-'] {
  margin-bottom: 28px;
}

.promo-tariff-row > [class*='col-']:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promo-tariff-row > [class*='col-'] {
    margin-bottom: 0;
  }
}

.promo-tariff-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
  color: #1a1a1a;
}

.promo-tariff-card-badge {
  background: #8ea416;
  color: #ffffff;
  text-align: center;
  padding: 16px 16px;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.3;
}

.promo-tariff-price {
  font-size: 2em;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  padding: 34px 16px 20px 16px;
  line-height: 1.2;
}

.promo-tariff-body {
  flex: 1 1 auto;
  padding: 8px 24px 4px;
  font-size: 1.1em;
  line-height: 1.45;
  font-weight: 400;
}

.promo-tariff-body strong {
  font-weight: 700;
  color: #2f1ea2;
}

.promo-tariff-body p {
  margin: 0 0 14px 0;
}

.promo-tariff-body p:last-child {
  margin-bottom: 0;
}

.promo-tariff-action {
  text-align: center;
  padding: 20px 20px 50px 20px;
}

.promo-tariff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1em;
  /* padding: 12px 26px 12px 28px; */
  border-radius: 30px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
}

.promo-tariff-btn:hover,
.promo-tariff-btn:focus {
  color: #ffffff !important;
  opacity: 0.92;
}

.promo-tariff-btn-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #eaffc9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  line-height: 1;
}

.promo-tariff-btn-ic i {
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 570px) {
  #promo-tariff {
    padding: 56px 0 10px 0;
  }

  .promo-tariff-kicker {
    margin-bottom: 36px;
    font-size: 1em;
  }

  .promo-tariff-price {
    font-size: 1.65em;
  }
}

/* «Остались вопросы?» — блок #feedback с главной; после тарифов с волной — чуть больше воздуха и слой над декором */
#promo-tariff + #feedback {
  position: relative;
  z-index: 12;
  background: #ffffff;
  padding-top: 96px;
}

@media (max-width: 570px) {
  #promo-tariff + #feedback {
    padding-top: 80px;
  }
}

/* Процесс обучения — слайдер (логика как .edu-slider) */
#promo-process {
  background: #f4f4f4;
  color: #010101;
  padding: 72px 0 96px 0;
  position: relative;
  z-index: 8;
}

#promo-process .study-title {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.promo-process-slider-box {
  position: relative;
}

.promo-process-arrows {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
}

.promo-process-dots {
  position: relative;
  padding: 28px 0 0 0;
}

.promo-process-item {
  height: auto !important;
}

.promo-process-figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #eaeaea;
}

.promo-process-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#promo-process .promo-process-dots .slick-dots li button:before {
  font-size: 10px;
}

#promo-process .promo-process-dots .slick-dots li.slick-active button:before {
  color: #b4cb35;
  opacity: 1;
}

#promo-process .slick-prev {
  left: -150px;
  top: 0;
  z-index: 101;
  border-radius: 100%;
}

#promo-process .slick-next {
  right: -150px;
  z-index: 101;
  top: 0;
  border-radius: 100%;
}

#promo-process .slick-prev,
#promo-process .slick-next {
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3534a5;
  background: linear-gradient(90deg, rgba(53, 52, 165, 1) 0%, rgba(108, 72, 219, 1) 100%);
  text-shadow: 1px 1px 2px #8f826e;
}

#promo-process:hover .slick-prev,
#promo-process:hover .slick-next {
  opacity: 1;
}

#promo-process:hover .slick-prev:hover,
#promo-process:hover .slick-prev:focus,
#promo-process:hover .slick-next:hover,
#promo-process:hover .slick-next:focus {
  opacity: 0.8;
}

#promo-process .slick-prev:before,
#promo-process [dir='rtl'] .slick-prev:before,
#promo-process .slick-down:before,
#promo-process [dir='rtl'] .slick-down:before,
#promo-process .slick-next:before,
#promo-process [dir='rtl'] .slick-next:before {
  color: #dbdcfb;
}

@media (max-width: 1200px) {
  #promo-process .slick-prev {
    left: -24px;
  }
  #promo-process .slick-next {
    right: -24px;
  }
}

@media (max-width: 570px) {
  #promo-process {
    padding: 56px 0 80px 0;
  }

  #promo-process .study-title {
    padding-bottom: 36px;
  }

  #promo-process .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    padding: 0;
  }
  #promo-process .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 5px;
  }
}

/* Программа — аккордеон как #questions на главной */
#promo-programm {
  background: #f4f4f4;
  position: relative;
  z-index: 10;
  padding: 148px 0 130px 0;
}

#promo-programm:after {
  content: '';
  background: url(../img/obl3.png) 8% 99% no-repeat;
  height: 168px;
  bottom: -50px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 14;
  pointer-events: none;
}

#promo-programm .questions-title {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#promo-programm .questions-title h2 {
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 34px 0;
}

#promo-programm .promo-programm-kicker {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}

#promo-programm .promo-programm-body {
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 570px) {
  #promo-programm .promo-programm-kicker {
    font-size: 1em;
  }
}

/* Эксперты — тот же слайдер, что #edu на главной */
#promo-expert {
  background: #ffffff;
  padding: 48px 0 72px 0;
  position: relative;
  z-index: 9;
}

#promo-expert .edu-aftertitle {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  color: #1a1a1a;
  padding: 36px 12px 40px 12px;
}

#promo-expert .edu-card .edu-text,
#promo-expert .edu-card .edu-stag {
  text-align: center;
}

#promo-expert .edu-slider-dots .slick-dots li button:before {
  font-size: 10px;
}

#promo-expert .edu-slider-dots .slick-dots li.slick-active button:before {
  color: #b4cb35;
  opacity: 1;
}

#promo-expert .slick-prev {
  left: -150px;
  top: 0;
  z-index: 101;
  border-radius: 100%;
}

#promo-expert .slick-next {
  right: -150px;
  z-index: 101;
  top: 0;
  border-radius: 100%;
}

#promo-expert .slick-prev,
#promo-expert .slick-next {
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #3534a5;
  background: linear-gradient(90deg, rgba(53, 52, 165, 1) 0%, rgba(108, 72, 219, 1) 100%);
  text-shadow: 1px 1px 2px #8f826e;
}

#promo-expert:hover .slick-prev,
#promo-expert:hover .slick-next {
  opacity: 1;
}

#promo-expert:hover .slick-prev:hover,
#promo-expert:hover .slick-prev:focus,
#promo-expert:hover .slick-next:hover,
#promo-expert:hover .slick-next:focus {
  opacity: 0.8;
}

#promo-expert .slick-prev:before,
#promo-expert [dir='rtl'] .slick-prev:before,
#promo-expert .slick-down:before,
#promo-expert [dir='rtl'] .slick-down:before,
#promo-expert .slick-next:before,
#promo-expert [dir='rtl'] .slick-next:before {
  color: #dbdcfb;
  font-size: 30px;
}

@media (max-width: 1200px) {
  #promo-expert .slick-prev {
    left: -24px;
  }
  #promo-expert .slick-next {
    right: -24px;
  }
}

@media (max-width: 768px) {
  #promo-expert .slick-prev,
  #promo-expert .slick-next {
    top: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
  }
  #promo-expert .edu-slider-arrows {
    top: auto;
    bottom: -45px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #promo-expert .slick-prev:before,
  #promo-expert [dir='rtl'] .slick-prev:before,
  #promo-expert .slick-down:before,
  #promo-expert [dir='rtl'] .slick-down:before,
  #promo-expert .slick-next:before,
  #promo-expert [dir='rtl'] .slick-next:before {
    color: #ffffff;
    font-size: 20px;
  }
}

@media (max-width: 570px) {
  #promo-expert {
    padding: 64px 0 56px 0;
  }

  #promo-expert .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    padding: 0;
  }

  #promo-expert .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 5px;
  }
  #promo-expert .edu-aftertitle {
    font-size: 1em;
  }
}

.promo-text {
  font-size: 1.2em;
  max-width: 520px;
}

.promo-text h1 {
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 600;
  /*max-width: 520px;*/
}

.promo-text ul,
.promo-text ol {
  padding-left: 0px;
  counter-reset: num;
  list-style: none;
  padding: 10px 0;
  font-size: 1.1em;
}

.promo-text ul ul,
.promo-text ol ol {
  margin-left: 20px;
}

.promo-text ul li,
.promo-text ol li {
  position: relative;
  margin: 0.5em 0 0.5em 0;
  padding-left: 0;
  line-height: 1.35em;
}

.promo-text ul:not(.tabs) li::before {
  font-family: 'Seditio' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: '\e904';
  color: #b4cb35;
  font-weight: normal;
  display: inline-block;
  width: 5px;
  margin-right: 1em;
  font-size: 1em;
  min-width: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}

.promo-text ol {
  padding-left: 0;
}

.promo-text ol li {
  position: relative;
  margin: 0.6em 0 0.6em 0;
  padding-left: 25px;
}

.promo-text ol:not(.tabs) li::before {
  font-weight: normal;
  content: counter(num) '.';
  counter-increment: num;
  color: #b4cb35;
  opacity: 1;
  font-size: 1.1em;
  line-height: 1;
  position: absolute;
  left: 0;
}

.promo-subtitle {
  font-size: 1.3em;
  font-weight: 500;
}

.promo-start i {
  color: #b4cb35;
  font-size: 1.1em;
  vertical-align: bottom;
}

.promo-start span {
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #b4cb35;
}

.promo-thumb {
  z-index: 1;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  padding: 0 0 40px 0;
  overflow: visible;
}

/* Слот под фото: целиком заполнен мягким свечением; картинка поверх того же контура */
.promo-thumb-glow {
  position: absolute;
  left: 40px;
  right: 40px;
  height: 100%;
  top: 0%;
  bottom: 40px;
  z-index: 201;
  border-radius: 12px;
  pointer-events: none;
  background: radial-gradient(ellipse 82% 88% at 50% 48%, rgba(255, 255, 255, 0.4) 0%, rgb(150 205 225 / 45%) 20%, rgb(112 185 231 / 50%) 42%, rgba(130, 110, 210, 0.22) 70%, rgba(47, 30, 162, 0.6) 100%);
  filter: blur(52px);
  transform: scale(1);
}

.promo-thumb .promo-container {
  position: relative;
  z-index: 1000;
  display: block;
  margin: 0;
}

.promo-thumb img {
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.promo-buttons {
    font-size: 1.1em;
    padding-bottom: 8px;
}

.promo-buttons .btn-green {
  background: #8ea416;
  border: 2px solid #8ea416;
  margin-right: 10px;
}

.promo-buttons .btn-green:hover,
.promo-buttons .btn-green:active,
.promo-buttons .btn-green:focus {
  background: none;
  border: 2px solid #fff;
  box-shadow: none;
}

.promo-buttons .btn-nobg {
  background: none;
  border: 2px solid #fff;
}

.promo-buttons .btn-nobg:hover,
.promo-buttons .btn-nobg:active,
.promo-buttons .btn-nobg:focus {
  border: 2px solid #8ea416;
  box-shadow: none;
  color: #8ea416;
}

/*-------------------------*/
/***** PROMO: ADVANTAGES *****/
/*-------------------------*/

#promo-advantages {
  position: relative;
  z-index: 10;
  background: #f2f3f7;
  padding: 205px 0 90px 0;
  color: #1a1a1a;
}

.promo-advantages-title h2 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 40px 0;
}

.promo-advantages-row {
  margin-top: 0;
  align-items: stretch;
}

.promo-advantages-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  border-radius: 8px;
  box-shadow: none;
  padding: 20px 20px 20px 20px;
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  gap: 9px;
}

.promo-advantages-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 2em;
  margin: 0;
  background: none;
  line-height: 1;
}

.promo-advantages-icon i.ic-circle-check {
  color: #2f1ea2;
  line-height: 1;
}

.promo-advantages-text {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.35em;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
}

.promo-advantages-row > [class*='col-'] {
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .promo-advantages-row > [class*='col-'] {
    margin-bottom: 0;
  }
}

@media (max-width: 570px) {
  /*  #promo-advantages {
    padding: 96px 0 48px 0;
  }

  .promo-advantages-title h2 {
    font-size: 1.45em;
    margin-bottom: 28px;
  }
*/
  .promo-advantages-card {
    padding: 16px 14px;
    gap: 12px;
  }

  .promo-advantages-icon {
    width: 44px;
    height: 44px;
  }

  .promo-advantages-icon i.ic-circle-check {
    font-size: 2rem;
  }
}

/*-------------------------*/
/***** PROMO: LICENSE & DIPLOMA *****/
/*-------------------------*/

#promo-license {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 72px 0 72px 0;
  color: #1a1a1a;
}

.promo-license-head {
  margin-bottom: 52px;
}

.promo-license-head h2 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 16px 0;
  text-transform: none;
  line-height: 1.25;
}

.promo-license-lead {
  max-width: 920px;
  margin: 0 auto 0;
  padding: 0 8px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.promo-license-row {
  align-items: flex-start;
}

.promo-license-row > [class*='col-'] {
  margin-bottom: 40px;
}

.promo-license-row > [class*='col-']:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promo-license-row > [class*='col-'] {
    margin-bottom: 0;
  }
}

.promo-license-col {
  text-align: center;
}

.promo-license-figure {
  margin: 0 0 14px 0;
  padding: 0;
}

.promo-license-img {
  display: block;
  width: 100%;
  max-width: 434px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #e2e4ea;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fafafa;
}

.promo-license-caption {
  margin: 0 auto;
  padding-top: 15px;
  font-size: 1.1em;
  max-width: 455px;
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
  text-align: center;
}

.promo-license-link-wrap {
  margin: 0;
}

a.promo-license-check {
  color: #8ea416;
  text-decoration: underline;
  font-weight: 600;
}

a.promo-license-check:hover,
a.promo-license-check:focus {
  color: #6d8010;
  text-decoration: underline;
}

.promo-license-footer {
  margin: 48px auto 0;
  max-width: 920px;
  padding: 0 8px;
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #3f48cc;
}

@media (max-width: 570px) {
  #promo-license {
    padding: 48px 0 56px 0;
  }

  .promo-license-head h2 {
    font-size: 1.45em;
  }

  .promo-license-head {
    margin-bottom: 28px;
  }

  .promo-license-footer {
    margin-top: 36px;
    font-size: 1em;
  }
}

#promo-feedback {
  position: relative;
  z-index: 8;
  padding: 190px 0 80px 0;
}

/*-------------------------*/
/***** MOBILE TRIGGER *****/
/*-------------------------*/

.promo-nav-trigger {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  font-size: 30px;
  white-space: nowrap;
  color: transparent;
  border: 0;
  z-index: 8001;
  background: none;
}

.promo-nav-trigger span,
.promo-nav-trigger span::before,
.promo-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background: #ffffff;
}
.promo-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.promo-nav-trigger span::before,
.promo-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.promo-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.promo-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.promo-nav-trigger.nav-is-visible span::after {
  top: 5px;
}
.promo-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.promo-nav-trigger.nav-is-visible span::before,
.promo-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #ffffff;
}
.promo-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
.promo-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.promo-mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /* margin-top: 35px; */
  width: 100%;
  /* margin-right: 20%; */
  overflow-y: scroll;
  height: 100%;
  padding: 30px;
  background: #000587;
  z-index: 8000;
  overflow: hidden;
}

.promo-js-box {
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.promo-js-menu {
  flex: 1 0 auto;
}

.promo-js-menu.slinky-theme-default li {
  line-height: 1;
  font-weight: 600;
  border: 0;
  text-align: center;
}

.promo-js-menu.slinky-menu {
  background: transparent !important;
}

.promo-js-menu.slinky-menu ul {
  padding-left: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}

.promo-js-menu.slinky-menu a:not(.back) {
  color: #ffffff;
  padding: 1em;
}

.nav-is-visible {
  display: block !important;
}

@media (max-width: 992px) {
  .promo-thumb {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 50px;
  }

  .promo-trigger-col {
    display: table-cell;
    width: 20px;
    vertical-align: middle;
  }

  .promo-menu-col .promo-menu {
    display: none;
  }

  .promo-logo-col .logo {
    margin: 5px 0;
    width: 260px;
    font-size: 13px;
    padding-left: 68px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-size: 55px;
  }
}

@media (max-width: 570px) {
  #header-promo {
    padding: 20px 0 0px 0;
    background: #2f1ea2;
  }

  .promo-text h1 {
    font-size: 1.5em;
  }

  .promo-buttons .btn {
    font-size: 1.2em;
  }

  .promo-buttons .btn-green {
    margin-bottom: 24px;
  }
	#promo-advantages {
		padding: 90px 0 53px 0;
	}  
  
	#offer-promo:after {
		height: 130px;
		bottom: -64px;
	} 
	
	#promo-programm {
		padding: 148px 0 57px 0;
	}	
	
	#promo-tariff:after {
		height: 101px;
		bottom: -100px;
	}

	#promo-feedback {
		padding: 125px 0 70px 0;
	}	
  
}


/*-------------------------*/


/***** MODALE FORM *****/


/*-------------------------*/

.modale {
    font-size: 1em;
    margin-bottom: 9px;
    margin-top: 9px;
}

.modalecam {
    width: 760px;
    height: 428px;
    position: relative;
    min-height: 200px;
    background: #000;
    padding: 0px 0px;
    color: #010101;
    /* max-width: 380px; */
    border-radius: 12px;
    overflow: hidden;
    background: #000 url(../img/loading.gif) center center no-repeat;
    float: none;
}

.modalecam iframe {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.modale-adv {
    max-width: 1000px!important;
    width: 100%!important;
    height: auto;
    position: relative;
    min-height: 200px;
    background: #ffffff;
    padding: 0;
    color: #010101;
    max-width: 380px;
    border-radius: 12px;
}

.modale-text {
    font-size: 1em;
}

.modale-text p {
    margin: 0.8em 0!important;
}

.modale-text p:last-child {
    margin-bottom: 0!important;
}

.modale-text h3 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 0;
}

.modale-img {
    height: 100%;
    width: 100%;
}

.modale-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.modale {
    width: 100%;
    position: relative;
    min-height: 200px;
    background: #ffffff;
    padding: 40px 42px;
    color: #010101;
    max-width: 360px;
    border-radius: 12px;
    float: right;
}

/*
.modale:before {
    content: ' ';
    background: #d4e9e8;
    height: 10px;
    width: 80%;
    margin: 0 10%;
    display: block;
    top: -9px;
    left: 0;
    position: absolute;
}

.modale:after {
    content: ' ';
    background: #d4e9e8;
    height: 10px;
    width: 80%;
    margin: 0 10%;
    display: block;
    bottom: -9px;
    left: 0;
    position: absolute;
}
*/
.modale-close {
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.modale-body {
    overflow: hidden;
}

.modale-form-fields input[type="text"],
.modale-form-fields textarea,
.modale-form-fields select {
    width: 100%;
}

.modale-form-fields input[type="text"] {
    border-radius: 30px!important;
    width: 100%!important;
    padding: 12px 20px!important;
    line-height: 1;
}

.modale-form-textarea {}

.modale-form-fields textarea {
    height: 110px;
    display: block;
}

.modaletitle,
.modale-form-title {
    font-size: 1.65em;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    padding-bottom: 28px;
    max-width: 300px;
    margin: 0 auto;
}

.modale-form-field {
    margin-bottom: 15px;
    position: relative;
}

.modalebody {
    margin-bottom: 0;
    position: relative;
}

.modalebody .modaletext {
    font-size: 1.2em;
    text-align: center;
}

.modale-form-note {
    text-align: center;
    padding: 0px 0 20px 0;
    color: #5c5e99;
    font-size: 0.85em;
    line-height: 1.2em;
    position: relative;
}

.modale-form-note .error-field {
    bottom: 15px;
}

.modale-form-note a {
    color: #7577bd;
    text-decoration: underline;
}

.modale-form-note a:hover {
    color: #9295e7;
    text-decoration: underline;
}

.modale-form-submit {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

.modale_st_page {
    max-width: 1000px;
}
