/* line 1, app/sass/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/sass/_reset.scss */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
/* line 27, app/sass/_reset.scss */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
/* line 32, app/sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 37, app/sass/_reset.scss */
body {
  line-height: 1;
}

/* line 41, app/sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 45, app/sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, app/sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, app/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, app/sass/_reset.scss */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 68, app/sass/_reset.scss */
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 76, app/sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 86, app/sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 110, app/sass/_reset.scss */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 121, app/sass/_reset.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 131, app/sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 149, app/sass/_reset.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 158, app/sass/_reset.scss */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 166, app/sass/_reset.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 174, app/sass/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 186, app/sass/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 200, app/sass/_reset.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 215, app/sass/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 227, app/sass/_reset.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 242, app/sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 255, app/sass/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 267, app/sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 293, app/sass/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 302, app/sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 313, app/sass/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
/* line 322, app/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 327, app/sass/_reset.scss */
html,
button,
input,
select,
textarea {
  color: #000000;
}

/* line 336, app/sass/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 341, app/sass/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 346, app/sass/_reset.scss */
img {
  vertical-align: middle;
}

/* line 350, app/sass/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 356, app/sass/_reset.scss */
textarea {
  resize: vertical;
}

/* line 1, app/sass/_grid.scss */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 8, app/sass/_grid.scss */
.container-xl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 16, app/sass/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 24, app/sass/_grid.scss */
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, app/sass/_grid.scss */
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 32, app/sass/_grid.scss */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 44, app/sass/_grid.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 62, app/sass/_grid.scss */
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 71, app/sass/_grid.scss */
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 79, app/sass/_grid.scss */
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 87, app/sass/_grid.scss */
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 95, app/sass/_grid.scss */
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 103, app/sass/_grid.scss */
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 111, app/sass/_grid.scss */
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 119, app/sass/_grid.scss */
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 127, app/sass/_grid.scss */
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 135, app/sass/_grid.scss */
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 143, app/sass/_grid.scss */
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 151, app/sass/_grid.scss */
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 159, app/sass/_grid.scss */
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 168, app/sass/_grid.scss */
.in-content .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.5%;
      -ms-flex: 0 0 26.5%;
          flex: 0 0 26.5%;
  max-width: 26.5%;
}

/* line 172, app/sass/_grid.scss */
.in-content .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.5%;
      -ms-flex: 0 0 73.5%;
          flex: 0 0 73.5%;
  max-width: 73.5%;
}

@media all and (max-width: 1200px) {
  /* line 179, app/sass/_grid.scss */
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 183, app/sass/_grid.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.66667%;
        -ms-flex: 0 0 31.66667%;
            flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }
  /* line 187, app/sass/_grid.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.33333%;
        -ms-flex: 0 0 68.33333%;
            flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }
}

@media all and (max-width: 1024px) {
  /* line 195, app/sass/_grid.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 200, app/sass/_grid.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 204, app/sass/_grid.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 209, app/sass/_grid.scss */
  .md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 213, app/sass/_grid.scss */
  .md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 217, app/sass/_grid.scss */
  .md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (max-width: 767px) {
  /* line 223, app/sass/_grid.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 227, app/sass/_grid.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 232, app/sass/_grid.scss */
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 236, app/sass/_grid.scss */
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 240, app/sass/_grid.scss */
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* line 1, app/sass/_icons.scss */
.play-video {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: url(../assets/icons/icon-play-youtube.png) no-repeat center center/100%;
  border: none;
  outline: none;
}

/* line 11, app/sass/_icons.scss */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 17, app/sass/_icons.scss */
.icon-map {
  background-image: url(../assets/icons/icon-map.png);
  width: 20px;
  height: 24px;
}

/* line 22, app/sass/_icons.scss */
.icon-tel {
  background-image: url(../assets/icons/icon-phone.png);
  width: 24px;
  height: 24px;
}

/* line 27, app/sass/_icons.scss */
.icon-time {
  background-image: url(../assets/icons/icon-work-time.png);
  width: 24px;
  height: 24px;
}

/* line 6, app/sass/main.scss */
main {
  overflow: hidden;
}

/* line 10, app/sass/main.scss */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff;
}

/* line 18, app/sass/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/* line 27, app/sass/main.scss */
h3 {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 25px;
}

/* line 34, app/sass/main.scss */
em {
  font-style: italic;
}

/* line 38, app/sass/main.scss */
strong {
  font-weight: 700;
}

/* line 42, app/sass/main.scss */
img.responsive {
  max-width: 100%;
  max-height: 100%;
}

/* line 47, app/sass/main.scss */
.mobile-form {
  display: none;
}

/* line 51, app/sass/main.scss */
a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #6caf2e;
  text-decoration: none;
}

/* line 55, app/sass/main.scss */
a:hover {
  color: #6caf2e;
}

/* line 60, app/sass/main.scss */
.table {
  display: none;
}

/* line 65, app/sass/main.scss */
.video {
  position: relative;
  text-align: center;
}

/* line 67, app/sass/main.scss */
.video .play-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

/* line 77, app/sass/main.scss */
.after-line {
  position: relative;
}

/* line 79, app/sass/main.scss */
.after-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
 
  margin: 0 auto;
  background-color: #FFCC00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 92, app/sass/main.scss */
.after-line.black {
  color: #000000;
}

/* line 94, app/sass/main.scss */
.after-line.black::after {
  background-color: #000000;
}

/* line 100, app/sass/main.scss */
.after-tri {
  position: relative;
}

/* line 102, app/sass/main.scss */
.after-tri::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  position: absolute;
  top: 0;
  left: -21px;
  right: 0;
  bottom: 0;
}

/* line 114, app/sass/main.scss */
.after-tri::after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-color: #8F0A0A;
  position: absolute;
  bottom: -21px;
  left: -21px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

/* line 126, app/sass/main.scss */
.after-tri.right::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

/* line 132, app/sass/main.scss */
.title-section {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 13px;
  margin-bottom: 72px;
}

/* line 143, app/sass/main.scss */
.title-section span {
  color: #FF0000;
}

/* line 148, app/sass/main.scss */
.subtitle-section {
  background-color: #F4F4F4;
  padding: 39px 59px 39px 34px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 26px;
}

/* line 157, app/sass/main.scss */
.subtitle-section p {
  margin: 0;
}

/* line 162, app/sass/main.scss */
.form {
  max-width: 476px;
  padding-left: 21px;
}

/* line 165, app/sass/main.scss */
.form .block-form {
  background: #ffffff;
  -webkit-box-shadow: 20px 22px 0px #FF9900;
          box-shadow: 20px 22px 0px #FF9900;
  border-radius: 17px;
  padding: 36px 27px;
}

/* line 171, app/sass/main.scss */
.form__title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 17px;
  text-align: center;
}

/* line 180, app/sass/main.scss */
.form__title span {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: #FF0000;
  display: block;
}

/* line 191, app/sass/main.scss */
.timer {
  background-color: #FF0000;
  border-radius: 0px 10px 10px 0px;
  padding: 12px 46px 13px 12px;
  margin-bottom: 30px;
  position: relative;
}

/* line 197, app/sass/main.scss */
.timer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -47px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  z-index: 1;
}

/* line 208, app/sass/main.scss */
.timer::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: -48px;
  width: 21px;
  height: 21px;
  background-color: #8F0A0A;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%);
  z-index: 1;
}

/* line 220, app/sass/main.scss */
.timer__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 7px;
  z-index: 2;
}

/* line 231, app/sass/main.scss */
.timer .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
  z-index: 2;
}

/* line 237, app/sass/main.scss */
.timer .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

/* line 240, app/sass/main.scss */
.timer .item .numbers {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
}

/* line 249, app/sass/main.scss */
.timer .item .text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

/* line 261, app/sass/main.scss */
form input {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 26px;
  width: 100%;
  display: block;
  background: #ECECEC;
  border: 1px solid #D1D1D1;
}

/* line 273, app/sass/main.scss */
form .field {
  margin-bottom: 29px;
  padding: 0 20px;
}

/* line 277, app/sass/main.scss */
form .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}

/* line 281, app/sass/main.scss */
form .group .field {
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  padding: 0;
}

/* line 286, app/sass/main.scss */
form .block-btn {
  position: relative;
  padding: 0 20px;
}

/* line 289, app/sass/main.scss */
form .block-btn button {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #FF0000;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  padding: 26px 20px;
  border: none;
  outline: none;
  position: absolute;
  -webkit-box-shadow: inset 0 -3px 0 #E90000;
          box-shadow: inset 0 -3px 0 #E90000;
}

/* line 303, app/sass/main.scss */
form .block-btn .btn-black {
  background-color: #222222;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.9);
          box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.9);
}

/* line 310, app/sass/main.scss */
.table-charack {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 72px;
}

/* line 318, app/sass/main.scss */
.table-charack strong {
  font-weight: 600;
}

/* line 321, app/sass/main.scss */
.table-charack .tab-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  background: #F4F4F4;
  padding: 13px;
  margin-bottom: 4px;
}

/* line 332, app/sass/main.scss */
.table-charack .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

/* line 335, app/sass/main.scss */
.table-charack .contain .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

/* line 340, app/sass/main.scss */
.table-charack .contain .col > .field:last-child {
  margin-bottom: 0;
}

/* line 344, app/sass/main.scss */
.table-charack .contain .col .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 15px 34px;
  margin-bottom: 4px;
  background: #F4F4F4;
}

/* line 350, app/sass/main.scss */
.table-charack .contain .col .field.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 352, app/sass/main.scss */
.table-charack .contain .col .field.full .left {
  margin-bottom: 12px;
}

/* line 361, app/sass/main.scss */
.slick-slide img {
  margin: auto;
}

/* line 366, app/sass/main.scss */
.slick-arrow.slick-next, .slick-arrow.slick-prev {
  width: 26px;
  height: 47px;
  background: url(../assets/icons/arrow-left.png) no-repeat center center;
  left: 0;
  z-index: 2;
}

/* line 368, app/sass/main.scss */
.slick-arrow.slick-next::before, .slick-arrow.slick-prev::before {
  content: none;
}

/* line 376, app/sass/main.scss */
.slick-arrow.slick-next:focus, .slick-arrow.slick-next:hover, .slick-arrow.slick-next:visited, .slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:visited {
  background: url(../assets/icons/arrow-left.png) no-repeat center center;
}

/* line 382, app/sass/main.scss */
.slick-arrow.slick-next {
  background-image: url(../assets/icons/arrow-right.png);
  right: 0;
  left: auto;
}

/* line 386, app/sass/main.scss */
.slick-arrow.slick-next:focus, .slick-arrow.slick-next:hover, .slick-arrow.slick-next:visited {
  background-image: url(../assets/icons/arrow-right.png);
}

/* line 1, app/sass/_timer.scss */
.block-timer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}

/* line 5, app/sass/_timer.scss */
.block-timer .timer {
  background: #ffffff;
  border-radius: 20px;
  padding: 54px 74px 34px;
  max-width: 1168px;
}

/* line 10, app/sass/_timer.scss */
.block-timer .timer__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 130%;
  /* identical to box height, or 69px */
  text-transform: uppercase;
  margin-bottom: 23px;
  text-align: center;
}

/* line 20, app/sass/_timer.scss */
.block-timer .timer .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

/* line 24, app/sass/_timer.scss */
.block-timer .timer .block .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 28, app/sass/_timer.scss */
.block-timer .timer .block .item .numbers {
  font-weight: 900;
  font-size: 90px;
  line-height: 109%;
  width: 120px;
  /* or 124px */
  text-transform: uppercase;
  color: #FF0000;
}

/* line 38, app/sass/_timer.scss */
.block-timer .timer .block .item .text {
  font-weight: normal;
  font-size: 45px;
  line-height: 130%;
  /* identical to box height, or 69px */
}

/* line 52, app/sass/_timer.scss */
.timer .block .item .numbers {
  width: 45px;
}

/* line 1, app/sass/_main-product.scss */
.mult-product {
  padding-top: 52px;
  padding-bottom: 165px;
  background: #FFCA00 url(../assets/main-product/bg.png) no-repeat left top;
  position: relative;
}

/* line 6, app/sass/_main-product.scss */
.mult-product::before, .mult-product::after {
  content: '';
  display: block;
  width: 329px;
  height: 392px;
  background: url(../assets/icons-bg/left-list.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 17, app/sass/_main-product.scss */
.mult-product::after {
  left: auto;
  right: 0;
  width: 342px;
  height: 404px;
  background-image: url(../assets/icons-bg/right-list.png);
  z-index: 1;
}

/* line 25, app/sass/_main-product.scss */
.mult-product .block-benefits {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  position: relative;
  z-index: 2;
}

/* line 33, app/sass/_main-product.scss */
.mult-product .block-benefits .item {
  width: -webkit-calc(25% - 44px);
  width: calc(25% - 44px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 37, app/sass/_main-product.scss */
.mult-product .block-benefits .item .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  width: 65px;
  height: 65px;
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 47, app/sass/_main-product.scss */
.mult-product .block-benefits .item .icon.guaranted {
  background-image: url(../assets/icons/guaranted.png);
}

/* line 50, app/sass/_main-product.scss */
.mult-product .block-benefits .item .icon.money {
  background-image: url(../assets/icons/money.png);
}

/* line 53, app/sass/_main-product.scss */
.mult-product .block-benefits .item .icon.high-quality {
  background-image: url(../assets/icons/high-quality.png);
}

/* line 56, app/sass/_main-product.scss */
.mult-product .block-benefits .item .icon.save-money {
  background-image: url(../assets/icons/save-money.png);
}

/* line 60, app/sass/_main-product.scss */
.mult-product .block-benefits .item p {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

/* line 70, app/sass/_main-product.scss */
.mult-product h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  /* identical to box height */
  color: #ffffff;
}

/* line 77, app/sass/_main-product.scss */
.mult-product h1 span {
  font-weight: 800;
  font-size: 34px;
  line-height: 47px;
  display: block;
}

/* line 84, app/sass/_main-product.scss */
.mult-product .image {
  position: relative;
  margin-top: -20px;
}

/* line 87, app/sass/_main-product.scss */
.mult-product .image .present {
  position: absolute;
  right: -17%;
  top: 31%;
  max-width: 310px;
}

/* line 94, app/sass/_main-product.scss */
.mult-product h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 3px;
  padding-left: 21px;
}

/* line 104, app/sass/_main-product.scss */
.mult-product p {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 21px;
}

/* line 114, app/sass/_main-product.scss */
.mult-product.bottom {
  padding-top: 83px;
  padding-bottom: 80px;
  background: url(../assets/main-product-bottom/bg.jpg) no-repeat center center/100% 100%;
}

/* line 118, app/sass/_main-product.scss */
.mult-product.bottom::before, .mult-product.bottom::after {
  content: none;
}

/* line 123, app/sass/_main-product.scss */
.mult-product.bottom .container::before, .mult-product.bottom .container::after {
  content: '';
  display: block;
  width: 325px;
  height: 328px;
  background: url(../assets/icons/icon-present-big-x2.png) no-repeat center center;
  position: absolute;
  top: -13%;
  left: 0;
}

/* line 134, app/sass/_main-product.scss */
.mult-product.bottom .container::after {
  content: none;
  left: auto;
  right: -3%;
  top: auto;
  bottom: -19%;
  width: 333px;
  height: 372px;
  background-image: url(../assets/icons/icon-present-middle-x2.png);
}

/* line 145, app/sass/_main-product.scss */
.mult-product.bottom h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
  color: #ffffff;
}

/* line 157, app/sass/_main-product.scss */
.mult-product.bottom .timer {
  background-color: #FFCC00;
}

/* line 159, app/sass/_main-product.scss */
.mult-product.bottom .timer::before {
  background-color: #FFCC00;
}

/* line 162, app/sass/_main-product.scss */
.mult-product.bottom .timer::after {
  background-color: #EB8F05;
}

/* line 165, app/sass/_main-product.scss */
.mult-product.bottom .timer__title {
  color: #000000;
}

/* line 169, app/sass/_main-product.scss */
.mult-product.bottom .timer .item .numbers {
  color: #000000;
}

/* line 172, app/sass/_main-product.scss */
.mult-product.bottom .timer .item .text {
  color: #000000;
}

/* line 178, app/sass/_main-product.scss */
.mult-product.bottom .form .block-form {
  -webkit-box-shadow: 20px 22px 0px #960404;
          box-shadow: 20px 22px 0px #960404;
}

/* line 1, app/sass/_multi-video.scss */
.mult-video {
  padding-top: 93px;
  padding-bottom: 109px;
}

/* line 2, app/sass/_mult-whyneed.scss */
.mult-whyneed .item {
  margin-bottom: 52px;
}

/* line 5, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr {
  background-color: #F4F4F4;
  padding-top: 52px;
  margin-top: 52px;
  position: relative;
}

/* line 11, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr.right::before {
  left: auto;
  right: -21px;
}

/* line 16, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr.right .after-tri::before {
  left: auto;
  right: -42px;
}

/* line 20, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr.right .after-tri::after {
  left: auto;
  right: -42px;
}

/* line 25, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr.right h4 {
  border-radius: 10px 0 0 10px;
}

/* line 29, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr::before {
  content: '';
  width: 700px;
  height: 100%;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 40, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  padding: 23px 56px 26px 44px;
  margin-bottom: 33px;
  background-color: #FF0000;
}

/* line 48, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr h4 span {
  position: relative;
}

/* line 52, app/sass/_mult-whyneed.scss */
.mult-whyneed__descr p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  padding: 0 0 45px 59px;
  position: relative;
}

/* line 62, app/sass/_mult-whyneed.scss */
.mult-whyneed__img {
  position: relative;
}

/* line 65, app/sass/_mult-whyneed.scss */
.mult-whyneed__img.right-icon::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -16%;
  width: 231px;
  height: 248px;
  display: block;
  background: url(../assets/icons/icon-list-right.png) no-repeat center center/100%;
  z-index: 2;
}

/* line 78, app/sass/_mult-whyneed.scss */
.mult-whyneed__img.left-icon::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -16%;
  width: 231px;
  height: 248px;
  display: block;
  background: url(../assets/icons/icon-list-left.png) no-repeat center center/100%;
  z-index: 2;
}

/* line 91, app/sass/_mult-whyneed.scss */
.mult-whyneed picture {
  position: relative;
  z-index: 2;
}

/* line 1, app/sass/_multi-info.scss */
.mult-info {
  padding-top: 95px;
}

/* line 4, app/sass/_multi-info.scss */
.mult-info__slider.multivarka {
  margin-bottom: 93px;
}

/* line 1, app/sass/_multi-action.scss */
.mult-action {
  padding-top: 103px;
  padding-bottom: 63px;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 8, app/sass/_multi-action.scss */
.mult-action__block {
  background: url(../assets/action-block/bg.png) no-repeat center center/100%;
  padding: 24px;
  position: relative;
}

/* line 12, app/sass/_multi-action.scss */
.mult-action__block::before, .mult-action__block::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
}

/* line 21, app/sass/_multi-action.scss */
.mult-action__block::before {
  background-image: url(../assets/icons/icon-present-big.png);
  width: 213px;
  height: 255px;
  top: 0;
  left: -8%;
}

/* line 28, app/sass/_multi-action.scss */
.mult-action__block::after {
  background-image: url(../assets/icons/icon-present-middle.png);
  width: 133px;
  height: 160px;
  bottom: 20%;
  right: -5%;
}

/* line 35, app/sass/_multi-action.scss */
.mult-action__block .border {
  border: 7px solid #ffffff;
}

/* line 38, app/sass/_multi-action.scss */
.mult-action__block .title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 52px;
}

/* line 48, app/sass/_multi-action.scss */
.mult-action__block .title span {
  font-style: normal;
  font-weight: 800;
  font-size: 28.2px;
  line-height: 34px;
  color: #ffffff;
  display: block;
  margin-top: 4px;
}

/* line 58, app/sass/_multi-action.scss */
.mult-action__block form {
  max-width: 750px;
  margin: 0 auto;
}

/* line 61, app/sass/_multi-action.scss */
.mult-action__block form input {
  background-color: #ffffff;
  border: 1px solid #AEAEAE;
}

/* line 65, app/sass/_multi-action.scss */
.mult-action__block form .field {
  margin-bottom: 0;
}

/* line 68, app/sass/_multi-action.scss */
.mult-action__block form .block-btn {
  padding: 0;
  text-align: center;
}

/* line 71, app/sass/_multi-action.scss */
.mult-action__block form .block-btn .btn {
  width: 100%;
  position: relative;
  top: 63px;
  max-width: 366px;
  margin: 0 auto;
}

/* line 1, app/sass/_multi-feedback.scss */
.mult-feedback {
  padding-top: 345px;
  padding-bottom: 93px;
  margin-top: 260px;
  background-color: #FFCA00;
}

/* line 6, app/sass/_multi-feedback.scss */
.mult-feedback__slider {
  margin-bottom: 94px;
}

/* line 10, app/sass/_multi-feedback.scss */
.mult-feedback .title-section.second {
  margin-bottom: 74px;
}

/* line 15, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

/* line 20, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item {
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #000000;
  width: -webkit-calc(33.33333% - 100px);
  width: calc(33.33333% - 100px);
}

/* line 27, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item.second-line .step {
  position: relative;
}

/* line 29, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item.second-line .step::before, .mult-feedback .block-how-order .item.second-line .step::after {
  content: '';
  width: 340px;
  height: 15px;
  background-color: #FF0000;
  display: block;
  position: absolute;
  top: 50%;
  left: -340px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 41, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item.second-line .step::after {
  left: auto;
  right: -340px;
}

/* line 47, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item .step {
  font-size: 36px;
  line-height: 44px;
  border: 15px solid #FF0000;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin: 0 auto 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 59, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item h5 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 17px;
}

/* line 64, app/sass/_multi-feedback.scss */
.mult-feedback .block-how-order .item p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

/* line 1, app/sass/_footer.scss */
.footer {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-style: normal;
  font-weight: normal;
  padding-top: 87px;
  padding-bottom: 59px;
  background-color: #FFCC00;
  position: relative;
}

/* line 12, app/sass/_footer.scss */
.footer::after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 65%;
  width: 234px;
  height: 280px;
  background-image: url(../assets/icons/icon-present-middle-x2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 26, app/sass/_footer.scss */
.footer a {
  color: #000000;
}

/* line 29, app/sass/_footer.scss */
.footer .company {
  font-style: normal;
  font-weight: bold;
  font-size: 43.7972px;
  line-height: 53px;
  color: #000000;
}

/* line 35, app/sass/_footer.scss */
.footer .company span {
  font-size: 16px;
  line-height: 20px;
  display: block;
}

/* line 41, app/sass/_footer.scss */
.footer address {
  color: #000000;
  position: relative;
}

/* line 45, app/sass/_footer.scss */
.footer .tel {
  color: #000000;
  position: relative;
  white-space: nowrap;
}

/* line 50, app/sass/_footer.scss */
.footer .time-work {
  position: relative;
}

/* line 53, app/sass/_footer.scss */
.footer address,
.footer .tel,
.footer .time-work {
  padding-left: 37px;
}

/* line 57, app/sass/_footer.scss */
.footer address .icon,
.footer .tel .icon,
.footer .time-work .icon {
  position: absolute;
  left: 0;
}

/* line 62, app/sass/_footer.scss */
.footer .politics {
  text-align: right;
}

/* line 64, app/sass/_footer.scss */
.footer .politics a {
  color: #000000;
}

/* line 68, app/sass/_footer.scss */
.footer__bottom {
  margin-top: 54px;
}

@media all and (max-width: 991px) {
  /* line 32, app/sass/_media.scss */
  .desctop {
    display: none;
  }
  /* line 35, app/sass/_media.scss */
  .table {
    display: block;
  }
  /* line 39, app/sass/_media.scss */
  .video .play-video {
    width: 84px;
    height: 84px;
  }
  /* line 45, app/sass/_media.scss */
  .title-section span {
    display: block;
  }
  /* line 49, app/sass/_media.scss */
  .subtitle-section {
    padding: 33px 36px 45px 21px;
  }
  /* line 54, app/sass/_media.scss */
  .table-charack .contain {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 56, app/sass/_media.scss */
  .table-charack .contain .col {
    width: 100%;
  }
  /* line 59, app/sass/_media.scss */
  .table-charack .contain .col > .field:last-child {
    margin-bottom: 4px;
  }
  /* line 68, app/sass/_media.scss */
  .mult-product {
    padding-top: 33px;
    padding-bottom: 145px;
  }
  /* line 71, app/sass/_media.scss */
  .mult-product::before, .mult-product::after {
    width: 81px;
    height: 86px;
    background-size: 100%;
    background-size: 150%;
    background-position: 0 0;
  }
  /* line 79, app/sass/_media.scss */
  .mult-product::after {
    background-position: 100% 2%;
  }
  /* line 82, app/sass/_media.scss */
  .mult-product .block-benefits {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 27px;
  }
  /* line 85, app/sass/_media.scss */
  .mult-product .block-benefits .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
  /* line 90, app/sass/_media.scss */
  .mult-product .block-benefits .item .icon {
    margin-right: 0;
    margin-bottom: 18px;
  }
  /* line 94, app/sass/_media.scss */
  .mult-product .block-benefits .item p {
    padding-left: 0;
  }
  /* line 99, app/sass/_media.scss */
  .mult-product h1 {
    text-align: center;
    font-size: 71px;
  }
  /* line 102, app/sass/_media.scss */
  .mult-product h1 span {
    font-size: 38px;
  }
  /* line 107, app/sass/_media.scss */
  .mult-product .image .present {
    right: -17%;
    max-width: 100%;
  }
  /* line 112, app/sass/_media.scss */
  .mult-product h3 {
    text-align: center;
    margin-top: -80px;
  }
  /* line 116, app/sass/_media.scss */
  .mult-product p {
    text-align: center;
    max-width: 465px;
    margin: 0 auto 20px;
  }
  /* line 121, app/sass/_media.scss */
  .mult-product .form {
    margin: 0 auto;
  }
  /* line 126, app/sass/_media.scss */
  .mult-whyneed {
    padding-top: 70px;
  }
  /* line 128, app/sass/_media.scss */
  .mult-whyneed__descr {
    background: transparent;
    max-width: 630px;
    padding: 59px 59px 0 0;
    margin-top: 12px;
  }
  /* line 133, app/sass/_media.scss */
  .mult-whyneed__descr::before {
    width: 630px;
    height: 572px;
  }
  /* line 138, app/sass/_media.scss */
  .mult-whyneed__descr.right::before {
    left: 0;
    right: auto;
  }
  /* line 143, app/sass/_media.scss */
  .mult-whyneed__descr.right .after-tri::before {
    left: -21px;
    right: auto;
  }
  /* line 147, app/sass/_media.scss */
  .mult-whyneed__descr.right .after-tri::after {
    left: -21px;
    right: auto;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%);
  }
  /* line 153, app/sass/_media.scss */
  .mult-whyneed__descr.right h4 {
    border-radius: 0;
  }
  /* line 157, app/sass/_media.scss */
  .mult-whyneed__descr h4 {
    max-width: 479px;
  }
  /* line 160, app/sass/_media.scss */
  .mult-whyneed__descr p {
    padding-bottom: 0;
  }
  /* line 164, app/sass/_media.scss */
  .mult-whyneed__img {
    text-align: right;
  }
  /* line 167, app/sass/_media.scss */
  .mult-whyneed__img.right-icon::after {
    bottom: -7%;
    right: -5%;
  }
  /* line 173, app/sass/_media.scss */
  .mult-whyneed__img.left-icon::after {
    left: auto;
    bottom: -7%;
    right: -5%;
    background-image: url(../assets/icons/icon-list-right.png);
  }
  /* line 182, app/sass/_media.scss */
  .mult-whyneed .item + .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 188, app/sass/_media.scss */
  .mult-action {
    position: relative;
    background: url(../assets/action-block/bg.png) no-repeat center center/100% 100%;
    padding: 0;
    overflow: visible;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* line 195, app/sass/_media.scss */
  .mult-action .row {
    border: 7px solid #ffffff;
  }
  /* line 199, app/sass/_media.scss */
  .mult-action .border {
    border: none;
  }
  /* line 203, app/sass/_media.scss */
  .mult-action__block {
    background: none;
    padding: 0;
  }
  /* line 206, app/sass/_media.scss */
  .mult-action__block::before {
    width: 146px;
    height: 175px;
    top: -43%;
    left: -5%;
  }
  /* line 212, app/sass/_media.scss */
  .mult-action__block::after {
    bottom: -20%;
    right: -7%;
  }
  /* line 216, app/sass/_media.scss */
  .mult-action__block form {
    max-width: 434px;
  }
  /* line 218, app/sass/_media.scss */
  .mult-action__block form .group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 220, app/sass/_media.scss */
  .mult-action__block form .group .field {
    width: 100%;
    margin-bottom: 13px;
  }
  /* line 229, app/sass/_media.scss */
  .mult-feedback {
    margin-top: 0;
    padding-top: 93px;
    padding-bottom: 23px;
  }
  /* line 234, app/sass/_media.scss */
  .mult-feedback .block-how-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 96.5%;
    margin: 0 auto;
  }
  /* line 239, app/sass/_media.scss */
  .mult-feedback .block-how-order .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-bottom: 45px;
  }
  /* line 244, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 246, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .step {
    margin-right: auto;
    margin-left: 23px;
  }
  /* line 249, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .step::before, .mult-feedback .block-how-order .item.second-line .step::after {
    width: 15px;
    height: 78px;
    left: 0;
    right: 0;
    top: -53px;
    margin: 0 auto;
  }
  /* line 258, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .step::after {
    top: auto;
    bottom: -130px;
  }
  /* line 263, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .block {
    text-align: right;
  }
  /* line 267, app/sass/_media.scss */
  .mult-feedback .block-how-order .item .step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
    margin-right: 23px;
  }
  /* line 271, app/sass/_media.scss */
  .mult-feedback .block-how-order .item .block {
    max-width: 270px;
    text-align: left;
  }
  /* line 280, app/sass/_media.scss */
  .mult-product.bottom {
    padding-bottom: 120px;
    background-image: url(../assets/main-product-bottom/mobile/bg.jpg);
  }
  /* line 284, app/sass/_media.scss */
  .mult-product.bottom .container::before, .mult-product.bottom .container::after {
    width: 110px;
    height: 132px;
    background-size: 100% 100%;
    top: -4%;
    left: 37px;
  }
  /* line 292, app/sass/_media.scss */
  .mult-product.bottom .container::after {
    width: 145px;
    height: 173px;
    top: auto;
    left: auto;
    bottom: -6%;
    right: 0;
  }
  /* line 301, app/sass/_media.scss */
  .mult-product.bottom h1 {
    margin-bottom: 26px;
  }
  /* line 307, app/sass/_media.scss */
  .footer {
    padding-top: 71px;
    padding-bottom: 48px;
  }
  /* line 310, app/sass/_media.scss */
  .footer::after {
    width: 145px;
    height: 173px;
    bottom: 80%;
  }
  /* line 315, app/sass/_media.scss */
  .footer .container {
    max-width: 500px;
  }
  /* line 318, app/sass/_media.scss */
  .footer .company {
    text-align: center;
    margin-bottom: 31px;
  }
  /* line 321, app/sass/_media.scss */
  .footer .company span {
    display: none;
  }
  /* line 325, app/sass/_media.scss */
  .footer address {
    margin-bottom: 31px;
  }
  /* line 328, app/sass/_media.scss */
  .footer__bottom {
    margin-top: 29px;
    text-align: center;
  }
  /* line 332, app/sass/_media.scss */
  .footer .politics {
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  /* line 340, app/sass/_media.scss */
  form .field {
    margin-bottom: 18px;
  }
  /* line 343, app/sass/_media.scss */
  form input {
    font-size: 14px;
    padding: 14px 16px;
  }
  /* line 348, app/sass/_media.scss */
  form .block-btn button {
    padding: 16px;
  }
  /* line 357, app/sass/_media.scss */
  .timer .block .item .numbers {
    width: 27px;
  }
  /* line 365, app/sass/_media.scss */
  .form__title {
    font-size: 21px;
    line-height: 1.3;
  }
  /* line 368, app/sass/_media.scss */
  .form__title span {
    font-size: 14px;
    line-height: 1.3;
  }
  /* line 376, app/sass/_media.scss */
  .timer .item .numbers {
    font-size: 23px;
  }
  /* line 379, app/sass/_media.scss */
  .timer .item .text {
    font-size: 11.5px;
  }
  /* line 384, app/sass/_media.scss */
  .title-section {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  /* line 389, app/sass/_media.scss */
  .subtitle-section {
    padding: 29px 12px;
  }
  /* line 392, app/sass/_media.scss */
  .table-charack {
    font-size: 12px;
    margin-bottom: 40px;
  }
  /* line 395, app/sass/_media.scss */
  .table-charack .tab-title {
    font-size: 14px;
  }
  /* line 400, app/sass/_media.scss */
  .table-charack .contain .col .field {
    padding: 15px;
  }
  /* line 406, app/sass/_media.scss */
  .video .play-video {
    width: 36px;
    height: 36px;
  }
  /* line 410, app/sass/_media.scss */
  .mult-product {
    background: #FFCA00;
    background-size: 100%;
    padding-bottom: 100px;
  }
  /* line 414, app/sass/_media.scss */
  .mult-product::before, .mult-product::after {
    background: #FFB500;
    width: 130px;
    height: 100%;
    left: 15px;
  }
  /* line 421, app/sass/_media.scss */
  .mult-product::after {
    right: 15px;
    left: auto;
  }
  /* line 425, app/sass/_media.scss */
  .mult-product .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/main-product/mobile/bg.png) no-repeat left top/100%;
    z-index: 2;
  }
  /* line 436, app/sass/_media.scss */
  .mult-product .container {
    position: relative;
    z-index: 2;
  }
  /* line 440, app/sass/_media.scss */
  .mult-product .block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 443, app/sass/_media.scss */
  .mult-product .block-benefits {
    display: none;
  }
  /* line 446, app/sass/_media.scss */
  .mult-product h1 {
    font-size: 35px;
    line-height: 1.3;
  }
  /* line 449, app/sass/_media.scss */
  .mult-product h1 span {
    font-size: 18px;
    line-height: 1.3;
  }
  /* line 455, app/sass/_media.scss */
  .mult-product .image .present {
    right: 0;
  }
  /* line 459, app/sass/_media.scss */
  .mult-product h3,
  .mult-product p {
    color: #000000;
  }
  /* line 463, app/sass/_media.scss */
  .mult-product h3 {
    font-size: 30px;
  }
  /* line 466, app/sass/_media.scss */
  .mult-product p {
    font-size: 14px;
  }
  /* line 470, app/sass/_media.scss */
  .mult-whyneed {
    padding-top: 26px;
  }
  /* line 472, app/sass/_media.scss */
  .mult-whyneed .video {
    margin-bottom: 40px;
  }
  /* line 474, app/sass/_media.scss */
  .mult-whyneed .video img {
    width: 100%;
  }
  /* line 478, app/sass/_media.scss */
  .mult-whyneed .item {
    margin-bottom: 15px;
  }
  /* line 481, app/sass/_media.scss */
  .mult-whyneed__descr {
    padding: 26px 0 0;
  }
  /* line 483, app/sass/_media.scss */
  .mult-whyneed__descr::before {
    width: 100%;
    height: 150%;
  }
  /* line 487, app/sass/_media.scss */
  .mult-whyneed__descr h4 {
    padding: 12px;
    max-width: 370px;
    font-size: 16px;
  }
  /* line 492, app/sass/_media.scss */
  .mult-whyneed__descr p {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 18px;
  }
  /* line 501, app/sass/_media.scss */
  .mult-whyneed__img.right-icon::after, .mult-whyneed__img.left-icon::after {
    width: 100px;
    height: 107px;
  }
  /* line 506, app/sass/_media.scss */
  .mult-whyneed__img img {
    width: 90%;
  }
  /* line 512, app/sass/_media.scss */
  .mult-info {
    padding-top: 40px;
  }
  /* line 514, app/sass/_media.scss */
  .mult-info__slider {
    margin-bottom: 32px;
  }
  /* line 518, app/sass/_media.scss */
  .mult-info .slick-slide img {
    max-width: 70%;
  }
  /* line 524, app/sass/_media.scss */
  .mult-action {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  /* line 529, app/sass/_media.scss */
  .mult-action .row {
    margin-left: -5px;
    margin-right: -5px;
    border-width: 3px;
  }
  /* line 535, app/sass/_media.scss */
  .mult-action__block::before, .mult-action__block::after {
    content: none;
  }
  /* line 539, app/sass/_media.scss */
  .mult-action__block .title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 544, app/sass/_media.scss */
  .mult-action__block .title span {
    font-size: 14px;
    line-height: 17px;
  }
  /* line 550, app/sass/_media.scss */
  .mult-action__block form .block-btn {
    padding-top: 22px;
  }
  /* line 552, app/sass/_media.scss */
  .mult-action__block form .block-btn .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 563, app/sass/_media.scss */
  .mult-feedback {
    position: relative;
  }
  /* line 565, app/sass/_media.scss */
  .mult-feedback::before, .mult-feedback::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #FFB500;
    width: 130px;
    height: 100%;
    left: 15px;
  }
  /* line 576, app/sass/_media.scss */
  .mult-feedback::after {
    right: 15px;
    left: auto;
  }
  /* line 580, app/sass/_media.scss */
  .mult-feedback .container {
    position: relative;
    z-index: 2;
  }
  /* line 585, app/sass/_media.scss */
  .mult-feedback .title-section.second {
    margin-bottom: 47px;
  }
  /* line 590, app/sass/_media.scss */
  .mult-feedback .block-how-order .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  /* line 595, app/sass/_media.scss */
  .mult-feedback .block-how-order .item .step {
    border-width: 10px;
    margin: 0 auto 21px;
  }
  /* line 599, app/sass/_media.scss */
  .mult-feedback .block-how-order .item .block {
    text-align: center;
  }
  /* line 602, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 604, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .step {
    margin: 0 auto 21px;
  }
  /* line 605, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .step::before, .mult-feedback .block-how-order .item.second-line .step::after {
    content: none;
  }
  /* line 611, app/sass/_media.scss */
  .mult-feedback .block-how-order .item.second-line .block {
    text-align: center;
  }
  /* line 620, app/sass/_media.scss */
  .mult-product.bottom {
    padding-top: 48px;
    padding-bottom: 90px;
  }
  /* line 624, app/sass/_media.scss */
  .mult-product.bottom .container::before, .mult-product.bottom .container::after {
    content: none;
  }
  /* line 629, app/sass/_media.scss */
  .mult-product.bottom h1 {
    font-size: 21px;
    line-height: 26px;
  }
  /* line 636, app/sass/_media.scss */
  .footer {
    padding-top: 50px;
    padding-bottom: 39px;
    position: relative;
  }
  /* line 640, app/sass/_media.scss */
  .footer::before, .footer::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #FFB500;
    width: 130px;
    height: 100%;
    left: 15px;
    z-index: 1;
  }
  /* line 652, app/sass/_media.scss */
  .footer::after {
    right: 15px;
    left: auto;
  }
  /* line 656, app/sass/_media.scss */
  .footer .container {
    position: relative;
    z-index: 2;
  }
  /* line 660, app/sass/_media.scss */
  .footer .tel {
    margin-bottom: 31px;
    display: inline-block;
  }
}
