.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}
*:active,
*:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0px;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 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.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Fonts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Montserrat
   ========================================================================== */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Rub
   ========================================================================== */
@font-face {
  font-display: swap;
  font-family: 'ALS Rubl';
  src: url('../fonts/subset-ALSRubl.eot');
  src: url('../fonts/subset-ALSRubl.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ALSRubl.woff2') format('woff2'), url('../fonts/subset-ALSRubl.woff') format('woff'), url('../fonts/subset-ALSRubl.ttf') format('truetype'), url('../fonts/subset-ALSRubl.svg#ALSRubl') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Typography

   ==========================================================================
   ==========================================================================
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  color: #2f4453;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
html {
  font-size: 20px;
}
/* ==========================================================================
   Text Styles
   ========================================================================== */
.font-caption {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
/* ==========================================================================
   Text
   ========================================================================== */
.strike {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
.font-400 {
  font-weight: 400;
}
/* ==========================================================================
   Colors
   ========================================================================== */
.color-white {
  color: #fff !important;
}
.color-grey {
  color: #6a7c92 !important;
}
.color-blue {
  color: #a7078d !important;
}
.color-text {
  color: #ff57b0 !important;
}
.color-red {
  color: #e74c3c !important;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #2f4453;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.link-border {
  color: #2f4453;
  border-bottom: solid 1px rgba(49, 151, 255, 0.5);
  cursor: default;
}
.link-dashed {
  color: #2f4453;
  border-bottom: dashed 1px rgba(49, 151, 255, 0.5);
  cursor: default;
}
.link-color {
  color: #2f4453;
  border: none;
}
@media (min-width: 1200px) {
  a.link-border,
  a.link-dashed {
    cursor: pointer;
  }
  a.link-border:hover,
  a.link-dashed:hover {
    border-bottom-color: transparent !important;
  }
}
/* ==========================================================================
   Text block
   ========================================================================== */
.typical-txt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6a7c92;
  font-weight: 500;
}
.typical-txt.typical-txt_sm {
  font-size: 0.8rem;
}
.typical-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.typical-txt ul,
.typical-txt ol {
  margin: 0 0 1em;
}
.typical-txt li {
  position: relative;
  padding: 0 0 0 1.2rem;
  margin: 0 0 0.5em;
}
.typical-txt ul {
  text-align: left;
}
.typical-txt ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: solid 2px #a7078d;
  -webkit-box-shadow: -2px 2px #2f4453;
          box-shadow: -2px 2px #2f4453;
}
.typical-txt ol {
  list-style: none;
}
.typical-txt ol > li {
  counter-increment: number;
}
.typical-txt ol > li:before {
  content: counter(number) '.';
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: inherit;
  color: #a7078d;
}
.typical-txt h1,
.typical-txt .h1,
.typical-txt h2,
.typical-txt .h2,
.typical-txt h3,
.typical-txt .h3,
.typical-txt h4,
.typical-txt .h4,
.typical-txt h5,
.typical-txt .h5,
.typical-txt h6,
.typical-txt .h6 {
  margin: 1.5em 0 0.75em;
}
.typical-txt h1:first-child,
.typical-txt .h1:first-child,
.typical-txt h2:first-child,
.typical-txt .h2:first-child,
.typical-txt h3:first-child,
.typical-txt .h3:first-child,
.typical-txt h4:first-child,
.typical-txt .h4:first-child,
.typical-txt h5:first-child,
.typical-txt .h5:first-child,
.typical-txt h6:first-child,
.typical-txt .h6:first-child {
  margin-top: 0;
}
.typical-txt .h2 {
  font-size: 1.7rem;
}
.typical-txt table {
  width: 100%;
}
.typical-txt table td,
.typical-txt table th {
  border: solid 1px rgba(22, 37, 66, 0.2);
  padding: 0.5rem 1rem;
  text-align: left;
}
.typical-txt table th {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.typical-txt blockquote {
  border-radius: 0.5rem;
  background: #f3f3f3;
  margin: 1em 0;
  padding: 0.5rem 1rem;
  color: #6a7c92;
}
@media (max-width: 1199px) {
  .typical-txt {
    font-size: 0.8rem;
  }
}
/* ==========================================================================
   Hr
   ========================================================================== */
hr {
  margin: 3rem 0;
  border-top-color: rgba(22, 37, 66, 0.2);
  border-top-style: dashed;
}
/* ==========================================================================
   Rub
   ========================================================================== */
.rub {
  font-family: 'ALS Rubl' !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: inherit !important;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Tables

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Typical Table
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Grids

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Common
   ========================================================================== */
body {
  background: #fff;
  color: #2f4453;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.body-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 1199px) {
  .body-wrapper {
    min-width: 320px;
    overflow: hidden;
    padding-top: 3rem;
    text-align: center;
  }
}
/* ==========================================================================
   Screen
   ========================================================================== */
.scr {
  position: relative;
  padding: 3.5rem 0;
}
.scr.scr_bg {
  background-color: #f3f3f3;
}
.scr.scr_center {
  text-align: center;
}
.scr.scr_border-top {
  border-top: solid 1px rgba(22, 37, 66, 0.2);
}
@media (max-width: 1199px) {
  .scr {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
/* ==========================================================================
   Container
   ========================================================================== */
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  zoom: 1;
  *zoom: 1;
  z-index: 3;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  max-width: 1200px;
}
.container__in {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
  zoom: 1;
  *zoom: 1;
}
.container__in:before,
.container__in:after {
  content: " ";
  display: table;
}
.container__in:after {
  clear: both;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .scr-grid__col {
    width: 50%;
  }
  .scr-grid__col.scr-grid__col_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 2rem;
  }
  .scr-grid__col.scr-grid__col_right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2rem;
  }
}
@media (max-width: 1199px) {
  .scr-grid__col.scr-grid__col_left {
    margin-bottom: 1rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Buttons

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Js to
   ========================================================================== */
.js-to {
  cursor: pointer;
}
/* ==========================================================================
   Button
   ========================================================================== */
.btn {
  display: inline-block;
  background: #a7078d;
  border: none;
  color: #fff;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  padding: 0 2em;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  text-shadow: 1px 1px 1px rgba(22, 37, 66, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
.btn.btn_dark {
  background: rgba(22, 37, 66, 0.5);
}
.btn.btn_outline {
  background: none;
  color: #9e8145;
  text-shadow: none;
}
.btn.btn_outline:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: solid 2px #a7078d;
  pointer-events: none;
}
.btn.btn_sm {
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0 1.5em;
  font-size: 0.6rem;
}
.btn.btn_block {
  width: 100%;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .btn:hover {
    background: #a7078d;
  }
  .btn.btn_outline:hover {
    color: #fff;
  }
  .btn.btn_outline:hover:before {
    border-color: transparent;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Forms

   ==========================================================================
   ==========================================================================
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
  color: rgba(22, 37, 66, 0.25);
}
[placeholder]::-moz-placeholder {
  color: rgba(22, 37, 66, 0.25);
  opacity: 1 !important;
}
[placeholder]:-moz-placeholder {
  color: rgba(22, 37, 66, 0.25);
  opacity: 1 !important;
}
[placeholder]::-moz-placeholder {
  color: rgba(22, 37, 66, 0.25);
}
[placeholder]:-ms-input-placeholder {
  color: rgba(22, 37, 66, 0.25);
}
/* ==========================================================================
   Group
   ========================================================================== */
.form-group {
  margin: 0 0 1rem;
}
/* ==========================================================================
   Label
   ========================================================================== */
.form-label {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  margin: 0 1rem 0.5rem;
  color: #6a7c92;
}
/* ==========================================================================
   Input
   ========================================================================== */
.form-field {
  display: block;
  width: 100%;
  color: #2f4453;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: solid 1px rgba(22, 37, 66, 0.2);
  padding: 0.75rem 1rem;
}
.form-field.error-field {
  border-color: #e74c3c;
}
textarea.form-field {
  resize: none;
  height: 6rem;
  text-align: left;
}
/* ==========================================================================
   Error
   ========================================================================== */
div.error-field {
  font-size: 0.5rem;
  line-height: normal;
  margin: 0.5em 0 0 1rem;
  color: #e74c3c;
}
/* ==========================================================================
   Agreement
   ========================================================================== */
.form-agreement {
  font-size: 0.5rem;
  line-height: normal;
  color: #6a7c92;
}
.form-agreement a {
  color: #6a7c92;
  border-bottom: solid 1px rgba(106, 124, 146, 0.5);
}
/* ==========================================================================
   Note
   ========================================================================== */
.form-note {
  color: #6a7c92;
  font-size: 0.5rem;
  line-height: 1.2;
  text-align: left;
}
.form-note a {
  color: #6a7c92;
  border-bottom: solid 1px rgba(106, 124, 146, 0.15);
}
.form-note.form-note_lg {
  font-size: 0.7rem;
}
@media (min-width: 1200px) {
  .form-note a:hover {
    color: #2f4453;
  }
}
@media (max-width: 1199px) {
  .form-note {
    padding-left: 0.75rem;
  }
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checkbox {
  position: relative;
  text-align: left;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.5;
}
.form-checkbox label:before,
.form-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
}
.form-checkbox label:before {
  border: solid 3px rgba(255, 255, 255, 0.4);
}
.form-checkbox label:after {
  display: none;
  background: url('../img/x.svg') no-repeat 50% 50%;
  background-size: contain;
}
.form-checkbox input[type="checkbox"]:checked + label,
.form-checkbox input[type="radio"]:checked + label {
  cursor: default;
}
.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after {
  display: block;
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.form-check {
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-check label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.form-check label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px #2f4453;
}
.form-check input[type="checkbox"]:checked + label:before,
.form-check input[type="radio"]:checked + label:before {
  border-bottom-width: 2px;
}
@media (min-width: 1200px) {
  .form-check input[type="checkbox"]:not(:checked) + label:hover,
  .form-check input[type="radio"]:not(:checked) + label:hover {
    color: rgba(22, 37, 66, 0.7);
  }
}
@media (max-width: 1199px) {
  .form-check label {
    line-height: 2.5rem;
    font-size: 0.7rem;
  }
}

/* ==========================================================================
   Form Messenger
   ========================================================================== */
.form-messenger {
  margin: 0 0 1rem;
}
.form-messenger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form-message {
  text-align: center;
  position: relative;
}
.form-message:not(:first-child) {
  margin-left: 1rem;
}
.form-message input[type="checkbox"],
.form-message input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-message label {
  color: #162542;
  opacity: 0.3;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px #162542;
  height: 1.6rem;
  padding: 0 0.75rem;
  border-radius: 0.8rem;
}
.form-message input[type="checkbox"]:checked + label,
.form-message input[type="radio"]:checked + label {
  color: #fff;
  opacity: 1;
  border-color: transparent;
  background: #0218db;
}
.form-message input[type="checkbox"]:checked + label .form-message__icon path,
.form-message input[type="radio"]:checked + label .form-message__icon path {
  fill: #fff;
}
.form-message__icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem 0 0;
}
.form-message__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.form-message__icon path {
  fill: #162542;
}
.form-message__txt {
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .form-messenger.form-messenger_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .form-messenger.form-messenger_row > .form-label {
    margin-bottom: 0;
  }
  .form-message input[type="checkbox"]:not(:checked) + label:hover,
  .form-message input[type="radio"]:not(:checked) + label:hover {
    opacity: 1;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Titles

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Sup Title
   ========================================================================== */
.sup-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #a7078d;
  margin: 0 0 1.2em;
  font-size: 0.6rem;
  letter-spacing: 0.02em;
}
/* ==========================================================================
   H1-H6
   ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 1.8rem;
}
h3,
.h3 {
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 1.5rem;
  }
  h2,
  .h2 {
    font-size: 1.2rem;
  }
  h3,
  .h3 {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
/* ==========================================================================
   Screen Head
   ========================================================================== */
.scr-head {
  margin: 0 0 2.5rem;
}
.scr-head .h2 {
  margin: 0;
}
.scr-head .typical-txt {
  margin: 1em 0 0;
}
@media (max-width: 1199px) {
  .scr-head {
    margin-bottom: 1.5rem;
  }
}
/* ==========================================================================
   Page Head
   ========================================================================== */
.page-head {
  text-align: center;
  padding: 5rem 0 3rem;
  border-bottom: solid 1px rgba(22, 37, 66, 0.2);
}
@media (max-width: 1199px) {
  .page-head {
    padding: 1rem 0 2rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Divider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Divider
   ========================================================================== */
.divider {
  display: block;
  height: 1.5rem;
  margin: 1rem auto;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Interface

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Gradient
   ========================================================================== */
/* ==========================================================================
   Box Style
   ========================================================================== */
/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs {
  text-align: center;
}
.tabs-nav {
  display: inline-block;
  margin: 0 0 2rem;
}
.tabs-nav__in span {
  display: block;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2f4453;
  padding: 0 1.5em;
  cursor: pointer;
}
.tabs-nav__in span.is-current {
  color: #fff;
  background-color: #a7078d;
  cursor: default;
}
@media (min-width: 1200px) {
  .tabs-nav__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(22, 37, 66, 0.07);
    border-radius: 1.1rem;
  }
  .tabs-nav__in span:not(.is-current):hover {
    background-color: rgba(22, 37, 66, 0.12);
  }
  .tabs-nav__in li {
    margin: 0 0.2em;
  }
  .tabs-nav__in li:first-child {
    margin-left: 0;
  }
  .tabs-nav__in li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .tabs-nav {
    display: block;
    overflow: auto;
    padding: 0 15px 1rem;
    min-height: 2.2rem;
  }
  .tabs-nav__in {
    white-space: nowrap;
  }
  .tabs-nav__in span {
    padding: 0 1em;
  }
  .tabs-nav__in li {
    display: inline-block;
  }
  .tabs-nav__in li:last-child {
    margin-right: 15px;
  }
}
/* ==========================================================================
   Devices
   ========================================================================== */
.ipad,
.iphone,
.macbook {
  position: relative;
  overflow: hidden;
}
.ipad > img,
.iphone > img,
.macbook > img {
  display: block;
  width: 100%;
  position: relative;
}
.ipad > div,
.iphone > div,
.macbook > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  background: #999;
}
.ipad > div img,
.iphone > div img,
.macbook > div img {
  display: block;
  width: 100%;
}
.macbook > div {
  top: 5.5%;
  left: 10.9%;
  right: 10.9%;
  bottom: 7%;
}
.iphone > div {
  left: 5.8%;
  right: 5.8%;
  top: 3%;
  bottom: 2%;
  border-radius: 4%;
}
.ipad > div {
  left: 3%;
  top: 4%;
  right: 3%;
  bottom: 3.8%;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Modals

   ==========================================================================
   ==========================================================================
   ========================================================================== */
body.modal-opened {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}
/* ==========================================================================
   Modal
   ========================================================================== */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
.modal.is-opened {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  pointer-events: auto;
}
.modal__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
.modal__wrapper {
  position: relative;
}
.modal__box {
  position: relative;
  z-index: 3;
  text-align: center;
}
.modal__box .h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}
.modal__box .typical-txt {
  margin: 0 0 2em;
  line-height: normal;
}
.modal__box .form-agreement {
  margin: 1em 0 0;
}
.modal__box .form-box__form {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .modal.is-opened .modal__back {
    background: rgba(22, 37, 66, 0.5);
  }
  .modal__wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0;
  }
  .modal__box {
    width: 25rem;
    background: #fff;
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 1199px) {
  .modal {
    background: #fff;
  }
  .modal__box {
    padding: 40px 15px 30px;
  }
}
/* ==========================================================================
   Button Close
   ========================================================================== */
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -1000px;
}
.btn-close:before,
.btn-close:after {
  content: '';
  display: block;
  width: 50%;
  height: 4%;
  background: #a7078d;
  position: absolute;
  left: 50%;
  top: 50%;
}
.btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1200px) {
  .btn-close {
    -webkit-transform: translate(30%, -30%);
        -ms-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
  }
  .btn-close:before,
  .btn-close:after {
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    -o-transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  }
  .btn-close:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  .btn-close:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  .btn-close {
    width: 2rem;
    height: 2rem;
    top: 10px;
    right: 10px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Arrows Button
   ========================================================================== */
.slider-arr {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 2px #a7078d;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  z-index: 5;
}
.slider-arr svg {
  display: block;
  width: 25%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider-arr path {
  fill-rule: evenodd;
  stroke: #a7078d;
  stroke-width: 0.3rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.slider-arr.slider-arr_bright {
  opacity: 1;
  border-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
          box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
}
@media (min-width: 1200px) {
  .slider-arr.slider-arr_prev {
    left: 50%;
    margin-left: -700px;
  }
  .slider-arr.slider-arr_next {
    right: 50%;
    margin-right: -700px;
  }
  .slider-arr:hover {
    opacity: 1;
    border-color: transparent;
    background-color: #a7078d;
  }
  .slider-arr:hover path {
    stroke: #fff;
  }
}
@media (max-width: 1199px) {
  .slider-arr {
    opacity: 1;
    border-color: transparent;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
            box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
  }
  .slider-arr.slider-arr_prev {
    left: -10px;
  }
  .slider-arr.slider-arr_next {
    right: -10px;
  }
}
/* ==========================================================================
   Counter
   ========================================================================== */
.slider__counter {
  position: absolute;
  left: 31rem;
  bottom: 4rem;
  z-index: 5;
  line-height: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 1199px) {
  .slider__counter {
    bottom: 0;
    line-height: 2rem;
    left: auto;
    right: 0.5rem;
    font-size: 0.8rem;
  }
}
/* ==========================================================================
   Dots
   ========================================================================== */
.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  padding-bottom: 1.5rem !important;
  z-index: 5;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  margin: 0 4px;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Image  Cover

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.js-bg-cover {
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.js-bg-cover__img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Animation

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.anim-show {
  opacity: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
body.loaded .anim-show {
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.scr.animated .anim-show {
  opacity: 1;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Popups

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Popup Label
   ========================================================================== */
.popup-lbl {
  position: absolute;
  background: #2f4453;
  color: #fff;
  padding: 0.25rem 0.75em;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.popup-lbl:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #ff57b0 transparent transparent transparent;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Scrollbar

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.simplebar-track.simplebar-vertical {
  background: none;
  width: 0.8rem;
  border-radius: 0;
  border-left: solid 1px rgba(22, 37, 66, 0.1);
}
.simplebar-scrollbar {
  min-width: 0.3rem;
}
.simplebar-scrollbar:before {
  opacity: 0.2 !important;
  background-color: #2f4453;
  border-radius: 3px;
  left: 0.25rem;
  right: 0.25rem;
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Lazyload

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Header

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Site Header
   ========================================================================== */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.site-header.is-fixed {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
          box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
}
.site-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 3.5rem;
}
@media (max-width: 1199px) {
  .site-header {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
            box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
  }
  .site-header__in {
    height: 3rem;
  }
}
/* ==========================================================================
   Logo
   ========================================================================== */
.site-logo {
  font-size: 1rem;
  font-weight: 700;
  color: #2f4453;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-logo__img {
  display: block;
  height: 2rem;
}
@media (min-width: 1200px) {
  .site-logo__img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-logo__txt {
    display: none;
  }
}
/* ==========================================================================
   Menu
   ========================================================================== */
.site-menu a:not(.btn) {
  display: block;
  color: #2f4453;
}
@media (min-width: 1200px) {
  .site-menu {
    font-size: 0.7rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-menu a:not(.btn) {
    line-height: 3.5rem;
  }
  .site-menu a:not(.btn):hover {
    color: #a7078d;
  }
  .site-menu li {
    margin: 0 0.8em;
  }
}
@media (max-width: 1199px) {
  .site-menu {
    position: fixed;
    left: 0;
    top: 3rem;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-top: solid 1px rgba(22, 37, 66, 0.2);
    background: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 15px;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 2rem;
  }
  body.loaded .site-menu {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  body.menu-opened .site-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .site-menu .btn {
    margin: 1rem 0 0;
  }
}
/* ==========================================================================
   Contact
   ========================================================================== */
.site-header__contact {
  position: relative;
  top: -0.1rem;
}
@media (min-width: 1200px) {
  .site-header__contact {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .site-header__contact {
    text-align: center;
  }
}
/* ==========================================================================
   Phone
   ========================================================================== */
.site-header__phone {
  font-size: 1rem;
  font-weight: 600;
}
.site-header__phone a {
  color: #a7078d;
}
/* ==========================================================================
   Callback
   ========================================================================== */
.site-header__callback {
  font-size: 0.7rem;
  font-weight: 500;
}
.site-header__callback a {
  color: #6a7c92;
  border-bottom: dashed 1px rgba(106, 124, 146, 0.7);
}
@media (min-width: 1200px) {
  .site-header__callback a:hover {
    color: #2f4453;
    border-bottom-color: transparent;
  }
}
/* ==========================================================================
   Burger
   ========================================================================== */
.hamburger {
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #a7078d;
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-box {
  width: 25px;
  height: 20px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #a7078d;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::after {
  bottom: -8px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Footer

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Main
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-main {
  background: #f3f3f3;
}
.scr-main .scr-head {
  margin-bottom: 1.2rem;
}
@media (min-width: 1200px) {
  .scr-main {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 0;
  }
}
@media (max-width: 1199px) {
  .scr-main {
    padding-top: 1.5rem;
  }
}
/* ==========================================================================
   Price
   ========================================================================== */
.scr-main__price {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.scr-main__price img {
  display: block;
  width: 7rem;
}
.scr-main__price__txt {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
}
.scr-main__price__txt span {
  display: block;
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 1199px) {
  .scr-main__price {
    display: none;
  }
}
/* ==========================================================================
   Title
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-main__title {
    line-height: 2.2rem;
    min-height: 6.6rem;
  }
}
/* ==========================================================================
   Text
   ========================================================================== */
@media (max-width: 1199px) {
  .scr-main__txt {
    display: inline-block;
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.scr-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0;
}
@media (min-width: 1200px) {
  .scr-main__btns .btn:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .scr-main__btns {
    margin: 0.5rem -15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scr-main__btns .btn {
    margin: 5px 15px;
  }
}
/* ==========================================================================
   Devices
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-main__device {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(5.5rem, -50%);
        -ms-transform: translate(5.5rem, -50%);
            transform: translate(5.5rem, -50%);
  }
  .scr-main__device.macbook {
    height: 25rem;
  }
  .scr-main__device.iphone {
    height: 19rem;
    -webkit-transform: translate(2rem, -50%);
        -ms-transform: translate(2rem, -50%);
            transform: translate(2rem, -50%);
  }
  .scr-main__device > img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .scr-main__devices {
    position: relative;
    margin: 0 -15px 1rem;
    padding: 0 0 0.5rem;
  }
  .scr-main__device {
    position: relative;
  }
  .scr-main__device.macbook {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
  }
  .scr-main__device.iphone {
    width: 25vw;
    position: absolute;
    bottom: 0;
    left: 30px;
  }
}
/* ==========================================================================
   Scroll Down
   ========================================================================== */
@media (min-width: 1200px) {
  .scroll-down {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 1.5rem;
    opacity: 0.3;
    -webkit-animation: scrollDown 1.2s infinite alternate ease-in-out;
            animation: scrollDown 1.2s infinite alternate ease-in-out;
  }
  .scroll-down polygon {
    fill: #a7078d;
  }
  @-webkit-keyframes scrollDown {
    from {
      margin-bottom: 0;
    }
    to {
      margin-bottom: 1rem;
    }
  }
  @keyframes scrollDown {
    from {
      margin-bottom: 0;
    }
    to {
      margin-bottom: 1rem;
    }
  }
}
@media (max-width: 1199px) {
  .scroll-down {
    display: none;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Main Features

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Picture
   ========================================================================== */
.slider-features-left {
  width: 100%;
  overflow: hidden;
}
.slider-features-left .swiper-slide {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* ==========================================================================
   Mobile Picture
   ========================================================================== */
.slider-features-left__pic-mob {
  position: relative;
  margin: 0 0 1rem;
  text-align: center;
}
.slider-features-left__pic-mob.iphones {
  height: 300px;
}
.slider-features-left__pic-mob.gravestones {
  height: 250px;
}
@media (min-width: 1200px) {
  .slider-features-left__pic-mob {
    display: none;
  }
}
/* ==========================================================================
   Iphone
   ========================================================================== */
.slider-features-left__iphone {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.slider-features-left__iphone .iphone {
  height: 100%;
  width: auto;
}
.slider-features-left__iphone .iphone > img {
  width: auto;
  height: 100%;
}
.slider-features-left__iphone .shadow {
  position: absolute;
  width: 200%;
  right: 1rem;
  top: -50%;
  height: 200%;
  -webkit-box-shadow: inset 0 -5rem 5rem #000000;
          box-shadow: inset 0 -5rem 5rem #000000;
}
.slider-features-left__iphone + .slider-features-left__iphone {
  margin-left: -2.5rem;
}
@media (max-width: 1199px) {
  .slider-features-left__iphone .shadow {
    display: none;
  }
  .slider-features-left__iphone + .slider-features-left__iphone {
    margin-left: -2rem;
  }
}
/* ==========================================================================
   Headstone
   ========================================================================== */
.slider-features-left__headstone {
  height: 100%;
}
@media (min-width: 1200px) {
  .slider-features-left__headstone {
    display: block;
  }
}
/* ==========================================================================
   Ipad
   ========================================================================== */
.slider-features-left__ipad {
  position: relative;
  overflow: hidden;
}
.slider-features-left__ipad img {
  display: block;
  width: 100%;
}
/* ==========================================================================
   Tabs
   ========================================================================== */
@media (min-width: 1200px) {
  .tabs-vert {
    text-align: left;
  }
  .tabs-vert__tab {
    -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
            box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1.2rem 1.5rem;
    margin: 1rem 0;
    cursor: pointer;
    position: relative;
  }
  .tabs-vert__tab:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    border: solid 1px rgba(22, 37, 66, 0.2);
  }
  .tabs-vert__tab.is-current {
    color: #fff;
    background: #a7078d;
    background: -o-linear-gradient(45deg, #a7078d 0%, #f6cbb5 100%);
    background: linear-gradient(45deg, #a7078d 0%, #f6cbb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7078d", endColorstr="#f6cbb5", GradientType=1);
    cursor: default;
  }
  .tabs-vert__tab.is-current:before {
    display: none;
  }
  .tabs-vert__tab.is-current .typical-txt {
    color: inherit;
  }
  .tabs-vert__tab .typical-txt {
    font-size: 0.7rem;
  }
  .tabs-vert__tab:hover {
    background-color: #f3f3f3;
  }
  .tabs-vert__title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 0.5em;
  }
  .tabs-vert__tab.is-current .tabs-vert__title {
    text-shadow: 1px 1px 1px rgba(22, 37, 66, 0.2);
  }
}
@media (max-width: 1199px) {
  .tabs-vert__tab {
    margin: 2.5rem 0 0;
  }
  .tabs-vert__tab .typical-txt {
    font-size: 0.6rem;
  }
  .tabs-vert__title {
    margin: 0 0 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Themes

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
.slider-themes {
  position: relative;
  padding: 31px 0 45px;
}
.slider-themes:before {
  content: '';
  display: block;
  width: 702px;
  height: 442px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 31px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-themes .swiper-slide {
  padding: 0;
  width: auto;
}
.slider-themes .swiper-slide img {
  display: block;
  width: 700px;
  min-height: 440px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 1rem 2rem rgba(22, 37, 66, 0.4);
          box-shadow: 0 1rem 2rem rgba(22, 37, 66, 0.4);
  filter: url('../img/blur.svg#blur');
  -webkit-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.slider-themes .swiper-slide-active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-filter: none;
          filter: none;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.slider-themes__macbook {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 900px;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .slider-themes .slider-arr.slider-arr_prev {
    margin-left: -500px;
  }
  .slider-themes .slider-arr.slider-arr_next {
    margin-right: -500px;
  }
}
@media (max-width: 1199px) {
  .slider-themes {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .slider-themes:before {
    width: 276px;
    height: 174px;
    top: 12px;
  }
  .slider-themes .swiper-slide img {
    width: 274px;
    min-height: 172px;
  }
  .slider-themes__macbook {
    width: 350px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Steps

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
.steps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.5rem -0.75rem 0;
}
/* ==========================================================================
   Item
   ========================================================================== */
.step {
  text-align: left;
  width: 19rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
          box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
  padding: 1rem 1rem 1.5rem 2rem;
  position: relative;
  border: solid 1px rgba(22, 37, 66, 0.2);
  background: #fff;
  margin: 0 0.75rem 1.5rem;
}
.step__num {
  width: 2rem;
  height: 2rem;
  border: solid 2px #a7078d;
  background: #fff;
  position: absolute;
  top: 0.6rem;
  left: -0.75rem;
  color: #9e8145;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
  font-size: 0.8rem;
  -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
          box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
}
.step__title {
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 0.5em;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Faq

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (max-width: 1199px) {
  .scr-faq {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
.faq {
  max-width: 970px;
  text-align: left;
  margin: 2rem auto 0;
}
.faq__item {
  border-bottom: solid 1px rgba(22, 37, 66, 0.2);
}
.faq__item:first-child {
  border-top: solid 1px rgba(22, 37, 66, 0.2);
}
.faq__item.is-opened {
  background-color: #f3f3f3;
}
.faq__head {
  min-height: 3.5rem;
  padding: 1rem 1rem 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.faq__num {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: solid 2px rgba(22, 37, 66, 0.25);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(22, 37, 66, 0.5);
}
.faq__title {
  font-weight: 600;
  font-size: 1rem;
}
.faq__more {
  font-size: 0.8rem;
  font-weight: 500;
  color: #2f4453;
  vertical-align: middle;
  margin: 0 0 0 0.5em;
  cursor: pointer;
}
.faq__body {
  display: none;
  padding: 0 1rem 1.5rem 3rem;
}
.faq__arr {
  display: block;
  width: 0.6rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq__arr path {
  fill-rule: evenodd;
  stroke: #a7078d;
  stroke-width: 0.3rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.faq__item.is-opened .faq__arr {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 1200px) {
  .faq__item:hover {
    background-color: #f3f3f3;
  }
  .faq__more:hover {
    border-bottom-color: transparent;
  }
}
@media (max-width: 1199px) {
  .faq {
    margin-right: -15px;
    margin-left: -15px;
  }
  .faq__head {
    padding-right: 15px;
  }
  .faq_question .faq__head {
    padding-right: 35px;
  }
  .faq__num {
    left: 8px;
  }
  .faq__item.is-opened .faq__num {
    background-color: #fff;
  }
  .faq__title {
    font-size: 0.8rem;
  }
  .faq__more {
    font-size: 0.6rem;
    margin-left: 0.25em;
  }
  .faq__body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Features

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Picture
   ========================================================================== */
.picture {
  height: 400px;
  width: 600px;
  border: solid 1px rgba(22, 37, 66, 0.2);
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.picture img {
  display: block;
  width: 100%;
}
/* ==========================================================================
   Slider
   ========================================================================== */
.slider-features {
  position: relative;
}
@media (min-width: 1200px) {
  .slider-features .swiper-slide {
    height: 430px;
  }
  .slider-features .scr-grid__col_right {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .slider-features {
    text-align: center;
  }
  .slider-features .slider-arr {
    top: 35vw;
  }
  .slider-features .ipad {
    max-width: 500px;
    margin: 0 auto;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Benefits

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-benefit {
    overflow: hidden;
    background-color: #f3f3f3;
  }
}
@media (max-width: 1199px) {
  .scr-benefit {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 243, 243, 0)), to(#f3f3f3));
    background: -o-linear-gradient(bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    background: linear-gradient(0deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#f3f3f3", GradientType=1);
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Picture
   ========================================================================== */
.scr-benefit__pic img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .scr-benefit__pic {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .scr-benefit__pic {
    width: 100%;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-top: 1rem;
  }
  .scr-benefit__pic img {
    -webkit-transform: scale(1.5) translateX(5%);
        -ms-transform: scale(1.5) translateX(5%);
            transform: scale(1.5) translateX(5%);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Form

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-form {
    background: #f3f3f3;
    padding-top: 4.5rem;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .scr-form:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 150vh;
    max-width: 60%;
    background: url('../img/bg-left@2x.jpg') no-repeat 100% 50%;
    background-size: auto 100%;
  }
}
@media (max-width: 1199px) {
  .scr-form {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Form
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .scr-form__form .form-group {
    width: 48%;
  }
  .scr-form__form .form-group:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .scr-form__form {
    max-width: 400px;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Picture
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-form__pic {
    display: none;
  }
}
@media (max-width: 1199px) {
  .scr-form__pic {
    background: #f3f3f3;
    overflow: hidden;
    margin: 1rem 0 0;
  }
  .scr-form__pic img {
    display: block;
    width: 160%;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Pricing

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Price Column
   ========================================================================== */
.pricing {
  -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
          box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
  border: solid 1px rgba(22, 37, 66, 0.2);
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1rem;
}
.pricing__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.75em;
}
.pricing__cost {
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1;
}
.pricing__cost b {
  font-size: 2rem;
}
.pricing__note {
  font-size: 0.7rem;
  color: #6a7c92;
  font-weight: 500;
  margin: 1em 0 2.5em;
}
@media (max-width: 1199px) {
  .pricing {
    padding: 1.5rem 1rem;
  }
  .pricing__title {
    font-size: 1.5rem;
  }
  .pricing__cost {
    font-size: 0.8rem;
  }
  .pricing__cost b {
    font-size: 1.5rem;
  }
  .pricing__note {
    margin-bottom: 2em;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
.pricing-grid {
  margin: 2rem 0 0;
}
@media (min-width: 1200px) {
  .pricing-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .pricing-grid .pricing {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .pricing-grid .pricing {
    margin-top: 1rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Doc

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (max-width: 1199px) {
  .scr-doc {
    padding-top: 0;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
.p-doc .site-header {
  background: #f3f3f3;
  position: absolute;
}
/* ==========================================================================
   Head
   ========================================================================== */
.scr-doc__head {
  background: #f3f3f3;
  text-align: center;
  margin: -1px 0 2rem;
}
@media (max-width: 1199px) {
  .scr-doc__head {
    padding-top: 20px;
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-doc__btns {
    display: none;
  }
}
@media (max-width: 1199px) {
  .scr-doc__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 1rem;
  }
  .scr-doc__btns .btn {
    margin: 0 0.25rem 0.5rem;
  }
}
/* ==========================================================================
   Structure
   ========================================================================== */
@media (min-width: 1200px) {
  .doc-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
/* ==========================================================================
   Side
   ========================================================================== */
.doc-side {
  border: solid 1px rgba(22, 37, 66, 0.2);
  padding: 0 1rem 0.5rem;
}
.doc-side a {
  display: block;
  color: #2f4453;
  padding: 0.3em 0;
}
.doc-side a.is-current {
  opacity: 0.5;
}
.doc-side > ul > li {
  padding: 0.5rem 0;
}
.doc-side > ul > li:not(:last-child) {
  border-bottom: solid 1px rgba(22, 37, 66, 0.2);
}
.doc-side > ul > li > a {
  font-weight: 600;
  font-size: 0.9rem;
}
.doc-side ul ul a {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 0.7rem;
}
@media (min-width: 1200px) {
  .doc-side {
    -webkit-box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
            box-shadow: 0 4px 6px rgba(22, 37, 66, 0.1);
    width: 25%;
    border-radius: 0.5rem;
  }
  .doc-side a:hover {
    color: #2f4453;
  }
}
@media (max-width: 1199px) {
  .doc-side {
    position: fixed;
    left: 0;
    top: 3rem;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: left;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow: auto;
    padding: 15px;
  }
  body.loaded .doc-side {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  body.menu-opened .doc-side {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ==========================================================================
   Content
   ========================================================================== */
.doc-content h1,
.doc-content .h1,
.doc-content h2,
.doc-content .h2,
.doc-content h3,
.doc-content .h3,
.doc-content h4,
.doc-content .h4,
.doc-content h5,
.doc-content .h5,
.doc-content h6,
.doc-content .h6,
.doc-content b,
.doc-content strong {
  color: #2f4453;
}
@media (min-width: 1200px) {
  .doc-content {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .doc-content {
    text-align: left;
  }
}
/* ==========================================================================
   Picture
   ========================================================================== */
.doc-content figure {
  margin: 1.5em 0;
}
.doc-content figure img {
  display: block;
  max-width: 100%;
  border: solid 1px rgba(22, 37, 66, 0.2);
  border-radius: 3px;
}
.doc-content figure figcaption {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
  margin: 0.5em 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Align */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-hidden {
  overflow: hidden;
}
.display-inline {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
/* ==========================================================================
   Hidden BR
   ========================================================================== */
@media (max-width: 1199px) {
  br.for-desktop {
    display: inline;
    content: ' ';
    clear: none;
  }
  br.for-desktop:after {
    content: ' ';
  }
}
@media (min-width: 1200px) {
  br.for-mobile {
    display: inline;
    content: ' ';
    clear: none;
  }
  br.for-mobile:after {
    content: ' ';
  }
}
@media (max-width: 1199px) {
  .hidden-mob {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* ==========================================================================
   Lazyload
   ========================================================================== */
.lazyload,
.lazyloading {
  opacity: 0 !important;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
/* ==========================================================================
   Margins EM
   ========================================================================== */
.m-b-0-25-em {
  margin-bottom: 0.25em !important;
}
.m-b-0-5-em {
  margin-bottom: 0.5em !important;
}
.m-b-0-75-em {
  margin-bottom: 0.75em !important;
}
.m-b-1-em {
  margin-bottom: 1em !important;
}
.m-b-1-5-em {
  margin-bottom: 1.5em !important;
}
.m-b-2-em {
  margin-bottom: 2em !important;
}
.m-b-2-5-em {
  margin-bottom: 2.5em !important;
}
.m-b-3-em {
  margin-bottom: 3em !important;
}
.m-t-0-5-em {
  margin-top: 0.5em !important;
}
.m-t-1-em {
  margin-top: 1em !important;
}
.m-t-1-5-em {
  margin-top: 1.5em !important;
}
.m-t-2-em {
  margin-top: 2em !important;
}
.m-t-2-5-em {
  margin-top: 2.5em !important;
}
.m-t-3-em {
  margin-top: 3em !important;
}
.m-t-3-5-em {
  margin-top: 3.5em !important;
}
/* ==========================================================================
   Margins REM
   ========================================================================== */
.m-b-0-5-rem {
  margin-bottom: 0.5rem !important;
}
.m-b-1-rem {
  margin-bottom: 1rem !important;
}
.m-b-1-5-rem {
  margin-bottom: 1.5rem !important;
}
.m-b-2-rem {
  margin-bottom: 2rem !important;
}
.m-b-2-5-rem {
  margin-bottom: 2.5rem !important;
}
.m-b-3-rem {
  margin-bottom: 3rem !important;
}
.m-t-0-5-rem {
  margin-top: 0.5rem !important;
}
.m-t-1-rem {
  margin-top: 1rem !important;
}
.m-t-1-5-rem {
  margin-top: 1.5rem !important;
}
.m-t-2-rem {
  margin-top: 2rem !important;
}
.m-t-3-rem {
  margin-top: 3rem !important;
}
.m-t-4-rem {
  margin-top: 4rem !important;
}
.m-t-5-rem {
  margin-top: 5rem !important;
}
