/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 10px;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1.5rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1.5rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1.5rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1.5rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1.5rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1.5rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1.5rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1.5rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1.5rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1.5rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1.5rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1.5rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1.5rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1.5rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1.5rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1.5rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1.5rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1.5rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1.5rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1.5rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1.5rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1.5rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1.5rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1.5rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1.5rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1.5rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1.5rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1.5rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1.5rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1.5rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1.5rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1.5rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1.5rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1.5rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1.5rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1.5rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1.5rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1.5rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1340px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1.5rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1.5rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.5rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1.5rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1.5rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.5rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1.5rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1.5rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.5rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1.5rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1.5rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1.5rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 767.9px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1339.9px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1340px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.breadcrumb {
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.breadcrumb > li {
  line-height: 20px;
  display: inline-block;
  font-size: 1.6rem;
}
.breadcrumb > li:after {
  content: ">";
  padding: 0 5px;
}
.form_control {
  margin: 0;
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  color: #191919;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 19px 25px;
  background: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-box-shadow: inset 0px 9px 6px 0px rgba(232, 232, 232, 0.5);
  box-shadow: inset 0px 9px 6px 0px rgba(232, 232, 232, 0.5);
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  border-radius: 29px;
}
.form_control::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #a3a3a3;
}
.form_control::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form_control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form_control:focus, .form_control:active {
  outline: none;
}
.form_control:focus::-moz-placeholder, .form_control:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form_control:focus:-ms-input-placeholder, .form_control:active:-ms-input-placeholder {
  color: transparent;
}
.form_control:focus::-webkit-input-placeholder, .form_control:active::-webkit-input-placeholder {
  color: transparent;
}
.form_control.error {
  border-color: #e2001a;
}
.form_group {
  margin-bottom: 15px;
}

.btn {
  border: none;
  outline: none;
  color: #211d11;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 18px 30px;
  position: relative;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-box-shadow: 0 5px 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ff9e6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFF9E6D", GradientType=1);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  z-index: 10;
  position: relative;
  display: inline-block;
}
.btn:focus, .btn:hover {
  color: #211d11;
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ff9e6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFF9E6D", GradientType=1);
  -webkit-box-shadow: 0 0 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:active {
  background: #E3CAFF;
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ffd95d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ffd95d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ffd95d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFFD95D", GradientType=1);
}
.btn:focus, .btn.focus {
  outline: 0;
}

.btn_md {
  padding: 30px 35px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

@media (min-width: 992px) {
  .btn_callback {
    padding-left: 55px;
  }
  .btn_callback:before {
    top: 50%;
    left: 22px;
    content: "";
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    margin-top: -9px;
    position: absolute;
    display: inline-block;
    background: url("../img/icon__phone_call.png") 50% 50% no-repeat;
  }
}

@media (min-width: 992px) {
  .btn_calc {
    padding-right: 75px;
  }
  .btn_calc:before {
    top: 50%;
    right: -15px;
    z-index: 5;
    content: "";
    width: 90px;
    height: 105px;
    font-size: 0;
    line-height: 0;
    margin-top: -55px;
    position: absolute;
    display: inline-block;
    background: url("../img/icon__btn_calc.png") 50% 50% no-repeat;
  }
}

@media (min-width: 992px) {
  .btn_play {
    padding-right: 95px;
  }
  .btn_play:before {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    content: "";
    width: 69px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: inline-block;
    border-left: 1px solid #ffd68b;
    background: url("../img/icon__play.svg") 48% 50% no-repeat;
  }
  .btn_play:after {
    top: 0;
    right: 67px;
    bottom: 0;
    z-index: 6;
    content: "";
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: inline-block;
    border-left: 1px solid #c1804c;
  }
}

.embed_responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed_responsive::before {
  display: block;
  content: "";
}
.embed_responsive .embed_responsive_item,
.embed_responsive iframe,
.embed_responsive embed,
.embed_responsive object,
.embed_responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive_21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive_16by9::before {
  padding-top: 56.25%;
}

.embed-responsive_4by3::before {
  padding-top: 75%;
}

.embed-responsive_1by1::before {
  padding-top: 100%;
}

.img_fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.ico_svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lowercase {
  text-transform: lowercase !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #292929;
  font-family: "Roboto", Arial, sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.625;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.2rem;
  font-family: "Montserrat", Arial, sans-serif;
}

h2, .h2 {
  font-size: 3rem;
  font-family: "Montserrat", Arial, sans-serif;
}

h3, .h3 {
  font-size: 2.4rem;
  font-family: "Montserrat", Arial, sans-serif;
}

h4, .h4 {
  font-size: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
}

h5, .h5 {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, sans-serif;
}

h6, .h6 {
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, sans-serif;
}

p {
  margin: 0 0 20px 0;
}

a {
  outline: none;
  color: #292929;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #292929;
  text-decoration: none;
}

.header {
  z-index: 1;
  position: relative;
  min-height: 100vh;
  padding-bottom: 80px;
  background: url("../img/main__bg.jpg") 50% 100% no-repeat;
  background-size: cover;
}
.header__top {
  z-index: 100;
  position: relative;
  margin-bottom: 50px;
}
.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header__logo {
  width: 100px;
  padding: 15px 20px 20px 20px;
  display: block;
  background: #ffc048;
  position: relative;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo:before {
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #ffe9bf;
  border-top: none;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
.header__logo i {
  display: block;
}
.header__address {
  display: none;
}
.header__warehouse {
  display: none;
}
.header__place {
  display: none;
}
.header__contact {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}
.header__contact_text {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 5px;
  font-family: "Montserrat", Arial, sans-serif;
}
.header__contact_phone {
  color: #292929;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: inline-block;
  text-decoration: none;
}
.header__contact_phone:hover {
  color: #292929;
  text-decoration: none;
}
.header__contact > li:last-child {
  display: none;
}
.header__content {
  z-index: 100;
  text-align: center;
  position: relative;
}
.header__title {
  color: #191919;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 25px;
}
.header__title strong {
  font-weight: 800;
}
.header__title br {
  display: none;
}
.header__text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 50px;
}
.header__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__buttons li {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header {
    padding-bottom: 100px;
  }
  .header:before {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    height: 153px;
    display: block;
    position: absolute;
    background: url("../img/main__clouds.png") 50% 100% repeat-x;
  }
  .header__top {
    margin-bottom: 65px;
  }
  .header__logo {
    width: 180px;
    height: 140px;
    padding-top: 25px;
  }
  .header__logo:before {
    top: 0;
    left: 9px;
    right: 9px;
    bottom: 9px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -ms-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
  }
  .header__logo i {
    width: 100px;
    margin: 0 auto;
  }
  .header__address {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 40px 0 0 30px;
    background: url("../img/header__place.png") 0 41px no-repeat;
  }
  .header__address strong {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .header__contact {
    padding-top: 40px;
  }
  .header__contact_phone {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .header__contact > li:last-child {
    display: block;
    padding-top: 20px;
  }
  .header__content {
    text-align: left;
  }
  .header__title {
    font-size: 4.4rem;
    line-height: 5.8rem;
  }
  .header__title br {
    display: block;
  }
  .header__text {
    font-size: 2.2rem;
    line-height: 3.4rem;
    max-width: 600px;
    margin-bottom: 80px;
  }
  .header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .header__buttons > li {
    margin-right: 48px;
  }
  .header__buttons > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header__warehouse {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 40px 0 20px 90px;
    background: url("../img/header__warehouse.png") 0 38px no-repeat;
  }
  .header__warehouse strong {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .header__top .container {
    width: auto;
    max-width: 1470px;
  }
  .header__wrap {
    padding-left: 25px;
  }
}
@media (min-width: 1340px) {
  .header__place {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 40px 0 20px 120px;
    background: url("../img/header__map.png") 0 40px no-repeat;
  }
  .header__place strong {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.footer {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: #fff;
  padding: 55px 0 60px 0;
}
.footer__logo {
  width: 192px;
  height: 180px;
  display: block;
  position: relative;
  background: #ffc048 url("../img/footer__logo.png") 50% 50% no-repeat;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.footer__logo:before {
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #ffe9bf;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.footer__info {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 30px;
}
.footer__info strong {
  font-weight: 800;
  font-family: "Montserrat", Arial, sans-serif;
}
.footer__info p {
  margin: 0 0 15px 0;
}
.footer__info p:last-child {
  margin-bottom: 0;
}
.footer__contact {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 30px;
}
.footer__contact_address {
  margin-bottom: 15px;
}
.footer__contact_address strong {
  font-weight: 800;
  font-family: "Montserrat", Arial, sans-serif;
}
.footer__contact_email {
  color: #292929;
  text-decoration: none;
}
.footer__contact_email:hover {
  color: #292929;
  text-decoration: none;
}
.footer__callback {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.footer__callback_text {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 5px;
  font-family: "Montserrat", Arial, sans-serif;
}
.footer__callback_phone {
  color: #292929;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  display: inline-block;
  text-decoration: none;
}
.footer__callback_phone:hover {
  color: #292929;
  text-decoration: none;
}
.footer__callback > li:first-child {
  margin-bottom: 15px;
}
.footer__link {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.footer__link_primary {
  color: #211d11;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px dashed transparent;
}
.footer__link_primary:hover {
  color: #211d11;
  text-decoration: none;
  border-bottom-color: #ffc048;
}
.footer__link_privacy {
  color: #211d11;
  text-decoration: none;
}
.footer__link_privacy:hover {
  color: #211d11;
  text-decoration: underline;
}
.footer__link_dev {
  color: #211d11;
  text-decoration: none;
}
.footer__link_dev:hover {
  color: #ffc048;
  text-decoration: none;
}
.footer__link > li:first-child {
  margin-bottom: 30px;
}
.footer__link > li:last-child {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
  .footer__logo {
    margin: 0 120px 30px 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer__contact {
    margin-bottom: 0;
  }
  .footer__callback {
    margin-bottom: 0;
  }
  .footer__link {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer__row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .footer__logo {
    margin: 0 30px 0 0;
  }
  .footer__info {
    margin-bottom: 0;
  }
  .footer__contact {
    margin: 0 20px 0 20px;
  }
  .footer__callback {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    width: auto;
    max-width: 1470px;
  }
  .footer__contact_address {
    padding-left: 30px;
    background: url("../img/footer__place.png") 0 4px no-repeat;
  }
  .footer__contact_email {
    padding-left: 30px;
    background: url("../img/footer__email.png") 0 50% no-repeat;
  }
}
@media (min-width: 1340px) {
  .footer__callback {
    display: block;
  }
}

.free {
  z-index: 50;
  background: #fff;
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
}
.free__left {
  margin-bottom: 40px;
}
.free__form {
  padding: 10px;
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.free__form_wrap {
  padding: 40px 25px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.free__form_title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}
.free__form_text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
}
.free__form_bottom {
  color: #898989;
  padding-top: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.free__form_bottom a {
  color: #898989;
  text-decoration: none;
}
.free__form_bottom a:hover {
  color: #898989;
  text-decoration: underline;
}
.free__form .btn {
  width: 100%;
}
.free__slider .swiper-pagination {
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 20px;
}
.free__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  opacity: 1;
  margin: 0 4px;
  cursor: pointer;
  background: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.free__slider .swiper-pagination-bullet-active {
  background-color: #ffa650;
}
.free__slide_title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, sans-serif;
}
.free__slide_content {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.free__slide_content p {
  margin: 0 0 10px 0;
}
.free__slide_subtitle {
  z-index: 20;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 35px;
  position: relative;
}
.free__slide_text {
  z-index: 20;
  position: relative;
}
.free__slide_prev {
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 85px;
  height: 72px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  display: none;
  border-right: 1px solid #fed6ad;
  -webkit-border-radius: 36px 0 0 36px;
  -moz-border-radius: 36px 0 0 36px;
  -ms-border-radius: 36px 0 0 36px;
  border-radius: 36px 0 0 36px;
  background-image: -webkit-linear-gradient(left, #ffb953 0%, #ffb15a 100%);
  background-image: -o-linear-gradient(left, #ffb953 0%, #ffb15a 100%);
  background-image: linear-gradient(to right, #ffb953 0%, #ffb15a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFB953", endColorstr="#FFFFB15A", GradientType=1);
}
.free__slide_prev:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 19px;
  height: 35px;
  position: absolute;
  display: inline-block;
  margin: -18px 0 0 -9px;
  background: url("../img/icon__back.png") 0 0 no-repeat;
}
.free__slide_next {
  z-index: 50;
  left: 85px;
  bottom: 0;
  width: 85px;
  height: 72px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  display: none;
  border-left: 1px solid #e29e3d;
  -webkit-border-radius: 0 36px 36px 0;
  -moz-border-radius: 0 36px 36px 0;
  -ms-border-radius: 0 36px 36px 0;
  border-radius: 0 36px 36px 0;
  background-image: -webkit-linear-gradient(left, #ffbb59 0%, #ffb05c 100%);
  background-image: -o-linear-gradient(left, #ffbb59 0%, #ffb05c 100%);
  background-image: linear-gradient(to right, #ffbb59 0%, #ffb05c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBB59", endColorstr="#FFFFB05C", GradientType=1);
}
.free__slide_next:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 19px;
  height: 35px;
  position: absolute;
  display: inline-block;
  margin: -18px 0 0 -9px;
  background: url("../img/icon__back.png") 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .free {
    padding-top: 10px;
  }
  .free__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .free__left {
    width: 350px;
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .free__right {
    width: 340px;
    min-height: 1px;
    padding-top: 60px;
    position: relative;
    padding-bottom: 130px;
  }
  .free__form {
    margin-top: -100px;
  }
  .free__slider .swiper-slide {
    height: auto;
  }
  .free__slider .swiper-pagination {
    display: none;
  }
  .free__slide {
    height: 100%;
    position: relative;
    padding-bottom: 25px;
  }
  .free__slide_prev {
    display: inline-block;
  }
  .free__slide_next {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .free__row {
    margin-right: -15px;
  }
  .free__left {
    width: 390px;
  }
  .free__right {
    width: 535px;
  }
  .free__form_wrap {
    padding: 40px 45px;
  }
  .free__form_title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
  }
  .free__slide {
    height: 100%;
  }
  .free__slide_title {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  .free__slide_content {
    position: relative;
  }
  .free__slide_subtitle {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .free {
    padding-bottom: 75px;
  }
  .free__right {
    width: 660px;
  }
  .free__slide:before {
    z-index: 10;
    right: 0;
    bottom: 0;
    content: "";
    width: 270px;
    height: 200px;
    display: block;
    position: absolute;
  }
  .free__slide_one:before {
    background: url("../img/free__slide_01.png") 0 0 no-repeat;
  }
  .free__slide_two:before {
    background: url("../img/free__slide_02.png") 0 0 no-repeat;
  }
    .free__slide_three:before {
    background: url("../img/free__slide_03.png") 0 0 no-repeat;
  }
  .free__slide_title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .free__slide_text {
    padding-right: 250px;
  }
}
.why {
  z-index: 50;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.why__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}
.why__subtitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Montserrat", Arial, sans-serif;
}
.why__items {
  padding: 0;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
  list-style: none;
}
.why__items > li {
  position: relative;
  padding-top: 190px;
  margin-bottom: 40px;
}
.why__items > li:nth-child(1):before {
  top: 10px;
  left: 50%;
  content: "";
  width: 250px;
  height: 160px;
  margin-left: -125px;
  position: absolute;
  background: url("../img/why__icon_01.png") 50% 0 no-repeat;
}
.why__items > li:nth-child(2) {
  padding-top: 200px;
}
.why__items > li:nth-child(2):before {
  top: 0;
  left: 50%;
  content: "";
  width: 205px;
  height: 168px;
  margin-left: -103px;
  position: absolute;
  background: url("../img/why__icon_02.png") 50% 0 no-repeat;
}
.why__items > li:nth-child(3) {
  padding-top: 200px;
}
.why__items > li:nth-child(3):before {
  top: 0;
  left: 50%;
  content: "";
  width: 180px;
  height: 179px;
  margin-left: -90px;
  position: absolute;
  background: url("../img/why__icon_03.png") 50% 0 no-repeat;
}
.why__items > li:nth-child(4):before {
  top: 0;
  left: 50%;
  content: "";
  width: 257px;
  height: 170px;
  margin-left: -126px;
  position: absolute;
  background: url("../img/why__icon_04.png") 50% 0 no-repeat;
}
.why__items_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, sans-serif;
}
.why__items_text {
  max-width: 280px;
  margin: 0 auto;
}
.why__items_text p {
  padding: 0;
  margin: 0 0 0 0;
}
.why__items_text a {
  color: #292929;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
  border-bottom: 1px dashed #292929;
}
.why__items_text a:hover {
  color: #292929;
  text-decoration: none;
  border-bottom-color: transparent;
}
.why__helmet {
  display: none;
}
.why__sheet {
  display: none;
}
@media (min-width: 768px) {
  .why__title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .why__subtitle {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 3rem;
  }
  .why__items {
    margin: 0 -15px;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why__items > li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why__items > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .why__items > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .why__items > li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .why__items > li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 992px) {
  .why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .why__subtitle {
    margin-bottom: 15px;
  }
  .why__items {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .why__items > li {
    width: 25%;
    text-align: left;
    margin-bottom: 0;
  }
  .why__items > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .why__items > li:nth-child(1):before {
    left: 0;
    margin-left: 0;
  }
  .why__items > li:nth-child(2) {
    margin-top: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .why__items > li:nth-child(2):before {
    left: 0;
    margin-left: 0;
  }
  .why__items > li:nth-child(3) {
    margin-top: 100px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .why__items > li:nth-child(3):before {
    left: 0;
    margin-left: 0;
  }
  .why__items > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .why__items > li:nth-child(4):before {
    left: 0;
    margin-left: 0;
  }
  .why__items_text {
    margin: 0;
    max-width: 230px;
  }
}
@media (min-width: 1200px) {
  .why {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .why__helmet {
    left: 50%;
    top: -100px;
    width: 414px;
    height: 365px;
    display: block;
    position: absolute;
    margin-left: -1060px;
    background: url("../img/helmet.png") 0 0 no-repeat;
  }
  .why__sheet {
    right: 50%;
    top: -100px;
    width: 226px;
    height: 444px;
    display: block;
    position: absolute;
    margin-right: -920px;
    background: url("../img/sheet_01.png") 0 0 no-repeat;
  }
}
.price {
  z-index: 5;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  background: #fff url("../img/price__bg.jpg") 50% 100% no-repeat;
}
.price .container {
  z-index: 10;
  position: relative;
}
.price__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 35px;
  font-family: "Montserrat", Arial, sans-serif;
}
.price__subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  max-width: 980px;
  line-height: 3rem;
  text-align: center;
  margin: 0 auto 60px auto;
  font-family: "Montserrat", Arial, sans-serif;
}
.price__subtitle strong {
  font-weight: 700;
}
.price__col {
  margin-bottom: 40px;
}
.price__col:last-child {
  padding-top: 40px;
}
.price__text {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
}
.price__text strong {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 15px;
  font-family: "Montserrat", Arial, sans-serif;
}
.price__text span {
  display: block;
}
.price__button {
  text-align: center;
}
@media (min-width: 768px) {
  .price {
    padding-bottom: 300px;
  }
  .price__title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .price__subtitle {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 3rem;
  }
  .price__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .price__col {
    width: calc(50% - 15px);
  }
  .price__col:last-child {
    width: 100%;
  }
  .price__text {
    color: #292929;
  }
  .price__text strong {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 992px) {
  .price {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .price__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .price__subtitle {
    margin-bottom: 80px;
  }
  .price__text {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .price {
    padding-top: 75px;
    padding-bottom: 770px;
  }
  .price__subtitle {
    margin-bottom: 100px;
  }
  .price__row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .price__col {
    width: calc(33% - 15px);
  }
  .price__col:last-child {
    width: calc(33% - 15px);
  }
  .price__text {
    color: #292929;
    text-align: left;
    margin-left: 46px;
    margin-bottom: 40px;
  }
  .price__button {
    text-align: left;
    margin-left: 46px;
  }
}
@media (min-width: 1340px) {
  .price .container {
    width: 1310px;
  }
}

.price_item {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.price_item__wrap {
  height: 100%;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price_item__header {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 35px 15px 35px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.price_item__content {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 40px 15px 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.price_item__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price_item__content ul > li {
  margin-bottom: 15px;
}
.price_item__content ul > li:last-child {
  margin-bottom: 0;
}
.price_item__title {
  color: #c6c6c6;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.price_item__footer {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0 15px 30px 25px;
}
.price_item__footer strong {
  color: #ffc048;
  display: block;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Montserrat", Arial, sans-serif;
}
.price_item__footer span {
  opacity: 0.5;
  display: block;
}
@media (min-width: 768px) {
  .price_item {
    height: 100%;
  }
  .price_item__one .price_item__content ul > li {
    margin-bottom: 20px;
  }
  .price_item__two .price_item__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .price_item__two .price_item__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .price_item__header {
    font-size: 3rem;
    line-height: 4rem;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 35px 30px 35px 45px;
    border-bottom: 1px solid #e8e8e8;
  }
  .price_item__content {
    padding: 40px 30px 30px 45px;
  }
  .price_item__footer {
    padding: 0 25px 25px 45px;
  }
}
@media (min-width: 1200px) {
  .price_item__header {
    padding-left: 25px;
    padding-right: 20px;
  }
  .price_item__content {
    padding-left: 25px;
    padding-right: 20px;
  }
  .price_item__footer {
    padding-left: 25px;
    padding-right: 20px;
  }
}
@media (min-width: 1340px) {
  .price_item__header {
    padding-left: 45px;
    padding-right: 25px;
  }
  .price_item__content {
    padding-left: 45px;
    padding-right: 25px;
  }
  .price_item__footer {
    padding-left: 45px;
    padding-right: 25px;
  }
}

.price_info {
  color: #222;
  background: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  margin-left: 40px;
  padding: 30px 20px 25px 80px;
  border: 5px solid #ffc048;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.price_info:before {
  top: -40px;
  left: -50px;
  content: "";
  width: 150px;
  height: 121px;
  position: absolute;
  background: url("../img/price__image.png") 0 0 no-repeat;
  background-size: cover;
}
.price_info__header {
  margin-bottom: 30px;
}
.price_info__header strong {
  color: #222;
  display: block;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
}
.price_info__header span {
  display: block;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .price_info {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 45px 40px 25px 100px;
  }
  .price_info:before {
    width: 234px;
    height: 189px;
  }
  .price_info__header {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .price_info {
    max-width: 500px;
    padding-left: 80px;
    margin-bottom: 50px;
  }
  .price_info:before {
    width: 180px;
    height: 145px;
  }
  .price_info__header {
    padding-left: 40px;
  }
}
@media (min-width: 1340px) {
  .price_info {
    padding-left: 90px;
  }
  .price_info:before {
    width: 234px;
    height: 189px;
  }
  .price_info__header {
    padding-left: 70px;
  }
}

.service {
  z-index: 25;
  padding-top: 10px;
  position: relative;
  padding-bottom: 150px;
  background: url("../img/service__bg.jpg") 50% 105% no-repeat;
}
.service__list {
  padding: 0;
  margin: -70px auto 130px auto;
  max-width: 280px;
  list-style: none;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.service__list > li {
  background: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 200px 25px 45px 35px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.service__list > li strong {
  font-weight: 700;
}
.service__list > li:before {
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.service__list > li:nth-child(1) {
  background: #fff url("../img/service__image_01.jpg") 50% 30px no-repeat;
}
.service__list > li:nth-child(2) {
  background: #fff url("../img/service__image_02.jpg") 50% 29px no-repeat;
}
.service__list > li:nth-child(3) {
  background: #fff url("../img/service__image_03.jpg") 50% 32px no-repeat;
}
.service__list > li:nth-child(4) {
  background: #fff url("../img/service__image_04.jpg") 50% 35px no-repeat;
}
.service__row {
  position: relative;
}
.service__left {
  z-index: 10;
  position: relative;
  margin-bottom: 80px;
}
.service__right {
  z-index: 5;
  position: relative;
}
.service__heading {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 35px;
  font-family: "Montserrat", Arial, sans-serif;
}
.service__text {
  color: #222;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 75px;
  text-align: center;
}
.service__form {
  padding: 10px;
  margin: 0 auto;
  max-width: 380px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.service__form:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  z-index: 5;
  display: block;
  position: absolute;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.service__form_wrap {
  z-index: 10;
  padding: 40px 25px;
  position: relative;
}
.service__form_title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}
.service__form_text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
}
.service__form_bottom {
  color: #898989;
  padding-top: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.service__form_bottom a {
  color: #898989;
  text-decoration: none;
}
.service__form_bottom a:hover {
  color: #898989;
  text-decoration: underline;
}
.service__form .btn {
  width: 100%;
}
.service__link {
  text-align: center;
  position: relative;
}
.service__link_text {
  display: none;
}
.service__sheet_one {
  display: none;
}
.service__sheet_two {
  display: none;
}
@media (min-width: 768px) {
  .service {
    padding-bottom: 530px;
    background-position: 50% 100%;
  }
  .service__list {
    max-width: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .service__list > li {
    width: 280px;
  }
  .service__heading {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 992px) {
  .service__list {
    margin-bottom: 150px;
  }
  .service__list > li {
    margin: 0 20px 50px 20px;
  }
  .service__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .service__left {
    margin-bottom: 0;
    max-width: 610px;
    padding-top: 20px;
    padding-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .service__right {
    width: 380px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .service__heading {
    text-align: left;
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .service__text {
    text-align: left;
  }
  .service__link {
    text-align: left;
  }
  .service__form:before {
    top: -90px;
    right: -280px;
    z-index: 7;
    content: "";
    width: 365px;
    height: 767px;
    position: absolute;
    background: url("../img/service__auto.png") 50% 50% no-repeat;
  }
  .service__form_wrap {
    padding: 40px 45px;
  }
  .service__form_title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .service__list {
    max-width: inherit;
    margin-bottom: 210px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .service__list > li {
    margin: 0;
    width: 270px;
  }
  .service__row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
  }
  .service__heading {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .service__text {
    margin-bottom: 75px;
  }
  .service__link_text {
    top: 20px;
    left: 360px;
    width: 210px;
    display: block;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.4rem;
    position: absolute;
  }
  .service__link_text:before {
    top: 55px;
    right: -145px;
    content: "";
    width: 174px;
    height: 62px;
    display: block;
    position: absolute;
    background: url("../img/service__arrow.png") 0 0 no-repeat;
  }
  .service__sheet_one {
    left: 50%;
    top: 360px;
    width: 267px;
    height: 217px;
    display: block;
    position: absolute;
    margin-left: -1000px;
    background: url("../img/sheet_04.png") 0 0 no-repeat;
  }
  .service__sheet_two {
    right: 50%;
    top: 380px;
    width: 133px;
    height: 132px;
    display: block;
    position: absolute;
    margin-right: -860px;
    background: url("../img/sheet_03.png") 0 0 no-repeat;
  }
}
@media (min-width: 1340px) {
  .service__list {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.stage {
  z-index: 30;
  position: relative;
}
.stage__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 35px;
  font-family: "Montserrat", Arial, sans-serif;
}
.stage__subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  max-width: 580px;
  line-height: 3rem;
  margin-bottom: 80px;
  font-family: "Montserrat", Arial, sans-serif;
}
.stage__subtitle strong {
  font-weight: 700;
}
.stage__content {
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0 30px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stage__content li {
  width: 250px;
  position: relative;
  margin-bottom: 90px;
  padding: 35px 20px 0 20px;
  border-left: 2px solid #ffc048;
}
.stage__content li:hover .stage__icon {
  -webkit-transform: rotateY(720deg) translateY(-20px);
  -moz-transform: rotateY(720deg) translateY(-20px);
  -ms-transform: rotateY(720deg) translateY(-20px);
  -o-transform: rotateY(720deg) translateY(-20px);
  transform: rotateY(720deg) translateY(-20px);
}
.stage__icon {
  top: -30px;
  left: -30px;
  width: 58px;
  height: 58px;
  display: block;
  position: absolute;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotateY(0deg) translateY(0);
  -moz-transform: rotateY(0deg) translateY(0);
  -ms-transform: rotateY(0deg) translateY(0);
  -o-transform: rotateY(0deg) translateY(0);
  transform: rotateY(0deg) translateY(0);
}
.stage__heading {
  opacity: 0.8;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
}
.stage__text {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.stage__text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .stage {
    margin-top: -180px;
  }
  .stage__title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .stage__subtitle {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .stage__content li {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .stage__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .stage__subtitle {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .stage__subtitle {
    margin-bottom: 200px;
  }
  .stage__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .stage__content li {
    width: 20%;
    margin-bottom: 0;
    position: relative;
  }
  .stage__content li:before {
    top: -85px;
    left: 20px;
    z-index: 20;
    width: 160px;
    height: 62px;
    content: "";
    display: block;
    position: absolute;
    background: url("../img/stage__arrow.png") 100% 0 no-repeat;
  }
  .stage__content li:nth-child(2) {
    margin-top: -55px;
  }
  .stage__content li:nth-child(3) {
    margin-top: -110px;
  }
  .stage__content li:nth-child(4) {
    margin-top: -165px;
  }
  .stage__content li:nth-child(5) {
    margin-top: -220px;
  }
  .stage__content li:nth-child(5):before {
    display: none;
  }
}
@media (min-width: 1340px) {
  .stage__content {
    padding: 0;
    margin-left: 0;
    margin-right: -150px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .stage__content li {
    width: 20%;
    padding-right: 0;
  }
  .stage__content li:before {
    top: -100px;
    left: 30px;
    width: 175px;
  }
}

.gallery {
  z-index: 60;
  max-width: 100%;
  padding-top: 10px;
  position: relative;
  padding-bottom: 60px;
}
.gallery__inner {
  z-index: 10;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery__wrap {
  margin: 0 auto;
  max-width: 345px;
}
.gallery__slider {
  overflow: visible;
}
.gallery__slider .swiper-slide {
  padding: 15px 15px 20px 15px;
}
.gallery__slider .swiper-pagination {
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 0px;
}
.gallery__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  opacity: 1;
  margin: 0 4px;
  cursor: pointer;
  background: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gallery__slider .swiper-pagination-bullet-active {
  background-color: #ffa650;
}
.gallery__item {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(17, 17, 17, 0.1), 0px 2px 2px 0px rgba(17, 17, 17, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.gallery__item:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  content: "";
  width: 500px;
  height: 500px;
  display: block;
  visibility: hidden;
  position: absolute;
  margin: -250px 0 0 -250px;
  background: rgba(255, 192, 72, 0.5) url("../img/icon__plus.png") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.gallery__item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery .gallery_button_prev,
.gallery .gallery_button_next {
  top: 50%;
  border: none;
  outline: none;
  z-index: 50;
  width: 70px;
  height: 70px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin-top: -35px;
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 3px 0 #e79f6b, inset 0px 0px 3px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 0 #e79f6b, inset 0px 0px 3px 0px rgba(255, 255, 255, 0.1);
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ff9e6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFF9E6D", GradientType=1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gallery .gallery_button_prev:before,
.gallery .gallery_button_next:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 19px;
  height: 35px;
  position: absolute;
  display: inline-block;
  margin: -18px 0 0 -9px;
  background: url("../img/icon__back.png") 0 0 no-repeat;
}
.gallery .gallery_button_prev:focus, .gallery .gallery_button_prev:hover,
.gallery .gallery_button_next:focus,
.gallery .gallery_button_next:hover {
  color: #211d11;
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ff9e6d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ff9e6d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFF9E6D", GradientType=1);
  -webkit-box-shadow: 0 0 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 #e79f6b, inset 0px 0px 5px 0px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery .gallery_button_prev:active,
.gallery .gallery_button_next:active {
  background: #E3CAFF;
  background-image: -webkit-linear-gradient(left, #ffd95d 0%, #ffd95d 100%);
  background-image: -o-linear-gradient(left, #ffd95d 0%, #ffd95d 100%);
  background-image: linear-gradient(to right, #ffd95d 0%, #ffd95d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD95D", endColorstr="#FFFFD95D", GradientType=1);
}
.gallery .gallery_button_prev {
  left: -35px;
}
.gallery .gallery_button_next {
  right: -35px;
}
.gallery .gallery_button_next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .gallery {
    padding-bottom: 80px;
  }
  .gallery__slider .swiper-pagination {
    display: none;
  }
  .gallery .gallery_button_prev,
.gallery .gallery_button_next {
    display: inline-block;
  }
  .gallery__wrap {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  .gallery {
    padding-top: 40px;
  }
  .gallery__wrap {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    padding-top: 160px;
    padding-bottom: 155px;
  }
  .gallery:before {
    z-index: 1;
    right: 0;
    top: -120px;
    content: "";
    width: 373px;
    height: 600px;
    display: block;
    position: absolute;
    background: url("../img/slider__bg.jpg") 0 0 no-repeat;
  }
  .gallery__wrap {
    max-width: 1068px;
  }
}
.comments {
  padding-top: 50px;
  position: relative;
  padding-bottom: 100px;
}
.comments__row {
  margin-bottom: 15px;
}
.comments__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}
.comments__value {
  opacity: 0.05;
  font-weight: 800;
  font-size: 15rem;
  line-height: 15rem;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}
.comments__wrap {
  width: 262px;
  margin: 0 auto;
}
.comments__inner {
  margin-left: 30px;
}
.comments__slider .swiper-pagination {
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
}
.comments__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  opacity: 1;
  margin: 0 4px;
  cursor: pointer;
  background: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comments__slider .swiper-pagination-bullet-active {
  background-color: #ffa650;
}
.comments__item {
  width: 262px;
  height: 337px;
  position: relative;
  background: url("../img/comment__bg.png") 0 0 no-repeat;
}
.comments__item a {
  top: 28px;
  left: 18px;
  width: 186px;
  height: 274px;
  display: block;
  position: absolute;
}
.comments__item a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  content: "";
  width: 222px;
  height: 312px;
  display: block;
  visibility: hidden;
  position: absolute;
  margin: -156px 0 0 -111px;
  background: rgba(255, 255, 255, 0.7) url("../img/icon__hover.png") 50% 50% no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.comments__item a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.comments .comments_button_prev {
  z-index: 50;
  width: 85px;
  height: 72px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-right: 1px solid #fed6ad;
  -webkit-border-radius: 36px 0 0 36px;
  -moz-border-radius: 36px 0 0 36px;
  -ms-border-radius: 36px 0 0 36px;
  border-radius: 36px 0 0 36px;
  background-image: -webkit-linear-gradient(left, #ffb953 0%, #ffb15a 100%);
  background-image: -o-linear-gradient(left, #ffb953 0%, #ffb15a 100%);
  background-image: linear-gradient(to right, #ffb953 0%, #ffb15a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFB953", endColorstr="#FFFFB15A", GradientType=1);
}
.comments .comments_button_prev:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 19px;
  height: 35px;
  position: absolute;
  display: inline-block;
  margin: -18px 0 0 -9px;
  background: url("../img/icon__back.png") 0 0 no-repeat;
}
.comments .comments_button_next {
  z-index: 50;
  width: 85px;
  height: 72px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-left: 1px solid #e29e3d;
  -webkit-border-radius: 0 36px 36px 0;
  -moz-border-radius: 0 36px 36px 0;
  -ms-border-radius: 0 36px 36px 0;
  border-radius: 0 36px 36px 0;
  background-image: -webkit-linear-gradient(left, #ffbb59 0%, #ffb05c 100%);
  background-image: -o-linear-gradient(left, #ffbb59 0%, #ffb05c 100%);
  background-image: linear-gradient(to right, #ffbb59 0%, #ffb05c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFBB59", endColorstr="#FFFFB05C", GradientType=1);
}
.comments .comments_button_next:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 19px;
  height: 35px;
  position: absolute;
  display: inline-block;
  margin: -18px 0 0 -9px;
  background: url("../img/icon__back.png") 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comments__line {
  margin-bottom: 40px;
}
.comments__text {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.comments__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.comments__sheet {
  display: none;
}
@media (min-width: 768px) {
  .comments {
    padding-bottom: 170px;
  }
  .comments__row {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .comments__title {
    margin-bottom: 0;
    text-align: left;
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .comments__wrap {
    width: 524px;
    margin: 0 auto;
  }
  .comments__slider .swiper-pagination {
    display: none;
  }
  .comments__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .comments__text {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .comments__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .comments__value {
    font-size: 20rem;
    line-height: 20rem;
  }
  .comments__wrap {
    width: 786px;
    margin: 0 auto;
  }
  .comments__line {
    max-width: 990px;
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .comments__value {
    font-size: 31rem;
    line-height: 31rem;
  }
  .comments__wrap {
    width: 1128px;
    margin: 0;
  }
  .comments__line {
    margin-top: -80px;
  }
  .comments__inner {
    margin-left: 0;
  }
  .comments__sheet {
    right: 50%;
    top: 100px;
    width: 431px;
    height: 170px;
    display: block;
    position: absolute;
    margin-right: -950px;
    background: url("../img/sheet_05.png") 0 0 no-repeat;
  }
}
.modal {
  width: 100%;
  padding: 9px;
  max-width: 380px;
  background: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.modal__wrap {
  border: 1px solid #e8e8e8;
  padding: 40px 10px 20px 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.modal__inner {
  width: 270px;
  margin: 0 auto;
}
.modal__title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 10px;
}
.modal__text {
  color: #222;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
}
.modal__bottom {
  color: #898989;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  padding-top: 25px;
}
.modal__bottom a {
  color: #898989;
  text-decoration: none;
  border-bottom: 1px dashed #898989;
}
.modal__bottom a:hover {
  color: #898989;
  text-decoration: none;
  border-bottom-color: transparent;
}
.modal__content {
  width: 265px;
}
.modal .btn {
  width: 100%;
}
.modal .fancybox-close-small {
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 3px;
  font-size: 0;
  line-height: 0;
  display: block;
  outline: none;
  border: none;
  background: #dcdcdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modal .fancybox-close-small svg path {
  fill: #fff !important;
}

.modal_calc {
  max-width: 360px;
}
.modal_calc .modal__wrap {
  padding: 40px 30px 20px 30px;
}
@media (min-width: 768px) {
  .modal_calc {
    width: 630px;
    max-width: inherit;
    background: #fff url("../img/modal__calc_bg.jpg") 100% 100% no-repeat;
  }
  .modal_calc .modal__wrap {
    padding: 45px 50px 40px 50px;
  }
  .modal_calc .modal__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .modal_calc .modal__text {
    width: 430px;
    text-align: center;
    margin: 0 auto 40px auto;
  }
}

.page {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.map {
  height: 400px;
}
.map #map {
  height: 100%;
}
@media (min-width: 1200px) {
  .map {
    height: 450px;
  }
}
@media (min-width: 1340px) {
  .map {
    height: 670px;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .bottom_bg {
    background: url("../img/bottom__bg.jpg") 50% 100% no-repeat;
  }
}

.order {
  position: relative;
  padding-bottom: 100px;
}
.order__title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 35px;
  font-family: "Montserrat", Arial, sans-serif;
}
.order__text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 70px;
  text-align: center;
}
.order__text p {
  margin: 0 0 20px 0;
}
.order__button {
  text-align: center;
}
.order__sheet {
  display: none;
}
@media (min-width: 768px) {
  .order {
    padding-bottom: 215px;
  }
  .order__title {
    text-align: left;
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .order__text {
    text-align: left;
  }
  .order__content {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .order__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
  .order__content {
    width: 550px;
  }
  .order__button {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .order__sheet {
    left: 50%;
    top: 100px;
    width: 294px;
    height: 358px;
    display: block;
    position: absolute;
    margin-left: -950px;
    background: url("../img/sheet_06.png") 0 0 no-repeat;
  }
}



.lkdm_href_underline{
    border-bottom: none !important;
    text-decoration: underline !important;
}
.lkdm_href_underline:hover{
    border-bottom: none !important;
    text-decoration: none !important;
}

.modal__policy {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  max-width: 1000px;
  padding: 30px 40px;
}

.modal__policy__header {
  text-align: center;
  margin-bottom:5px;
}

.modal__policy__header-title {
  font-weight: 700;
  margin-bottom: 5px;
}