@font-face { font-family: 'Montserrat', sans-serif; font-weight: 500; src: url("../fonts/djm__p.woff2") format("woff2"); }

@font-face { font-family: 'Montserrat', sans-serif; font-weight: 600; src: url("../fonts/djb__p.woff2") format("woff2"); }

@font-face { font-family: 'Montserrat', sans-serif; font-weight: 400; src: url("../fonts/djl__p.woff2") format("woff2"); }

@font-face { font-family: "Rembank"; src: url("../fonts/Rembank.woff2") format("woff2"); }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;0,900;1,800;1,900&display=swap'); */

* { margin: 0; padding: 0; border: 0px; box-sizing: border-box; font-family: 'Montserrat', sans-serif; }

html { scroll-behavior: smooth; }

.app { position: relative; }

.footerDecor { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; background-image: url("../img/footerBars.png"); width: 100%; height: 160px; max-width: 1200px; }

.wrappAll { position: relative; min-width: 320px; max-width: 1500px; width: 100%; margin: 0 auto; overflow-x: hidden; }

@media (min-width: 1025px) { ::-webkit-scrollbar { width: 7.5px; height: 7.5px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); border-radius: 5px; }
  ::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.3); } }

.nav { display: flex; justify-content: center; align-items: center; width: 100%; max-width: 1200px; padding: 21.5px 0px 15px; margin: 0 auto; }

@media (min-width: 1025px) { .nav { padding: 43px 0px 30px; } }

.nav__ul { display: flex; align-items: center; justify-content: flex-start; list-style: none; width: 100%; margin: 0; padding: 0 5px; }

@media (min-width: 400px) { .nav__ul { padding: 0 15px; } }

@media (min-width: 576px) { .nav__ul { padding: 0 32px; } }

.nav__ul > li:nth-child(1) { width: 65px; min-width: 65px; margin-right: 30px; }

@media (min-width: 400px) { .nav__ul > li:nth-child(1) { width: 85px; min-width: 85px; } }

@media (min-width: 768px) { .nav__ul > li:nth-child(1) { width: 175px; margin-right: 90px; } }

.nav__ul > li:nth-child(2) { margin-left: auto; margin-right: 20px; }

@media (min-width: 768px) { .nav__ul > li:nth-child(2) { margin-right: 55px; } }

.nav__ul > li:nth-child(3) { margin-right: 20px; }

@media (min-width: 768px) { .nav__ul > li:nth-child(3) { margin-right: 55px; } }

.nav__list { list-style: none; }

.nav__link { padding: 5px 5px; font-size: 8.5px; font-weight: 500; text-transform: uppercase; text-decoration: none !important; color: #525252; }

@media (min-width: 400px) { .nav__link { font-size: 11px; } }

@media (min-width: 576px) { .nav__link { font-size: 15px; } }

@media (min-width: 768px) { .nav__link { font-size: 18px; } }

.hero { position: relative; width: 100%; max-width: 1200px; min-height: 665px; margin: 0 auto; }

.hero::after { content: ''; position: absolute; width: 100%; height: 100%; background-image: url(../img/bg_hero_25.png); background-size: cover; background-repeat: no-repeat; top: 0; left: 0; }

@media (min-width: 768px) { .hero { background-size: auto; } }

.hero__webinar { display: flex; align-items: center; width: 100%; height: 64px; padding: 0px 15px; background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 768px) { .hero__webinar { height: 84px; } }

.hero__webinar > p { margin: 0; color: #fff; font-size: 18px; }

@media (min-width: 768px) { .hero__webinar > p { font-size: 23.5px; } }

@media (min-width: 1025px) { .hero__webinar > p { padding-left: 25px; } }

@media (min-width: 1201px) { .hero__webinar > p { padding-left: 120px; } }

.hero__webinar > p > span { display: inline-block; width: 1.5px; height: 20px; background-color: #fff; vertical-align: middle; margin: 0 3px; }

.hero__content { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; }

@media (min-width: 1025px) { .hero__content { top: 40%; left: 0; transform: translate(0%, -50%); align-items: flex-start; width: auto; padding-left: 35px; } }

@media (min-width: 1025px) { .hero__content { padding-left: 35px; } }

@media (min-width: 1201px) { .hero__content { top: 40%; padding-left: 120px; } }

.hero__darkCover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); }

.hero__preTitle { font-size: 16px; color: #fff; font-style: italic; font-family: 'Montserrat', sans-serif; font-weight: 700; }

@media (min-width: 576px) { .hero__preTitle { font-style: 18px; } }

@media (min-width: 1025px) { .hero__preTitle { font-size: 25.3px; } }

.hero__title { color: #fff; font-style: italic; font-size: 20px; margin: 10px 0; text-align: center; font-weight: 100; padding: 0 5px; }

.hero__title > strong { font-family: 'Montserrat', sans-serif;}

@media (min-width: 400px) { .hero__title { font-size: 25px; } }

@media (min-width: 576px) { .hero__title { font-size: 32.5px; } }

@media (min-width: 768px) { .hero__title { font-size: 40px; margin-bottom: 25px; } }

@media (min-width: 1025px) { .hero__title { text-align: left; font-size: 48px; line-height: 55px; padding: 0px; } }

@media (min-width: 1201px) { .hero__title { font-size: 55.6px; } }

.hero__titleWebinar { font-family: 'Montserrat', sans-serif !important; font-weight: 900; font-size: 40px; }

@media (min-width: 768px) { .hero__titleWebinar { font-size: 50px; } }

@media (min-width: 1025px) { .hero__titleWebinar { font-size: 55.6px; } }

.hero__subtitleWebinar { font-size: 35px; font-family: 'Montserrat', sans-serif; font-weight: 600; }

@media (min-width: 1025px) { .hero__subtitleWebinar { font-size: 38px; } }

.hero__text { position: relative; z-index: 1; max-width: 380px; color: #fff; font-style: italic; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 600; }

@media (min-width: 768px) { .hero__text { font-size: 16px; max-width: 400px; } }

@media (min-width: 1025px) { .hero__text { font-size: 18px; line-height: 30px; max-width: 565px; text-align: left; } }

@media (min-width: 1201px) { .hero__text { font-size: 23.3px; max-width: 740px; } }

.hero__dateText { font-size: 27px; letter-spacing: 1.25px; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-top: 10px; text-align: center; }

.hero__titleStrong { font-size: 50px; }

.hero__subText { display: block; font-size: 31.5px; transform: translateY(-5px); }

.hero__btn { display: flex; justify-content: center; align-items: center; width: 300px; height: 63px; background-color: #c70c0f; text-transform: uppercase; letter-spacing: 1px; margin-top: 39px; margin-right: 10px; font-size: 16.4px; color: #fff !important; outline: transparent; cursor: pointer; text-decoration: none !important; transition: 0.2s; }

.hero__btn:hover { letter-spacing: 1.5px; }

@media (min-width: 768px) { .hero__btn { width: 386px; font-size: 19.4px; } }

.hero__img { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 290px; }

@media (min-width: 768px) { .hero__img { width: 417px; left: 73%; bottom: 50%; transform: translateY(50%) translateX(-50%); } }

@media (min-width: 1025px) { .hero__img { width: 617px; bottom: calc(50% + 60px); } }

.stream { position: absolute; top: 87.5%; left: 50%; transform: translate(-50%, -100%); width: 300px; height: 220px; background-color: transparent; padding: 35px 0; }

@media (min-width: 768px) { .stream { top: 50%; left: 53%; transform: translate(0, -50%); width: 360px; height: 320px; } }

@media (min-width: 1025px) { .stream { left: 50%; width: 481px; height: 371px; } }

@media (min-width: 1201px) { .stream { left: 50%; width: 551px; height: 371px; } }

.stream__book { position: absolute; top: 100%; left: 0; transform-origin: center; transform: translate(-25%, -80%); width: 220px; }

@media (min-width: 1025px) { .stream__book { width: 320px; } }

.stream__title { font-size: 30px; font-weight: 100; }

@media (min-width: 768px) { .stream__title { font-size: 40px; } }

@media (min-width: 1025px) { .stream__title { font-size: 48px; transform: translateX(-25px); } }

.stream__subtext { font-size: 20px; transform: translateX(45px); line-height: 45px; }

.stream__subtext > strong { font-family: 'Montserrat', sans-serif; font-weight: 500; }

@media (min-width: 768px) { .stream__subtext { font-size: 30px; } }

@media (min-width: 1025px) { .stream__subtext { font-size: 37px; transform: translateX(75px); } }

.hero__decorSemiCircle { position: absolute; top: -116.5px; left: 0px; z-index: -1; display: none; }

@media (min-width: 1025px) { .hero__decorSemiCircle { display: block; } }

.main { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; min-height: 848px; max-width: 960px; margin: 0 auto; padding: 30px 10px 80px; color: #010000; font-size: 14px; }

@media (min-width: 1025px) { .main { font-size: 18px; padding: 30px 0px 50px; } }

.main__content { display: flex; flex-direction: column; align-items: center; width: 100%; }

@media (min-width: 1025px) { .main__content { flex-direction: row; justify-content: space-around; } }

.main__contentItem { display: flex; flex-direction: column; align-items: center; padding-bottom: 55px; }

@media (min-width: 1025px) { .main__contentItem { padding-bottom: 25px; } }

.main__itemText { text-align: center; line-height: 25px; font-size: 18px; margin: 0; }

.main__itemText--red { font-size: 48px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #cc161e; margin: 0; }

.main__itemText--red > strong { font-size: 23px; font-family: 'Montserrat', sans-serif; font-weight: 600; }

.main__primaryText, .main__footerText { text-align: center; margin-bottom: 45px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 30px; color: #000; }

@media (min-width: 1025px) { .main__primaryText, .main__footerText { align-self: flex-start; text-align: left; } }

.formTitle, .faqTitle { margin-bottom: 45px; text-align: center; text-transform: uppercase; font-size: 30px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #cc161e; }

.formWrap { width: 100%; height: 100%; min-height: 500px; min-width: 300px; display: flex; flex-direction: column; align-items: center; }

@media (min-width: 1025px) { .formWrap { flex-direction: row; align-items: flex-start; } }

.formWrap__img { width: 300px; margin: 25px 0px; }

@media (min-width: 1025px) { .formWrap__img { width: 368px; margin-bottom: 0px; } }

@media (min-width: 1201px) { .formWrap__img { width: 600px; transform: translateX(-120px); } }

.form { display: flex; flex-direction: column; align-items: center; width: 100%; width: 300px; }

@media (min-width: 1025px) { .form { width: 50%; max-width: 380px; align-items: flex-start; margin-left: 80px; } }

@media (min-width: 1201px) { .form { transform: translateX(-120px); margin-left: 20px; } }

.form__title { text-align: center; text-transform: uppercase; font-size: 19.5px; font-family: 'Montserrat', sans-serif; font-weight: 500; color: #c70c0f; margin: 0; margin-bottom: 10px; }

@media (min-width: 1025px) { .form__title { text-align: left; white-space: nowrap; } }

.form__aside { display: flex; flex-direction: column; align-items: center; }

.form__header { width: 100%; text-align: center; font-size: 21px; color: #000; }

.form__header > strong { font-size: 30px; font-family: 'Montserrat', sans-serif; font-weight: 600; }

@media (min-width: 1025px) { .form__header { text-align: left; } }

.form__input { width: 95%; min-width: 285px; max-width: 351.86px; height: 40px; background-color: #f5f5f5; padding: 0px 15px; margin-bottom: 15px; font-size: 14px; }

.form__input::placeholder { font-size: 12px; }

@media (min-width: 768px) { .form__input { height: 50px; font-size: 15px; } }

@media (min-width: 1025px) { .form__input { width: 100%; } }

.form__message { height: 214px; resize: none; padding-top: 15px; }

.form__checkboxWrap { width: 95%; display: flex; max-width: 320px; }

@media (min-width: 1025px) { .form__checkboxWrap { margin-left: 15px; } }

.form__checkbox { display: flex; justify-content: center; align-items: center; width: 11px; min-width: 11px; height: 11px; background-color: #fff; border: 1px solid grey; margin-right: 6px; cursor: pointer; transition: 0.2s; }

.form__checkbox--checked { background-color: #c70c0f; border: 1px solid #c70c0f; }

.form__checkboxText { font-size: 9px; max-width: 245px; }

.form__checkMark { width: 10px; display: block; }

.form__button { display: block; width: 117px; height: 42px; line-height: 42px; background-color: #c70c0f; text-align: center; text-decoration: none !important; font-size: 19.43px; color: #fff; margin-top: 20px; cursor: pointer; transition: 0.2s; }

.form__button:hover { letter-spacing: 1px; }

.form__error { min-height: 18px; margin: 0; margin-bottom: 7.5px; font-size: 12px; color: #c70d10; font-family: 'Montserrat', sans-serif; font-weight: 400; }

.decor { display: none; position: absolute; }

.decor__left { top: 20%; left: -120px; width: 160px; }

.decor__right { top: 12.5%; right: -120px; width: 200px; }

.decor__topLeft { top: 0; left: 0; left: -119px; }

.decor__topRight { top: 0; right: -119px; }

@media (min-width: 1201px) { .decor { display: block; } }

.colorfullBars { width: 100%; height: 150px; background-image: url("../img/colorfullBars.png"); background-size: auto; background-position: center; background-repeat: no-repeat; }

@media (min-width: 1201px) { .colorfullBars { width: calc(100% + 120px); transform: translateX(55px); } }

.colorfullBar { display: none; position: absolute; width: 374px; top: 0; right: 0; }

@media (min-width: 1201px) { .colorfullBar { display: block; } }

#FAQ { margin-top: 50px; }

.faq { display: flex; justify-content: center; width: 100%; padding-bottom: 95px; }

.faqTitle { position: relative; width: 100%; text-align: center; margin: 25px 0px 0px; }

@media (min-width: 1201px) { .faqTitle { margin: 0px; } }

.accordion { width: 100%; max-width: 772px; border: none !important; }

.accordion-button { height: 74px; background-color: #fff; outline: transparent !important; box-shadow: none !important; border: none !important; border-bottom: 1px solid #c70d10 !important; color: #c70d10; font-size: 18px; font-weight: 600; font-family: 'Montserrat', sans-serif; font-weight: 600; }

.accordion-button::after { background-image: url("../img/cross.png"); }

.accordion-button[aria-expanded="true"] { color: #c70d10; background-color: #fff; }

.accordion-button[aria-expanded="true"]::after { background-image: url("../img/minus.png"); }

.accordion-item { outline: transparent !important; box-shadow: none !important; border: none !important; }

.accordion-body { font-size: 16px; max-width: 748px; }

.getRaportMain { position: relative; justify-content: center; align-items: center; min-height: 520px; padding: 0; overflow: hidden; background-image: url("../img/thanksPage2_bg.png"); background-position: top; background-size: auto; background-repeat: no-repeat; }

@media (min-width: 1025px) { .getRaportMain { flex-direction: row; justify-content: flex-start !important; overflow: initial !important; } }

.getRaportMain__title { text-align: center; font-style: italic; }

@media (min-width: 1025px) { .getRaportMain__title { transform: translateY(-30px); text-align: left; } }

.getRaportMain__thanksTitle { font-size: 40px; }

@media (min-width: 1025px) { .getRaportMain__thanksTitle { font-size: 60px !important; } }

.getRaportMain__mainText { color: #c70c0f; font-size: 16px; margin-bottom: 0; }

.getRaportMain__mainText > strong { text-transform: uppercase; }

@media (min-width: 1025px) { .getRaportMain__mainText { font-size: 25px; max-width: 300px; }
  .getRaportMain__mainText > strong { font-size: 48px; } }

@media (min-width: 1025px) { .getRaportMain__mainText { font-size: 33px; max-width: 400px; } }

.getRaportMain__subtitle { font-size: 30px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #cc161e; margin-bottom: 0; }

.getRaportMain__subText { font-size: 12px; }

@media (min-width: 768px) { .getRaportMain__subText { white-space: nowrap; font-size: 18px; margin: 0; } }

.getRaportMain__books { width: 100%; transform: translateX(-12.5px); }

@media (min-width: 1025px) { .getRaportMain__books { position: absolute; width: 620px; top: calc(50% - 0px); right: 0; transform: translate(25%, -50%); } }

.getRaportMain__btn { display: flex; align-items: center; justify-content: center; width: 280px; height: 67px; background-color: #c70c0f; text-transform: uppercase; font-size: 14px; margin: 0 auto 20px; color: #fff !important; text-decoration: none !important; transition: 0.2s; }

.getRaportMain__btn:hover { letter-spacing: 0.5px; }

@media (min-width: 1025px) { .getRaportMain__btn { margin: 0; transform: translateY(25px); } }

.getRaportMain__arrow { font-size: 20px; margin-right: 10px; }

footer { display: flex; flex-direction: column; width: 90%; height: 90px; min-width: 320px; max-width: 960px; padding: 20px 0 27px; margin: 0 auto; }

footer > p { font-size: 24.82px; margin: 0; color: #fff; }

.footerTopBorder { width: 100%; height: 1px; background-color: #fff; margin-bottom: 5px; }

.footerTopBorder--thanksVersion { width: 100%; }

@media (min-width: 1025px) { .footerTopBorder--thanksVersion { width: 27.5vw; min-width: 450px; max-width: 465px; } }
/*# sourceMappingURL=style.css.map */

.info {
  background-color: #f5f5f5;
  padding: 0 50px 30px;
  width: 100%;
  position: relative;
}
.info__decor {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.info__decor--bottom {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  transform: translate(50%, 50%);
  z-index: 2;
}
.info__headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #cc161e;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
.info__clipPath {
  background-color: #f5f5f5;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 100%;
  height: 100px;
}
.info__clipPath-2 {
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 100%;
  height: 100px;
}
.info__single {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
.info__icon {
  max-height: 100%;
  max-width: 100%;
  width: 50px;
  justify-self: flex-end;
  align-self: center;
}
.info__icon--fullWidth {
  width: 90px;
}
.info__text {
  margin: 0;
}
.info__text strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media (max-width: 576px){
  .info {
      padding: 0 10px 30px 0;
  }
}

.hero__infoBlock {
  font-family: 'Montserrat', sans-serif; 
  font-weight: 700;
  font-size: 30px;
  background-image: url('../img/infoblock-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 9;
  bottom: 5%;
  right: 5%;
  text-align: center;
  padding: 50px 120px;
}
.hero__infoBlock:hover {
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .hero__infoBlock {
    bottom: -5%;
  }
}
@media (max-width: 599px) {
  .hero__infoBlock {
    font-size: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }
}