/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  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; }

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

@font-face {
  font-family: 'Bebas Neue';
  src: url(9a587afc85046343e9cc496c738674aa.eot);
  src: url(9a587afc85046343e9cc496c738674aa.eot?#iefix) format("embedded-opentype"), url(cfa6f7f354eca8cb83e14a650341c12f.woff) format("woff"), url(12c5024f5e7b1ab1d86a32d051f560f5.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

.page {
  margin: 0; }

.page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto; }

.bg-red {
  width: 100%;
  min-height: 310px;
  height: auto;
  margin-top: -120px;
  background-image: url(../img/bg-red.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff; }
  .bg-red--narrow {
    margin-top: 0;
    min-height: 614px;
    background-image: url(../img/bg-red-narrow.png); }
  .bg-red--margin {
    position: relative;
    z-index: 2;
    margin-top: -192px; }

.mirror {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

@media (max-width: 1140px) {
  .page__container {
    max-width: 727px; }
  .bg-red {
    min-height: 276px;
    margin-top: -75px;
    background-image: url(../img/bg-red-tablet.png);
    background-size: 100% 276px; }
    .bg-red--narrow {
      min-height: 541px;
      margin-top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-image: url(../img/bg-red-narrow-tablet.png);
      background-size: auto; }
    .bg-red--margin {
      margin-top: -115px; }
  .mirror {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); } }

@media (max-width: 767px) {
  .page__container {
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .bg-red {
    min-height: 445px;
    margin-top: -110px;
    background-image: url(../img/bg-red-mobile.png);
    background-size: 100% 100%; }
    .bg-red--narrow {
      position: relative;
      width: 100vw;
      height: 452px;
      margin-top: 0;
      margin-left: -15px;
      margin-right: -15px;
      background-image: url(../img/bg-red-mobile.png);
      background-size: 100% 452px; }
    .bg-red--margin {
      margin-top: -35px; }
  .mirror {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); } }

.header {
  width: 100%;
  min-height: 852px;
  height: auto;
  background-color: #d21622;
  background-image: url(../img/bg-header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ffffff; }

.header__top {
  width: 100%;
  margin-bottom: 140px;
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: rgba(236, 236, 236, 0.9); }

.header__links {
  margin-left: auto;
  margin-top: 5px;
  font-size: 0; }

.header__link-application,
.header__link-callback {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 15px;
  vertical-align: baseline;
  text-decoration: underline;
  color: #202020; }
  .header__link-application::before,
  .header__link-callback::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat; }
  .header__link-application:hover,
  .header__link-callback:hover {
    text-decoration: none; }

.header__link-application {
  padding-left: 18px; }
  .header__link-application::before {
    width: 13px;
    height: 15px;
    background-image: url(../img/icon-application.png); }

.header__link-callback {
  padding-left: 22px; }
  .header__link-callback::before {
    width: 16px;
    height: 15px;
    background-image: url(../img/icon-callback.png); }

.header__link-phone {
  display: inline-block;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  vertical-align: baseline;
  text-decoration: none;
  color: #d21622; }

@media (max-width: 1140px) {
  .header {
    min-height: 552px;
    background-image: url(../img/bg-header-tablet.jpg); }
  .header__top {
    margin-bottom: 93px;
    padding-top: 25px;
    padding-bottom: 20px; }
  .header__logo img {
    width: 159px;
    height: auto; }
  .header__links {
    margin-top: 2px; }
  .header__link-application,
  .header__link-callback {
    font-size: 11px;
    line-height: 13px; }
  .header__link-application {
    margin-right: 40px;
    padding-left: 16px; }
    .header__link-application::before {
      width: 11px;
      height: 13px;
      background-size: 11px 13px; }
  .header__link-callback {
    margin-right: 20px;
    padding-left: 19px; }
    .header__link-callback::before {
      width: 14px;
      height: 13px;
      background-size: 14px 13px; }
  .header__link-phone {
    font-size: 24px;
    line-height: 28px; } }

@media (max-width: 767px) {
  .header {
    min-height: 445px;
    background-image: url(../img/bg-header-mobile.jpg);
    background-size: auto; }
  .header__top {
    margin-bottom: 60px;
    padding-top: 15px;
    padding-bottom: 12px; }
  .header__logo img {
    width: 138px;
    height: auto; }
  .header__link-application,
  .header__link-callback {
    display: none; }
  .header__link-phone {
    font-size: 20px;
    line-height: 24px; } }

.main-content__title {
  margin: 0 auto;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 132.44px;
  line-height: 140px;
  text-align: center; }

.main-content__subtitle {
  margin: 0 auto;
  padding: 0 36px;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 64px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  background-color: #d21622; }

@media (max-width: 1140px) {
  .main-content__title {
    margin-bottom: 3px;
    font-size: 80.91px;
    line-height: 85.53px; }
  .main-content__subtitle {
    padding: 0 22px;
    font-size: 14.66px;
    line-height: 39px;
    letter-spacing: 1px; } }

@media (max-width: 767px) {
  .main-content__title {
    margin-bottom: 5px;
    font-size: 44px;
    line-height: 48px; }
  .main-content__subtitle {
    padding: 0 15px;
    font-size: 9px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.4px; } }

.features {
  width: 1140px;
  min-height: 550px;
  margin: 0 auto;
  margin-top: -122px;
  padding-left: 375px;
  padding-top: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg-features.png);
  background-position: top left 28px;
  background-repeat: no-repeat; }

.features__title {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0; }

.features__list-item {
  position: relative;
  width: 360px;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  padding-left: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: lighter; }
  .features__list-item:nth-last-of-type(1), .features__list-item:nth-last-of-type(2) {
    margin-bottom: 0; }
  .features__list-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 66px;
    height: 66px;
    background-color: #ececec;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat; }
  .features__list-item:nth-of-type(1)::before {
    background-image: url(../img/icon-features-01.png); }
  .features__list-item:nth-of-type(2)::before {
    background-image: url(../img/icon-features-02.png); }
  .features__list-item:nth-of-type(3)::before {
    background-image: url(../img/icon-features-03.png); }
  .features__list-item:nth-of-type(4)::before {
    background-image: url(../img/icon-features-04.png); }

@media (max-width: 1140px) {
  .features {
    width: 768px;
    min-height: 528px;
    margin-top: -40px;
    padding-left: 310px;
    padding-top: 67px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 289px 528px;
    background-position: top left 5px; }
  .features__title {
    max-width: 375px;
    margin-bottom: 44px;
    font-size: 40px;
    line-height: 48px; }
  .features__list-item {
    width: auto;
    padding-left: 70px;
    font-size: 16px;
    line-height: 20px; }
    .features__list-item:nth-last-of-type(2) {
      margin-bottom: 60px; }
    .features__list-item::before {
      width: 56px;
      height: 56px; }
    .features__list-item:nth-of-type(1)::before {
      background-size: 22px 16px; }
    .features__list-item:nth-of-type(2)::before {
      background-size: 22px 20px; }
    .features__list-item:nth-of-type(3)::before {
      background-size: 22px 16px; }
    .features__list-item:nth-of-type(4)::before {
      background-size: 22px 20px; } }

@media (max-width: 767px) {
  .features {
    width: 320px;
    min-height: 100px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 15px;
    background-image: none; }
  .features__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
  .features__list-item {
    margin-bottom: 57px;
    padding-left: 75px;
    font-size: 14px;
    line-height: 17px; }
    .features__list-item::before {
      left: 2px; } }

.block {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  background-image: url(../img/bg-gray.png);
  background-position: top center;
  background-repeat: no-repeat; }
  .block--first {
    min-height: 877px;
    margin-top: -55px;
    margin-bottom: 80px; }
  .block--second {
    min-height: 900px; }

.block img {
  position: absolute;
  bottom: 0;
  display: block; }

.block--first img {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.block--second img {
  left: calc(50% - 600px); }

@media (max-width: 1140px) {
  .block {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg-gray-tablet.png);
    background-position: top 20px center;
    background-size: 100% 476px; }
    .block--first {
      min-height: 682px;
      margin-top: -45px;
      margin-bottom: 42px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .block--second {
      min-height: 700px; }
  .block--first img {
    width: 577px;
    height: auto; }
  .block--second img {
    width: 520px;
    height: auto;
    left: calc(50% - 380px); } }

@media (max-width: 767px) {
  .block {
    width: 100%;
    background-image: url(../img/bg-gray-mobile.png);
    background-position: top center;
    background-size: 100% 422px; }
    .block--first {
      min-height: 955px;
      margin-top: 0;
      margin-bottom: 26px;
      padding-top: 52px; }
    .block--second {
      min-height: 985px;
      margin-bottom: 47px;
      padding-top: 55px; }
  .block--first img {
    left: calc(50% - 125px);
    width: 536px;
    height: auto; }
  .block--second img {
    display: none; } }

@media (max-width: 519px) {
  .block--first {
    min-height: 1020px; } }

.form {
  width: 100%;
  padding-top: 128px; }
  .form--narrow {
    width: 360px;
    padding: 0 40px;
    padding-top: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto; }

.form form {
  width: 100%;
  text-align: center; }

.form__title {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }
  .form__title--center {
    margin-bottom: 17px;
    text-align: center; }
  .form__title span {
    display: none; }

.form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form__row--first {
    margin-bottom: 32px; }

.form__col {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }
  .form__col--first {
    margin-bottom: 25px; }

.form__field {
  display: inline-block;
  width: 293px;
  height: 36px;
  margin-right: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-weight: lighter;
  font-size: 15px;
  line-height: 34px;
  vertical-align: middle;
  background-color: transparent;
  border: solid 1px #ececec; }
  .form__field::-webkit-input-placeholder {
    color: #ffffff; }
  .form__field:-ms-input-placeholder {
    color: #ffffff; }
  .form__field::-ms-input-placeholder {
    color: #ffffff; }
  .form__field::placeholder {
    color: #ffffff; }
  .form__field--big {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .form__field--narrow {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0; }
    .form__field--narrow:nth-last-of-type(1) {
      margin-bottom: 0; }

.form__btn {
  width: 47px;
  height: 47px;
  font-size: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  background-image: url(../img/icon-arrow.png);
  background-position: center;
  background-repeat: no-repeat; }
  .form__btn--big {
    position: relative;
    z-index: 2;
    width: 168px;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Calibri', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 47px;
    font-weight: lighter;
    vertical-align: middle;
    color: #d21622;
    border-radius: 23.5px;
    background-position: center right 26px; }
  .form__btn:hover {
    opacity: 0.7; }

.form__text {
  margin: 0;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 17.54px;
  line-height: 19px;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.6px; }
  .form__text--justify {
    margin-bottom: 16px;
    text-align: justify;
    line-height: 21px; }

.form__row input[type="radio"] {
  display: none; }

.form__row input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  padding-left: 26px;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: lighter;
  vertical-align: middle;
  letter-spacing: 0.7px;
  cursor: pointer; }
  .form__row input[type="radio"] + label a {
    color: #ffffff; }
  .form__row input[type="radio"] + label a:hover {
    text-decoration: none; }

.form__row input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: solid 1px #ececec; }

.form__row input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.form__col input[type="radio"] {
  display: none; }

.form__col input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 26px;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: lighter;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0.7px;
  cursor: pointer; }
  .form__col input[type="radio"] + label a {
    color: #ffffff; }
  .form__col input[type="radio"] + label a:hover {
    text-decoration: none; }
  .form__col input[type="radio"] + label:nth-last-of-type(1) {
    margin-bottom: 0; }

.form__col input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: solid 1px #ececec; }

.form__col input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.form img {
  display: none; }

@media (max-width: 1140px) {
  .form {
    padding-top: 62px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form--narrow {
      width: 287px;
      padding: 0 28px;
      padding-top: 55px; }
  .form__title {
    margin-bottom: 11px;
    font-size: 40px;
    line-height: 48px; }
    .form__title--center {
      margin-bottom: 19px; }
  .form__row--first {
    margin-bottom: 12px; }
  .form__col {
    margin-bottom: 25px; }
    .form__col--first {
      margin-bottom: 17px; }
  .form__field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 210px;
    height: 31px;
    margin-right: 15px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 29px; }
    .form__field--narrow {
      width: 100%;
      margin-right: 0;
      margin-bottom: 19px; }
  .form__text {
    margin-right: 2px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.35px; }
    .form__text--justify {
      text-align: left;
      letter-spacing: 0.5px; }
  .form__row input[type="radio"] + label {
    margin-left: 15px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px; }
  .form__row input[type="radio"] + label::before {
    width: 16px;
    height: 16px; }
  .form__row input[type="radio"]:checked + label::after {
    top: 1.75px;
    left: 6px; }
  .form__col input[type="radio"] + label {
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px; }
  .form__col input[type="radio"] + label::before {
    width: 16px;
    height: 16px; }
  .form__col input[type="radio"]:checked + label::after {
    top: 1.75px;
    left: 6px; }
  .form__btn--big {
    width: 150px;
    height: 42px;
    padding-right: 18px;
    padding-left: 7px;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 0.8px;
    background-size: 10px 13px; } }

@media (max-width: 767px) {
  .form {
    position: relative;
    padding-top: 43px; }
    .form--narrow {
      width: 100vw;
      min-height: 452px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 0 15px;
      padding-top: 43px; }
    .form--mobile {
      min-height: 735px; }
  .form__title {
    position: relative;
    margin-left: -1px;
    margin-right: -2px;
    margin-bottom: 21px;
    font-size: 30px;
    line-height: 36px; }
    .form__title span {
      display: inline; }
  .form__row--first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .form__row--absolute {
    position: absolute;
    left: 15px;
    bottom: 95px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 290px; }
  .form__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 290px;
    margin-bottom: 17px; }
    .form__col--first {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-bottom: 15px; }
  .form__field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .form__field:nth-last-of-type(2) {
      margin-bottom: 130px; }
  .form__field--narrow:nth-last-of-type(2) {
    margin-bottom: 20px; }
  .form__btn {
    margin: 0 auto;
    width: 150px;
    height: 42px;
    padding-right: 6px;
    padding-left: 0;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 0.8px;
    color: #d21622;
    background-size: 10px 13px;
    border-radius: 21px;
    background-position: center right 32px; }
  .form__text {
    max-width: 290px;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.5px; }
  .form__row input[type="radio"] + label {
    min-width: 30%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left; }
    .form__row input[type="radio"] + label:nth-of-type(2) {
      margin-left: auto; }
    .form__row input[type="radio"] + label:nth-last-of-type(1) {
      margin-bottom: 0; }
  .form__col input[type="radio"] + label {
    min-width: 30%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: left; }
    .form__col input[type="radio"] + label:nth-of-type(2) {
      margin-left: auto; }
    .form__col input[type="radio"] + label:nth-last-of-type(1) {
      margin-bottom: 0; }
  .form img {
    z-index: -1;
    bottom: 0;
    display: block; } }

.info {
  max-width: 750px;
  margin-top: 125px; }

.info__title {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }

.info__list {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside; }

.info__list-item {
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: lighter; }
  .info__list-item:nth-last-of-type(1) {
    margin-bottom: 0; }

@media (max-width: 1140px) {
  .info {
    max-width: 420px;
    margin-top: 85px; }
  .info__title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px; }
  .info__list-item {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px; } }

@media (max-width: 767px) {
  .info {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 43px; }
  .info__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
  .info__list-item {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px; } }

.partners {
  width: 1140px;
  margin: 0 auto;
  margin-bottom: 60px; }

.partners__title {
  margin: 0;
  margin-bottom: 55px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-align: center; }

.partners__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.partners__links-item {
  display: block;
  margin-bottom: 50px; }
  .partners__links-item:nth-last-of-type(1), .partners__links-item:nth-last-of-type(2), .partners__links-item:nth-last-of-type(3), .partners__links-item:nth-last-of-type(4) {
    margin-bottom: 0; }
  .partners__links-item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.partners__links-item img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

@media (max-width: 1140px) {
  .partners {
    width: 768px;
    margin-bottom: 30px; }
  .partners__title {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 48px; }
  .partners__links {
    margin: 0 21px; }
  .partners__links-item {
    margin-bottom: 40px; }
  .partners__links-item--ingos img {
    width: 150px;
    height: auto; }
  .partners__links-item--rgs img {
    width: 135px;
    height: auto; }
  .partners__links-item--soglasie img {
    width: 165px;
    height: auto; }
  .partners__links-item--alfastrah img {
    width: 170px;
    height: auto; }
  .partners__links-item--ergo img {
    width: 130px;
    height: auto; }
  .partners__links-item--guta-strahovanie img {
    width: 335px;
    height: auto; }
  .partners__links-item--vtbins img {
    width: 170px;
    height: auto; }
  .partners__links-item--yugoriya img {
    width: 145px;
    height: auto; }
  .partners__links-item--bin img {
    width: 130px;
    height: auto; }
  .partners__links-item--uralsib img {
    width: 165px;
    height: auto; }
  .partners__links-item--energogarant img {
    width: 170px;
    height: auto; } }

@media (max-width: 767px) {
  .partners {
    width: 290px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .partners__title {
    position: relative;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 36px; }
  .partners__links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0; }
  .partners__links-item {
    margin-bottom: 30px; }
    .partners__links-item:nth-last-of-type(3) {
      margin-bottom: 30px; }
  .partners__links-item--ingos img {
    width: 135px;
    height: auto; }
  .partners__links-item--rgs img {
    width: 125px;
    height: auto; }
  .partners__links-item--soglasie img {
    width: 130px;
    height: auto; }
  .partners__links-item--alfastrah img {
    width: 135px;
    height: auto; }
  .partners__links-item--guta-strahovanie img {
    width: 100%;
    height: auto; }
  .partners__links-item--ergo,
  .partners__links-item--vtbins,
  .partners__links-item--yugoriya,
  .partners__links-item--bin,
  .partners__links-item--uralsib,
  .partners__links-item--energogarant {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .partners__links-item--ergo img {
    width: 120px;
    height: auto; }
  .partners__links-item--vtbins img {
    width: 145px;
    height: auto; }
  .partners__links-item--yugoriya img {
    width: 135px;
    height: auto; }
  .partners__links-item--bin img {
    width: 120px;
    height: auto; }
  .partners__links-item--uralsib img {
    width: 135px;
    height: auto; }
  .partners__links-item--energogarant img {
    width: 125px;
    height: auto; } }

.benefits {
  margin-top: 125px; }

.benefits__title {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }

.benefits__list {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-column-width: 375px;
          column-width: 375px;
  list-style-type: disc;
  list-style-position: inside; }

.benefits__list-item {
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: lighter; }
  .benefits__list-item:nth-last-of-type(1) {
    margin-bottom: 0; }

@media (max-width: 1140px) {
  .benefits {
    max-width: 425px;
    margin-top: 85px; }
  .benefits__title {
    max-width: 370px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px; }
  .benefits__list {
    -webkit-column-width: 205px;
            column-width: 205px; }
  .benefits__list-item {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 18.5px; }
    .benefits__list-item:nth-last-of-type(3) {
      margin-bottom: 0; }
    .benefits__list-item:nth-last-of-type(1) {
      padding-bottom: 55px; } }

@media (max-width: 767px) {
  .benefits {
    width: 290px;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 37px; }
  .benefits__title {
    max-width: 290px;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
  .benefits__list {
    margin-left: 50px; }
  .benefits__list-item {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
    .benefits__list-item:nth-last-of-type(3) {
      margin-bottom: 20px; }
    .benefits__list-item:nth-last-of-type(1) {
      padding-bottom: 0; } }

.about {
  width: 1140px;
  min-height: 655px;
  margin: 0 auto;
  margin-top: -220px;
  padding-right: 410px;
  padding-top: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg-about.png);
  background-position: top right -30px;
  background-repeat: no-repeat; }

.about__title {
  margin: 0;
  margin-bottom: 21px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }

.about__text {
  margin: 0;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 48px;
  font-weight: lighter; }

@media (max-width: 1140px) {
  .about {
    width: 727px;
    margin-top: -130px;
    padding-top: 160px;
    padding-right: 315px;
    background-size: 383px 573px;
    background-position: top right -40px; }
  .about__title {
    max-width: 325px;
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 48px; }
  .about__text {
    font-size: 18px;
    line-height: 36px; } }

@media (max-width: 767px) {
  .about {
    width: 100%;
    min-height: 100px;
    margin-top: 0;
    margin-bottom: 17px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: none; }
  .about__title {
    max-width: 245px;
    margin: 0 auto;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
  .about__text {
    font-size: 14px;
    line-height: 24px;
    text-align: center; } }

.features-slider {
  width: 100%;
  min-height: 781px;
  margin-top: -65px;
  padding-top: 182px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg-slider.png);
  background-position: top center;
  background-repeat: no-repeat; }

.features-slider__title {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px; }

.features-slider__inner {
  width: 1140px;
  margin: 0 auto;
  list-style: none;
  counter-reset: list -2; }

.features-slider__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 375px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 22px;
  line-height: 48px;
  font-weight: lighter;
  counter-increment: list; }
  .features-slider__item::before {
    content: counter(list);
    position: absolute;
    top: 7px;
    left: 0;
    width: 291px;
    font-family: 'Bebas Neue', 'Arial', sans-serif;
    font-size: 122.69px;
    font-weight: bold;
    line-height: 291px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-color: #d21622; }

.slick-dots {
  bottom: -85px;
  padding-left: 845px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  text-align: left; }

.slick-dots li button {
  width: 21px;
  height: 21px; }

.slick-dots li button::before {
  content: '';
  width: 21px;
  height: 21px;
  background-color: #d21622;
  opacity: 0.5;
  border-radius: 50%; }

.slick-dots li.slick-active button::before {
  opacity: 1; }

@media (max-width: 1140px) {
  .features-slider {
    width: 100%;
    min-height: 654px;
    margin: 0 auto;
    margin-top: -95px;
    padding-top: 100px;
    background-image: url(../img/bg-slider-tablet.png);
    background-size: 100% 654px; }
  .features-slider__inner {
    width: 727px;
    margin: 0 auto; }
  .features-slider__title {
    margin-bottom: 7px;
    font-size: 40px;
    line-height: 48px; }
  .features-slider__item {
    padding-left: 283px;
    font-size: 18px;
    line-height: 36px; }
    .features-slider__item::before {
      top: 6px;
      width: 254px;
      font-size: 100px;
      line-height: 254px; }
  .slick-dots {
    bottom: -45px;
    padding-left: 279px; }
  .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 4px; }
  .slick-dots li button {
    width: 18px;
    height: 18px; }
  .slick-dots li button::before {
    width: 18px;
    height: 18px; } }

@media (max-width: 767px) {
  .features-slider {
    width: 100%;
    min-height: 422px;
    margin-top: 0;
    padding-top: 57px;
    background-image: url(../img/bg-slider-mobile.png);
    background-size: 100% 422px; }
  .features-slider__inner {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .features-slider__item {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
    .features-slider__item::before {
      top: 5.5px;
      width: 58px;
      font-size: 30.26px;
      line-height: 58px; }
  .features-slider__title {
    max-width: 215px;
    margin-bottom: 13px;
    padding-left: 55px;
    font-size: 30px;
    line-height: 36px;
    font-size: 30px;
    text-align: left; } }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 760px;
  height: auto;
  margin-top: -85px;
  padding-top: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d21622;
  background-image: url(../img/bg-footer.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ffffff; }

.footer__link {
  margin: 0;
  margin-bottom: 57px;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: lighter;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 1.25px;
  color: #ffffff; }
  .footer__link:hover {
    text-decoration: none; }

.footer__link-phone {
  position: relative;
  margin: 0;
  margin-bottom: 23px;
  padding: 0;
  padding-top: 90px;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 55.25px;
  line-height: 58px;
  text-decoration: none;
  color: #ffffff; }
  .footer__link-phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-image: url(../img/icon-phone.png);
    background-position: center;
    background-repeat: no-repeat; }

.footer__text {
  margin: 0;
  margin-bottom: 180px;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.25px; }

.footer__copyright {
  display: block;
  width: 100%;
  margin-top: auto;
  background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.8) 67px, #d21622 67px);
  background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.8) 67px, #d21622 67px);
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.8) 67px, #d21622 67px); }

.footer__copyright p {
  margin: 0;
  padding: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.4px;
  color: #202020; }

.footer__social {
  margin-bottom: 40px;
  font-size: 0; }

.footer__social-item {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat; }
  .footer__social-item:nth-last-of-type(1) {
    margin-right: 0; }
  .footer__social-item--telegram {
    background-image: url(../img/icon-telegram.png); }
  .footer__social-item--fb {
    background-image: url(../img/icon-fb.png); }
  .footer__social-item--vk {
    background-image: url(../img/icon-vk.png); }
  .footer__social-item--insta {
    background-image: url(../img/icon-insta.png); }
  .footer__social-item--youtube {
    background-image: url(../img/icon-youtube.png); }
  .footer__social-item:hover {
    opacity: 0.7; }

@media (max-width: 1140px) {
  .footer {
    min-height: 728px;
    margin-top: -227px;
    padding-top: 275px;
    background-image: url(../img/bg-footer-tablet.jpg); }
  .footer__link {
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px; }
  .footer__link-phone {
    margin-bottom: 45px;
    padding-top: 72px;
    font-size: 48px;
    line-height: 56px; }
    .footer__link-phone::before {
      width: 56px;
      height: 56px;
      background-size: 56px 56px; }
  .footer__text {
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.75px; }
  .footer__social-item {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-size: 40px 40px; }
  .footer__copyright {
    background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.8) 57px, #d21622 57px);
    background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.8) 57px, #d21622 57px);
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.8) 57px, #d21622 57px); }
  .footer__copyright p {
    padding-top: 17px;
    padding-bottom: 30px;
    line-height: 16px;
    vertical-align: top; } }

@media (max-width: 767px) {
  .footer {
    min-height: 720px;
    margin-top: -180px;
    padding-top: 215px;
    background-image: url(../img/bg-footer-mobile.jpg); }
  .footer__link {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px; }
  .footer__link-phone {
    margin-bottom: 38px;
    padding-top: 50px;
    font-size: 30px;
    line-height: 36px; }
    .footer__link-phone::before {
      width: 43px;
      height: 43px;
      background-size: 43px 43px; }
  .footer__text {
    max-width: 250px;
    margin-bottom: 115px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.6px; }
  .footer__copyright {
    background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.8) 49px, #d21622 49px);
    background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0.8) 49px, #d21622 49px);
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.8) 49px, #d21622 49px); }
  .footer__copyright p {
    padding-top: 17px;
    padding-bottom: 22px; } }

.popup {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 400px; }

.popup-content p {
  padding: 30px; }

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  right: 4px;
  position: relative; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7); }

.overlay-show {
  display: block; }

.modal {
  z-index: 1002;
  position: absolute;
  display: none;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 945px;
  min-height: 914px;
  padding: 90px 100px;
  padding-bottom: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-image: url(../img/bg-modal.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #202020; }

.modal-show {
  display: block; }

.modal-callback {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 350px;
  background-image: url(../img/bg-modal-callback.png); }

.modal-callback form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  width: 293px;
  height: 36px;
  margin-right: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-weight: lighter;
  font-size: 15px;
  line-height: 34px;
  vertical-align: middle;
  background-color: transparent;
  border: solid 1px #202020; }
  .modal__field::-webkit-input-placeholder {
    color: #202020; }
  .modal__field:-ms-input-placeholder {
    color: #202020; }
  .modal__field::-ms-input-placeholder {
    color: #202020; }
  .modal__field::placeholder {
    color: #202020; }

.modal__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47px;
  height: 47px;
  font-size: 0;
  background-color: #d21622;
  border: none;
  border-radius: 50%;
  background-image: url(../img/icon-arrow-white.png);
  background-position: center;
  background-repeat: no-repeat; }
  .modal__btn:hover {
    opacity: 0.7; }

.modal__title {
  position: relative;
  margin: 0;
  margin-left: -15px;
  margin-right: -5px;
  margin-bottom: 40px;
  padding: 0;
  font-family: 'Bebas Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: #d21622; }

.modal__list {
  text-align: left;
  list-style: none;
  counter-reset: list; }

.modal__list-item {
  position: relative;
  margin: 0;
  margin-bottom: 17px;
  padding: 0;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-weight: lighter;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
  counter-increment: list; }
  .modal__list-item:nth-last-of-type(1) {
    margin-bottom: 0; }
  .modal__list-item::before {
    content: counter(list) ". ";
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Bebas Neue', 'Arial', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px; }

.modal__nested-list {
  margin-top: 17px;
  list-style-type: lower-alpha;
  list-style-position: inside; }

.modal__nested-list-item:nth-of-type(1) {
  margin-bottom: 17px; }

.modal__list-item a {
  font-weight: normal;
  text-decoration: none;
  color: #202020; }

.modal__btn-close {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 38px;
  height: 38px;
  background-color: transparent;
  background-image: url(../img/icon-close.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer; }

@media (max-width: 1140px) {
  .modal {
    width: 664px;
    min-height: 806px;
    padding: 85px 30px;
    padding-bottom: 95px;
    background-image: url(../img/bg-modal-tablet.png); }
  .modal-callback {
    min-height: 305px;
    background-image: url(../img/bg-modal-callback-tablet.png); }
  .modal__title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 14px;
    line-height: 48px;
    text-align: left; }
  .modal__field {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .modal__list-item {
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 18px; }
    .modal__list-item::before {
      top: 0;
      left: 2px;
      font-size: 18px;
      line-height: 18px;
      font-family: 'Calibri', 'Arial', sans-serif;
      font-weight: bold; }
  .modal__nested-list {
    margin-top: 18px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .modal__nested-list-item:nth-of-type(1) {
    margin-bottom: 18px; }
  .modal__btn-close {
    top: 14px;
    right: 10px;
    width: 34px;
    height: 34px;
    background-size: 14px 14px; } }

@media (max-width: 767px) {
  .modal {
    top: 100px;
    width: 296px;
    min-height: 917px;
    padding: 75px 25px;
    padding-bottom: 95px;
    background-image: url(../img/bg-modal-mobile.png); }
  .modal__btn-close {
    top: 16px;
    right: 7px;
    width: 30px;
    height: 30px;
    background-size: 10px 10px; }
  .modal__title {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
  .modal__list-item {
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: left; }
    .modal__list-item::before {
      font-size: 14px;
      line-height: 17px; } }
