html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

s {
  text-decoration: line-through; }

input,
textarea,
select {
  font-family: inherit;
  color: inherit;
  text-align: left;
  display: block;
  width: 100%;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

html {
  height: 100%; }

body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection,
::-moz-selection {
  background: #000;
  color: #fff; }

::selection,
::-moz-selection {
  background: #000;
  color: #fff; }

.ovh {
  overflow: hidden; }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"); }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"); }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"); }

.button {
  font-family: "Helvetica Neue";
  z-index: 20;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 56px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0075C9;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .button:disabled {
    opacity: .8;
    cursor: default; }
  .button:hover {
    background: #007ed8; }
  .button:focus, .button:active {
    outline: none; }
  .button--small {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    color: #000000;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    background: transparent; }
    .button--small:hover {
      background: #fff; }
  .button--fstyle {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/logoback.png") no-repeat top center/cover; }
  .header__icon {
    display: block;
    margin: 30px 0 0 0;
    background-color: transparent; }
    .header__icon img {
      display: block; }
  .header__img {
    position: absolute; }
  .header__title {
    display: block;
    margin: 43px 0 39px 0;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #0075C9; }
    @media screen and (max-width: 600px) {
      .header__title {
        font-size: 24px; } }

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .content__icon {
    position: absolute;
    display: block;
    bottom: 35px;
    right: 15px; }
    .content__icon svg {
      display: block; }
    @media screen and (max-width: 900px) {
      .content__icon {
        right: 25px;
        bottom: 25px; } }
  .content__title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25;
    color: #0075C9;
    margin: 69px 0 0 0;
    padding: 0 50px; }
    @media screen and (max-width: 600px) {
      .content__title {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        padding: 0 25px;
        margin: 50px 0 0; } }
  .content__text {
    padding: 12px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #000000; }
    @media screen and (max-width: 900px) {
      .content__text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        padding: 12px 25px; } }
    .content__texts {
      padding: 0 0 25px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media screen and (max-width: 900px) {
        .content__texts {
          padding: 20px 0 25px 0; } }
  .content__offer {
    margin: 14px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
    @media screen and (max-width: 900px) {
      .content__offer {
        margin: 14px 25px; } }
  .content__button {
    display: block;
    width: 400px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 600px) {
      .content__button {
        width: 300px;
        font-size: 12px;
        height: 50px;
        line-height: 46px; } }

.offer {
  position: relative;
  padding: 12px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EEEEEE;
  border-radius: 20px; }
  @media screen and (max-width: 900px) {
    .offer {
      padding: 32px 19px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 600px) {
    .offer {
      padding: 20px 15px; } }
  .offer__img {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 600px) {
      .offer__img {
        width: 80px;
        height: 80px; } }
  .offer__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .offer__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
  .offer__title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      .offer__title {
        font-size: 20px; } }
  .offer__button {
    display: block; }
    @media screen and (max-width: 900px) {
      .offer__button {
        margin: 15px 0 0 0; } }

.page {
  width: 900px;
  max-width: 100%;
  margin: 0 auto; }

.questionnaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0075C9;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .questionnaire__title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 50px; }
    @media screen and (max-width: 900px) {
      .questionnaire__title {
        font-size: 24px;
        margin: 0 25px 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  .questionnaire__bar {
    margin-top: 3px; }
  .questionnaire__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0; }
    .questionnaire__item--bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 0; }
    .questionnaire__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 270px;
      padding: 48px 0 45px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .questionnaire__items--bar {
        padding: 48px 25px 45px 25px;
        width: 414px;
        margin: 0 auto;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none; }
        @media screen and (max-width: 900px) {
          .questionnaire__items--bar {
            width: auto; } }
      @media screen and (max-width: 900px) {
        .questionnaire__items {
          margin: 0 25px;
          padding: 30px 0; } }
  .questionnaire__button {
    width: 234px;
    margin: 0 auto; }
  .questionnaire__text {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF; }

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox__text {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 16px; }
  .checkbox__square {
    display: block; }
  .checkbox__check {
    display: none;
    position: absolute;
    left: 4px;
    top: 5px; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked ~ .checkbox__check {
      display: block; }

.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .footer {
      padding: 0 25px; } }
  .footer__text {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.1;
    color: #808080;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer__text p {
      margin: 0; }
  .footer__button {
    width: 174px;
    margin: 18px 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .footer__title {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 60px;
    color: #0075C9; }
  .footer__img {
    width: 103px;
    height: 25px;
    overflow: hidden;
    display: block;
    margin: 50px 0 40px 0; }
    .footer__img img {
      display: block; }

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .bar__text {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    padding: 0 10px 0 0; }
  .bar__progress {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
  .bar__value {
    height: 4px;
    display: block;
    background: #FFFFFF; }
