@import url("https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700|PT+Sans+Narrow:700&subset=cyrillic");
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css';
html, body {
  height: 100%;
  background-color: #23435A;
  font-family: 'PT Sans Caption', sans-serif; }

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 40px;
  line-height: 48px; }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 28px;
      line-height: 32px; } }

.center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .center:after {
    content: " ";
    display: block;
    clear: both; }
  head {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
    color: #333;
    background: rgba(255, 255, 255, 0.25); }
  head:before {
    content: "|||";
    display: block;
    padding: 5px 10px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold; }
  head:hover {
    background: rgba(255, 255, 255, 0.5);
    color: red; }
  head:hover ~ .center,
  head:hover ~ body .center {
    position: relative; }
    head:hover ~ .center:before,
    head:hover ~ body .center:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: " ";
      z-index: 998;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(204, 0, 0, 0.25)), color-stop(100%, rgba(255, 26, 26, 0.25)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(204, 0, 0, 0.25), rgba(255, 26, 26, 0.25) 100%, transparent 100%);
      background-image: -o-linear-gradient(left, rgba(204, 0, 0, 0.25), rgba(255, 26, 26, 0.25) 100%, transparent 100%);
      background-image: linear-gradient(to right, rgba(204, 0, 0, 0.25), rgba(255, 26, 26, 0.25) 100%, transparent 100%);
      background-size: 8.33333%;
      background-origin: content-box;
      background-clip: content-box;
      background-position: left top; }

.bg-white {
  background-color: #fff; }

.promo {
  height: 85%;
  background-image: url(../i/bg_promo.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .promo {
      height: auto; } }
  .promo .header__logo:before {
    content: url(../i/logo_white.svg); }
  .promo .header__nav a {
    color: #fff; }
  .promo__info {
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%;
    position: absolute;
    bottom: 80px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .promo__info {
        width: 83.33333%;
        float: left; } }
    @media only screen and (max-width: 480px) {
      .promo__info {
        position: static;
        width: 91.66667%;
        float: left;
        margin-left: 0%;
        padding: 16px;
        margin: 20px 0; } }
    .promo__info__title {
      font-size: 72px;
      line-height: 56px;
      letter-spacing: -2px;
      font-family: 'PT Sans Narrow', sans-serif; }
      @media only screen and (max-width: 480px) {
        .promo__info__title {
          font-size: 50px;
          line-height: 40px;
          text-align: center; } }
    .promo__info__desc {
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin: 16px 0 24px 0; }
      @media only screen and (max-width: 480px) {
        .promo__info__desc {
          font-size: 20px;
          letter-spacing: 2px;
          line-height: 24px;
          text-align: center; } }
    .promo__info__btn {
      width: 25%;
      float: left;
      background-color: #d73056;
      padding: 16px 0;
      text-align: center;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 2px; }
      @media only screen and (max-width: 768px) {
        .promo__info__btn {
          width: 40%;
          float: left; } }
      @media only screen and (max-width: 480px) {
        .promo__info__btn {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-top: 10px; } }
      .promo__info__btn:hover {
        background-color: #c7264b;
        -webkit-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; }

.about {
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 40px 0; }
  @media only screen and (max-width: 480px) {
    .about {
      padding: 16px 0; } }
  .about__left {
    width: 50%;
    float: left;
    margin-left: 16.66667%; }
    @media only screen and (max-width: 768px) {
      .about__left {
        margin-left: 0%;
        width: 58.33333%;
        float: left;
        padding: 0 16px; } }
    @media only screen and (max-width: 480px) {
      .about__left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .about__left p {
      width: 90%;
      font-size: 19px;
      line-height: 32px; }
      @media only screen and (max-width: 480px) {
        .about__left p {
          font-size: 16px;
          line-height: 24px; } }
  .about__right {
    width: 25%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .about__right {
        width: 33.33333%;
        float: left; } }
    @media only screen and (max-width: 480px) {
      .about__right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .about__right__phone {
      border-left: 2px solid #d73056;
      padding: 8px 0 8px 40px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 480px) {
        .about__right__phone {
          border: 0;
          padding: 8px 16px;
          margin-bottom: 16px; } }
      .about__right__phone__number {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -2px;
        font-family: 'PT Sans Narrow', sans-serif;
        text-decoration: none;
        display: block;
        color: #000000; }
        @media only screen and (max-width: 768px) {
          .about__right__phone__number {
            font-size: 32px; } }
    @media only screen and (max-width: 480px) {
      .about__right__img {
        display: none; } }

.center.fixed {
  max-width: 1280px; }

.features {
  width: 66.66667%;
  float: left;
  margin-left: 16.66667%;
  padding: 50px 0; }
  @media only screen and (max-width: 480px) {
    .features {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 24px 0; } }
  .features__item {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px; }
    @media only screen and (max-width: 480px) {
      .features__item {
        margin: 0 16px;
        margin-bottom: 32px; } }
    .features__item__img {
      width: 50%;
      float: left;
      padding-top: 50%;
      background-repeat: no-repeat;
      background-position: center; }
      @media only screen and (max-width: 768px) {
        .features__item__img {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          background-size: contain; } }
    .features__item:nth-of-type(1) .features__item__img {
      background-image: url(../i/img_b_01.svg); }
    .features__item:nth-of-type(2) .features__item__img {
      background-image: url(../i/img_b_02.svg); }
    .features__item:nth-of-type(3) .features__item__img {
      background-image: url(../i/img_b_03.svg); }
    .features__item:nth-of-type(even) .features__item__img {
      width: 50%;
      float: right;
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .features__item:nth-of-type(even) .features__item__img {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          background-size: contain; } }
    .features__item__text {
      width: 50%;
      float: right;
      margin-right: 0;
      font-size: 19px;
      line-height: 28px;
      display: table-cell;
      vertical-align: middle;
      padding-top: 5%; }
      @media only screen and (max-width: 768px) {
        .features__item__text {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          text-align: center; }
          .features__item__text__title {
            text-align: center; } }
      @media only screen and (max-width: 480px) {
        .features__item__text {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          font-size: 16px;
          line-height: 24px; } }
      .features__item__text__title {
        font-size: 40px;
        line-height: 48px;
        font-family: 'PT Sans Narrow', sans-serif;
        margin-bottom: 24px; }
        @media only screen and (max-width: 480px) {
          .features__item__text__title {
            font-size: 32px;
            line-height: 32px; } }
    .features__item:nth-of-type(even) .features__item__text {
      width: 50%;
      float: left; }
      @media only screen and (max-width: 768px) {
        .features__item:nth-of-type(even) .features__item__text {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }

.redalert {
  background-color: #d73056;
  color: #fff;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .redalert {
      padding: 20px;
      text-align: center; } }
  .redalert .center {
    max-width: 960px; }
  .redalert__left {
    width: 66.66667%;
    float: left;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 768px) {
      .redalert__left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .redalert__title {
    margin: 10px 0 20px 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    font-family: 'PT Sans Narrow', sans-serif; }
    @media only screen and (max-width: 480px) {
      .redalert__title {
        font-size: 32px;
        line-height: 28px; } }
  .redalert__img {
    width: 33.33333%;
    float: right;
    margin-right: 0;
    background-image: url(../i/img_b_04.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px; }
    @media only screen and (max-width: 768px) {
      .redalert__img {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.prefooter {
  clear: both;
  position: relative; }
  .prefooter__left {
    width: 50%;
    padding-top: 50%;
    float: left;
    background-image: url(../i/img_prefooter.jpg);
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 768px) {
      .prefooter__left {
        width: 100%; } }
  .prefooter__right {
    width: 50%;
    padding-top: 50%;
    float: right;
    position: relative;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .prefooter__right {
        width: calc(100% - 40px);
        padding: 20px;
        float: none;
        position: static; } }
    .prefooter__right__text {
      width: 70%;
      position: absolute;
      top: 50%;
      left: 15%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 19px;
      line-height: 30px;
      color: #23435A; }
      @media only screen and (max-width: 768px) {
        .prefooter__right__text {
          position: static;
          width: 80%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          margin-left: 10%;
          padding: 20px 0;
          overflow: hidden; } }
      @media only screen and (max-width: 480px) {
        .prefooter__right__text {
          font-size: 16px;
          line-height: 20px;
          width: 90%;
          margin: 5%;
          text-align: center; } }

.inner {
  min-height: 800px;
  background-color: #fff;
  overflow: hidden;
  background-position: center 100px;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 480px) {
    .inner {
      background-position: center 140px; } }
  .inner__content {
    margin-top: 350px; }
    @media only screen and (max-width: 768px) {
      .inner__content {
        margin-top: 150px; } }
    @media only screen and (max-width: 480px) {
      .inner__content {
        margin-top: 80px; } }
  .inner__indent {
    width: 66.66667%;
    float: left;
    margin-left: 16.66667%; }
    @media only screen and (max-width: 768px) {
      .inner__indent {
        width: 91.66667%;
        float: left;
        margin-left: 0%;
        padding: 0 20px; } }

.signup__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .signup__title {
      font-size: 18px;
      line-height: 24px; } }

.signup__form {
  padding: 50px 0; }
  @media only screen and (max-width: 480px) {
    .signup__form {
      padding: 24px 0; } }

.signup__left {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 480px) {
    .signup__left {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.signup__right {
  width: 50%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 480px) {
    .signup__right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 40px; } }

.signup__input {
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .signup__input {
      margin-bottom: 24px; } }
  .signup__input label {
    font-size: 16px;
    line-height: 24px;
    color: #7D7D7D;
    display: block; }
  .signup__input input {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #23435A;
    width: 90%;
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 480px) {
      .signup__input input {
        font-size: 18px;
        line-height: 40px; } }
    .signup__input input:focus {
      outline: none;
      border-bottom: 2px solid #d73056;
      margin-bottom: 0; }

.signup__btn {
  clear: both;
  display: block;
  background-color: #d73056;
  border: 1px solid #d73056;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 56px;
  padding: 0 40px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 80px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  @media only screen and (max-width: 480px) {
    .signup__btn {
      width: 95%;
      margin-bottom: 30px; } }
  .signup__btn:hover {
    background-color: #be2548;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.partner__left {
  width: 55.55556%;
  float: left;
  overflow: hidden;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .partner__left {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .partner__left p {
    width: 90%;
    font-size: 19px;
    line-height: 32px; }
    @media only screen and (max-width: 480px) {
      .partner__left p {
        font-size: 16px;
        line-height: 24px; } }

.partner__right {
  width: 44.44444%;
  float: right;
  margin-right: 0;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .partner__right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.informer {
  background-color: #98abb3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'PT Sans Caption', sans-serif; }
  .informer__left {
    width: 25%;
    float: left;
    background-image: url(../i/franchise.svg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%; }
  .informer__right {
    width: 75%;
    float: right;
    margin-right: 0;
    background-color: #dfe4e6; }
  .informer__item {
    padding: 30px 0;
    margin: 0 30px;
    border-bottom: 2px solid #d73056; }
    .informer__item:last-child {
      border-bottom: none; }
  .informer__number {
    font-size: 72px;
    line-height: 80px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: -2.5px; }
    @media only screen and (max-width: 480px) {
      .informer__number {
        font-size: 50px;
        line-height: 56px; } }
    .informer__number span {
      font-size: 40px; }
      @media only screen and (max-width: 480px) {
        .informer__number span {
          font-size: 22px; } }

.cont {
  clear: both;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin: 40px 0 80px 0; }
  @media only screen and (max-width: 480px) {
    .cont {
      font-size: 32px;
      line-height: 32px;
      width: 80%;
      margin: 0 auto 40px auto; } }
  .cont a {
    color: #d73056;
    text-decoration: none;
    border-bottom: 1px solid #d73056; }

.header {
  margin-top: 32px; }
  @media only screen and (max-width: 480px) {
    .header {
      margin-top: 16px; } }
  .header__indent {
    width: 83.33333%;
    float: left;
    margin-left: 16.66667%; }
    @media only screen and (max-width: 480px) {
      .header__indent {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0%;
        padding: 0 16px; } }
  .header__logo {
    display: block;
    width: 20%;
    float: left;
    height: 56px;
    position: relative; }
    .header__logo:before {
      content: url(../i/logo.svg);
      display: block;
      position: absolute;
      left: -92px; }
      @media only screen and (max-width: 480px) {
        .header__logo:before {
          left: 0; } }
  .header__nav {
    width: 80%;
    float: right;
    margin-right: 0;
    margin-top: 16px; }
    @media only screen and (max-width: 768px) {
      .header__nav {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .header__nav ul li {
      width: 25%;
      float: left;
      font-size: 15px;
      font-weight: bold;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media only screen and (max-width: 480px) {
        .header__nav ul li {
          width: 45.45455%;
          float: left;
          font-size: 14px;
          margin-bottom: 8px;
          text-align: center; } }
      .header__nav ul li a {
        text-decoration: none;
        color: #23435A;
        position: relative; }
        @media only screen and (max-width: 480px) {
          .header__nav ul li a.active {
            color: #d73056; } }
        .header__nav ul li a.active:after {
          content: ' ';
          position: absolute;
          bottom: -14px;
          left: 0;
          background-color: #d73056;
          height: 2px;
          width: 100%; }
          @media only screen and (max-width: 480px) {
            .header__nav ul li a.active:after {
              display: none; } }
        .header__nav ul li a:hover {
          color: #d73056;
          -webkit-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition: all 0.1s ease; }

.footer {
  clear: both;
  background-color: #23435A;
  color: #fff;
  padding: 40px 0;
  font-size: 14px;
  line-height: 24px; }
  .footer .center {
    padding: 0 20px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer__left {
    width: 33.33333%;
    float: left; }
    @media only screen and (max-width: 480px) {
      .footer__left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .footer__center {
    width: 33.33333%;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .footer__center {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 20px 0; } }
    .footer__center a {
      font-size: 26px; }
  .footer__right {
    width: 33.33333%;
    float: right;
    margin-right: 0;
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .footer__right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; } }

.select {
  position: relative;
  display: block;
  width: 90%;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }
  .select .placeholder {
    position: relative;
    display: block;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #23435A;
    color: #7D7D7D;
    z-index: 1;
    line-height: 56px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .select .placeholder:after {
      position: absolute;
      right: 1em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'FontAwesome';
      content: '\f078';
      z-index: 10; }
  .select.is-open .placeholder:after {
    content: '\f077'; }
  .select.is-open ul {
    display: block; }
  .select.select--white .placeholder {
    background: #fff;
    color: #999; }
    .select.select--white .placeholder:hover {
      background: #fafafa; }
  .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #eef0f1;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100; }
    .select ul li {
      display: block;
      text-align: left;
      padding: 0.8em 1em 0.8em 1em;
      color: #999;
      cursor: pointer; }
      .select ul li:hover {
        background: #d73056;
        color: #fff; }

/*** custom checkboxes ***/
.form__row__checkbox {
  padding-top: 50px;
  font-size: 22px; }
  @media only screen and (max-width: 480px) {
    .form__row__checkbox {
      padding-top: 0px; } }
  .form__row__checkbox a {
    color: #d73056; }

input[type=checkbox] {
  display: none; }

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 26px; }
  @media only screen and (max-width: 480px) {
    input[type=checkbox] + label:before {
      font-size: 32px;
      line-height: 40px; } }

input[type=checkbox] + label:before {
  content: "\f096"; }

/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 10px; }

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  content: "\f046"; }

/* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 7px; }

/* allow space for check mark */

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