/**
 * FRONT PAGE
 */
.front {
  color: #e5e5e5;
}
.front-bnr {
  padding: 80px 0;
  width: 100%;
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45), url(../img/vanishing-stripes.svg) left top repeat;
}
@media (max-width: 991px) {
  .front-bnr {
    padding: 40px 0;
  }
}
.front-bnr__title {
  font-size: 50px;
  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: 40px;
    line-height: 120%;
  }
}
.front-bnr__title-one {
  color: #e5e5e5;
}
.front-bnr__title-two {
  color: #4653b7;
}
.front-bnr__description {
  display: inline-block;
  width: 100%;
  margin: 0 0 80px 0;
}
.front-bnr__description-tag {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.03);
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 0.375rem;
  color: #ad6b57;
  background: #442d24;
  display: inline-block;
  width: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
@media (max-width: 767px) {
  .front-bnr__description-tag {
    font-size: 30px;
    line-height: 130%;
  }
}
@media (max-width: 575px) {
  .front-bnr__description-tag {
    width: 100%;
  }
}
.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: 28px;
  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: 0.375rem;
  overflow: hidden;
  box-shadow: 10px 10px 70px rgba(255, 255, 255, 0.25);
  float: right;
}
@media (max-width: 991px) {
  .front-bnr__screenshot-wrapper {
    width: 100%;
  }
}
.front-bnr__screenshot-wrapper img {
  display: block;
  width: 100%;
}
.front-types {
  background: #0c0d45;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .front-types {
    padding: 40px 0;
  }
}
.front-types__item {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.375rem;
  height: 100%;
}
@media (max-width: 767px) {
  .front-types__item {
    gap: 30px;
    padding: 40px;
  }
}
.front-types__item-left {
  max-width: 80px;
  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: 100%;
  opacity: 0.8;
}
.front-types__item-icon img {
  display: block;
  width: 100%;
}
.front-types__item-heading {
  color: #ad6b57;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.front-types__item-text {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.6;
}
.front-whom {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45), url(../img/vanishing-stripes.svg) left top 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 {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.375rem;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .front-whom__box {
    padding: 40px;
  }
}
.front-whom__box-heading {
  color: #ad6b57;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.front-whom__box-text {
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.6;
}
.front {
  /**
   * TARIFFS
   */
}
.front-tariffs {
  width: 100%;
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45), url(../img/vanishing-stripes.svg) left top 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 {
  backdrop-filter: blur(8px);
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.375rem;
  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 {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
  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: #ad6b57;
  color: #e5e5e5;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}
.front-tariffs__box-heading {
  color: #ad6b57;
  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;
  color: #e5e5e5;
  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;
  color: #888888;
  text-transform: uppercase;
}
.front-tariffs__box-line__text {
  font-size: 28px;
  color: #e5e5e5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.front-tariffs__box-line__text-full {
  font-size: 18px;
  color: #dddfe5;
  line-height: 1.5;
  font-weight: 300;
}
.front-tariffs__box-line__text-full a {
  color: #e5e5e5;
}
.front-tariffs__box-line__text .old {
  opacity: 0.6;
  font-weight: 300;
  text-decoration: line-through;
}
.front-tariffs__box-line__text .new {
  color: #ad6b57;
}
.front {
  /**
   * START BLOCK
   */
}
.front-start {
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45), url(../img/vanishing-stripes.svg) left top repeat;
  padding: 60px 0;
}
.front-start__container {
  padding: 40px;
  border: 2px solid #4653b7;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 150px 0 rgba(255, 254, 0, 0.15);
  border-radius: 0.375rem;
}
@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;
}
@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 {
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45);
  padding: 60px 0;
}
.front {
  /**
   * QUESTIONS
   */
}
.front .questions {
  background: #0c0d45;
  background: linear-gradient(#0c0d45, rgba(0, 0, 0, 0.3), #0c0d45), url(../img/vanishing-stripes.svg) left top 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;
  font-size: 34px;
  color: #e5e5e5;
  text-decoration: underline;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .front .questions-contact__text a {
    font-size: 28px;
  }
}
.front .questions-contact__text a:hover {
  opacity: 0.7;
}

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