@import url(../font/stylesheet.css);

body {
  margin: 0;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
}

.header {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 90px;
  box-sizing: border-box;
  overflow-x: hidden;
  background-image: url(../img/new/background-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.panel {
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.first {
  max-width: 1173px;
  width: 100%;
  margin: auto;
  position: relative;
}

.first__row {
  display: flex;
  gap: 0 50px;
  align-items: center;
}

@media (max-width: 1173px) {
  .first {
    width: calc(100% - 60px);
  }
}

@media (max-width: 720px) {
  .first__row {
    flex-direction: column;
    gap: 30px 0;
  }
}

.first__logo {
  margin: 30px 0 60px;
}

.first__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 60px;
  color: #FFFFFF;
  max-width: 553px;
  margin: 0 0 45px;

}

.first__form {
  max-width: 750px;
}

.form__title {
  max-width: 900px;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  /* or 144% */
  color: #FFFFFF;
  margin: 20px 0 45px;
}

.form__title-red {
  color: #E63A24;
}

.first__comp {
  max-width: 600px;
  width: 100%;
}


@media (max-width: 768px) {
  .first__title {
    font-size: 30px;
    line-height: 40px;
  }

  .first__cube {
    display: none;
  }
}

.form__row {
  display: flex;
  justify-content: space-between;

}

.callback__form {
  max-width: 1137px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 46px 0px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .callback__form {
    width: calc(100% - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.callback__form-answer {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  color: #000;
}

.callback__form-answer-black {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  color: #000000;
}

.noactive {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.active {
  opacity: 100;
  visibility: visible;
  display: flex;
}

.callback__input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 65px;
  border: none;
  width: 100%;
  padding: 0 18px;
}

.callback__input-name {
  background-image: url(../img/user2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 50px 0 0 50px;
  border: 1px solid #A7A7A7;
  border-right: 0;
}

.callback__input-email {
  background-image: url(../img/mail2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
  border-right: 0;
  border-left: 0;
}

.callback__input-phone {
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  background-image: url(../img/phone2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #A7A7A7;
  border-right: 0;
  border-left: 0;
}

@media (max-width: 1173px) {

  .callback__input-phone,
  .callback__input-email,
  .callback__input-name {
    border: 1px solid #A7A7A7;
  }
}

@media (max-width: 720px) {
  .callback__input-name {
    border-radius: 0px;
  }
}

.callback__buttom {
  max-width: 333px;
  width: 100%;
  margin-left: -80px;
  padding: 12px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 68px;
  text-align: center;

  justify-self: center;
  border: 1px solid #A7A7A7;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

@media (max-width: 720px) {
  .callback__buttom {
    max-width: 100%;
    margin: auto;
  }
}

.buy__buttom-red {
  max-width: 355px;
  width: 100%;
  margin-left: -80px;
  padding: 12px 30px;
  box-sizing: border-box;
  background: #E63A24;
  border-radius: 68px;
  text-align: center;
  color: #ffffff;
  justify-self: center;
  border: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;

}

@media (max-width: 900px) {
  .buy__buttom-red {
    display: block;
    margin: auto;
  }
}

.buy__buttom-white {
  max-width: 300px;
  width: 100%;
  padding: 12px 30px;
  box-sizing: border-box;
  background: #E63A24;
  border: 1px solid #E63A24;
  border-radius: 68px;
  justify-self: center;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-left: -80px
}

@media (max-width: 768px) {
  .buy__buttom-white {
    max-width: 100%;
    margin: auto;
  }
}

.label__chekbox {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: right;
  color: hsla(0, 0%, 54%, 1);

}

.dostup {
  max-width: 100%;
  width: 100%;
  background-color: #FFFFFF;
  padding: 74px 0 84px;
  box-sizing: border-box;
}

.dostup__title {
  max-width: 1094px;
  width: 100%;
  margin: 0 auto 90px;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  color: #000000;


}

.dostup__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 0px 15px;
}

@media (max-width: 900px) {
  .dostup__row {
    display: block;
  }
}

@media (max-width: 1173px) {

  .dostup__row,
  .dostup__title {
    width: calc(100% - 60px);
  }
}

.dostup__item {
  display: flex;
  gap: 0px 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  width: 100%;
}

@media (max-width: 900px) {
  .dostup__item {
    margin: 20px 0;
    justify-content: flex-start;
  }
}

.dostup__paragraph {
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #000000;

}


.about {
  max-width: 100%;
  width: 100%;
  padding: 74px 0 84px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .about {
    padding: 0;
    justify-content: flex-start;
  }
}

.about__title {
  max-width: 1094px;
  width: 100%;
  margin: 0 auto 90px;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  color: #333333;
}

.about__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 0px 39px;
  padding-bottom: 90px;
}

@media (max-width: 1173px) {

  .about__row,
  .about__title {
    width: calc(100% - 60px);
  }
}

@media (max-width: 900px) {
  .about__row {
    display: block;
  }
}

.about__item {
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  border-radius: 16px;
  box-sizing: border-box;
  max-width: 355px;
  position: relative;
  min-height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .about__item {
    margin: 20px 0;
    max-width: 100%;
  }
}

.about__item-title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  /* or 108% */
  display: flex;
  align-items: center;
  margin: 36px 25px 25px;
  color: #000000;
}

.about__list {
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0 0 15px 45px;
}

.about__list-item {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 12px;
}

.about__item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__item__icon {}

.about__item-button {
  background: #2960EC;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height, or 117% */
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 9px;
  max-height: 22px;
}

.test-drive {
  max-width: 100%;
  width: 100%;
  background-color: #2961BF;
}

.test-frive__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  padding: 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1173px) {
  .test-frive__row {
    width: calc(100% - 60px);
  }
}

.test-drive__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 47px;
  color: #FFFFFF;
  text-align: center;
}

.test-drive__button {
  background-color: #E63A24;
  border-radius: 68px;
  max-width: 355px;
  width: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 13px 0;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 34px;
}

.preim {
  max-width: 1137px;
  width: 100%;
  padding: 54px 58px;
  box-sizing: border-box;
  background: #EBEBEB;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin: 156px auto 89px;

}

@media (max-width: 1173px) {
  .preim {
    padding: 24px 28px;
  }
}

.preim__row {
  max-width: 1137px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px 0px;
}

@media (max-width: 1173px) {
  .preim__row {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1173px) {
  .preim__row {
    flex-direction: column;
  }
}

.preim__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #000000;
  max-width: 340px;


}

.preim__list {
  list-style: none;
}

.preim__item {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 20px;
  max-width: 637px;
}

.preim__item-number {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 43px;
  display: flex;
  align-items: center;
  color: #E63A24;
  display: flex;

  margin-right: 15px;
}

@media (max-width: 768px) {
  .preim__row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 20px 20px;
  }
}

.docs {
  max-width: 100%;
  width: 100%;
  padding: 70px 0 63px;
  box-sizing: border-box;
  background-image: url(../img/docs-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.docs__row {
  max-width: 1137px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media (max-width: 1173px) {
  .docs__row {
    width: calc(100% - 60px);
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .docs__row {
    width: calc(100% - 60px);
    display: block;
  }
}

.docs__img {
  max-width: 100%;
}


.doc__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  color: #FFFFFF;
  margin: 70px 0;
}

.docs__list {
  max-width: 555px;
}

.docs__item {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 50px;
  color: #333333;
  max-width: 310px;
  position: relative;
}


@media (max-width: 768px) {
  .docs__row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 20px 20px;
  }
}

.docs__name {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 30px 0 26.5px;
}

.docs__subname {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.docs__img-red {
  position: relative;
  z-index: 10;
}

.docs__img-blue {
  position: relative;
  z-index: 10;
  margin-top: 120px;
}

.docs__img-orange {
  position: relative;
  z-index: 10;
  margin-top: 280px;
}

@media (max-width: 1173px) {
  .docs__img-red {
    position: relative;
    z-index: 10;
  }

  .docs__img-blue {
    position: relative;
    z-index: 10;
    margin-top: 0;
  }

  .docs__img-orange {
    position: relative;
    z-index: 10;
    margin-top: 0;
  }
}

.docs__scan {
  position: relative;
  z-index: 10;
}

@media (max-width: 1173px) {
  .docs__scan {
    width: 100%;
  }
}

.docs__img-red::after {
  content: url('../img/docs__img-red.png');
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -100px;
  left: -55px;
  z-index: 1;
}

.docs__img-blue::after {
  content: url('../img/docs__img-blue.png');
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -100px;
  left: -55px;
  z-index: 1;
}

.docs__img-orange::after {
  content: url('../img/docs__img-orange.png');
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -100px;
  left: -55px;
  z-index: 1;
}


@media (max-width: 1173px) {
  .docs__img-red::after {
    content: none;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: -0;
    z-index: 1;
  }

  .docs__img-blue::after {
    content: none;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .docs__img-orange::after {
    content: none;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

}

.footer {
  max-width: 100%;
  width: 100%;
  background-color: #2961BF;
  padding: 74px 0 84px;
  box-sizing: border-box;
}

.footer__callback {
  max-width: 1137px;
  width: 100%;
  margin: auto;
}


@media (max-width: 1173px) {
  .footer__callback {
    width: calc(100% - 60px);
  }
}


.footer__callback-title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 732px;
  width: 100%;
}




.footer__callback-form {
  max-width: 1137px;
  width: 100%;
  margin: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 46px 11px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .footer__callback-form {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.footer__callback-answer {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.noactive {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.active {
  opacity: 100;
  visibility: visible;
  display: flex;
}

.footer__callback__input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 60px;
  border: none;
  max-width: 266px;
  width: 100%;
  padding: 0 18px;
  background-color: #FFFFFF;
}

.callbackfoot__input-name {
  background-image: url(../img/user2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #A7A7A7;
  border-right: 0;
}

.callbackfoot__input-email {
  background-image: url(../img/mail2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border: 1px solid #A7A7A7;
  border-right: 0;
  border-left: 0;
}

.callbackfoot__input-phone {
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  background-image: url(../img/phone2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #A7A7A7;
  border-right: 0;
  border-left: 0;
}

.footer__callback__buttom {
  max-width: 300px;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #E63A24;
  border-radius: 68px;
  text-align: center;
  color: #ffffff;
  justify-self: center;
  border: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}


.footer__row {
  max-width: 1137px;
  width: 100%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  justify-content: space-between;
}

@media (max-width: 1173px) {
  .footer__row {
    width: calc(100% - 60px);
  }
}

.footer__copy {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;

  color: #FFFFFF;

}

.footer__phone {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.footer__phone-number {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.276923px;

  color: #FFFFFF;
}

.footer__logo {
  text-align: center;
}

.footer__link {
  color: white;
}


@media (max-width: 768px) {
  .footer__row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 20px 20px;
  }
}



.authors {
  max-width: 100%;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.authors__title {
  max-width: 1094px;
  width: 100%;
  margin: 0 auto 90px;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  text-transform: uppercase;
  color: #000000;
}

.authors__img {
  width: 100%;
}

@media (max-width: 768px) {
  .authors__title {
    font-size: 31px;
    line-height: 41px;
    max-width: 98%;
  }
}

.authors__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .authors__row {
    padding-bottom: 0px;
  }
}


.authors__slider {
  margin: 80px 0;
  padding: 0 50px;
}

.authors__slider * {
  outline: none;
}

.authors__slider-item {
  margin: 0 10px;
}

.authors__slider .slick-prev,
.authors__slider .slick-next {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 30%;
  background-color: #C7C7C7;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.authors__slider .slick-prev:hover,
.authors__slider .slick-next:hover {
  background-color: #E63A24;
  cursor: pointer;
}

.authors__slider .slick-prev svg,
.authors .slick-next svg {
  fill: white;
}

.authors__slider .slick-prev {
  left: 0;
}

.authors .slick-next {
  right: 0;
}

.authors .slick-next svg {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

@media (max-width: 767px) {
  .authors__slider {
    padding: 0;
  }

  .authors__slider .slick-prev,
  .authors__slider .slick-next {
    z-index: 2;
  }
}

.author__photo {}

.author__border {
  max-width: 144px;
  height: 2px;
  background-color: #2570E0;
  display: block;
  margin: 18px 0 10px;
}

.author__name {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  padding: 0;
}

.author__job {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21.5px;
  color: #000000;
  margin: 0;
  padding: 0;
}

.stats {
  max-width: 100%;
  width: 100%;
  padding: 64px 0 120px;
  box-sizing: border-box;
  background-image: url(../img/stats.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.stats__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1173px) {
  .stats__row {
    width: calc(100% - 60px);
    display: block;
  }
}

@media (max-width: 768px) {
  .stats__row {
    font-size: 30px;
    line-height: 40px;
  }
}



.stats__head {}

.stats__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #FFFFFF;
  max-width: 635px;
  width: 100%;
  margin: 0 0 13px;
  padding: 0;
}

.stats__subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  color: #FFFFFF;
  max-width: 615px;
  width: 100%;
}

.stats__img {
  max-width: 270px;
  width: 100%;
}


.stats__item {}

.stats__item__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 74.9855px;
  line-height: 102.4%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 22px;
  padding: 0;
}

.stats__item__subtitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18.7464px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.process {
  max-width: 1137px;
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
}

.process__row {
  max-width: 1137px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px 55px;
}

@media (max-width: 1173px) {
  .process__row {
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  .process__row {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
  }
}

.process__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  /* or 120% */
  text-transform: uppercase;

  color: #000000;
  margin-bottom: 110px;

}

@media (max-width: 768px) {
  .process__title {
    font-size: 31px;
    line-height: 41px;
  }
}

.process__img {
  width: 100%;
}



.process__block-img {
  max-width: 493px;
  width: 100%;
}

.process__block-text {
  max-width: 588px;
  width: 100%;
}

@media (max-width: 768px) {
  .process__block-img {
    margin-bottom: 20px;
  }

  .process__block-text {
    margin-bottom: 20px;
  }
}

.process__name {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: #000000;
  margin: 0;
}

.process__subname {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  color: #000000;
  margin: 0;
}





.popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup.js--popup-show {
  opacity: 1;
  pointer-events: auto;
}

.popup__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(102, 102, 102, 0.7);
}

.popup__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__main {
  width: 700px;
  max-width: 100%;
  padding: 35px 45px;
  position: relative;
  z-index: 3;
  margin: auto;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .popup__main {
    padding: 15px;
  }
}

.popup__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto-fit;
  gap: 18px 12px;
  max-height: 600px;
  overflow: auto;
}

.popup__grid-item {
  /* Frame 84134414 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 14px;
  gap: 10px;
  background: #EBEBEB;
  border-radius: 4px;
  color: #000;
}

.footer__callback {
  max-width: 1137px;
  width: 100%;
  margin: auto;
}


@media (max-width: 1173px) {
  .footer__callback {
    width: calc(100% - 60px);
  }
}


.footer__callback-title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 732px;
  width: 100%;
}




.footer__callback-form {
  max-width: 1137px;
  width: 100%;
  margin: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 46px 11px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .footer__callback-form {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.footer__callback-answer {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.noactive {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.active {
  opacity: 100;
  visibility: visible;
  display: flex;
}

.popup__callback__input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 60px;
  border: none;
  max-width: 266px;
  width: 100%;
  padding: 0 18px;
  background-color: #FFFFFF;
}



.footer__callback__buttom {
  max-width: 300px;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #E63A24;
  border-radius: 68px;
  text-align: center;
  color: #ffffff;
  justify-self: center;
  border: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}











.popup__main button.btn-main.btn-fill {
  width: 100%;
  margin-top: 15px;
}

.popup__close {
  position: absolute;
  line-height: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.popup__close svg {
  fill: white;
  width: 24px;
  height: 24px;
}

.popup__close:hover {
  fill: var(--main);
}

.popup__head {}

.popup__title {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 15px;
}

.popup__subtitle {
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 30px;
}

.popup__callback-form {
  width: 100%;
  margin: left;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 16px 11px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .popup__callback-form {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.popup__callback__input {
  font-family: Montserrat;
  color: #5a5a5a;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  height: 60px;
  border: none;
  max-width: 496px;
  width: 100%;
  padding: 0 18px;
  background-color: #FFFFFF;
  margin: auto;
}

.callbackpopup__input-name {
  background-image: url(../img/user2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #A7A7A7;

}

.callbackpopup__input-email {
  background-image: url(../img/mail2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  border: 1px solid #A7A7A7;
}

.callbackpopup__input-phone {
  padding: 7px 7px 7px 36px;
  box-sizing: border-box;
  background-image: url(../img/phone2.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #A7A7A7;

}


@media (max-width: 1024px) {
  .process__row:nth-child(odd)>.process__block-img {
    order: 2;
  }

  .process__row:nth-child(odd)>.process__block-text {
    order: 1;
  }

  .process__row:nth-child(even)>.process__block-img {
    order: 2;
  }

  .process__row:nth-child(even)>.process__block-text {
    order: 1;
  }
}

.tarifs {
  max-width: 100%;
  width: 100%;
  padding: 0 0 84px;
  box-sizing: border-box;
}


.tarifs__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  overflow: auto;
}

.tarifs__title {
  max-width: 965px;
  width: 100%;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  color: #000000;
}

.tarifs__table {}

.tarifs__tr {}

.tarifs__tr-th {
  position: sticky;
  top: 0;
}

.tarifs__th-first,
.tarifs__td-first {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  color: #000000;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
  padding: 18px 6px;
  box-sizing: border-box;
  width: 220px;
  background-color: white;
}

.tarifs__th {
  background: #D2E5FF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  /* or 106% */
  text-align: center;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 18px 6px;
  box-sizing: border-box;
  width: 143px;
}

.tarifs__td {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  background-color: #F9F9F9;
  padding: 18px 6px;
  box-sizing: border-box;
}

.tarifs__table-button {
  border: 1px solid #2960EC;
  border-radius: 36px;
  font-weight: 800;
  font-size: 12px;
  line-height: 13px;
  /* or 130% */
  text-align: center;
  min-height: 32px;
  color: #2960EC;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarifs__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 18px 6px;
  box-sizing: border-box;
}

.tarifs__price-button {
  background: #2960EC;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height, or 123% */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  color: #FFFFFF;
  width: 100%;
  min-height: 42px;
  text-decoration: none;
  padding: 5px 12px;
  box-sizing: border-box;
}

.tarifs__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-decoration-line: underline;

  color: #2960EC;
}









.clients {
  max-width: 100%;
  width: 100%;
  padding: 140px 0 80px;
  box-sizing: border-box;
}


.clients__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.clients__reviews {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: auto;
}

.clients__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  /* or 120% */

  color: #000000;
  margin-bottom: 115px;
}

.clients__reviews-item2 {
  filter: drop-shadow(0px 0px 37px rgba(0, 0, 0, 0.2));
  background: #FFFFFF;
  border-radius: 24.6667px;
  width: 100%;
  box-sizing: border-box;
  padding: 41px 24px;
  display: flex;
  flex-wrap: wrap;
}

.clients__reviews-photo {
  max-width: 56px;
  width: 100%;
  max-height: 56px;
}

.clients__reviews-name {

  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.clients__reviews-text {

  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-top: 50px;
  max-width: 100%;
  width: 100%;
}

.clients__reviews-about {
  max-width: 205px;
  width: 100%;
}

.clients__reviews-full {

  font-weight: 400;
  font-size: 18px;
  line-height: 140%;

  text-decoration-line: underline;
  color: #FF8A0D;
}

.clients__reviews-data {

  font-weight: 400;
  font-size: 18px;
  line-height: 140%;

  text-align: right;
  color: rgba(0, 0, 0, 0.45);
}


.clients__reviews-job {

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* or 114% */

  color: #000000;
}

.clients__reviews-button {

  border: 1px solid #2960EC;
  border-radius: 47px;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  color: #2960EC;
  min-height: 32px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  cursor: pointer;
}

.cours {
  max-width: 100%;
  width: 100%;
  padding: 77px 0 72px;
  box-sizing: border-box;
  background-color: #F2FAFF;
}


.cours__row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.cours__cat-row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 49px;

}

.cours__item-row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .cours__item-row {
    grid-template-columns: 1fr;
  }

  .cours__cat-row {
    grid-template-columns: 1fr;
  }
}

.cours__item-all-link-row {
  max-width: 1094px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.cours__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  color: #000000;
}

.cours__cat {
  box-sizing: border-box;
  padding: 5px 24px;
  border: 1px solid #2960EC;
  border-radius: 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */
  text-align: center;
  color: #2960EC;
  text-decoration: none;
}

.cours__cat-active {
  background-color: #2960EC;
  color: #fff;
}

.cours__item {
  max-width: 355px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 17px;
  box-sizing: border-box;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.noactive2 {
  display: none;
}

.cours__item-facts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.cours__item-facts div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.cours__item-facts span {
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  color: #A4A4A4;
}

.cours__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.cours__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.cours__item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  text-decoration-line: underline;
  color: #A4A4A4;
}

.cours__item-price-row {
  margin-top: 85px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.cours__item-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 15px;
}

.cours__item-oldprice {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  /* or 261% */
  display: flex;
  align-items: center;
  text-decoration-line: line-through;

  color: #A4A4A4;
}

.cours__item-bill-link {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #2960EC;
  border: 1px solid #2960EC;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 141% */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 8px 0;
  box-sizing: border-box;
}

.cours__item-card-link {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #2960EC;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 141% */
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
  color: #2960EC;
}

.cours__item-all-link {
  margin-top: 67px;
  max-width: 465px;
  width: 100%;
  border: 1px solid #2960EC;
  border-radius: 47px;

  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  /* identical to box height, or 170% */
  text-align: center;
  text-decoration: none;
  color: #2960EC;
}