@charset "UTF-8";
/**
 * FRONT PAGE
 */
.front {
  /**
   * БАННЕР
   */
}
.front-bnr {
  padding: 30px 0;
  width: 100%;
  background: linear-gradient(#ffffff, transparent, #ffffff), url(../img/vanishing-stripes-light.svg) center center repeat;
}
@media (max-width: 991px) {
  .front-bnr {
    padding: 0;
  }
}
.front-bnr__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .front-bnr__title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .front-bnr__title {
    font-size: 34px;
    line-height: 120%;
  }
}
.front-bnr__title-two {
  color: #1C54E3;
}
.front-bnr__description {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
}
.front-bnr__description-tag {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 8px 0;
  color: #f9f9f9;
  background: #dd9f43;
  display: inline-block;
  width: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
@media (max-width: 767px) {
  .front-bnr__description-tag {
    line-height: 130%;
  }
}
.front-bnr__description-tag i {
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 21px;
}
@media (max-width: 767px) {
  .front-bnr__description-tag i {
    font-size: 20px;
    top: 21px;
  }
}
.front-bnr__lines {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.front-bnr__lines-item {
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  padding: 0 0 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .front-bnr__lines-item {
    font-size: 26px;
    line-height: 120%;
  }
}
.front-bnr__lines-item i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 22px;
}
.front-bnr__screenshot-wrapper {
  display: block;
  width: calc(100% - 60px);
  border-radius: 8px;
  overflow: hidden;
  float: right;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .front-bnr__screenshot-wrapper {
    width: 100%;
  }
}
.front-bnr__screenshot-wrapper img {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .front-bnr .btn.btn-primary {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 18px;
  }
}
.front {
  /**
   * КЛЮЧЕВЫЕ ПРЕИМУЩЕСТВА
   */
}
.front-types {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .front-types {
    padding: 40px 0;
  }
}
.front-types__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 60px;
  width: 100%;
  background: #f9f9f9;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  .front-types__item {
    gap: 30px;
    padding: 40px;
  }
}
.front-types__item-left {
  max-width: 100%;
  align-content: center;
}
@media (max-width: 767px) {
  .front-types__item-left {
    max-width: 60px;
  }
}
.front-types__item-right {
  flex: 1;
}
.front-types__item-icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.front-types__item-icon-01 {
  background-image: url(../img/001.svg);
}
.front-types__item-icon-02 {
  background-image: url(../img/003.svg);
}
.front-types__item-icon-03 {
  background-image: url(../img/002.svg);
}
.front-types__item-icon-04 {
  background-image: url(../img/004.svg);
}
@media (max-width: 767px) {
  .front-types__item-icon {
    width: 60px;
    height: 60px;
  }
}
.front-types__item-heading {
  color: #dd9f43;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.front-types__item-text {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.4;
}
.front {
  /**
   * ДЛЯ КАКИХ ЦЕЛЕЙ
   */
}
.front-whom {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(#ffffff, transparent, #ffffff), url(../img/vanishing-stripes-light.svg) center center repeat;
}
@media (max-width: 991px) {
  .front-whom {
    padding: 40px 0;
  }
}
.front-whom__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .front-whom__title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .front-whom__title {
    font-size: 34px;
    line-height: 115%;
  }
}
.front-whom__box {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .front-whom__box {
    padding: 40px;
  }
}
.front-whom__box-heading {
  color: #dd9f43;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.front-whom__box-text {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.4;
}
.front {
  /**
   * TARIFFS
   */
}
.front-tariffs {
  width: 100%;
  background: linear-gradient(#ffffff, transparent, #ffffff), url(../img/vanishing-stripes-light.svg) center center repeat;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .front-tariffs {
    padding: 40px 0;
  }
}
.front-tariffs__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .front-tariffs__title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .front-tariffs__title {
    font-size: 34px;
    line-height: 115%;
  }
}
.front-tariffs__box {
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 1199px) {
  .front-tariffs__box {
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .front-tariffs__box {
    height: 100%;
  }
}
.front-tariffs__box.popular {
  height: 100%;
  top: -20px;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .front-tariffs__box.popular {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .front-tariffs__box.popular {
    top: 0;
    padding-top: 50px;
  }
}
.front-tariffs__box-label {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 7px 30px;
  font-weight: 500;
  font-size: 14px;
  background: #dd9f43;
  color: #f9f9f9;
  border-radius: 0 0 5px 5px;
}
.front-tariffs__box-heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .front-tariffs__box-heading {
    font-size: 24px;
  }
}
.front-tariffs__box-heading__description {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .front-tariffs__box-heading__description {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .front-tariffs__box-heading__description {
    font-size: 14px;
  }
}
.front-tariffs__box-line {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.front-tariffs__box-line__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.4;
}
.front-tariffs__box-line__text {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.front-tariffs__box-line__text-full {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.front-tariffs__box-line__text .old {
  opacity: 0.6;
  font-weight: 300;
  text-decoration: line-through;
}
.front-tariffs__box-line__text .new {
  color: #dd9f43;
}
.front {
  /**
   * START BLOCK
   */
}
.front-start {
  background: linear-gradient(#ffffff, transparent, #ffffff), url(../img/vanishing-stripes-light.svg) center center repeat;
  padding: 60px 0;
}
.front-start__container {
  padding: 40px;
  border: 2px solid #1C54E3;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .front-start__container {
    padding: 30px;
  }
}
.front-start__container-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .front-start__container-title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .front-start__container-title {
    font-size: 34px;
    line-height: 115%;
  }
}
.front-start__container-description {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .front-start__container-description {
    font-size: 20px;
  }
}
.front-start__container-form {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 991px) {
  .front-start__container-form {
    flex-direction: column;
  }
}
.front-start__container-form__arrow {
  font-size: 44px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 991px) {
  .front-start__container-form__arrow {
    display: none;
  }
}
.front-start__container-form__email {
  flex-grow: 1;
}
.front-start__container-form__email input {
  padding: 10px 20px;
}
@media (max-width: 575px) {
  .front-start__container-form__email input {
    font-size: 14px !important;
  }
}
.front-start__container-form__email [name="FastRegistration[password]"] {
  display: none;
}
@media (max-width: 991px) {
  .front-start__container-form__button {
    flex-grow: 1;
  }
}
.front-start__container-form__button button {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .front-start__container-form__button button {
    font-size: 14px !important;
  }
}
.front-start__container-error {
  margin: 10px 0 0 0;
  font-size: 15px;
}
.front {
  /**
   * F.A.Q.
   */
}
.front .faq {
  padding: 60px 0;
}
.front {
  /**
   * QUESTIONS
   */
}
.front .questions {
  background: linear-gradient(#ffffff, transparent, #ffffff), url(../img/vanishing-stripes-light.svg) center center repeat;
  padding: 60px 0 80px;
}
.front .questions-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .front .questions-title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .front .questions-title {
    font-size: 34px;
    line-height: 115%;
  }
}
.front .questions-text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.front .questions-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.front .questions-contact__label {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.6;
}
.front .questions-contact__text a {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .front .questions-contact__text a {
    font-size: 26px;
  }
}
.front .questions-contact__text a:hover {
  opacity: 0.8;
}
.front .questions-contact__text a i {
  position: relative;
  top: 2px;
}

/*# sourceMappingURL=front.css.map */
